
@import url('bootstrap/css/bootstrap.min.css'); /*<--------Bootstrap 4.6*/

/*Importacion de fonts y tipográfias*/


@font-face {
    font-family: 'RubikLight';
    src: url('../fonts/Rubik-Light.ttf');
}
@font-face {
    font-family: 'RubikRegular';
    src: url('../fonts/Rubik-Regular.ttf');
}
@font-face {
    font-family: 'RubikMedium';
    src: url('../fonts/Rubik-Medium.ttf');
}
@font-face {
    font-family: 'RubikBold';
    src: url('../fonts/Rubik-Bold.ttf');
}
@font-face {
    font-family: 'RubikItalic';
    src: url('../fonts/Rubik-LightItalic.ttf');
}
@font-face {
    font-family: 'Colvetica';
    src: url('../fonts/coolvetica.otf');
}
@font-face {
    font-family: 'Louis';
    src: url('../fonts/Sansation.ttf');
}

@font-face {
    font-family: 'Maxi';
    src: url('../fonts/BP.ttf');
}


/*Estilos principales*/

body::-webkit-scrollbar {
	width: 7px;
    z-index: 20;
    position: absolute;
    left: 0;
}

body::-webkit-scrollbar-thumb {
	background: #FA8072;
    border-radius: 5px;
    
}
 
html,body{
    padding: 0;
    background-color: #EDEDED;
    scroll-behavior: smooth;
    font-family: 'RubikRegular';
}


/*Loader*/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../assets/img/load/three-dots.svg') 50% no-repeat rgb(255, 255, 255);
    background-size: 7% ;
    opacity: .8;
}


/* Works on Firefox */


section[id]{
    scroll-margin-top: 130px;
}

#btnReserve{
    background-color: #FA8072;
    border-color: #FA8072;
}

#btnFinishReserve{
    background-color: #FA8072;
    border-color: #FA8072;
}

#btnAmeni{
    background-color: #e2b168;
    border-color: #e2b168;
}

/* AMENIDADES */
#content_amenities,
#product_list{
  max-height: 400px;
  overflow: scroll;
  padding: 10px;
}
#product_list::-webkit-scrollbar,
#content_amenities::-webkit-scrollbar {
  width: 8px;     /* Tamaño del scroll en vertical */
  height: 8px;    /* Tamaño del scroll en horizontal */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
#product_list::-webkit-scrollbar-thumb,
#content_amenities::-webkit-scrollbar-thumb {
  background: #FA8072;
  border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
#product_list::-webkit-scrollbar-thumb:hover ,
#content_amenities::-webkit-scrollbar-thumb:hover {
  background: #FA8072;
  transition: 2s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
#product_list::-webkit-scrollbar-thumb:active,
#content_amenities::-webkit-scrollbar-thumb:active {
  background-color: #FA8072;
}
.content_btn_add{
  z-index: 111;
  right: 35px;
  bottom: 45%;
  position: absolute;
}
.content_num_amenity{
  background: white;
  border-radius: 8px;
  box-shadow: rgb(128 98 96 / 16%) 0px 6px 10px 0px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 5px;
  height: 40px;
  margin: 0px 10px 10px 10px;
  -webkit-box-align: center;
  align-items: center;
}
.btn_add{
    color: #fff;
    transition: all 0.3s ease 0s;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
    /* position: relative; */
    overflow: hidden;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #FA8072;
    box-shadow: rgb(46 44 54 / 10%) 0px 10px 20px 0px;
}
.content_img_amenity{
  height: 120px;
  width: 100%;
  padding: 5px 10px 5px 10px;
  text-align: center;
}
.img_amenity{
  width: 80%;
  height: 100%;
}
.content_info_amenity{

}
.content_buy_amenities{
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 112;
}
.btn_buy_amenities{
  color: #fff;
  transition: all 0.3s ease 0s;
  height: 53px;
  width: 200px;
  cursor: pointer;
  /* position: relative; */
  overflow: hidden;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: #FA8072;
  border-top: 1px solid #fff;
  box-shadow: rgb(46 44 54 / 10%) 0px 10px 20px 0px;
  border-top-left-radius: 2em;
}
.btn_buy_amenities span{
  font-size: 24px;
}
.btn_buy_amenities:hover{
  background: #FA8072;
  transition: .5s;
}
/*---------------------------------------------------------------------------------------*/



