/*=============================================
CATEGORIAS
=============================================*/

.container-portafolio-img {
    width: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px;
    background: #ffffff;
    color: #50028b;
    padding: 10px 14px;
    border-radius: 50%;
    opacity: .5;
}

.contenedor {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.contenedor>img {
    margin-top: 0;
    position: relative;
    width: 100%;
}

.cover {
    background: rgba(0, 0, 0, 0.68);
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all .3s ease;
    
}

#titulo-cover {
    background: transparent;
    color: #fff;
    font-size: 3rem;
    font-weight: 400;
    position: relative;
    text-align: center;
    top: 40%;
}

/*=============================================
VITRINA PRODUCTOS
=============================================*/

.tituloDestacado {
    padding-left: 0;
    padding-right: 0;
}

.tituloDestacado h2 {
    margin-top: -5px;
}

.tituloDestacado button span {
    margin-left: 5px;
}

.grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listarProductos{ padding: 0;}

.productos,
.producto-item {
    padding: 0;
    margin-top: 10px;
}
.more-sell,
.producto-item {
    padding: 0;
}
.productos div.contenedor-producto, div.contenedor-producto-destino {
    background-color: #dddddd;
    border-radius: 5px;
    border: 1px solid #bbb;    
    width: calc((100% - 0px)/1);
    flex: none;
    height: 450px;
    /*evitar que los hijos crezcan*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
    transition: all 0.8s ease-in;
    overflow: hidden;
}

div.contenedor-producto-destino{
    height: 240px;
}
.info-destino-footer{
    background: rgba(236, 56, 188, .9);;
    bottom: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
}
.info-destino-footer a{
    color: white;
    vertical-align: text-bottom;
}

.info-destino-footer a:hover{
    color: #ac42ff;
    font-weight: bolder;
}
.btn-success-template{
    background: #ac42ff;
    color: #ffffff;
}

.btn-success-template:hover{
    background: #dc077f;
    color: #ffffff;
}

.productos div.borde:hover {
    background: #fff;
    -webkit-box-shadow: 0px 5px 16px 1px rgba(171, 169, 171, 1);
    -moz-box-shadow: 0px 5px 16px 1px rgba(171, 169, 171, 1);
    box-shadow: 0px 5px 16px 1px rgba(171, 169, 171, 1);
    border-radius: 5px;
    transition: all 0.8s ease-in;
}

.productos .ver {
    opacity: 1;
    transition: all 0.8s ease-in;
    border: 1px solid #aaa;
}

.productos figure {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.productos figure a img{
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .5s ease-in-out;
}

.productos figure a img:hover{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all .5s ease-in-out;
}

.productos h4 small {
    color: #555;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
}

.productos h4 small a {
    color: rgb(75, 75, 75);
    font-size: 1.1rem;
}

.productos div.precio {
    margin-top: -5px;
}

.productos .ver {
    padding: 5px 10px;
}

.label-warning {
    background-color: #f59104;
    border-radius: 5px;
    padding: 4px 10px;
    color: #a70101;
}

.label-success {
    background-color: orangered;
    border-radius: 5px;
    padding: 4px 10px;
    color: #fff;
}

.btn-pay{background: #239600; color:white; width: 100%}

.btn-consult{background: #AC42FF; color: white}

.btn-pay:hover{color:#0c3001;}

.btn-consult:hover{color: #370161;}

.label {
    font-weight: normal;
}

.oferta,
.text-muted strong {
    border-radius: 10px;
    font-size: 15px;
    text-decoration: line-through;
}

.terms strong{
    font-weight: bold;
}

.precioOferta,
.preciosinoferta {
    font-size: 1.2rem;
}

.bred-c {
    background: #f5f5f5;
}

.info-producto-footer {
    background: #fff;
    padding: 15px;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
}

.descuento {
    position: absolute;
    color: white;
    right: 15px;
    font-size: 1.2rem;
    font-weight: bold;
    top: 15px;
    z-index: 1;    
}

.container-off{
    position: absolute;
    right: 0;
    font-size: 100%;
    top: 0;
    z-index: 1;    
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-top: 50px solid transparent;
    border-left: 50px solid #AC42FF;
    border-bottom: 50px solid #AC42FF;
    transform: rotate(180deg);
    opacity: .8;
}

.container-new{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;    
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-top: 50px solid transparent;
    border-left: 50px solid green;
    border-bottom: 50px solid green;
    transform: rotate(90deg);
    opacity: .8;
}

.more-adult, .more-kids,
.less-adult, .less-kids {
    background: #aaa;
    border: 1px solid #aaa;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.amount-adult, .amount-kids {
    font-size: 1.2rem;
    width: 30px;
    height: 30px; 
}

.more-adult:hover, .more-kids:hover,
.less-adult:hover, .less-kids:hover {
    background: #ccc;
} 

.less-adult, .less-kids{
    border-radius: 50%;
}

.more-adult, .more-kids{
    border-radius: 50%;
}

.nuevo {    
    position: absolute;
    left: 10px;
    color: #3ef400;
    top: 15px;
    z-index: 1;
}

.servicios-item {
    display: inline-flex;
    margin-right: 5px;
}

strong {
    font-weight: 300;
}

.btn-success-view-product{
    background:#AC42FF;
    color:#fff;
    border:none;
    position:relative;
    height:41px;
    cursor:pointer;
    transition:800ms ease all;
    outline:none;
  }
  .btn-success-view-product:hover{
    background:#ce8eff;
    color:#46037B;
  }
  .btn-success-view-product:before, .btn-success-view-product:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    background: #46037B;
    transition:400ms ease all;
  }
  .btn-success-view-product:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
  }
  .btn-success-view-product:hover:before, .btn-success-view-product:hover:after{
    width:100%;
    transition:800ms ease all;
  }

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #ac42ff;
}

.loading {
    color: white;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(36, 34, 34, 0.5);
    z-index: 999;
}

.info-producto-footer small {
    font-size: 1rem;
}

.precio small {
    font-size: 1.2rem;
}

/*=============================================
MEDIA QUERIES
=============================================*/

@media (min-width: 576px) {  
       
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .productos div.contenedor-producto, div.contenedor-producto-destino {
        width: calc((100% - 50px)/2);
        margin-bottom: 4%;
    }
    .contenedor>img {
        margin-top: 0;
    }    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
   .productos div.contenedor-producto, div.contenedor-producto-destino {
        width: calc((100% - 50px)/3);
        margin-bottom: 4%;
    }
    .contenedor>img {
        margin-top: -300px;
    }
    .grid {        
        margin: 20px auto;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    .productos div.precio {
        margin-top: -10px;
    }
    .grid {        
        margin: 50px auto;
    }   
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
   
}