/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}
.logoxiso{
    display: block;
}

li{
  list-style: none;
}

a{
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 21px;
  transition: 0.3s;
  font-weight: bold;
}

a:hover{
 color: #7690dec5;
}

header{
  position: fixed;
  width: 100%;
  padding: 7px 27px;
  z-index: 1000;
}

.navbar {
width: 100%;
height: 60px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
padding: 36px 27px;
background: #05058ac2;
border-radius: 30px;
}

.navbar .links{
  display: flex;
  gap: 3.5rem;
}

.navbar .toggle_btn{
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}

.action_btn {
  background-image: linear-gradient(to right, rgb(104 144 235), rgb(45 92 158));
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 22px;
    font-weight: bolder;
}

.action_btn:hover{
    color: white;
}

.action_btn:active{
  scale: 0.95;
}

.dropdown_menu{
  display: none;
  position: absolute;
  right: -0.2;
  height: 0;
  top: 84px;
  width: 200px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 10px;
}

.dropdown_menu.open{
  height: 460px;
  background-color: #6ba0d9a1;
  top: 84px;
}

.dropdown_menu li{
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.dropdown_menu .action_btn{
  width: 100%;
  display: flex;
  justify-content: center;
}

.main-wrapper{
    min-height: 100vh;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -20px;
}
.container{
    max-width: 1200px;
    padding: 0 1rem;
    margin: 0 auto;
}


.product-div{
    margin: 1rem 0;
    padding: 2rem 0;
    padding-bottom: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #e1e8f2;
    border-radius: 5px;
    column-gap: 10px;
    margin-top: 100px;
}
.product-div-left{
    padding: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.product-div-right{
    padding: 20px;
    padding-top: 10px;
}
.img-container img{
    width: 100%;
    margin: 0 auto;
    border-radius: 3px;
}
.hover-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}
.hover-container div{
    border: none;
    padding: 1rem;
    border-radius: 3px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.active{
    border-color: rgb(255, 145, 163)!important;
}
.hover-container div:hover{
    border-color: rgb(255, 145, 163);
}
.hover-container div img{
    width: 50px;
    cursor: pointer;
}

.product-name{
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #283A97;
    opacity: 0.9;
    
}

.cama {
    font-family: 'Poppins', sans-serif;
    font-size: 10px
}
.product-price{
    font-weight: 700;
    font-size: 24px;
    opacity: 0.9;
    font-weight: 500;
}
.product-rating{
    display: flex;
    align-items: center;
    margin-top: 12px;

}
.product-rating span{
    margin-right: 2px;
}
.product-description{
    font-weight: 18px;
    line-height: 1.6;
    font-weight: 300;
    opacity: 0.9;
    margin-top: 22px;
    text-align: left;
}
.btn-groups{
    margin-top: 22px;
}
.btn-groups button{
    display: inline-block;
    font-size: 16px;
    font-family: inherit;
border: none;
border-radius: 10px;
    padding: 15px 16px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-groups button .fas{
    margin-right: 8px;
}
.add-cart-btn{
    padding: 8px 22px;
    background: rgba(38, 44, 216, 0.877);
    color: var(--bg-color);
    border-radius: 5rem;
    transition: 0.3s;
}
.add-cart-btn:hover{
    background-color: rgba(45, 51, 234, 0.877);
}
.buy-now-btn{
    background-color: #000;
    border: 2px solid #000;
}
.buy-now-btn:hover{
    background-color: #fff;
    color: #000;
}

.redes-sociales{
  text-align: center;
  justify-items: center;
  margin-top: 40px;
}

.redes-sociales-titulo{
  margin-bottom: 30px;
}

.social-menu ul{
  position: absolute;
  left: 50%;
  padding: 0;
  margin: 0;
  transform: translate(-50%, -50%);
  display: flex;
  margin-top: 20px;
    }  
  
    .social-menu ul li{
  list-style: none;
  margin: 0 15px;
        }  
    
  .social-menu ul li .fa-brands{
  font-size: 28px;
  line-height: 56px;
  transition: .6s;
  color: white;
        }  
        .social-menu ul li .material-icons{
          font-size: 28px;
          line-height: 56px;
          transition: .6s;
          color: white;
                }  
        .social-menu ul li .fa-brands:hover{
          color: #fff;
                }  
  
  .social-menu ul li a{
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(38, 44, 216, 0.877);
  text-align: center;
  transition: .6s;
  box-shadow: 0 5px 4px rgba(0,0,0,.5);
        }  
  
        .social-menu ul li a:hover{
          transform: translate(0, -10px);
                }  
  
  .social-menu ul li:nth-child(1) a:hover{
  background-color: #3b5999;
  } 
  
  .social-menu ul li:nth-child(2) a:hover{
    background-color: #e4405f;
    }
  
    .social-menu ul li:nth-child(3) a:hover{
      background-color: #25d366;
      }


      .ubicaciones{
      align-items: center;
      text-align: center;
      justify-content: center;
      justify-items: center;
      padding: 2rem 0;
      }

      .ubicaciones h2{
        color: #283A97;
        font-size: 30px;
      }
  
      .redes-sociales-titulo{
        color: #283A97;
        font-size: 30px;
      }
.map-wrapper{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 0px;
}

.map-wrapper p{
  margin-bottom: 15px;
}

iframe{
  width: 80%;
  height: 500px;
}

.contacto{
  margin-top: 120px;
  align-items: center;
  text-align: center;
  justify-content: center;
  justify-items: center;
}

.asesora-inmobiliaria{
  color: #283A97;
}

.aviso-disponibilidad{
  padding: 0 50px;
}

.aviso-disponibilidad p{
  font-size: 13px;
  margin-top: -10px;
  text-align: justify;
}
@media screen and (max-width: 992px){
    .product-div{
        grid-template-columns: 100%;
    }
    
    .product-div-right{
        text-align: center;
    }
    .product-rating{
        justify-content: center;
    }
    .product-description{
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }

    header {
      position: fixed;
      width: 100%;
      padding: 7px 15px;
      z-index: 1000;
  }

    .navbar .links, 
    .navbar .action_btn{
        display: none;
    }
  
    .navbar .toggle_btn{
        display: block;
    }
  
    .dropdown_menu{
        display: block;
        width: 200px;
        right: -10px;
    }
  
    .logos-slide img{
      height: 80px;
      margin: 0 30px;
    }
  
    
}



@media(max-width: 576px){
  .dropdown_menu{
      right: -10px;
      width: 200px;
  }
  }

@media screen and (max-width: 400px){
    .btn-groups button{
        width: 100%;
        margin-bottom: 10px;
    }
}