/*Declaración de tipografias*/
.font-rubikLight{
    font-family: 'RubikLight';
}
.font-rubikRegular{
    font-family: 'Louis';
}
.font-rubikMedium{
    font-family: 'RubikMedium';
}
.font-rubikBold{
    font-family: 'RubikBold';
}
.font-rubikItalic{
    font-family: 'RubikItalic';
}
.font-colvetica{
    font-family: 'Colvetica';
}
.font-Maxi{
    font-family: 'Maxi';
}
/*wallet */
.wallet{
    background-color: #d2fce0 !important;
}
.text-wallet{
    color: #155826;
}
.subtitle-wallet{
    color: #155826;
}
.wallet-success{
    color: #00d146 !important;
}
.wallet-dots-success{
    height: 6px;
    width: 6px;
    border-radius: 15px;
    background-color: #006fb9;
    margin-left: 3px;
}
.wallet-dots-danger{
    height: 6px;
    width: 6px;
    border-radius: 15px;
    background-color: #131313;
    margin-left: 3px;
}
/*Colores*/
.bg-gris{
    background-color: #494949;
}
.bg-gris-claro{
    background-color: #EFEFEF;
}

.color-gris{
    color: #444444;
}
.color-grisClaro{
    color: rgb(94, 94, 94);
}
.color-amarillo{
    color: #FA8072;
}
/*Niveles de tamaño de letra*/
.font-size-xs{
    font-size: 0.78rem;
}
.font-size-sm{
    font-size: 0.85rem;
}
.font-size-sm-1{
    font-size: 0.90rem;
}
.font-size-smx2{
    font-size: 1.2rem;
}

.font-size-md{
    font-size: 1.2rem;
}

.font-size-lg{
    font-size: 1.4rem;
}
.font-size-xl{
    font-size: 2.7rem;
}
.font-size-lgx2{
    font-size: 2rem;
}

/*Estilos de texto bold*/
.font-bold-300{
    font-weight: 300;
}
.font-bold-500{
    font-weight: 600;
}

/*texto*/
p{
    font-size: 14px;
    color: #757575;
}


/*Estilos para centrar*/

.centrar-vertical{
    display: flex;
    align-items: center;
}
.centrar-horizontal{
    display: flex;
    justify-content: center;
   
}

/*Espaciado entre secciones*/
.space{
    margin-bottom: 4rem;
}
.space-xl{
    margin-top: 10rem;
}


/*Estilos de navbar*/
.navbar{
    transition: 0.35s;
}


.menu-active{
    border-bottom: 3px solid #FA8072;
    color: black !important;
    transition: 0.35s;
}
.logo-black{
    height: 55px;
    width: 130px;
    background-image: url('../img/icon/logo-wedding.png');
    background-repeat: no-repeat;
    background-size: cover;
   
}
.logo-white{
    height: 55px;
    width: 130px;
    background-image: url('../img/icon/logo-wedding-white.png');
    background-repeat: no-repeat;
    background-size: cover;
}


/*Estilos portada home*/
.portada-home{
    min-height: 100vh;
}

.portada-image-background{
   min-height: 100vh;
   background-image: url('../img/home-page/portada-logo.jpg');
   background-position: center center;
   background-size: cover;
}

.portada-degradado-background{
    min-height: 100vh;
    background: linear-gradient(90deg, rgba(32, 30, 24, 0.4) 0%, rgba(0, 0, 0, 0) 99.11%);
}
.portada-text{
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.6);
}
.wave-home{
    bottom: 0;
}

/* Estilos de tours y hoteles recientes  */
.card__r {
    position: relative;
    display: block;
    height: 300px;  
    border-radius: calc(var(--curve) * 1px);
    overflow: hidden;
    text-decoration: none;
}
.card__image {      
    width: 100%;
    min-height: 250px;
    height: auto;
}
.card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;      
    border-radius: calc(var(--curve) * 1px);    
    background-color: #fff;      
    transform: translateY(100%);
    transition: .2s ease-in-out;
}
.card__r:hover .card__overlay {
  transform: translateY(0);
}
.card__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 1em 1.5em 1em 1.5em;
    border-radius: calc(var(--curve) * 1px) 0 0 0;    
    background-color: #fff;
    transform: translateY(-100%);
    transition: .2s ease-in-out;
}
.card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;      
    z-index: 1;
}
.card__arc path {
    fill: #fff;
    d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}       
