@font-face {
    font-family: 'gotham-book';
    src: url('../fonts/gotham-book.eot');
    src: url('../fonts/gotham-book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham-book.woff') format('woff'),
        url('../fonts/gotham-book.ttf') format('truetype'),
        url('../fonts/gotham-book.svg#gotham-book') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'gotham-medium';
    src: url('../fonts/gotham-medium.eot');
    src: url('../fonts/gotham-medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham-medium.woff') format('woff'),
        url('../fonts/gotham-medium.ttf') format('truetype'),
        url('../fonts/gotham-medium.svg#gotham-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}



body, html {
    color: #4a4a4a;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility !important;
    letter-spacing: 0.03em;
    font-weight: 400;
}

h1, h2, h3, h4 {
    font-weight: 700;
}

*, *::before, *::after {
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: all;
    transition-property: all;
}

*::-moz-selection {
    background: #201a16;
    color: #fff;
}

*::selection {
    background: #201a16;
    color: #fff;
}

a {
    color: inherit;
}

a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}

ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.container {
    width: 1180px;
    max-width: 100%
}

.centrado {
    float: none !important;
    margin: 0 auto !important;
    position: relative !important;
}

.cabecera {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.pleca {
    background-color: #002147;
    color: #535e6e;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.contenedor-menu {
    background-color: #002856;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contenedor-menu a {
    color: #bcc1c4;
}

.menu {
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    z-index: 1001x;
}

.menu li {
    display: inline-block;
}

.menu li a {
    display: block;
    padding: 8px 16px;
}


.solicita-header {
    background-color: #fea30b;
    color: #002856 !important;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 2px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.logo {
    width: 260px;
    max-width: 100%;
}



.solicitud {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    margin-top: -20px;
}

.solicitud:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../img/mascara-azul.png');
}

.solicitud input, .solicitud textarea, .solicitud select {
    background-color: #002856;
    border: 1px solid #fea30b;
    border-radius: 0;
    color: #fea30b;
    width: 100%;
    outline: none;
    position: relative;
    padding: 12px !important;
    height: auto;
    margin-bottom: 10px !important;
}

.solicitud textarea {
    min-height: 120px;
    resize: none;
}

.solicitud input::placeholder, .solicitud textarea::placeholder, .solicitud select {
    color: #fea30b;
}


.solicitud input, .solicitud textarea, .solicitud select {
    outline: none !important;
    box-shadow: none !important;
    border-color: #fea30b;
}

.solicitud button {
    border: none;
    background-color: #fea30b;
    text-align: center;
    text-transform: uppercase;
    color: #002147;
    border-radius: 20px;
    padding: 12px 30px;
    width: 200px;
}


.footer {
    background-color: #002856;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
    font-size: 12px;
    font-family: 'gotham-book', serif;
    line-height: 1.4;
}

.logo-footer {
    width: 140px;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.direccion-footer span {
    color: #fea30b;
    font-family: 'gotham-medium', serif;

}


.redes {
    text-align: right;
}

.redes li {
    display: inline-block;
}

.redes li img {
    width: 30px;
}

.icono-footer {
    position: relative;
    margin-top: 50px;
    float: right;
    display: block;
}

.creditos {
    overflow: hidden;
    clear: both;
    background-color: #043668;
    color: #fff;
    font-size: 10px;
    padding: 8px;
}

.leer-mas {
    background-color: #fea30b;
    color: #002147;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 8px 20px;
    width: 160px;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.solicitud span {
    color: #fea30b;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.solicitud h2 {
    font-size: 25px;
    letter-spacing: 2px;
    word-spacing: 4px;
    font-weight: 400;
    margin: 10px 0;
    line-height: 1.4;
}

.texto-formulario {
    letter-spacing: 2px;
}

.texto-formulario:before {
    content: '';
    position: relative;
    display: block;
    width: 40px;
    height: 100px;
    background-repeat: no-repeat;
    background-image: url('../img/doble-flecha.png');
    background-size: 20px;
    background-position: 0px center;
}

.texto-formulario:after {
    content: '';
    position: relative;
    display: block;
    width: 40px;
    height: 100px;
    background-repeat: no-repeat;
    background-image: url('../img/doble-flecha.png');
    background-size: 20px;
    background-position: 0px center;
}

.solicitud form {
    border-left: 1px solid #fea30b;
    padding-left: 30px;
    padding-top: 100px;
    padding-bottom: 20px;
}

.noticia-detalle {
    position: relative;
    color: #002147;
    padding-top: 200px;
    padding-bottom: 50px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-size: 12px;
}

.noticia-detalle h1 {
    font-weight: 100;
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #002147;
}

.noticia-detalle p {
    margin-bottom: 20px;
}

.noticia-detalle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.7595237924271271) 67%, rgba(255, 255, 255, 1) 100%);
}

.destacado {
    background-color: #e5eaeb;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
}

.destacado h2 {
    font-size: 20px;
}

.conclusion {
    font-size: 14px;
}

.perfil-empresarial {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f1f2f4;
    color: #002147;
}

