.ls a {
    color: #0a6c66;
}

.rotate {
    animation: loading 18s linear infinite;
}

.icon-social-media {
    height: 24px;
    width: auto;
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-left: .25rem;
    margin-right: .25rem;
}

@keyframes loading {
    0% { 
        transform: rotate(0); 
    }
    100% { 
        transform: rotate(360deg);
    }
}

.btn-terapias {
	border: 2px solid #345489;
	padding: .5rem 1rem;
	margin-top: 1rem;
	background-color: #91d0cc;
	color: #000;
	font-weight: bold;
}

#toTop {
    display: none !important;
}

.section_padding_top_130 > [class*="container"] {
    padding-top: 20px;
  }

.d-flex {
    display: flex;
}

.btn-top-reserva {
    width: 100%;
    font-size: 12px;
    padding: 10px;
}

.ct-h1 {
    font-size: 2rem;
    margin-bottom: 7px;
    text-align: center;
}

.ct-logo-title {
    display: flex;
    flex-direction: column;
}

.logo img {
    height: 45px;
}

.logo2 img {
    height: 60px;
}

.ct-book {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
}

.ct-book-img {
    width: 100%;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.ct-book-text {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
}

.banner-desktop {
    display: none;
}

.banner-mobile {
    display: block;
}

.title-book-d {
    display: none;
}

.title-book-m {
    display: block;
}

@media (min-width:768px){
    .title-book-d {
        display: block;
    }
    
    .title-book-m {
        display: none;
    }

    .banner-desktop {
        display: block;
    }

    .banner-mobile {
        display: none;
    }

    .logo img {
        height: 60px;
    }

    .btn-top-reserva {
        width: 50%;
    }

    .ct-h1 {
        text-align: left;
    }

    .ct-logo-title2 {
        display: flex;
        flex-direction: row;
    }

    .ct-book {
        flex-direction: row;
    }

    .ct-book-img {
        width: 40%;
    }

    .ct-book-text {
        width: 60%;
        padding-left: 0;
        padding-right: 0;
    }
}