/*
* Version: 1.4
* Blue Color 		: #a81c3d;
* Blue Hover Color  : #a81c3d;
*/
@font-face {
    font-family: Lato;
    src: url("fonts/Lato/Lato-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Lato-Bold;
    src: url("fonts/Lato/Lato-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Lato-Black;
    src: url("fonts/Lato/Lato-Black.ttf") format("truetype");
}

@font-face {
    font-family: Lato-Regular;
    src: url("fonts/Lato/Lato-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Raleway;
    src: url("fonts/Raleway/Raleway-Black.ttf") format("truetype");
}

@font-face {
    font-family: RalewayBold;
    src: url("fonts/Raleway/Raleway-Bold.ttf") format("truetype");
}

@font-face {
    font-family: RalewayExtraBold;
    src: url("fonts/Raleway/Raleway-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: OpenSansSemibold;
    src: url("fonts/Opensans/OpenSans-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: OpenSansbold;
    src: url("fonts/Opensans/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: OpenSansExtrabold;
    src: url("fonts/Opensans/OpenSans-ExtraBold.ttf") format("truetype");
}

* {
    font-family: Lato;
}

    * th {
        font-family: Lato-Bold;
    }

    * p {
        font-family: Lato;
        font-size: 16px;
        line-height: 28px;
        color: #161616;
    }

    * h1 {
        font-size: 24px;
        line-height: 29px;
        color: #161616;
        font-weight: 500 !important;
        font-family: Lato;
    }

    * h2 {
        font-family: RalewayBold;
        font-size: 15px;
        line-height: 26px;
        color: #161616;
    }

    * h3 {
        font-family: Raleway;
        font-size: 18px;
        line-height: 26px;
        color: #161616;
    }

    * h4 {
        font-family: RalewayBold;
        font-size: 18px;
        line-height: 25px;
        color: #161616;
    }

    * h5 {
        font-family: RalewayBold;
        font-size: 15px;
        line-height: 26px;
        color: #000000;
    }

    * h6 {
        font-family: Lato-Bold;
        font-size: 17px;
        line-height: 26px;
        color: #161616;
    }

    * h7 {
        font-family: Lato-Bold;
        font-size: 18px;
        line-height: 26px;
        color: #161616;
    }

a {
    color: #a81c3d;
}

.panel-body {
    padding-left: 0px;
}

/*a:focus,
    a:hover,
    a:active {
        color: #21479E !important;
    }*/

.color-green {
    color: #a81c3d;
}

a.read-more:hover {
    color: #a81c3d;
}

.linked:hover {
    color: #a81c3d;
}

.bg-color-red-opacity-footer {
    background-color: #FFF !important;
}

#private .table .th {
    background: none;
    background-color: #FFF !important;
}

.select:hover select {
    border-color: #999 !important;
}
/*Header v1
------------------------------------*/
/*Navber*/
.header .navbar-default {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: white;
}

@media only screen and (max-width: 1200px) and (min-width: 1000px) {
    .header .navbar-default {
        height: 100px !important;
    }
}

.header .navbar-default .navbar-nav > .active > a {
    color: #a81c3d;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    background-color: white;
}

.navbar-collapse {
    max-height: none;
}

.dropdown > a:after {
    color: black !important;
}

.dropdown .nav-link a:focus, a:hover, a:active {
    color: #000 !important;
}

.header .dropdown-menu {
    border-bottom: none !important;
}

    .header .dropdown-menu li a {
        border-bottom: none !important;
    }

.navbar-default .navbar-nav > li > a {
    font-weight: 600 !important;
    color: #161616;
}

    .navbar-default .navbar-nav > li > a:focus, a:hover {
        font-weight: 600 !important;
        color: #161616;
    }

.u-btn-outline-darkgray:hover {
    color: #fff !important;
    background-color: #333;
}

/*Navbar Toggle*/
.navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #a81c3d;
}

    .navbar-toggle:hover {
        background: #a81c3d !important;
    }

.navbar-default .navbar-toggle {
    border-color: white;
    background-color: white;
}

    .navbar-default .navbar-toggle .fa {
        color: #a81c3d;
    }

.navbar-toggle:hover {
    background: white !important;
}

/*Responsive Navbar*/
.header .navbar-default .navbar-nav > li > a {
    padding: 9px 6px 9px 6px;
}

@media (max-width: 767px) {
    .header .navbar-default .navbar-nav > li > a:hover {
        color: #a81c3d;
    }

    .header .navbar-default .navbar-nav > .active > a,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus {
        background: #a81c3d;
    }
}

@media (min-width: 767px) {
    /*Navbar*/
    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > .active > a {
        border-bottom: solid 1px #a81c3d;
    }

    .header .navbar-default .navbar-nav > .open > a,
    .header .navbar-default .navbar-nav > .open > a:hover,
    .header .navbar-default .navbar-nav > .open > a:focus {
        color: #a81c3d;
    }

    /*Dropdown Menu*/
    .header .dropdown-menu {
        border-top: solid 1px #a81c3d;
    }
}

/*Search Box*/
.header .navbar .nav > li > .search:hover {
    color: #a81c3d;
    border-bottom-color: #a81c3d;
}

@media (max-width: 767px) {
    .header .navbar .nav > li > .search:hover {
        background: #a81c3d;
    }
}

/*Header v2
------------------------------------*/
/*Topbar*/
.topbar-v1 .top-v1-data li a:hover i {
    color: #a81c3d;
}

/*Search Box*/
.header-v1 .navbar .nav > li > .search:hover {
    background: #a81c3d;
}

/*Responsive Navbar*/
@media (min-width: 767px) {
    .header-v1 .navbar-default .navbar-nav > li > a:hover,
    .header-v1 .navbar-default .navbar-nav > .active > a {
        color: #fff;
        background: #a81c3d !important;
    }

    .header-v1 .navbar-default .navbar-nav > .open > a,
    .header-v1 .navbar-default .navbar-nav > .open > a:hover,
    .header-v1 .navbar-default .navbar-nav > .open > a:focus {
        background: #a81c3d;
    }
}

.navbar-brand {
    float: left;
    padding: 0px 0px 0px 0px !important;
    font-size: 18px;
    line-height: 20px;
    height: 0px !important;
}

.navbar {
    position: relative;
    min-height: 0px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-collapse {
    padding-left: 30px;
}

.icon-absolute {
    top: -17px;
}

/*Sliders
------------------------------------*/
/*Main Parallax Sldier*/
.da-slide h2 i {
    background: url(../../plugins/parallax-slider/img/bg-heading-red.png) repeat;
}

/*Sequence Parallax Sldier*/
.sequence-inner {
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f9e6e6));
    background: -webkit-linear-gradient(#fff, #f9e6e6);
    background: -moz-linear-gradient(#fff, #f9e6e6);
    background: -ms-linear-gradient(#fff, #f9e6e6);
    background: -o-linear-gradient(#fff, #f9e6e6);
    background: linear-gradient(#fff, #f9e6e6)
}

#sequence-theme h2 {
    background: rgba(231, 76, 60, 0.8);
}

#sequence-theme .info p {
    background: rgba(231, 76, 60, 0.8);
}

/*Buttons
------------------------------------*/
/*.btn-u {
    background-color: #0D6381 !important;
    color: white !important;
    border: 2px solid #0D6381 !important;
    border-radius: 5px !important;
    font-weight: bold;
    font-family: Lato-bold;
}*/

.btn-u {
    background-color: #0D6381;
    color: white !important;
    border: 2px solid #0D6381;
    border-radius: 5px !important;
    font-weight: bold;
    font-family: Lato-bold;
}

    .btn-u:hover {
        color: white !important;
    }

.btn-u-urgencias {
    background-color: #a81c3d;
    color: white;
    border: 2px solid #a81c3d;
    border-radius: 5px !important;
    font-weight: bold;
    font-family: Lato-bold;
}

    .btn-u-urgencias:hover {
        background: #a81c3d !important;
    }

.btn-u-xs {
    font-size: 14px;
    padding: 2px 12px;
    /*background-color: #FFF !important;*/
    line-height: 18px;
    /*color: #0D6381 !important;
    border: 0px solid #0D6381 !important;
    border-radius: 5px !important;*/
    font-weight: bold;
    font-family: Lato-bold;
    background: white !important;
    color: #313131 !important;
    border: 2px solid #313131 !important;
    border-radius: 5px !important;
}

    .btn-u-xs:hover {
        font-size: 14px;
        padding: 2px 12px;
        /*text-decoration: underline;*/
        line-height: 18px;
        /*border: 0px solid #0D6381 !important;
        border-radius: 5px !important;*/
        font-weight: bold;
        font-family: Lato-bold;
        background: #410000 !important;
        color: white !important;
    }

.btn-u:hover,
.btn-u:focus,
.open .dropdown-toggle.btn-u {
    background-color: #083B4D;
}

.btn-u:active {
    background: #0D6381 !important;
}

.btn-u-little {
    width: 175px !important;
}

.btn-u-big {
    width: 300px !important;
}

.btn-u-secondary {
    background: white !important;
    color: #313131 !important;
    border: 2px solid #313131 !important;
    border-radius: 5px !important;
}

    .btn-u-secondary:hover,
    .btn-u-secondary:focus {
        background: #410000 !important;
        color: white !important;
    }

    .btn-u-secondary:active {
        background: #313131 !important;
        color: white !important;
    }

.btn-u-telefono {
    background: #a81c3d !important;
    color: white !important;
    border-radius: 5px !important;
    border: 2px solid #a81c3d !important;
}

    .btn-u-telefono:hover,
    .btn-u-telefono:focus {
        background: #a81c3d !important;
    }

    .btn-u-telefono:active {
        background: #a81c3d !important;
    }

/*Buttons Color*/
.btn-u-split.dropdown-toggle {
    border-left: solid 1px #a81c3d;
}

/*Bordered Buttons*/
.btn-u.btn-brd {
    border-color: #a81c3d;
}

    .btn-u.btn-brd:hover {
        color: #a81c3d;
        border-color: #a81c3d;
    }

    .btn-u.btn-brd.btn-brd-hover:hover {
        background: #a81c3d;
    }

@media (max-width: 400px) {
    .boton-volver-jubilacion {
        font-size: 12px;
    }
}

/*Service
------------------------------------*/
.service .service-icon {
    color: #a81c3d;
}

/*Service Blocks*/
.service-alternative .service:hover {
    background: #a81c3d;
}

/*Thumbnail (Recent Work)
------------------------------------*/
.thumbnail-style h3 a:hover {
    color: #a81c3d;
}

.thumbnail-style a.btn-more {
    background: #a81c3d;
}

    .thumbnail-style a.btn-more:hover {
        box-shadow: 0 0 0 2px #a81c3d;
    }

/*Carousel (Recent Work)*/
.recent-work a:hover span {
    border-bottom: solid 2px #a81c3d;
}

.bx-wrapper .bx-prev {
    background-image: url(../../plugins/bxslider/images/controls-red.png);
}

.bx-wrapper .bx-next {
    background-image: url(../../plugins/bxslider/images/controls-red.png);
}

/*Typography
------------------------------------*/
/*Heading*/
.headline h2,
.headline h3,
.headline h4 {
    border-bottom: none !important;
}

/*Blockquote*/
blockquote:hover {
    border-left-color: #a81c3d;
}

.hero {
    border-left-color: #a81c3d;
}

/*Carousel
------------------------------------*/
.carousel-arrow a.carousel-control:hover {
    color: #a81c3d;
}

/*Footer
------------------------------------*/
.copyright {
    background-color: #313131;
    border-top: none;
}

    .footer a,
    .copyright a,
    .footer a:hover,
    .copyright a:hover {
        color: white;
    }

/*Footer Blog*/
.footer .dl-horizontal a:hover {
    color: #a81c3d !important;
}

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a:hover {
    color: #a81c3d;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #a81c3d;
    border-color: #a81c3d !important;
}

/*Post Comment*/
.post-comment h3,
.blog-item .media h3,
.blog-item .media h4.media-heading span a {
    color: #a81c3d;
}

/*Tabs
------------------------------------*/
/*Tabs v1*/
.tab-v1 .nav-tabs {
    border-bottom: solid 2px #a81c3d;
}

    .tab-v1 .nav-tabs > .active > a,
    .tab-v1 .nav-tabs > .active > a:hover,
    .tab-v1 .nav-tabs > .active > a:focus {
        background: #a81c3d;
    }

    .tab-v1 .nav-tabs > li > a:hover {
        background: #a81c3d;
    }

#divProductos .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 33%;
}

    #divProductos .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #FFF !important;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        cursor: default;
        background-color: #fff !important;
    }

#divProductos i.icon-custom {
    border: none;
}

#divProductos .nav-tabs > li.active > a i.icon-custom {
    color: #a81c3d;
}

#divBlog .nav-tabs > li {
    width: 20%;
    text-align: center;
}

    #divBlog .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: black !important;
        border: none;
        cursor: default;
        background-color: #fff !important;
        font-weight: bold;
    }

