/*Estilos del documento en general*/
*{
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
}
/*Estilos para el cuerpo del documento*/
body{
  color: black;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed, scroll;
}
/*Estilos para la división del contenido*/
.contenedor{
  flex: 1;
}
/*Estilos de la cabecera*/
.cabecera-inicial{
  font-family: Arial, Helvetica, sans-serif;
  background: rgb(135, 197, 255);
  width: 100%;
  height: 110px;
  position: fixed;
  opacity: 1;
  /*padding: 20px 40px;
  height: 110px;*/
}
.cabecera-inicial .cabecera-separador{
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
.barra{
  margin-left: 25%;
  position: fixed;
  margin-top: 1%;
}
#menu input{
  display:none;
  margin:0 0;
  padding:0 0;
  width:50px;
  height:50px;
  opacity:0;
  cursor:pointer;
}
#menu label{
  display:none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  vertical-align: middle;
}
#menu ul,#menu li{
  margin: 0px auto;
  padding:0 0;
  list-style:none;
}
#menu li{
  float:left;
  display:inline;
  position:relative;
  font: 12px Arial, sans-serif;/*tamaño y fuente del texto */
}
#menu ul a{
  display: block;
  line-height: 50px;
  padding: 15px 14px;
  text-decoration: none;
  color:rgb(0, 0, 0);/*color del texto*/
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;/*espacio entre letras*/
}
#menu li a:hover{
  background:#03b8f0;
  text-decoration: none;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.temporalidades{
  padding: 0px 0px;
  background: rgb(9, 210, 224);
  margin: 5% auto;
}
.somos{
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 10%;
  text-align: justify;
  column-count:2;
  font-size: 20px;
}
.imgsomos{
  width: 90vh; 
  height: 60vh;
}
.flogin{
  width: 400px;
  height: 300px;
  margin: auto;
  margin-top: 100px;
  padding: 20px 30px;
  margin-left: 9%;
  display: inline-block;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  background: rgba(6, 176, 206, 0.1);
  border-radius: 25px;
  box-shadow: 0 0 30px #03b8f0;
}
/*Estilos para las etiquetas*/
.flogin label{
  position: center;
  text-align: justify;
  margin-top: 20px;
}
/*Estilos para el ti­tulo*/
.flogin h5{
  margin: 0;
  text-align: center;
  font-size: 20px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}
