

/*   ----------------------------------------- estilo global ----------------------------------------------------------- */
@font-face {
  font-family: 'dosis';
  src: url('Dosis-Regular.otf');
}

body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'dosis', sans-serif;
  font-size: 1.5em;
  z-index: 300;


}
.tarjeta{
  font-size: 1.2em;
  cursor: pointer;
  user-select: none;
  text-align: left;
  margin: 0 10%;
  border: solid gray;
  width: 80%;
  color: #2668B2;
  text-align: center;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.tarjeta:hover{
  color: green;
}



h1 {line-height: 0.5;
}

p{ 
  font-size:1.1em; 
  line-height: 1.2;

}

form{
  font-size:1em; 
}
input{
  font-size:1em; 
  line-height: 1.2;
  width: 80%;
  border-radius: 25px;
  padding: 1% 3%;
  font-family: 'dosis', sans-serif;
  border: 2px solid;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  
}
input[type="submit"] {
  padding: 1% 0;
  margin: 0;
  width: 86.8%;
  box-shadow:inset 0px 1px 0px 0px #68badd;

  background-color:#0A89D2;
  border:2px solid #000;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.left{text-align: left;}


.img_full{
width: 100%;
margin: 0;
padding: 0;

}
.img_50{
width: 50%;

}

.img100 {
   width: 100%;
  margin: 0;
  padding: 0;
}
.img90 {
   width: 90%;
  margin: 0;
  padding: 0;
}
.img80 {
   width: 80%;
  margin: 0;
  padding: 0;
}

.center{
  text-align: center;
}

.icon_color{
  font-size: 1.2em;
}
.icon_black{
  color: black;
}

.icon_white{ 
  color: white;
}

.icon_magenta{
  color: magenta;
}

.icon_cian{
  color: cyan;
}

.icon_yellow{
  color: yellow;
}

.hide_on_whide{
  display: none;
}



/* ---------------------------------------------- animaciones --------------------------------------------- */
/* ---------------------------------------------- animaciones--------------------------------------------- */


p.bold2 {
  animation-duration: 2s;
  animation-name: slidein;
  transition: ease-in .4s;
}

@keyframes slidein {
  from {
    margin-right: 100%;
    width: 110%;
    opacity: 0%;
  }

  to {
    margin-right: 0%;
    width: 100%;
    opacity: 100%;
  }
}

/* -----------------------------------------------------------------------------------------------------------*/
.img_full {
  animation-duration: 2s;
  animation-name: imgf;
  transition: ease-in .4s;
}

@keyframes imgf {
  from {
    margin-right: 100%;
    width: 120%;
    opacity: 0%;
  }

  to {
    margin-right: 0%;
    width: 100%;
    opacity: 100%;
  }
}

/* ---------------------------------------------- estilo Slider --------------------------------------------- */

#slider-frame {
   
  overflow: hidden;
}

#slider-frame ul {
  display: flex;
  padding: 0; 
  animation: slide 13s infinite alternate ease-in-out;
  width: 400%;

}

#slider-frame li {
  
  list-style: none;
}

#slider-frame img {
  width: 100%;
}

@keyframes slide {
  0% {margin-left: 0; width: 400%;}
  20% {margin-left: 0; width: 400%;}
  
  25% {margin-left: -100%; width: 400%;}
  45% {margin-left: -100%; width: 400%;}
  
  50% {margin-left: -200%; width: 400%;}
  70% {margin-left: -200%; width: 400%;}
  
  75% {margin-left: -300%; width: 400%;}
  100% {margin-left: -300%; width: 400%;}
}


 /* ------------------------------------------------- ESTILO PARA HEADER  ------------------------------------------------- */
 /* ------------------------------------------------- ESTILO PARA HEADER  ------------------------------------------------- */

.top  {
  width: 100%;
  background-color: #2b3038;
  color: #111;
  font-family: 'dosis', sans-serif;
  font-size:1.5em;
  overflow: hidden;
  position: fixed;
  z-index: 499;
  user-select: none;
  vertical-align: middle;
  text-align: center;

}
.nav1{
  width: 100%;
  margin: 0 ;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  user-select: none;
}

.menu_logo{
  display: inline-block;
  width: 15%;
  color: #fff;
  vertical-align: middle;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 0.5em;
  text-align: center;
  user-select: none;
}
.menu_element{
  display: inline-block;
  width: 10%;
  color: #fff;
  vertical-align: middle;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 0.5em;
  text-align: center;
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
  margin: 0;
}



.logo_top{
  
  width: 100%;
  vertical-align: middle;
}
.logo_seccion{
  
  width: 30%;
  vertical-align: middle;
}
.margenes{
  margin: 7%;
}


