/**-- FUENTES --**/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,300i,400,400i,700,700i');

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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
    content: "\e900";
}

.icon-chevron-down:before {
    content: "\e901";
}

.section.home-message {
    padding: 10px 0 !important;
}

.section.list p {
    min-height: 50px;
}

/**--ESTILOS--**/
html {
    font-size: 16px;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
}

a,
button {
    cursor: pointer;
}

    button,
    button:hover,
    button:focus,
    input,
    textarea,
    select {
        outline: none;
    }

button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
}


/*--TIPOGRAFÍA--*/
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    line-height: 1.2;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 0;
}

h1, .h1 {
    font-size: 1.750rem;
    color: #111;
}

h2, .h2 {
    font-size: 1.5rem;
}

h3, .h3 {
    font-size: 1.375rem;
    font-weight: normal;
}

h2, .h2,
h3, .h3,
h4, .h4 {
    color: #111;
}

h4, .h4 {
    font-size: 1.250rem;
    font-weight: normal;
}

h5, .h5 {
    font-size: 1rem;
}

.sin-serif {
    font-family: 'Roboto', sans-serif;
}

.bigTitle {
    font-size: 2.375rem;
    margin-bottom: 25px;
}

.descent {
    font-size: 1.125rem;
}

.line:after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background-color: #E22C2C;
    margin-top: 10px;
}

.center.line:after,
.center .line:after {
    margin: 10px auto 0 auto;
}

p {
    margin-bottom: 1rem;
    font-size: 1rem;
}

p, li {
    font-weight: 400;
    line-height: 1.5em;
}

ul,
ol {
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
    text-align: left !important;
}

    ul li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 15px;
    }

        ul li:before {
            display: block;
            position: absolute;
            top: 7px;
            left: 0;
            content: '';
            height: 6px;
            width: 6px;
            background-color: #E22C2C;
            border-radius: 50%;
        }

.card {
    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: 1px solid rgba(0,0,0,.125);
    border-radius: 8px;
}

    .card ol,
    .card ul {
        margin-bottom: 20px;
    }

        .card ol li {
            counter-increment: counter-ol;
            padding-left: 20px;
            position: relative;
            margin-bottom: 10px;
        }

            .card ol li:before {
                content: counter(counter-ol) '.';
                color: #111;
                font-family: 'Roboto Slab', serif;
                font-weight: 700;
                font-size: 1.1rem;
                min-width: 15px;
                align-items: center;
                justify-content: center;
                display: inline-flex;
                margin: 0 5px 0 0;
                color: #111;
                position: absolute;
                left: 0;
                top: 0;
            }

.card__ribbon {
    position: absolute;
    top: 20px;
    left: -20px;
    background-color: #e22c2c;
    color: #fff;
    padding: 5px 10px;
    font-weight: 700;
    z-index: 2;
    box-shadow: 5px 5px 0px rgba(0,0,0,.15);
}

    .card__ribbon:before {
        position: absolute;
        display: block;
        content: '';
        border: 10px solid #a60909;
        border-bottom-color: transparent;
        border-left-color: transparent;
        top: 100%;
        left: 0;
    }

ol[type="a"] li:before {
    content: counter(counter-ol, lower-latin) '.';
}

.card ul li span {
    display: block;
    width: 100%;
}


a {
    color: #0063AD;
}

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

p a:hover,
li a:hover {
    text-decoration: underline;
}


/*--FIN TIPOGRAFÍA--*/