.card__r:hover .card__header {
  transform: translateY(0);
}
.card__thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;      
  border-radius: 50%;      
}
.card__title {
  font-size: 1em;
  margin: 0 0 .3em;
  color: #6A515E;

}
.card__price{
  text-align: end;
  font-family: 'RubikMedium';
}
.card_location {
  font-size: .8em;
  color: #D7BDCA;
}
.card__description {
    padding: 0 1.5em 1em 1.5em;
    margin: 0;
    /* color: #D7BDCA;  */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.card__category{
    border-radius: 15px;
    padding: 4px 15px;
    background-color: #FA8072;
    color: white;
    text-align: center;
    font-size: 11px;
}
.card__pax{
    font-size: 12px;
}
  /* Fin estilos de tours y hoteles recientes  */

  /* Estilos de modulo Nosotros */
.content__info_au{
    /* top right bottom left */
    padding: 1em 4em 1em 4em;
}
  
  /* Fin estilos de modulo Nosotros */


/*Estilos form contacto*/
.banner-form-contacto{
    min-height: 430px;
    background-image: url('../img/home-page/banner-contactos.jpg');
    background-position: center center;
    background-size: cover;
}
.banner-form-degradado{
    min-height: 430px;
    background: linear-gradient(280deg, rgba(58, 44, 22, 0.5) 5.11%, rgba(44, 44, 44, 0) 92.64%);
}
.text-form-contacto{
    min-height: 430px;
}

.formulario-contacto{
   position: relative;
   top:-19%;
}
.form-control {
    color: #495057;
    background-color: #ffffff !important;
    font-size: 0.9rem !important;
    
  }
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #2ca8080;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(252, 202, 62, 0.25);
  }

.btn-amarillo{
    background-color: #FA8072;
    color: white;
    border-radius: 2rem;
    border-style: none;
    padding: 8px 50px;
    transition: 0.3s;
    text-shadow: none;
}
.btn-amarillo:hover{
    background-color: #2ca8080;
    transition: 0.3s;
    color: white;
    text-decoration: none;
}


/*Estilos footer*/
.footer-seccion-top p{
    margin: 0;
    padding: 0;
}

.menu-opciones{
    margin: 0;
    padding: 0;
}
.lista-op {
    list-style: none;
    
}

.lista-op a{
    color: black;
    text-decoration: none;
}

/*Boton subir*/


.button-subir{
    background-color: #FA8072;
    color: white;
    height: 3rem;
    width: 3rem;
    border-radius: 3rem;
    border-style: none;
    text-align: center;
    line-height: 3rem;
    position: fixed;
    bottom: 1.2rem;
    right: 1.2rem;
    display: none;
    z-index: 10;

}


.button-subir:hover{
    background-color: #2ca8080;
    color: white;
}

.nav-white li a{
    color: white !important;
}

.button-whatsapp{
    background-color: #00B52C;
    color: white;
    height: 3rem;
    width: 3rem;
    border-radius: 3rem;
    border-style: none;
    text-align: center;
    line-height: 3rem;
    position: fixed;
    bottom: 5rem;
    right: 1.2rem;
    font-size: 1.8rem;
    z-index: 10;
    display:none;

}
.button-whatsapp:hover{
    color: white;
    background-color: #019626;
}

/*card-opiniones*/
.owl-stage-outer{
    padding-bottom: 50px;
}
.owl-dots{
    width: 100%;
    height: 6px;
    margin: 0 0.4em;
    display: flex;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 10px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    transition: .4s;
  }
  .owl-dots button{
      background-color:#EEEEEE;
  }
  .owl-dots button:hover{
    background-color:#EEEEEE;
  }
  .owl-theme .owl-dot span {
    width: 32px;
    height: 5px;
    margin: 0 0.5em;
    background: #cecece;
    display: flex;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 10px;
    transition: .4s;
    justify-content: center;
    align-items: center;

  }
  .owl-nav{
      justify-content: center;
      align-items: center;
      display: flex;
      width: 100%;
      position: absolute;
      top:38%;
  }

  .owl-nav .owl-prev{
      left: -45px !important;
      position: absolute;
  }
  .owl-nav .owl-next{
    right: -45px !important;
    position: absolute;
}
  
  .owl-nav button{
      height: 3.5rem !important;
      width: 3.5rem !important;
      border-radius: 3rem !important;
      background-color: white !important;
      -webkit-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.34);
      -moz-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.34);
      box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.34);
      margin: 1rem !important;
  }
  .owl-nav button span{
      text-decoration: none;
      border: none;
      font-size: 26px;
      color: black;
      font-weight: 500;
      margin:0px 10px;
      padding: 0px;
    
  }

  
  .owl-nav button:hover{
    background-color:#995353;
  }
  
  .owl-dots button{
      border: none;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #FA8072;
    transition: .4s;
    transform: scaleX(1.4);
  }

  
