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

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

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

100% {
  transform: translateY(-20px);
}
}
/* cubo */
.cube-wrap.vertical .depth div.back-pane {
  -webkit-transform: translateZ(-100px) rotateX(180deg);
  -moz-transform: translateZ(-100px) rotateX(180deg);
  -ms-transform: translateZ(-100px) rotateX(180deg);
  transform: translateZ(-100px) rotateX(180deg);
}
.depth div.back-pane {
  -webkit-transform: translateZ(-100px) rotateY(0deg);
  -moz-transform: translateZ(-100px) rotateY(0deg);
  -ms-transform: translateZ(-100px) rotateY(0deg);
  transform: translateZ(-100px) rotateY(0deg);
}
.cube div {
  margin-left: 50px;
  position: absolute;
  width: 1150px;
  height: 200px;
  font-size: 30px;
  text-align: center;
  line-height: 180px;
  color: #000000;  
 background-color: #fbc287;
 font-family: Arial, Helvetica, sans-serif;
}
.cube-wrap {
-webkit-perspective: 800px;
-webkit-perspective-origin: 50% 100px;
-moz-perspective: 800px;
-moz-perspective-origin: 50% 100px;
-ms-perspective: 800px;
-ms-perspective-origin: 50% 100px;
perspective: 800px;
perspective-origin: 50% 100px;
}
.cube-wrap.vertical .depth div.bottom-pane {
-webkit-transform: rotateX(-90deg) translateY(100px);
-moz-transform: rotateX(-90deg) translateY(100px);
-ms-transform: rotateX(-90deg) translateY(100px);
transform: rotateX(-90deg) translateY(100px);
}
.depth div.bottom-pane {
-webkit-transform: rotateX(90deg) translateY(100px);
-webkit-transform-origin: bottom center;
-moz-transform: rotateX(90deg) translateY(100px);
-moz-transform-origin: bottom center;
-ms-transform: rotateX(90deg) translateY(100px);
-ms-transform-origin: bottom center;
transform: rotateX(90deg) translateY(100px);
transform-origin: bottom center;
}

.depth div.front-pane {
-webkit-transform: translateZ(100px);
-moz-transform: translateZ(100px);
-ms-transform: translateZ(100px);
transform: translateZ(100px);
}
.cube-wrap.vertical .depth div.top-pane {
-webkit-transform: rotateX(-270deg) translateY(-100px);
-moz-transform: rotateX(-270deg) translateY(-100px);
-ms-transform: rotateX(-270deg) translateY(-100px);
transform: rotateX(-270deg) translateY(-100px);
}
.depth div.top-pane {
-webkit-transform: rotateX(-90deg) translateY(-100px);
-webkit-transform-origin: top center;
-moz-transform: rotateX(-90deg) translateY(-100px);
-moz-transform-origin: top center;
-ms-transform: rotateX(-90deg) translateY(-100px);
-ms-transform-origin: top center;
transform: rotateX(-90deg) translateY(-100px);
transform-origin: top center;
}
.depth div.left-pane {
-webkit-transform: rotateY(270deg) translateX(-100px);
-webkit-transform-origin: center left;
-moz-transform: rotateY(270deg) translateX(-100px);
-moz-transform-origin: center left;
-ms-transform: rotateY(270deg) translateX(-100px);
-ms-transform-origin: center left;
transform: rotateY(270deg) translateX(-100px);
transform-origin: center left;
}
.depth div.right-pane {
-webkit-transform: rotateY(0deg) translateX(100px);
-webkit-transform-origin: top right;
-moz-transform: rotateY(0deg) translateX(100px);
-moz-transform-origin: top right;
-ms-transform: rotateY(0deg) translateX(100px);
-ms-transform-origin: top right;
transform: rotateY(0deg) translateX(100px);
transform-origin: top right;
}