.perfil-empresarial h2 {
    text-transform: uppercase;
    font-family: 'gotham-medium', serif;

}

.perfil-empresarial span {
    color: #fea30b;
    text-transform: uppercase;
    font-weight: 700;
}

.perfil-empresarial a {
    border: 1px solid #002147;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}


.perfil-empresarial a:hover, .perfil-empresarial a:focus {
    background-color: #002147;
    color: #fff;
}

.servicios {
    background-image: url('../img/logo-fondo.png');
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.servicios h2 {
    text-align: center;
    color: #fea30b;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 40px;
}

.servicios h2:after {
    content: '';
    display: block;
    position: relative;
    background-image: url('../img/flecha-abajo.png');
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
}


.servicios {
    color: #002147;
}

.servicios h3 {
    font-size: 16px;
    color: #002147;
    margin-bottom: 20px;
}

.servicio>div {
    margin-bottom: 30px;
    min-height: 500px;
    background: #f4f5f7;
    color: #0060a5;
    font-size: 12px;
    position: relative;
}

.servicio>div:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.servicio>div span {
    color: #002147;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 25px;
}

.servicio>div:hover, .servicio>div:focus {
    background-color: #002147;
    color: #fff;
}

.servicio>div:hover h3, .servicio>div:focus h3 {
    color: #fea30b;
}

.contenido-servicio {
    padding: 35px 25px;
}

.servicio>div:hover span {
    color: #fff;
}

#carrusel li {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    padding-top: 30vh;
    position: relative;
    color: #fff;
}

#carrusel li h1 {
    line-height: 1.5;
    font-size: 40px;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

#carrusel li h1 b {
    color: #002147;
}

#carrusel li h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    word-spacing: 5px;
}

#carrusel li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/mascara-slider.png');
}

.ver-mas {
    background-color: #fea30b;
    color: #002147;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
    border-radius: 20px;
    width: 200px;
    margin-right: 20px;
}

.ver-mas-contacto, .boton-contacto {
    background-color: #002147;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
    border-radius: 20px;
    width: 200px;

}

.boton-contacto:hover {
    color: #fff;
}

.nosotros {
    padding-top: 200px;
    font-size: 13px;
    color: #002147;
}

.nosotros h1 {
    font-size: 26px;
    font-weight: 400;
    border-bottom: 1px solid #002147;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.nosotros h1 b {
    color: #002147;
}

.valores h2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.valores {
    color: #002147;
    font-size: 13px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.valores:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 88px;
    right: 40px;
    top: 70px;
    background-image: url('../img/flecha-abajo.png');
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 30px;
}

.ver-servicios {
    background-color: #002147;
    color: fff;
    border-radius: 30px;
    color: #fff;
    padding: 10px 46px;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.ver-servicios:hover {
    color: #fff;
}

.img-nos-especializamos {
    border-left: 1px solid #002147;
    padding-left: 10px;
}

.nos-espoecializamos span {
    text-transform: uppercase;
}

.nos-espoecializamos h2 {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    word-spacing: 5px;
    font-size: 26px;
}

.solicita-cita {
    display: inline-block;
    border-radius: 20px;
    background-color: #fea30b;
    padding: 8px 30px;
    margin-top: 30px;
}

.testimonios {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #002147;
    background: right center;
    background-image: url('../img/circulo.png');
    background-repeat: no-repeat;
    background-size: 500px;
    background-attachment: fixed;
}

.testimonios h2 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 20px;
}

.testimonio {
    padding: 20px;
    border: 1px solid #f4f5f7;
    color: #737c82;
    font-size: 12px;
    background-color: #fff;
    min-height: 260px;
}

.testimonio:hover {
    border-bottom: 8px solid #d6dce1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.comillas {
    width: 30px;
}

.nombre-testimonio {
    font-weight: 700;
    color: #146aaa;
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 100px;
}

.intro-testimonio {
    padding-bottom: 20px;
    margin-bottom: 60px;
    color: #7c8da3;
    text-transform: uppercase;
    position: relative;
    display: block;
}

.intro-testimonio:after {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #7c8da3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.destacado-detalle {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #6c7e93;
}

.destacado-detalle h2 {
    color: #002856;
}


.destacado-detalle .solicita-cita {
    color: #002856;
}

.intro-detalle {
    padding-top: 200px;
    color: #002147;
    position: relative;
}

.intro-detalle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.7595237924271271) 67%, rgba(255, 255, 255, 1) 100%);
}

.detalle {
    overflow: hidden;
    clear: both;
    background-color: #e5eaeb;
    color: #002147;
    margin-bottom: 150px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.imagen-detalle {
    padding: 0;
}

.imagen-detalle img {
    display: block;
}

.servicio-detalle-texto {
    font-size: 12px;
    padding: 20px 40px;
}

.intro-detalle h1 {
    font-weight: 400;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #002147;
    font-size: 30px;
    padding-right: 60px;
}

.mapa iframe {
    width: 100%;
}

.haz-cita {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #002856;
}

.haz-cita img {
    display: block;
    margin: 0 auto;
}

.haz-cita h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'gotham-medium', serif;
}

