@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("layaut.css");
@import url("colores.css");
/*font-family: 'Roboto', sans-serif;*/
header,
section,
article,
nav,
footer,
aside,
figure,
img,
form {
  display: block;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
body {
  max-width: 1920px;
  margin: auto;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: var(--textocolor);
  background-color: var(--blanco);
  overflow-x: hidden;
}
input,
textarea {
  outline: none;
}
p {
  font-size: 1em;
  line-height: 23px;
  margin: 6px;
}
h1 {
  font-size: 2em;
  margin: 6px;
  font-weight: 600;
}
h2 {
  font-size: 1.25em;
  margin: 6px;
  font-weight: 600;
}
h3 {
  font-size: 1.125em;
  margin: 6px;
  font-weight: 600;
}
h4 {
  font-size: 1em;
  margin: 6px;
  font-weight: 600;
}
h5 {
  font-size: 0.875em;
  margin: 6px;
  font-weight: 600;
}
a {
  text-decoration: none;
  color: var(--textocolor);
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: #2bb6ea;
}
a img {
  border: none;
}
ul,
ol {
  font-size: 1em;
  color: var(--textocolor);
}
input,
label,
select {
  font-size: 1em;
  color: var(--textocolor);
}
.primercolor {
  color: var(--primercolor);
}
.segundocolor {
  color: var(--segundocolor);
}
.tercercolor {
  color: var(--tercercolor);
}
.colortexto {
  color: var(--textocolor);
}
.posicion-relativa {
  position: relative;
}
.posicion-absoluta {
  position: absolute;
}
.txtcentro {
  text-align: center !important;
  display: block;
}
.txtderecho {
  text-align: right !important;
  display: block;
}
.negrita {
  font-weight: bold !important;
}
.txtsubrayado {
  text-decoration: underline;
}
/*****************************************************************/
/**************************       VIDEO      *********************/
/*****************************************************************/
video {
  width: 100% !important;
  height: auto !important;
}
.contenedorvideo {
  width: 100% !important;
  height: auto !important;
}
/*****************************************************************/
/************************** ESTILOS PRECARGA *********************/
/*****************************************************************/
#precarga {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #070a66;
  z-index: 11000;
}
#iconoprecarga {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
}
#iconoprecarga i {
  font-size: 150px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