/*Estilos para los iconos*/
.flogin i{
  margin: 0px 47%;
  color: #03b8f0;
}
.planes{
  margin-top: 5%;
  margin-left: 35%;
  text-align: center;
  column-count:2;
  font-size: 25px;
}
.privacidad{
  margin-top: 5%;
  margin-left: 35%;
  text-align: center;
  column-count:2;
  font-size: 25px;
}
.aprivacidad{
  
  font-size: 25px;
  text-align: center;
}
.contactanos{
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
  height: 2.5px;
  background-color: rgb(12, 96, 221);
  text-align: center;
  font-size: 25px;
}
.localizacion{
  margin-top: 10%;
  width: 60%;
  height: 800px;
  /*background: blueviolet;*/
}
.localizacion i{
  color: rgb(7, 19, 90);
}
.localizacion h4{
  margin-left: 53%;
}
.localizacion p{
  margin-left: 50%;
}
.formulario{
  margin-top: 10%;
  margin-right: 10%;
  width: 40%;
  height: 628px;
  float: right;
  /*background: aqua;*/
}
.datos{
  width: 400px;
  height: 300px;
  margin: auto;
  margin-top: 100px;
  padding: 20px 30px;
  margin-left: 25%;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 25px;
}
/*Estilos para las etiquetas*/
.datos label{
  padding-left: 40px;
}
/*Estilos para los iconos*/
.datos i{
  position: absolute;
  top: 27px;
  padding-left: 12px;
  color: rgb(7, 19, 90);
}
.btns{
  width: 50%;
  height: 35px;
  margin-left: 25%;
  background: rgb(15, 127, 218);
  border-bottom: 1px solid rgb(2, 60, 107);
  color: white;
  margin-bottom: 10%;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10%;   
}
/*Estilos para la división del footer*/
.margen{
  margin-top: 5%;
}
/*Estilos para el pie de página*/
.ft-inicio {
  padding: 0.9375rem 1.875rem;
  background: rgb(136, 238, 238);
}
/*Estilos para el pie de página*/
.ft-fin {
  padding: 0.9375rem 1.875rem;
  background: rgb(135, 197, 255);
}
.ft-legal-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.ft-legal-list p {
  margin: 0.125rem 0.625rem;
  white-space: nowrap;
}
.ft-legal-list i{
  color: rgb(7, 19, 90);
}
.ft-legal-list p:nth-last-child(2) {
  flex: 1;
}
@media screen and (max-width: 1400px){
  .somos{
    margin-top: 5%;
    margin-left: 6%;
    margin-right: 6%;
    text-align: justify;
    column-count:2;
    font-size: 20px;
  }
  .imgsomos{
    width: 90vh; 
    height: 60vh;
  }
  .flogin{
    width: 350px;
    height: 350px;
    margin-left: 5.5%;
    margin-top: 100px;
    padding: 20px 30px;
    float: center;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(6, 176, 206, 0.1);
    border-radius: 25px;
    box-shadow: 0 0 30px #03b8f0;
  }
  /*Estilos para las etiquetas*/
  .flogin label{
    position: center;
    text-align: justify;
    margin-top: 20px;
  }
  /*Estilos para el ti­tulo*/
  .flogin h5{
    margin: 0;
    text-align: center;
    font-size: 20px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
  }
  /*Estilos para los iconos*/
  .flogin i{
    margin: 0px 47%;
    color: #03b8f0;
  }
  .localizacion{
    margin-top: 10%;
    width: 60%;
    height: 800px;
  }
  .localizacion h4{
    margin-left: 55%;
  }
  .localizacion p{
    margin-left: 50%;
  }
  .contactanos{
    margin-top: 5%;
    margin-left: 10%;
    margin-right: 10%;
    height: 2.5px;
    background-color: rgb(12, 96, 221);
    text-align: center;
    font-size: 20px;
  }
  .datos{
    width: 400px;
    height: 300px;
    margin: auto;
    margin-top: 100px;
    padding: 20px 30px;
    margin-left: 14%;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 25px;
  }
  /*Estilos para las etiquetas*/
  .datos label{
    padding-left: 40px;
  }
  /*Estilos para los iconos*/
  .datos i{
    position: absolute;
    top: 27px;
    padding-left: 12px;
    color: rgb(7, 19, 90);
  }
}
/*Estilos para la página responsiva (adaptable)*/
@media screen and (max-width: 1100px){ 
  .cabecera-inicial{
    height: 115px;
  }
  #menu{
    z-index:101;
  }
  #menu ul{
    background: rgb(255, 255, 255);
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:3;
    height:auto;
    display:none;
    width: 200px;
    margin-left: 38px;
    margin-top: 38px;
  }
  #menu li{
    display:block;
    float:none;
    width:auto;
    font: 11px  Arial, sans-serif;
  }
  #menu ul a{
    display: block;
    line-height: 40px;
    padding: 0 14px;
  }
  #menu li a:hover{
    background:#03b8f0;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
  }
  #menu input,#menu label{
    position: absolute;
    display:inline-block;
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 55px;
  }
  #menu input{
    z-index:4;
  }
  #menu input:checked + label{
    color:white;/*color de las tres barritas una vez se clica*/
  }
  #menu input:checked ~ ul{
    display:block;
    top: 33px;
    left: 48px;
  }
  .temporalidades{
    padding: 0;
    margin: 0;
    margin-bottom: 10%;
  }
  .imgsomos{
    width: 90vh; 
    height: 60vh;
  }
  .flogin{
    width: 350px;
    height: 300px;
    padding: 20px 30px;
    margin-bottom: 7%;
    margin-left: 30%;
    display: inline-block;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(6, 176, 206, 0.1);
    border-radius: 25px;
    box-shadow: 0 0 30px #03b8f0;
  }
  /*Estilos para las etiquetas*/
  .flogin label{
    position: center;
    text-align: justify;
    margin-top: 12px;
  }
  /*Estilos para el ti­tulo*/
  .flogin h5{
    margin: 0;
    text-align: center;
    font-size: 20px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
  }
  /*Estilos para los iconos*/
  .flogin i{
    margin: 0px 47%;
    color: #03b8f0;
  }
  .contactanos{
    margin-top: 5%;
    margin-left: 10%;
    margin-right: 10%;
    height: 2.5px;
    background-color: rgb(12, 96, 221);
    text-align: center;
    font-size: 20px;
  }
  .localizacion{
    margin-top: 10%;
    margin-left: 10%;
    width: 40%;
    height: 628px;
    float: left;
    /*background: blueviolet;*/
  }
  .localizacion h4{
    margin-left: 6%;
  }
  .formulario{
    margin-top: 10%;
    margin-right: 10%;
    width: 40%;
    height: 628px;
    float: right;
    /*background: aqua;*/
  }
  .datos{
    width: 400px;
    height: 300px;
    margin: auto;
    margin-top: 100px;
    padding: 20px 30px;
    margin-left: auto;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 25px;
  }
  /*Estilos para las etiquetas*/
  .datos label{
    padding-left: 40px;
  }
  /*Estilos para los iconos*/
  .datos i{
    position: absolute;
    top: 27px;
    padding-left: 12px;
  }
}
.container {
  padding: 20px;
  background: #ddd;
  font-family:sans-serif;
  color:#666;
}
/*Estilos para la página responsiva (adaptable)*/
@media screen and (max-width: 1100px){
  
}