#divBlog .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: black !important;
    border: none;
    cursor: default;
    background-color: #fff !important;
    font-weight: bold;
}

#divBlog .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #a81c3d;
}

#divPreguntas .nav-tabs > li {
    width: 20%;
    text-align: center;
    min-height: 100px !important;
}

    #divPreguntas .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: black !important;
        border: none;
        cursor: default;
        background-color: #fff !important;
        font-weight: bold;
    }

#divPreguntas .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: black !important;
    border: none;
    cursor: default;
    background-color: #fff !important;
    font-weight: bold;
}

#divPreguntas .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #a81c3d;
}

#divPreguntas .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff !important;
    border: none !important;
}

#divMenuSegurosPersonales .nav-tabs > li {
    width: 25%;
    text-align: center;
}

    #divMenuSegurosPersonales .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #a81c3d !important;
        border: none;
        cursor: default;
        background-color: #fff !important;
        font-weight: bold;
    }

#divMenuSegurosPersonales .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff !important;
    border: none !important;
}

#divMenuSegurosPersonales .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: black !important;
    border: none;
    cursor: default;
    background-color: #fff !important;
    font-weight: bold;
}

#divMenuSegurosPersonales .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #a81c3d;
}

#divNoticias .nav-tabs > li {
    width: 25%;
    text-align: center;
}

    #divNoticias .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #a81c3d !important;
        border: none;
        cursor: default;
        background-color: #fff !important;
        font-weight: bold;
    }

