* {
    box-sizing:border-box;
    margin: 0;
    padding: 2px 0px;
    font-family: 'Atma', cursive;
}
html{
    scroll-behavior: smooth;
}
.resolucion {
  width: 99%;
}
/**Escritorio**/
@media (min-width: 1024px) {
  .tablet {
      display: none;
  }
  .movil {
      display: none;
  }


/* Titulos generales */
.general{
    margin: 5px 0 0 0;
    padding: 5px;
    text-align: center;
    font-size: 40px;
}
.s1{
  color: #000000;
  margin-top: 40px;
  font-size: 45px;
  line-height: 35px;
  text-align: center;
  /* animation: up-down 2s ease-in-out infinite alternate-reverse both; */
  font-family:Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}
/*Whatsapp*/
.float{
	position:fixed;
	width:65px;
	height:65px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  transition: all 1s;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}
.my-float{
	margin-top:16px;
}
/*Boton de ir a arriba*/
.texto{
    padding: 30px;
    font-size: 30px;
  }
  #botonArriba{
    position: fixed;
    padding: 10px;
    bottom: 125px;
    right: -100px;
    width: 70px;
    transition: all 1s;
    border-radius: 50%;
    z-index: 100;
  } 
  #botonArriba:hover{
    background-color: #3aafc74d;
  }
  
.logo{
  width: 100px;
  cursor:pointer;

}
.logo:hover{
  transform: scale(1.2);
  
}
.navbar{
    height: 20%;
    display: flex;
    align-items: center;   
}
nav{
    flex: 1;
    text-align: right;
}
nav ul li{
    list-style: none;
    display: inline-block;
    margin-left: 50px;
    padding: 10px;
}
.hola{
  background-color: #de7f3732;
  border-radius: 50px;
}
nav ul li:hover{
    transform: scale(1.1);
    background-color: #f0ce264d;
    border-radius: 5px;
}
nav ul li a{
    text-decoration: none;
    color: #000000;
    font-size: 28px;  
    font-family:Arial, Helvetica, sans-serif;
} 
ul svg{
    color: #F49D39;  
    margin-left: 0px;
    bottom: 0;
    animation-name: palpitar;
    animation: palpitar infinite;
    animation-delay: 1s;
    animation-duration: 6s;    
    animation-fill-mode: palpitar both;
    margin: 1px 0 0 10px;
}  
@keyframes palpitar {
    0%{
        transform: scale(1);
    }
    10%{
        transform: scale(2);
    }
    15%{
        transform: scale(1);
    }
    20%{
        transform: scale(2);
    }  
    25%{
        transform: scale(1);
    }
    30%{
        transform: scale(2);
    }
    40%{
        transform: scale(1);
    }
    50%{
        transform: scale(2);
    }
    55%{
        transform: scale(1);
    }
    60%{
        transform: scale(2);
    }
    70%{
        transform: scale(1);
    }
    80%{
        transform: scale(2);
    }
    85%{
        transform: scale(1);
    }
    90%{
        transform: scale(2);
    }
}

/*Primera sección*/
.seccion1{
    width: 100%;
    height: 85vh;
    padding-left: 8%; 
    padding-right: 8%;
    box-sizing: border-box;
}
.fila{
    display: flex;
    height: 80%;
    align-items: center;
    box-sizing: border-box;
    background: url(../IMG/Ninos\ jugando.webp) no-repeat center; 
    background-size: 100% 160%;
    justify-content: center;
}
.columna-text{
    flex-basis: 80%;
    text-align: center;
    padding: 20px;
    background-color: #ffffff86;
    font-family: 'Atma', cursive;
 }

@keyframes up-down{
0% {
    transform: translateY(20px);
}

100% {
    transform: translateY(-20px);
}
}
/*Titulo Nazareos*/
.titulo{
    color: #000000;
    font-size: 90px;     
    /* animation: up-down 2s ease-in-out infinite alternate-reverse both;     */
}
.p1{
  color: #000000;
  margin-top: 40px;
  font-size: 40px;
  line-height: 35px;
  text-align: justify;
  line-height: 45px;
  /* animation: up-down 2s ease-in-out infinite alternate-reverse both; */
}
.cuadrito1{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #7fb53de0;
    bottom: 50px;
    left: -15px;
    z-index: 1;
}
.cuadrito2{
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #d92926d3;
    bottom: -35px;
    left: -35px;
}
.cuadrito3{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #3aafc7d5;
    bottom: -15px;
    left: 45px;
}
.cuadrito4{
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #3aafc7de;
    top: 60px;
    right: -60px;
}
.cuadrito5{
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #315a92d5;
    top: -35px;
    right: -15px;
}
.cuadrito6{
    position: absolute;
    width: 30px;
    height: 60px;
    background-color: #d92926be;
    top: -25px;
    right: -60px;
}

/*Mision*/
.mision{
    width: 100%;
    height: 450px;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.espacio-card{
    width: 450px;
    height: 400px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
}
.card1 {
    width: 100%;
    height: 100%;
    background: white;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
  }
  .card1 p{
    color: #000000;
    z-index: 10;
    font-size: 20px;
    text-align: justify;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .iconos{
    width: 100px;
    height: 100px;
    z-index: 3;
    margin: 10px 0;
    position: relative;
}
  .card1 h2 {
    z-index: 1;
    color: #fff;
    font-size: 2em;
    background-color: #DE8037;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 20px 0 ;
  }

  .card1::before {
    content: '';
    position: absolute;
    width: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 181, 61, 0.277)), to(rgba(58, 175, 199, 0.299)));
    background-image: linear-gradient(180deg, rgba(127, 181, 61, rgba(58, 175, 199, 0.26)75, 199));
    height: 200%;
    -webkit-animation: rotBGimg 3s linear infinite;
            animation: rotBGimg 3s linear infinite;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  @-webkit-keyframes rotBGimg {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }

    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }

  @keyframes rotBGimg {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }

    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }

.card1::after {
    content: '';
    position: absolute;
    background: white;

    inset: 5px;
    border-radius: 15px;
  }
    /* .card:hover:before {
    background-image: linear-gradient(180deg, rgb(81, 255, 0), purple);
    animation: rotBGimg 3.5s linear infinite;
  } */


  /*Valores*/
  .valores{
    width: 100%;
    height: 200px;
    text-align: center;
    padding-left: 5%;
    padding-right: 10%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.espacio-valor{
    width: 1300px;
    height: 100%;
    border-radius: 50%;
    padding: 1px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-right: 2000x;
}
.valor{
    height: 100%;
    display: flex;
    margin: 0 20px;
    flex-direction: column;
    place-content: center;
    place-items: center;
}
.valor h2{
    padding: 0;
    font-size: 25px;
}
.iconos-val{
    width: 100px;
    height: 100px;
    z-index: 3;
    position: relative;
}
.val1{
   color: #d929265d;
}
.val2{
    color: #f49d3949;
}
.val3{
    color: #7fb53d57;
}
.val4{
    color: #3aafc773;
}

/*Compromisos*/
.valores2{
    width: 100%;
    height: 300px;
    text-align: center;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.espacio-valor2{
    width: 700px;
    height: 100%;
    border-radius: 50%;
    padding: 1px;
    margin: 0 50px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.valor2{
  width: 30%;
    height: 100%;
    display: flex;
    margin: 0 20px;
    flex-direction: column;
    place-content: center;
    place-items: center;
}
.valor2 h2{
    padding: 0;
    font-size: 20px;
}
.iconos-val-1{
    width: 150px;
    height: 150px;
    z-index: 3;
    position: relative;
    border-radius: 50%;
    padding: 20px;
    box-sizing: border-box;
}
.color-1{
    background-color: #d929265d;
}
.color-2{
    background-color: #f49d3949;
}
.color-3{
    background-color: #f3db3d46;
}
.color-4{
    background-color: #3aafc773;
}
.color-5{
    background-color: #7fb53d57
    ;
}
/* Seccion de Logros */
.log{
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-image: url('../IMG/7\ años.webp');
  background-size: 100% ;
}
.principal{
  width: 20%;
  height: 400px;
  align-items: center;
}
.principal h1{
  font-size: 65px;
  /* background-color: #f49d39a2; */
  padding: 10px;
  margin-top: 130px;
}
.icn{  
  display: flex;
  justify-content: center;
}
.icn p{
  text-align: center;
  font-size: 20px;
}
.icn1{
  background-color: #3aafc781;
  margin-top: 130px;
  margin-left: 40px;
  width: 50%;
}
.icn2{
  background-color: #7fb53d62;
  margin-top: 130px;
}
/*.icn3{
   background-color: #d929265d; 
}*/
.icn4{
  /* background-color: #f49d3949; */
  margin-top: 100px;
}
/*  */
.metas{
  margin-top: 50px;
  width: 100%;
  height: 400px;
  padding-left: 2%;
  padding-right: 2%;
  background-color: #d3e6bd;
  background: url('../IMG/Logros\ 10\ años\ \(WEB\).webp') no-repeat;
  background-size: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
}
.logritos{
  width: 120px;
}
.palabras-gral{
  position: absolute;
  top: 2340px;
  left: 50px;
  width: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 70px;
  font-weight: bold;
}
.logro1{
  position: absolute;
  top: 2330px;
  left: 400px;
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align:center;
}
.logro2{
  position: absolute;
  top: 2350px;
  left: 710px;
  width: 220px;
  display: flex;
  flex-direction: column;
  text-align:center;
}
.logro3{
  position: absolute;
  top: 2280px;
  left: 1000px;
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align:center;
}
.logro4{
  position: absolute;
  top: 2340px;
  left: 1300px;
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align:center;
}
.palabras{
  font-size: 25px;
}
.palabras2{
    position: absolute;
    top: 130px;
    left: -90px;
    width: 320px;
    display: flex;
    flex-direction: column;
    text-align:center;
  font-size: 25px;
}
.palabras3{
  position: absolute;
  top: 130px;
  left: -100px;
  width: 260px;
  display: flex;
  flex-direction: column;
  text-align:center;
font-size: 25px;
}
/* Tarjeta Programas */
.parte-p{
  display:flex;
  margin:0;
  padding:0;
  min-height: 40vh;
  justify-content: center;
  align-items: center;
  font-family: arial;
}
.cont{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  flex-wrap:wrap;
}
.cont .target{
  position: relative;
}
.cont .target .cara{
  width: 310px;
  height: 210px;
  transition:0.8s;
}
.cont .target .cara.cara1{
  position: relative;
  display: flex;
  justify-content: center;
  align-content:center;
  align-items: center;
  z-index: 1;
  transform: translateY(110px);
}
.cont .target:hover .cara.cara1{
  transform: translateY(0);
  /* box-shadow:
    inset 0 0 60px whitesmoke,
    inset 20px 0 80px #f0f,
    inset -20px 0 80px #0ff,
    inset 20px 0 300px #f0f,
    inset -20px 0 300px #0ff,
    0 0 50px #fff,
    -10px 0 80px #f0f,
    10px 0 80px #0ff; */
}
.cont .target .cara.cara1 .apartado{
  opacity: .2;
  transition:  0.5s;
  text-align: center;
}
.c1{
  background-image: 
  linear-gradient(rgba(217, 41, 38, 0.665),rgba(217, 41, 38, 0.665)),
  url(../IMG/Pedag.webp);
  background-size: 100% 100%;
}
.c2{
  background-image: 
  linear-gradient(rgba(244, 157, 57, 0.686),rgba(244, 157, 57, 0.686)),
  url(../IMG/medic.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.c3{
  background-image: 
  linear-gradient(rgba(127, 181, 61, 0.641),rgba(127, 181, 61, 0.641)),
  url(../IMG/Nutri.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.c4{
  background-image: 
  linear-gradient(rgba(226, 130, 255, 0.667) ,rgb(225, 130, 255,0.667)),
  url(../IMG/Karate.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.c5{
  background-image: 
  linear-gradient(rgba(255, 69, 69, 0.653),rgba(255, 69, 69, 0.653)),
  url(../IMG/Cultural.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.c6{
  background-image: 
  linear-gradient(rgba(110, 198, 59, 0.629),rgba(110, 198, 59, 0.629)),
  url(../IMG/Psico.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.c7{
  background-image: 
  linear-gradient(rgba(145, 217, 255, 0.651),rgba(145, 217, 255, 0.651)),
  url(../IMG/religión.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cont .target:hover .cara.cara1 .apartado{
  opacity: 1;
}
.cont .target .cara.cara1 .apartado i{
  font-size: 3em;
  color: white;
  display: inline-block;
}
.cont .target .cara.cara1 .apartado h3{
  font-size: 2em;
  color: whitesmoke;
  text-align: center;
}
.cont .target .cara.cara1 .apartado a{
  transition: .5s;
}
.apartado li{  
  font-family: Arial, Helvetica, sans-serif;
}
.apartado p{  
  line-height: 20px;
}
.cont .target .cara.cara2{
  position: relative;
  background: whitesmoke;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0,0,0,.8);
  transform: translateY(-100px);
}
.cont .target:hover .cara.cara2{
    transform: translateY(0);
}
.cont .target .cara.cara2 .apartado p, a{
  font-size: 14pt;
  margin: 0 ;
  padding: 0;
  color:#000000;
}
.cont .target .cara.cara2 .apartado a{
  text-decoration:none;
  color: black;
  box-sizing: border-box;
  outline : 1px dashed #333;
  padding: 10px;
  margin: 15px 0 0;
  display: inline-block;
}
.cont .target .cara.cara2 .apartado a:hover{
  background: #333 ;
  color: whitesmoke; 
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}

/*Carrusel de Alianzas*/
.carrusel-2{
    display: flex;
    height: auto;
    margin: auto;
    overflow: hidden;
    align-items: center;
  }
  .carrusel-2:before{
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    width: 23.958%;
    height: 110px;
    background-color: linear-gradient(-90deg, hsla(0, 0%,
    96.9%,0 ), #f7f7f7);
  }
  .carrusel-2:after{
    position: absolute;
    right: 0;
    content: "";
    width: 23.958%;
    height: 110px;
    background-color: linear-gradient(90deg,
     hsla(0, 0%,96.9%,0 ),
     hsla(0, 0%,96.9%,0.99 ) 96.9%
     );
  }
  .carrusel-2 .carrete{
    display: flex;
    animation: scroll 15s linear infinite;
    -webkit-animation: scroll 15s linear infinite;
    width: calc(240px * 12);
  }
  .carrusel-2 .foto{
    display: flex;
  }
  .carrusel-2 .foto img{
    width: 150px;
    height: 150px;
    padding: 10px;
    background-color: #ffff;
    cursor: pointer;
    margin: 20px;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3)0px 1px 3px -1px;
  }
  @keyframes scroll{
    0%{
        -webkit-transform: translateX(0);
        transform: translatex(0);
    }
    100%{
        -webkit-transform: translateX(calc(-240px * 5));
        transform: translatex(calc(-240px * 5));
    }
  }
  /**/
  .carrusel-3{
    display: flex;
    height: auto;
    margin: auto;
    overflow: hidden;
    align-items: center;
  }
  .carrusel-3:before{
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    width: 23.958%;
    height: 110px;
    background-color: linear-gradient(-90deg, hsla(0, 0%,
    96.9%,0 ), #f7f7f7);
  }
  .carrusel-3:after{
    position: absolute;
    right: 0;
    content: "";
    width: 23.958%;
    height: 110px;
    background-color: linear-gradient(90deg,
     hsla(0, 0%,96.9%,0 ),
     hsla(0, 0%,96.9%,0.99 ) 96.9%
     );
  }
  .carrusel-3 .carrete2{
    display: flex;
    animation: scroll 15s linear infinite;
    -webkit-animation: scroll 15s linear infinite;
    width: calc(140px * 10);
  }
  .carrusel-3 .foto2{
    display: flex;
  }
  .carrusel-3 .foto2 img{
    width: 150px;
    height: 150px;
    padding: 10px;
    background-color: #ffff;
    cursor: pointer;
    margin: 20px;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3)0px 1px 3px -1px;

  }
  /* Targetas */
  .actividades{
   width: 100%;
   height: 600px;
   padding-left: 8%;
   padding-right: 8%;
   display: flex;
   flex-direction: row;
   justify-content: space-evenly;
   align-items: center;
  }
  .carta-programa{
    width: 30%;
    height: 580px;
    display: flex;
    flex-direction: column;
  }
  .actividades2{
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
   }
   .carta-programa2{
     width: 24%;
     height: 580px;
     display: flex;
     flex-direction: column;
   }
  .encabezado{
    width: 100%;
    height: 200px;
    text-align: center;
  }
  .encabezado img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
  }
  .cuerpito{
    width: 100%;
    height: 300px;
    padding: 10px 50px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #3aafc786;
    border-radius: 5px 5px 0 0 ;
  }
  .cuerpito h2{
    text-align: center;
    font-size: 30px;
    margin: 10px 0;
  }
  .cuerpito p{
    font-family: Arial, Helvetica, sans-serif;
  }
  .cuerpito li{
    font-family: Arial, Helvetica, sans-serif;
  }
  .piecito{
    width: 100%;
    height: 75px;
    justify-content: center;
    background-color: #3aafc786;
    border-radius: 0 0 5px 5px;
  }
  .pie1{    
    padding-left: 115px;
  }
  .pie2{    
    padding-left: 105px;
  }
  .button4-1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: none;
    color: #000000;
    cursor: pointer;
   }
   
   .button4-1:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #f49d39;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
   }
   
   .button4-1:hover::after {
    right: auto;
    left: 0;
    width: 100%;
   }
   
   .button4-1 span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 10px 25px;
    color: #000000;
    font-size: 15px;
    font-weight: 100;  
    z-index: 20;
    transition: all 0.3s ease-in-out;
   }
   
   .button4-1:hover span {
    color: #fff;
    animation: scaleUp 0.3s ease-in-out;
   }
   
  /*Equipo*/
  #equipo{
    width: 97%;
    height: 300px;
    margin: 20px 0;
    display:flex;
    align-items: center;
    justify-content: center;
  }
  .espacio-carta{
    width: 20%;
    height: 100%;
    flex-direction: row;
    margin: 10px;
  }
  .espacio-carta-ext{
    width: 1%;
    height: 100%;
    flex-direction: row;
    margin: 10px;
  }
  .card {
    padding: 0.5rem;
    max-width: 320px;
    height: 300px;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 30px -20px rgba(5, 5, 5, 0.24);
            box-shadow: 0 20px 30px -20px rgba(5, 5, 5, 0.24);
            overflow: hidden;
  }
  .person1{
    background-color: #d9292692;
    border: outset 5px #D92826;
  }
  .person2{
    background-color: #f49d3988;
    border: outset 5px #F49D39;
    /* background-color: #315a925d;
    border: outset 5px #315992; */
  }
  .person3{
    background-color: #f4e43988;
    border: outset 5px #f4e439;
  }
  .person4{
    background-color: #7fb53d92;
    border: outset 5px #7FB53D;
  }
  .person5{
    
    background-color: #177d9241;
    border: outset 5px #3AAFC7;
   
  }
  .person6{
    
    background-color: #56358c52;
    border: outset 5px #56358cb0;
  }
  .person7{
    
    background-color: #315a925d;
    border: outset 5px #315992; 
  }
  .person8{
    background-color: #03918599;
    border: outset 5px #039184;
  }
  
  .person9{
    background-color: #7cdaf9d0;
    border: outset 5px #0cb9f29f;
  }
  
  .person10{
    background-color: #ad7865;
    border: outset 5px #8a4932;
  }
  
  .person11{
    background-color: #b1b1b1;
    border: outset 5px #646464;
  }
  .perfil{
    width: 100%;
    height: 100%;
    border-radius: 50%;
  object-fit: cover;
  }
  .header {
    display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
  }

  .header .image {
  width: 150px;
  height: 150px;
  border-radius: 10%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  }


  .profesion {
    margin-top: 0.25rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  }
  .name {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: #000000;
    text-align: center;
    margin-top: 2px;
  }

  .message {
    margin-top: 0.2rem;
  color: #333;
  font-style: bold;
  font-size: 18px;
  text-align: justify;
  padding: 0 1px;
  word-wrap: break-word;

  }

/* Testimonios*/
.seccion-testimonio{
  width: 100%;
  height: auto;
  padding: 2rem;
  box-sizing:border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.testimonio{
  width: 100%;
  max-width: 350px;
  display: flex;
  justify-content: center;
}
.card-user {
    position: relative;
    padding:  1em;
    z-index: 5;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
            box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    max-width: 300px;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    height: 100%;
    width: 100%;
    align-self: center;
}
.google{

  background-color: #f3db3d42;
}
.facebook{
  background-color: #3aafc773;
}
  .username {
    color: #000000;
    font-size: 0.85em;
    font-weight: 600;
  }

  .body-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .body-user .text-user {
    margin: 0 10px 0 0;
    white-space: pre-line;
    color: #000000;
    font-weight: 400;
    line-height: 2.5;
    margin-bottom: 4px;
    text-decoration: none;
  }

  .footer-user {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    margin-top: 10px;
  }

  .footer-user div {
    margin-right: 1rem;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }

  .footer-user svg {
    margin-right: 5px;
    height: 100%;
    stroke: #000000;
  }

  .footer-user img {
    margin-right: 5px;
    width: 100%;
    height: 100%;
    stroke: #000000;
  }
  .viewer span {
    height: 20px;
    width: 20px;
    background-color: #3aafc700;
    margin-right: -6px;
    border-radius: 50%;
    /* border: 1px solid #fff; */
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 8px;
    color: #fff;
    padding: 2px;
  }
  .normal {
    height: 20px;
    width: 20px;
    background-color: #3aafc7f9;
    margin-right: -6px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 8px;
    color: #fff;
    padding: 2px;
  }

  .viewer span svg {
    stroke: #fff;
  }
  .viewer span img {
    stroke: #fff;
  }

  /*Modales de footer*/
  .modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(255, 145, 77); 
    background-color: rgba(255, 145, 77,0.6); 
    text-align: left;
  }
  .button {
    background-color: #A8BCC6;
    color: #000000;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    opacity: 0.9;
    
  }
  .modal-content {
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 50px;
    width: 50%;
  }
  .modal-content p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 18px;
  }
  .modal-content h1{
    text-align: justify;
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
  }
  .modal-content h2{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cerrar {
    color: #ff914d;
    float: right;
    font-size: 48px;
    font-weight: bold;
    transition: all 0.4s;
  }
  
  .cerrar:hover,
  .cerrar:focus {
    color: #ff914d72;
    text-decoration: none;
    cursor: pointer;
    transform: scale(2);
  }
  .cuadros1{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #315a9288;
    top: 150px;
    left: 430px;
    z-index: 1;
  }
  .cuadros2{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #f49d3949;
    top: 140px;
    left: 415px;
    z-index: 1;
  }
  .cuadros3{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #315a9288;
    top: 120px;
    right: 468px;
    z-index: 1;
  }
  .cuadros4{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #d929265d;
    top: 140px;
    right: 420px;
    z-index: 1;
  }
  .cuadros5{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #f49d3949;
    top: 180px;
    right: 450px;
    z-index: 1;
  }
  .cuadros6{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #f49d3949;
    bottom: 100px;
    right: 400px;
    z-index: 1;
  }
  .cuadros7{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #d929265d;
    bottom: 106px;
    left: 415px;
    z-index: 1;
  }
  .cuadros8{
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #f49d3949;
    bottom: 100px;
    left: 430px;
    z-index: 1;
  }
  
  .modal-content {
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 50px;
    width: 50%;
  }
  .modal-content p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 18px;
  }
  .modal-content h1{
    text-align: justify;
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
  }
  .modal-content h2{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cerrar {
    color: #ff914d;
    float: right;
    font-size: 48px;
    font-weight: bold;
    transition: all 0.4s;
  }
  
  .cerrar:hover,
  .cerrar:focus {
    color: #ff914d72;
    text-decoration: none;
    cursor: pointer;
    transform: scale(2);
  }

  /*  */
  .modal2 {
    display: none; 
    position: fixed; 
    z-index: 100; 
    padding-top: 5px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(255, 145, 77); 
    background-color: rgba(255, 145, 77,0.6); 
    text-align: left;
  }
  .button2 {
    background-color: #A8BCC6;
    color: #000000;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    opacity: 0.9;
    
  }
  .modal-content2 {
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 5px;
    width: 40%;
  }
  .modal-content2 p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 18px;
  }
  .modal-content2 h1{
    text-align: justify;
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
  }
  .modal-content2 h2{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cerrar2 {
    color: #ff914d;
    float: right;
    font-size: 48px;
    font-weight: bold;
    transition: all 0.4s;
  }
  
  .cerrar2:hover,
  .cerrar2:focus {
    color: #ff914d72;
    text-decoration: none;
    cursor: pointer;
    transform: scale(2);
  }
  .modal3 {
    display: none; 
    position: fixed; 
    z-index: 100; 
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(255, 145, 77); 
    background-color: rgba(255, 145, 77,0.6); 
    text-align: left;
  }
  .button3 {
    background-color: #A8BCC6;
    color: #000000;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    opacity: 0.9;
    
  }
  .modal-content3 {
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 50px;
    width: 40%;
  }
  .modal-content3 p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .modal-content3 h1{
    text-align: justify;
    font-size: 70px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 70px;
  }
  .modal-content3 h2{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cerrar3 {
    color: #ff914d;
    float: right;
    font-size: 48px;
    font-weight: bold;
    transition: all 0.4s;
  }
  
  .cerrar3:hover,
  .cerrar3:focus {
    color: #ff914d72;
    text-decoration: none;
    cursor: pointer;
    transform: scale(2);
  }
  .cuadros1-1{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #315a9288;
    top: 150px;
    left: 455px;
    z-index: 1;
  }
  .cuadros2-2{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #f49d3949;
    top: 110px;
    left: 480px;
    z-index: 1;
  }
  .cuadros3-3{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #315a9288;
    top: 120px;
    right: 468px;
    z-index: 1;
  }
  .cuadros4-4{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #d929265d;
    top: 140px;
    right: 520px;
    z-index: 1;
  }
  .cuadros5-5{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #f49d3949;
    top: 180px;
    right: 450px;
    z-index: 1;
  }
  .cuadros6-6{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #f49d3949;
    bottom: 220px;
    right: 470px;
    z-index: 1;
  }
  .cuadros7-7{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #d929265d;
    top: 146px;
    left: 515px;
    z-index: 1;
  }
  .cuadros8-8{
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #f49d3949;
    bottom: 160px;
    left: 480px;
    z-index: 1;
  }
  .cuadros9-9{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #315a9288;
    bottom: 210px;
    left: 500px;
    z-index: 1;
  }
  .cuadros10-10{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #d929265d;
    bottom: 200px;
    left: 450px;
    z-index: 1;
  }
  .cuadros11-11{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #315a9288;
    bottom: 170px;
    right: 500px;
    z-index: 1;
  }
  
  .cuadros11-1{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #315a9288;
    top: 80px;
    right: 468px;
    z-index: 1;
  }
  .fundador{
    width: 550px;
    height: 700px;
  }
  
.modal41 {
  display: none; 
  position: fixed; 
  z-index: 100; 
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgb(255, 145, 77); 
  background-color: rgba(255, 145, 77,0.6); 
  text-align: left;
}
.button41 {
  background-color: #A8BCC6;
  color: #000000;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
  opacity: 0.9;
  
}
.modal-content41 {
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 50px;
  width: 40%;
}
.modal-content41 p{
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 20px;
  margin-bottom: 10px;
}
.modal-content41 h1{
  text-align: justify;
  font-size: 70px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 70px;
}
.modal-content41 h2{
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 5px;
}

.cerrar41 {
  color: #ff914d;
  float: right;
  font-size: 48px;
  font-weight: bold;
  transition: all 0.4s;
}

.cerrar41:hover,
.cerrar41:focus {
  color: #ff914d72;
  text-decoration: none;
  cursor: pointer;
  transform: scale(2);
}
  .button4-3 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #f49d39;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: none;
    color: #000000;
    cursor: pointer;
   }
   
   .button4-3:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #fff;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
   }
   .button4-3:hover::after {
    right: auto;
    left: 0;
    width: 100%;
   }
   .button4-3 span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 5px 25px;
    color: #000000;
    font-size: 15px;
    font-weight: 100;  
    z-index: 2;
    transition: all 0.3s ease-in-out;
   }
   
   .button4-3:hover span {
    color: #000000;
    animation: scaleUp 0.3s ease-in-out;
   }
.botonc a{
  text-decoration: none;
}
.titulo1{
    font-size: 40px;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
}
.feed-form2 {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    padding-left: 10%;
    padding-right: 10%;
  }
  
  .feed-form2
 input {
    height: 40px;
    border-radius: 5px;
    background-color: #ffe7c0;
    margin-bottom: 15px;
    border: none;
    padding: 0 20px;
    font-weight: 300;
    font-size: 14px;
    color: #4B4B4B;
  }
  .feed-form2
 select {
    display: inline-block;
	width: 100%;
	cursor: pointer;
  	padding: 7px 10px;
  	height: 34px;
  	outline: 0; 
  	border: 0;
	border-radius: 0;
    background-color: #ffe7c0;
    color: #4B4B4B;
	font-size: 14px;
	border: none ;
    border-radius: 5px;
    position: relative;
    transition: all 0.25s ease;
    margin-bottom: 15px;
  }
  
  .button_submit:hover, .feed-form2
 input:hover, .feed-form2
 select:hover {
    -webkit-transform: scale(1.009);
        -ms-transform: scale(1.009);
            transform: scale(1.009);
    -webkit-box-shadow: 0px 0px 3px 0px #212529;
            box-shadow: 0px 0px 3px 0px #212529;
  }
/*   
  .button_submit {
    width: 100%;
    height: 54px;
    font-size: 14px;
    color: white;
    background: red;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
  } */
  .boton-enviar {
    font-size: 20px;
    background: #ffcf86;
    color: #000000;
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
  }
  
  .boton-enviar span {
    display: block;
    margin-left: 0.3em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .boton-enviar svg {
    display: block;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  
  .boton-enviar:hover .svg-wrapper2 {
    -webkit-animation: fly-1 0.6s ease-in-out infinite alternate;
            animation: fly-1 0.6s ease-in-out infinite alternate;
  }
  
  .boton-enviar:hover svg {
    -webkit-transform: translateX(1.2em) rotate(45deg) scale(1.1);
        -ms-transform: translateX(1.2em) rotate(45deg) scale(1.1);
            transform: translateX(1.2em) rotate(45deg) scale(1.1);
  }
  
  .boton-enviar:hover span {
    -webkit-transform: translateX(5em);
        -ms-transform: translateX(5em);
            transform: translateX(5em);
  }
  
  .boton-enviar:active {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
  }
  
  @-webkit-keyframes fly-1 {
    from {
      -webkit-transform: translateY(0.1em);
              transform: translateY(0.1em);
    }
  
    to {
      -webkit-transform: translateY(-0.1em);
              transform: translateY(-0.1em);
    }
  }
  
  @keyframes fly-1 {
    from {
      -webkit-transform: translateY(0.1em);
              transform: translateY(0.1em);
    }
  
    to {
      -webkit-transform: translateY(-0.1em);
              transform: translateY(-0.1em);
    }
  }

.modal5 {
  display: none; 
  position: fixed; 
  z-index: 100; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgb(255, 145, 77); 
  background-color: rgba(255, 145, 77,0.6); 
  text-align: left;
}
.button5 {
  background-color: #A8BCC6;
  color: #000000;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
  opacity: 0.9;
  
}
.modal-content5 {
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 50px;
  width: 40%;
  height: 80%;
}
.modal-content5 p{
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 18px;
}
.modal-content5 h1{
  text-align: center;
  font-size: 50px;
  text-align: center;
  margin-bottom: 5px;
}
.modal-content5 h2{
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.image{
  display: flex;
  justify-content: center;
}
.image img{
  width: 150px;
  border-radius: 50%;
  margin: 10px 0 30px 0;
  z-index: 2;
}
.cerrar5 {
  color: #ff914d;
  float: right;
  font-size: 48px;
  font-weight: bold;
  transition: all 0.4s;
}
.botonc{
  display: flex;
  justify-content: center;
}
.cerrar5:hover,
.cerrar5:focus {
  color: #ff914d72;
  text-decoration: none;
  cursor: pointer;
  transform: scale(2);
}
.cuadros9{
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: #315a9288;
  top: 350px;
  left: 590px;
  z-index: 1;
}
.cuadros10{
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #d929265d;
  top: 410px;
  left: 700px;
  z-index: 0;
}
.cuadros11{
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #f49d3949;
  top: 300px;
  right: 590px;
  z-index: 1;
}

.cuadros12{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #315a9288;
  top: 150px;
  left: 460px;
  z-index: 1;
}
.cuadros13{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #f49d3949;
  top: 115px;
  left: 490px;
  z-index: 1;
}
.cuadros14{
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #d929265d;
  top: 105px;
  right: 490px;
  z-index: 1;
}
.cuadros15{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #315a9275;
  top: 210px;
  right: 490px;
  z-index: 1;
}
.cuadros16{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #d929265d;
  bottom: 200px;
  left: 460px;
  z-index: 1;
}
.cuadros17{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #f49d3949;
  bottom: 160px;
  left: 490px;  
  z-index: 1;
}
.cuadros18{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #315a9275;
  bottom: 160px;
  right: 490px;
  z-index: 1;
}
.cuadros19{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #f49d3949;
  bottom: 190px;
  right: 460px;
  z-index: 1;
}
.cuadros20{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #f49d3949;
  top: 160px;
  right: 530px;
  z-index: 1;
}
.button4-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #7FB53D;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: none;
  color: #000000;
  cursor: pointer;
 }
 
 .button4-2:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
 }
 
 .button4-2:hover::after {
  right: auto;
  left: 0;
  width: 100%;
 }
 
 .button4-2 span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 5px 45px;
  color: #000000;
  font-size: 15px;
  font-weight: 100;  
  z-index: 20;
  transition: all 0.3s ease-in-out;
 }
 
 .button4-2:hover span {
  color: #000000;
  animation: scaleUp 0.3s ease-in-out;
 }

 .modal6 {
  display: none; 
  position: fixed; 
  z-index: 100; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgb(255, 145, 77); 
  background-color: rgba(255, 145, 77,0.6); 
  text-align: left;
}
.button6 {
  background-color: #A8BCC6;
  color: #000000;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
  opacity: 0.9;
  
}
.modal-content6 {
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 0 50px;
  width: 40%;
  height: 80%;
}
.modal-content6 p{
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 18px;
}
.modal-content6 h1{
  text-align: center;
  font-size: 50px;
  text-align: center;
  margin-bottom: 5px;
}
.modal-content6 h2{
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.cerrar6 {
  color: #ff914d;
  float: right;
  font-size: 48px;
  font-weight: bold;
  transition: all 0.4s;
}
.cerrar6:hover,
.cerrar6:focus {
  color: #ff914d72;
  text-decoration: none;
  cursor: pointer;
  transform: scale(2);
}

.cuadros14-1{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #d929265d;
  top: 105px;
  right: 520px;
  z-index: 1;
}
.cuadros15-1{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #315a9275;
  top: 160px;
  right: 490px;
  z-index: 1;
}
.cuadros20-1{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f49d3949;
  top: 160px;
  right: 530px;
  z-index: 1;
}
.modal7 {
 display: none; 
 position: fixed; 
 z-index: 100; 
 padding-top: 100px;
 left: 0;
 top: 0;
 width: 100%; 
 height: 100%; 
 overflow: auto;
 background-color: rgb(255, 145, 77); 
 background-color: rgba(255, 145, 77,0.6); 
 text-align: left;
}
.button7 {
 background-color: #A8BCC6;
 color: #000000;
 padding: 14px 20px;
 margin: 8px 0;
 border: none;
 cursor: pointer;
 width: 100%;
 border-radius: 10px;
 opacity: 0.9;
 
}
.modal-content7 {
 background-color: #fff;
 border-radius: 10px;
 margin: auto;
 padding: 0 50px;
 width: 40%;
 height: 80%;
}
.modal-content7 p{
 font-family: Arial, Helvetica, sans-serif;
 text-align: justify;
 font-size: 25px;
 margin-left: 40px;
 color: #ffff;
}
.modal-content7 a{
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 25px;
  margin-left: 40px;
  color: #ffff;
  text-decoration: none;
 }
.modal-content7 h1{
 text-align: center;
 font-size: 50px;
 text-align: center;
 margin-bottom: 5px;
}
.modal-content7 h2{
 font-family: Arial, Helvetica, sans-serif;
 text-align: center;
}
.cerrar7 {
 color: #ff914d;
 float: right;
 font-size: 48px;
 font-weight: bold;
 transition: all 0.4s;
}
.cerrar7:hover,
.cerrar7:focus {
 color: #ff914d72;
 text-decoration: none;
 cursor: pointer;
 transform: scale(2);
}
.nums{
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 60px; 
}
.tels{
  display: flex;
  flex-direction:column;
  align-items: center;
}
.tel1{   
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: row;
  background-color: #20AB4B;
  
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.tel2{  
  width: 300px;
  height: 75px;
  display: flex;
  flex-direction: row;
  background-color: #00BF63;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 50px;
}
.tel1 img{
  width: 50px;
  height: 50px;
  filter: invert();
}
.tel1-2 img{
  width: 50px;
  height: 50px;
  filter: invert();
} 
.tel1-2{   
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: row;
  background-color: #000000;
  
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.tel2-2{  
  width: 300px;
  height: 75px;
  display: flex;
  flex-direction: row;
  background-color: #565555;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 50px;
}

.modal8 {
  display: none; 
  position: fixed; 
  z-index: 100; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgb(255, 145, 77); 
  background-color: rgba(255, 145, 77,0.6); 
  text-align: left;
 }
 .button8 {
  background-color: #A8BCC6;
  color: #000000;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
  opacity: 0.9;
  
 }
 .modal-content8 {
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 0 10px;
  width: 40%;
  height: 80%;
 }
 .cor{
  width: 550px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
 }
 .cors{

  display: flex;
  flex-direction:column;
  align-items: center;
}
.correo1{   
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: row;
  background-color: #d929265d;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.correo2{  
  width: 450px;
  height: 75px;
  display: flex;
  flex-direction: row;
  background-color: #d929265d;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 150px;
}
.correo1 img{
  width: 50px;
  height: 50px;
}
.correo1-2 img{
  width: 50px;
  height: 50px;
} 
.correo1-2{   
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: row;
  background-color: #f49d3949;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.correo2-2{      
  width: 490px;
  height: 75px;
  display: flex;
  flex-direction: row;
  background-color: #f49d3949;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 50px;
}
 /* .modal-content8 a{
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 25px;
  margin-left: 40px;
  color: #000000;
  text-decoration: none;
  margin-bottom: 50px;
 } */
 .a1{
  background-color: #d929265d;
 }
 .a2{
  background-color: #f49d3949;
 }
 .modal-content8 h1{
  text-align: center;
  font-size: 50px;
  text-align: center;
  margin-bottom: 5px;
 }
 .modal-content8 h2{
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
 }
 .modal-content8 a{
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 25px;
  margin-left: 10px;
  color: #000000;

 }
 .cerrar8 {
  color: #ff914d;
  float: right;
  font-size: 48px;
  font-weight: bold;
  transition: all 0.4s;
 }
 .cerrar8:hover,
 .cerrar8:focus {
  color: #ff914d72;
  text-decoration: none;
  cursor: pointer;
  transform: scale(2);
 }

/*Pie de Pagina*/
.container{
    max-width: 1170px;
    margin: auto;
}
.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul{
    list-style: none;
    cursor: pointer;
}
.footer{
    background-color: #de7f3700;
    padding: 10px 0;
}
.footer-col{
    width: 23%;
    padding: 0 10px;
}
.footer-col h4{
    font-size: 20px;
    color: #D92826;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
    padding-left: 40px;
}
.footer-col h4::before{
    content: '';
    position: absolute;
    left: 25px;
    bottom: -10px;
    background-color: #D92826;
    height: 5px;
    box-sizing: border-box;
    width: 150px;
    border-radius: 5px;
}
.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}
.footer-col ul li a{
    font-size: 20px;    
    color: #000000;
    text-decoration: none;
    font-weight: 300;
    display:block;
    transition: all 0.3s ease;
    font-family:Arial, Helvetica, sans-serif;
}
.footer-col ul li a:hover{
    color: #d929265d;
    padding-left: 8px;
}
.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #f3db3d50;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;  
    border-radius: 50%;
    color: #000000;
    transition: all 0.3s ease;
}
.footer-col .social-links a:hover{
    color: #F49D39;
    background-color: #ffffff;
}
.boton{
    background-color: #f3db3d50; 
    border: none;
    color: #000000;
    padding: 5px 20px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 5px 20px;
    cursor: pointer;
    margin-left: 25px;
  }
  
.boton:hover{
    color: #F49D39;
    background-color: #ffffff;
  }

@media(max-width: 767px){
    .footer-col{
        width: 50%;
        margin-bottom: 30px;
    }
}
@media(max-width: 574px){
    .footer-col{
        width: 100%;
    }
}
/*Footer de bolas GC*/   
.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 50px 5px #444444a7;
    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 5px 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;
}
.foote9{
    margin: 20px;
    box-shadow: 0px 0px 50px 5px #36f8d2;
    border-radius: 100px;
}
.subgrupo{
    width: 100%;
    /* height: 15vh; */
    display: flex;
    justify-content: center;
    align-items: end;
}
.pie-pagina .grupo-2{
    background-color: #de7f377d;
    padding: 10px 10px;
    text-align: center;
    color: rgb(0, 0, 0);
    height: 100%;

}
.pie-pagina .grupo-3 small{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.grupo-3 a{
  font-family: Arial, Helvetica, sans-serif;
}
.pie-pagina .grupo-3{
    background-color: #DE8037;
    padding: 15px 10px;
    text-align: center;
    color: rgb(0, 0, 0);
}
.pie-pagina b{
  font-family: Arial, Helvetica, sans-serif;
}
.imagen-circular {
  width: 200px;
  height: 200px; 
  border-radius: 50%; 
  object-fit: cover; 
}
}

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


}


/* Inicio de Resolucion en Telefono */
@media (max-width: 767px) {
  .desktop {
      display: none;
  }
  .tablet {
      display: none;
  }
  
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

/*Whatsapp*/
.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:25px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:20px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  transition: all 1s;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}
.my-float{
	margin-top:16px;
}
/*Boton de ir a arriba*/
.texto{
    padding: 30px;
    font-size: 30px;
  }
  #botonArriba{
    position: fixed;
    padding: 10px;
    bottom: 125px;
    right: -100px;
    width: 70px;
    transition: all 1s;
    border-radius: 50%;
    z-index: 100;
  } 
  #botonArriba:hover{
    background-color: #3aafc74d;
  }
nav {
  padding-left: 3%;
  padding-right: 3%;
  background-color: #fde9d4;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
/* 
.menu li {
  margin-right: 20px;
} */

.menu li a {
  color: #000000;
  text-decoration: none;
  padding: 10px;
  z-index: 10;
  display: block;
}
.donation{
  float: right;
}
.hola{
  margin-left: 0px;
  font-size: 30px;
}
.cora{
  color: #F49D39;  
  margin-left: 0px;
  bottom: 0;
  animation-name: palpitar;
  animation: palpitar infinite;
  animation-delay: 1s;
  animation-duration: 6s;    
  animation-fill-mode: palpitar both;
  margin: 1px 0 0 10px;
}  
@keyframes palpitar {
  0%{
      transform: scale(1);
  }
  10%{
      transform: scale(2);
  }
  15%{
      transform: scale(1);
  }
  20%{
      transform: scale(2);
  }  
  25%{
      transform: scale(1);
  }
  30%{
      transform: scale(2);
  }
  40%{
      transform: scale(1);
  }
  50%{
      transform: scale(2);
  }
  55%{
      transform: scale(1);
  }
  60%{
      transform: scale(2);
  }
  70%{
      transform: scale(1);
  }
  80%{
      transform: scale(2);
  }
  85%{
      transform: scale(1);
  }
  90%{
      transform: scale(2);
  }
}
/* Estilo para el menú desplegable */
.submenu {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #fde9d4;
}
.dropdown:hover .submenu {
  display: block;
}

.submenu li {
  margin-right: 0;
  z-index: 10;
  list-style:none ;
}

.submenu li a {
  padding: 10px;
}

.submenu li a:hover {
  background-color: #FFDE59;
}

.fila{
  display: flex;
  height: 250px;
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  background: url(../IMG/Ninos\ jugando.webp) no-repeat center;
  background-size: 100% 95%;
  justify-content: center;
}
.columna-text{
  flex-basis: 80%;
  text-align: center;
  padding: 10px;
  background-color: #ffffffb0;    
  font-family: 'Atma', cursive;
}
/*Titulo Nazareos*/
.titulo{
  color: #000000;
  font-size: 35px;     
  /* animation: up-down 2s ease-in-out infinite alternate-reverse both;     */
}
.p1{
color: #000000;
font-size: 20px;
text-align: justify;
/* animation: up-down 2s ease-in-out infinite alternate-reverse both; */
font-family:Arial, Helvetica, sans-serif;
}
.cuadrito1{
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #7fb53d83;
  bottom: 35px;
  left: -15px;
  z-index: 1;
}
.cuadrito2{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #d9292685;
  bottom: -15px;
  left: -15px;
}
.cuadrito3{
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #3aafc785;
  bottom: -15px;
  left: 35px;
}
.cuadrito4{
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #3aafc790;
  top: -15px;
  right: 30px;
}
.cuadrito5{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #315a9279;
  top: -15px;
  right: -15px;
}
.cuadrito6{
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #d9292681;
  top: 35px;
  right: -15px;
}

/* Titulos generales */
.general{
  margin: 5px 0 0 0;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}
.s1{
color: #000000;
font-size: 25px;
line-height: 35px;
text-align: center;
/* animation: up-down 2s ease-in-out infinite alternate-reverse both; */
font-family:Arial, Helvetica, sans-serif;
}

/*Mision*/
.mision{
  width: 100%;
  height: 450px;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.espacio-card{
  width: 450px;
  height: 400px;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
}
.card1 {
  width: 100%;
  height: 100%;
  background: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
}
.card1 p{
  color: #000000;
  z-index: 10;
  font-size: 18px;
  text-align: justify;
  padding: 0 20px;
  box-sizing: border-box;
}
.iconos{
  width: 100px;
  height: 100px;
  z-index: 3;
  margin: 10px 0;
  position: relative;
}
.card1 h2 {
  z-index: 1;
  color: #fff;
  font-size: 1.5em;
  background-color: #DE8037;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 20px 0 ;
}

.card1::before {
  content: '';
  position: absolute;
  width: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 181, 61, 0.277)), to(rgba(58, 175, 199, 0.299)));
  background-image: linear-gradient(180deg, rgba(127, 181, 61, rgba(58, 175, 199, 0.26)75, 199));
  height: 200%;
  -webkit-animation: rotBGimg 3s linear infinite;
          animation: rotBGimg 3s linear infinite;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@-webkit-keyframes rotBGimg {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotBGimg {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.card1::after {
  content: '';
  position: absolute;
  background: white;

  inset: 5px;
  border-radius: 15px;
}
  /* .card:hover:before {
  background-image: linear-gradient(180deg, rgb(81, 255, 0), purple);
  animation: rotBGimg 3.5s linear infinite;
} */

  /*Valores*/
  .valores{
    width: 100%;
    height: 200px;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.espacio-valor{
    width: 100px;
    height: 100%;
    border-radius: 50%;
    padding: 1px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.valor{
    height: 100%;
    display: flex;
    margin: 0 10px;
    flex-direction: column;
    place-content: center;
    place-items: center;
}
.valor h2{
    padding: 0;
    font-size: 25px;
}
.iconos-val{
    width: 100px;
    height: 100px;
    z-index: 3;
    position: relative;
}
.val1{
   color: #d929265d;
}
.val2{
    color: #f49d3949;
}
.val3{
    color: #7fb53d57;
}
.val4{
    color: #3aafc773;
}

/*Compromisos*/
.valores2{
    width: 100%;
    height: 200px;
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
    align-items: center;
}
.valores3{
  width: 100%;
  height: 300px;
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  align-items: center;
}
.espacio-valor2{
    width: 500px;
    height: 100%;
    border-radius: 50%;
    padding: 1px;
    margin: 0 10px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: row;
}
.valor2{
  width: 33%;
    height: 100%;
    display: flex;
    margin: 0 2px;
    flex-direction: column;
    place-content: center;
    place-items: center;
}
.valormedio{
  width: 16%;
    height: 100%;
    display: flex;
    margin: 0 2px;
    flex-direction: column;
    place-content: center;
    place-items: center;
}
.valor2 h2{
    padding: 0;
    font-size: 15px;
}
.iconos-val-1{
    width: 100px;
    height: 100px;
    z-index: 3;
    position: relative;
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
}
.color-1{
    background-color: #d929265d;
}
.color-2{
    background-color: #f49d3949;
}
.color-3{
    background-color: #f3db3d46;
}
.color-4{
    background-color: #3aafc773;
}
.color-5{
    background-color: #7fb53d57
    ;
}

/*  */
.metas{
  margin-top: 50px;
  width: 100%;
  height: 200px;
  padding-left: 2%;
  padding-right: 2%;
  background-color: #d3e6bd;
  background: url('../IMG/Logros\ 10\ años\ \(Celular\).webp') no-repeat;
  background-size: 100% 110%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
}
.logritos{
  width: 50px;
}
.palabras-gral{
  position: absolute;
  top: 2480px;
  left: 10px;
  width: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}
.logro1{
  position: absolute;
  top: 2440px;
  left: 130px;
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align:center;
}
.logro2{
  position: absolute;
  top: 2460px;
  left: 230px;
  width: 50px;
  display: flex;
  flex-direction: column;
  text-align:center;
}
.logro3{
  position: absolute;
  top: 2430px;
  left: 330px;
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align:center;
}
.logro4{
  position: absolute;
  top: 2460px;
  left: 425px;
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align:center;
}
.palabras{
  font-size: 10px;
}
.palabras2{
  position: absolute;
  top: 55px;
  left: -25px;
  width: 110px;
  display: flex;
  flex-direction: column;
  text-align:center;
  font-size: 10px;
}
.palabras3{
  position: absolute;
  top: 55px;
  left: -15px;
  width: 80px;
  display: flex;
  flex-direction: column;
  text-align:center;
  font-size: 10px;
}
/* Tarjeta Programas */
.parte-p{
  display:flex;
  margin:0;
  padding:0;
  min-height: 40vh;
  justify-content: center;
  align-items: center;
  font-family: arial;
}
.cont{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  flex-wrap:wrap;
}
.cont .target{
  position: relative;
}
.cont .target .cara{
  width: 310px;
  height: 210px;
  transition:0.8s;
}
.cont .target .cara.cara1{
  position: relative;
  display: flex;
  justify-content: center;
  align-content:center;
  align-items: center;
  z-index: 1;
  transform: translateY(110px);
}
.cont .target:hover .cara.cara1{
  transform: translateY(0);
  /* box-shadow:
    inset 0 0 60px whitesmoke,
    inset 20px 0 80px #f0f,
    inset -20px 0 80px #0ff,
    inset 20px 0 300px #f0f,
    inset -20px 0 300px #0ff,
    0 0 50px #fff,
    -10px 0 80px #f0f,
    10px 0 80px #0ff; */
}
.cont .target .cara.cara1 .apartado{
  opacity: .2;
  transition:  0.5s;
  text-align: center;
}
.c1{
  background-image: 
  linear-gradient(rgba(217, 41, 38, 0.665),rgba(217, 41, 38, 0.665)),
  url(../IMG/Pedag.webp);
  background-size: 100% 100%;
}
.c2{
  background-image: 
  linear-gradient(rgba(244, 157, 57, 0.686),rgba(244, 157, 57, 0.686)),
  url(../IMG/medic.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.c3{
  background-image: 
  linear-gradient(rgba(127, 181, 61, 0.641),rgba(127, 181, 61, 0.641)),
  url(../IMG/Nutri.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.c4{
  background-image: 
  linear-gradient(rgba(226, 130, 255, 0.667) ,rgb(225, 130, 255,0.667)),
  url(../IMG/Karate.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.c5{
  background-image: 
  linear-gradient(rgba(255, 69, 69, 0.653),rgba(255, 69, 69, 0.653)),
  url(../IMG/Cultural.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.c6{
  background-image: 
  linear-gradient(rgba(110, 198, 59, 0.629),rgba(110, 198, 59, 0.629)),
  url(../IMG/Psico.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.c7{
  background-image: 
  linear-gradient(rgba(145, 217, 255, 0.651),rgba(145, 217, 255, 0.651)),
  url(../IMG/religión.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cont .target:hover .cara.cara1 .apartado{
  opacity: 1;
}
.cont .target .cara.cara1 .apartado i{
  font-size: 3em;
  color: white;
  display: inline-block;
}
.cont .target .cara.cara1 .apartado h3{
  font-size: 2em;
  color: whitesmoke;
  text-align: center;
}
.cont .target .cara.cara1 .apartado a{
  transition: .5s;
}
.apartado li{  
  font-family: Arial, Helvetica, sans-serif;
}
.apartado p{  
  line-height: 20px;
}
.cont .target .cara.cara2{
  position: relative;
  background: whitesmoke;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0,0,0,.8);
  transform: translateY(-100px);
}
.cont .target:hover .cara.cara2{
    transform: translateY(0);
}
.cont .target .cara.cara2 .apartado p, a{
  font-size: 14pt;
  margin: 0 ;
  padding: 0;
  color:#000000;
}
.cont .target .cara.cara2 .apartado a{
  text-decoration:none;
  color: black;
  box-sizing: border-box;
  outline : 1px dashed #333;
  padding: 10px;
  margin: 15px 0 0;
  display: inline-block;
}
.cont .target .cara.cara2 .apartado a:hover{
  background: #333 ;
  color: whitesmoke; 
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}

/*Carrusel de Alianzas*/
.carrusel-2{
  display: flex;
  height: auto;
  margin: auto;
  overflow: hidden;
  align-items: center;
}
.carrusel-2:before{
  position: absolute;
  z-index: 1;
  left: 0;
  content: "";
  width: 23.958%;
  height: 110px;
  background-color: linear-gradient(-90deg, hsla(0, 0%,
  96.9%,0 ), #f7f7f7);
}
.carrusel-2:after{
  position: absolute;
  right: 0;
  content: "";
  width: 23.958%;
  height: 110px;
  background-color: linear-gradient(90deg,
   hsla(0, 0%,96.9%,0 ),
   hsla(0, 0%,96.9%,0.99 ) 96.9%
   );
}
.carrusel-2 .carrete{
  display: flex;
  animation: scroll 15s linear infinite;
  -webkit-animation: scroll 15s linear infinite;
  width: calc(240px * 12);
}
.carrusel-2 .foto{
  display: flex;
}
.carrusel-2 .foto img{
  width: 150px;
  height: 150px;
  padding: 10px;
  background-color: #ffff;
  cursor: pointer;
  margin: 20px;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
  rgba(0, 0, 0, 0.3)0px 1px 3px -1px;
}
@keyframes scroll{
  0%{
      -webkit-transform: translateX(0);
      transform: translatex(0);
  }
  100%{
      -webkit-transform: translateX(calc(-240px * 5));
      transform: translatex(calc(-240px * 5));
  }
}
/**/
.carrusel-3{
  display: flex;
  height: auto;
  margin: auto;
  overflow: hidden;
  align-items: center;
}
.carrusel-3:before{
  position: absolute;
  z-index: 1;
  left: 0;
  content: "";
  width: 23.958%;
  height: 110px;
  background-color: linear-gradient(-90deg, hsla(0, 0%,
  96.9%,0 ), #f7f7f7);
}
.carrusel-3:after{
  position: absolute;
  right: 0;
  content: "";
  width: 23.958%;
  height: 110px;
  background-color: linear-gradient(90deg,
   hsla(0, 0%,96.9%,0 ),
   hsla(0, 0%,96.9%,0.99 ) 96.9%
   );
}
.carrusel-3 .carrete2{
  display: flex;
  animation: scroll 15s linear infinite;
  -webkit-animation: scroll 15s linear infinite;
  width: calc(140px * 10);
}
.carrusel-3 .foto2{
  display: flex;
}
.carrusel-3 .foto2 img{
  width: 150px;
  height: 150px;
  padding: 10px;
  background-color: #ffff;
  cursor: pointer;
  margin: 20px;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
  rgba(0, 0, 0, 0.3)0px 1px 3px -1px;

}
/* Targetas */
.actividades{
 width: 100%;
 height: 600px;
 padding-left: 8%;
 padding-right: 8%;
 display: flex;
 flex-direction: row;
 justify-content: space-evenly;
 align-items: center;
}
.carta-programa{
  width: 30%;
  height: 580px;
  display: flex;
  flex-direction: column;
}
.actividades2{
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
 }
 .carta-programa2{
   width: 24%;
   height: 580px;
   display: flex;
   flex-direction: column;
 }
.encabezado{
  width: 100%;
  height: 200px;
  text-align: center;
}
.encabezado img{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.cuerpito{
  width: 100%;
  height: 300px;
  padding: 10px 50px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #3aafc786;
  border-radius: 5px 5px 0 0 ;
}
.cuerpito h2{
  text-align: center;
  font-size: 30px;
  margin: 10px 0;
}
.cuerpito p{
  font-family: Arial, Helvetica, sans-serif;
}
.cuerpito li{
  font-family: Arial, Helvetica, sans-serif;
}
.piecito{
  width: 100%;
  height: 75px;
  justify-content: center;
  background-color: #3aafc786;
  border-radius: 0 0 5px 5px;
}
.pie1{    
  padding-left: 115px;
}
.pie2{    
  padding-left: 105px;
}
.button4-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: none;
  color: #000000;
  cursor: pointer;
 }
 
 .button4-1:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #f49d39;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
 }
 
 .button4-1:hover::after {
  right: auto;
  left: 0;
  width: 100%;
 }
 
 .button4-1 span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 10px 25px;
  color: #000000;
  font-size: 15px;
  font-weight: 100;  
  z-index: 20;
  transition: all 0.3s ease-in-out;
 }
 
 .button4-1:hover span {
  color: #fff;
  animation: scaleUp 0.3s ease-in-out;
 }
 
  /*Equipo*/
  #equipo{
    width: 100%;
    height: 360px;
    margin: 20px 0;
    display:flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .espacio-carta{
    width: 46%;
    height: 100%;
    flex-direction: row;
    margin: 10px;
  }
  .espacio-carta-ext{
    width: 1%;
    height: 100%;
    flex-direction: row;
    margin: 10px;
  }
  .card {
    padding: 1rem;
    max-width: 320px;
    height: 350px;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 30px -20px rgba(5, 5, 5, 0.24);
            box-shadow: 0 20px 30px -20px rgba(5, 5, 5, 0.24);
  }
  .person1{
    background-color: #177d9241;
    border: outset 5px #3AAFC7;
  }
  .person2{
    background-color: #315a925d;
    border: outset 5px #315992;
  }
  .person3{
    background-color: #56358c52;
    border: outset 5px #56358cb0;
  }
  .person4{
    background-color: #d9292692;
    border: outset 5px #D92826;
  }
  .person5{
    background-color: #f49d3988;
    border: outset 5px #F49D39;
  }
  .person6{
    background-color: #f3db3d70;
    border: outset 5px #F3DB3D;
  }
  .person7{
    background-color: #7fb53d92;
    border: outset 5px #7FB53D;
  }
 
  .person8{
    background-color: #03918599;
    border: outset 5px #039184;
  }
  
  .person9{
    background-color: #7cdaf9d0;
    border: outset 5px #0cb9f29f;
  }
  
  .person10{
    background-color: #ad7865;
    border: outset 5px #8a4932;
  }
  
  .person11{
    background-color: #b1b1b1;
    border: outset 5px #646464;
  }
  .perfil{
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 1rem;
    gap: 1rem;
    justify-content: space-evenly;
  }

  .header .image {
    height: 4.3rem;
    width: 60px;
    border-radius: 9999px;
    -o-object-fit: cover;
       object-fit: cover;
  }


  .profesion {
    margin-top: 0.25rem;
    font-size: 1.7rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: #000000;
    /* background-color: #ffffff; */
    border-radius: 5px;
    text-align: center;
    padding: 0 10px;
  }
  .name {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: #000000;
    text-align: center;
    margin-top: 10px;
  }

  .message {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 1rem;
    color: #000000;
    font-style: italic;
    font-size: 14px;
    text-align: justify;
    padding: 0 5px;
    line-height: 14px;

  }

/* Testimonios*/
.seccion-testimonio{
  width: 100%;
  height: auto;
  padding: 1rem;
  box-sizing:border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.testimonio{
  width: 46%;
  height: max-content;
  display: flex;
  justify-content: center;
}

.card-user {
    position: relative;
    padding:  1em;
    z-index: 5;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
            box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    max-width: 300px;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    height: 350px;
    width: 100%;
    align-self: center;
}
.google{

  background-color: #f3db3d42;
}
.facebook{
  background-color: #3aafc773;
}
  .username {
    color: #000000;
    font-size: 0.85em;
    font-weight: 600;
  }

  .body-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .body-user .text-user {
    margin: 0 10px 0 0;
    white-space: pre-line;
    color: #000000;
    font-weight: 200;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 4px;
    text-decoration: none;
  }

  .footer-user {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    margin-top: 10px;
  }

  .footer-user div {
    margin-right: 0.1rem;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }

  .footer-user svg {
    margin-right: 5px;
    height: 100%;
    stroke: #000000;
  }

  .footer-user img {
    margin-right: 5px;
    width: 100%;
    height: 100%;
    stroke: #000000;
  }
  .viewer span {
    height: 20px;
    width: 20px;
    background-color: #3aafc700;
    margin-right: -6px;
    border-radius: 50%;
    /* border: 1px solid #fff; */
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 8px;
    color: #fff;
    padding: 2px;
  }
  .normal {
    height: 20px;
    width: 20px;
    background-color: #3aafc7f9;
    margin-right: -6px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 8px;
    color: #fff;
    padding: 2px;
  }

  .viewer span svg {
    stroke: #fff;
  }
  .viewer span img {
    stroke: #fff;
  }

  /*Modales de footer*/
  .modal11 {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(255, 145, 77); 
    background-color: rgba(255, 145, 77,0.6); 
    text-align: left;
  }
  .button11 {
    background-color: #A8BCC6;
    color: #000000;
    padding: 4px 10px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    opacity: 0.9;
    
  }
  .modal-content11 {
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 30px;
    width: 80%;
  }
  .modal-content11 p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 15px;
  }
  .modal-content11 h1{
    text-align: justify;
    font-size: 23px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .modal-content11 h2{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    
  }

  .cerrar11 {
    color: #ff914d;
    float: right;
    font-size: 48px;
    font-weight: bold;
    transition: all 0.4s;
  }
  
  .cerrar11:hover,
  .cerrar11:focus {
    color: #ff914d72;
    text-decoration: none;
    cursor: pointer;
    transform: scale(2);
  }
  .cuadros1{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #315a9288;
    top: 150px;
    left: 430px;
    z-index: 1;
  }
  .cuadros2{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #f49d3949;
    top: 140px;
    left: 415px;
    z-index: 1;
  }
  .cuadros3{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #315a9288;
    top: 120px;
    right: 468px;
    z-index: 1;
  }
  .cuadros4{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #d929265d;
    top: 140px;
    right: 420px;
    z-index: 1;
  }
  .cuadros5{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #f49d3949;
    top: 180px;
    right: 450px;
    z-index: 1;
  }
  .cuadros6{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #f49d3949;
    bottom: 100px;
    right: 400px;
    z-index: 1;
  }
  .cuadros7{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #d929265d;
    bottom: 106px;
    left: 415px;
    z-index: 1;
  }
  .cuadros8{
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #f49d3949;
    bottom: 100px;
    left: 430px;
    z-index: 1;
  }
/*   
  .modal-content11 {
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 50px;
    width: 50%;
  }
  .modal-content11 p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 18px;
  }
  .modal-content11 h1{
    text-align: justify;
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
  }
  .modal-content11 h2{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cerrar11 {
    color: #ff914d;
    float: right;
    font-size: 48px;
    font-weight: bold;
    transition: all 0.4s;
  }
  
  .cerrar11:hover,
  .cerrar11:focus {
    color: #ff914d72;
    text-decoration: none;
    cursor: pointer;
    transform: scale(2);
  } */

  /*  */
  .modal12 {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 25px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(255, 145, 77); 
    background-color: rgba(255, 145, 77,0.6); 
    text-align: left;
  }
  .button12 {
    background-color: #A8BCC6;
    color: #000000;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    opacity: 0.9;
    
  }
  .modal-content12 {
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 5px;
    width: 80%;
  }
  .modal-content12 p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 18px;
  }
  .modal-content12 h1{
    text-align: justify;
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
  }
  .modal-content12 h2{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cerrar12 {
    color: #ff914d;
    float: right;
    font-size: 48px;
    font-weight: bold;
    transition: all 0.4s;
  }
  
  .cerrar12:hover,
  .cerrar12:focus {
    color: #ff914d72;
    text-decoration: none;
    cursor: pointer;
    transform: scale(2);
  }
  .fundador{
    width: 90%;
    height: 470px;
  }
  .modal13 {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(255, 145, 77); 
    background-color: rgba(255, 145, 77,0.6); 
    text-align: left;
  }
  .button13 {
    background-color: #A8BCC6;
    color: #000000;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    opacity: 0.9;
    
  }
  .modal-content13 {
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 50px;
    width: 80%;
  }
  .modal-content13 p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .modal-content13 h1{
    text-align: justify;
    font-size: 30px;
    text-align: center;
    /* margin-bottom: 130px; */
    /* line-height: 70px; */
  }
  .modal-content13 h2{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cerrar13 {
    color: #ff914d;
    float: right;
    font-size: 48px;
    font-weight: bold;
    transition: all 0.4s;
  }
  
  .cerrar13:hover,
  .cerrar13:focus {
    color: #ff914d72;
    text-decoration: none;
    cursor: pointer;
    transform: scale(2);
  }
  .cuadros1-1{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #315a9288;
    top: 150px;
    left: 455px;
    z-index: 1;
  }
  .cuadros2-2{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #f49d3949;
    top: 110px;
    left: 480px;
    z-index: 1;
  }
  .cuadros3-3{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #315a9288;
    top: 120px;
    right: 468px;
    z-index: 1;
  }
  .cuadros4-4{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #d929265d;
    top: 140px;
    right: 520px;
    z-index: 1;
  }
  .cuadros5-5{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #f49d3949;
    top: 180px;
    right: 450px;
    z-index: 1;
  }
  .cuadros6-6{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #f49d3949;
    bottom: 220px;
    right: 470px;
    z-index: 1;
  }
  .cuadros7-7{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #d929265d;
    top: 146px;
    left: 515px;
    z-index: 1;
  }
  .cuadros8-8{
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #f49d3949;
    bottom: 160px;
    left: 480px;
    z-index: 1;
  }
  .cuadros9-9{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #315a9288;
    bottom: 210px;
    left: 500px;
    z-index: 1;
  }
  .cuadros10-10{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #d929265d;
    bottom: 200px;
    left: 450px;
    z-index: 1;
  }
  .cuadros11-11{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #315a9288;
    bottom: 170px;
    right: 500px;
    z-index: 1;
  }
  
  .cuadros11-1{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #315a9288;
    top: 80px;
    right: 468px;
    z-index: 1;
  }
  
.modal141  {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgb(255, 145, 77); 
  background-color: rgba(255, 145, 77,0.6); 
  text-align: left;
}
.button141  {
  background-color: #A8BCC6;
  color: #000000;
  padding: 9px 5px;
  margin: 4px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
  opacity: 0.9;
  
}
.modal-content141  {
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 20px;
  width: 80%;
}
.modal-content141  p{
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 15px;
  margin-bottom: 5px;
}
.modal-content141  h1{
  text-align: justify;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 20px;
}
.modal-content141  h2{
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
  font-size: 15px;
  margin-bottom: 5px;
}

.cerrar141  {
  color: #ff914d;
  float: right;
  font-size: 48px;
  font-weight: bold;
  transition: all 0.4s;
}

.cerrar141 :hover,
.cerrar141 :focus {
  color: #ff914d72;
  text-decoration: none;
  cursor: pointer;
  transform: scale(2);
}
  .button4-3 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #f49d39;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: none;
    color: #000000;
    cursor: pointer;
   }
   
   .button4-3:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #fff;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
   }
   .button4-3:hover::after {
    right: auto;
    left: 0;
    width: 100%;
   }
   .button4-3 span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 5px 25px;
    color: #000000;
    font-size: 15px;
    font-weight: 100;  
    z-index: 2;
    transition: all 0.3s ease-in-out;
   }
   
   .button4-3:hover span {
    color: #000000;
    animation: scaleUp 0.3s ease-in-out;
   }
.botonc a{
  text-decoration: none;
}
.titulo1{
    font-size: 40px;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
}
.feed-form2 {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    padding-left: 10%;
    padding-right: 10%;
  }
  
  .feed-form2
 input {
    height: 40px;
    border-radius: 5px;
    background-color: #ffe7c0;
    margin-bottom: 15px;
    border: none;
    padding: 0 20px;
    font-weight: 300;
    font-size: 14px;
    color: #4B4B4B;
  }
  .feed-form2
 select {
    display: inline-block;
	width: 100%;
	cursor: pointer;
  	padding: 7px 10px;
  	height: 34px;
  	outline: 0; 
  	border: 0;
	border-radius: 0;
    background-color: #ffe7c0;
    color: #4B4B4B;
	font-size: 14px;
	border: none ;
    border-radius: 5px;
    position: relative;
    transition: all 0.25s ease;
    margin-bottom: 15px;
  }
  
  .button_submit:hover, .feed-form2
 input:hover, .feed-form2
 select:hover {
    -webkit-transform: scale(1.009);
        -ms-transform: scale(1.009);
            transform: scale(1.009);
    -webkit-box-shadow: 0px 0px 3px 0px #212529;
            box-shadow: 0px 0px 3px 0px #212529;
  }
/*   
  .button_submit {
    width: 100%;
    height: 54px;
    font-size: 14px;
    color: white;
    background: red;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
  } */
  .boton-enviar {
    font-size: 20px;
    background: #ffcf86;
    color: #000000;
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
  }
  
  .boton-enviar span {
    display: block;
    margin-left: 0.3em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .boton-enviar svg {
    display: block;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  
  .boton-enviar:hover .svg-wrapper2 {
    -webkit-animation: fly-1 0.6s ease-in-out infinite alternate;
            animation: fly-1 0.6s ease-in-out infinite alternate;
  }
  
  .boton-enviar:hover svg {
    -webkit-transform: translateX(1.2em) rotate(45deg) scale(1.1);
        -ms-transform: translateX(1.2em) rotate(45deg) scale(1.1);
            transform: translateX(1.2em) rotate(45deg) scale(1.1);
  }
  
  .boton-enviar:hover span {
    -webkit-transform: translateX(5em);
        -ms-transform: translateX(5em);
            transform: translateX(5em);
  }
  
  .boton-enviar:active {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
  }
  
  @-webkit-keyframes fly-1 {
    from {
      -webkit-transform: translateY(0.1em);
              transform: translateY(0.1em);
    }
  
    to {
      -webkit-transform: translateY(-0.1em);
              transform: translateY(-0.1em);
    }
  }
  
  @keyframes fly-1 {
    from {
      -webkit-transform: translateY(0.1em);
              transform: translateY(0.1em);
    }
  
    to {
      -webkit-transform: translateY(-0.1em);
              transform: translateY(-0.1em);
    }
  }

.modal15 {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgb(255, 145, 77); 
  background-color: rgba(255, 145, 77,0.6); 
  text-align: left;
}
.button15 {
  background-color: #A8BCC6;
  color: #000000;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
  opacity: 0.9;
  
}
.modal-content15 {
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 50px;
  width: 80%;
  height: 80%;
}
.modal-content15 p{
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 18px;
}
.modal-content15 h1{
  text-align: center;
  font-size: 40px;
  margin-bottom: 5px;
}
.modal-content15 h2{
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.image{
  display: flex;
  justify-content: center;
}
.image img{
  width: 150px;
  border-radius: 50%;
  margin: 10px 0 30px 0;
  z-index: 2;
}
.cerrar15 {
  color: #ff914d;
  float: right;
  font-size: 48px;
  font-weight: bold;
  transition: all 0.4s;
}
.botonc{
  display: flex;
  justify-content: center;
}
.cerrar15:hover,
.cerrar15:focus {
  color: #ff914d72;
  text-decoration: none;
  cursor: pointer;
  transform: scale(2);
}
.cuadros9{
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: #315a9288;
  top: 350px;
  left: 590px;
  z-index: 1;
}
.cuadros10{
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #d929265d;
  top: 410px;
  left: 700px;
  z-index: 0;
}
.cuadros11{
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #f49d3949;
  top: 300px;
  right: 590px;
  z-index: 1;
}

.cuadros12{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #315a9288;
  top: 150px;
  left: 460px;
  z-index: 1;
}
.cuadros13{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #f49d3949;
  top: 115px;
  left: 490px;
  z-index: 1;
}
.cuadros14{
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #d929265d;
  top: 105px;
  right: 490px;
  z-index: 1;
}
.cuadros15{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #315a9275;
  top: 210px;
  right: 490px;
  z-index: 1;
}
.cuadros16{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #d929265d;
  bottom: 200px;
  left: 460px;
  z-index: 1;
}
.cuadros17{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #f49d3949;
  bottom: 160px;
  left: 490px;  
  z-index: 1;
}
.cuadros18{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #315a9275;
  bottom: 160px;
  right: 490px;
  z-index: 1;
}
.cuadros19{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #f49d3949;
  bottom: 190px;
  right: 460px;
  z-index: 1;
}
.cuadros20{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #f49d3949;
  top: 160px;
  right: 530px;
  z-index: 1;
}
.button4-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #7FB53D;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: none;
  color: #000000;
  cursor: pointer;
 }
 
 .button4-2:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
 }
 
 .button4-2:hover::after {
  right: auto;
  left: 0;
  width: 100%;
 }
 
 .button4-2 span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 5px 45px;
  color: #000000;
  font-size: 15px;
  font-weight: 100;  
  z-index: 20;
  transition: all 0.3s ease-in-out;
 }
 
 .button4-2:hover span {
  color: #000000;
  animation: scaleUp 0.3s ease-in-out;
 }

 .modal16 {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgb(255, 145, 77); 
  background-color: rgba(255, 145, 77,0.6); 
  text-align: left;
}
.button16 {
  background-color: #A8BCC6;
  color: #000000;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
  opacity: 0.9;
  
}
.modal-content16 {
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 0 50px;
  width: 80%;
  height: 80%;
}
.modal-content16 p{
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 18px;
}
.modal-content16 h1{
  text-align: center;
  font-size: 40px;
  text-align: center;
  margin-bottom: 5px;
}
.modal-content16 h2{
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.cerrar16 {
  color: #ff914d;
  float: right;
  font-size: 48px;
  font-weight: bold;
  transition: all 0.4s;
}
.cerrar16:hover,
.cerrar16:focus {
  color: #ff914d72;
  text-decoration: none;
  cursor: pointer;
  transform: scale(2);
}

.cuadros14-1{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #d929265d;
  top: 105px;
  right: 520px;
  z-index: 1;
}
.cuadros15-1{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #315a9275;
  top: 160px;
  right: 490px;
  z-index: 1;
}
.cuadros20-1{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f49d3949;
  top: 160px;
  right: 530px;
  z-index: 1;
}
.modal17 {
 display: none; 
 position: fixed; 
 z-index: 1; 
 padding-top: 100px;
 left: 0;
 top: 0;
 width: 100%; 
 height: 100%; 
 overflow: auto;
 background-color: rgb(255, 145, 77); 
 background-color: rgba(255, 145, 77,0.6); 
 text-align: left;
}
.button17 {
 background-color: #A8BCC6;
 color: #000000;
 padding: 14px 20px;
 margin: 8px 0;
 border: none;
 cursor: pointer;
 width: 100%;
 border-radius: 10px;
 opacity: 0.9;
 
}
.modal-content17 {
 background-color: #fff;
 border-radius: 10px;
 margin: auto;
 padding: 0 10px;
 width: 80%;
 height: 60%;
}
.modal-content17 p{
 font-family: Arial, Helvetica, sans-serif;
 text-align: justify;
 font-size: 25px;
 margin-left: 40px;
 color: #ffff;
}
.modal-content17 a{
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 20px;
  margin-left: 10px;
  color: #ffff;
  text-decoration: none;
 }
.modal-content17 h1{
 text-align: center;
 font-size: 40px;
 text-align: center;
 margin-bottom: 5px;
}
.modal-content17 h2{
 font-family: Arial, Helvetica, sans-serif;
 text-align: center;
}
.cerrar17 {
 color: #ff914d;
 float: right;
 font-size: 48px;
 font-weight: bold;
 transition: all 0.4s;
}
.cerrar17:hover,
.cerrar17:focus {
 color: #ff914d72;
 text-decoration: none;
 cursor: pointer;
 transform: scale(2);
}
.nums{
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 10px; 
}
.tels{
  display: flex;
  flex-direction:column;
  align-items: center;
}
.tel1{   
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: row;
  background-color: #20AB4B;
  
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.tel2{  
  width: 250px;
  height: 75px;
  display: flex;
  flex-direction: row;
  background-color: #00BF63;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 50px;
}
.tel1 img{
  width: 50px;
  height: 50px;
  filter: invert();
}
.tel1-2 img{
  width: 50px;
  height: 50px;
  filter: invert();
} 
.tel1-2{   
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: row;
  background-color: #000000;
  
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.tel2-2{  
  width: 250px;
  height: 75px;
  display: flex;
  flex-direction: row;
  background-color: #565555;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 50px;
}

.modal18 {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgb(255, 145, 77); 
  background-color: rgba(255, 145, 77,0.6); 
  text-align: left;
 }
 .button18 {
  background-color: #A8BCC6;
  color: #000000;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
  opacity: 0.9;
  
 }
 .modal-content18 {
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 0 10px;
  width: 90%;
  height: 80%;
 }
 .cor{
  width: 300px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
 }
 .cors{

  display: flex;
  flex-direction:column;
  align-items: center;
}
.correo1{   
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: row;
  background-color: #d929265d;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.correo2{  
  width: 300px;
  height: 100px;
  display: flex;
  flex-direction: row;
  background-color: #d929265d;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 50px;
}
.correo1 img{
  width: 50px;
  height: 50px;
}
.correo1-2 img{
  width: 50px;
  height: 50px;
} 
.correo1-2{  
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: row;
  background-color: #f49d3949;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.correo2-2{      
  width: 300px;
  height: 100px;
  display: flex;
  flex-direction: row;
  background-color: #f49d3949;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 50px;
}
 /* .modal-content8 a{
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 25px;
  margin-left: 40px;
  color: #000000;
  text-decoration: none;
  margin-bottom: 50px;
 } */
 .a1{
  background-color: #d929265d;
 }
 .a2{
  background-color: #f49d3949;
 }
 .modal-content18 h1{
  text-align: center;
  font-size: 50px;
  text-align: center;
  margin-bottom: 5px;
 }
 .modal-content18 h2{
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
 }
 .modal-content18 a{
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 25px;
  margin-left: 10px;
  color: #000000;

 }
 .cerrar18 {
  color: #ff914d;
  float: right;
  font-size: 48px;
  font-weight: bold;
  transition: all 0.4s;
 }
 .cerrar18:hover,
 .cerrar18:focus {
  color: #ff914d72;
  text-decoration: none;
  cursor: pointer;
  transform: scale(2);
 }

/*Pie de Pagina*/
.container{
    max-width: 1270px;
    margin: auto;
}
.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul{
    list-style: none;
    cursor: pointer;
}
.footer{
    background-color: #de7f3700;
    padding: 10px 0;
}
.footer-col{
    width: 23%;
    padding: 0 5px;
}
.footer-col h4{
    font-size: 40px;
    color: #D92826;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
    /* padding-left: 40px; */
    text-align: center;
}
.footer-col h4::before{
    content: '';
    position: absolute;
    left: 100px;
    bottom: -10px;
    background-color: #D92826;
    height: 5px;
    box-sizing: border-box;
    width: 150px;
    border-radius: 5px;
    text-align: center;
}
.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}
.footer-col ul li a{
    font-size: 30px;    
    color: #000000;
    text-decoration: none;
    font-weight: 300;
    display:block;
    transition: all 0.3s ease;
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
}
.footer-col ul li a:hover{
    color: #d929265d;
    padding-left: 8px;
}
.footer-col .social-links a{
    display: inline-block;
    height: 60px;
    width: 60px;
    background-color: #f3db3d50;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;  
    border-radius: 50%;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 40px;
    padding: 8px;
}
.footer-col .social-links a:hover{
    color: #F49D39;
    background-color: #ffffff;
}
.boton{
    background-color: #f3db3d50; 
    border: none;
    color: #000000;
    padding: 5px 20px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 40px;
    margin: 5px 20px;
    cursor: pointer;
    margin-left: 25px;
  }
  
.boton:hover{
    color: #F49D39;
    background-color: #ffffff;
  }

@media(max-width: 767px){
    .footer-col{
        width: 100%;
        margin-bottom: 30px;
    }
}
@media(max-width: 574px){
    .footer-col{
        width: 100%;
    }
}
/*Footer de bolas GC*/   
.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 50px 5px #444444a7;
    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 5px 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;
}
.foote9{
    margin: 20px;
    box-shadow: 0px 0px 50px 5px #36f8d2;
    border-radius: 100px;
}
.subgrupo{
    width: 100%;
    /* height: 15vh; */
    display: flex;
    justify-content: center;
    align-items: end;
}
.pie-pagina .grupo-2{
    background-color: #de7f377d;
    padding: 10px 10px;
    text-align: center;
    color: rgb(0, 0, 0);
    height: 100%;

}
.pie-pagina .grupo-3 small{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.grupo-3 a{
  font-family: Arial, Helvetica, sans-serif;
}
.pie-pagina .grupo-3{
    background-color: #DE8037;
    padding: 15px 10px;
    text-align: center;
    color: rgb(0, 0, 0);
}
.pie-pagina b{
  font-family: Arial, Helvetica, sans-serif;
}


  

  }
/* Fin de Resolucion en Telefono */