.card-opiniones{
}
.img-card-servicios{
    max-height: 300px;
}
.img-beneficios{
    height: 40px;
}
.foto-perfil-opiniones{
    max-height: 5.5rem;
    max-width: 5.5rem;
    position: absolute;
    bottom: -15px;
   
    border: 10px solid #EFEFEF;
}

.line-hei{
    line-height: 12px;
}


/*Slider acordepn*/

.accordion {
    width: 100%;
    max-width: 1080px;
    height: 250px;
    overflow: hidden;
    margin: 30px auto;
    border-radius: 5px;
  }
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 20%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    
    transition: all 500ms ease;
  }
  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .accordion ul li div a {
    display: block;
    height: 250px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    transition: all 200ms ease;
  }
  .accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #fff;

  }
  .accordion ul li div a h2 {
    text-overflow: clip;
    font-size: 24px;
    margin-bottom: 2px;
    top: 160px;
  }
  .accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
  }

  .accordion ul li:nth-child(1) { background-image: url('../img/home-page/destinos-top/cancun.jpg');  }
.accordion ul li:nth-child(2) { background-image: url('../img/home-page/destinos-top/cdmx.jpg'); }
.accordion ul li:nth-child(3) { background-image: url('../img/home-page/destinos-top/loscabos.jpg'); }
.accordion ul li:nth-child(4) { background-image: url('../img/home-page/destinos-top/islamujeres.jpg'); }
.accordion ul li:nth-child(5) { background-image: url('../img/home-page/destinos-top/puertovallarta.jpg'); }


.accordion ul:hover li { width: 8%; }
.accordion ul:hover li:hover { width: 60%; }
.accordion ul:hover li:hover a { background: linear-gradient(0deg, rgba(0, 191, 203, 0.8) 0%, rgba(0, 0, 0, 0.40) 100%); }
.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


/*Card tip viajes*/

.card-tips-viaje{
    min-height: 250px;
    margin: 25px 0px;
    border-radius: 5px;
    padding: 30px 30px;
    position: relative;
    
}
.formulario-contacto{
    width: 85%;
}

.powered-by{
    height: 25px;
}


/*Estilo de portadas*/
.portada-page{
   position: relative;
    /*background: rgb(164,128,21);
    background: linear-gradient(273deg, rgba(175, 140, 34, 0.841) 5%, rgba(216, 166, 57, 0.941) 25%, rgba(0,153,251,0.7242976842301615) 59%, rgba(0,109,179,0.7242976842301615) 90%); */
}

.degradado-portada-page{
    z-index: 2;
    position: absolute;
    height: 60vh;
    width: 100%;
    background: rgb(31,31,31);
    background: linear-gradient(180deg, rgba(31,31,31,0.8141853246795997) 0%, rgba(52,52,52,0.5613763359155548) 59%, rgba(96,96,96,0.1259830774885885) 100%); 
}

.img-portada-page{
    z-index: 1;
    height: 60vh;
    width: 100%;
    object-fit: cover;
}


.img-product{
    height: 525px;

}


@media screen and (max-width: 991px) {
    
    .menu-r{
        text-align: center;
        align-items: center;
    }
    .menu-r li {
        display: flex;
    }
    .font-size-xl{
        font-size: 2rem;
    }
    .font-size-smx2{
        font-size: 1.1rem;
    }
    .home-r{
        text-align: center;
    }
    .servicios-r{
        margin-top: 40px;
    }
    .frase-r{
        display: none;
    }
    .formulario-contacto{
        position: relative;
        width: 100%;
    }
    .formulario-centrar{
        display: flex;
        align-items: center;
    }
    .margin-bottom{
        margin-bottom: 30px;
    }
    footer{
        text-align: center;

    }
    .none-display{
        display: none;
    }
   
    
}


@media screen and (max-width: 600px) {
    .accordion { height: auto; }
    .accordion ul li,
    .accordion ul li:hover,
    .accordion ul:hover li,
    .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
    .footer-top{
        height: 300px;
    }
    .carousel-item{
        max-height: 300px;
    }
    
    
}




.slider-container{
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative; 
    color: #fff;
    border-radius: 0.3rem;
    margin-top: 5px;
}

