.logo img{
    width: 200px;
}

#navigation .active,
.section-tittle span,
.section p a{
    color: #D3AB54;
}

.header-area .main-header .main-menu ul ul.submenu{
    width: auto;
    top: 60%;
}
.header-area .main-header .main-menu ul ul.submenu>li>a{
    text-transform: none;
    white-space: nowrap;
}

.header-area .main-menu ul>li:hover>ul.submenu{
    top:80%;    
}

.header-area .main-header .main-menu ul li.header-right-btn>a.header-btn{
    padding: 18px 38px;
    color: #fff;
}
.slicknav_nav .header-btn{
    color: #FFF;
}

.section-tittle span::before{
    background: #D3AB54;
}

.slider-area2{
    background-position: center;
}
.slider-height2{
    height: 250px;
}
.slider-area2 .hero-cap h2{
    color:#FFF;
    text-shadow: 0px 0px 50px #000;
    text-transform: none;
}

.btn {
    background-image: linear-gradient(to left, #D3AB54, #ab8128, #D3AB54);
}

.slider-height{
    height: 500px;
}

.slider-area .hero__caption{
    /* background-color: #FFFFFFCD; */
    background: linear-gradient(-25deg, #D3AB54cd, #FFFFFFCD, #D3AB54cd, #FFFFFFCD);
    background-size: 400% 400%;
    /* animation: gradient 25s ease infinite; */
    border: none;
    padding: 20px 50px;
}

.slider-area .hero__caption h1{
    font-size: 48px;
    color: #333;
}

.slider-area .hero__caption p{
    font-size: 32px;
    color: #333;
    line-height: 42px;
}

.section p{
    font-size: 18px;
    line-height: 24px;
    text-align: justify;    
    color: #64676c;
}

#servicios.nav li{
    flex: 18% 0 0;
}

#tratamientos.nav li{
    flex: 18% 0 0;
}

h4.small{
    font-size: 16px !important;
}

.department_area{
    background-image: none;
    background-color: #fff8ea;
}

.department_area .depart_ment_tab .nav li a i{
    color: #D3AB54;
}

.department_area .depart_ment_tab .nav li a h4{
    color: #75591d;
}

