/*===== Open Sans fonts =====*/
@font-face {
    font-family: OpnSanss;
    src: url('fonts/Open Sans/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: OpnSanss;
    src: url('fonts/Open Sans/OpenSans-Semibold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: OpnSanss;
    src: url('fonts/Open Sans/OpenSans-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: OpnSanss;
    src: url('fonts/Open Sans/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/*===== Play Fair Display fonts =====*/
@font-face {
    font-family: PlayFD;
    src: url('fonts/Play Fair Display/PlayfairDisplay-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}



/*===== Estilos globales =====*/
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

html, body {
    min-width: 320px;
}

body {
    padding-top: 70px;
    overflow-x: hidden;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Estilos del sitio
   ========================================================================== */


.navbar-brand img {
    height: 25px;
}
@media (min-width: 768px) {
    .navbar-brand img {
        height: 55px;
    }
}
.nav-facebook-item {
   margin-right: -10px !important;
   display: inline-block !important;
}
.nav-instagram-item {
   display: inline-block !important;
}

.bienvenida {
    margin-left: -15px;
    margin-right: -15px;
}
/*.bienvenida .owl-stage-outer, .bienvenida .owl-theme {
    height:45vh;    
}*/
.seccion-pg {
    margin-top: 60px;
    margin-bottom: 70px;
}
.seccion-pg > h3 {
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.seccion-pg > h3 ~ h2 {
    font-size: 30px;
    padding-top:0;
    margin-top: 0;
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.seccion-pg > h3 ~ h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 50px;
    border-bottom: solid 1px #c9c9c9;
    z-index: 5;
}
.seccion-pg > h3 ~ h2::after {
    content: 'X';
    font-size: 20px;
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: auto;
    padding: 5px;
    background-color: #fff;
    z-index: 10;
    font-weight: 500;
}

@media (min-width: 768px) {
    .nav-instagram-item {
        margin-left: -15px !important;
        display: block;
    }
    .nav-facebook-item {
        display: block;
    }
}

.especialidades {
    width: 100%;
}
.especialidades h4 {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.especialidades h3 {
    text-transform: uppercase;
    font-size: 21px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 25px;
}
.especialidades p {
    font-size: 14px;
    line-height: 1.7;
}
.especialidades a {
    padding: 10px;
    color: #193d77;
}

.imagenes {
    width: 65%;
}
.imagenes h4 {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-top: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.imagenes p {
    font-size: 13px;
    padding-top: 0;
}
.borde-b-rojo {
    padding-bottom: 10px;
    border-bottom: solid 3px #193d77;
}

.footer-pg {
    margin: 40px auto;
}
.footer-pg > div.row [class*='col-'] h5 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-pg > div.row .col-sm-3:first-child ul{
    padding-left: 0;
}
.footer-pg > div.row .col-sm-3:first-child ul li {
    list-style: none;
    padding-bottom: 30px;
    position: relative;
}
.footer-pg > div.row .col-sm-3:first-child ul li::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    border-bottom: solid 1px #3a3a3a;
}
.footer-pg > div.row .col-sm-3:first-child ul li a {
    color: #fff;
}
.form-contacto {
    width: 100%;
}
.form-contacto .campo-mas-icono > input,
.form-contacto .campo-mas-icono > textarea {
    background-color: transparent;
    border: none;
    padding-left: 25px;
    padding-top: 5px;
    margin-bottom: 13px;
    padding-bottom: 15px;
    color: #c9c9c9;
    width: 100%;
    line-height: 1.1;
    border-bottom: solid 1px #3a3a3a;    
}
.form-contacto .campo-mas-icono > textarea {
    resize: none;
}
.form-contacto .campo-mas-icono > input::placeholder,
.form-contacto .campo-mas-icono > textarea::placeholder {
    color: #fff;
    font-family: OpnSanss;
    font-weight: 600;
    font-style: normal;
}
.campo-mas-icono {
    position: relative;
}
.campo-mas-icono span {
    position: absolute;
    top: 3px;
    left: 0;
}
.form-contacto > input:last-child {
    color: #fff;
    background-color: #193d77;
    padding: 7px 30px;
    border: none;
    width: auto;
    margin-bottom: 0;
    font-family: OpnSanss;
    font-weight: 400;
    font-style: normal; 
}
footer {
    position: relative;
    margin-top: 50px;
    width: 100%;
    background-color: #222222;
}

#mapa {
    width: 100%;
    height: 230px;
    border: none;
    border-bottom: solid 5px #193d77;
}

/* ===============================
        Página de Contacto
   =============================*/
 
.contactenos-pg div.row [class*='col-'] h5 {
   color: #222;
   font-size: 16px;
   text-transform: uppercase;
   margin-bottom: 20px;
}
.contactenos-pg  > div.row .col-sm-6:first-child ul{
   padding-left: 0;
}
.contactenos-pg  > div.row .col-sm-6:first-child ul li {
   list-style: none;
   padding-bottom: 30px;
   position: relative;
}
.contactenos-pg  > div.row .col-sm-6:first-child ul li::after {
   content: '';
   position: absolute;
   bottom: 15px;
   left: 0;
   width: 100%;
   border-bottom: solid 1px #5e5e5e;
}
.contactenos-pg  > div.row .col-sm-6:first-child ul li a {
   color: #3a3a3a;
}
.contactenos-pg .form-contacto {
   width: 100%;
}
.contactenos-pg .form-contacto .campo-mas-icono > input,
.contactenos-pg .form-contacto .campo-mas-icono > textarea {
   background-color: transparent;
   border: none;
   padding-left: 25px;
   padding-top: 5px;
   margin-bottom: 13px;
   padding-bottom: 15px;
   color: #222;
   width: 100%;
   line-height: 1.1;
   border-bottom: solid 1px #5e5e5e;    
}
.contactenos-pg .form-contacto .campo-mas-icono > textarea {
   resize: none;
}
.contactenos-pg .form-contacto .campo-mas-icono > input::placeholder,
.contactenos-pg .form-contacto .campo-mas-icono > textarea::placeholder {
   color: #3a3a3a;
   font-family: OpnSanss;
   font-weight: 600;
   font-style: normal;
}
.contactenos-pg .campo-mas-icono {
   position: relative;
}
.contactenos-pg .campo-mas-icono span {
   position: absolute;
   top: 3px;
   left: 0;
}
.contactenos-pg .form-contacto > input:last-child {
   color: #fff;
   background-color: #193d77;
   padding: 7px 30px;
   border: none;
   width: auto;
   margin-bottom: 0;
   font-family: OpnSanss;
   font-weight: 400;
   font-style: normal; 
}

.contactenos-pg #mapa {
   width: 100%;
   height: 270px;
   border: none;
   border-bottom: solid 5px #193d77;
}



.mod-viar {
    background-color: #2d2d2d;
}
.mod-viar a:link,
.mod-viar a:visited,
.mod-viar a:hover,
.mod-viar a:focus {
    width: 100%;
    color: #fff;
    padding: 7px 0;
    font-size: 10px;
    text-decoration: none;
}

.owl-theme .owl-nav {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
}
.owl-prev {
    position: absolute;
    top: 0;
    left: 3%;
    right: auto;
}
.owl-next {
    position: absolute;
    top: 0;
    left: auto;
    right: 3%;
}
.owl-theme .owl-nav [class*='owl-'] {
    background-color: rgba(204, 204, 204, .7);
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.blue-txt {
    color: #387cea;
}

.red-txt {
    color: #193d77;
}

.ma {
    margin-left: auto;
    margin-right: auto;
}

.inliner {
    display: inline-block;
}

.zero-margin {
    margin: 0 !important;
}

.no-mb {
    margin-bottom: 0 !important;
}

.no-mt {
    margin-top: 0 !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-10-en-tlf {
    margin-bottom: 10px;

    @media (min-width: 768px) {
        margin-bottom: 0;
    }
}

.separador-30 {
    width: 100%;
    height: 10px;    
}

.pad-t-60 {
    padding-top: 0px;
}

@media (min-width: 768px) {
    .separador-30 {
        height: 30px;        
    }

    .pad-t-60 {
        padding-top: 60px;
    }
}

.no-es-boton {
    pointer-events: none;
    cursor: default;
}

.no-brd-der {
    border-right: none !important;
}

/*=====  Clase aplicación de tipografía Open Sans =====*/
.opensans-normal {
    font-family: OpnSanss;
    font-weight: 400;
    font-style: normal;    
}
.opensans-semi-bold {
    font-family: OpnSanss;
    font-weight: 500;
    font-style: normal;    
}
.opensans-bold {
    font-family: OpnSanss;
    font-weight: 599;
    font-style: normal;    
}
.opensans-extra-bold {
    font-family: OpnSanss;
    font-weight: 800;
    font-style: normal;    
}

/*=====  Clase aplicación de tipografía Play Fair Display =====*/
.playfaird-italic {
    font-family: PlayFD;
    font-weight: 400;
    font-style: italic;    
}