#divNoticias .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff !important;
    border: none !important;
}

#divNoticias .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: black !important;
    border: none;
    cursor: default;
    background-color: #fff !important;
    font-weight: bold;
}

#divNoticias .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #a81c3d;
}

#divMenuSegurosPatrimoniales .nav-tabs > li {
    width: 25%;
    text-align: center;
    /*min-height: 100px !important;*/
    padding-bottom: 10px;
}

.menu5 .nav-tabs > li {
    width: 20% !important;
    text-align: center;
}

#divMenuSegurosPatrimoniales .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: black !important;
    border: none;
    cursor: default;
    background-color: #fff !important;
    font-weight: bold;
}

#divMenuSegurosPatrimoniales .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff !important;
    border: none !important;
}

#divMenuSegurosPatrimoniales .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: black !important;
    border: none;
    cursor: default;
    background-color: #fff !important;
    font-weight: bold;
}

#divMenuSegurosPatrimoniales .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #a81c3d;
}

#divNoticias .nav-tabs > li {
    width: 20%;
    text-align: center;
    /*min-height: 100px !important;*/
    padding-bottom: 10px;
}

    #divNoticias .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: black !important;
        border: none;
        cursor: default;
        background-color: #fff !important;
        font-weight: bold;
    }

#divNoticias .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff !important;
    border: none !important;
}

