* {
  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;
  }

/*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: 15%;
  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: 90vh;
    padding-left: 8%; 
    padding-right: 8%;
}
.fila{
  display: flex;
  height: 80%;
  align-items: center;
  background: url(../IMG/manos.webp) no-repeat center; 
  justify-content: center;
}
.columna{
    flex-basis: 30%;
    text-align: center;
}
.columna-text{
    flex-basis: 80%;
    text-align: center;
    padding: 40px;
    background-color: #f49d39a6;
}
.columna img{
    width: 300px;
}

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

100% {
    transform: translateY(-20px);
}
}
.cuadrito1{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #7fb53d57;
    bottom: 50px;
    left: -20px;
}
.cuadrito2{
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #d929265d;
    bottom: -30px;
    left: -30px;
}
.cuadrito3{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #3aafc773;
    bottom: -20px;
    left: 50px;
}
.cuadrito4{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #3aafc790;
    top: 50px;
    right: -20px;
}
.cuadrito5{
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #315a926f;
    top: -30px;
    right: -30px;
}
.cuadrito6{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #d929265d;
    top: -20px;
    right: 50px;
}
/*Titulo Nazareos*/
.titulo{
    color: #000000;
    font-size: 60px;     
    /* animation: up-down 2s ease-in-out infinite alternate-reverse both;     */
}
.p1{
    color: #000000;
    margin-top: 40px;
    font-size: 40px;
    line-height: 25px;
    text-align: justify;
    /* animation: up-down 2s ease-in-out infinite alternate-reverse both; */
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
}
/*columnas iniciales*/
.escribir{
    padding-left: 7%;
    padding-right: 7%;
    height: 550px;
    box-sizing: border-box;
}
.columnita1{    
    width: 50%;
    height: 500px;
    float: left;
    margin: 2px;
    border-radius: 5px;
    text-align: justify;
}
.columnita2{    
    width: 49%;
    height: 500px;
    float: left;
    margin: 2px;
    border-radius: 5px;
    /* background-color: #315992; */
}
.imagen1{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.titulo1{
    font-size: 40px;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
}
.feed-form {
    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-form input {
    height: 40px;
    border-radius: 5px;
    background-color: #3aafc773;
    margin-bottom: 15px;
    border: none;
    padding: 0 20px;
    font-weight: 300;
    font-size: 14px;
    color: #4B4B4B;
  }
  .feed-form select {
    display: inline-block;
	width: 100%;
	cursor: pointer;
  	padding: 7px 10px;
  	height: 34px;
  	outline: 0; 
  	border: 0;
	border-radius: 0;
    background-color: #3aafc773;
    color: #4B4B4B;
	font-size: 14px;
	border: none ;
    border-radius: 5px;
    position: relative;
    transition: all 0.25s ease;
    margin-bottom: 15px;
  }
  
  .button_submit:hover, .feed-form input:hover, .feed-form 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;
  }
  .cito {
    width: 100%;
    height: 3em;
    border-radius: 30em;
    font-size: 15px;
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-box-shadow: 6px 6px 12px #c5c5c5,
                -6px -6px 12px #ffffff;
            box-shadow: 6px 6px 12px #c5c5c5,
                -6px -6px 12px #ffffff;
    background-color: #f9f04783;
   }
   
   .cito::before {
    content: '';
    width: 0;
    height: 3em;
    border-radius: 30em;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#f49d39a6), to(#f9f04783));
    background-image: linear-gradient(to right, #f49d39a6 0%, #f9f04783 100%);
    -webkit-transition: .5s ease;
    transition: .5s ease;
    display: block;
    z-index: -1;
   }
   
   .cito:hover::before {
    width: 100%;
   }

/*   
  .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: #315992;
    color: #ffff;
    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 button {
    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-wrapper {
    -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:hover button {
    -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);
    }
  }

   /* Seccion de locacion */
   .locacion{
    width: auto;
    margin: 10px;
    height: 600px;
    display: flex;
    padding: 10px;
  }
  .mapa{
    width: 48%;
    padding: 10px;
    height: auto;

  }
  .direccion{
    display: flex;
    flex: content;    
    width: 100%;
    padding: 20px;
    height: auto;
    flex-direction: column;
    
  }
  .arriba{    
    width: auto;
    height: 40%;
    z-index: 10;
    border-radius: 5px;
    padding: 20px 50px;
    background-color: #f0ce264d;

  }
  .arriba h1{
    text-align: center;
  }
  .arriba p {
    font-size: 20px;
  }
  .abajo{
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: row;
    padding-top: 30px;
  }
  .ladoa{
    height: auto;
    width: 50%;
    padding: 0 50px;
  }
  .ladob{
    height: 100%;
    width: 50%;
    background-color: #f0ce264d;
    border-radius: 5px;
    padding: 10px 30px;
  }
  .ladob h1{
    text-align: center;
  }
  .ladob p {
    font-size: 20px;
  }
  .subscribe {
    position: relative;
    height: 280px;
    width: 240px;
    padding: 20px;
    background-color: #f0ce264d;
    border-radius: 4px;
    color: #333;
    /* -webkit-box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.4); */
  }
  
  .subscribe:after {
    position: absolute;
    content: "";
    right: -9px;
    bottom: 4px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f0ce264d;
  }
  
  .sub{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 28px;
  }
  .sus{    
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }
  /* .subscribe input {
    position: absolute;
    bottom: 30px;
    border: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px;
    width: 82%;
    background: transparent;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  } 
  
  .subscribe input:focus {
    outline: none;
    border-bottom: 1px solid #F49D39;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', 'sans-serif';
  }
  */
  .submit-btn {
    position: absolute;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: #F49D39;
    color: #000000;
    padding: 12px 25px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 5px;
    right: 50px;
    bottom: -15px;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-box-shadow: -5px 6px 20px 0px rgba(26, 26, 26, 0.4);
            box-shadow: -5px 6px 20px 0px rgba(26, 26, 26, 0.4);
    border: none;
  }
   .submit-btn:hover {
    background-color: #F0CD26;
    -webkit-box-shadow: -5px 6px 20px 0px rgba(88, 88, 88, 0.569);
            box-shadow: -5px 6px 20px 0px rgba(88, 88, 88, 0.569);
            color: #000000;
  }
  .ultima{
    width: 100%;
    height: 600px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #7FB53D;
    display: flex;
    flex-direction: row;
  }
  .caja1{
    width: 50%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background-color: #315992;
    display: flex;
    flex-direction: column;
  }
  .caja2{
    width: 50%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background-color: #F0CD26;
  }
  .twit{
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #7FB53D;

  }
  .redes{
    width: 50%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background-color: #7FB53D;
    
  } 

  /* Donadores mensuales */
  
#titulos{
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-size: 30px;
}
  /* Formulario2 */
  .form{
    position: absolute;
    top: 50%;
    left: 50%;
    transition: translate(-50%, -50%);
    max-width: 300px;
    width: 100%;
    background-color: #25d366;
    padding: 20px;
    border-radius: 10px;
  }
  .form_container{
    margin: 0;
    text-align: center;

  }
  .form_container .title{
    margin: 0;
    text-align: center;

  }
  .form_container .subtitle{
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 12px;

  }
  .form_container .form-group{
    margin-bottom: 10px;
  }

  .form_container .form-group label,
  .form_container .form-group input,
  .form_container .form-group textarea{
    width: 100%;
  }

  .form_container .form-group label{
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;

  }
  .form_container .form-group input,
  .form_container .form-group textarea{
    padding: 5px;
    border: none;
  }
  .form_container .form-group input:focus-visible,
  .form_container .form-group textarea:focus-visible{
    outline:none;

  }
  .form_container .form-group textarea{
    resize: none;
  }
  .form_container button[type="submit"]{
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #315992;
    color: #25d366;
    cursor: pointer;
  }



  /*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 button {
    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 button {
    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 button {
    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: 50px;
    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%;
    }
}
.imagen-circular {
  width: 200px;
  height: 200px; 
  border-radius: 50%; 
  object-fit: cover; 
}
/*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;
}
}





@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;
}

nav {
  padding-left: 8%;
  padding-right: 8%;
  background-color: #fde9d4;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  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: 30px;
  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: #F49D39;
}
.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;
}
}







@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: 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: 10px;
  background-color: #ffffffb0;    
  font-family: 'Atma', cursive;
}
/*Titulo Nazareos*/
.titulo{
  color: #000000;
  font-size: 22px;     
  /* 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;
}

/*columnas iniciales*/
.escribir{
  padding-left: 7%;
  padding-right: 7%;
  height: 550px;
  box-sizing: border-box;
}
.columnita1{    
  width: 100%;
  height: 500px;
  float: left;
  margin: 2px;
  border-radius: 5px;
  text-align: justify;
}
.columnita2{    
  width: 100%;
  height: 500px;
  float: left;
  margin: 2px;
  border-radius: 5px;
  /* background-color: #315992; */
}
.imagen1{
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.titulo1{
  font-size: 40px;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
}
.feed-form {
  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-form input {
  height: 40px;
  border-radius: 5px;
  background-color: #3aafc773;
  margin-bottom: 15px;
  border: none;
  padding: 0 20px;
  font-weight: 300;
  font-size: 14px;
  color: #4B4B4B;
}
.feed-form select {
  display: inline-block;
width: 100%;
cursor: pointer;
  padding: 7px 10px;
  height: 34px;
  outline: 0; 
  border: 0;
border-radius: 0;
  background-color: #3aafc773;
  color: #4B4B4B;
font-size: 14px;
border: none ;
  border-radius: 5px;
  position: relative;
  transition: all 0.25s ease;
  margin-bottom: 15px;
}

.button_submit:hover, .feed-form input:hover, .feed-form 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;
}

.cito {
  width: 100%;
  height: 3em;
  border-radius: 30em;
  font-size: 15px;
  font-family: inherit;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: 6px 6px 12px #c5c5c5,
              -6px -6px 12px #ffffff;
          box-shadow: 6px 6px 12px #c5c5c5,
              -6px -6px 12px #ffffff;
  background-color: #f9f04783;
 }
 
 .cito::before {
  content: '';
  width: 0;
  height: 3em;
  border-radius: 30em;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#f49d39a6), to(#f9f04783));
  background-image: linear-gradient(to right, #f49d39a6 0%, #f9f04783 100%);
  -webkit-transition: .5s ease;
  transition: .5s ease;
  display: block;
  z-index: -1;
 }
 
 .cito:hover::before {
  width: 100%;
 }

/*   
.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: #315992;
  color: #ffff;
  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-wrapper {
  -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);
  }
}


   /* Seccion de locacion */
   .locacion{
    width: auto;
    margin: 10px;
    height: 600px;
    display: flex;
    padding: 10px;
  }
  .mapa{
    width: 100%;
    padding: 10px;
    height: auto;

  }
  .direccion{
    display: flex;
    flex: content;    
    width: 100%;
    padding: 20px;
    height: auto;
    flex-direction: column;
    
  }
  .arriba{    
    width: auto;
    height: 40%;
    z-index: 10;
    border-radius: 5px;
    padding: 20px 50px;
    background-color: #f0ce264d;

  }
  .arriba h1{
    text-align: center;
  }
  .arriba p {
    font-size: 20px;
  }
  .abajo{
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: row;
    padding-top: 30px;
  }
  .ladoa{
    height: auto;
    width: 100%;
    padding: 0 50px;
  }
  .ladob{
    margin: 10px 0;
    height: 100%;
    width: 100%;
    background-color: #f0ce264d;
    border-radius: 5px;
    padding: 10px 30px;
  }
  .ladob h1{
    text-align: center;
  }
  .ladob p {
    font-size: 20px;
  }
  .subscribe {
    position: relative;
    height: 280px;
    width: 240px;
    padding: 20px;
    background-color: #f0ce264d;
    border-radius: 4px;
    color: #333;
    /* -webkit-box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.4); */
  }
  
  .subscribe:after {
    position: absolute;
    content: "";
    right: -9px;
    bottom: 4px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f0ce264d;
  }
  
  .sub{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 28px;
  }
  .sus{    
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }
  /* .subscribe input {
    position: absolute;
    bottom: 30px;
    border: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px;
    width: 82%;
    background: transparent;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  } 
  
  .subscribe input:focus {
    outline: none;
    border-bottom: 1px solid #F49D39;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', 'sans-serif';
  }
  */
  .submit-btn {
    position: absolute;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: #F49D39;
    color: #000000;
    padding: 12px 25px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 5px;
    right: 50px;
    bottom: -15px;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-box-shadow: -5px 6px 20px 0px rgba(26, 26, 26, 0.4);
            box-shadow: -5px 6px 20px 0px rgba(26, 26, 26, 0.4);
    border: none;
  }
   .submit-btn:hover {
    background-color: #F0CD26;
    -webkit-box-shadow: -5px 6px 20px 0px rgba(88, 88, 88, 0.569);
            box-shadow: -5px 6px 20px 0px rgba(88, 88, 88, 0.569);
            color: #000000;
  }
  .ultima{
    width: 100%;
    height: 600px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #7FB53D;
    display: flex;
    flex-direction: row;
  }
  .caja1{
    width: 50%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background-color: #315992;
    display: flex;
    flex-direction: column;
  }
  .caja2{
    width: 50%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background-color: #F0CD26;
  }
  .twit{
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #7FB53D;

  }
  .redes{
    width: 50%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background-color: #7FB53D;
    
  } 

  /* Donadores mensuales */
  
#titulos{
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-size: 30px;
}
  /* Formulario2 */
  .form{
    position: absolute;
    top: 50%;
    left: 50%;
    transition: translate(-50%, -50%);
    max-width: 300px;
    width: 100%;
    background-color: #25d366;
    padding: 20px;
    border-radius: 10px;
  }
  .form_container{
    margin: 0;
    text-align: center;

  }
  .form_container .title{
    margin: 0;
    text-align: center;

  }
  .form_container .subtitle{
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 12px;

  }
  .form_container .form-group{
    margin-bottom: 10px;
  }

  .form_container .form-group label,
  .form_container .form-group input,
  .form_container .form-group textarea{
    width: 100%;
  }

  .form_container .form-group label{
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;

  }
  .form_container .form-group input,
  .form_container .form-group textarea{
    padding: 5px;
    border: none;
  }
  .form_container .form-group input:focus-visible,
  .form_container .form-group textarea:focus-visible{
    outline:none;

  }
  .form_container .form-group textarea{
    resize: none;
  }
  .form_container button[type="submit"]{
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #315992;
    color: #25d366;
    cursor: pointer;
  }

  /*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{
  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 */
