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

/*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: 60px;
    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: 75vh;
    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/Julio.webp) no-repeat center; 
    background-size: 100% 95%;
    justify-content: center;
}
.columna-text{
    flex-basis: 60%;
    text-align: center;
    padding: 20px;
    background-color: #ffffffb0;    
    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;
  /* animation: up-down 2s ease-in-out infinite alternate-reverse both; */
  font-family:Arial, Helvetica, sans-serif;
}
.cuadrito1{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #7fb53d83;
    bottom: 35px;
    left: -15px;
    z-index: 1;
}
.cuadrito2{
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #d9292685;
    bottom: -35px;
    left: -35px;
}
.cuadrito3{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #3aafc785;
    bottom: -15px;
    left: 35px;
}
.cuadrito4{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #3aafc790;
    top: -15px;
    right: 50px;
}
.cuadrito5{
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #315a9279;
    top: -35px;
    right: -25px;
}
.cuadrito6{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #d9292681;
    top: 35px;
    right: -15px;
}
/*Introduccion*/
.introduccion{
    width: 100%;
    height: 200px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.columna1{
    width: 15%;
    justify-content: center;
    display: flex;
    align-items: center;
}
.columna1 img{
    height: 100%;
}
.columna2{
    width: 60%;
    align-items: center;
    justify-content: center;
    display: flex;
    
}
.p2{
    color: #000000;
    font-size: 40px;
    text-align: justify;
    font-family: 'Atma', cursive;
    text-align: center;
}
/* 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;
}
/*Grid*/

.familia{
    width: 100%;
    height: max-content;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    box-sizing: border-box;
   }
  .contenedor-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 200px;
    grid-gap: 10px;
    box-sizing: border-box;
  }
  .contenedor-grid img{
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
  }
  .sin-flyer{
    object-fit: cover;
  }
  .contenedor-grid video{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .contenedor-grid div:nth-child(1) {
     grid-column: 1 ;
     grid-row: 1 / 3;
     box-sizing: border-box;
  } 
  
   .contenedor-grid div:nth-child(2) {
     grid-column: 2 / 4;
     grid-row: 1 / 1;
     box-sizing: border-box;
   }
   .contenedor-grid div:nth-child(6) {
    grid-column: 3 / 3;
     grid-row: 2 / 4;
     box-sizing: border-box;
   }
   .contenedor-grid div:nth-child(8) {
    grid-column: 6 / 5;
    grid-row: 2 / 4;
    box-sizing: border-box;
   }
   .contenedor-grid div:nth-child(9) {
    grid-column: 1 / 3;
     grid-row: 4 / 3;
     box-sizing: border-box;
   }
   .contenedor-grid div:nth-child(10) {
     background-color: #d929265d;
   }
   .contenedor-grid div:nth-child(5) {
    background-color: #3aafc773;
  }
  .contenedor-grid div:nth-child(3) {
    background-color: #f49d3949;
  }

  
.seccion4{
    height: 280px;
    margin-left: 10px;
}
.columna4-1{
    width: 24%;
    height: 250px;
    align-items: center;
    padding: 10px;
    /* border: solid 2px #7fb53dbd; */
    float: left;
    margin: 0 0 0 0;
    border-radius: 5px;
}
.columna4-2{
    width: 25%;
    height: 250px;
    align-items: center;
    padding: 10px;
    /* border: solid 2px #7fb53dbd; */
    background-color: #7fb53dbd;
    float: left;
    margin: 0 10px 0 0;
    border-radius:5px;
}
.columnita1{
    width: 100%;
    height: 180px;
    align-items: center;
    float: left;
    
}
.columnita2{
    width: 100%;
    height: 50px;
    float: left;
    text-align: center;  
    align-items: center;
    padding-left: 32%;
}
.columna4-3{
    width: 24%;
    height: 250px;
    align-items: center;
    padding: 10px;
    /* border: solid 2px #f49d3994; */
    float: left;
    margin: 0 0 0 0;
    border-radius: 5px;
}
.columna4-4{
    width: 25%;
    height: 250px;
    align-items: center;
    padding: 10px;
    /* border: solid 2px #f49d3994; */
    background-color: #f49d3994;
    float: left;
    margin: 0 0 0 0;
    border-radius: 5px;
}
.columna4-5{
  width: 25%;
  height: 250px;
  align-items: center;
  padding: 10px;
  /* border: solid 2px #f49d3994; */
  float: left;
  margin: 0 0 0 0;
  border-radius: 5px;
}
.columna4-6{
  width: 25%;
  height: 250px;
  align-items: center;
  padding: 10px;
  /* border: solid 2px #f49d3994; */
  background-color: #e22fc494;
  float: left;
  margin-left: 20%;
  border-radius: 5px;
}
.imagen4{
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.desp{
  width: 100%;
  height: 100%;
  display: flex;
  background: url('../IMG/Despensa.webp');
  background-size: 100% 120%;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.kermesc{
  width: 100%;
  height: 110%;
  display: flex;
  background: url('../IMG/kermes\ 2025.jpg');
  background-size: 100% 120%;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-left: 83%;
}
.imagen4-1{
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url('../IMG/Económica.webp');
  background-size: 100%;
  background-position: center;
}
.titulo4{
    font-size: 35px;
    text-align: center;
}
.p4{
    font-size: 26px;
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
}
.iconito{
    width: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
/*Boton de cajas */
.button4-1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    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: 5px 25px;
    color: #000000;
    font-size: 15px;
    font-weight: 100;  
    z-index: 2;
    transition: all 0.3s ease-in-out;
   }
   
   .button4-1:hover span {
    color: #fff;
    animation: scaleUp 0.3s ease-in-out;
   }
   
/*Voluntario*/
.voluntarios{
    width: 90%;
    height: 750px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background: url('../IMG/P4voluntariado.webp');
    background-size: 100% 100%;
}   
.textito{
    width: 35%;
    height: 600px;
    /* background-color: #3aafc774; */
    margin-left: 10%;
    z-index: 1;  
    align-items: center;
    text-align: center;
}
  
.textito2{
    width: 60%;
    position: absolute;
    height: 100%;    
    background-image: url('../IMG/Brandon-Montse.png');
    background-repeat: no-repeat;
    background-size: 110%;
    left: 550px;
    z-index: 1;
}
.guy{
    width: 100%;
    height: 200%;
    display: flex;
    opacity: 0.9;
    width: 90%;
    height: 80%;
    position: absolute;
    border-radius: 5px;
    padding-right: 330px;
}
.textito h1{
    font-size: 80px;
}
.voluntarios p{
    font-size: 22px;
    text-align: justify;
    font-family:Arial, Helvetica, sans-serif;
}
.empujoncito{
    width: 100%;
    height: auto;
    display: flex;
    text-align: center;
    align-content: center;
    float: left;
    padding-top: 10%;
    padding-left: 30%;
}

.button5-1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #ffffff;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: none;
    color: #000000;
    cursor: pointer;
   }
   
   .button5-1:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #DE8037;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
   }
   
   .button5-1:hover::after {
    right: auto;
    left: 0;
    width: 100%;
   }
   
   .button5-1 span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 5px 25px;
    color: #000000;
    font-size: 15px;
    font-weight: 100;  
    z-index: 20;
    transition: all 0.3s ease-in-out;
   }
   
   .button5-1:hover span {
    color: #fff;
    animation: scaleUp 0.3s ease-in-out;
   }
   /* Programas */