.intro-cita {
    text-transform: uppercase;
    font-family: 'gotham-book', serif;
    margin-bottom: 30px;
}

.direccion {
    text-transform: uppercase;
    margin-bottom: 50px;
}

.dato-contacto img {
    display: inline;
}

.formulario-contacto {
    padding-top: 110px;
}

.foto-noticia img {
    border-radius: 8px 8px 0 0;
}

.noticia {
    color: #002147;
    text-align: center;
    min-height: 480px;
    margin-bottom: 20px;
}

.noticia a {
    display: block;
}

.foto-noticia {
    margin-bottom: 30px;
}

.noticia span {
    font-size: 14px;
    display: block;
    min-height: 60px;
}

.noticia span b {
    margin: 0;
    font-size: 18px !important;
    min-height: 40px;
}

.introduccion-noticia {
    font-size: 12px;
}

.filtros-noticias {
    margin-top: 113px;
    border-bottom: 1px solid #d5d5d5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.filtros-noticias select {
    background-color: #fff;
    border: none;
    min-width: 150px;
    margin-right: 20px;
}


.titulo-seccion-noticias b {
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    clear: both;
    display: block;
}

.titulo-seccion-noticias h1 {
    color: #002147;
    font-size: 33px;
    font-weight: 400;
    line-height: 1.3;
}

.paginacion {
    border-bottom: 1px solid #002147;
    margin-bottom: 20px;
    text-align: right;
}

.paginacion li {
    display: inline-block;
    color: #a5a5a5;
}

.paginacion li a {
    display: block;
    padding: 8px 12px;
    color: #a5a5a5;
}

.justify-content-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#ver_submenu {
    background-image: url('../img/flecha-abajo.png');
    background-size: 20px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 25px;
}

.submenu {
    display: none;
    position: fixed;
    top: 113px;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

#mascara-submenu {
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: none;
}

.texto-submenu {
    padding: 20px 30px;
    color: #737c82;
    font-size: 20px;
}

.menu-submenu {
    border-left: 1px solid #95a1af;
    margin-top: 20px;
}

.menu-submenu li {
    color: #737c82;
    font-size: 12px;
}

.menu-submenu li a:hover, .menu-submenu li a:focus {
    color: #002147;
    border-bottom: 4px solid #fea30b;
}

.menu-submenu li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 4px solid #fff;
    width: 100%;
    position: relative;
}

.menu-submenu li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #737c82;
}

.breadcrums {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}

.breadcrums li {
    display: inline-block;
}

.breadcrums li:before {
    content: ' - ';
}

.breadcrums li:nth-child(1)::before {
    content: '';
}

.breadcrums li a.actual, .breadcrums li a:hover {
    color: #002147;
    font-weight: 700;
}

#menu-movil {
    position: absolute;
    right: 25px;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: #fea30b;
    border-radius: 3px;
    padding: 4px;
    padding-top: 6px;
    display: none;
}

#menu-movil span {
    background-color: #fff;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    margin-bottom: 4px;
    display: block;
}

.contenedor-menu {
    position: relative;
}

.foto-noticia img {
    width: 100%;
}

.descripcion-valores {
    min-height: 245px;
}

.intro-nosotros h2{
    font-size: 20px;
}

@media(max-width: 767px) {

    #menu-movil {
        display: block;
    }

    .creditos, .creditos .text-right {
        text-align: center;
    }

    .creditos {
        padding-bottom: 50px;
    }

    .footer {
        text-align: center;
    }

    .icono-footer {
        width: 100%;
    }

    .icono-footer img {
        position: relative;
        margin: 0 auto;
    }

    .redes {
        text-align: center;
    }

    .logo-footer {
        position: relative;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .servicio {
        display: block;
        width: 100%;
    }

    .justify-content-center {
        display: block !important;
    }

    .ver-mas-contacto {
        margin-top: 20px;
    }

    .logo {
        position: relative;
        margin: 0 auto;
        width: 200px;
        margin-bottom: 20px;
    }

    .contenedor-menu {
        padding-bottom: 0;
    }

    .menu {
        background-color: #002147;
        margin-top: 20px;
        display: none;
    }

    .menu li {
        width: 100%;
    }

    #mascara-submenu {
        z-index: 1002;
    }

    .submenu {
        z-index: 1003;
    }

    .texto-submenu {
        font-size: 18px;
    }

    .solicita-header {
        width: 100%;
        border-radius: 0;
        text-align: center !important;
        position: fixed;
        bottom: 0;
    }

    .menu-submenu {
        padding: 20px;
        margin: 0;
    }

    .foto-submenu img {
        width: 100%;
    }

    .menu-submenu li {
        padding-top: 5px;
        padding-bottom: 5px;
    }


    #carrusel li h1 {
        font-size: 30px;
    }

    #carrusel li h2 {
        font-size: 20px;
    }

    .nosotros, .valores, .nos-espoecializamos {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }

    .img-nos-especializamos {
        border: 0;
    }

}