/*---LAYOUT---*/
.container-fluid {
    max-width: 1920px;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

.section {
    padding: 30px 0;
}

    .section .h2 {
        margin-bottom: 30px;
    }

.section--top {
    padding: 60px 0 30px 0;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 2px solid #bcd0e5;
}
/*---FIN LAYOUT---*/

/*---HELPERS---*/
.bg-lightGray {
    background-color: #eee !important;
}

.bg-gray {
    background-color: #DADDE0 !important;
}

.bg-lightBlue {
    background-color: rgba(0,99,173, .1) !important;
}

.white {
    color: #fff;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-60 {
    margin-bottom: 60px;
}

.p-20 {
    padding: 20px !important;
}

.p-100 {
    padding: 100px 0;
}

.wavesTop {
    background: url('../img/bg-top.png') top center no-repeat;
    background-size: 100%;
}

.wavesBottom {
    background: url('../img/bg-bottom.png') bottom center no-repeat;
    background-size: 100%;
}

.normal {
    font-weight: normal;
}

a,
a:before,
a:after,
button,
.transition,
.line:after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*--FIN HELPERS--*/

/*--BOTONES--*/
.btn {
    color: #fff;
    background-color: #006FB3;
    font-size: 1rem;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem 1.5rem;
    padding-top: 0.375rem;
    padding-right: 1.5rem;
    padding-bottom: 0.375rem;
    padding-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn + .btn {
        margin-left: 5px;
    }

    .btn:hover, .btn:focus {
        color: #fff;
        /*background-color: #034d80;*/
    }

div.btn,
div.btn:hover {
    pointer-events: none;
}

.btn--principal {
    font-weight: 700;
    font-size: 1rem;
    padding: 10px 20px;
}

.btn--red {
    background-color: #E22C2C;
}

    .btn--red:hover {
        background-color: #E35B5B;
    }

.btn--grey {
    background-color: #4f4f4f;
    padding-left: 15px;
    padding-right: 15px;
}

    .btn--grey:hover {
        background-color: #828282;
    }

.btn--darkGrey {
    background-color: #333;
}

    .btn--darkGrey:hover {
        background-color: #4f4f4f;
    }

.btn--icon {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

    .btn--icon i {
        margin-left: 10px;
        font-size: 1.5em;
    }

.btn--lineal, .btn--lineal:active, .btn--lineal:visited, .btn--lineal:link {
    border: 2px solid #006FB3;
    color: #006FB3;
    background: transparent;
}

    .btn--lineal:hover {
        background-color: #006FB3;
        color: #fff;
    }

.btn--big {
    padding: 20px 30px;
    font-size: 1.25rem;
}

.btn--medium {
    padding: 10px 30px;
    font-size: 1.25rem;
}

.btn--arrow {
    position: relative;
    margin-right: 40px;
}

    .btn--arrow:after {
        position: absolute;
        display: block;
        content: '';
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        right: -18px;
        top: 50%;
        transform: translateY(-50%);
    }

.btn--red.btn--arrow:after {
    border-left: 18px solid #E22C2C;
}

.boolean .btn {
    width: 60px;
}

    .boolean .btn:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .boolean .btn:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.link {
    text-decoration: underline;
    display: block;
}

.link--toogle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    border-bottom: 1px solid #0063AD;
    font-size: 1.125rem;
}

    .link--toogle:after {
        font-family: 'icomoon' !important;
        display: block;
        content: "\e901";
        margin-left: 15px;
    }

    .link--toogle.active:after {
        transform: rotate(-180deg);
    }

.link--back {
    color: #fff;
    font-size: 0.875rem;
    display: block;
}

.more {
    display: none
}

.action {
    background: transparent;
    border-radius: 50%;
    color: grey;
    display: block;
    font-size: 1rem;
    height: 25px;
    line-height: 18px;
    margin: 0 auto;
    padding: 4px;
    text-align: center;
    width: 25px;
    border: 1px solid grey;
}

.action--next {
    color: #4CAF50;
    border: 1px solid #4CAF50;
}

    .action--next:hover {
        color: #fff;
        background-color: #4CAF50;
    }

.action--delete {
    color: #E22C2C;
    border: 1px solid #E22C2C;
}

    .action--delete:hover {
        color: #fff;
        background-color: #E22C2C;
    }
/*--FIN BOTONES--*/

/*--TAGS--*/
.tag {
    background: #FFF;
    color: #80BC00;
    font-size: .95rem;
    padding: 2px;
    border-bottom-right-radius: 5px;
}

    .tag + .tag {
        margin-right: 5px;
    }

        .tag + .tag::before {
            content: ",";
            margin-right: 8px;
        }
/*--FIN TAGS--*/

/*--FORMULARIOS--*/
::-webkit-input-placeholder {
    color: #bdd0e4 !important;
    opacity: 1;
    font-style: italic;
}

::-moz-placeholder {
    color: #bdd0e4 !important;
    opacity: 1;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #bdd0e4 !important;
    opacity: 1;
    font-style: italic;
}

:-moz-placeholder {
    color: #bdd0e4 !important;
    opacity: 1;
    font-style: italic;
}

.form {
    margin: 0;
}

    .form label {
        font-weight: 400;
        /*font-family: 'Roboto Slab', serif;*/
        font-family: 'Roboto', serif;
        margin-bottom: 2px;
        font-size: 0.875rem;
        display: inline-flex;
        align-items: center;
    }

.form-control {
    border: 1px solid #bdd0e4;
}

select.form-control {
    background: url('../img/select.svg') calc(100% - 10px) center no-repeat;
}


.input-group > .input-group-append > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form__legend {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.form-check {
    padding-left: 1.25rem;
}

.form-check-label {
    padding: 0;
}
/*--FIN FORMULARIOS--*/


/*--COMPONENTS: CARD--*/
.card {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    padding: 30px;
}

a.card:hover,
a.card--s:hover,
a.card--xs:hover {
    text-decoration: underline;
}

a.card:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .6);
}

.card--s {
    padding: 20px 10px 20px 14px;
    position: relative;
    overflow: hidden;
    line-height: 1.2em;
    min-height: 80px;
}

a.card--s {
    font-size: 1.125rem;
}

.card--xs {
    padding: 15px 25px;
    text-align: center;
}

.card--horizontal {
    flex-direction: row;
}

.card .row {
    min-width: 100%;
}

.card--horizontal .card__img {
    margin-right: 10px;
}

a.card--info {
    text-decoration: none !important;
}

    a.card--info p {
        color: #000;
    }

    a.card--info:hover p {
        color: #0063AD;
    }

a:hover .line:after {
    width: 60px;
}

/*--FIN COMPONENTS: CARD--*/


.important {
    padding: 30px;
    border-radius: 2px;
    background-color: #eef4fb;
}

.map iframe {
    width: 100%;
}

.claveUnica {
    width: 150px;
    height: auto;
}

.btn:hover .claveUnica {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}



/*--COMPONENTS: ACCORDION--*/
.accordion__item {
}

.accordion__item__title {
    position: relative;
    color: #111;
    padding-left: 40px;
}

    .accordion__item__title:before {
        display: inline-flex;
        position: absolute;
        content: '-';
        height: 25px;
        max-height: 25px;
        width: 25px;
        padding: 0 0 0 1px; /* Arregla ícono plus de items del accordion en Ayuda */
        border-radius: 50%;
        left: 0;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: #E22C2C;
        line-height: 1em;
    }

    .accordion__item__title.collapsed:before {
        content: '+';
    }

.accordion__item__collapse {
    padding-left: 40px;
    margin-top: 30px;
}

    .accordion__item__collapse p:last-of-type {
        margin-bottom: 0;
    }
/*--FIN COMPONENTS: ACCORDION--*/

/*--COMPONENTS: TABLES--*/

.table {
    border-radius: 4px;
    overflow: hidden;
}

    .table th,
    .table td {
        border-top: none;
    }

    .table th {
        background: #c3cad0;
        color: #fff;
        border-bottom: none !important;
        vertical-align: center;
    }

    .table tr:nth-child(odd) td,
    .table tr:nth-child(even) td {
        border: none !important;
    }

    .table tr:nth-child(odd) td {
        background: #fafafb;
    }

    .table tr:nth-child(even) td {
        background: #f1f3f4;
    }

/*--FIN COMPONENTS: TABLES--*/

/*--PAGINATION--*/
.pagination {
}

.page-item {
    padding: 0;
}

    .page-item::before {
        display: none;
    }

    .page-item .page-link {
        color: #006FB3;
    }

    .page-item.active .page-link {
        background-color: #006FB3;
        border-color: #006FB3;
    }

/*--FIN PAGINATION--*/

/*--BREADCRUMB--*/
.breadcrumb {
    padding: 0;
    background: transparent;
    margin: 0 0 30px 0;
    position: relative;
}

.breadcrumb__item {
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

    .breadcrumb__item::after {
        content: "→";
        margin: 0 5px;
        color: #E22C2C;
        font-size: 1rem;
        font-weight: 400;
    }

    .breadcrumb__item:last-child::after {
        content: none;
        margin: 0;
    }

    .breadcrumb__item a {
        color: #fff;
        border-bottom: 1px solid #fff;
        font-weight: 400;
    }

        .breadcrumb__item a:hover {
            color: #E22C2C;
            border-bottom: 1px solid #E22C2C;
            text-decoration: none;
        }

/*--FIN BREADCRUMB--*/

.ui-datepicker {
    padding: 0;
}

.ui-widget-header {
    border: 0;
    border-radius: 0;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 0 !important;
    }


.info {
    display: inline-flex;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    color: #fff;
    background-color: #E22C2C;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    margin-left: 5px;
    font-weight: 600;
}

.ui-tooltip {
    font-size: 12px;
    color: #84919F;
    box-shadow: 0 0 10px rgba(168, 183, 199, .9);
    border-color: #bdd0e4 !important;
    line-height: 1.2em;
}

/*--HEADER--*/
.header {
    position: fixed;
    background: #fff;
    box-shadow: 0 2px 0 0 #e3e5ef;
    padding: 10px 0;
    z-index: 9;
    top: 0;
}

@media (max-width: 768px) {
    .header {
        position: absolute;
    }
}

.header__logoTE1D {
    display: inline-block;
    margin-bottom: -33px;
}

.header__mainMenu {
    margin-right: 30px;
    margin-bottom: 0;
    min-height: 0;
}

.nav-item {
    margin-bottom: 0;
    margin-left: 30px;
    padding: 0;
}

    .nav-item:before {
        display: none;
    }

.dropdown-menu {
    padding: 10px;
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-item {
    display: block;
    width: 100%;
}

.header__mainMenu__item {
    color: #111;
    margin: 0;
    text-decoration: underline;
}

.header .user {
    border: 2px solid #006FB3;
    padding: 5px;
    border-radius: 50%;
}

    .header .user i {
        font-size: 25px;
    }

.header--logged .header__mainMenu {
    margin-left: 30px;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem;
    transform: translate3d(-160px, 45px, 0px) !important;
    box-shadow: 0 0 10px rgba(168, 183, 199, .9);
    border-color: #bdd0e4 !important;
}

    .dropleft .dropdown-menu a {
        font-family: 'Roboto Slab', serif;
        color: #006FB3;
    }

        .dropleft .dropdown-menu a:hover {
            color: #0A132D;
        }
/*--FIN HEADER--*/

/*--FOOTER--*/
.footer {
    padding: 50px 0;
    margin-top: 30px;
    position: relative;
    background-color: #012b53;
    color: #fff;
}

.footer__nav {
    columns: 2;
    column-gap: 30px;
    column-fill: balance;
}

.footer__nav__item {
    color: #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 5px;
    line-height: 2em;
    display: block;
    break-inside: avoid;
}

.footer__info {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

/*--FIN FOOTER--*/

/*--SIDEBAR--*/

.is_stuck {
    margin-top: 30px;
}

.sidebar__nav {
}

.sidebar__nav__item {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #bdd0e4;
}

    .sidebar__nav__item.active {
        border-bottom: 2px solid #E22C2C;
        color: #111;
    }

        .sidebar__nav__item.active a {
            color: #111;
        }

ol.sidebar__nav .sidebar__nav__item {
    counter-increment: counter;
}

    ol.sidebar__nav .sidebar__nav__item:before {
        content: counter(counter) '.';
        color: #111;
        font-family: 'Roboto Slab', serif;
        font-weight: 700;
        font-size: 1.25rem;
        height: 30px;
        min-width: 15px;
        align-items: center;
        justify-content: center;
        display: inline-flex;
        margin: 0 10px 0 0;
    }

/*-FIN SIDEBAR-*/
/* Main*/

.main {
    margin-top: 67px;
}
/*--HOME--*/

.hero,
.headerInterior {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 480px;
    width: 100%;
    position: relative;
    padding-top: 110px;
    color: #fff;
}

.headerInterior {
    height: auto;
    min-height: 0;
    padding: 5px 0;
}

    .headerInterior .h1 {
        margin: 25px 0 0 0;
        color: #fff;
    }

    .headerInterior .h1,
    .headerInterior .h2,
    .headerInterior .h3 {
        position: relative;
    }

    .headerInterior .h2,
    .headerInterior .h3 {
        margin-top: 10px;
    }

    .hero:before,
    .headerInterior:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: red;
        background-image: linear-gradient(45deg, #113a8f 50%, #0075b7 100%);
        opacity: .95;
    }

.hero__logo {
    margin-bottom: 90px;
}

.hero__title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
}

.hero__subTitle {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.250rem;
    position: relative;
}

.highlights {
    margin-top: -250px;
}

.highlights__item {
    padding: 30px 50px;
}

    .highlights__item:hover .highlights__item__icon img {
        transform: scale(1.1);
    }

.highlights__item__title {
    margin-bottom: 20px;
    font-size: 1.375rem;
}

.otherServices {
    margin-left: -10px;
    margin-right: -10px;
}

.otherServices__item {
    margin: 0 10px 15px 10px;
}

/*--INTERIORES--*/
.content__img {
    margin-bottom: 1rem;
}

.results__title {
    font-weight: 400;
}

.faqs__icon {
    min-height: 60px;
}

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

    .points__logo img {
        max-width: 80%;
    }

.services {
    flex-flow: row;
}

/* Styles from bootstrap 4 patch*/
.img-fluid {
    max-width: 100%
}

.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 0;
}

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.form-control {
    border: 1px solid #bdd0e4;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: unset;
}

button, button:hover, button:focus, input, textarea, select {
    outline: none;
}

button, input {
    overflow: visible;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #dc3545;
}

.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    border-radius: .25rem;
}

    .breadcrumb > li {
        display: inline-flex
    }

    .breadcrumb > .active {
        color: #fff;
    }

    .breadcrumb > li + li:before {
        content: '';
        padding: 0;
    }

.dropdown ol {
    padding: 5px 0;
}

.dropdown li {
    font-size: 1rem;
}



.multibutton a.btn span {
    display: block;
    font-size: 11px;
}

.multibutton a.btn {
    margin-top: 10px;
    max-width: 100%;
}

.accordion__item__collapse {
    margin-top: 0;
}

    .accordion__item__collapse > *:first-child {
        margin-top: 30px;
    }

.footer {
    margin-top: 0;
}

#boxer {
    margin: 0 !important;
    padding: 0 !important;
}