.programas{
    width: 100%;
    height: 350px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .programa{
    width: 19%;
    height: max-content;
  }
  .cardita {
    width: 90%;
    /* max-width: 300px; */
    min-width: 200px;
    height: 250px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    border: 2px solid rgba(7, 7, 7, 0.12);
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
  }
  .cer{
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: center;
  }
  .gra1{
    background-color: #315a92;
  }
  .gra2{
    background-color: #7fb53d;
  }
  .gra3{
    background-color: #f3db3d;
  }
  .gra4{
    background-color: #f49d39;
  }
  .gra5{
    background-color: #d92926;
  }
  .iconcito {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    max-width: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.8s ease;
    background-position: 0px;
    background-size: 200px;
  }
  .iconcito img {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    max-width: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.8s ease;
    background-position: 0px;
    background-size: 200px;
  }
  .pro1{
    background-color: #315a9285;
  }
  .pro2{
    background-color: #7fb53d7e;
  }
  .pro3{
    background-color: #f3db3d83;
  }
  .pro4{
    background-color: #f49d397e;
  }
  .pro5{
    background-color: #d9292682;
  }
  .iconcito svg {
    fill: #000000;
  }
  .iconcito img {
    filter: invert();
  }
  .cardita .titlee {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-top: 30px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
  }
  
  .cardita .texti {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    color: #000000;
    font-weight: 200;
    letter-spacing: 2px;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s ease;
  }
  
  .cardita:hover {
    height: 340px;
  }
  
  .cardita:hover .texti {
    transition: all 0.3s ease;
    opacity: 1;
    max-height: 40px;
  }
  
  .cardita:hover .iconcito {
    background-position: -120px;
    transition: all 0.3s ease;
  }
  
  .cardita:hover .iconcito svg path {
    /* fill: url('#gradientColor'); */
    transition: all 0.3s ease;
  }
  /*Entes*/
  .entes{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px 0;
   }
   
   .parte1{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
   }
   .parte2{
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
   }
   .entes img{
    width: 350px;
    height: 350px;
    margin: 0 50px;
    border-radius: 50%;
    border: 10px solid #8a2036;
    /* animation-name: flipi;
    animation: flipi infinite;
    animation-delay: 1s;
    animation-duration: 6s;    
    animation-fill-mode: flipi both; */
   }
   .entes h2{
    background-color: #7FB53D;
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 50%;
   }
   @keyframes flipi {
    0%{
      transform: rotateY(0);
    }
    30%{
      transform: rotateY(180deg);
    }
    60%{
      transform: rotateY(0);
    }
   }

   /*Pantalla dividida*/

   .derecha{
    background-color: #3AAFC7;
    background-color: linear-gradient;
    height: 90vh;
    width: 60%;
    padding-top: 40px;
  }
  .izquierda{
    background: url(../IMG/Casa\ Hogar\ recortada.jpg) no-repeat;
    display: flex;
    justify-content: end;
    background-size: 100% 100%;  
    width: 40%;
    height: 90vh;
  } 
  .capa{
    background: linear-gradient(0.25turn, #3aafc700, #3AAFC7, #3AAFC7,  #3AAFC7, #3aafc700);
    width: 150px;
    height: 90vh;
    position: absolute;
    z-index: 1 ;
    margin-left: 35%;
   }
  .izquierda img {
    background: cover;
    width: 100%;
    height: 85vh;
  }

  #pantalla-dividida{
    display: flex;
  }
  .creative{
    color: aliceblue;
  }
  .derecha h1{
    text-align: end;
    font-size: 55px;
    width: 50%;
    margin: auto ;
    margin-bottom: 20px;
    margin-left: 80px;
  }
  .derecha h3{
    text-align: justify;
    font-size: 25px;
    width: 80%;
    margin-left: 80px;
    text-align: center;
  }
  .derecha p{
    font-size: 25px;
    width: 70%;
    margin:auto;
    margin-left: 110px;
    text-align: justify;
    font-family:Arial, Helvetica, sans-serif;
  }
  
  .derecha li{
    font-size: 25px;
    width: 70%;
    margin:auto;
    margin-left: 80px;
    font-family:Arial, Helvetica, sans-serif;
  }
  /* .derecha a{
    border: 5px solid #333333;
    padding: 20px;
    text-decoration: none;
    color: antiquewhite;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px; 
  } */
  .link{
    margin-left: 40%; 
    margin-top: 20px;
  }

  
  /*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: 1; 
    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: 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;
  }
  .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: 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;
}
.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: 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;
}
.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;
  z-index: 10;
 }
 
 .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: 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;
}
.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: 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;
}
.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: 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;
 }
 .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; 
}
}
/* Fin de Resolucion en Escritorio */














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


}