.cube {
position: relative;
width: 850px;
margin: 0 auto;
-webkit-transform-style: preserve-3d;
-webkit-animation: spin 9s infinite linear;
-moz-transform-style: preserve-3d;
-moz-animation: spin 9s infinite linear;
-ms-transform-style: preserve-3d;
-ms-animation: spin 9s infinite linear;
transform-style: preserve-3d;
animation: spin 9s infinite linear;
}
.reb1{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #f49d3949;
  bottom: 215px;
  left: 400px;
  z-index: 1;
}
.reb2{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #d929265d;
  bottom: 235px;
  left: 380px;
  z-index: 1;
}
.reb3{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #315a927c;
  top: 195px;
  left: 380px;
  z-index: 1;
}
.reb4{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f49d3949;
  top: 165px;
  left: 400px;
  z-index: 1;
}
.reb5{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #315a9288;
  top: 195px;
  right: 380px;
  z-index: 1;
}
.reb6{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f49d3949;
  top: 165px;
  right: 400px;
  z-index: 1;
}
.reb7{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #d929265d;
  top: 165px;
  right: 430px;
  z-index: 1;
}
.reb8{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3aafc773;
  bottom: 225px;
  right: 400px;
  z-index: 1;
}
.reb9{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #f49d3949;
  bottom: 235px;
  right: 380px;
  z-index: 1;
}
@keyframes spin-vertical {
0%{
  transform: rotateX(0);
}
1%{
  transform: rotateX(0);
  transform: rotateX(-90deg);
}
24%{
  transform: rotateX(-90deg);
}
25%{
  transform: rotateX(-180deg);
  transition:-100ms;
}
49%{
  transform: rotateX(-180deg);
  transition:-100ms;
}
50%{
  transform: rotateX(-270deg);
  transition:-100ms;
}
74%{
  transform: rotateX(-270deg);
  transition:-100ms;
}
75%{
  transform: rotateX(-360deg);
  transition:-100ms;
}
99%{
  transform: rotateX(-360deg);
}
100%{
  transform: rotateX(-360deg);
}
}
@keyframes spin {
from { transform: rotateY(0); }
to { transform: rotateY(360deg); }
}
.cube-wrap.vertical .cube {
margin: 0 auto; /* keeps the cube centered */
transform-origin: 0 100px;
animation: spin-vertical 22s infinite linear;
}
.cube-wrap.vertical .top {
transform: rotateX(-270deg) translateY(-100px);
}
.cube-wrap.vertical .back {
transform: translateZ(-100px) rotateX(0deg);
}
.cube-wrap.vertical .bottom {
transform: rotateX(-90deg) translateY(100px);
}
@keyframes cambiar {
0%{margin-top: 0;
}
20%{margin-top: 0;
}
25%{
  margin-top: -40px;
}
50%{
  margin-top: -40px;
}
55%{margin-top: -80px;
}
80%{margin-top: -80px;
}
85%{margin-top: -40px;
}
95%{margin-top: -40px;

}
100%{margin-top: 0;
}
}

/* Titulos generales */
.general{
  margin: 5px 0 0 0;
  padding: 5px;
  text-align: center;
  font-size: 40px;
}
.s1{
color: #000000;
margin-top: 40px;
font-size: 45px;
line-height: 35px;
text-align: center;
/* animation: up-down 2s ease-in-out infinite alternate-reverse both; */
font-family:Arial, Helvetica, sans-serif;
margin-bottom: 100px;
font-weight: bold;
}
.letras{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 200px;
  padding: 0 5%;
}
.letras h1{
  color: #F49D39;
  width: 30%;
  font-size: 100px;
}
.letritas{
  width: 70%;
 background-color: #f49d3949;
 font-size: 40px;
 font-family: Arial, Helvetica, sans-serif;
 align-items: center;
 display: flex; 
 justify-content: center;
}
/*Titulo Nazareos*/
.titulo{
  color: #000000;
  font-size: 90px;     
  /* animation: up-down 2s ease-in-out infinite alternate-reverse both;     */
}
.p1{
color: #000000;
margin-top: 40px;
font-size: 40px;
line-height: 35px;
text-align: justify;
/* animation: up-down 2s ease-in-out infinite alternate-reverse both; */
font-family:Arial, Helvetica, sans-serif;
}
.cuadrito1{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #7fb53d57;
  bottom: 285px;
  left: 350px;
  z-index: 1;
}
.cuadrito2{
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #d929265d;
  bottom: 210px;
  left: 325px;
}
.cuadrito3{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #3aafc773;
  bottom: 235px;
  left: 400px;
}
.cuadrito4{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #3aafc790;
  top: 210px;
  right: 350px;
}
.cuadrito5{
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #315a926f;
  top: 135px;
  right: 325px;
}
.cuadrito6{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #d929265d;
  top: 165px;
  right: 400px;
}
/* Carrusel */
.slider-frame {
	width: 1280px;
  height: 500px;
	margin: 20px auto 0;
	overflow: hidden;
}
.slider-frame ul {
	display: flex;
	padding: 0;
	width: 400%;
	animation: slide 10s infinite ease-in-out;
}
.slider-frame li {
	width: 100%;
	list-style: none;
}
.slider-frame img {
	width: 100%;
  height: 100%;
}
@keyframes slide {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}

