body{
    font-family: 'Montserrat', sans-serif !important;
}
.top-footer h2{
    font-weight: 800 !important
}
.degrade-dhi{
    background: rgb(30,69,101);
    background: linear-gradient(180deg, rgba(0,122,197,1) 0%, rgba(0,194,197,1) 100%);
}
.degrade-2-dhi{
    background: rgb(0,191,197);
    background: linear-gradient(180deg, rgba(0,191,197,1) 17%, rgba(0,122,197,1) 81%);
}
footer{
    background-color: #000000;
}
textarea, button {
    border-radius: 0 !important;
}
input[type="number"] {
    border-radius: 16px;
}
input[type="text"], select, input[type="email"] {
    border-radius: 16px !important;
}
p{
    font-family: 'open_sansregular';
}
.btn-dhi{
    background-color: #00c4c4 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    font-family: 'open_sansbold';
}
.text-azul-dhi{
    color: #2d5390;
}
.text-gris-dhi{
    color: #777273;
}
.celebridades img {
    border-radius: 50%;
    width: 200px;
    margin: auto;
    display: block;
}
.spacer{
    background-color: #007ac5;
    height: 4px;
    display: block;
    margin: auto;   
}
.spacer1{
    background-color: #fff;
    height: 4px;
    display: block;
    margin: auto;   
}
.azulClaro{
    color: #007ac5;
}
.colIzquierda{
    -webkit-box-shadow: -14px 16px 26px -19px rgba(0,0,0,0.46);
    -moz-box-shadow: -14px 16px 26px -19px rgba(0,0,0,0.46);
    box-shadow: -14px 16px 26px -19px rgba(0,0,0,0.46);
    border-radius: 40px;
}
.aguaMarina{
    color: #00c4c5;
}
.bg-aguaMarica{
    background-color: #00c4c5;
}
.mas-nuestros-servicios p{
    text-align: justify;
}
.spacer-1 {
    width: 20%;
}
.spacer-2 {
    width: 80%;
}
.spacer-3 {
    width: 40%;
}
.testimonios {
    text-align: justify;
}
.nombrecelebridad {
    font-style: normal !important;
    font-family: 'open_sansbold';
    font-size: 20px;
}
.top{
    background: #007ac5;
    padding: 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.text-justify{
    text-align: justify;
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6306897759103641) 0%, rgba(253,187,45,0) 45%);
}
.carousel-caption {
    z-index: 2;
}
.img-check{
    width: 25px;
    position: absolute;
    margin-left: -50px;
}

.editar{
    position: fixed;
    top: 20px;
    right: 0;
    width: 156px;
    padding: 0;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}
.ws{
    position: fixed;
    bottom: 70px;
    right: 20px;
    /* width: 156px; */
    padding: 0;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}
.ws img {
    width: 80px;
}
.ws2{
    position: fixed;
    top: 119px;
    right: 0;
    width: 156px;
    padding: 0;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}

.footer ul li{
    list-style: none !important;
    /* text-align: left; */
}
.footer ul{
    margin: 0;
    padding: 0;
}

.footer h4{
    text-align: left;
}

.footer a{
    color: #fff;
}
.footer a:hover{
    color: rgb(253, 228, 228);
}

.footer i {
    background: #fff;
    color: #000;
    padding: 6px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 10px;
    display: inline;
    text-align: center;
}
.itemServicios:hover .overlayDetalle{
    opacity: 1;
}
.overlayDetalle {
    position: absolute;
    bottom: 40px;
    background: rgb(0,191,197);
    background: linear-gradient(180deg, rgba(0,191,197,0) 0%, rgba(255,255,255,1) 31%);
    padding: 30px 30px 15px 30px;
    text-align: justify;
    opacity: 0;
}
h5, h4 b, h4 {
    font-size: 25px !important;
    font-family: 'open_sansbold';
}
b{
    font-family: 'open_sansbold';
}
.itemServicios {
    position: relative;
    cursor: pointer;
}
@media (max-width: 767px) { 
    .colFlecha{
        display: none;
    }
    .footer i {
        background: #fff;
        color: #000;
        padding: 6px;
        border-radius: 30px;
        width: 30px;
        height: 30px;
        margin-right: 0px;
        float: inherit !important;
        display: inline-block !important;
    }

 }

 .slick-slide p{
    position: absolute !important;
    margin-top: -5px !important;
    z-index: 10 !important;
    margin-left: 23px;
    font-weight: 500;
    background: #fff;
    border-radius: 10px;
    padding: 0px 4px;
 }
 p.testimonios {
    font-size: 16px;
}