* {
margin: 0;
padding: 0;
box-sizing: border-box;}

body {
overflow-x: hidden;
margin:0;
font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
color:var(--fy-text);
height: 100%;
background:var(--fy-bg);
position: relative;
min-height: 100vh; }


html body{
height:100%;
width: 100%;}



.menu{
background-color: #fff9a9ce;
color: #fff;
height: 80px;
width: 100%;
}

.menu__container{
display: flex;
justify-content: space-between;
align-items: center;
width: 90%;
max-width: 1200px;
height: 100%;
margin: 0 auto;}

.nav__logo {
display: flex;
align-items: center;
}

.nav__logo img {
height: 79px;
width: 112px;}

.menu__logo{
color: #000;
font-size: 25px;
margin: auto;
flex-direction: column;}

.text__logo{
color: #d90000;
font-size: 15px;
margin: auto;
font-weight: bolder;
}

.menu__links{
height: 100%;
transition: transform .5s;
display: flex;
z-index: 1000;}

.menu__item{
list-style: none;
position: relative;
height: 100%;
--clip: polygon(0 0, 100% 0, 100% 0, 0 0);
--transform: rotate(-90deg);}

.menu__item:hover{
--clip: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
--transform: rotate(0);}

.menu__link{
color: #D90000;
text-decoration: none;
padding: 0 20px;
display: flex;
height: 100%;
align-items: center;
font-weight: bolder;
}

.menu__link1{
color:#D90000;
text-decoration: none;
padding: 0 35px;
display: flex;
height: 100%;
align-items: center;
font-weight: bolder;
}