/*Introduccion*/
.introduccion{
  width: 100%;
  height: 200px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.columna1{
  width: 15%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.columna1 img{
  height: 100%;
}
.columna2{
  width: 60%;
  align-items: center;
  justify-content: center;
  display: flex;
  
}
.p2{
  color: #000000;
  font-size: 40px;
  text-align: justify;
  font-family: 'Atma', cursive;
  text-align: center;
}

/*Tipos de Voluntariado*/
.cabeza{
  margin: 10px 100px 0 100px;
  border-radius: 10px;
}
.cabeza p{
  font-size: 45px;
  text-align: center;
  margin: 0;
  padding: 10px;

}
.sopa{
  width: 100%;
}
.sopa1{
  width: 100%;

}
.seccion2{
  width: 100%;
  height: 55vh;
  padding-left: 8%;
  padding-right: 8%;
  box-sizing: border-box;
}
.columnitas {
  float: left;
  width: 33.3%;
  padding: 8px;
  box-sizing: border-box;
}

.main {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}

.main:hover {
  box-shadow: 0 8px 12px 0 rgb(49, 89, 146, 0.7);    
  border-radius: 20px;
}

.main .header {
  background-color: #111;
  color: #000000;
  font-size: 25px;
  border-radius: 10px;
}

.main li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.main .grey {
  background-color: #eee;
  font-size: 20px;
  border-radius: 10px;
}

.botoncito {
  background-color: #FFF;
  border: none;
  color: #000000;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border-radius: 20px;
}
.botoncito:hover {
  background-color: #F49D39;
  border: none;
  color: #000000;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border-radius: 20px;
}
.seccion3{
  height: 200px;
  padding-left: 8%;
  padding-right: 8%;
}
.columna3{
  float: left;
  width: 25%;
  height: 200px;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
}
.columna3 p{
  font-size: 20px;
  align-items: center;
  text-align: center;
  margin-top: 30%;
  background-color: #F3DB3D;
  margin: 30px;
  padding: 30px;
  border-radius: 10px;
}
.imagen3{
  align-items: center;
  text-align: center;
  width: 200px;
  height: 200px;
}
/* Panel de donación economica */
.economico{
width: 100%;
height: 500px;
padding-left: 8%;
padding-right: 8%;
align-items: center;
justify-content: space-evenly;
display: flex;
flex-direction: row;
margin-bottom: 30px;
}
.info{
width: 45%;
height: 390px;
}
.paypal{
width: 45%;
height: 350px;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.pay{
padding-top: 50px;
width: 100%;
height: 150px;
box-sizing: border-box;
}
.campana{
  width: 100px;
  top: 0px;
  right: -280px;
  position: absolute;
  z-index: 2;
}

/* Modal de campana */
.mojabi{
  position:relative;
  font-size:1.2em;
  font-weight:300;
  color:#fff;
  text-shadow:none;
  border-radius:0px;
  background: #f7be68;
  box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.22);
  text-decoration: none;
}

.mojabi:hover{
  background: #f5b14b;
  box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.22);
  color:#fff;
}

#modalContenido{
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 10px 50px;
  width: 50%;
  height: 90%;
}

#modalito{
  position:fixed;
  top:-100px;
  left:0px;
  z-index:500;
  float:left;
  width:100%;
  height:120%;
  background-color: rgb(255, 145, 77,0.6); 
  background-color: rgba(255, 145, 77,0.6); 
  display:none;
  opacity:0;
  padding: 150px 0;
}

