
/* fuentes */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600|Yrsa:400,600');

/* Especial clases */


/* Overwrite */
body {
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: #252525;
    font-size: 15px;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

/* Classes */

.col-white{color: #ffffff;}
.col-blue{color: #03599b;}
.col-bluel{color: #19bdfa;}
.col-grey{color: #7d7d7d;}

.bg-blue{background:#03599b;}
.bg-bluel{background:#19bdfa;}
.bg-grey{background:#555555;}
.bg-banner{background: url(../imgs/obsm_banner-back.png); background-size:cover;}
.bg-serv {background: url(../imgs/obsm_asset-service_back.jpg);background-size: 150%;background-position-y: 60%;background-position-x: 50%;}
.bg-disclaimer{background: url(../imgs/obsm_asset-disclaimer_back.jpg); background-size:cover;background-position-y: -75px;background-repeat: no-repeat;background-color: #eeeef0;}

.txt-right{text-align: right;}
.txt-center{text-align: center;}
.txt-biggie{font-size: 20px; line-height: 1.2em;}
.txt-skinny{font-weight: 300;}
.txt-serif{font-family: 'Yrsa', serif;}
.txt-shadow{text-shadow: 5px 5px 7px #065890;}

.brd-tittle{border-bottom:2px solid #03599b;}

.box-menu-icon {float: left;margin: 10px;}


.btn-more {background: white;height: 100px;width: 100px;padding-top: 25px;padding-bottom: 25px;display: block;float: none;margin: 0 auto;text-align: center;border-radius: 50%;border: 4px solid #eaebeb;box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);}
.btn-appointment {border: 2px solid;margin-top: 30px;margin-bottom: 30px;padding: 10px;text-align: center;font-size: 20px;line-height: 1.3em;}

.img-full{width:100%;}
.img-four{width: 75%;float: none;margin: 0 auto;display: block;}
.img-baa{box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.5);}

#testimonials {position: relative;margin-top: -100px;}

.separador-maximo{height:4em;width:100%;}
.separador{height:2em;width:100%;}
.separador-inter{height:1.5em;width:100%;}
.separador-mini{height:1em;width:100%;}
.separador-micro{height:.5em;width:100%;}
.separador-nano{height:.25em;width:100%;}
.separador-pico{height:.125em;width:100%;}

/* Responsive */

@media screen and (max-width:990px){

}