/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
----------------------------------------------------------------- */
/* Generales TIPO */
body {
    font-size: 16px;
}

h5 {
    text-transform: uppercase;
    color: #56A6CF;
}

.heading-block h3 {
    color: #FE7B46;
}

.heading-block h4 {
    text-transform: none;
    font-weight: 600;
}

.heading-block h4 span {
    font-size: 45px;
}

p {
    font-weight: bold;
}

.fondo-azul .heading-block:after {
    border-top: 2px solid #fff;
}

.container-img .heading-block h5 {
    color: #0B2A4A;
    font-size: 25px;
}

.container-img .heading-block:after {
    border-top: 2px solid #0B2A4A;
}

/* Elementos */
#primary-menu ul li > a {
    text-shadow: none;
}

.btn-primary {
    background-color: #a9a9a9;
    padding: 5px 50px;
    font-weight: bold;
    border: none;
}

.btn-primary:hover {
    background-color: #0B2A4A;
}

.logo {
}

.logo img {
    width: 180px;
    height: auto !important;
    padding-top: 20px;
}

.container-img {
}

.padding-top-lg {
    padding-top: 60px;
}

.texto-naranja {
    color: #FE7B46;
}

.texto-azul-osc {
    color: #0B2A4A !important;
}

.texto-valores-cap {
    font-weight: bold;
    color: #56A6CF;
    font-size: 100px;
    line-height: .8 !important;
}

.seccion-azul-osc {
    background-color: #0B2A4A !important;
}

.seccion-azul-osc p {
    color: #fff;
}

.azul-bajo {
    color: #9FC4E0;
}

.lista-elementos-oferta {
}

.lista-elementos-oferta h5 {
    font-size: 28px;
    text-transform: none;
    color: #FE7B46;
    font-weight: bold;
    margin-bottom: 10px;
}

.lista-elementos-oferta h4 {
    color: #2180AF;
    margin-bottom: 10px;
}

.lista-planes {
    list-style: none;
    font-weight: bold;
}

.lista-planes li {
    margin-bottom: 5px;
}

.lista-planes li:before {
    content: "-";
    margin-right: 5px;
}

.lista-somos li {
    margin-bottom: 5px;
    text-transform: lowercase;
    font-weight: 600;
}

.lista-somos li span {
    color: #0B2A4A;
    font-weight: bold;
    text-transform: uppercase;
}

.lista-elementos-ficha img {
    max-width: 100px;
}

.fondo-gris {
    background-color: #f3f3f3;
}

.lista-elementos-ficha {
}

.lista-elementos-ficha p {
    font-weight: bold;
}

.forma-contacto-holder {
    padding: 50 50px 150px;
}

.padding-md {
    padding: 40px;
}

.display-block {
    display: block;
}

.padding-sm {
    padding: 20px;
}

.seccion-valores {
}

.titulo-servicios {
    padding-top: 90px;
}

.servicios-intro {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.titulo-slider {
}

.servicios-ico-contenedor {
    text-align: right;
}

.col-norightmargin {
    margin-right: 0;
    width: 50%;
}

.color-rojo {
    color: #dc3545;
}

.icon-bar {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.one-page-arrow {
    font-size: 52px;
}

/* Responsive */
@media (max-width: 575.98px) {
    p {
        font-weight: bold;
    }

    .texto-valores-cap {
        text-align: center;
    }

    .seccion-valores p {
        text-align: center;
        margin-bottom: 0;
    }

    .titulo-servicios {
        padding-top: 40px;
    }

    .content-wrap {
        padding-top: 30px !important;
    }

    .titulo-slider {
        font-size: 23px;
    }

    .servicios-ico-contenedor {
        text-align: left;
        margin-top: 40px;
    }

    .lista-elementos-ficha {
        padding-top: 0;
        padding-bottom: 0;
    }

    .forma-contacto-holder h5 {
        padding: 20px 20px 0;
    }
}

.rhep-titulo {
    font-size: 24px;
}

.azul-medio {
    color: #2180af;
}

.fondo-naranja {
    background-color: #FE7B46;
}






