﻿/*   GENERALES -------------------------------------*/

html, body {
    height: 100%;
    width: 100%;
}

.full {
    display:block;
    position: relative;
    width: 100%;
    min-height: 100%;
}

body {font-family: Lato, sans-serif; font-weight:300; font-size:20px; color:#454545; background-color:rgb(238, 239, 239);}
h1 {font-weight:900; font-size:80px;}
h3 {font-size:28px; font-weight:300;   line-height: 42px;}
h2 {font-weight:900; font-size:38px;}
h5 {font-size:26px; font-weight:bold; text-align:center;}

ol, ul {
    list-style: none;
    padding-left:0px;
}

.rowTop     {margin-top:10px;}
.rowTop2    {margin-top:20px;}
.rowTop3    {margin-top:30px;}
.rowTop20   {margin-top:20%;}
.rowTop50   {margin-top:50px;}
.rowTop80   {margin-top:80px;}
.rowTop150  {margin-top:150px;}

.rowBottom   {margin-bottom:10px;}
.rowBottom2  {margin-bottom:20px;}
.rowBottom3  {margin-bottom:30px;}
.rowBottom80 {margin-bottom:80px;}

.paddingLeft40  { padding-left:40px;}
.paddingRight40 { padding-right:40px;}
.padding20      { padding-left: 20px; padding-right: 20px;}

a, a:visited, a:focus { color: #454545; text-decoration: none;}
a:hover { color: #41b8ea; text-decoration: none;}
a       { cursor:pointer;}
*:focus { outline: 0}

.col-5 {
  float:left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


/*   HOME -------------------------------------*/

.scroll-down {
    display: block;
    text-align: center;
    width: 50vw;
    position: absolute;
    left: 50vw;
    margin-left: -25vw;
    bottom: 40px;
}

.scroll-down p {
    display: inline-block;
    color: #5c5d5d;
    font-size:10px;
    letter-spacing: 2px;
    line-height: 29px;
    font-weight: 400;
}

.raton {
    display: inline-block;
    width: 17px;
    height: 29px;
    padding: 0 15px;
    vertical-align: middle;
    background: url(../img/ratonscroll.png) center center no-repeat;
}


.videoPopUp {
    top: 0;
    left:0;
    z-index: 999;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background:url(../img/imgTecnologia.png) no-repeat;
    background-size: cover!important;*/
}

/* ----------------------------------------------
            ANIMACIONES
-----------------------------------------------*/


#moverLinea1.active,
#moverLinea2.active { animation: flipInX 1s; opacity: 1;}



/* ----------------------------------------------
                    MENU
-----------------------------------------------*/

.mobilenav a:hover  { text-decoration:none;}
.mobilenav          { overflow:auto;}

.titleMenuCategoria {
    padding: 15px 0;
    padding-left: 75px;
}

.titleMenuCategoria a {
    font-size:30px;
    color:#fff;
}

/*.titleMenuCategoria a:hover { color:#19d3ff;text-decoration: none;}*/

/*.titleMenuCategoria:hover::before {
    animation: fadeInDown 1s;
    opacity: 1;
}

.titleMenuCategoria::before{
    display: block;
    width: 63px;
    height: 75px;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../img/miniGlobo.png) center left no-repeat;
    opacity: 0;
}*/



/*  -----------------------------------
            menu burguer 
-------------------------------------*/

.menui {background: #444444;}
.fp-viewing-videoPage .menui, .fp-viewing-helpdesk .menui, .fp-viewing-sistemas .menui {background: #fff;}


/* ----------------------------------------------
                    back/volver
-----------------------------------------------*/

.outer {
    position: relative;
    margin: auto;
    width: 70px;
    cursor: pointer;
}

.inner {
    width: inherit;
    text-align: center;
}

.inner a { 
    font-size: .8em; 
    line-height: 3em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    color: #25cff3;
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
}

.inner:before, .inner:after {
    position: absolute;
    content: '';
    height: 1px;
    width: inherit;
    background: #454545;
    left: 0;
    transition: all .3s ease-in;
}

.inner:before {
    top: 50%; 
    transform: rotate(45deg);  
}

.inner:after {  
    bottom: 50%;
    transform: rotate(-45deg);  
}

.outer:hover a { opacity: 1;}

.outer:hover .inner:before,
.outer:hover .inner:after { transform: rotate(0);}

.outer:hover .inner:before  { top: 0;}
.outer:hover .inner:after   { bottom: 0;}