﻿/*GRID*/
@media (min-width: 1200px) {
    .main {
        padding-right: 30px !important;
    }

    .sidebar {
        padding: 0 !important;
        margin-left: -10px;
    }
}

img[alt='Advertisement'] {
    background-color: #D3D3D3;
}

/*COLORS*/
.c-dgrey {
    color: #1c1c1c;
}

.b-dgray {
    background: #1c1c1c;
}

.b-dred {
    background: #aa1a2b;
    color: #fff;
}

.c-lgrey {
    color: #2e2e2e;
}

.b-lgray {
    background: #2e2e2e;
}

.c-red {
    color: #aa1a2b;
}


/*Right Sidebar*/
.r-side {
    margin-bottom: 20px;
}

    .r-side .title {
        font-size: 22px;
        font-family: inherit;
        font-weight: 300;
    }

/*HEADINGS*/
.heading-inner {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    word-wrap: break-word;
}

h3.heading {
    font-size: 28px;
    font-family: inherit;
    font-weight: 300;
}

.heading {
    margin-bottom: 30px;
}

.heading-up {
    text-transform: uppercase;
}

.collapsed .heading {
    text-transform: capitalize;
    margin: 10px 0;
}

.heading-sm {
    font-size: 20px;
    padding-bottom: 3px;
    font-weight: bold;
    margin-bottom: 20px;
}

.heading-md {
    font-size: 32px;
    padding-bottom: 4px;
    margin-bottom: 30px;
    margin-top: 25px;
}


/*MARGINS-PADDINGS*/
.m-top10 {
    margin-top: 10px;
}

.m-top20 {
    margin-top: 20px;
}

.m-top30 {
    margin-top: 30px;
}

.m-top40 {
    margin-top: 40px;
}

.m-top50 {
    margin-top: 50px;
}

.m-top70 {
    margin-top: 70px;
}

.m-bottom5 {
    margin-bottom: 5px;
}

.m-bottom10 {
    margin-bottom: 10px;
}

.m-bottom20 {
    margin-bottom: 20px;
}

.m-bottom25 {
    margin-bottom: 25px;
}

.m-bottom30 {
    margin-bottom: 30px;
}

.m-bottom40 {
    margin-bottom: 40px;
}

.m-bottom50 {
    margin-bottom: 50px;
}

.m-left5 {
    margin-left: 5px;
}

.m-left10 {
    margin-left: 10px;
}

.m-left20 {
    margin-left: 20px;
}

.m-left25 {
    margin-left: 25px;
}

.m-left30 {
    margin-left: 30px;
}

.m-left40 {
    margin-left: 40px;
}

.m-left50 {
    margin-left: 50px;
}

.m-right10 {
    margin-right: 10px;
}

@media (min-width: 992px) {
    h3.heading-inner {
        margin-top: 0;
    }
}

.h-red {
    color: #aa1a2b;
    border-bottom: 1px solid #666;
}

.h-gray {
    color: #1c1c1c;
    border-bottom: 1px solid #ececed;
}

.h-white {
    color: white;
    border-bottom: 1px solid white;
}

.h-allgray {
    color: #898989;
    border-bottom: 1px solid #898989;
}

.b-red {
    color: Black;
    border-bottom: 1px solid #aa1a2b;
    line-height: 25px;
}

.content a:hover {
    color: #666;
}

.content.w-bck {
    background: #f6f6f6;
    padding: 1px 15px;
}

.content-b {
    padding: 0 15px;
}

.content-c {
    padding: 0 10px 0 0;
}


/* long item, horizontal item*/
.long-item .media {
    background: #f6f6f6;
    border-top: 2px solid #aa1a2b;
    border-bottom: 1px solid #b0b0b0;
    height: 100%;
}

.long-item .white {
    background: #fff;
}

.long-item .item {
    margin: 20px 0;
}

.ntl-second-blck .item {
    margin: 10px 0;
}

.ntl-second-blck > div .media {
    margin-top: 20px;
}

.pagination-fotos {
    margin: 18px 0 !important;
}

    .pagination-fotos > li > a {
        padding: 6.5px 10px !important;
    }

/*bxSlider*/
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #d3d3d3 !important;
}

    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active,
    .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: #aa1a2b !important;
    }