#divNoticias .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: black !important;
    border: none;
    cursor: default;
    background-color: #fff !important;
    font-weight: bold;
}

#divNoticias .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #a81c3d;
}

/*Tabs v2*/
.tab-v2 .nav-tabs li.active a {
    border-top: solid 0.5px #a81c3d;
}

/*Tabs v3*/
.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
    background: #a81c3d;
    border: solid 1px #a81c3d;
}

/*Accardion
------------------------------------*/
.acc-home a.active,
.acc-home a.accordion-toggle:hover {
    color: #a81c3d;
}

.acc-home .collapse.in {
    border-bottom: solid 1px #a81c3d;
}

/*Testimonials
------------------------------------*/
.testimonials .testimonial-info {
    color: #a81c3d;
}

.testimonials .carousel-arrow i:hover {
    background: #a81c3d;
}

/*Info Blocks
------------------------------------*/
.info-blocks:hover i.icon-info-blocks {
    color: #a81c3d;
}

/*Breadcrumb
------------------------------------*/
.breadcrumb li.active,
.breadcrumb li a:hover {
    color: #a81c3d;
}

/*About Page
------------------------------------*/
.team .thumbnail-style:hover h3 a {
    color: #a81c3d !important;
}

/*Social Icons*/
.team ul.team-socail li i:hover {
    background: #a81c3d;
}

