body, html{
    font-family: 'Assistant', sans-serif;
}
.logo{
    max-width: 300px;
}
.navbar li a{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color:#174D8D!important;
    padding-left:20px!important;
    padding-right:20px!important;
}
.slide h3{
    font-size:80px;
    color:#fff;
    font-weight: 700;
}
.slide h3 .s-r{
    font-size:40px;
    color:#59D3FF;
    font-weight: 400;
    display: block;
    margin-top: -14px;
}
.slide h3 .t-r{
    font-size:21px;
    color:#fff;
    font-weight: 300;
    display: block;    
}
.row{
    margin:0;
}
.top{
    height: 600px;
    width: 100%;    
    background-color: #C5C5C5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.telefonos{
    background-color: #0E99D6;            
    color:#fff;
}
.telefonos a, .des-contacto a{
    color: #fff!important;
}
.btn-cita{
    background: #174D8D;
    color:#fff;
    padding: 10px 30px;
    margin-bottom: 20px;
}
.agr{
    min-height: 250px;
}
.btn-cita span{
    margin-right: 10px;
}
.telefonos .t{
    padding: 28px 0 28px 0;    
    background-repeat: no-repeat;
    background-position: 5px 35px;
}

.icona{
    font-size: 34px!important;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}
.telefonos .tt{
    padding: 33px 0 33px 0;    
    background-repeat: no-repeat;
    background-position: 5px 35px;
}
.tt h3 span{
    font-size: 18px;
    line-height: 21px;
    color: #fff!important;
}
.telefonos .h{
    padding: 40px 0 30px 75px;
    background-image: url(img/reloj.png), url(img/visa-mastercard.png);
    background-repeat: no-repeat;
    background-position: top 45px left 20px, top 27.5px right 12px;
    min-height: 130px;
}
.telefonos .h h5{
    font-size: 16px;
    color:#fff;
    font-weight: 700;
}
.telefonos .h span{
    font-size: 15px;
    color:#fff;
    font-weight: 500;
}
.telefonos h3{
    font-size: 60px;
    font-weight: 700;
    margin:0;
    color: #fff!important;
}
.telefonos span{
    display: block;
    font-size: 13px;
    line-height: 14px;
}
.telefono-centro{
    background-color:rgba(0,0,0,.10);
}
.servicios{
    padding: 40px 0;
    background-color: #E3F2FD;
}
.galerias{
    padding: 40px 0;
    background-color: #E3F2FD;
}
.titulo{
    color:#0E99D6;
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    margin-bottom:40px;
}
.titulo {
    display: table;
    white-space: nowrap;
}
.titulo:before,
.titulo:after {
    border-top: 3px solid #59D3FF;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.6em;
    width: 45%;
}
.titulo:before {
    right: 1.5%;
}
.titulo:after {
    left: 1.5%;
}
.contenido-servicio{
    background-color: #fff;
    padding: 90px 20px 20px;
    margin-top:-60px;
}
.contenido-servicio h3{
    margin:0;
    color:#174D8D;
    font-size: 22px;
    font-weight: 700;
}
.contenido-servicio div{
    margin:30px 0;
    min-height: 120px;
}
.contenido-servicio div p{
    color:#174D8D;
    font-size: 14px;
    line-height: 21px;    
}
.contenido-servicio button{
    color:#fff;    
    background-color: #59D3FF;
    min-width: 130px;
}
.testimonios{
    position: relative;
    padding: 40px 0;    
    background-image: url(img/testimonios.png);
    background-size: cover;
    z-index: 999;
}
.testimonios h2{
    position: relative;
}
.testimonios::before{
    position: absolute;
    top: 0;
    left: 0;
    content:"";
    width:100%;
    height:100%;
    background-color: rgba(23,77,141,.8);
}
.testimonio{
    position: relative;
    padding: 10px 50px;
}
.testimonio p{
    margin:0;
    line-height: 24px;
    font-size: 20px;
    color:#fff;
    text-align: center;
}
.c-izquierda{
    position: absolute;
    max-width: 30px;
    left:0;
    top:7px;
}
.c-derecha{
    max-width: 30px;
    position: absolute;
    right:0;
    top:7px;
}
.testimonio-autor{
    margin-top:40px;
    text-align: center;
}
.testimonio-autor img{
    margin:20px 0;
}
.testimonio-autor .nombre{
    font-size: 20px;
    font-weight: 700;
    color:#fff;
    display: block;
    letter-spacing: 3px;
}
.testimonio-autor .lugar{
    font-size: 12px;
    font-weight: 400;    
    color:#fff;
    display: block;
}
.galeria{
    width: 100%;
    height: 250px;
    background-color: #1e1e1e;
}
footer .info{
    background-color: #0E99D6;       
    background-image: url(img/diente.png), url(img/diente-d.png);
    background-repeat: no-repeat;
    background-position: 0 96px, right 0 top 96px;
    min-height: 350px;
    position: relative;
}
footer .info .menu-footer{
    position: absolute;
    top: 270px;
    width: 100%;
    left:0;
}
footer .info .menu-footer .nav-item a{
    color:#59D3FF!important;
}
footer .info .linea-i{
    width: 50%;
    height: 3px;
    background-color: #C5C5C5;    
    display: block;
    position: absolute;    
    top: 147px;
    right: 114px;
}
footer .info .linea-d{
    width: 50%;
    height: 3px;
    background-color: #C5C5C5;    
    display: block;
    position: absolute;
    top: 147px;
    left: 114px;
}
footer .info .logo-s{
    padding: 50px;
    position: absolute;
    max-width: 450px;
    min-width: 450px;
    left:50%;
    margin-left:-225px;
    height: 150px;
    background-color: #fff;
    box-shadow: 0 -5px 15px rgba(0,0,0,.30)
}
footer .info .logo-s::after{
    content: "";
    position: absolute;
    bottom:-46px;
    left:0;
    max-width: 450px;
    height: 46px;
    border-top: solid 46px rgb(255,255,255);
    border-left: solid 225px transparent;
    border-right: solid 225px transparent;
}
.des-contacto{
    background-color:#0E99D6;
    border-top:10px solid #59D3FF;
    padding: 20px 40px;
    color:#fff;
}
.des-contacto h5{
    font-size: 20px;
    font-weight: 700;
}
.des-contacto span{
    font-size: 15px;
    font-weight: 400;
    display: block;
}
.l-m{
    visibility: hidden;
}
/* Nosotros */
.perfil{
    background-color: #fff;
    border-top:10px solid #59D3FF;
    padding: 30px 80px 60px;
    margin:70px 0;
}
.perfil h3{
    font-size:28px;
    color:#0E99D6;
    font-weight: 700;
}
.perfil p{
    font-size: 16px;
    color:#606770;
    line-height: 26px; 
}
.integrante{
    margin-bottom: 30px;
    box-shadow: 0 6px 15px rgba(23,77,141,.30)
}
.integrante .foto{
    height: 270px;
    width: 100%;
    background-color: #C5C5C5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.integrante .descripcion{
    background-color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    color:#9B9B9B;
}
.integrante .descripcion span{
    display:block;
}
/* Servicios */
.s-c{
    background-color: #fff;
    position: relative;
    min-height: 600px;
}
.s-c .serv{
    padding: 30px 20px 20px 110px;
    position: relative;
    min-height: 650px;
}
.s-c .serv img{
    position: absolute;
    top: 20px;
    left:10px;
}
.s-c .serv p{
    color:#174D8D;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;    
}
.s-c .serv h3{
    color:#174D8D;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    min-height: 80px;
}
.img-s{
    position: absolute;
    width: 100%;
    bottom: 0;
    left:0;
    min-height: 200px;
    width: 100%;
    background-color: #C5C5C5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img-locacion{
    height: 300px;
    width: 100%;
    background-color: #C5C5C5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img-galeria{
    height: 300px;
    width: 100%;
    background-color: #C5C5C5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: all .3s;
}
.img-galeria:hover .img-hover{
    visibility: visible;
    opacity: 1;
}
.img-hover{
    transition: all .8s;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    width: 100%;
    left:0;
    top:0;
    background-color: rgba(0,0,0,.5);    
}
.img-hover img{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-42px;
    margin-top:-42px;
}
.person{
    width: 75px;
    height: 75px;
    background-color: #C5C5C5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin:20px auto;
}
.sld{
    width: 100%;
    height: 550px;
    background-color: #C5C5C5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
}
.slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slider .slick-dots{
    bottom: 25px;    
}
.slick-arrow{
    display: none!important;
}