@media (min-width: 768px) {
    .ntl-first-blck .media {
        height: 336px;
    }

    .h-items .media {
        min-height: 360px;
    }

    .media h3 {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .ntl-first-blck img {
        overflow: hidden;
    }

    .ntl-second-blck .media {
        min-height: 138px;
    }
}


/*Our products*/
.our-products {
    background-color: #f6f6f6;
    padding-bottom: 30px;
}

    .our-products h3 {
        color: #aa1a2b;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 5px;
        width: 50%;
        font-size: 18px;
    }

    .our-products h4 {
        font-size: 15px;
        color: #868686;
        line-height: 1.3;
    }


/* item type icon */
.item-type-text {
    margin-right: 2px;
    color: #aa1a2b;
}

.item-type {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 10px;
    padding: 5px;
}

    .item-type .btn-info {
        padding: 3px 8px;
        color: #fff;
        background-color: rgba(34, 34, 34, 0.8);
        border-color: #222;
    }

        .item-type .btn-info:hover, .item-type .btn-info:active {
            background-color: #090909 !important;
            border-color: #040404 !important;
        }


.agentafinanciera-box, .info-box {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.l-especials {
    display: table;
}

    .l-especials h2 {
        color: #aa1a2b;
        font-size: 17px;
        font-weight: 700;
        border-bottom: 2px solid #aa1a2b;
        padding-bottom: 1%;
        margin: 0 !important;
        width: 96.5%;
        margin-left: 2% !important;
    }

.agentafinanciera-img, .info-img {
    margin-top: 10px;
}

#one-line {
    width: 72%;
}


/*Media*/
.w100 {
    width: 100%;
}

.media-body {
    padding: 0 15px;
}

.media img:hover, .item img:hover, .h-op:hover, .our-products img:hover {
    opacity: .9;
}


/*Item info*/
.item-info {
    color: #b0b0b0;
    font-size: 13px;
}

    .item-info .fa {
        margin-right: 5px;
    }

    .item-info.bord {
        border-top: 1px solid #b0b0b0;
        border-bottom: 1px solid #b0b0b0;
        padding: 1px 0;
        margin: 15px 0;
    }

    .item-info.bordone {
        border-bottom: 1px solid #b0b0b0;
        padding: 1px 0;
        margin: 10px 0;
    }

.content-c .item-info {
    margin-bottom: 0;
}

/*to-top*/
#toTopHover {
    background: url(/Images/totop.png) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    z-index: 100000;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    right: 70px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(/Images/totop.png) no-repeat;
    z-index: 100000;
}

#toTop:active, #toTop:focus {
    outline: none;
}

@media (max-width: 539px) {
    #toTop {right: 25px;}
}

/*newsletter*/
.our-newsletters {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px;
}

/*various*/
.btn.red-button, .btn.red-button:focus {
    background-color: #aa1a2b;
    color: #fff;
}

.btn:hover.red-button {
    background-color: #2e2e2e;
    color: #fff;
}

.btn.btn-hr {
    display: inline-block;
    position: relative;
    top: -35px;
}

.btn.btn-sb {
    border-radius: 0;
}

.btn.gray-box {
    height: 160px;
    border-bottom: 1px solid silver;
    margin-bottom: 20px;
    padding: 10px;
    background-color: white;
}

.btn-none {
    background: none;
    border: none;
    padding: 0;
}

.icon-plus:before {
    content: "+";
}

.icon-minus:before {
    content: "–";
}


/* Banners */
.banner div, .banner iframe {
    display: block;
    margin: 0 auto;
}

.home-full-banner {
    padding: 20px 0;
}

    .home-full-banner div, .home-full-banner div {
        display: block;
        margin: 0 auto !important;
    }

.banner-tag {
    text-align: end;
    font-weight: bold;
    font-size: 12px;
    cursor: default;
}

/* Menu Header */
/*@media (min-width: 768px) {*/
#menu-navbar .navbar-nav > li > a:hover,
#menu-navbar .navbar-nav > li > a:focus,
#menu-navbar .navbar-nav > li > a.active {
    border-bottom: 1px solid #aa1a2b;
}

.top-bar #top-bar-left li.active a {
    border-top: 2px solid #aa1a2b;
}
/*}*/

