* {
  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: 100%;
  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: 15vh;
  padding-left: 8%; 
  padding-right: 8%;
  box-sizing: border-box;
}
/* encabezado */
.proximos{
  font-size: 50px;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
/* Seccion de formulario */
.suscripcion{
  width: 100%;
  height: 90vh;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.left-side{
  width: 45%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.flayer-kermes{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.right-side{
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.asistencia{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.asistencia h3{
  font-size: 40px;
  padding: 0;
  margin: 0;
}

.feed-form1 {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 10%;
  padding-right: 10%;
}

.feed-form1
input {
  width: 100%;
  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-form1
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:hover,
.feed.form1 input:hover,
.feed.form1 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;
}

.botons{
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.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 a{
  text-decoration: none;
  color: #000000;
}
.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%;
}

.botonc a {
  text-decoration: none;
}
/* subtitulo */

.subtitulo{
  font-size: 30px;
  padding: 0;
  margin: 0;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

 }
 .cerrar8 {
  color: #ff914d;
  float: right;
  font-size: 48px;
  font-weight: bold;
  transition: all 0.4s;
 }
 .cerrar8:hover,
 .cerrar8:focus {
  color: #ff914d72;
  text-decoration: none;
  cursor: pointer;
  transform: scale(2);
 }
 .imagen-circular {
  width: 200px;
  height: 200px; 
  border-radius: 50%; 
  object-fit: cover; 
}

/*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 20px 5px #fa965894;
    border-radius: 50px;
}
.foote2{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgb(83, 83, 83);
    border-radius: 100px;
}
.foote3{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(0, 64, 255, 0.607);
    border-radius: 100px;
}
.foote4{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(255, 0, 0, 0.436);
    border-radius: 100px;
}
.foote5{
    margin: 20px;
    box-shadow: 0px 0px 20px 10px rgb(190, 108, 0);
    border-radius: 100px;
}.foote6{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(251, 0, 255, 0.436);
    border-radius: 100px;
}
.foote7{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(0, 255, 30, 0.372);
    border-radius: 100px;
}
.foote8{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(9, 230, 255, 0.664);
    border-radius: 100px;
}
.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;
}
}



