/* Add here all your css styles (customizations) */
body {
    font-family: "Open Sans", sans-serif !important;
}
.btn-primary,
.label-primary
{
    background-color: #0066FF;
}
.btn-primary:hover {
    background-color: #004acd;
}
.text-primary {
    color: #0066FF;
}
@media (min-width: 992px) {

    /*Container*/
    .header-fixed .header.header-fixed-shrink > .container {
        margin-bottom: -46px;
    }

    .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
        padding-top: 22px;
        padding-bottom: 14px;
    }
    .header.header-fixed-shrink .navbar-nav > li > a,
    .header.header-fixed-shrink .navbar-nav > li > a:focus {
        /* border-bottom: solid 2px transparent; */
        border-bottom: none;

    }

    /*Logo*/
    .header-fixed .header.header-fixed-shrink .logo img {
        max-width: 105px!important;
        margin: 45px 0 0!important;
        height: 40px!important;
    }

    /* Menú */
    .header-v4 .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding: 10px 13px 11px 13px;
    }
    .header-v4 .navbar-default .navbar-nav > li.dropdown > a {
        padding: 10px 23px 11px 13px;
    }
    .header-v4 .dropdown > a:after {
        top: 10px;
        right: 12px;
    }
    .header-v4 .dropdown-menu li > a:hover {
        color: #fff!important;
        background: #0066FF !important;
    }

}
@media(min-width: 992px) and (max-width: 1199px) {
    .header-v4 .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        padding: 10px 10px 11px 10px;
    }
}
@media (min-width: 992px) {
    .header-v4 .navbar-collapse {
        border-top: none;
        border-bottom: none;
    }
    .header-v4 .navbar-default .navbar-nav > li {
        border-left: none;
        border-right: none;
    }
    .header-v4 .dropdown-menu {
        border-bottom: none;
    }
}
.header-v4 .dropdown > a:after {
    content: "\f0dd";
}
.header-v4 .dropdown-submenu > a:after {
    content: "\f0da";
}
.header .dropdown > a:after {
    right: 3px;
}
.btn-e2000 {
    color: #fff;
    background: #0066FF;
}
.btn-e2000:hover {
    color: #0066FF;
    background: #ccc;
    border-color: #ccc;
}
.header .navbar-nav > li > a,
.header .navbar-nav > li > a:focus {
    font-size: 14px;
    border-bottom: solid 2px transparent;
}
.header-v4 .navbar-nav > li a.active,
.header-v4 .navbar-nav > li > a.active
{
    font-weight: bold;
    color: #fff;
    background: #0066FF;
}
.header-v4 .navbar-nav > li:hover > a {
    color: #fff !important;
    background: #0066FF;
}
.navbar-nav > .active > a {
    border-bottom-color: #0066FF;
    color: #0066FF;
}
.header-v4 .navbar-default .navbar-nav > li:hover > a {
    background: #0066FF;
}
.header .topbar ul.loginbar li i.fa {
    color: inherit;
}
.topbar-v1 {
    background: #0066FF;
    border-top: solid 1px #0066FF;
    border-bottom: solid 1px #0066FF;
    color: #fff;
}
.topbar-v1 a,
.topbar-v1 p,
.topbar-v1 li,
.topbar-v1 i
{
    color: #fff!important;
}
.topbar-v1 li {
    border-color: #6f9ac4!important;
}

.boxed-layout{
    box-shadow: none!important;
    background: #fff!important;
}
.header .navbar-nav > li > a.active,
.header .navbar-nav > li:hover > a
{
    font-weight: bold!important;
    color: #0066FF!important;
}
.header .logo img {
    margin: 20px 0 0 0!important;
    height: 60px!important;
}
.btn-facebook,
.btn-twitter,
.btn-youtube
{
    border: none;
}

/**
 * AJUSTADA CABECERA
 */