/*About us Page*/
.about-us {
    margin: 30px 0 2% 0;
}

    .about-us h2 {
        font-size: 26px;
        line-height: initial;
        border-top: 5px solid #aa1a2b;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .about-us ul {
        padding-left: 25px;
    }

        .about-us ul li {
            list-style-type: none;
            color: #8c8c8c;
            font-size: 16px;
            line-height: 1.9;
        }

            .about-us ul li:before {
                content: "\f0da";
                position: absolute;
                left: 14px;
                display: inline-block;
                font: normal normal normal 14px/2 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

/*Contact*/
.contact-us h2 {
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    font-size: 24px;
    margin-top: 35px;
}

.map-container {
    width: 100%;
}
    .map-container iframe {
        width: 100%;
        display: block;
        pointer-events: none;
        position: relative; /* IE needs a position other than static */
    }

        .map-container iframe.clicked {
            pointer-events: auto;
        }

    .map-container .gm-style .place-card-large {
        display: none !important;
    }

h2.s-title {
    font-size: 19px;
    display: inline-block;
}

p.s-title {
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

/*hide overflow*/
.hideOverflow {
    overflow: hidden;
    max-height: 62px;
}

/*Cookie*/
.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
    padding-right: 130px !important;
    padding-left: 130px !important;
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}
    .cc-window.cc-banner {
        padding: 1em 1.8em;
        width: 100%;
        -ms-flex-direction: row;
        flex-direction: row;
    }

.cc-btn, .cc-close, .cc-link {
    cursor: pointer;
}

.cc-link {
    color: #fff;
    display: inline-block;
    padding: .2em;
    text-decoration: underline;
}

    .cc-link:active, .cc-link:visited {
        color: #fff;
    }

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
}

.cc-banner .cc-btn:last-child {
    width: 140px;
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center;
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
    color: rgb(255, 255, 255);
    background-color: rgb(46, 46, 46);
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1;
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

    .cc-compliance > .cc-btn {
        -ms-flex: 1;
        flex: 1;
    }

.cc-theme-classic .cc-btn:hover {
    color: #fff;
}

.cc-btn + .cc-btn {
    margin-left: .5em;
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal;
    }
}

@media screen and (min-width: 540px) and (max-width: 740px) {
    .cc-window.cc-bottom {
        bottom: 0;
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1;
        max-width: 100px;
        margin: 0 auto;
    }

    .cc-window .cc-message {
        margin-bottom: 0.5em;
        padding-right: 10px;
        margin-left: 2.5em;
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset;
    }
}

@media screen and (max-width: 539px) {
    .cc-window.cc-bottom {
        bottom: 0;
        padding-right: 30px !important;
        padding-left: 30px !important;
        flex-direction: column;
        text-align: center;
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1;
        max-width: 120px;
        margin: 0 auto;
    }

    .cc-window .cc-message {
        margin-bottom: 1em;
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset;
    }
}

.cc-theme-classic .cc-btn {
    border-radius: 5px;
    background-color: rgb(170, 26, 43);
    border-color: transparent;
    text-align: center;
}


@media (max-width: 1200px) {
    .thumb-container-gray {
        min-height: 350px;
    }

    .list-buttons button {
        margin-top: 4px !important;
    }

    #one-line {
        width: 100%;
    }
}


@media (min-width: 768px) and (max-width: 992px) {
    .nav > li > a {
        padding: 10px 4px;
    }

    .agentafinanciera-box, .info-box {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    h1 {
        font-size: 26px;
    }

    .gray-box {
        height: 230px;
    }
}

@media (max-width: 767px) {
    h1, h2, h3.heading-inner, .media h3 {
        font-size: 20px;
    }

    .item-info {
        font-size: 13px;
    }

    .content-c {
        padding: 0 15px;
    }

    .m-top30 {
        margin-top: 10px;
    }

    .m-top20 {
        margin-top: 15px;
    }

    .m-bottom20 {
        margin-bottom: 15px;
    }

    .long-item .white {
        background: #f6f6f6;
    }

    .intersted-in .media-body {
        display: block;
        margin-bottom: 10px;
        width: initial;
    }

    .l-especials h2 {
        margin-top: 10px !important;
        width: 97%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .agentafinanciera-box, .info-box {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
}

select#chkExactPhrase {
    background-color: #ddd;
    border: 0 !important;
}

.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.align-items-start {
    align-items: start;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}