/*Pricing Page
------------------------------------*/
/*Pricing Head*/
.pricing:hover h4 {
    color: #a81c3d;
}

.pricing-head h3 {
    background: #a81c3d;
    text-shadow: 0 1px 0 #a81c3d;
    border-bottom: solid 1px #a81c3d;
}

.pricing-head h4 {
    color: #999;
    background: #fcfcfc;
    border-bottom: solid 1px #f9e6e6;
}

/*Pricing Content*/
.pricing-content li {
    border-bottom: solid 1px #f9e6e6;
}

    .pricing-content li i {
        color: #a81c3d;
    }

/*Pricing Extra*/
.sticker-left {
    background: #a81c3d;
}

.sticker-right,
.sticker-left {
    background: #72c02c;
}

/*Pricing Table Mega-v1 Version
------------------------------------*/
.pricing-mega-v1 .pricing:hover h4 i {
    color: #a81c3d;
}

.pricing-mega-v1 .pricing-content li i {
    color: #a81c3d;
}

/*Pricing Table Colored Background Version
------------------------------------*/
.pricing-bg-colored .pricing:hover {
    background: #a81c3d;
}

.pricing-bg-colored .pricing-head i {
    color: #a81c3d;
}

/*Pricing Footer*/
.pricing-footer a,
.pricing-footer button {
    background: #a81c3d;
    text-shadow: 0 1px 0 #a81c3d;
}

    .pricing-footer a:hover,
    .pricing-footer button:hover {
        background: #a81c3d;
    }

/*Priceing Active*/
.price-active h4 {
    color: #a81c3d;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
    color: #a81c3d;
}

/*Right Sidebar
------------------------------------*/
/*Right Sidebar*/
.who li i,
.who li:hover i,
.who li:hover a {
    color: #a81c3d;
}

/*Pricing Table Mega-v2
------------------------------------*/
.pricing-mega-v2 .block:hover .bg-color {
    background: #a81c3d;
}

.pricing-mega-v2 .block:hover h3,
.pricing-mega-v2 .block:hover h4,
.pricing-mega-v2 .block:hover li,
.pricing-mega-v2 .block:hover li i,
.pricing-mega-v2 .block:hover h4 i {
    background: #a81c3d;
}

/*Privacy Page
------------------------------------*/
.privacy a:hover {
    color: #a81c3d;
}

/*Portfolio Page
------------------------------------*/
/*Portfolio v1*/
.view a.info:hover {
    background: #a81c3d;
}

/*Portfolio v2*/
.sorting-block .sorting-nav li.active {
    color: #a81c3d;
    border-bottom: solid 1px #a81c3d;
}

.sorting-block .sorting-grid li a:hover span.sorting-cover {
    background: #a81c3d;
}

/*Blog Page
------------------------------------*/
.blog h3 {
    color: #a81c3d;
}

.blog li a:hover {
    color: #a81c3d;
}

/*Blog Tags*/
ul.blog-tags a:hover {
    background: #a81c3d;
}

.blog-post-tags ul.blog-tags a:hover {
    background: none repeat scroll 0 0 #a81c3d;
}

/*Blog Photos*/
.blog-photos li img:hover {
    box-shadow: 0 0 0 2px #a81c3d;
}

/*Blog Latest Tweets*/
.blog-twitter .blog-twitter-inner:hover {
    border-color: #a81c3d;
    border-top-color: #a81c3d;
}

    .blog-twitter .blog-twitter-inner:hover:after {
        border-top-color: #a81c3d;
    }

.blog-twitter .blog-twitter-inner a {
    color: #a81c3d;
}

/*Blog Item Page
------------------------------------*/
.blog-item h4.media-heading span a {
    color: #a81c3d;
}

/*Coming Soon Page
------------------------------------*/
.coming-soon-border {
    border-top: solid 3px #a81c3d;
}

/*Search Page
------------------------------------*/
.booking-blocks p a {
    color: #a81c3d;
}

/*Icons Page
------------------------------------*/
.icon-page li:hover {
    color: #a81c3d;
}