/* Inicio de Resolucion en Telefono */
@media (max-width: 767px) {
  .desktop {
      display: none;
  }
  .tablet {
      display: none;
  }
  
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: 200px;
  width: 100%;
  align-items: center;
  /* box-sizing: border-box; */
  background: url(../IMG/Julio.webp) no-repeat center; 
  background-size: 100% 95%;
  justify-content: center;
}
.columna-text{
  flex-basis: 80%;
  text-align: center;
  /* padding: 8px; */
  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;
}
/*Grid*/

.familia{
  width: 100%;
  height: max-content;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  box-sizing: border-box;
 }
.contenedor-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 80px;
  grid-gap: 5px;
  box-sizing: border-box;
}

  .contenedor-grid img{
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
  }
  .sin-flyer{
    object-fit: cover;
  }
.contenedor-grid video{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contenedor-grid div:nth-child(1) {
   grid-column: 1 ;
   grid-row: 1 / 3;
   box-sizing: border-box;
} 

 .contenedor-grid div:nth-child(2) {
   grid-column: 2 / 4;
   grid-row: 1 / 1;
   box-sizing: border-box;
 }
 .contenedor-grid div:nth-child(6) {
  grid-column: 3 / 3;
   grid-row: 2 / 4;
   box-sizing: border-box;
 }
 .contenedor-grid div:nth-child(8) {
  grid-column: 6 / 5;
  grid-row: 2 / 4;
  box-sizing: border-box;
 }
 .contenedor-grid div:nth-child(9) {
  grid-column: 1 / 3;
   grid-row: 4 / 3;
   box-sizing: border-box;
 }
 .contenedor-grid div:nth-child(10) {
   background-color: #d929265d;
 }
 .contenedor-grid div:nth-child(5) {
  background-color: #3aafc773;
}
.contenedor-grid div:nth-child(3) {
  background-color: #f49d3949;
}
/* Tipos de Donacion */

.seccion4{
  height: 500px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.columna4-1{
  width: 100%;
  height: 250px;
  align-items: center;
  /* border: solid 2px #7fb53dbd; */
  float: left;
  margin: 0 0 0 0;
  border-radius: 5px;
}
.columna4-2{
  width: 100%;
  height: 250px;
  align-items: center;
  padding: 10px;
  /* border: solid 2px #7fb53dbd; */
  background-color: #7fb53dbd;
  float: left;
  border-radius:5px;
}
.columnita1{
  width: 100%;
  height: 180px;
  align-items: center;
  float: left;
  
}
.columnita2{
  width: 100%;
  height: 50px;
  float: left;
  text-align: center;  
  align-items: center;
  padding-left: 30%;
}
.columna4-3{
  width: 100%;
  height: 250px;
  align-items: center;
  /* border: solid 2px #7fb53dbd; */
  float: left;
  margin: 0 0 0 0;
  border-radius: 5px;
}
.columna4-4{
  width: 100%;
  height: 250px;
  align-items: center;
  padding: 10px;
  /* border: solid 2px #f49d3994; */
  background-color: #f49d3994;
  float: left;
  margin: 0 0 0 0;
  border-radius: 5px;
}
.imagen4{
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.desp{
width: 100%;
height: 100%;
display: flex;
background: url('../IMG/Despensa.webp');
background-size: 100% 120%;
justify-content: center;
align-items: center;
border-radius: 5px;
}
.imagen4-1{
display: flex;
align-items: center;
text-align: center;
width: 100%;
height: 250px;
border-radius: 5px;
background: url('../IMG/Económica.webp');
background-size: 100%;
background-position: center;
}
.titulo4{
  font-size: 35px;
  text-align: center;
}
.p4{
  font-size: 26px;
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
}
.iconito{
  width: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
/*Boton de cajas */
.button4-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  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: 5px 25px;
  color: #000000;
  font-size: 15px;
  font-weight: 100;  
  z-index: 2;
  transition: all 0.3s ease-in-out;
 }
 
 .button4-1:hover span {
  color: #fff;
  animation: scaleUp 0.3s ease-in-out;
 }
 
/*Voluntario*/
.voluntarios{
  width: 100%;
  height: 650px;
  display: flex;
  align-items: center;
  background-color: #91d8ff;
}   
.textito{
  width: 100%;
  height: 600px;
  /* background-color: #3aafc774; */
  padding: 20px;
  z-index: 1;  
  align-items: center;
  text-align: center;
}

.textito2{
  width: 60%;
  height: 100%;    
  background-color: #91d8ff;
  background-repeat: no-repeat;
  
}
.textito h1{
  font-size: 40px;
}
.voluntarios p{
  font-size: 20px;
  text-align: justify;
  font-family:Arial, Helvetica, sans-serif;
}
.empujoncito{
  width: 100%;
  height: auto;
  display: flex;
  text-align: center;
  align-content: center;
  float: left;
  padding-top: 10%;
  padding-left: 20%;
}

.button5-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: none;
  color: #000000;
  cursor: pointer;
 }
 
 .button5-1:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #DE8037;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
 }
 
 .button5-1:hover::after {
  right: auto;
  left: 0;
  width: 100%;
 }
 
 .button5-1 span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 5px 25px;
  color: #000000;
  font-size: 15px;
  font-weight: 100;  
  z-index: 20;
  transition: all 0.3s ease-in-out;
 }
 
 .button5-1:hover span {
  color: #fff;
  animation: scaleUp 0.3s ease-in-out;
 }