.ui-dialog-content h1, #dialog-message h1,
.ui-dialog-content h2, #dialog-message h2,
.ui-dialog-content h3, #dialog-message h3,
.ui-dialog-content h4, #dialog-message h4,
.ui-dialog-content h5, #dialog-message h5 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-family: inherit;
}
/*AJUESTE CUANDO SE SACO LOGO AZUL*/
.headerInterior {
    min-height: 105px;
    position: relative
}

    .headerInterior h1.center {
        margin: 0;
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .headerInterior .justify-content-center .col {
        position: static;
    }

.row:before, .row:after {
    display: inline-block;
}

.points__logo {
    min-height: 110px;
}
/*FIN AJUESTE CUANDO SE SACO LOGO AZUL*/

.otherServices__item {
    display: flex;
    justify-content: center;
    flex-basis: 33.3%;
}


.faqs .card {
    padding-bottom: 60px;
}

.faqs .btn--lineal {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    max-width: 100% !important;
}

.points .card--info h3 {
    margin-top: 15px;
}

.points .card--info figure img {
    width: 50%;
}

#contenedor {
    display: block !important;
    background: #fff !important;
}

#boxer {
    float: none !important;
}

    #boxer main {
        min-height: 65%;
    }

#tblNotarios .ui-pg-table {
    height: auto !important
}