/*Glyphicons*/
.glyphicons-demo a:hover {
    color: #a81c3d;
    text-decoration: none;
}

/*Magazine Page
------------------------------------*/
/*Magazine News*/
.magazine-news .by-author strong {
    color: #a81c3d;
}

.magazine-news a.read-more {
    color: #a81c3d;
}

/*Magazine Mini News*/
.magazine-mini-news .post-author strong {
    color: #a81c3d;
}

.news-read-more i {
    background: #a81c3d;
}

/*Sidebar Features*/
.magazine-page h3 a:hover {
    color: #a81c3d;
}

/*Page Features
------------------------------------*/
/*Tag Boxes v1*/
.tag-box-v1 {
    border-top: none;
}

/*Tag Boxes v2*/
.tag-box-v2 {
    border-left: solid 2px #a81c3d;
}

/*Tag Boxes v7*/
.tag-box-v7 {
    border-bottom: solid 2px #a81c3d;
}

/*Font Awesome Icon Page Style*/
.fa-icons li:hover {
    color: #a81c3d;
}

    .fa-icons li:hover i {
        background: #a81c3d;
    }

/*GLYPHICONS Icons Page Style*/
.bs-glyphicons li:hover {
    color: #a81c3d;
}

/*ADMIN ICONS*/
.hs-admin-pencil {
    font-size: 20px;
}

.hs-admin-link {
    font-size: 20px;
}

.hs-admin-unlock {
    font-size: 20px;
}

.hs-admin-cloud-down {
    font-size: 20px;
}

.hs-admin-credit-card {
    font-size: 20px;
}

.hs-admin-check-box {
    font-size: 20px;
}
/*Navigation
------------------------------------*/
/*Pagination*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #0D6381;
    border-color: #0D6381;
}

.pagination li a:hover {
    background: #E2E2E2;
    border-color: #E2E2E2;
    color: #000 !important;
}

/*Pager*/
.pager li > a:hover,
.pager li > a:focus {
    background: #a81c3d;
    border-color: #a81c3d;
}

.pagination a {
    border-radius: 10px !important;
    margin-left: 5px !important;
}

.pagination span {
    border-radius: 10px !important;
    margin-left: 5px !important;
}

/*Registration and Login Page v2
------------------------------------*/
.reg-block {
    border-top: solid 2px #a81c3d;
}

/*Image Hover
------------------------------------*/
/*Image-hover*/
#effect-2 figure .img-hover {
    background: #a81c3d;
}

/*Blog Large Page
------------------------------------*/
.blog h2 a:hover {
    color: #a81c3d;
}

/*Timeline v1 Page
------------------------------------*/
.timeline-v1 > li > .timeline-badge i:hover {
    color: #a81c3d;
}

.timeline-v1 .timeline-footer .likes:hover i {
    color: #a81c3d;
}

/*Timeline v2 Page
------------------------------------*/
/* The icons */
.timeline-v2 > li .cbp_tmicon {
    background: #a81c3d;
}

/*Progress Bar
------------------------------------*/
.progress-bar-u {
    background: #a81c3d;
}

/*Job Inner Page
------------------------------------*/
.job-description .save-job a:hover,
.block-description .save-job a:hover {
    color: #a81c3d;
}

.job-description .p-chart .overflow-h li i,
.job-description .p-chart .overflow-h li a,
.block-description .p-chart .overflow-h li i,
.block-description .p-chart .overflow-h li a {
    color: #a81c3d;
}

/*Colorful-ul*/
.job-description .colorful-ul li a {
    color: #a81c3d;
}

/*Search Inner Page
------------------------------------*/
.s-results .related-search a:hover {
    color: #a81c3d;
}

.s-results .inner-results h3 a:hover {
    color: #a81c3d;
}

.s-results .up-ul li a:hover {
    color: #a81c3d;
}

.s-results .down-ul li a {
    color: #a81c3d;
}

/*Funny Boxes
------------------------------------*/
.funny-boxes p a {
    color: #a81c3d;
}

.funny-boxes .funny-boxes-img li i {
    color: #a81c3d;
}

.funny-boxes-hna .funny-boxes-img li i {
    color: white;
}

/*Sidebar Sub Navigation
------------------------------------*/
.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a {
    color: #a81c3d;
}

