.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
}
.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:100;
}
a.link-servicios {
    color: black;
    text-decoration: none;
}
a.link-servicios:after {
    content: '';

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
    transition: opacity 0.2s ease;
    z-index: 1;
}
a.link-servicios:hover:after {
    opacity: 0.6;
}





a.link-colecciones {
    color: black;
    text-decoration: none;
}

a.link-colecciones:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #75727254;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 1;
}
a.link-colecciones:hover:after {
    opacity: 0.8;
}



.swipper-img-partner{
    max-width: 290px;
    max-height: 80px;
}
.swipper-texto{
    width:100%;
    text-align:center;
    position: absolute;
    margin-bottom:6px;
    bottom: 0;
    padding: 0px;
    color: #fff;
    z-index:2;
}

.swipper-precio{
    position: absolute;
    top:5px;
    right: 5px;
    z-index:2;
}

.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-hijo:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5) 90%);
}

/*Estilos para el carrusel slider principal*/
/*******************************************/
.caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    color: white;
    animation-duration: 1s;
    animation-delay: 1s;
}

.caption h2 {
    animation-duration: 1s;
    animation-delay: 1s;
}

.caption p {
    animation-duration: 1s;
    animation-delay: 1.2s;
}

.caption a {
    animation-duration: 1s;
    animation-delay: 1.4s;
}

.btn-verde {
    display: inline-block;
    min-width: 160px;
    height: 60px;
    color: #ffffff;
    border: none;
    border-left: 3px solid #1c8314;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 58px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    background-color: #40ba37;
}

.btn-verde.active, .btn-verde:hover, .btn-verde:focus {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1c8314;
    border-color: #40ba37;
}
/****************************/
/****************************/