.homeslider .carousel-item figure {
    display: inline-block;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.35) 100%);
}

.homeslider img {
    z-index: -1;
}

.wacmsclient-container {
    float: left;
    width: 100%;
    position: relative;
    height: 700px;
    background-image: url(../img/hermoso.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.wacmsclient-prev {
    padding: 50px 0px;
    background-color: #9a02ad;
    clear: both;
    color: #fff;
    text-align: center;
}

.wacmsclient-prev .col-xs-12 {
    font-family: "Playfair Display",Helvetica,sans-serif;
    font-style: italic;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px;
    line-height: 26px;
}

.wacmsclient-prev .col-xs-6.col-md-4 {
    display: inline-flex;
    align-items: center;
    padding-bottom: 15px;
}

.wacmsclient-prev .wacmsclient-img{
    padding: 5px;
}
#wacmsclient {
    float: none;
    position: absolute;
    bottom: -25%;
    margin: 0;
}

.Client-block.col-sm-12 {
    background-color: #fff;
}
.wacmsclient-next {
    display: inline-block;
    background: #2f323b;
    width: 100%;
    margin: 0 0 80px;
    padding-top: 260px;
    padding-bottom: 40px;
    color: #fff;
    text-align: center;
}
.wacmsclient-next .wacmsclient-img {
    margin: auto;
    display: block;
}

.footer-top {
    background: #00d5f3;
}

#newslatter .block_newsletter .wa-title {
    font-weight: 600;
}

#newslatter .block_newsletter .wa-subscribeblock .btn {
    background: #ffc501;
}

.footer-container {
    background: #121212;
}

.contact-rich .block .icon i {
    color: #d04bc0;
    font-size: 24px;
}

.footer-container .links h3, .footer-container #block_myaccount_infos h3 a, .footer-container .contact-rich h4 {
    text-transform: uppercase !important;
    font-style: normal;
    font-weight: bold;
}

#wacmsfooter .wafooter-logo img {
    max-width: 180px;
}

#header .logo {
    max-width: 180px;
}

#wacmsaboutus {
    background: #fff;
}

.wabus .title {
    text-align: center;
    font-family: "Playfair Display",Helvetica,sans-serif;
    font-style: italic;
    font-size: 32px;
    font-weight: 600;
    padding: 75px 0px;
    background: url("../img/sperator.png") no-repeat scroll top center;
    margin-top: 50px;
}

#index .wabus .row-desc {
    display: flex;
    align-items: center;
}

#index .wabus .data-img {
    text-align: center;
}
#index .wabus .data-title {
    font-size: 18px;
    font-weight: 600;
    color: #0e272b;
}

#index .wabus .data {
    padding: 0px 30px;
    line-height: normal;
}

#index .wabus .data-sub {
    font-size: 18px;
    font-weight: 900;
    text-align: justify;
    color: #0e272b
}
#index .wabus .data-desc {
    margin: 10px 0px;
    font-size: 15px;
    text-align: justify;
}

#header .blockcart .header a::after {
    background: #d04bc0;   
}

#goToTop {
    background: #d04bc0;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
}

#goToTop i {
    font-size: 32px;
    padding: 0px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

#goToTop:hover {
    background: #d04bc0;
    border: none;
}

#wa-categories {
    margin-top: 50px;
}

#wa-categories div.col-md-3 {
    text-align: center;
    max-height: 155px;
}

#wa-categories a {
    display: inline-block;
    background-image: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    position: relative;
}

#wa-categories a::before {
    border: 70px solid rgba(255,255,255,0);
    content: "";
    height: 100%;
    max-height: 155px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    width: 100%;
}

#wa-categories div:hover a::before {
    border: 0 solid rgba(255, 255, 255, 0.7);
}

#wa-categories div:hover a::after {
    opacity: 0;
	-moz-opacity:0;
	-khtml-opacity: 0; 
	-webkit-opacity:0;
  transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform:scale(0.8);
	-ms-transform:scale(0.8);
  transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
}

#wa-categories a::after {
    border: 30px solid #fff;
    content: "";
    height: 100%;
    max-height: 155px;
    left: 0;
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
    position: absolute;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    width: 100%;
    border-radius: 15px;
}

#wa-categories img {
    width: 100%;
    z-index: -1;
    position: relative;
}

#wa-categories .wa-categorytext {
    text-align: left;
    position: absolute;
    bottom: 15px;
    color: #fff;
    font-weight: bold;
    left: 0;
    padding-left: 30px;
}

@media (max-width: 767px) {
    #wa-categories {
        margin-top: 5px;
    }
    #wa-categories div.col-md-3 {
        max-height: none;
        padding-top: 15px;
    }
    #index .wabus .row-desc {
        flex-direction: column;
    }
    #index .wabus .row-desc:nth-child(even) {
        flex-direction: column-reverse;
    }
    .wabus .title {
        line-height: normal;
    }
    #header .logo {
        max-width: 125px;
        margin: 20px auto;
    }
    #wacmsfooter .wafooter-logo img {
        max-width: 125px;
        margin: 20px auto;
    }
}

.homeslider .carousel-item figure {
    position: relative;
}

.carousel .carousel-item .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: none;
}
#carousel figcaption h2 {
    font-size: 21px;
    margin-bottom: 1vw;
    position: relative;
    text-transform: none !important;
}

#carousel figcaption h2::before {
    content: "";
    position: absolute;
    border: 1px solid #ffc501;
    width: 80px;
    left: -110px;
    margin-top: 11px;
}

#carousel figcaption h2::after {
    content: "";
    position: absolute;
    border: 1px solid #ffc501;
    width: 80px;
    right: -110px;
    margin-top: 11px;
}

#carousel figcaption .caption-description p {
    font-family:  "Disco", Helvetica, sans-serif;
    font-size: 70px;
}

#carousel figcaption .caption-button {
    margin-top: 45px;
    border: 2px solid #ccc;
    padding: 15px 45px;
    font-weight: 700;
    font-size: 16px;
    background: rgba(0,0,0,0.6);
}


p.watag-title {
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 0px 0px 0px 15px;
    margin: 0;
    letter-spacing: 1px;
}

.wacmsclient-title {
    text-align: center;
    font-family: "Disco",Helvetica,sans-serif;
    font-size: 3vw;
    color: #1c3236;
    padding-top: 80px;
}

#_desktop_contact_link {
    margin: 50px 0px;
}

#contact-link .contact::after {
    background:#d04bc0;
}

@font-face {
    font-family: 'Disco';
    src: url('disco.woff2') format('woff2'),
         url('disco.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#header .header_main.fixed .logo {
    max-width: 150px;
}

.block-social {
    display: none;
}

.data-img img {
    width: 100%;
}

@media(max-width: 767px) {
    .wacmsclient-prev .wacmsclient-img {
        padding: 0;
        max-width: 50px;
        width: 100%;
    }
    .wacmsclient-title {
        font-size: 36px;
        padding-top: 40px;
    }
    #carousel figcaption .caption-description p {
        font-size: 24px;
        text-align: center;
    }
    #carousel figcaption .caption-button {
        margin-top: 10px;
    }
    .wacmsclient-prev .col-xs-6.col-md-4 {
        flex-direction: column;
    }
    p.watag-title {
        padding: 15px 0px 0px 0px;
        text-align: center;
    }
}