/*  ---------------------------------------------------- SECCION ---------------------------------------------- */
/*  ---------------------------------------------------- SECCION ---------------------------------------------- */

.contenedor{
  width: 90%;
  padding: 2%5%;
  margin:  0 ;
  vertical-align: middle;
  opacity: 0;
  animation: fadeIn 1s forwards;
   
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}


.fondo{
  z-index: -1;
  position: fixed;
  top: 0px;
  width: 100%;
}
.fondo2{
  z-index: -2;
  position: fixed;
  bottom: -8px;
  width: 100%;
}
.recuadro1{
  width: 90%;
  margin: 5%;
  padding: 0;

 overflow: hidden;
}

.recuadro2{
 margin: 0 3%;
 padding: 0;
 border-radius: 5px;
 background-color:#2b3038 ;
 color: #fff;
 text-align: center;
 display: inline-block;
 overflow: hidden;
 box-shadow:   rgba(0, 0, 0, 0.25) 0px 54px 55px, 
              rgba(0, 0, 0, 0.12) 0px -12px 30px, 
              rgba(0, 0, 0, 0.12) 0px 4px 6px, 
              rgba(0, 0, 0, 0.17) 0px 12px 13px, 
              rgba(0, 0, 0, 0.09) 0px -3px 5px;

}




.separador{
  width: 100%;
  margin: -0.35% 0;
  padding: 0;
}


.cuarto{
  width: 40%;
  margin: 1% 0%;
  padding: 2%;
  font-size: 1.1  em;
  font-family: 'dosis', sans-serif; 
  display: inline-block;
  vertical-align: middle;
}

.cuarto2{
  width: 45%;
  margin:  1% 0;
  padding: 0 ;
  font-size: 1.1  em;
  font-family: 'dosis', sans-serif; 
  display: inline-block;
  vertical-align: middle;
 overflow: hidden;


}