.social-h-m{
    display: none;
    padding: .5rem 1.2rem;
}
.mapa iframe {
    width:100%; 
    height:300px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .l-m{
        visibility: visible;
    }
    .telefonos .container{
        padding: 0;
    }
    .logo {
        max-width: 260px;
    }
    .l-m{
        max-width: 200px;
    }
    .navbar{padding-left: 0;padding-right: 0;}
    footer .info .logo-s {
        padding: 15px;                
        width: 300px;        
        max-width: 300px;        
        min-width: 300px;        
        height: 150px;
        margin-left: -150px;
        background-color: #fff;
        box-shadow: 0 -5px 15px rgba(0,0,0,.30);
    }
    footer .info .logo-s::after {
        content: "";
        position: absolute;
        bottom: -45px;
        left: 0;
        max-width: 350px;
        height: 46px;
        border-top: solid 46px rgb(255,255,255);
        border-left: solid 150px transparent;
        border-right: solid 150px transparent;
    }
    footer .info .linea-d{
        top: 218px;
    }
    footer .info .linea-i{
        top: 218px;
        right: 116px;
    }
    footer .info {
        background-color: #0E99D6;
        background-image: url(img/diente.png), url(img/diente-d.png);
        background-repeat: no-repeat;
        background-position: left -30px top 167px, right -30px top 167px;
        min-height: 500px;
        position: relative;
    }
    footer .info .menu-footer {
        position: relative;        
        display: block;
        text-align: center;
    }
    .contenido-servicio{
        margin-bottom: 30px;
    }
    .perfil{
        padding: 30px 40px;
    }
    .titulo {
        font-size: 38px;     
        white-space: normal;
    }
    .slide h3{
        font-size:60px;
        color:#fff;
        font-weight: 700;
        line-height: 60px;
    }
    .slide h3 .s-r{
        font-size:40px;
        color:#59D3FF;
        font-weight: 400;
        display: block;
        margin-top: -14px;
        line-height: 38px;
        margin-top: 20px;
    }
    .slide h3 .t-r{
        font-size:20px;
        color:#fff;
        font-weight: 400;
        display: block;    
        line-height: 17px;
        margin-top: 20px;
    }
    .s-c .serv{
        padding: 120px 30px 30px 32px;
        text-align: center;
        min-height: 900px;
    }    
    .s-c .serv img {
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -36px;
    }
    .s-c .serv h3{        
        font-size: 34px;        
    }
    .s-c {
        background-color: #fff;
        position: relative;
        margin-bottom: 40px;        
    }
    .s-c .serv p {        
        font-size: 16px;
        line-height: 21px;
    }
    .nav-item{
        border-bottom: 1px solid #ececec;
    }
    .social-h{
        display: none;
    }
    .social-h-m{
        display: block;
    }
    .top{
        height: 200px;
    }    
    .slider_n img{
        max-height: 200px;
        width: auto;
    }
    .contenido-servicio h3{
        font-size: 24px;
    }
    .contenido-servicio div p{
        font-size: 16px;
    }
    .sld{
        position: relative;
    }
    .slide{
        z-index: 10;
        position: relative;
    }
    .sld::before{
        bottom: 0;
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        background: rgba(0,0,0,.4);        
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
  
}
    