.left-slides{
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}
.right-slides{
    position: absolute;
    left: 35%;
    top: 0;
    width: 65%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.left-slides > div{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.left-slides h3{
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-family: 'RubikMedium';
    padding-left: 15px ;
    
}

.left-slides p{
    font-size: 0.95rem;
    padding-right: 40px;
    padding-left: 15px ;
    
}

.right-slides > div{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.slider-container button{
    position: absolute;
    left: 35%;
    top: 50%;
    font-size: 1.5rem;
    padding: 12px;
    border: none;
    cursor: pointer;
    color: rgb(0, 191, 203);
    background-color: rgb(255, 255, 255);
}

button:hover{
    opacity: 0.9;
}

button:focus{
    outline: none;
}

.slider-container .left-btn{
    transform: translateX(-100%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.slider-container .right-btn{
    transform: translateY(-100%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*Menu redes sociales*/

.redes-sociales{
    width: 45px;
    left: 0;
    bottom: 1.2rem;
    position: fixed;
    padding: 0;
    margin: 0;
    z-index: 1000;
    display: none;
}

.redes-sociales ul{
    padding: 0;
}

.redes-sociales ul li{
    background-color: #FA8072;
    padding: 15px;
    display: flex;
    color: white;
    font-size: 1.2rem;
    width: 55px;
    transition: 0.4s;
    border-radius: 0px 10px 10px 0px;

}

.redes-sociales ul li:hover{
    width: 75px;
    transition: 0.4s;
    padding-left: 35px;
    cursor:pointer;
   
}


/*Estilos de traslados*/

.contenedor-traslados{
    min-height: 100vh;
    background-image: url('../img/home-page/banner-contactos.jpg');
    background-size: cover;
}

.contenedor-traslados-background{
    min-height: 100vh;
    width: 100%;
    background: rgb(31,31,31);
    background: linear-gradient(180deg, rgba(31,31,31,0.8141853246795997) 0%, rgba(52,52,52,0.5613763359155548) 59%, rgba(96,96,96,0.1259830774885885) 100%); 
}


.btn-blue{
    background-color: #0073C1 !important;  
    color: rgb(255, 255, 255) !important;
    font-size: 0.8rem;
}
.btn-blue :hover{
    background-color: #0465a7 !important;
    color: white !important;
}

select{
    font-family: 'RubikRegular' !important;
}

.blurContent label{
    color: #8d8d8d;
    font-size: 0.9rem;
    margin-bottom: 0;
    margin-top: 15px;
}

.label-category{
    background-color: #919191;
    border-radius: 20px;
    color: white;
    font-size: 0.85rem;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    border: 1px solid transparent;
}

.btn-circle-sm {
    width: 23px;
    height: 23px;
    padding: 3px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    border: 1px solid transparent;
}

.delete_right {
    display: block;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 0%;
}

/*Estilos btn cambiar foto de perfil*/
.btn-profile{
    height: 40px;
    width: 40px;
    background-color: rgb(241, 241, 241);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #4e4e4e;

    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.5s;
}
.btn-profile :hover{
    background-color: #d1d1d1;
    transition: 0.5s;
}
.btn-close-profile{
    color: #bdbdbd;
    cursor: pointer;

}


/*Estilos de busqueda principal*/
.input-search{
    display: block;
    border: none;
    outline:none;
    padding: 0px 0px 0px 35px;
    color: #747474;
}
.input-search :focus{
    outline:none;
}
.btn-search{
    background-color: transparent;
    border: none;
    color: #FA8072;
    padding: 0px 15px;
    transition: 0.3s;
    text-align: right;
}
.btn-search :hover{
    color: #e79600;
    transition: 0.3s;
}
.btn-apply-Filters{
    background-color:#e79600 ;
    color: white;
    border-radius: 20px;
}

.btn-apply-Filters :hover{
    color: white !important;
    background-color: #e68a00;
    
}


.scroll-product{
    height:100vh;
    overflow-y: scroll;
    scrollbar-width: none; /*Oculta scroll para firefox*/
}

.scroll-product::-webkit-scrollbar {
    display: none !important;
    
}

.btn-gallery{
    background: none !important;
    border: none;
}

.label-category{
    background-color: #ffb617;
    border-radius: 20px;
    color: #303030;
    padding: 3px 10px;
    margin-right:10px ;
    font-size: 14px;
}

/*Estilos de anuncios*/
.ads img {
    height: 220px !important;
    display: block;
    object-fit: scale-down;
}

.owl-stage .owl-item{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    transition: 0.8s !important; 
    transform: scale(1) !important;
}
.olw-item{
    transition: 0.8s !important; 
}
.owl-stage .center a img{
    transition: 0.8s;
    transform: scale(1.2) !important;
}

#liColor{
    color: #FA8072;
}