.menu__link:hover{
background-color: #63656b;
color: #ffffff;}

.menu__link1:hover{
background-color: #63656b;
color: #ffffff;}

.menu__arrow{
transform: var(--transform);
transition: transform .3s;
display: block;
margin-left: 3px;}

.menu__nesting{
list-style: none;
transition:clip-path .3s;
clip-path: var(--clip);
position: absolute;
right: 0;
bottom: 0;
width: max-content;
transform: translateY(100%);
background-color: #AA0F16;
color: #000;}

.menu__link--inside{
padding: 20px 24px 20px 15px;
color: #ffffff;}

.menu__link--inside3{
padding: 20px 44px 20px 20px;
color: #ffffff;}

.menu__link--inside:hover{
background-color: #63656b;}

.menu__hamburguer {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 15px;
  height: 100%;
  align-items: center;
}

.menu__img{
display: block;
width: 36px;}

.content {
    flex: 1vh; 
}

.foto {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 300px;
display: flex;
justify-content: center;
align-items: center;
}


.divisor-rojo {
  width: 100%;
  height: 2px; 
  background-color: #D90000; 
  margin: 0;
  padding: 0;
}


.loco{
  height: 500px; 
  width: 100%;
  background: linear-gradient(90deg,#d59bf7, #ff835d); 
  position: relative;
  display: flex;
}

.Redes-sociales-hero {
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.Redes-sociales-hero .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(90deg,#F9D308,#2B61FC,#D20104 )
}

.contentsociales{
  margin: 30px;
  position: relative;
    width: 65%;
    height: 450px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg,#2c2e9b,#cf01f8,#e60e56);
    left: 18%;
  box-shadow: 10px 10px 15px rgba(0,0,0,0.8);
    border-radius: 10px;  
}


.hero-text {
  position: relative;
  text-align: center;
  z-index: 1;
  animation: fadeInDown 1.5s ease;
}

.hero-text h2 {
  font-size: 2.5em;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hero-text p {
  font-size: 1.8em;
}

 .cajita {
      width: 18%;
      height: 150px;
      color: white;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
      cursor: pointer;
      left: 20%;
      top: 100px;
      position: relative;
    }

    .cajita:hover {
      transform: scale(1.05);
    }

    .cajita i {
      font-size: 40px;
      margin-bottom: 10px;
    }


.cajitainsta {
      width: 30%;
      height: 150px;
      color: white;
      display: flex;
      flex-direction:column;
     transition: transform 0.3s ease;
      cursor: pointer;
      left: 55%;
      bottom: 50px;
      position: relative;
    }

    .cajitainsta:hover {
      transform: scale(1.05);
    }

    .cajitainsta i {
      font-size: 40px;
      margin-bottom: 10px;
    }

    .cajitainsta span {
      font-weight: bold;
      font-size: 16px;
    }

    .instagramweb{
      width:"300px"; 
      height:"300px";
    }

    .map-cointer{
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0%;
    }


.divisor3 {
  width: 100%;
  height: 4px; 
  background-color: #D90000; 
  margin: 0;
  padding: 0;
}



.overlaymap {
 position: relative;
    width: 100%;
    height: 250px;
    place-content: center;
    background-color: #fdfbdc;
    border-radius: 10px;  
    margin: 5px;
     box-shadow: 10px 10px 15px rgba(0,0,0,0.8);
}

.map-title{
  justify-content: center;
  display: flex;
  color: red;

}

.map-container{
  border-radius: 20px;  
  padding: 20px;
  width: 100%;
  height: 30%;
  background-color: #ffb5b5;
  position: relative;
   display: flex;
   flex-direction: column; 
  align-items: center;      
  justify-content: center; 
  text-align: center;
}

iframe{
  width: 80%;
  border: none;
  border-radius: 8px;
  max-width: 100%;
  box-shadow: 10px 10px 15px rgba(0,0,0,0.8);
}

.h2ubi{
  color: #ff5a5a;
 justify-content: center;
 align-items: center;
 font-size: 35px;

}


.container{
  background: linear-gradient(10deg, white, #fff9a9ce);
 
}


.accordion{
  margin: 0px;
  width: 100%;
  position: relative;
  left: 25%;
  padding-bottom: 5em;

}
input[type='checkbox'] {
    display: none;
}
.container h2 {
 
  position:relative;
  margin-bottom: 10px;
  font-size: 50px;
  color: #ff5a5a;
  text-align: center;
}
.accordion li{
  list-style: none;
  width: 50%;
  padding: 5px;
}


.accordion li label{
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 1.2;
  padding: 20px;
  margin-bottom: 2px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  background: #ff5a5a;
}

label::after{
  content: '+';
  position: absolute;
  font-size: 32px;
  right: 20px;
  transition: transform 0.5s;
}
.accordion .content{
  background: #ebbbbb;
  text-align: center;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s, padding 0.5s;
  line-height: 1.2;
}
input[type='checkbox']:checked ~ .content{
  max-height: 600px;
  padding: 30px 20px;
}

input[type='checkbox']:checked ~ ::after{
  transform: rotate(135deg);
}


.footer {
position: absolute;
width: 100%;
background: #fff9a9ce;
min-height: 10px;
padding: 0px 20px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding-bottom: 1em; 
bottom: auto;
}


.social-icon {
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin: 10px 5px;
flex-wrap: wrap;}

.icon-elem {
list-style: none;}

.icon-elem img {
color: #D90000;
height: 25px;
width: 25px;
display: inline-block;
margin: 0 10px;
transition: 0.5s;}

.icon-elem img:hover {
transform: translateY(-7px);}

.menu_footer {
display: flex;
justify-content: center;
position: relative;
align-items: center;
flex-wrap: wrap;}

.menu-elem {
list-style: none;}

.menu-icon {
color: #D90000;
font-size: 15px;
display: inline-block;
text-decoration: none;
margin: 0 5px;
opacity: 0.5jj;
transition: 0.3s;}

.menu-icon:hover {
color: #404041;
opacity: 1;}

.text {
color: #D90000;
text-align: center;
margin-top: 15px;
margin-bottom: 10px;
font-size: 15px;}

@media (min-width: 1700px) and (max-width: 2000px) {
.foto {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 450px;
display: flex;
justify-content: center;
align-items: center;
}
}


@media (min-width: 1180px) and (max-width: 1210px) {

.nav__logo img {
height: 79px;
width: 112px;}

.menu__logo{
color: #000;
font-size: 23px;
margin: auto;
flex-direction: column;}

.text__logo{
color: #D90000;
font-size: 14px;
margin: auto;
font-weight: bolder;
}

}


@media (min-width: 1110px) and (max-width: 1179px) {

.nav__logo img {
height: 74px;
width: 107px;}

.menu__logo{
color: #000;
font-size: 20px;
margin: auto;
flex-direction: column;}

.text__logo{
color: #D90000;
font-size: 12px;
margin: auto;
font-weight: bolder;
}

}
    

@media (min-width: 950px) and (max-width: 1109px) {

.nav__logo img {
height: 74px;
width: 107px;}

.menu__logo{
color: #000;
font-size: 20px;
margin: auto;
flex-direction: column;}

.text__logo{
color: #d90000;
font-size: 12px;
margin: auto;
font-weight: bolder;
}

.menu__item{
list-style: none;
position: relative;
height: 100%;
--clip: polygon(0 0, 100% 0, 100% 0, 0 0);
--transform: rotate(-90deg);}

.menu__item:hover{
--clip: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
--transform: rotate(0);}

.menu__link{
color: #D90000;
text-decoration: none;
font-size: 12px;
padding: 0 12px;
display: flex;
height: 100%;
align-items: center;
font-weight: bolder;
}

.menu__link1{
color:#D90000;
text-decoration: none;
font-size: 12px;
padding: 0 27px;
display: flex;
height: 100%;
align-items: center;
font-weight: bolder;
}

.menu__link:hover{
background-color: #63656b;
color: #ffffff;}

.menu__link1:hover{
background-color: #63656b;
color: #ffffff;}

.menu__link--inside{
padding: 20px 12px 20px 15px;
color: #ffffff;}

.menu__link--inside3{
padding: 20px 33px 20px 20px;
color: #ffffff;}

.menu__link--inside:hover{
background-color: #63656b;}
}

@media (min-width: 800px) and (max-width: 949px) {

.nav__logo img {
height: 70px;
width: 90px;}

.menu__logo{
color: #000;
font-size: 14px;
margin: auto;
flex-direction: column;}

.text__logo{
color: #d90000;
font-size: 11px;
margin: auto;
font-weight: bolder;
}

.menu__item{
list-style: none;
position: relative;
height: 100%;
--clip: polygon(0 0, 100% 0, 100% 0, 0 0);
--transform: rotate(-90deg);}

.menu__item:hover{
--clip: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
--transform: rotate(0);}

.menu__link{
color: #D90000;
text-decoration: none;
font-size: 12px;
padding: 0 12px;
display: flex;
height: 100%;
align-items: center;
font-weight: bolder;
}

.menu__link1{
color:#D90000;
text-decoration: none;
font-size: 12px;
padding: 0 27px;
display: flex;
height: 100%;
align-items: center;
font-weight: bolder;
}

.menu__link:hover{
background-color: #63656b;
color: #ffffff;}

.menu__link1:hover{
background-color: #63656b;
color: #ffffff;}

.menu__link--inside{
padding: 20px 12px 20px 15px;
color: #ffffff;}

.menu__link--inside3{
padding: 20px 33px 20px 20px;
color: #ffffff;}

.menu__link--inside:hover{
background-color: #63656b;}

.header {
padding: 1.5rem;
font-size: 1rem;
text-align: center;
}

.header p{
font-size: 1em;
color: #000;
font-weight: bolder;
}

.header h2 {
font-size: 25px;
}}

@media (min-width: 769px) and (max-width: 799px) {
.header {
padding: 1.5rem;
font-size: 1rem;
text-align: center;
}

.header p{
font-size: 1em;
color: #000;
font-weight: bolder;
}

.header h2 {
font-size: 25px;
}
.nav__logo img {
height: 70px;
width: 90px;}

.menu__logo{
color: #000;
font-size: 14px;
margin: auto;
flex-direction: column;}

.text__logo{
color: #d90000;
font-size: 11px;
margin: auto;
font-weight: bolder;
}

.menu__item{
list-style: none;
position: relative;
height: 100%;
--clip: polygon(0 0, 100% 0, 100% 0, 0 0);
--transform: rotate(-90deg);}

.menu__item:hover{
--clip: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
--transform: rotate(0);}

.menu__link{
color: #D90000;
text-decoration: none;
font-size: 10px;
padding: 0 10px;
display: flex;
height: 100%;
align-items: center;
font-weight: bolder;
}

.menu__link1{
color:#D90000;
text-decoration: none;
font-size: 10px;
padding: 0 25px;
display: flex;
height: 100%;
align-items: center;
font-weight: bolder;
}

.menu__link:hover{
background-color: #63656b;
color: #ffffff;}

.menu__link1:hover{
background-color: #63656b;
color: #ffffff;}

.menu__link--inside{
padding: 20px 6px 20px 15px;
color: #ffffff;}

.menu__link--inside3{
padding: 20px 27px 20px 20px;
color: #ffffff;}

.menu__link--inside:hover{
background-color: #63656b;}
}

@media screen and (max-width: 768px) {

.menu{
background-color: #fff9a9ce;
color: #fff;
height: 80px;
width: 100%;
}

.menu__container{
display: flex;
justify-content: space-between;
align-items: center;
width: 95%;
max-width: 1200px;
height: 100%;
margin: 0 auto;}

.nav__logo {
display: flex;
align-items: center;
}

.nav__logo img {
height: 70px;
width: 90px;}

.menu__logo{
color: #000;
font-size: 15px;
margin: auto;
flex-direction: column;}

.text__logo{
color: #d90000;
font-size: 12px;
margin: auto;
font-weight: bolder;
}

.menu__links{
height: 100%;
transition: transform .5s;
display: flex;
z-index: 1000; }

.menu__item{
list-style: none;
position: relative;
height: 100%;
--clip: polygon(0 0, 100% 0, 100% 0, 0 0);
--transform: rotate(-90deg);}

.menu__item:hover{
--clip: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
--transform: rotate(0);}

.menu__link{
color: #D90000;
text-decoration: none;
padding: 0 20px;
display: flex;
height: 100%;
align-items: center;
font-weight: bolder;
}

.menu__link1{
color:#D90000;
text-decoration: none;
padding: 0 35px;
display: flex;
height: 100%;
align-items: center;
font-weight: bolder;
}

.menu__link:hover{
background-color: #63656b;
color: #ffffff;}

.menu__link1:hover{
background-color: #63656b;
color: #ffffff;}

.menu__arrow{
transform: var(--transform);
transition: transform .3s;
display: block;
margin-left: 3px;}


.menu__link--inside{
padding: 20px 24px 20px 15px;
color: #ffffff;}

.menu__link--inside3{
padding: 20px 44px 20px 20px;
color: #ffffff;}

.menu__link--inside:hover{
background-color: #63656b;}

.menu__hamburguer{
display: flex;
}

.menu__hamburguer img{
display: flex;
width: 30px;
}

.menu__item{
--clip:0;
overflow:hidden ;
}

.menu__item--active{
--transform: rotate(0);
--background: #5e7094;
}

.menu__item--show{
background-color: var(--background);
}

.menu__links{
position: fixed;
max-width: 250px;
width: 100%;
top: 80px;
bottom: 0;
right: 0;
background-color: #969696;
overflow-y: auto;
display: grid;
grid-auto-rows: max-content;
transform: translateX(100%);
z-index: 1000; }

.menu__links--show{
transform: unset;
width: 100%;
}

.menu__link{
padding: 25px 0;
padding-left: 30px;
height: auto;
}

.menu__link1{
padding: 25px 0;
padding-left: 30px;
height: auto;
}

.menu__arrow{
margin-left: auto;
margin-right: 20px;
}

.menu__item--show:hover .menu__nesting {
height: auto;
background-color: #AA0F16;
}

.menu__nesting {
overflow: hidden;
}

.menu__nesting{
display: grid;
position: unset;
width: 100%;
transform: translateY(0);
height: 0;
transition: height .3s;
}

.foto{
  height: 200px;
  width: 100%;
}

.loco{
  height: 350px; 
  width: 100%;
  position: relative;
  display: flex;
}
}


@media (min-width:300px) and (max-width:768px){


.contentsociales{

  height: 350px;

}

  }
  
@media (max-width:768px){

.contentsociales{
  width: 100%;
  left: 0%;
    border-radius: 5px;
  margin: 0%;
}

.cajita{
  width: 25%;
  height: 5px;
  left: 10%;
  bottom: 20px;

}

.cajitainsta{
  width: 40%;
  height: 10px;
  top: 100px;
  right: 10px;


}

.map-container{

    border-radius: 5px;
}

.iframe{
    width: 400px;
      border-radius: 100px;

}

.accordion{

left: 0%;

}  

.accordion li{
  list-style: none;
  width: 100%;
  padding: 5px;
}

.container h2 {
 font-size: 40px;
 left: 0%;
 text-align: center;
}

}




