@font-face {
  font-family: Alfa;
  src: url(fonts/Alfa.ttf);
}

.header .menu__item a{
  color: #202020!important;
}

body.sticky-header header .menu__item a{
  color: #fff!important;
}

body{
  margin: 0;
  text-decoration: none;
  font-family: Alfa;
  text-decoration: none;
}

/*Portada*/

.banner img{
  width: 100%;
  margin-bottom: -10px;
  margin-top: 0px;
}

body{
  background: #cd2629!important;
}


.container-portada .contenedor{
  width: 100%;
  text-align: center;
  
}

#banner2{
  display: none;
  margin-bottom: 100px;
}

#banner1{
  display: block;
  margin-bottom: 60px;
}

.domi{
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  text-decoration: none;
}

.domi a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 35px;
  font-family: Alfa;
  color: black;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  animation: zoom-in-zoom-out 1.5s ease infinite;
  text-decoration: none;
}

.domi a:hover{
  background: #25d366;
  color: #fff;
  cursor: pointer;
   text-decoration: none;
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%
  }
  50% {
    scale: 120%;
  }
  100% {
    scale: 100%;
  }
}

.domi img{
  width: 10%;
  margin-right: 20px;
}



.container-contacto{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
  background: #efd02c;
  margin-bottom: 50px;
}

.container-contacto .map,
.container-contacto .form-index{
  width: 50%;
}

.container-contacto .map{
  padding-left: 30px;
}


.container-local .title-local1{
  color: #fba919;
  font-family: Alfa;
  font-size: 30px;
  text-align: center;
  margin-top: 50px;
}

.container-local .title-local2{
  text-align: center;
  font-family: Alfa;
  font-size: 55px;
  margin-bottom: 0px;
}

.container-local .separator{
  font-size: 50px;
  text-align: center;
  margin-bottom: 50px;
  color: gray;
}

.container-local{
  margin-top: 0px;
  background: #fff;
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 95%;
  margin: auto;
  border-radius: 20px;
  margin-bottom: 50px;
}

.cards-local{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 10px;
  grid-auto-rows: minmax(550px, auto);
  text-align: center;
}

.container-card-local{
  width: 90%;
  margin: auto;
}

.container-card-local img{
  width: 100%;
  height: 500px;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 20px;
}

.container-card-local i{
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fba919;
}

.container-card-local h3{
  color: #cd2629;
  margin-top: 30px;
}

#fb1{
  display: block;
}

#fb2{
  display: none;
}

.container-social{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Alfa;
}

.container-social .social1{
  display: flex;
  width: 85%;
  text-align: center;
  margin-bottom: 30px;
}

.container-social .social1 .instagram{
  width: 160%;
  animation: pulsate 1.5s infinite alternate;  
  border: 0.2rem solid #fff;
  border-radius: 2rem;
  box-shadow: 0 0 .2rem #fff,
            0 0 .2rem #fff,
            0 0 2rem #fba919,
            0 0 0.8rem #fba919,
            0 0 2.8rem #fba919,
            inset 0 0 1.3rem #fba919; 
overflow: hidden;
}

.container-social .social1 .instagram iframe{
  width: 100%;
}

.container-social .social1 .facebook{
  width: 100%;
  animation: pulsate 1.5s infinite alternate;  
  border: 0.2rem solid #fff;
  border-radius: 2rem;
  box-shadow: 0 0 .2rem #fff,
            0 0 .2rem #fff,
            0 0 2rem #fba919,
            0 0 0.8rem #fba919,
            0 0 2.8rem #fba919,
            inset 0 0 1.3rem #fba919; 

  overflow: hidden;
}

.container-social .social1 .facebook .fb-page{
 width: 100%;
  
}

.container-social .social1 .facebook .fb-page{
 data-width: "500"!important;
  
}

.container-social .tiktok{
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}

.tiktok h1{
  animation: pulsate 1.5s infinite alternate;   
}

.tiktok-embed{
  animation: pulsate 1.5s infinite alternate;  
  border: 0.2rem solid #fff;
  border-radius: 2rem;
  box-shadow: 0 0 .2rem #fff,
            0 0 .2rem #fff,
            0 0 2rem #fba919,
            0 0 0.8rem #fba919,
            0 0 2.8rem #fba919,
            inset 0 0 1.3rem #fba919; 
}
  }
.container-social h1{
  margin-bottom: 30px;
  color: #fff;
}



@media(max-width:1000px) {

  #banner1{
    display: none;
  }

  #banner2{
    display: block;
  }

.domi a{
  width: 70%;
  font-size: 20px;
  margin-top: -50px;
  margin-bottom: -10px;
}

.domi img{
  width: 15%;
}
  
.container-contacto{
  flex-direction: column;
  padding-top: 30px;
}

.container-contacto .map{
  width: 100%;
}

.container-contacto .map iframe{
  width: 90%;
  height: 300px;
}

.container-contacto .form-index{
  width: 100%;
}

.container-cards,
.cards-local{
  grid-template-columns: repeat(1, 1fr);
}

.container-local .title-local2{
  font-size: 30px;
}

#fb1{
  display: none;
}

#fb2{
  display: block;
}

.container-social .social1{
  flex-direction: column;
}

.social1 .instagram{
  max-width: 100%;
}

.social1 .instagram h1{
  font-size: 25px!important;
  margin-top: 10px;
}

.social1 .instagram iframe{
  max-width: 100%;
}

.social1 .facebook h1{
  font-size: 25px!important;
  margin-top: 10px;
}

.social1 .facebook .fb-page iframe{
  width: 10px;
}

.tiktok h1{
  font-size: 25px;
}
}