/*Blockquote
------------------------------------*/
blockquote.bq-green {
    border-color: #a81c3d;
}

blockquote:hover,
blockquote.text-right:hover {
    border-color: #a81c3d;
}

/*Green Left Bordered Funny Box**/
.funny-boxes-left-green {
    border-left: solid 2px #a81c3d;
}

    .funny-boxes-left-green:hover {
        border-left-color: #a81c3d;
    }

/*Testimonials Default
------------------------------------*/
/*Testimonials*/
.testimonials .carousel-arrow i:hover {
    background: #a81c3d;
}

/*Testimonials Default*/
.testimonials-bg-default .item p {
    background: #a81c3d;
}

.testimonials.testimonials-bg-default .item p:after,
.testimonials.testimonials-bg-default .item p:after {
    border-top-color: #a81c3d;
}

.testimonials-bg-default .carousel-arrow i {
    background: #a81c3d;
}

.testimonials.testimonials-bg-default .carousel-arrow i:hover {
    background: #a81c3d;
}

/*Promo Page
------------------------------------*/
/*Promo Box*/
.promo-box:hover strong,
.promo-box:hover strong a {
    color: #a81c3d;
}

/*Typography
------------------------------------*/
.dropcap {
    color: #a81c3d;
}

.dropcap-bg {
    color: #fff;
    background: #a81c3d;
}

/*Breadcrumbs
------------------------------------*/
span.label-u,
span.badge-u {
    background: #a81c3d;
}

/*Icons
------------------------------------*/
/*Icon Link*/
.link-icon:hover i {
    color: #a81c3d;
    border: solid 1px #a81c3d;
}

.link-bg-icon:hover i {
    color: #a81c3d;
    background: #a81c3d !important;
    border-color: #a81c3d;
}

/*Icons Backgroun Color
------------------------------------*/
i.icon-color-u {
    color: #a81c3d;
    border: solid 1px #a81c3d;
}

i.icon-bg-u {
    color: #a81c3d;
    background: white;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.16);
    -o-box-shadow: 0px 3px 5px rgba(0,0,0,0.16);
}

/*Line Icon Page
------------------------------------*/
.line-icon-page .item:hover {
    color: #a81c3d;
}

/*Colored Content Boxes
------------------------------------*/
.servive-block-u {
    background: #a81c3d;
}

/*Panels (Portlets)
------------------------------------*/
.panel-u > .panel-heading {
    background: #a81c3d;
}

/*Owl Carousel
------------------------------------*/
.owl-btn:hover {
    background: #a81c3d;
}

/*Counter
------------------------------------*/
.counters span.counter-icon i {
    background: #a81c3d;
}

    .counters span.counter-icon i:after {
        border-top: 7px solid #a81c3d;
    }

/*SKy-Forms
------------------------------------*/
/*Buttons*/
.sky-form .button {
    background: #a81c3d;
}

/*Rating*/
.sky-form .rating input:checked ~ label {
    color: #a81c3d;
}

.topbar {
    z-index: 9999;
    padding-top: 13px;
    padding-bottom: 37px;
    position: relative;
}

.loading-spinner {
    position: fixed;
    top: 50%;
    left: 3% !important;
    display: block;
    border: none !important;
    background-color: #FFF;
    border-radius: 10px !important;
    /*background-color: transparent;*/
    opacity: 1;
    width: 90px;
    height: 90px;
    margin-left: 45%;
    max-height: 100px !important;
    text-align: center;
    padding-top: 5px 5px 5px 5px !important;
    z-index: 9999999;
}

@media (max-width: 767px) {
    .loading-spinner {
        margin-left: 35%;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: none !important;
    }
}

.input:hover input {
    border-color: #ddd !important;
}

.nav-link {
    background-color: white !important;
    font-weight: bold;
    border: none !important;
}

    .nav-link a:focus, a:hover, a:active {
        color: white;
    }

.link-blanco {
    color: white !important;
}

    .link-blanco, .link-blanco:hover {
        color: white !important;
    }

.btn-transparent {
    background: none !important;
    color: grey !important;
    padding: 5px !important;
    /*padding-bottom: 1px !important;
    padding-top: 2px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;*/
}

table button i {
    color: #000 !important;
}

.profile .panel-profile {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid #e1eaea !important;
    border-radius: 3px !important;
    padding: 30px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    margin-bottom: 0px !important;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05) !important;
    /*box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05) !important;*/
}