#modalito > a{
  position:fixed;
  top:0px;
  left:0px;
  z-index:1;
  float:left;
  width:100%;
  height:100%;
}
.recibo-p{
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 18px;
  line-height: 18px;
}
.recibo{
  text-align: center;
  font-size: 50px;
  text-align: center;
  margin-bottom: 5px;
}
li{
  font-family: Arial, Helvetica, sans-serif;
}
.modalContenido h2{
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
:target{
  display:block!important;
  opacity:1!important;
}

.cerrar7 {
  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);
 }

#modalContenido > a{
  position:absolute;
  top:4px;
  right:-4px;
  color: #fff;
  border-radius:2px;
  background:#f7be68;
  padding:10px;
  font-size: 30px;
  text-decoration: none;
}

.dona {
margin: 30px 0;
padding: 20px;
width: 100%;
min-height: 200px;
height: 100%;
display: grid;
grid-template-rows: 20px 50px 1fr 50px;
border-radius: 2px;
-webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
-webkit-transition: all 0.2s;
transition: all 0.2s;
}

.dona:hover {
-webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
-webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
        transform: scale(1.01);
}

.dona_link,
.dona_exit,
.dona_icon {
position: relative;
text-decoration: none;
color: #000000;
font-size: 30px;
}

.dona_link::after {
position: absolute;
top: 25px;
left: 0;
content: "";
width: 0%;
height: 3px;
/* background-color: rgba(255, 255, 255, 0.803); */
-webkit-transition: all 0.5s;
transition: all 0.5s;
}

.dona_link:hover::after {
width: 100%;
}

.texts {
color: #000000;
margin-top: 50px;
font-size: 25px;
font-family: Arial, Helvetica, sans-serif;
}

.dona_exit {
grid-row: 1/2;
justify-self: center;
}

.dona_icon {
grid-row: 2/3;
font-size: 30px;
}

.dona_title {
grid-row: 3/4;
font-weight: 500;
color: #ffffff;
}

.dona_apply {
grid-row: 4/5;
align-self: center;
}

.dona-5 {
/* background: radial-gradient(#f49d395d, #f3db3d59); */
background-image: url('../IMG/Aportacion.webp');
background-size: 100% 100%;
}
.post{
  background-image: url('../IMG/Aportacion.webp');
  background-size: 100% 100%;
  width: 100%;
  height: 450px;
  padding: 80px;
  text-align: center;
}
.post h3{
  font-size: 30px;
}
.post p{
  font-size: 20px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 1600px) {
.cards {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
}
.back-image{
width: 100%;
height: 100%;
}
.targeta {
width: 350px;
height: 855px;
/* background: #000000; */
position: relative;
border-radius: 15px;
overflow: hidden;
/* border: solid 3px #000000; */
font-family: 'Noto Sans', sans-serif;
}

.foreground {
border-radius: 15px;
position: absolute;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.026);
-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
/* backdrop-filter: blur(2.8px);
-webkit-backdrop-filter: blur(2.8px); */
padding: 16px;
color: #000000;
}

.credit-targeta-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.credit-targeta-chip-container {
margin: 8px 0;
height: 50px;
width: 50px;
}
.credit-image{
  width: 100%;
  height: 100%;
}

.chip {
width: 100%;
height: 100%;
}

.category, .bank {
font-size: large;
}

.info-container {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
gap: 4px;
}

.names {
-ms-flex-item-align: end;
    align-self: flex-end;
text-transform: uppercase;
font-size: smaller;
}

.serial {
-ms-flex-item-align: end;
    align-self: flex-end;
letter-spacing: 2px;
font-size: 15px;
font-family: monospace;
}

.expire {
margin-left: 3px;
font-size: smaller;
}


.agradecimientos-container{
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: row;
  padding-left: 5%;
  padding-right: 5%;
  justify-content: space-evenly;
}
.agradecimiento-item{
  width: 300px;
  height: 300px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.agradecimiento-img{
  width: 300px;
  height: 300px;
}
.agradecimiento-img img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 50% ;
}
.agradecimiento-tittle{
  font-size: 30px;
  margin-top: 10px;
  width: 100%;
  height: 100px;
  text-align: center;
  border-radius: 5px;
  background-color: #d929265d;
}