.department_area .depart_ment_tab .nav li a:hover,
.department_area .depart_ment_tab .nav li a:active{
    background-image: -moz-linear-gradient(0deg, #D3AB54 0%, #ab8128 100%);
    background-image: -webkit-linear-gradient(0deg, #D3AB54 0%, #ab8128 100%);
    background-image: -ms-linear-gradient(0deg, #D3AB54 0%, #ab8128 100%);
}

.department_area .depart_ment_tab .nav li a:hover i,
.department_area .depart_ment_tab .nav li a:hover h4,
.department_area .depart_ment_tab .nav li a:active i,
.department_area .depart_ment_tab .nav li a:active h4,
.footer-area .footer-bottom .footer-copy-right p{
    color: #fff;
}

.fa-rotate-54 {
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
    margin-left: -10px;
    margin-top: -5px;
}

.footer-area {
    background: #b88e40;
}

.footer-logo{
    width: 150px;
    vertical-align: bottom;
}

.footer-area .footer-bottom .footer-copy-right p{
    padding-top:5px;
    font-weight: bold;
    margin-top: 15px;
}

.footer-area .footer-bottom .footer-copy-right p span{
    margin-left: 10px;
    margin-right: 10px;
}

.footer-area .footer-bottom .footer-copy-right p a{
    color:#FFF;
    text-decoration: underline;
}

.footer-area .footer-social a{
    font-size: 24px;
}

.lista{
    color:#D3AB54;
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.lista li{
    list-style-type: disc;
    margin-bottom: 28px;
    text-align: justify;
}

.lista.margenP li{
    margin-bottom: 18px;
}

.lista li span{
    color:#64676c;
}

.imgDer{
    width: 350px;
    margin-left: 50px;
}

.imgIzq{
    margin-right: 40px;
}

.imgCentro{
    display:block;
    margin:20px auto;
}

/** Tarifas **/
.cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.card {
    background: #fff;
    color: #333;
    border-radius: 0.8rem;
}

.cards .card.active {
    background: linear-gradient(
        135deg,
        #f2cd7d,
        #ab8128
    );
    color: #fff;
    display: flex;
    align-items: center;
    transform: scale(1.1);
    z-index: 1;
}
.cards ul {
    margin: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.cards ul li {
    list-style-type: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
    text-align: center;
}
.cards ul li.price {
    font-size: 3rem;
    color: hsl(232, 13%, 33%);
    padding-bottom: 2rem;
}
.cards ul li.price span{
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-left: .5rem;
}
.cards .shadow {
    box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
}

.card.active .price {
    color: #fff;
}

.cards .btn {
    padding: 20px 0px;
    margin-top: 1rem;
    height: 2.6rem;
    width: 13.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(
        135deg,
        #f2cd7d,
        #ab8128
    );
    color: #fff;
    outline: none;
    border: 0;
    font-weight: bold;
}
.cards .active-btn {
    background: #fff;
    color: #b88e40;
}
.cards .bottom-bar {
    font-size: 1.3rem;
    border-bottom: 2px solid hsla(240, 8%, 85%, 0.582);
}
.card.active .bottom-bar {
    border-bottom: 2px solid hsla(240, 8%, 85%, 0.253);
}
.cards .pack {
    font-size: 2rem;
    color: #b88e40;
}
.card.active .pack {
    color: #fff;
}

#back-top{
    right:auto;
    left: 31px;
}

.resultadoCorreo{
    font-size:1.8rem;
    padding:10px;
    background-color: yellowgreen;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 1rem;
}

.media-body p{
    line-height: 1.2;
}

.contact-info:nth-child(1){
    margin-bottom: 10px;
}

@media (max-width: 280px) {
    .cards ul {
        margin: 1rem;
    }
    .cards h1 {
        font-size: 1.2rem;
    }
    .cards .toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 80px;
    }
    .cards {
        margin: 0;
        display: flex;
        flex-direction: column;
    }

    .card {
        transform: scale(0.8);
        margin-bottom: 1rem;
    }
    .cards .card.active {
        transform: scale(0.8);
    }
    .imgDer, .imgIzq{
        margin:0;
        float: none !important;
        display: block;
    }
}

@media (min-width: 280px) and (max-width: 320px) {
    .cards ul {
        margin: 20px;
    }
    .cards {
        display: flex;
        flex-direction: column;
    }
    .card {
        margin-bottom: 1rem;
    }
    .cards .card.active {
        transform: scale(1);
    }
    .imgDer, .imgIzq{
        margin:0;
        float: none !important;
        display: block;
    }
}

@media (min-width: 320px) and (max-width: 414px) {
    .cards {
        display: flex;
        flex-direction: column;
    }
    .card {
        margin-bottom: 1rem;
    }
    .cards .card.active {
        transform: scale(1);
    }
    .imgDer, .imgIzq{
        margin:0;
        float: none !important;
        display: block;
    }
}
@media (min-width: 414px) and (max-width: 768px) {
    .card {
        margin-bottom: 1rem;
        margin-right: 1rem;
    }
    .cards .card.active {
        transform: scale(1);
    }
    .imgDer, .imgIzq{
        margin:1rem auto;
        float: none !important;
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 1046px) {
    .cards {
        display: flex;
    }
    .card {
        margin-bottom: 1rem;
        margin-right: 1rem;
    }
    .cards .card.active {
        transform: scale(1);
    }
}
/** Fin tarifas **/

.contact-section{
    padding: 60px 0 50px;
}

.boxed-btn{
    padding: 13px 0px;
    font-weight: bold;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .slider-area .hero__caption h1{
        font-size: 36px;
    }
    .slider-area .hero__caption p{
        font-size: 24px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px){
    .slider-area .hero__caption h1{
        font-size: 28px;
    }
    .slider-area .hero__caption p{
        font-size: 18px;
        line-height: 20px;
    }
    #servicios.nav li{
        flex: 40% 1 0;
    }
    #servicios.nav li:nth-child(7){
        flex: 50% 1 0;
    }
    
    #tratamientos.nav li{
        flex: 50% 1 0;
    }
}

@media (max-width: 575px){
    .slider-height2{
        height: 150px;
    }
    .slider-area .hero__caption h1{
        font-size: 28px;
    }
    .slider-area .hero__caption p{
        font-size: 18px;
        line-height: 20px;
    }
    #servicios.nav li,    
    #tratamientos.nav li{
        flex: 100% 1 0;
    }
}