.profile .panel-heading {
    color: #585f69;
    background: #fff;
    /*padding: 7px 15px;*/
    border-bottom: solid 1px #a81c3d !important;
}

.sidebar-nav-v1 li ul, .sidebar-nav-v1 li.active ul a {
    background: transparent !important;
}

.list-group-item a {
    font-size: 14px !important;
}

.sidebar-nav-v1 li ul a {
    border-top: solid 0px #ddd;
}

.list-group-item.active {
    background-color: transparent !important;
}
/*Flechas menu*/
.dropdown > a:after {
    content: none;
}

.dropdown > a:after, .dropdown-submenu > a:after {
    content: none;
}

.invalid {
    background-color: antiquewhite;
    color: #9E213D !important;
    font-style: italic !important;
}

#lblmensajecuenta {
    /*background-color: antiquewhite;*/
    color: #9E213D !important;
    font-style: italic !important;
}

.cc-cookies {
    text-align: left !important;
    line-height: 2;
    padding-left: 5%;
    position: fixed;
    width: 90%;
    left: 0 !important;
    top: 0;
    padding: 0.5em 5%;
    background: #fdeadd;
    background: rgba(253,234,221,0.75);
    font-size: 10px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
    z-index: 99999;
    color: #282832;
    font-family: Verdana;
}
/******CUSTOMIZACION DE HNA_WIZARD PARA LA NUEVA PLANTILLA UNIFY V260******/
.wizard-steps li .step {
    border: 1px solid #ced1d6 !important;
    color: #546474;
    font-size: 15px !important;
    border-radius: 100% !important;
    background-color: #FFF !important;
    position: relative !important;
    z-index: 2 !important;
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    line-height: 28px !important;
    text-align: center !important;
    border-radius: 20px !important;
    background-color: #FFFFFF !important;
}

.step {
    color: transparent !important;
}

.wizard-steps li.active .step, .wizard-steps li.complete .step {
    color: transparent !important;
    background-color: #FFF !important;
    border: 3px solid #a81c3d !important;
    width: 20px !important;
    height: 20px !important;
}

.wizard-steps li.active {
    top: 20px !important;
    border-color: #ced1d6 !important;
}

    .wizard-steps li.active .step {
        color: transparent !important;
        background-color: #FFF !important;
        border: 3px solid #a81c3d !important;
        width: 20px !important;
        height: 20px !important;
        top: -3px !important;
    }

    .wizard-steps li.active:before {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        font-size: 0;
        overflow: hidden;
        border-top: 1px solid #CED1D6;
        position: relative;
        top: 8px !important;
        z-index: 1;
    }

    .wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.complete {
        border-color: #ced1d6 !important;
    }

.wizard-steps li:before {
    display: block !important;
    content: "";
    width: 100% !important;
    height: 1px !important;
    font-size: 0 !important;
    overflow: hidden !important;
    border-top: 1px solid #CED1D6 !important;
    position: relative !important;
    top: 6px !important;
    z-index: 1;
}

/******FIN CUSTOMIZACION DE HNA_WIZARD PARA LA NUEVA PLANTILLA UNIFY V260******/

.sky-form .radio input:checked + i {
    border-color: #999;
    border: 6px solid #0D6381 !important;
}

.sky-form .checkbox input + i:after {
    color: #0D6381 !important;
}

.sky-form .radio input + i:after {
    top: 5px;
    left: 5px;
    background-color: transparent !important;
}

.headline-md h2 {
    font-size: 25px !important;
    color: #222222 !important;
    font-family: RalewayExtraBold !important;
}

.modal-header {
    border-bottom: none !important;
}

.g-color-hna {
    color: #a81c3d !important;
}

.size-icons-hna {
    border: none !important;
    font-size: 25px;
    padding-top: 20px;
}

.g-bg-teal-hna {
    background-color: #a81c3d !important;
}

@media (min-width: 1000px) {
    .header .dropdown-menu .active > a, .header .dropdown-menu li > a:hover {
        color: #161616 !important;
        font-weight: bolder;
        filter: none !important;
        background: #FFF !important;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
}

#divBlog .thumbnail-style {
    box-shadow: 0 0 8px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.sky-form a {
    color: #21479E !important;
}