.flip-card{
  background-color: transparent;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  font-family: sans-serif;
}
.flippis{
width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 50% ;
}
.flippis2{
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
.title-1{
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin: 0;
}

.flip-card-inner{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner{
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back{
  /* -webkit-box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
          box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2); */
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 1rem;
}
/* 
.flip-card-front{
  background: linear-gradient(120deg, bisque 60%, rgb(255, 231, 222) 88%,
   rgb(255, 211, 195) 40%, rgba(255, 127, 80, 0.603) 48%);
  color: coral; 
}*/

.flip-card-back{
  /* background-color: #d929265d; */
  color: #000000;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
          border-radius: 50%;
          font-size: 30px;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.submenu li a {
  padding: 10px;
}

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

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


/* Carrusel */
.slider-frame {
	width: 100%;
  height: 170px;
	margin: 20px auto 0;
	overflow: hidden;
}
.slider-frame ul {
	display: flex;
	padding: 0;
	width: 400%;
	animation: slide 10s infinite ease-in-out;
}
.slider-frame li {
	width: 100%;
	list-style: none;
}
.slider-frame img {
	width: 100%;
  height: 100%;
}
@keyframes slide {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}

/*Tipos de Voluntariado*/
.cabeza{
  margin: 10px 100px 0 100px;
  border-radius: 10px;
}
.cabeza p{
  font-size: 45px;
  text-align: center;
  margin: 0;
  padding: 10px;

}
.sopa{
  width: 100%;
}
.sopa1{
  width: 100%;

}
.seccion2{
  width: 100%;
  height: 45vh;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.columnitas {
  float: left;
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}

.main {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}

.main:hover {
  box-shadow: 0 8px 12px 0 rgb(49, 89, 146, 0.7);    
  border-radius: 20px;
}

.main .header {
  background-color: #111;
  color: #000000;
  font-size: 25px;
  border-radius: 10px;
}

.main li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.main .grey {
  background-color: #eee;
  font-size: 20px;
  border-radius: 10px;
}

.botoncito {
  background-color: #FFF;
  border: none;
  color: #000000;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border-radius: 20px;
}
.botoncito:hover {
  background-color: #F49D39;
  border: none;
  color: #000000;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border-radius: 20px;
}
.seccion3{
  height: 200px;
  padding-left: 8%;
  padding-right: 8%;
}
.columna3{
  float: left;
  width: 25%;
  height: 200px;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
}
.columna3 p{
  font-size: 20px;
  align-items: center;
  text-align: center;
  margin-top: 30%;
  background-color: #F3DB3D;
  margin: 30px;
  padding: 30px;
  border-radius: 10px;
}
.imagen3{
  align-items: center;
  text-align: center;
  width: 200px;
  height: 200px;
}

/* cubo */
.cube-wrap.vertical .depth div.back-pane {
  -webkit-transform: translateZ(-100px) rotateX(180deg);
  -moz-transform: translateZ(-100px) rotateX(180deg);
  -ms-transform: translateZ(-100px) rotateX(180deg);
  transform: translateZ(-100px) rotateX(180deg);
}
.depth div.back-pane {
  -webkit-transform: translateZ(-100px) rotateY(0deg);
  -moz-transform: translateZ(-100px) rotateY(0deg);
  -ms-transform: translateZ(-100px) rotateY(0deg);
  transform: translateZ(-100px) rotateY(0deg);
}
.cube div {
  margin-left: 50px;
  position: absolute;
  width: 150px;
  height: 200px;
  font-size: 30px;
  text-align: center;
  line-height: 10px;
  color: #000000;  
 background-color: #fbc287;
 font-family: Arial, Helvetica, sans-serif;
}
.cube-wrap {
-webkit-perspective: 800px;
-webkit-perspective-origin: 50% 100px;
-moz-perspective: 800px;
-moz-perspective-origin: 50% 100px;
-ms-perspective: 800px;
-ms-perspective-origin: 50% 100px;
perspective: 800px;
perspective-origin: 50% 100px;
}
.cube-wrap.vertical .depth div.bottom-pane {
-webkit-transform: rotateX(-90deg) translateY(100px);
-moz-transform: rotateX(-90deg) translateY(100px);
-ms-transform: rotateX(-90deg) translateY(100px);
transform: rotateX(-90deg) translateY(100px);
}
.depth div.bottom-pane {
-webkit-transform: rotateX(90deg) translateY(100px);
-webkit-transform-origin: bottom center;
-moz-transform: rotateX(90deg) translateY(100px);
-moz-transform-origin: bottom center;
-ms-transform: rotateX(90deg) translateY(100px);
-ms-transform-origin: bottom center;
transform: rotateX(90deg) translateY(100px);
transform-origin: bottom center;
}

.depth div.front-pane {
-webkit-transform: translateZ(100px);
-moz-transform: translateZ(100px);
-ms-transform: translateZ(100px);
transform: translateZ(100px);
}
.cube-wrap.vertical .depth div.top-pane {
-webkit-transform: rotateX(-270deg) translateY(-100px);
-moz-transform: rotateX(-270deg) translateY(-100px);
-ms-transform: rotateX(-270deg) translateY(-100px);
transform: rotateX(-270deg) translateY(-100px);
}
.depth div.top-pane {
-webkit-transform: rotateX(-90deg) translateY(-100px);
-webkit-transform-origin: top center;
-moz-transform: rotateX(-90deg) translateY(-100px);
-moz-transform-origin: top center;
-ms-transform: rotateX(-90deg) translateY(-100px);
-ms-transform-origin: top center;
transform: rotateX(-90deg) translateY(-100px);
transform-origin: top center;
}
.depth div.left-pane {
-webkit-transform: rotateY(270deg) translateX(-100px);
-webkit-transform-origin: center left;
-moz-transform: rotateY(270deg) translateX(-100px);
-moz-transform-origin: center left;
-ms-transform: rotateY(270deg) translateX(-100px);
-ms-transform-origin: center left;
transform: rotateY(270deg) translateX(-100px);
transform-origin: center left;
}
.depth div.right-pane {
-webkit-transform: rotateY(0deg) translateX(100px);
-webkit-transform-origin: top right;
-moz-transform: rotateY(0deg) translateX(100px);
-moz-transform-origin: top right;
-ms-transform: rotateY(0deg) translateX(100px);
-ms-transform-origin: top right;
transform: rotateY(0deg) translateX(100px);
transform-origin: top right;
}

.cube {
position: relative;
width: 850px;
margin: 0 auto;
-webkit-transform-style: preserve-3d;
-webkit-animation: spin 9s infinite linear;
-moz-transform-style: preserve-3d;
-moz-animation: spin 9s infinite linear;
-ms-transform-style: preserve-3d;
-ms-animation: spin 9s infinite linear;
transform-style: preserve-3d;
animation: spin 9s infinite linear;
}
.reb1{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #f49d3949;
  bottom: 215px;
  left: 400px;
  z-index: 1;
}
.reb2{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #d929265d;
  bottom: 235px;
  left: 380px;
  z-index: 1;
}
.reb3{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #315a927c;
  top: 195px;
  left: 380px;
  z-index: 1;
}
.reb4{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f49d3949;
  top: 165px;
  left: 400px;
  z-index: 1;
}
.reb5{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #315a9288;
  top: 195px;
  right: 380px;
  z-index: 1;
}
.reb6{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f49d3949;
  top: 165px;
  right: 400px;
  z-index: 1;
}
.reb7{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #d929265d;
  top: 165px;
  right: 430px;
  z-index: 1;
}
.reb8{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3aafc773;
  bottom: 225px;
  right: 400px;
  z-index: 1;
}
.reb9{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #f49d3949;
  bottom: 235px;
  right: 380px;
  z-index: 1;
}
@keyframes spin-vertical {
0%{
  transform: rotateX(0);
}
1%{
  transform: rotateX(0);
  transform: rotateX(-90deg);
}
24%{
  transform: rotateX(-90deg);
}
25%{
  transform: rotateX(-180deg);
  transition:-100ms;
}
49%{
  transform: rotateX(-180deg);
  transition:-100ms;
}
50%{
  transform: rotateX(-270deg);
  transition:-100ms;
}
74%{
  transform: rotateX(-270deg);
  transition:-100ms;
}
75%{
  transform: rotateX(-360deg);
  transition:-100ms;
}
99%{
  transform: rotateX(-360deg);
}
100%{
  transform: rotateX(-360deg);
}
}
@keyframes spin {
from { transform: rotateY(0); }
to { transform: rotateY(360deg); }
}
.cube-wrap.vertical .cube {
margin: 0 auto; /* keeps the cube centered */
transform-origin: 0 100px;
animation: spin-vertical 22s infinite linear;
}
.cube-wrap.vertical .top {
transform: rotateX(-270deg) translateY(-100px);
}
.cube-wrap.vertical .back {
transform: translateZ(-100px) rotateX(0deg);
}
.cube-wrap.vertical .bottom {
transform: rotateX(-90deg) translateY(100px);
}
@keyframes cambiar {
0%{margin-top: 0;
}
20%{margin-top: 0;
}
25%{
  margin-top: -40px;
}
50%{
  margin-top: -40px;
}
55%{margin-top: -80px;
}
80%{margin-top: -80px;
}
85%{margin-top: -40px;
}
95%{margin-top: -40px;

}
100%{margin-top: 0;
}
}

/* Panel de donación economica */
.economico{
  width: 100%;
  height: 400px;
  padding-left: 1%;
  padding-right: 1%;
  align-items: center;
  justify-content: space-evenly;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  }
  .info{
  width: 99%;
  height: 390px;
  }
  .paypal{
  width: 100%;
  height: 390px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }
  .pay{
  padding-top: 10px;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  }
  .campana{
    width: 100px;
    top: 0px;
    right: -280px;
    z-index: 2;
  }
  
  /* Modal de campana */
  .mojabi{
    position:relative;
    font-size:1.2em;
    font-weight:300;
    color:#fff;
    text-shadow:none;
    border-radius:0px;
    text-decoration: none;
  }
  
  .mojabi:hover{
    color:#fff;
  }
  
  #modalContenido2{
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 1px 5px;
    width: 90%;
    height: 530px;
  }
  
  #modalito2{
    position:fixed;
    top:-110px;
    left:0px;
    z-index:500;
    float:left;
    width:100%;
    height:120%;
    background-color: rgb(255, 145, 77,0.6); 
    background-color: rgba(255, 145, 77,0.6); 
    display:none;
    opacity:0;
    padding: 150px 0;
  }
  
  #modalito2 > a{
    position:fixed;
    top:0px;
    left:0px;
    z-index:1;
    float:left;
    width:100%;
    height:100%;
  }
  .recibo-p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 18px;
    line-height: 15px;
  }
  .recibo{
    text-align: center;
    font-size: 30px;
    text-align: center;
    margin-bottom: 5px;
  }
  li{
    font-family: Arial, Helvetica, sans-serif;
  }
  .modalContenido h2{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
  }
  :target{
    display:block!important;
    opacity:1!important;
  }
  
  .cerrar7 {
    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);
   }
  
  #modalContenido > a{
    position:absolute;
    top:4px;
    right:-4px;
    color: #fff;
    border-radius:2px;
    background:#f7be68;
    padding:10px;
    font-size: 30px;
    text-decoration: none;
  }
  
  .dona {
  margin: 30px 0;
  padding: 20px;
  width: 100%;
  min-height: 200px;
  height: 100%;
  display: grid;
  grid-template-rows: 20px 50px 1fr 50px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  }
  
  .dona:hover {
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  }
  
  .dona_link,
  .dona_exit,
  .dona_icon {
  position: relative;
  text-decoration: none;
  color: #000000;
  font-size: 30px;
  }
  
  .dona_link::after {
  position: absolute;
  top: 25px;
  left: 0;
  content: "";
  width: 0%;
  height: 3px;
  /* background-color: rgba(255, 255, 255, 0.803); */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  }
  
  .dona_link:hover::after {
  width: 100%;
  }
  
  .texts {
  color: #000000;
  margin-top: 50px;
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
  }
  
  .dona_exit {
  grid-row: 1/2;
  justify-self: center;
  }
  
  .dona_icon {
  grid-row: 2/3;
  font-size: 30px;
  }
  
  .dona_title {
  grid-row: 3/4;
  font-weight: 500;
  color: #ffffff;
  }
  
  .dona_apply {
  grid-row: 4/5;
  align-self: center;
  }
  
  .dona-5 {
  /* background: radial-gradient(#f49d395d, #f3db3d59); */
  background-image: url('../IMG/Aportacion.webp');
  background-size: 100% 100%;
  }
  .post{
    background-image: url('../IMG/Aportacion.webp');
    background-size: 100% 100%;
    width: 100%;
    height: 350px;
    padding: 50px 1px;
    text-align: center;
  }
  .post h3{
    font-size: 20px;
  }
  .post p{
    font-size: 15px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
  }
  @media (max-width: 1600px) {
  .cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  }
  .back-image{
  width: 100%;
  height: 100%;
  }
  .targeta {
  width: 250px;
  height: 1855px;
  /* background: #000000; */
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  /* border: solid 3px #000000; */
  font-family: 'Noto Sans', sans-serif;
  }
  
  .foreground {
  border-radius: 15px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.026);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  /* backdrop-filter: blur(2.8px);
  -webkit-backdrop-filter: blur(2.8px); */
  padding: 16px;
  color: #000000;
  }
  
  .credit-targeta-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  }
  
  .credit-targeta-chip-container {
  margin: 8px 0;
  height: 50px;
  width: 50px;
  }
  .credit-image{
    width: 100%;
    height: 100%;
  }
  
  .chip {
  width: 100%;
  height: 100%;
  }
  
  .category, .bank {
  font-size: large;
  }
  
  .info-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  }
  
  .names {
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-transform: uppercase;
  font-size: smaller;
  }
  
  .serial {
  -ms-flex-item-align: end;
      align-self: flex-end;
  letter-spacing: 2px;
  font-size: 15px;
  font-family: monospace;
  }
  
  .expire {
  margin-left: 3px;
  font-size: smaller;
  }
  
  
  .agradecimientos-container{
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-evenly;
  }
  .agradecimiento-item{
    width: 300px;
    height: 300px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .agradecimiento-img{
    width: 300px;
    height: 300px;
  }
  .agradecimiento-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 50% ;
  }
  .agradecimiento-tittle{
    font-size: 30px;
    margin-top: 10px;
    width: 100%;
    height: 100px;
    text-align: center;
    border-radius: 5px;
    background-color: #d929265d;
  }
  
  .flip-card{
    background-color: transparent;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    font-family: sans-serif;
  }
  .flippis{
  width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 50% ;
  }
  .flippis2{
      width: 100%;
      height: 300px;
      object-fit: cover;
    }
  .title-1{
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    margin: 0;
  }
  
  .flip-card-inner{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-card-inner{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back{
    /* -webkit-box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
            box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2); */
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 1rem;
  }
  /* 
  .flip-card-front{
    background: linear-gradient(120deg, bisque 60%, rgb(255, 231, 222) 88%,
     rgb(255, 211, 195) 40%, rgba(255, 127, 80, 0.603) 48%);
    color: coral; 
  }*/
  
  .flip-card-back{
    /* background-color: #d929265d; */
    color: #000000;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
            border-radius: 50%;
            font-size: 30px;
  }
  
  /*Modales de footer*/
  .modal11 {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(255, 145, 77); 
    background-color: rgba(255, 145, 77,0.6); 
    text-align: left;
  }
  .button11 {
    background-color: #A8BCC6;
    color: #000000;
    padding: 4px 10px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    opacity: 0.9;
    
  }
  .modal-content11 {
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 30px;
    width: 80%;
  }
  .modal-content11 p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 15px;
  }
  .modal-content11 h1{
    text-align: justify;
    font-size: 23px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .modal-content11 h2{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    
  }

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

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

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

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

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

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

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

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

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

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

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

.modal18 {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgb(255, 145, 77); 
  background-color: rgba(255, 145, 77,0.6); 
  text-align: left;
 }
 .button18 {
  background-color: #A8BCC6;
  color: #000000;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
  opacity: 0.9;
  
 }
 .modal-content18 {
  background-color: #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 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{
  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 */