/* Programas */
.programas{
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.programa{
  width: 50%;
  height: max-content;
}
.cardita {
  width: 85%;
  /* max-width: 300px; */
  min-width: 150px;
  height: 250px;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
  border: 2px solid rgba(7, 7, 7, 0.12);
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}
.cer{
  width: 50%;
  height: 50%;
  display: flex;
  justify-content: center;
}
.gra1{
  background-color: #315a92;
}
.gra2{
  background-color: #7fb53d;
}
.gra3{
  background-color: #f3db3d;
}
.gra4{
  background-color: #f49d39;
}
.gra5{
  background-color: #d92926;
}
.iconcito {
  margin: 0 auto;
  width: 100%;
  height: 80px;
  max-width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s ease;
  background-position: 0px;
  background-size: 200px;
}
.iconcito img {
  margin: 0 auto;
  width: 100%;
  height: 80px;
  max-width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s ease;
  background-position: 0px;
  background-size: 200px;
}
.pro1{
  background-color: #315a9285;
}
.pro2{
  background-color: #7fb53d7e;
}
.pro3{
  background-color: #f3db3d83;
}
.pro4{
  background-color: #f49d397e;
}
.pro5{
  background-color: #d9292682;
}
.iconcito svg {
  fill: #000000;
}
.iconcito img {
  filter: invert();
}
.cardita .titlee {
  width: 100%;
  margin: 0;
  text-align: center;
  margin-top: 30px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.cardita .texti {
  width: 80%;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
  color: #000000;
  font-weight: 200;
  letter-spacing: 2px;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease;
}

.cardita:hover {
  height: 340px;
}

.cardita:hover .texti {
  transition: all 0.3s ease;
  opacity: 1;
  max-height: 40px;
}

.cardita:hover .iconcito {
  background-position: -120px;
  transition: all 0.3s ease;
}

.cardita:hover .iconcito svg path {
  /* fill: url('#gradientColor'); */
  transition: all 0.3s ease;
}

  /*Entes*/
  .entes{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px 0;
   }
   
   .parte1{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
   }
   .parte2{
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
   }
   .entes img{
    width: 150px;
    height: 150px;
    margin: 0 10px;
    border-radius: 50%;
    border: 10px solid #8a2036;
    /* animation-name: flipi;
    animation: flipi infinite;
    animation-delay: 1s;
    animation-duration: 6s;    
    animation-fill-mode: flipi both; */
   }
   .entes h2{
    background-color: #7FB53D;
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 40%;
   }
   @keyframes flipi {
    0%{
      transform: rotateY(0);
    }
    30%{
      transform: rotateY(180deg);
    }
    60%{
      transform: rotateY(0);
    }
    
   }

   /*Pantalla dividida*/

   .derecha{
    background-color: #3AAFC7;
    background-color: linear-gradient;
    height: 850px;
    width: 100%;
    padding-top: 40px;
  }
  .izquierda{
    background: url(../IMG/Casa\ Hogar\ Pho.webp) no-repeat;
    display: flex;
    justify-content: end;
    background-size: 110% 100%;  
    width: 50%;
    height: 80vh;
  } 
  .capa{
    background: linear-gradient(0.25turn, #3aafc700, #3AAFC7, #3AAFC7,  #3AAFC7, #3aafc700);
    width: 150px;
    height: 80vh;
    position: absolute;
    z-index: 1 ;
    margin-left: 45%;
   }
  .izquierda img {
    background: cover;
    width: 100%;
    height: 85vh;
  }

  #pantalla-dividida{
    display: flex;
  }
  .creative{
    color: aliceblue;
  }
  .derecha h1{
    text-align: end;
    font-size: 40px;
    width: 50%;
    margin: auto ;
    margin-bottom: 20px;
  }
  .derecha h3{
    text-align: justify;
    font-size: 25px;
    width: 70%;
    margin: auto ;
  }
  .derecha p{
    font-size: 20px;
    width: 70%;
    margin:auto;
    text-align: justify;
    font-family:Arial, Helvetica, sans-serif;
  }
  
  .derecha li{
    font-size: 25px;
    width: 70%;
    margin:auto;
    margin-left: 80px;
    font-family:Arial, Helvetica, sans-serif;
  }
  /* .derecha a{
    border: 5px solid #333333;
    padding: 20px;
    text-decoration: none;
    color: antiquewhite;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px; 
  } */
  .link{
    margin-left: 100px; 
    margin-top: 30px;
  }

  /*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: #ffffff;
  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{
  display: wrap;
  flex-wrap: wrap;
    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 */
