/*****GENERALES*****/

*, html{
    margin: 0px;
    padding: 0px;
    box-sizing:border-box;
  }
  html{
    overflow-x:hidden;
  }
  body{
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color:#242424;
  
    overflow-x: hidden;
    overflow-y: auto;
  
    min-height: 100%;
    width: 100vw;
  
    background: #fff;
  }
  #cl{clear: both;}
  .max_width{
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
  }
  .padding_width{
    padding: 50px 2% 50px 2%;
  }
  h2{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #2b63a6;
  }
  h3{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    color: #000;
  }
  h4{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color:#2b63a6;
  }
  h5{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #2b63a6;
  }
  .h6{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
  }
  h8{
    font-size: 14px;
    font-style: italic;
    font-style: oblique;
  }
  .center{text-align: center;}
  .grises:hover{opacity: 0.6;}
  .margin_menu{margin-top: 60px;}
  .mar_l40{margin-left: 4%;}
  .mar_lm{margin-left: 4%;}
  .button{
    border: 2px solid #2b63a6;
    padding: 10px 20px 10px 20px;
    color: #2b63a6;
    width: 200px;
    cursor: pointer;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
  }
  .button:hover{
    color: #000;
  }
  .at_c{text-align: center;}
  .at_j{text-align: justify;}
  /*****FIN GENERALES*****/
  /*****INICIO******/
  .pa_flex_4{display:flex;justify-content:space-around;}
  .de_flex_4{width:20%;text-decoration:none;}
  .pa_flex_3{display:flex;justify-content:space-around;}
  .de_flex_3{width:30%;}
  .cuadro_az{
    background-color: #2b63a6;
    padding: 30px 40px 30px 40px;
    height: 280px;
    text-align: center;
    color: #fff;
    font-size: 11px;
  }
  .cuadro_position{
    position: relative;
    z-index: 1;
    bottom: 0;
    margin-top: -80px;
  }
  .img_media{
    width: 48%;
    float: left;
  }
  .text_media{
    width: 47%; 
    float: left;
    font-size: 14px;
    color: #7a7a7a;
    padding-right: 1%; 
  }
  .padding_50{
    padding-top: 50px;
  }
  .gris{
    background-color: #edeef0; 
  }
  .icos img{
    height: 50px;
    margin-bottom: 20px;
  }
  .imas img{
    width: 100%;
    margin-bottom: 20px;
  }
  
  .lista_trans{
    padding: 20px;
    text-align: left;
    color: #737070;
  }
  .lista_trans li{
    background: url('../img/lista.svg') no-repeat top left;
    padding-left: 16px;
    list-style: none;
    margin-bottom: 5px;
  }
  .espacio{height: 40%;}
  .cuadro_ban{
    padding: 20px 100px 20px 100px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #2b63a6;
    background-color: #fff;
    font-size: 50px;
    width: 50%;
    margin: 0 auto;
    /*
    text-shadow: black 0em 0em 0.3em;
    border: 2px solid #2b63a6;
    */
    box-shadow: 5px 10px #2b63a6;
  }
  
  .cuadro_ban span {
    position:absolute;
    right:0;
    width:0;
    background: #fff;
    /*border-left: 1px solid #000;*/
    animation: escribir 3s steps(30) infinite alternate;
  }
  
  @keyframes escribir {
    /*
    from { width: 100% }
    to { width:0 }
    */
    0%{
      width: 100%;
    }
    35%{
      width: 0%;
    }
    100%{
      width: 0%;
    }
  }
  /*****FIN INICIO*****/
  /*****ZOOM IMG*****/
  .p_sub {
    width: 100%;
    z-index: 1;
    position: absolute;
    color: #2b63a6;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    bottom: 0;
    border-top: 7.5px solid #2b63a6;
    background: rgba(255, 255, 255, 0.7);
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .img-contenedor2{
      overflow: hidden;
      float: left;
      width: 47%;
  }
  .img-contenedor2 img {
    display: block;
    min-height: 350px;
    max-height: 350px;
  
    -webkit-transition: all 2.9s ease; 
    -moz-transition: all 2.9s ease; 
    -o-transition: all 2.9s ease; 
    -ms-transition: all 2.9s ease; 
    width: 100%;
  }
  .img-contenedor2:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  @media screen and (max-width: 1100px) {
    .img-contenedor2 img {
      min-height: 325px;
      max-height: 325px;
    }
  }
  @media screen and (max-width: 1000px) {
    .img-contenedor2 img {
      min-height: 300px;
      max-height: 300px;
    }
  }
  @media screen and (max-width: 900px) {
    .img-contenedor2 img {
      min-height: 275px;
      max-height: 275px;
    }
  }
  @media screen and (max-width: 800px) {
    .img-contenedor2 img {
      min-height: 250px;
      max-height: 250px;
    }
  }
  @media screen and (max-width: 700px) {
    .img-contenedor2 img {
      min-height: 225px;
      max-height: 225px;
    }
  }
  @media screen and (max-width: 600px) {
    .img-contenedor2{
      width: 100%;
    }
    .mar_lm{margin-left: 0%;margin-top: 20px;}
    .img-contenedor2 img {
      min-height: 100%;
      max-height: 100%;
    }
  }
  /*****FIN ZOOM IMG*****/
  /*****MENU*****/
  .menu_f{
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100vw;
  }
  .menu_back_f{
    background-color: rgba(237, 238, 240, 0.9);
    padding: 10px 25px 10px 25px;
    width: 100vw;
    box-sizing:border-box;
  }
  .menu_back_f ul{
    float: right;
    margin-top: 15px;
  }
  .menu_back_f li{
    float: right;
    padding: 0 20px 0 20px;
    list-style: none;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
  }
  .menu_back_f li a{
    text-decoration: none;
  }
  
  .bold{
   font-weight: bold;
   font-size: 18px;
  }
  
  .menu_back_f li a:hover{
    color: #2b63a6;
  }
  .menu_res{
    display: none;
    float: right;
    margin-top: 15px;
    cursor: pointer;
  }
  .menu_r{
    position: fixed;
    z-index: 11
    padding: 10px 20px 10px 20px;
    width: 100vw;
    background-color: rgba(29, 59, 150, 0.8);
    text-align: center;
  }
  .menu_r li{
    text-decoration: none;
    list-style: none;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    margin-top: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }
  .menu_r li a{
    text-decoration: none;
  }
  .menu_r li a:hover{
    color: #000;
  }
  
  #ver_no{display: none;}
  #ver_si{display: block;}
  
  #ver_si {
    animation-duration: 1s;
    animation-name: sale_menu;
  }
  
  @keyframes sale_menu {
    from {
      margin-left: 100%;
      width: 300%
    }
  
    to {
      margin-left: 0%;
      width: 100%;
    }
  }
  .m_negro{color: #000;}
  .m_azul{color: #2b63a6;}
  .m_blanco{color: #fff;}
  /*****FIN MENU*****/
  /*****PIE*****/
  .pie{
    padding: 40px 50px 40px 50px;
    overflow-x:hidden;
  }
  .pie_texto{
    color: #2b63a6;
    float: left;
    font-family: 'Oswald', sans-serif;
  }
  .redes{
    float: right;
    margin-left: 20px; 
  }
  .redes img{
    height: 25px;
  }
  /*****FIN PIE*****/
  /*****CONTACTO*****/
  .mapa{
    width: 99%;
    height: 350px;
    margin: none;
    padding: none;
    border: none;
    display: inline-block;
  }
  .infcontacto{
    padding: 0 50px 0 50px;
  }
  .infcontacto ul {
    text-align:left;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Oswald', sans-serif;
    color: #000;
  }
  .infcontacto ul.list1 li{
    padding-left: 70px;
    height: 50px;
    font-size:19px;
  }
  .infcontacto ul.list1 li.telefono {
    background: url(../img/con_1.png) 0 0px no-repeat;
    padding-top:9px;
  }
  .infcontacto ul.list1 li.correo {
    background: url(../img/con_2.png) 0 0px no-repeat;
    margin-left:2px;
    padding-left:68px;
  }
  .infcontacto ul.list1 li.ubicacion {
    background: url(../img/con_3.png) 0 0px no-repeat;
    margin-left:12px;
    padding-left:58px;
    height: 60px;
  }
  .infcontacto ul.list1 li {margin-top: 10px;}
  .infcontacto ul.list1 li a{
    text-decoration: none;
    color: #000;
  }
  .infcontacto ul.list1 li a:hover{
    color: #2b63a6;
  }
  #formulario input[type='text'], input[type='password'], select {
    width:100%;
    height: 49px;
    border: none;
    border-bottom: 2px solid #2b63a6;
    color:#000;
    padding: 4px 12px 5px;
    background-color: transparent;
    margin-bottom: 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
  }
  #area {
    width:100%;
    border: none;
    border-bottom: 2px solid #2b63a6;
    color:#000;
    padding: 4px 12px 5px;
    background-color: transparent;
    height: 80px;
    margin-bottom: 25px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
  }
  /*****FIN CONTACTO*****/
  /*****IMAGEN TRANSITION*****/
  #animated-background{
    animation: bgfade 10s infinite;
    background-size:cover;
    background-position:center;
    background-color:#000;
    position:relative;
    height:100vh;
    width:100%;
  }
  
  @keyframes bgfade {
    0% {
      opacity: 0.5;
      background-image: url(../img/cajas.jpg);
    }
    5% {
      opacity: 1;
      background-image: url(../img/cajas.jpg);
    }
    25% {
      opacity: 1;
      background-image: url(../img/cajas.jpg);
    }
    30% {
      opacity: 0.5;
      background-image: url(../img/cajas.jpg);
    }
    35% {
      opacity: 0.5;
      background-image: url(../img/cargas.jpg);
    }
    40% {
      opacity: 1;
      background-image: url(../img/cargas.jpg);
    }
    60% {
      opacity: 1;
      background-image: url(../img/cargas.jpg);
    }
    65% {
      opacity: 0.5;
      background-image: url(../img/cargas.jpg);
    }
    70% {
      opacity: 0.5;
      background-image: url(../img/avion.jpg);
    }
    75% {
      opacity: 1;
      background-image: url(../img/avion.jpg);
    }
    95% {
      opacity: 1;
      background-image: url(../img/avion.jpg);
    }
    100% {
      opacity: 0.5;
      background-image: url(../img/avion.jpg);
    }
  }
  
  /****** add a background overlay *******/
  #animated-background:before {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:black;
  }
  
  /*PARA IMG SRC*/
  /*
  #cf4a {
    position:relative;
    height:80vh;
    max-width:100%;
    margin:0 auto;
    box-sizing:border-box;
  }
  
  #cf4a img {
    position:absolute;
    left:0;
    transition: opacity 1s ease-in-out;
    width:100%;
    height:100%;
  }
  
  #cf4a img.top {
    animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 15s;
    animation-direction: alternate;
  }
  
  @keyframes cf4FadeInOut {
    0% {
      opacity:1;
    }
    17% {
      opacity:1;
    }
    25% {
      opacity:0;
    }
    92% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  #cf4a img:nth-of-type(1) {
    animation-delay: 6s;
  }
  #cf4a img:nth-of-type(2) {
    animation-delay: 6s;
  }
  #cf4a img:nth-of-type(3) {
    animation-delay: 6s;
  }
  #cf4a img:nth-of-type(4) {
    animation-delay: 6s;
  }
  */
  /*****FIN IMAGEN TRANSITION*****/
  /*****RESPONSIVOS*****/
  @media screen and (max-width: 1300px) {
    .cuadro_az{padding: 15px 20px 15px 20px;height: 250px;}
    .cuadro_az img{height: 70px;}
  }
  @media screen and (max-width: 1260px) {
    .cuadro_ban{
      padding: 10px 50px 10px 50px;
    }
  }
  @media screen and (max-width: 1100px) {
    .h6{font-size: 15px;}
  }
  @media screen and (max-width: 1060px) {
    .cuadro_ban{
      font-size: 40px;
    }
  }
  @media screen and (max-width: 900px) {
    .cuadro_az img{height: 50px;}
    .cuadro_ban{
      padding: 5px 35px 5px 35px;
      width: 60%;
    }
  }
  @media screen and (max-width: 850px) {
    .h6{margin-bottom: 2.5px;}
  }
  @media screen and (max-width: 780px) {
    .img_media, .text_media{width:100%;}
    .mar_l40{margin-left: 0%;}
    .pa_flex_3{flex-flow: column;}
    .de_flex_3{width:100%;}
    .mtop{margin-top: 20px;}
    .infcontacto{margin: 25px 0 20px 0;}
  }
  @media screen and (max-width: 750px) {
    .de_flex_4{width:23%;}
  }
  @media screen and (max-width: 700px) {
    .de_flex_4{width:100%;margin-top: 20px;}
    .pa_flex_4{flex-flow: column;}
    .h6{font-size: 20px;}
    .cuadro_az img{height: 70px;}
    .cuadro_az{height: auto;}
    .cuadro_ban{
      font-size: 30px;
    }
  }
  @media screen and (max-width: 680px) {
    .menu_back_f ul{display: none;}
    .menu_res{display: block;}
  }
  @media screen and (max-width: 550px) {
    .cuadro_ban{
      width: 80%;
    }
  }  
  @media screen and (max-width: 450px) {
    .redes{margin-left: 10px;}
    .cuadro_ban{
      width: 85%;
    }
    .infcontacto ul.list1 li.telefono {
      padding-bottom: 50px;
    }
    .infcontacto ul.list1 li.ubicacion {
      height: 100px;
    }
  }
  @media screen and (max-width: 400px) {
    .pie_texto{width: 100%;}
    .redes{float: left;margin: 10px 10px 10px 0;}
    .cuadro_ban{
      font-size: 25px;
    }
  }
  /*****FIN RESPONSIVOS*****/
  
  
  /*Whatsapp buttons*/
  
  .float{
      position:fixed;
      width:60px;
      height:60px;
      bottom:40px;
      right:40px;
      background-color:#25d366;
      color:#FFF;
      border-radius:50px;
      text-align:center;
    font-size:30px;
      box-shadow: 2px 2px 3px #999;
    z-index:100;
  }
  
  .my-float{
      margin-top:16px;
  }
  
  .Languages{
    display: flex;
  }
  
  .Languages label{
    cursor: pointer;
    margin-right: 10px;
  
  }
  
  .Menu{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  
  /* HIDE RADIO */
  [type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* IMAGE STYLES */
  [type=radio] + img {
    cursor: pointer;
  }