/*--ALERT--*/
.alert {
    border-radius: 0;
}

.alert-success {
    border-color: #4caf50;
    background-color: #4caf5020;
}

.alert__item {
    padding: 20px;
    margin: 0;
    align-items: center;
    border-radius: 3px;
}

.alert__list {
    padding: 0;
}

.alert__list__item {
    padding-left: 0;
    color: #4caf50;
    font-size: 1.250rem;
    margin-bottom: 0;
}

    .alert__list__item a {
        font-weight: 700;
        color: #4caf50;
        text-decoration: underline;
    }

    .alert__list__item:before {
        display: none;
    }

.alert__item__icon {
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    line-height: 1em;
    border: 2px solid #4caf50;
    border-radius: 50%;
    margin-right: 15px;
    color: #4caf50;
}

.blockInfo {
    background-color: #fff;
    border-radius: 8px;
    padding: 50px 0;
}

    .blockInfo a,
    .boxInfo a {
        color: inherit;
        text-decoration: underline;
    }

.boxInfo__icon {
    width: 68px;
    margin-right: 20px;
}

.imgLine {
    position: relative;
}

.imgLine--top:after,
.imgLine--bottom:before {
    position: absolute;
    content: '';
    height: 150px;
    width: 1px;
    background-color: #828282;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

.imgLine--top:before {
    bottom: 100%;
}

.imgLine--bottom:before {
    top: 100%;
}

.anchorNav {
    /*display: flex;*/
    /*flex-flow: column;*/
    position: fixed;
    right: 30px;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.anchorNav__item {
    margin-bottom: 0;
    height: 24px;
    display: block;
    position: relative;
}

    .anchorNav__item:after {
        height: 12px;
        width: 12px;
        border-radius: 50%;
        content: '';
        position: absolute;
        right: -5px;
        top: 5px;
        margin: 0 0 -3px 5px;
        background-color: #c8c8c8;
    }

    .anchorNav__item span {
        color: #000;
        font-family: 'Roboto Slab', serif;
        font-size: 0.625rem;
        font-weight: 600;
        display: none;
        padding: 5px 10px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        float: left;
        margin-right: 15px;
    }

    .anchorNav__item:hover:after,
    .anchorNav__item.is-selected:after {
        border: 1px solid #808080;
    }

    .anchorNav__item:hover span {
        display: inline-block;
    }

section:focus {
    outline: none;
}

.col-lg-4:nth-child(2) .highlights__item {
    padding: 45px 50px;
}

.highlights .highlights__item__icon img {
    height: 138px;
}

#section2 .col-md-6 img {
    width: 110px;
}

.ol_ li:before {
    background: #484848;
}