@media (min-width: 992px){
    .header.header-sticky .navbar-nav {
        position: relative;
        margin-top: 40px;
    }
    .header.header-sticky.header-fixed-shrink .navbar-nav {
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .header .logo img {
        margin: 10px 0 !important;
        height: 60px !important;
    }
    .header-fixed .header-v4 .navbar-toggle {
        margin-top: 19px;
    }

}
@media (max-width: 761px){
    a.banner-cabecera {
        height: 80px !important;
        margin-right: 15%;
    }
}
@media (max-width: 500px) {
    a.banner-cabecera {
        margin-right: 0;
        font-size: 10px!important;
        line-height: 14px!important;
    }
    .header-v4 .logo {
        width: 100%;
        float: left;
        text-align: center;
    }
    .header-v4 .logo img {
        height: auto;
        max-width: 100%;
        max-height: 60px;
    }
}
@media (max-width: 320px) {
    a.banner-cabecera {
        margin-right: -10px;
    }
    a.banner-cabecera span {
        width: 225px!important;
        padding-left: 15px!important;
    }
}
/**
 * BANNER CABECERA
 */
a.banner-cabecera {
    position: relative;
    height: 60px;
    float: right;
    font-size: 12px;
    line-height: 16px;
}
a.banner-cabecera img {
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: -20px;
}
a.banner-cabecera span{
    z-index: 0;
    position: absolute;
    white-space: nowrap;
    right: 50px;
    bottom: -20px;
    background: #bdcedc;
    padding: 12px 55px 12px 25px;
    border-radius: 10px 0 0 0!important;
}
a.banner-cabecera span p{
    margin: 0;
    color: #333;
}

/**
 * BOTON REDONDEADO
 */
a.btn-link {
    background: #0066FF!important;
    color: #fff!important;
    padding: 5px 8px;
    margin: 0 10px 0 0;
    float: left;
    display: inline;
    /* border-radius: 5px!important; */
}
a.btn-link:hover {
    background: #004fce !important;
    color: #fff!important;
}
a.btn-footer:hover {
    background: #004fce!important;
}

/**
 * ANIMACIÓN
 */
/*Carousel v1
------------------------------------*/
.carousel-v1 .carousel-caption {
    left: 80px;
    right: 50px;
    bottom: 0;
    top: 100px;
    padding: 0;
    background: none;
    vertical-align: middle;
    /* padding: 7px 15px; */
    /*background: rgba(155, 155, 155, 0.7); */
}

.carousel-v1 .carousel-caption p{

    line-height: 34px;
    font-size: 25px;
    font-style:normal;
    opacity: 0.9;
    text-align: left;
}

@media (max-width: 992px) {
    .carousel-v1 .carousel-caption {
        top:70px;
        left: 80px;
    }
    .carousel-v1 .carousel-caption p{
        line-height: 25px;
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .carousel-v1 .carousel-caption {
        top:40px;
        left: 50px;
    }
    .carousel-v1 .carousel-caption p{
        line-height: 20px;
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .carousel-v1 .carousel-caption {
        top:25px;
        left: 50px;
    }
    .carousel-v1 .carousel-caption p{
        line-height: 20px;
        font-size: 12px;
    }
}

.carousel-v1 .carousel-arrow a i {
    top: 50%;
    opacity: 0.6;
    background: #0066FF;
    margin-top: -18px;
    padding: 2px 12px;
    position: absolute;
}

/**
 * PIE
 */
.footer-v2 .footer {
    background: rgba(29, 112, 183, 0.23) !important;
    border-top: 0;
}
.footer-v3 .footer {
    padding: 40px 0;
    background: #0066FF!important;
    border-top: 5px solid #555;
}
.copyright{
    color: #fff !important;
    background: #0066FF!important;
}
.copyright p,
.copyright a
{
    color: #fff!important;
}
.footer .social > li {
    display: inline;
    list-style: none;
    position: relative;
    padding-bottom: 15px;
}

/**
 * MENÚ LATERAL
 */
.sidebar-nav-v1 > li{
    border-left: none!important;
    border-right: none!important;
}
.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover {
    background: #0066FF!important;
}

.sidebar-nav-v1 a:focus,
.sidebar-nav-v1 a:hover,
.sidebar-nav-v1 a:active {
    color: #0066FF;
    font-weight: bold;
}
.list-toggle:after {
    content: '\f0da';
    font-size: 12px;
}
.list-toggle.active:after {
    content: '\f0dd';
    font-size: 12px;
}
.sidebar-nav-v1 li ul .list-group-item {
    color: #555;
    border-left: none!important;
    border-right: none!important;
    border-top: none!important;
}
.sidebar-nav-v1 li ul a {
    font-weight: normal;
    font-size: 13px!important;
}
.sidebar-nav-v1 li ul .list-group-item.active a {
    font-weight: 900;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    border-color: #ccc !important;
    font-weight: bold !important;
}

/**
 * NOTICIAS
 */
.news-v3{
    background: none;
    padding: 5px 15px 15px 15px;
}
.new-v3 .col-sm-4 {
    padding-left: 0;
}
.btn-ir-a-noticia{
    color: #fff;
    background: #0066FF;
}
.btn-ir-a-noticia:hover{
    color: #0066FF;
    background: #ccc;
}
.blog-twitter .headline {
    border-bottom: 2px solid #0066FF;
}

/**
 * FAQ
 */
.faq-e2000 a{
    background: #ccc!important;
    color: #0066FF;
}

/**
 * FAQ
 */
.enlaces-e2000 a:hover small:hover{
    text-decoration: none!important;
}
.enlaces-e2000 hr{
    margin: 10px 0!important;
}

/**
 * BANNER INTERIOR
 */
.banner_interior{
    position: relative;
    padding: 10px;
}
.banner_interior img{
    z-index: 5;
}
.banner_interior span{

}
.banner_interior span p{
    font-style:normal;
    opacity: 0.9;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 2px;
}

/**
 * CONTACTAR
 */
label.error{
    color: #900;
    font-size: 11px;
    font-weight: normal;
}

/**
 * AJUSTES TEXTO VARIOS
 */
.texto ul li {
    margin-bottom: 10px;
    list-style: none;
}
.texto ul li:before{
    font-weight: bold;
    font-family: FontAwesome;
    color: #0066FF;
    content: "\f054";
    padding-right: 8px;
    margin-left: -17px;
    display: inline-table;
    vertical-align: top;
}
.texto p,
.texto ul
{
    padding-bottom: 15px;
}
.texto ol li,
.texto ul li
{
    line-height: 20px;
}
.texto ul li ul
{
    padding-top: 15px;
    padding-bottom: 0;
}

/**
 * BLOG
 */
.tags-v2 li a.active,
.tags-v2 li a:hover
{
    color: #fff;
    background: #0066FF;
    border-color: #0066FF;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.headline-v2{
    border-left: 2px solid #0066FF;
    background: #fcfcfc;
}
.headline-v2 h2{
    color: #0066FF!important;
}

/**
 * QUICKLINKS
 */
.quicklinks a {
    color: #555!important;
    cursor: pointer !important;
}
.quicklinks li.active a,
.quicklinks h2.active a,
.quicklinks li a.active
{
    color: #0066FF!important;
    font-weight: bold;
}
blockquote {
    background: #eee;
    border-color: #0066FF;
}

.blog-topbar {
    background: #0066FF;
}

/**
 * ANIMACIÓN MARCAS
 */
.item a img {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: 0.6;
}
.item a:hover img {
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
    opacity: 1;
}