#iconoprecarga p {
  color: #00b3d7;
  text-align: center;
  letter-spacing: 19px;
  font-size: 18px;
}
/***************************************************/
/********           CABECERA MENU           ********/
/***************************************************/
.cabecera {
  background: var(--blanco);
  border-bottom: 1px solid var(--grisclaro);
}
.cabeceracentro {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
.zonalogo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.logo {
  background: var(--blanco);
  padding: 5px 20px;
}
.logo img {
  width: 206px;
  height: 66px;
  margin: auto;
  display: block;
}
.horarios {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  padding: 15px 0 0 20px;
  flex-wrap: wrap;
}
.raya {
  width: 100%;
  border-bottom: 1px solid var(--gris);
  margin-top: 15px;
}
.cajahorarios i {
  display: inline-block;
  font-size: 18px;
  margin-right: 6px;
}
.socialescabecera {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50px;
  background: var(--tercercolor) !important;
  display: block;
  color: var(--blanco) !important;
  padding: 7px 0 !important;
  text-align: center;
  line-height: 40px !important;
  margin-left: 6px !important;
}
.socialescabecera i {
  font-size: 20px !important;
  vertical-align: top !important;
}
.socialescabecera:hover {
  color: var(--primercolor) !important;
}
.logomovil {
  height: 40px !important;
  width: auto;
  display: none;
}
.titulpresentacion {
  background: var(--primercolor);
  font-size: 16px;
  color: var(--blanco);
  padding: 20px 10px;
}
.vervideo {
  width: 300px;
  display: flex;
  justify-content: center;
  margin: 10px auto;
  align-items: center;
  color: var(--blanco);
}
.vervideo i {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: var(--tercercolor);
  display: block;
  color: var(--blanco);
  text-align: center;
  line-height: 40px;
  margin-right: 6px;
  font-size: 20px;
}
/***************************************************/
/*****      DISEÑO PARA ZONA NOSOTROS         ******/
/***************************************************/
#nosotros {
  padding: 0 0 2% 0;
  font-size: 16px;
}
.nosceleste {
  background: var(--cuartocolor);
  padding: 4% 0 6% 0;
}
#nosotros h2 {
  font-size: 2em;
  font-weight: 600;
  color: var(--primercolor);
}
#nosotros p {
  color: var(--primercolor);
  text-align: justify;
  font-weight: 500;
  font-size: 1.3em;
  margin: 6px 6px 15px 6px;
}
#nosotros strong {
  font-size: 1.2em;
}
#nosotros img {
  width: 80%;
  height: auto;
  display: block;
  box-shadow: 20px 20px 0 #03045e;
  margin: auto;
}
.nosblanco {
  padding: 4% 0 6% 0;
}
/***************************************************/
/*****     DISEÑO PARA ZONA PRESENTACIONES    ******/
/***************************************************/
#presentaciones {
  padding: 5% 0;
  font-size: 16px;
}
#presentaciones h2 {
  font-size: 2.3em;
  font-weight: 600;
  color: var(--blanco);
  text-align: center;
}
#presentaciones img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/***************************************************/
/*****     DISEÑO PARA ZONA CONTACTENOS       ******/
/***************************************************/
#contactenos {
  background: var(--blanco);
  font-size: 16px;
  padding: 4% 1%;
}
#contactenos h2 {
  text-align: center;
  color: var(--primercolor);
  font-size: 3em;
}
#fcontacto h4,
.subtitcont {
  color: var(--primercolor);
  text-align: center;
  font-size: 2em;
}
#fcontacto p {
  text-align: center;
  color: var(--textocolor);
}
.campos {
  width: 100%;
  background: #f1f3f7;
  border: none;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.comentarios {
  width: 100%;
  height: 220px;
  background: #f1f3f7;
  border: none;
  padding: 10px;
}
.boton {
  width: 240px;
  display: block;
  border: none;
  padding: 20px 0;
  background: var(--primercolor);
  margin: 3% auto;
  color: var(--blanco);
  text-align: center;
  cursor: pointer;
  font-size: 1.4em;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.5s;
}
.boton:hover {
  background: var(--tercercolor);
}
.emailventas {
  color: var(--tercercolor);
}
.cajawhatsapp {
  width: 100%;
  max-width: 600px;
  background: #00d562;
  border-radius: 10px;
  margin: 3% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2%;
}
.cwhats i {
  width: 60px;
  height: 60px;
  display: block;
  background: var(--blanco);
  text-align: center;
  line-height: 60px;
  color: #00d562;
  font-size: 3em;
  border-radius: 6px;
  margin: auto;
}
.cwhats p {
  text-align: center;
  color: var(--blanco);
  font-size: 1.6em;
  font-weight: 600;
}
.titwats h3 {
  font-size: 1.5em;
  text-align: center;
  font-weight: 600;
  color: var(--blanco);
  margin-bottom: 15px;
}
.titwats p {
  font-size: 3.4em;
  text-align: center;
  font-weight: 600;
  color: var(--blanco);
}
/***************************************************/
/********    DISEÑO PARA PIE DE PAGINA      ********/
/***************************************************/
.piepagina {
  color: var(--blanco);
  font-size: 16px;
}
.pie {
  background: var(--primercolor);
}

/***************************************************/
/********    DISEÑO PARA TABLETAS 1024      ********/
/***************************************************/
@media only screen and (max-width: 1024px) {
  /***************************************************/
  /********           CABECERA MENU           ********/
  /***************************************************/
  .logomovil {
    display: block;
  }
  .logo {
    display: none;
  }
  .zonamenu {
    width: 100%;
  }
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 800       ********/
/***************************************************/
@media only screen and (max-width: 800px) {
  .titwats h3 {
    font-size: 1em;
  }
  .titwats p {
    font-size: 2em;
  }
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 480       ********/
/***************************************************/
@media only screen and (max-width: 480px) {
  /***************************************************/
  /*****     DISEÑO PARA ZONA CONTACTENOS       ******/
  /***************************************************/
  .cajawhatsapp {
    width: 100%;
    max-width: 600px;
    background: #00d562;
    border-radius: 10px;
    margin: 3% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3% 2%;
    flex-wrap: wrap;
  }
  .cwhats {
    width: 100%;
  }
  .titwats {
    width: 100%;
  }
  .cwhats i {
    width: 60px;
    height: 60px;
    display: block;
    background: var(--blanco);
    text-align: center;
    line-height: 60px;
    color: #00d562;
    font-size: 3em;
    border-radius: 6px;
    margin: auto;
  }
  .cwhats p {
    margin: 0;
    font-size: 1em;
  }
  .titwats h3 {
    font-size: 1.3em;
    text-align: center;
    font-weight: 600;
    color: var(--blanco);
    margin: 0 0 10px 0;
  }
  .titwats p {
    margin: 0;
    font-size: 2.5em;
  }
  .socialescabecera {
    margin: 5px 20px !important;
  }
}
