
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
}
html{
    scroll-behavior: smooth;
}
.resolucion {
    width: 99%;
}

/**Escritorio**/
@media (min-width: 1024px) {
    .tablet {
        display: none;
    }
    .movil {
        display: none;
    }
header {
    width: 100%;
    height: 90px;
    background-color: #feebd0;
}
.interior {
    max-width: 100%;
    padding: 0 10px;
    margin: auto;
}
.logo {
    float: left;
    padding: 0px 20px ;
}
.logo img {
    height: 90px;
}
.logo img:hover {
    transform: scale(1.1);
}
.navegacion {
    float: right;
    display: flex;
    align-items: center;
    min-height: 90px;
    z-index: 1000;
}
.navegacion ul {
    list-style: none;
    padding: 10px;
}
.navegacion ul li {
    display: inline-block;
    position: relative;
    transition: .3s linear;
    z-index: 1000;
}
.navegacion ul li:hover {
    transform: scale(1.1);
}
.navegacion ul li a {
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    padding: 12px 20px;
    transition: .3s linear;
}
.navegacion ul li a:hover {
    color: #ffffff;
}
.under{
    width: 100%;
    display: flex;
    height: 85vh;
    align-items: center;
    box-sizing: border-box;
    background: url(../img/Portada3.webp) no-repeat center; 
    background-size: 100% 100%;
    justify-content: center;
}
.ground{
    flex-basis: 40%;
    height: 250px;
    text-align: center;
    padding: 30px 50px;
    background-color: #ffecdb;   
    margin: 40px;  
    font-size: 25px;
}
/* .ground svg{
    animation: up-down 2s ease-in-out infinite alternate-reverse both;    
    
} */
.ground p{
    font-size: 25px;
}
.titulo{
    font-size: 50px;
    margin-bottom: 20px;
}

  .cabeza1{
    text-align: center;
    font-size: 30px;
    background-color: #ffecdb;
    padding: 20px 0;
    /* margin-bottom: 30px; */
  }
  .cabeza1 h1{
    font-size: 40px;
    margin:10px 0 0 0;
  }
  .cabeza1 h3{
    font-size: 28px;
    margin: 10px 0;
    padding-left: 25%;
    padding-right: 25%;
    text-align: justify;
    line-height: 50px;
  }
  .cabeza4 {
    text-align: center;
    background-color: #feebd0;
    padding: 15px 0;
  }

  .cabeza4 h3 {
    font-size: 25px;
    margin: 50px 350px;
    text-align: start;
  }

  .beneficios {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;

  }
  .image {
    width: 35%;
    height: 100%;
    background: url('../img/Compu.webp') no-repeat center;
    background-size: 100% 100%;
    margin-top: 7vw;
  }

  .bene {
    width: 65%;
    height: 100%;
    padding: 10px 20px 10px 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .titulito {
    width: 100%;
    /* height: 20px;  */
    justify-content: start;
    margin-bottom: 2vw;
  }

  .titulito h3 {
    font-size: 40px;
    margin: 15px 0;
  }

  .titulito p {
    font-size: 25px;
    height: 30px;
  }

  .seccion-benef {
    width: 100%;
    height: 380px;
    display: flex;
    flex-direction: row;
    gap: 20px;

  }

  .cajas {
    width: 50%;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  margin-top: 2vw;

  }
  .cajas:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    background-color: #ffecdb;
  }

  .cajas h2 {
    font-size: 15px;
    margin: 1px 0;
  }

  .cajas h3 {
    margin: 1px 0;
  }

  .cajas p {
    padding-right: 50px;
    font-size: 18px;
    margin: 2px 0;
  }
  .container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-group {
    margin-bottom: 20px;
}
label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.formulario{
    background:#fadbbb;
    width: 100%;
    height: 115vh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 20px;
    margin-top: 15vw;
}
.image1{
  width: 95%;
  height: 95%;
  background: url('../img/Tra1.webp') no-repeat center;
  background-size: 100% 100%;
  margin-top: 20px;
}
.side-a{
    width: 40%;
    height: 100%;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    padding: 30px 60px;
}
.side-a h2{
    font-size: 60px;
    color: #ffffff;
    margin: 0 0 40px 0;
}

.side-a p{
    font-size: 30px;
    color: #ffffff;
}
.side-a hr{    
    width: 50px;
    height: 3px;
    background-color: #ffffff;
    margin: 0 0 40px 0;
}
.side-b{
    width: 55%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.card {
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    margin: 10px;
    background-color: #ffffff;
  }
  
  .card-header {
    background-color: #333;
    padding: 16px;
    text-align: center;
  }
  
  .card-header .text-header {
    margin: 0;
    font-size: 18px;
    color: rgb(255, 255, 255);
  }
  
  .card-body {
    padding: 16px;
  }
  
  .form-group {
    margin-bottom: 10px;
  }
  .archivo{
    padding: 12px 24px;
    margin-left: 13px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer
  }
  
  .archivo:hover {
    background-color: #ccc;
    color: #333;
  
  }
  .form-group label {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 1px;
  }
  
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="password"] {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #cccccc8e;
  }
  
  .btn {
    padding: 12px 24px;
    margin-left: 13px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer;
    margin-top: 10px;
  }
  
  .btn:hover {
    background-color: #ccc;
    color: #333;
  }
  

  .foro{
    width: 100%;
    height: 120vh;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: row;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
  .conten{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px 60px;
  }
  .conten h3{
    font-size: 35px;
    margin-bottom: 30px;
  }
  .conten h4{
    margin-bottom: 30px;
    font-size: 20px;
  }
  .ima2{
    width: 30%;
    background: url(../img/Inclusivo.webp) center no-repeat;
    background-size: 150% 100%;
  }
footer {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0;
}
.section {
    width: 20%;
    box-sizing: border-box;
}
.section img{
    max-width: 100%;
    margin-bottom: 1px;
}
.section svg{
    margin: 0 30px;
    cursor: pointer;
}
.section h2{
    font-size: 20px;
    margin: 0 0 30px 0;
}
.section li{
    font-size: 15px;
    list-style: none;
    color: #000000;
    margin: 20px 0;
    text-decoration: none;
}
.section a{
    text-decoration: none;
    color: #000000;
}

/*Footer de bolas GC*/   
.pie{    
    background-color: #de7f3700;
    padding: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footeer{
    margin: 20px;
    box-shadow: 0px 0px 20px 10px rgb(255, 255, 255);
    border-radius: 500px;    
    transition: transform 15s ease;
}
.foote1{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px #fa965894;
    border-radius: 50px;
}
.foote2{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgb(83, 83, 83);
    border-radius: 100px;
}
.foote3{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(0, 64, 255, 0.607);
    border-radius: 100px;
}
.foote4{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(255, 0, 0, 0.436);
    border-radius: 100px;
}
.foote5{
    margin: 20px;
    box-shadow: 0px 0px 20px 10px rgb(190, 108, 0);
    border-radius: 100px;
}.foote6{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(251, 0, 255, 0.436);
    border-radius: 100px;
}
.foote7{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(0, 255, 30, 0.372);
    border-radius: 100px;
}
.foote8{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(9, 230, 255, 0.664);
    border-radius: 100px;
}
.grupo-2{
    /* background-color: #de7f377d; */
    padding: 0 10px 10px 10px;
    text-align: center;
    color: rgb(0, 0, 0);
    height: 100%;
    width: 100%;
}
.grupo-3 small{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.grupo-3{
    width: 100%;
    background-color: #de7f377d;
    padding: 15px 10px;
    text-align: center;
    color: rgb(0, 0, 0);
}
}


@media (min-width: 767px) and (max-width: 1023px) {
  /* .desktop {
      display: none;
  } */
  .movil {
      display: none;
  }
}


/* Inicio de Resolucion en Telefono */
@media (max-width: 767px) {
  .desktop {
      display: none;
  }
  .tablet {
      display: none;
  }
  .navbar.desktop-list {
      display: none;
  }
  .mobile-list {
      display: block;
      color: whitesmoke;
      position: fixed;
      /* position:sticky; */
      bottom: 0;
      left: 0;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      width: 100%;
      height: 100px;
      background-color: #ffdbbd;
      z-index: 10;
  }

.navbar {
  padding: 10px 20px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #ffff;
  z-index: 10;
  position: static;
}
.ctn{
  padding: 8px 20px;
  background-color: aquamarine;
}

.navbar ul li {
  display: inline-block;
  margin: 0 30px;
  color: #000;
}
a{
  text-decoration: none;
  font-size: 20px;
  color: #000;

}
.logo{
  width: 150px;
  color: aqua;
  display: flex;
  justify-content: center;
  align-items: center;
}


.under{
  width: 100%;
  display: flex;
  height: 35vh;
  align-items: center;
  box-sizing: border-box;
  background: url(../img/Portada3.webp) no-repeat center; 
  background-size: 100% 100%;
  justify-content: center;
}
.ground{
  flex-basis: 80%;
  height: 150px;
  text-align: center;
  padding: 10px 20px;
  background-color: #ffffff;   
  margin: 5px;  
  font-size: 25px;
}
/* .ground svg{
  animation: up-down 2s ease-in-out infinite alternate-reverse both;    
  
} */
.ground p{
  font-size: 20px;
}
.titulo{
  font-size: 30px;
  margin-bottom: 20px;
}

.cabeza1{
  text-align: center;
  font-size: 20px;
  background-color: #ffecdb;
  padding: 20px 0;
  /* margin-bottom: 30px; */
}
.cabeza1 h1{
  font-size: 20px;
  margin:10px 0 0 0;
}
.cabeza1 h3{
  font-size: 25px;
  margin: 10px 0;
  padding-left: 5%;
  padding-right: 5%;
  text-align: justify;
  /* line-height: 50px; */
}
.cabeza4 {
  text-align: center;
  background-color: #feebd0;
  padding: 15px 0;
}

.cabeza4 h3 {
  font-size: 25px;
  margin: 50px 350px;
  text-align: start;
}

.beneficios {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;

}
.image {
  width: 35%;
  height: 100%;
  background: url('../img/Compu.webp') no-repeat center;
  background-size: 100% 100%;
}

.bene {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.titulito {
  width: 100%;
  /* height: 20px;  */
  justify-content: start;
}

.titulito h3 {
  font-size: 40px;
  margin: 15px 0;
}

.titulito p {
  font-size: 15px;
  height: 30px;
}

.seccion-benef {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: row;

}

.cajas {
  width: 50%;
  height: 500px;
  display: flex;
  flex-direction: column;
}
.cajas h2 {
  font-size: 25px;
  margin: 10px 0;
}
.cajas h3 {
  margin: 10px 0;
}
.cajas p {
  padding-right: 15px;
  font-size: 20px;
  margin: 20px 0;
}

.form-group {
  margin-bottom: 20px;
}
label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.formulario{
  background:#fadbbb;
  width: 100%;
  height: 120vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 10px;
}
.side-a{
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
}
.side-a h2{
  font-size: 30px;
  color: #ffffff;
  margin: 0 0 40px 0;
}

.side-a p{
  font-size: 20px;
  color: #ffffff;
}
.side-a hr{    
  width: 50px;
  height: 3px;
  background-color: #ffffff;
  margin: 0 0 40px 0;
}
.side-b{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.card {
  width: 90%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  margin: 10px;
  background-color: #ffffff;
}

.card-header {
  background-color: #333;
  padding: 16px;
  text-align: center;
}

.card-header .text-header {
  margin: 0;
  font-size: 18px;
  color: rgb(255, 255, 255);
}

.card-body {
  padding: 16px;
}

.form-group {
  margin-bottom: 10px;
}
.archivo{
  padding: 12px 24px;
  margin-left: 13px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer
}

.archivo:hover {
  background-color: #ccc;
  color: #333;

}
.form-group label {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 1px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"] {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #cccccc8e;
}

.btn {
  padding: 12px 24px;
  margin-left: 13px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer
}

.btn:hover {
  background-color: #ccc;
  color: #333;
}

.foro{
  width: 100%;
  height: 90vh;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 50px;
}
.conten{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 10px 20px;
}
.conten h3{
  font-size: 25px;
  margin-bottom: 30px;
  text-align: center;
}
.conten h4{
  margin-bottom: 30px;
  font-size: 20px;
}
.ima2{
  width: 100%;
  background: url(../img/Inclusivo.webp) center no-repeat;
  background-size: 150% 100%;
}


}