/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
    font-size: 16px;
}

body {
    color: #272727;
    font-weight: normal;
    width: 100%;
    max-width: 100%;
    font-family: "gobCL", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

html.letra-lg,
html.letra-lg body {
    font-size: 18px;
}

html.letra-sm,
html.letra-sm body {
    font-size: 14px;
}

body, html {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
}

body, .smooth-container {
    scroll-behavior: smooth;
}

    body.dark {
        background: #272727;
    }

        body.dark .s-block,
        body.dark .grid-acuerdos .box-acuerdo,
        body.dark .bg-gris-light, body.dark .box-noticia .texto-noticia, body.dark .box-noticia, body.dark .banner, body.dark .w-tabla table tbody tr:nth-child(odd), body.dark .bloque-direccion, body.dark .box-informacion, body.dark .contenido-noticia .wrap .sidebar .filtros h3, body.dark .contenido-noticia .wrap .sidebar .filtros, body.dark .paginador a.current, body.dark .detalle-noticia .w-detalle .contenido blockquote, body.dark .box-minuta, body.dark .lista-fichas, body.dark .w-ejes .sidebar .menu-lateral a.activo, body.dark .menu-int ul {
            background: #272727 !important;
        }

        body.dark p, body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark ul, body.dark li, body.dark a, body.dark .fecha, body.dark .w-tabla table tbody tr td, body.dark .bajada, body.dark .js-accordion-title, body.dark .w-reporte .box-reporte .item {
            color: #fff !important;
        }

p {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: normal;
    margin-top: 0;
}

    p b {
        font-weight: bold;
    }

figure {
    margin: 0;
}

.clear {
    clear: both;
}

.wow {
    visibility: hidden;
}

.fadein {
    opacity: 0;
}

.hidden_a {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.wrapper {
    position: relative;
}

    .wrapper.wrapper-home {
        padding-top: 148px;
    }

.wrap {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
    padding: 0 20px;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.row.row-small {
    margin-right: -.3em;
    margin-left: -.3em;
}

    .row.row-small > [class^="col-"],
    .row.row-small > [class*=" col-"] {
        padding-right: .3em;
        padding-left: .3em;
    }

.row.row-md {
    margin-right: -8px;
    margin-left: -8px;
}

    .row.row-md > [class^="col-"],
    .row.row-md > [class*=" col-"] {
        padding-right: 8px;
        padding-left: 8px;
    }

.row.row-big {
    margin-right: -50px;
    margin-left: -50px;
}

    .row.row-big > [class^="col-"],
    .row.row-big > [class*=" col-"] {
        padding-right: 50px;
        padding-left: 50px;
    }

.row.row-20 {
    margin-right: -10px;
    margin-left: -10px;
}

    .row.row-20 > [class^="col-"],
    .row.row-20 > [class*=" col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }

.flex-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-between-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-top2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

* {
    outline: none;
}

a, button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.s-block {
    padding: 4.5rem 0;
}

@media only screen and (max-width: 550px) {
    .s-block {
        padding: 3rem 0;
    }
}

.titulo {
    font-size: 2em;
    color: #272727;
    font-weight: normal;
    text-align: left;
    margin: 0 0 2rem;
}

    .titulo.azul {
        color: #1968A8;
    }

    .titulo:after {
        content: "";
        width: 6.2rem;
        height: 4px;
        display: block;
        background: #E93C46;
        margin: .3em 0;
    }

.titulo--blanco {
    color: #fff;
}

    .titulo--blanco:after {
        background: #fff;
    }

@media only screen and (max-width: 550px) {
    .titulo {
        font-size: 1.6rem;
    }
}

.p-1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-3 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-4 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-1 {
    padding-top: 20px;
}

.pt-2 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 60px;
}

.pt-4 {
    padding-top: 80px;
}

.pb-1 {
    padding-bottom: 20px;
}

.pb-2 {
    padding-bottom: 40px;
}

.pb-3 {
    padding-bottom: 60px;
}

.pb-4 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.w-100 {
    width: 100% !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.bg-gris {
    background: #EBEBEB;
}

.bg-gris-light {
    background: #F7F7F7;
}

@media (max-width: 1500px) {
    .p-1 {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .p-2 {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .p-3 {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .p-3 {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .p-4 {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .pt-1 {
        padding-top: 14px;
    }

    .pt-2 {
        padding-top: 28px;
    }

    .pt-3 {
        padding-top: 42px;
    }

    .pt-4 {
        padding-top: 56px;
    }

    .pb-1 {
        padding-bottom: 14px;
    }

    .pb-2 {
        padding-bottom: 28px;
    }

    .pb-3 {
        padding-bottom: 42px;
    }

    .pb-4 {
        padding-bottom: 56px;
    }
}

@media (max-width: 991px) {
    .flex-between,
    .flex-between-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .animated,
    .animated-delay1,
    .animated-delay2,
    .animated-delay3,
    .animated-delay4,
    .wow {
        /*CSS transitions*/
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        animation: none !important;
        visibility: visible !important;
    }

    .p-1 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .p-2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .p-3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .p-4 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pt-1 {
        padding-top: 10px;
    }

    .pt-2 {
        padding-top: 20px;
    }

    .pt-3 {
        padding-top: 30px;
    }

    .pt-4 {
        padding-top: 40px;
    }

    .pb-1 {
        padding-bottom: 10px;
    }

    .pb-2 {
        padding-bottom: 20px;
    }

    .pb-3 {
        padding-bottom: 30px;
    }

    .pb-4 {
        padding-bottom: 40px;
    }
}

@font-face {
    font-family: 'gobCL';
    src: url("fonts/gobCL-Bold.woff2") format("woff2"), url("fonts/gobCL-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'gobCL';
    src: url("fonts/gobCL.woff2") format("woff2"), url("fonts/gobCL.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gobCL';
    src: url("fonts/gobCL-Light.woff2") format("woff2"), url("fonts/gobCL-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'gobCL';
    src: url("fonts/gobCL-Heavy.woff2") format("woff2"), url("fonts/gobCL-Heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

body {
    background-color: #004771;
}

.container-fluid {
    max-width: 1300px;
}

    .container-fluid .lp-comercio {
        margin: 2.5rem 0rem;
        margin-bottom: 4rem;
        background-color: #fff;
        padding-bottom: 2rem;
        -webkit-box-shadow: 0 24px 2px -8px #002d48;
        box-shadow: 0 24px 2px -8px #002d48;
    }

        .container-fluid .lp-comercio .wrap .row.r-1 {
            padding-top: 3rem;
            padding-bottom: 4rem;
        }

@media only screen and (max-width: 556px) {
    .container-fluid .lp-comercio .wrap .row.r-1 figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 991px) {
    .container-fluid .lp-comercio .wrap .row.r-1 figure img {
        max-width: 250px;
    }
}

.container-fluid .lp-comercio .wrap .row.r-1.paso-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 600px) {
    .container-fluid .lp-comercio .wrap .row.r-1.paso-3 {
        padding-bottom: 0px;
    }
}

.container-fluid .lp-comercio .wrap .row.r-1.paso-3 .user h3 {
    font-weight: normal;
    color: #294370;
}

@media only screen and (max-width: 600px) {
    .container-fluid .lp-comercio .wrap .row.r-1.paso-3 .user h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1.5rem;
    }
}

.container-fluid .lp-comercio .wrap .row.r-1.paso-3 .user h3 span {
    font-weight: bold;
}

.container-fluid .lp-comercio .wrap .row.r-2 h1 {
    font-size: 57px;
    font-weight: 900;
    color: #98d7dc;
    margin-bottom: 1rem;
    margin-top: 0px;
}

@media only screen and (max-width: 600px) {
    .container-fluid .lp-comercio .wrap .row.r-2 h1 {
        font-size: 42px;
    }
}

.container-fluid .lp-comercio .wrap .row.r-2 p {
    color: #5584a0;
    font-weight: 500;
}

@media only screen and (max-width: 556px) {
    .container-fluid .lp-comercio .wrap .row.r-2.paso-3 {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 556px) {
    .container-fluid .lp-comercio .wrap .row.r-2.paso-3 h1 {
        margin-top: 1rem;
    }
}

.container-fluid .lp-comercio .wrap .row.r-3 {
    padding: 1.5rem 0rem;
}

    .container-fluid .lp-comercio .wrap .row.r-3 label {
        color: #5584a0;
        font-weight: 500;
    }

    .container-fluid .lp-comercio .wrap .row.r-3 .form-control.checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .container-fluid .lp-comercio .wrap .row.r-3 .form-control.checkbox input {
            min-width: unset;
            width: 25px;
            height: 25px;
            margin-right: 1rem;
        }

        .container-fluid .lp-comercio .wrap .row.r-3 .form-control.checkbox label {
            padding-top: .2rem;
        }

.container-fluid .lp-comercio .wrap .row.r-4 {
    padding-bottom: 5rem;
    padding-top: 5rem;
}

    .container-fluid .lp-comercio .wrap .row.r-4 .cont-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }

@media only screen and (max-width: 991px) {
    .container-fluid .lp-comercio .wrap .row.r-4 .cont-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1rem;
    }
}

.container-fluid .lp-comercio .wrap .row.r-4 .cont-btn .btn-continuar {
    background: #e5738e;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    font-size: 32px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .8;
}

    .container-fluid .lp-comercio .wrap .row.r-4 .cont-btn .btn-continuar:hover {
        background: #F45A7E;
        opacity: 1;
    }

        .container-fluid .lp-comercio .wrap .row.r-4 .cont-btn .btn-continuar:hover img {
            -webkit-transform: scale(1.15);
            transform: scale(1.15);
            -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
            transition: cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
        }

    .container-fluid .lp-comercio .wrap .row.r-4 .cont-btn .btn-continuar.azul {
        background: #0e689e;
    }

.container-fluid .lp-comercio .wrap .row.r-4.paso-3 {
    padding-top: 0px;
}

@media only screen and (max-width: 600px) {
    .container-fluid .lp-comercio .wrap .row.r-4.paso-3 .cont-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .container-fluid .lp-comercio .wrap .row.r-4.paso-3 .cont-btn .btn-continuar {
        width: 100%;
        margin-bottom: 2rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.container-fluid .lp-comercio .wrap .row.row-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .container-fluid .lp-comercio .wrap .row.row-5 .col-lg-6 {
        margin-bottom: 2rem;
    }
}

.container-fluid .lp-comercio .wrap .row.row-5 .box-perfil {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 1.5rem;
    text-align: center;
    border: 3px solid #98d7dc;
    padding: 1rem;
    padding-bottom: 2rem;
    border-radius: 10px;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .container-fluid .lp-comercio .wrap .row.row-5 .box-perfil {
        max-width: 80%;
    }
}

.container-fluid .lp-comercio .wrap .row.row-5 .box-perfil h2 {
    color: #155f8c;
    font-size: 32px;
    font-weight: bold;
}

.container-fluid .lp-comercio .wrap .row.row-5 .box-perfil figure {
    margin-bottom: 0px;
}

    .container-fluid .lp-comercio .wrap .row.row-5 .box-perfil figure img {
        width: 70px;
        max-width: 70px;
        margin-bottom: 1.2rem;
        height: 83px;
        max-height: 83px;
    }

        .container-fluid .lp-comercio .wrap .row.row-5 .box-perfil figure img.org {
            width: 90px;
            max-width: 90px;
        }

.container-fluid .lp-comercio .wrap .row.row-5 .box-perfil p {
    color: #5584a0;
    font-weight: 500;
}

.container-fluid .lp-comercio .wrap .row.row-5 .box-perfil .form-check {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .container-fluid .lp-comercio .wrap .row.row-5 .box-perfil .form-check input {
        min-width: unset;
        width: 25px;
        height: 25px;
        margin-right: 1rem;
    }

    .container-fluid .lp-comercio .wrap .row.row-5 .box-perfil .form-check label {
        color: #5584a0;
        font-weight: bold;
    }

@media only screen and (min-width: 991px) {
    .container-fluid .lp-comercio .wrap .row.row-5 .box-perfil.bp-1 {
        margin-right: 2rem;
    }
}

@media only screen and (min-width: 991px) {
    .container-fluid .lp-comercio .wrap .row.row-5 .box-perfil.bp-2 {
        margin-left: 2rem;
    }
}

.container-fluid .lp-comercio .wrap .row.row-06 {
    padding-bottom: 0rem;
}

    .container-fluid .lp-comercio .wrap .row.row-06 .form-control {
        margin-bottom: 1.3rem;
    }

@media only screen and (max-width: 600px) {
    .container-fluid .lp-comercio .wrap .row.row-06 .form-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.container-fluid .lp-comercio .wrap .row.row-06 .form-control label {
    margin: 0rem 2rem;
    color: #34749b;
    font-weight: bold;
    font-size: 1.2rem;
}

@media only screen and (max-width: 600px) {
    .container-fluid .lp-comercio .wrap .row.row-06 .form-control label {
        margin-left: 0px;
        margin-bottom: .5rem;
    }
}

.container-fluid .lp-comercio .wrap .row.row-06 .form-control input, .container-fluid .lp-comercio .wrap .row.row-06 .form-control select {
    min-width: 350px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #b2e1e5;
    padding-left: .5rem;
}

@media only screen and (max-width: 600px) {
    .container-fluid .lp-comercio .wrap .row.row-06 .form-control input, .container-fluid .lp-comercio .wrap .row.row-06 .form-control select {
        min-width: unset;
    }
}

.container-fluid .lp-comercio .wrap .row.row-06 .form-control input.error {
    border: 2px solid red;
}

.container-fluid .lp-comercio .wrap .row.row-06 .form-control.box-checkboxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 600px) {
    .container-fluid .lp-comercio .wrap .row.row-06 .form-control.box-checkboxs .title {
        margin-bottom: 0.6rem;
    }
}

.container-fluid .lp-comercio .wrap .row.row-06 .form-control.box-checkboxs .cont-checkboxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .container-fluid .lp-comercio .wrap .row.row-06 .form-control.box-checkboxs .cont-checkboxs .form-control.checkbox {
        margin: 0px;
    }

@media only screen and (max-width: 991px) {
    .container-fluid .lp-comercio .wrap .row.row-06 .form-control.box-checkboxs .cont-checkboxs .form-control.checkbox {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.container-fluid .lp-comercio .wrap .row.row-06 .form-control.box-checkboxs .cont-checkboxs .form-control.checkbox label {
    margin-left: .5rem;
}

.container-fluid .lp-comercio .wrap .row.row-06 .form-control.box-checkboxs .cont-checkboxs .form-control.checkbox input {
    min-width: unset;
    width: 25px;
    height: 25px;
    margin-right: 1.5rem;
}

.container-fluid .lp-comercio .wrap .row.row-07 {
    margin-bottom: 5rem;
}

    .container-fluid .lp-comercio .wrap .row.row-07 .range-slider__range {
        -webkit-appearance: none;
        width: 100%;
        height: 7px;
        border-radius: 5px;
        background: #80d9dd;
        outline: none;
        padding: 0;
        margin: 0;
    }

    .container-fluid .lp-comercio .wrap .row.row-07 input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #80d9dd;
        cursor: ew-resize;
        -webkit-box-shadow: 0 0 2px 0 #80d9dd;
        box-shadow: 0 0 2px 0 #80d9dd;
    }

    .container-fluid .lp-comercio .wrap .row.row-07 input[type="range"]::-moz-range-thumb {
        -webkit-appearance: none;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #80d9dd;
        cursor: ew-resize;
        box-shadow: 0 0 2px 0 #80d9dd;
    }

    .container-fluid .lp-comercio .wrap .row.row-07 input[type="range"]::-ms-thumb {
        -webkit-appearance: none;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #80d9dd;
        cursor: ew-resize;
        box-shadow: 0 0 2px 0 #80d9dd;
    }

@media only screen and (max-width: 991px) {
    .container-fluid .lp-comercio .wrap .row.row-07 .col-lg-8 {
        width: 90%;
    }
}

.container-fluid .footer footer {
    margin-bottom: 6rem;
}

@media only screen and (max-width: 991px) {
    .container-fluid .footer footer .row div[class^='col-lg'] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1.5rem;
        width: 50%;
    }
}

@media only screen and (max-width: 556px) {
    .container-fluid .footer footer .row div[class^='col-lg'] {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .container-fluid .footer footer .row div[class^='col-lg'].relleno {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .container-fluid .footer footer .row figure img {
        max-width: 250px;
    }
}

.container-fluid .footer footer .row figure img.logo-white {
    max-width: 150px;
}

.container-fluid .footer footer .box-lista ul {
    list-style: none;
}

@media only screen and (max-width: 600px) {
    .container-fluid .footer footer .box-lista ul {
        padding-left: 0px;
    }
}

.container-fluid .footer footer .box-lista ul li {
    color: #fff;
    margin-bottom: .5rem;
}

    .container-fluid .footer footer .box-lista ul li a {
        color: #b9e0e6;
        margin-bottom: .5rem;
        text-transform: none;
        font-size: 18px;
    }

    .container-fluid .footer footer .box-lista ul li span {
        font-size: 16px;
    }

.container-fluid .icon-flecha {
    height: 25px;
    max-height: 25px;
    width: 35px;
    max-width: 35px;
    margin-right: .8rem;
}

.container-fluid .box-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .container-fluid .box-btns {
        margin-top: 0px;
    }
}

.container-fluid .box-pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container-fluid .pagination {
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .container-fluid .pagination {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 600px) {
    .container-fluid .pagination {
        margin-top: 2rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }
}

.container-fluid .pagination a {
    position: relative;
    color: #98d7dc;
    font-weight: bold;
    float: left;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border: 1px solid #e7f4f5;
    padding: 8px 16px;
}

    .container-fluid .pagination a:hover {
        background-color: #98d7dc;
        color: #fff;
    }

    .container-fluid .pagination a:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

@media only screen and (max-width: 600px) {
    .container-fluid .pagination a:first-child {
        position: absolute;
        top: -3.5rem;
        left: 5%;
    }
}

.container-fluid .pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media only screen and (max-width: 600px) {
    .container-fluid .pagination a:last-child {
        position: absolute;
        top: -3.5rem;
        right: 5%;
    }
}

.container-fluid .pagination a.active:after {
    position: absolute;
    content: '';
    border-bottom: 5px solid #b9e0e6;
    width: 105%;
    display: block;
    margin: 0 auto;
    bottom: 0%;
    -webkit-transform: translateX(-38%);
    transform: translateX(-38%);
}

.container-fluid .row-06 input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #80d9dd;
}

.container-fluid .row-06 input::-moz-placeholder {
    /* Firefox 19+ */
    color: #80d9dd;
}

.container-fluid .row-06 input:-ms-input-placeholder {
    /* IE 10+ */
    color: #80d9dd;
}

.container-fluid .row-06 input:-moz-placeholder {
    /* Firefox 18- */
    color: #80d9dd;
}

.container-fluid input.error::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: red;
}

.container-fluid input.error::-moz-placeholder {
    /* Firefox 19+ */
    color: red;
}

.container-fluid input.error:-ms-input-placeholder {
    /* IE 10+ */
    color: red;
}

.container-fluid input.error:-moz-placeholder {
    /* Firefox 18- */
    color: red;
}

.container-fluid .form-control.select select {
    color: #80d9dd;
}

@media only screen and (max-width: 600px) {
    .container-fluid .form-control.select select {
        font-size: 16px;
        padding-top: 0.5rem;
    }
}

.container-fluid hr {
    border: .5px solid #98d7dc;
    margin-bottom: 2rem;
}

.range-value {
    position: absolute;
    bottom: -30%;
}

    .range-value span {
        width: 65px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #80d9dd;
        color: #fff;
        font-size: 16px;
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-35%, 0);
        transform: translate(-35%, 0);
        border-radius: 120px;
        font-weight: bold;
    }

        .range-value span:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-bottom: 14px solid #80d9dd;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            top: -30%;
            left: 50%;
            margin-left: -5px;
            margin-top: -1px;
        }

.range-slider {
    margin: 60px 0 0 0%;
}

.range-slider {
    width: 100%;
}

/* fin inputs rango */
@media all and (max-width: 1200px) and (min-width: 991px) {
    .container-fluid .lp-comercio .wrap .row.row-06 .form-control input, .container-fluid .lp-comercio .wrap .row.row-06 .form-control select {
        min-width: 300px;
    }
}

@media all and (max-width: 1300px) and (min-width: 991px) {
    .container-fluid .lp-comercio .wrap .row.r-1 {
        padding-bottom: 0rem;
    }
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .styled-checkbox + label:before {
            content: "";
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: white;
            background: transparent;
            border: 1.5px solid #ccc;
            border-radius: 2px;
        }

    .styled-checkbox:focus + label:before {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .styled-checkbox:checked + label:before {
        background: #004771;
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox:checked + label:after {
        content: "";
        position: absolute;
        left: 5px;
        top: 12px;
        background: white;
        width: 3px;
        height: 3px;
        -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.styled-checkbox-v02 {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox-v02 + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .styled-checkbox-v02 + label:before {
            content: "";
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: white;
            background: transparent;
            border: 1.5px solid #ccc;
            border-radius: 2px;
        }

    .styled-checkbox-v02:focus + label:before {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .styled-checkbox-v02:checked + label:before {
        background: #004771;
    }

    .styled-checkbox-v02:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox-v02:disabled + label:before {
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox-v02:checked + label:after {
        content: "";
        position: absolute;
        left: 5px;
        top: 12px;
        background: white;
        width: 3px;
        height: 3px;
        -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.styled-checkbox-v03 {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox-v03 + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .styled-checkbox-v03 + label:before {
            content: "";
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: white;
            background: transparent;
            border: 1.5px solid #ccc;
            border-radius: 2px;
        }

    .styled-checkbox-v03:focus + label:before {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .styled-checkbox-v03:checked + label:before {
        background: #004771;
    }

    .styled-checkbox-v03:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox-v03:disabled + label:before {
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox-v03:checked + label:after {
        content: "";
        position: absolute;
        left: 5px;
        top: 12px;
        background: white;
        width: 3px;
        height: 3px;
        -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.styled-checkbox-v04 {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox-v04 + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .styled-checkbox-v04 + label:before {
            content: "";
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: white;
            background: transparent;
            border: 1.5px solid #ccc;
            border-radius: 2px;
        }

    .styled-checkbox-v04:focus + label:before {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .styled-checkbox-v04:checked + label:before {
        background: #004771;
    }

    .styled-checkbox-v04:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox-v04:disabled + label:before {
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox-v04:checked + label:after {
        content: "";
        position: absolute;
        left: 5px;
        top: 12px;
        background: white;
        width: 3px;
        height: 3px;
        -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.row.r-3 .styled-checkbox-v04 + label:before {
    width: 25px;
    height: 25px;
}

.row.r-3 .styled-checkbox-v04:checked + label:before {
    background: #004771;
}

.row.r-3 .styled-checkbox-v04:checked + label:after {
    content: "";
    position: absolute;
    left: 7.5px;
    top: 15px;
    background: white;
    width: 3px;
    height: 3px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.row.row-5 .styled-checkbox + label:before {
    width: 25px;
    height: 25px;
}

.row.row-5 .styled-checkbox:checked + label:before {
    background: #004771;
}

.row.row-5 .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 7.5px;
    top: 12px;
    background: white;
    width: 3px;
    height: 3px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.row.row-06 .form-control.checkbox .styled-checkbox-v02 + label:before {
    width: 25px;
    height: 25px;
}

.row.row-06 .form-control.checkbox .styled-checkbox-v02:checked + label:before {
    background: #004771 !important;
}

.row.row-06 .form-control.checkbox .styled-checkbox-v02:checked + label:after {
    content: "";
    position: absolute;
    left: 7.5px;
    top: 12px;
    background: white;
    width: 3px;
    height: 3px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.row.row-06 .form-control.checkbox .styled-checkbox-v03 + label:before {
    width: 25px;
    height: 25px;
}

.row.row-06 .form-control.checkbox .styled-checkbox-v03:checked + label:before {
    background: #004771 !important;
}

.row.row-06 .form-control.checkbox .styled-checkbox-v03:checked + label:after {
    content: "";
    position: absolute;
    left: 7.5px;
    top: 12px;
    background: white;
    width: 3px;
    height: 3px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*# sourceMappingURL=estilos.css.map */