.cuarto_img {
  width: 48%;
  margin: 0 2% 0 0;
  padding: 0;
  font-size: 1.1  em;
  font-family: 'dosis', sans-serif; 
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.cuarto_img_slider{
 width: 45%;
  margin: 0;
  padding: 0;
  font-size: 1.1  em;
  font-family: 'dosis', sans-serif; 
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: ;

}

.medio{
  width: 90%;
  margin:  3%;
  padding: 2%;
  font-size: 1.1  em;
  font-family: 'dosis', sans-serif; 
  display: inline-block;
  vertical-align: middle;
}

.cuadro{
  background-color: white;
  color: #2B3038;
  text-align: center;
  width: 80%;
  height: 50%;
  padding: 0%;
  margin: 0 10%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, 
              rgba(0, 0, 0, 0.12) 0px -12px 30px, 
              rgba(0, 0, 0, 0.12) 0px 4px 6px, 
              rgba(0, 0, 0, 0.17) 0px 12px 13px, 
              rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.cuadro2{
  background-color: white;
  color: #2B3038;
  text-align: center;
  width: 70%;
  height: 50%;
  padding: 0 ;
  margin: 0 0 0 25%;
 overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, 
              rgba(0, 0, 0, 0.12) 0px -12px 30px, 
              rgba(0, 0, 0, 0.12) 0px 4px 6px, 
              rgba(0, 0, 0, 0.17) 0px 12px 13px, 
              rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.bold0{
  font-size: 1.7em;
  font-weight: bolder;
 
}

.bold{
  font-size: 200%;

}

.bold1{
  font-size: 1.5em;


}

.bold2{
  font-size: 2.5em;
  font-weight: bolder;
  text-shadow: #000 1px 0 10px;
}

.img2{
  width: 90%;

}

.text{
  font-size: 2.5em;
  display: inline-block;
}


.slide  {
    position: relative;
    font-size: 3em;
    color:#2668B2;
    -webkit-text-stroke: 0.1vw #2668B2;
}
.slide::before {
    content: attr(data-text);
    position: absolute;
    top:0;
    left:0;
    width: 0;
    height: 100%;
    color:#fff;
    -webkit-text-stroke: 0vw #383d52;
    border-right: 2px solid #fff;
    overflow: hidden;
    animation: animate 2s linear infinite;
}

@keyframes animate {

    0% ,10%,100%{
        width: 0;
    }
    70%,90%{
        width: 100%;
    }
}


.word { 
 
  
  display: inline-block;
  position: relative;
}

.word:before {
  content: '';
  width: 1px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 7px;
}

.text_al{text-align: left;}







/*  ---------------------------------------------------- SEPARADOR---------------------------------------------- */
/*  ---------------------------------------------------- SEPARADOR---------------------------------------------- */

.separador{
  text-align: center;
  color: white;
  
}

/* -------------------------------------------------------BOTONES -----------------------------------------------*/
/* -------------------------------------------------------BOTONES -----------------------------------------------*/

.myButton1 {
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:linear-gradient(to bottom, gray 5%, #000 100%);
    background-color:#f9f9f9;
  border-radius:10px;
  border:1px solid gray;
  display:inline-block;
  cursor:pointer;
  color:#fff;
  text-transform: uppercase;
  font-size:1em;
  font-weight:bold;
  padding:3%;
  margin: 5%;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffffff;
  user-select: none;
}
.myButton1:hover {
  background:linear-gradient(to bottom, #000 5%, gray 100%);
  background-color:#e9e9e9;
}
.myButton1:active {
  position:relative;
  top:1px;
}

.myButton2 {
  box-shadow:inset 0px 1px 0px 0px #68badd;
  background:linear-gradient(to bottom, #0A89D2 5%, #014463 100%);
  background-color:#68badd;
  border-radius:10px;
  border:1px solid #68badd;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-size:1em;
  text-transform: uppercase;
  padding:3%;
  margin: 5%;
  text-decoration:none;
  text-shadow:0px 1px 0px #68badd;
}

.myButton2:hover {
  background:linear-gradient(to bottom, #014463 5%, #2aa9e0 100%);
  background-color:#bc3315;
}
.myButton2:active {
  position:relative;
  top:1px;
}

.boton_color{
  background: linear-gradient(to right, #FFFF08 33.33%, #FF24D0 33.33%, #08A0E1 33.33%);
}

 .boton_peq{
  width: 15%;
 }

.boton2{
  margin: 1%;
  padding: 1% 5%;
  display: inline-block;
  text-transform: uppercase;
  background-color: #4c4c4f;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  user-select: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.boton2:hover{
 
  background-color: #828589; 
}

.boton22{
  margin: 1%;
  padding: 1% 5%;
  display: inline-block;
  text-transform: uppercase;

  background-color: #699dea;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  user-select: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.boton2{
  margin: 1%;
  padding: 1% 5%;
  display: inline-block;
  text-transform: uppercase;
  background-color: #4c4c4f;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  user-select: none;
}

/* ------------------------------------------------------footer  ---------------------------------------------------- */
/* ------------------------------------------------------footer  ---------------------------------------------------- */

.bit{

  position: absolute;
  bottom: 0px;
  right: 0px;
  position: fixed;
  width: 100%;
  z-index: 0;
}

.full{
  width: 100%;
}

.footer{
  width: 100%;
  background: rgb(43,48,56);
  background: linear-gradient(0deg, rgba(43,48,56,1) 0%, rgba(43,48,56,1) 0%, rgba(43,48,56,1) 0%, rgba(9,10,11,1) 100%); 
  color: #111;
  font-family: 'dosis', sans-serif;
  font-size:1.5em;
  overflow: hidden;
  user-select: none;
  vertical-align: middle;
  text-align: center;

}

.img_foo{
  width: 15%;

}

.social{
  width: 30%;
  margin: 0 ;
  padding: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  
}

.social_elem{

  width: 7%;
  margin: 1% ;
  padding: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;

}

.credits{
  width: 90%;
  padding: 1% 5% 1% 5% ;
  color: gray;
  font-size: 0.5em ;
  background-color: #1D2126;
}











/* -------------------------------------  ------------------------------------- */
/* -------------------------------------  ------------------------------------- */
/* -------------------------------------  ------------------------------------- */
/* -------------------------------------  ------------------------------------- */
/* -------------------------------------  ------------------------------------- */
/* -------------------------------------  ------------------------------------- */
/* -------------------------------------  ------------------------------------- */
/* -------------------------------------  ------------------------------------- */
/* -------------------------------------  ------------------------------------- */
/* -------------------------------------  ------------------------------------- */
/* -------------------------------------  ------------------------------------- */
/* -------------------------------------  ------------------------------------- */
/* -------------------------------------  ------------------------------------- */
/* -------------------------------------  ------------------------------------- */
/* -------------------------------------  ------------------------------------- */



@media screen and (max-width: 1441px) {


  .contenedor{
    width: 95%;
    padding: 2% 2.5%;
    margin: 0;
  }

  .recuadro1{

    width: 100%;
    margin: 0;
    padding: 0;
  }

  .bold{
    font-size: 1.8em;
  }

  .bold2{
    font-size: 2em;


  }

  .text{ 
    font-size: 2em;
  }

  .nav1{
    font-size: 0.8em;
  }
  .menu_element{
    width: 12%;
  }



  .cuarto{
    width: 48%;
    padding: 0;
  }
  .cuadro2 {
    width: 80%;
    margin: 0 0 0 20%;
  }

}


@media screen and (max-width: 1367px) {


  .contenedor{
    width: 95%;
    padding: 2% 2.5%;
    margin: 0;
  }

  .recuadro1{

    width: 100%;
    margin: 0;
    padding: 0;
  }

  .bold{
    font-size: 1.7em;
  }

  .bold2{
    font-size: 1.8em;

  }

  .text{ 
    font-size: 1.8em;
  }

  .nav1{
    font-size: 0.7em;
  }
  .menu_element{
    width: 12%;
    margin: 2% 0;
  }


}


@media screen and (max-width: 1025px) {

  .bold{
    font-size: 1.2em;
  }
  .bold1{
    font-size: 1em;
  }

  .bold2{
    font-size: 1.4em;

  }

  .text{ 
    font-size: 1.5em;
  }

  p{ 
    font-size: 0.8em;
   }

  .contenedor{
    width: 100%;
    padding: 0%;
    margin: 0;
    margin-bottom: -2%;
  }

  .recuadro1{

    width: 100%;
    margin: 0;
    padding: 0;
  }
  .recuadro2{
    box-shadow: inset  rgba(0, 0, 0, 0.25) 0px 54px 55px, 
             inset rgba(0, 0, 0, 0.12) 0px -12px 30px, 
             inset rgba(0, 0, 0, 0.12) 0px 4px 6px, 
            inset  rgba(0, 0, 0, 0.17) 0px 12px 13px, 
             inset rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }



  .myButton2{
    font-size: 0.7em};

  .tarjeta{
    font-size: 0.9em;
  }

  input{
     font-size: 0.9em;
  }

  .boton2{
    font-size: 0.7em;
  }
  .boton22 {
    font-size: 0.7em;
  }

  .hide_on_1024{ display:none; }
  .credits{
    font-size: 0.3em;
  }


  .hide_on_mobil{
    display: none;
  }

  .hide_on_whide{
    display: inline;
  }

  #hide_on_mo{
    display: none;
  }

  .show_on_movil{
    display: inline;
  }

  .separador{ margin:-2% }

  .margenes{ margin:0px; }

}


@media screen and (max-width: 770px) {

  .recuadro1{

    width: 100%;
    margin: 0;
    padding: 0;
  }
  .recuadro2{

    width: 100%;
    margin: 0;
    padding: 0;
     box-shadow: inset  rgba(0, 0, 0, 0.25) 0px 54px 55px, 
             inset rgba(0, 0, 0, 0.12) 0px -12px 30px, 
             inset rgba(0, 0, 0, 0.12) 0px 4px 6px, 
            inset  rgba(0, 0, 0, 0.17) 0px 12px 13px, 
             inset rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }

  .cuarto{
    width: 48%;
    
  }

  .cuadro{
    width: 90%;
    margin: 5%;
  }
  .cuarto2{
    width: 49.5%;
    
  }
  .cuadro2{
    width: 95%;
    margin: 2% 1% 2% 2%;
  }


  .hide_on_mobil{
    display: none;
  }

  .hide_on_whide{
    display: inline;
  }

  #hide_on_mo{
    display: none;
  }

  .show_on_movil{
    display: inline;
  }

  .separador{ margin:-2% }

  .margenes{ margin:0px; }

}

@media screen and (max-width:480px) {


  .top{
    position: revert;
  }

  .cuarto_img{

    width: 90%;
    margin: 5%;

  }
  .cuarto_img_slider{
    width: 90%;
    margin: 2%;
  }


  .recuadro1{

    width: 100%;
    margin: 0;
    padding: 0;
  }
  .recuadro2{

    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0px;
  }

  .cuarto{
    width: 100%;
    margin: 0;
    
  }

  .cuadro{
    width: 100%;
    margin: 0%;
  }
  .cuarto2{
    width: 100%;
    margin: 0;
    
  }
  .cuadro2{
    width: 100%;
    margin: 0;
  }

  .logo_seccion{
    width: 70%;
  }

  .menu_element{
    width: 48%;

  }


  .hide_on_mobil{
    display: none;
  }

  .hide_on_whide{
    display: inline;
  }

  #hide_on_mo{
    display: none;
  }

  .show_on_movil{
    display: inline;
  }

  .separador{ margin:-2% }

  .margenes{ margin:0px; }

  .tarjeta{
    font-size: 0.9em;
  }

  .social{
    width: 100%;
    margin: 0 ;
    padding: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    
  }

  .social_elem{

    width: 10%;
    margin: 1% ;
    padding: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;

  }

  .credits{
    width: 90%;
    padding: 1% 5% 1% 5% ;
    color: gray;
    font-size: 0.4em ;
    background-color: #1D2126;
  }





}
