html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body{
  background-color: whitesmoke;
  font-family: 'Poppins', sans-serif;
}

/*HEADER*/
a
{
  text-decoration: none;
}
h1
{
  color: #005386;
  margin-bottom: 0;
}
h2
{
  margin-top: 0;
}
.contenedor
{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.header
{
  position: fixed;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  background-color: white;
  padding: 4px;
  z-index: 99;
}
.logo img
{
  width: 13rem;
}

.contenido-seccion2
{
 margin-top: -12rem;
}
.contenido-seccion2 img
{
  position: absolute;
  z-index: -1;
}
.contenido-seccion2 iframe
{
  margin-top: 2.5rem;
}
.imagenTablet
{
  margin-left: -4rem;
  height: 652px;
}
/*FIN HEADER*/



/*MAIN*/
.contenido-main
{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.banner img
{
  width: 35rem;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.info
{
  margin-top: 5rem;
  text-align: center;
}
.info h1, h2
{
  font-size: 4rem;
}
.info

.estilos-banner
{
  font-weight: bold;
  color: #94ba33;
  font-style: normal;
}
.icono-gplay
{
  margin-right: 2rem;
  display: flex;
  justify-content: center;
}

.icono-gplay img
{
  width: 11rem;
  height: 3.5rem;
}
.info p
{
  color: #005386;
  font-size: 1.2rem;
  font-family: 'Poppins', sans-serif;
  text-align: justify;
  width: 80%;  
}
/*FIN MAIN*/


/*SECCION 1*/
.contenedor-seccion1
{
  display: grid;
  grid-template-columns: 49.5rem 1fr;
  background-color: #148ad3;
  padding: 2rem;
}
.tab-content span
{
  font-weight: bold;
}
.seccion1 h1
{
  text-align: center;
  margin: -5rem 0 1rem 0;  
  color: white;
  margin: 1rem;
}
.imagen-seccion1 img
{
  width: 21rem;
  height: 41rem;
}
.imagen-seccion1
{
  display: flex;
  justify-content: center;
}
.wrapper {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
.tabs {
  position: relative;
  margin: 3rem 0;
  background: whitesmoke;
  height: 14.75rem;
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
}
.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: #005386;
  border-right: 0.125rem solid #148ad3;
  color: whitesmoke;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content {
  height: 22rem;
  position: absolute;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: whitesmoke;
  color: #2c3e50;
  border-bottom: 0.25rem solid #bdc3c7;
  opacity: 0;
  transition: all 0.35s;
}
.tab-switch:checked + .tab-label {
  background: whitesmoke;
  color: #2c3e50;
  border-bottom: 0;
  border-right: 0.125rem solid whitesmoke;
  transition: all 0.35s;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
  opacity: 1;
  transition: all 0.35s;
}
/*FIN SECCION 1*/

/*SECCION 2*/
.seccion2
{
  flex-direction: column;
  margin-bottom: -4rem;  
}
.seccion2 h1
{
  text-align: center;
  margin: 0 0 1rem 0;  
}
.iconos
{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
/*FIN SECCION 2*/

.contenido-requisitos
{
  background-color: #94ba33;
}
/*SECCION 3*/
.seccion3
{
  background-color: #148ad3;
  display: flex;
  flex-direction: column;
}
.seccion3 h1
{
  margin-bottom: 1.5rem;
  color: white;
  text-align: center;
}
/*formulario*/
.formulario
{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
label
{
  display: block;
  font-size: 1.1rem;
  color: #003f66;
}
input
{
  width: 100%;
  height: 2rem;
  border: 1px solid silver;
  border-radius: 5px;
  font-size: 1rem;
  color: #003f66;
}
input::placeholder
{
  color: #003f66;
}
textarea::placeholder
{
  color: #003f66;
}
textarea
{
  width: 100%;
  font-size: 1rem;
  border: 1px solid silver;
  border-radius: 5px;
  height: 10rem;
  color: #003f66;
}
.btnEnviar
{ 
  background-color: #94ba33;
  padding: .8rem 1.6rem;
  border-radius: 5px; 
  cursor: pointer;
  text-align: center;
}
.btnEnviar button
{
  font-weight: 700;
  background-color: #94ba33;
  border: none;
  text-decoration: none;
  color: white;
  margin: 0;
}
.contenido-form
{
  background-color: whitesmoke;
  border-radius: 10px;
  padding: 2rem;
  margin: 2rem 13rem;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.54);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.54);
  box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.54);
}
.codigoqr
{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.codigoqr img
{
  width: 15rem;
  height: 15rem;
}
.btnClic
{
  background-color: #003f66;
  padding: .5rem 1rem;
  border-radius: 5px;
  text-decoration: none;
  margin-left: .5rem;
  font-size: .8rem;
  color: white;
}
.contenido-form p
{
  text-align: center;
  color: #003f66;
}
.campo
{
  margin: 1rem 0;
}
.calendario
{
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 2rem;
}

/*FIN SECCION 3*/

/*FOOTER*/
.footer
{
  background-color: #003f66;
  height: auto;
}
.info-footer
{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.logo-footer img
{
    width: 6rem;
    height: 6rem;
}
.texto
{
    display: flex;    
}
.contenido-footer
{
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.info-empresa{
  display: flex;
  justify-content: right;
  align-items: center;
  
}
.texto
{
    margin-left: 2rem;
}
.texto p
{
 color: white;  
 margin: .5rem;
}
.contenedor-info
{
  display: grid;   
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  justify-content: center;
}
.info-B p
{
  color: white;
  margin-right: .5rem;
  margin: .5rem 0 0 1rem;
  font-weight: 200;
}
nav a
{
  color: #005386;
  text-decoration: none;
  margin: 0 1rem;
  font-size: 1.1rem;
}
nav a:hover
{
  font-size: 1.2rem;
  transition: all 1s ease-out;
  color: #0067b8;
}
@media(max-width: 767px) /*MOBILE*/
{
.banner
{
  margin-top: 10rem;
}
.contenido-footer
{
  padding: 1rem;
  height: 100%;
}
.texto
{
  margin: 1rem .5rem;
  display: flex;
  flex-direction: column;
}
.texto p
{
  color: white;
  margin: .5rem 0;
}
.info-empresa
{
  display: flex;
}
.contenido-footer>.navegacion
{
  display: none;
}
.navegacion
{
  display: none;
}
  .logo-footer img
  {
    width: 6rem;
    height: 6rem;
    margin-left: 2.5rem;
  }
  .contenido-main
  {
    display: flex;
    flex-direction: column;
  }
  .banner img
  {
    max-width: 100%;
    height: auto;
  }
  .info h1,h2
  {
    display: none;
  }
  .info
  {
    margin-top: 2rem;
  }

  .icono-gplay
  {
    margin-left: 2rem;
    margin-bottom: 1rem;    
  }
  .contenedor-seccion1
  {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: auto;
    padding: 1rem;
  }
  .wrapper
  {
    display: none;
  }
  a,
  a:visited 
  {
    background-color: transparent;
    color: #0067b8;
    text-decoration: none;
    border-bottom: 1px dotted;
  }  
  a:hover,
  a:active 
  {
    border-bottom: none;
    outline: 0;
  }  
  a:focus 
  {
    border-bottom: none;
    outline: thin dotted;
  }  
  a img 
  {
    border: 0;
  }
  .tabs-block 
  {
    display: flex;
    align-items: center;
    justify-content: center;
  } 
  .divisiones label 
  {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    margin-right: 0.0625rem;
    cursor: pointer;
    background-color: #005386;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    transition: background-color ease 0.3s;
  }  
  .divisiones .tab 
  {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
    padding: 1rem 2rem;
    color: #000;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  }  
  .divisiones .tab > *:not(:last-child) 
  {
    margin-bottom: 0.8rem;
  }  
  .divisiones [type=radio] 
  {
    display: none;
  }  
  .divisiones [type=radio]:checked + label 
  {
    color: white;
    border-top: 4px solid #0067b8;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  }  
  .divisiones [type=radio]:checked + label + .tab 
  {
    display: block;
  }
  .contenido-seccion2 h1
  {
    margin-top: 4rem;
    margin-bottom: 0;
  }
  .imagenTablet
  {
    display: none;
  }
  iframe
  {
    max-width: 100%;
  }
  .contenido-form
  {
    margin: 1rem 1rem 2rem 1rem;
    padding: 2rem 0;
  }
  .codigoqr img
  {
    display: none;
  }
  .codigoqr
  {
    margin: 1rem 0;
  }
  .codigoqr span
  {
    margin-top: 1rem;
  }
  .formulario
  {
    display: unset;
  }
  .campo input
  {
    height: 2.5rem;
  }
  .btnClic
  {
    background-image: url(../img/whatsapp.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 1rem 8rem;
    background-color: #005386;
  }
  .seccion-requisitos
  {
    margin-bottom: 1.5rem;
  }
.seccion-requisitos h1
{
  text-align: center;
  margin-bottom: 1.5rem;
}
.seccion2
{
  margin-bottom: -9rem;  
}
.contenido-requisitos
{
  padding: 1.4rem;
}
.contenido-requisitos p
{
  color: white;
  text-align: justify;
}

/*SIDEBAR*/
.sidebar-container {
  width: 281px;
  height: 100vh;
  background-color: #003f66;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 2px 0 10px rgba(128, 128, 128, 0.507);
  transition: 0.5s;
  z-index: 999;
  position: fixed;
  top: 0;
}
/* TOGGLE */
.toggle {
  position: absolute;
  top: 33px;
  right: -37px;
  z-index: -1;
  background-color: #003f66;
  height: 45px;
  width: 45px;
  border-radius: 0 10px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 5px;
  flex-direction: column;
  cursor: pointer;
}
.lines {
  width: 60%;
  height: 2px;
  display: block;
  background-color: white;
  padding-right: 10px;
}
.toggle-function {
  transform: translate(-281px, 0);
  transition: 0.5s;
}
/* PROFILE CARD */
.profile-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  margin-bottom: 20px;
  background-color: #3583db;
  background-position: center;
}
.profile-card img
{
  width: 5rem;
  height: 5rem;
}
.profile-card .title {
  margin-top: 5px;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #191e24;
}
.profile-card .subtitle {
  font-weight: 300;
  font-size: 1.3rem;
  color: white;
  letter-spacing: 1px;
}
/* LIST CONTAINER */
.links-list li a,
.signout a,
.social-media-icons {
  color: white;
  display: block;
  font-weight: 300;
  padding: 5px 0;
  text-decoration: none;
  font-size: 1.3rem;
  transition: ease-in-out 0.2s;
  border: 0;
}
.links-list i{
  color: white;
  margin-right: 1rem;
}
.links-list li {
  width: 100%;
  margin-top: 3rem;
}

.links-list li:nth-child(6) {
  padding-top: 10px;
  border-top: 1px rgba(128, 128, 128, 0.15) solid;
}

.social-media-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 1.6rem;
  margin: 95px 0;
}
.social-media-icons a 
{
  color: white;
}
ul
{
  list-style: none;
}
.calendario
{
  margin-bottom: 0;
}
.icon-ws
{
  margin-bottom: 2rem;
}
}
@media(min-width: 768px) /*DESKTOP*/
{
  .div1
  {
    background-image: url(../img/whatsapp.png);    
    background-repeat: no-repeat;
    background-position: center;
    padding: 1.5rem 2rem;
    border-radius: 8px;
    position: relative;
    right: -14rem;
    background-color: #003f66;
    width: 2rem;
    height: 2rem;
  }
.seccion3 a
{
  margin: 0;
  display: block;
}
  .modulos-mobile
  {
    display: none;
  }
  .banner, .info
  {
    margin-top: 7rem;
  }
  .info-seccion1, .imagen-seccion1
  {
    margin-top: 4rem;
  }
  .contenido-seccion2
  {
    margin-top: -3rem;
  }
  .seccion-requisitos
  {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    align-items: center;
    padding: 2rem;
    margin-bottom: 2rem;
    height: 100vh;
    background-color: #94ba33;
  }
  .seccion-requisitos h1
  {
    color: white;
    text-align: center;
    margin-top: 5rem;
  }
  .contenido-requisitos
  {
    background-color: whitesmoke;
    border-radius: 10px;
    text-align: justify;
    color: #003f66;
    padding: 4rem;
    margin: 2rem;
    width: 80%;
  }
  .seccion3 h1
  {
    margin-top: 8rem;
    margin-bottom: -3rem;
  }
.profile-card, .links-list
{
  display: none;
}
.icono-gplay
{
  margin: 1.5rem 0;
}
.navegacion-footer a
{
  color: white;
  margin: .4rem;
}
.imagenB, .texto-C
{
  order: 2;
}
.imagenB
{
  margin-left: 9rem;
}

}/*FIN DESKTOP*/

@media(min-width: 1300px) /*MONITORES 19 PULG EN ADELANTE*/
{
  .banner
  {
    display: flex;
    justify-content: center;
  }
  .info
  {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contenido-requisitos
  {
    width: 60%;
  }
  .container-contact
  {
    width: 70%;
  }
  .seccion3
  {
    display: flex;
    place-items: center;
  }
  .contenedor-seccion1
  {
    padding: 7rem;
    grid-template-columns: 54.5rem 1fr;
  }
}