/*general*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

.sweet-alert {
    font-size: 16px;
    line-height: 24px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin: 16px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 150%;
}

a img, img {
    border: 0;
}

a {
    text-decoration: none;
    display: inline-block;
}

p {
    margin: 0;
}

a:hover {
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}


/*type*/

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px;
    line-height: 100%;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: calc(18px + (35 - 18) * ((100vw - 300px)/(1500 - 300)));
}

h3 {
    font-size: calc(16px + (30 - 16) * ((100vw - 300px)/(1500 - 300)));
}

h4 {
    font-size: 40px;
}

h5 {
    font-size: 27px;
}

h6 {
    font-size: calc(16px + (18 - 16) * ((100vw - 300px)/(1500 - 300)));
}


.f-light {
    font-weight: 100;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.float {
    float: left;
}

.copy {
    font-size: 10px;
    padding: 0 10px;
}


/*grid*/

.col-c {
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.cols2 {
    overflow: hidden;
}

    .cols2 > .col {
        width: 49%;
        margin-right: 2%;
        float: left;
    }

        .cols2 > .col:nth-child(2n) {
            margin-right: 0;
        }

.cols3 {
    overflow: hidden;
}

    .cols3 > .col {
        width: 32%;
        margin-right: 2%;
        float: left;
    }

    .cols3 > .col2 {
        width: 66%;
        margin-right: 2%;
        float: left;
    }

    .cols3 > .col:nth-child(3n) {
        margin-right: 0;
    }

.cols4 {
    overflow: hidden;
}

    .cols4 > .col {
        width: 23.5%;
        margin-right: 2%;
        float: left;
    }

    .cols4 > .col2 {
        width: 49%;
        margin-right: 2%;
        float: left;
    }

    .cols4 > .col3 {
        width: 74.5%;
        margin-right: 2%;
        float: left;
    }

    .cols4 > .col:nth-child(4n) {
        margin-right: 0;
    }

.cols5 {
    overflow: hidden;
}

    .cols5 > .col {
        width: 18.4%;
        margin-right: 2%;
        float: left;
    }

    .cols5 > .col2 {
        width: 38.8%;
        margin-right: 2%;
        float: left;
    }

    .cols5 > .col3 {
        width: 59.2%;
        margin-right: 2%;
        float: left;
    }

    .cols5 > .col4 {
        width: 79.6%;
        margin-right: 2%;
        float: left;
    }

    .cols5 > .col:nth-child(5n) {
        margin-right: 0;
    }

.col.mr0, .mr0, .col2.mr0, .col3.mr0, .col4.mr0 {
    margin-right: 0px;
}

.mb {
    margin-bottom: 10px;
}

.mb0 {
    margin-bottom: 0;
}

.pr {
    position: relative;
    overflow: hidden;
}

/*ICONS*/

.icon {
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
}

.icon30 {
    width: 30px;
    height: 30px;
}

.icon-car {
    background-image: url(../../images/Campanatco/icon-car.svg);
}


img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
}

nav ul {
    margin: 0;
    padding: 0;
}

    nav ul li {
        list-style: none;
    }

section#content {
    z-index: 99;
    position: relative;
}

header {
    margin: 10px;
}

.img-landing-serfinansa {
    position: relative;
}

.copy-principal {
    position: absolute;
    z-index: 99;
    top: 5%;
    left: 6%;
    width: 45%;
}

.beneficios-form {
    overflow: hidden;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.bg-landing {
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    background-color: #07558e;
    margin-top: -7%;
    z-index: 99;
}


    .bg-landing:before {
        content: "";
        width: 100%;
        height: 340px;
        position: absolute;
        top: -298px;
        left: 0;
        background-image: url(../../images/Campanatco/bg-top.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .bg-landing:after {
        content: "";
        width: 100%;
        height: 340px;
        position: absolute;
        bottom: -179px;
        left: 0;
        background-image: url(../../images/Campanatco/bg-bottom.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        z-index: -1;
    }

.beneficios {
    width: 53%;
    float: left;
    margin-right: 2%;
}

.formulario {
    width: 45%;
    float: left;
}

.titulo-principal {
    text-align: center;
    position: absolute;
    top: -200px;
    left: 16%;
}

    .titulo-principal h3 {
        font-weight: 400;
        letter-spacing: 3px;
    }

    .titulo-principal h2 {
        letter-spacing: 3px;
    }

footer {
    position: relative;
    background-color: #f9f9f9;
    padding: 150px 0 50px 0;
}

v

.logo-footer {
    width: 50%;
    margin: 0 auto;
    z-index: 999;
    position: relative;
}

.vigilado {
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.titulo-principal h3:first-child {
    margin-bottom: 10px;
    border-bottom: 2px solid #0082f7;
    padding: 5px 50px;
    display: inline-block;
}


.formulario input, .formulario select {
    background-color: #dadada;
    border: 0;
    height: 30px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

.beneficios ul {
    background-color: rgba(255,255,255,0.03);
    padding: 20px;
    border-radius: 20px;
}

    .beneficios ul li {
        margin-bottom: 25px;
        font-size: 16px;
        position: relative;
        line-height: 150%;
        padding-left: 25px;
    }

        .beneficios ul li:before {
            content: "";
            width: 8px;
            height: 8px;
            background-color: #fff;
            border-radius: 100%;
            display: inline-block;
            position: absolute;
            top: 5px;
            left: 0;
        }

.beneficios h6 {
    padding: 0 0 20px 30px;
}

.input-col2 {
    margin-bottom: 3%;
    overflow: hidden;
    text-align: right;
}

    .input-col2 p {
        width: 30%;
        float: left;
        line-height: 120%;
    }

    .input-col2 input, .input-col2 select {
        width: 63%;
        margin-left: 2%;
        float: left;
        padding: 0 2%;
    }

    .input-col2 select {
        width: 67%;
    }

.autorizo-copy {
    margin: 30px 0;
}

    .autorizo-copy p {
        font-size: 14px;
        line-height: 150%;
        font-weight: 100;
    }

.terminos {
    margin-bottom: 30px;
}

    .terminos input {
        box-shadow: 0 0 0 rgba(0,0,0,0.0);
        width: 15px;
        height: 15px;
        display: inline-block;
    }

    .terminos label {
        vertical-align: top;
        display: inline-block;
        width: 90%;
        line-height: 100%;
    }

input#btn-enviar, form#serfinansa-report-form #btn-enviar {
    background-color: #bae1fd;
    font-size: 20px;
    font-weight: 600;
    height: 40px;
    padding: 0 40px;
    color: #094392;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
    margin: 0 10px 10px 0;
    width: auto !important;
}

.cont-btn {
    text-align: right;
}

/*Thankyou page*/
.thankyou-page {
    background-color: #07558e;
    color: #fff;
    position: relative;
}

    .thankyou-page:before {
        content: "";
        width: 100%;
        height: 50px;
        background-image: url(../../images/Campanatco/bottom-thank.jpg);
        position: absolute;
        bottom: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: cover;
    }

.cont-thankyou {
    width: 80%;
    margin: 0 auto;
    max-width: 950px;
    padding: 20px 0;
    padding-bottom: 70px;
}

    .cont-thankyou h2 {
        border: 2px dashed rgba(255,255,255,0.3);
        padding: 20px;
        font-weight: 400;
        width: 60%;
        margin: 0 auto;
        text-align: center;
        z-index: 99;
        position: relative;
        margin-top: 80px;
    }

.txt-asesor {
    text-align: center;
    font-size: 25px;
    width: 60%;
    margin: 0 auto;
    line-height: 130%;
    margin-top: 100px;
    margin-bottom: 100px;
}

.redes {
    text-align: center;
    margin-bottom: 100px;
}

.logo-page {
    text-align: center;
}

    .redes p, .logo-page p {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
    }

    .logo-page p {
        border-right: 1px solid #1b3c58;
        margin-right: 20px;
        padding: 20px 20px 20px 0;
    }

.redes a {
    width: 60px;
    vertical-align: middle;
    margin-left: 10px;
}

.logo-page .logo-thank {
    width: 350px;
    display: inline-block;
    vertical-align: middle;
}

.logo-vigilado-thank {
    width: 18px;
    position: absolute;
    left: 10px;
    bottom: 9%;
}

.logo-footer {
    width: 50%;
    margin: 0 auto;
    z-index: 999;
    position: relative;
}

.error {
    display: block;
    padding-right: 10px;
    text-decoration-line: underline;
}

input.error, select.error {
    border: 1px solid red;
}

.mensajewarning {
    background-color: #d0ad00;
    margin-bottom: 10px;
}

.mensajeconf {
    background-color: #00bb00;
    margin-bottom: 10px;
}

.mensajeerror {
    background-color: red;
    margin-bottom: 10px;
}

form#serfinansa-login-form {
    margin-bottom: 250px;
}

    form#serfinansa-login-form h3 {
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 20px;
    }

    form#serfinansa-login-form input {
        width: 100%;
    }

    form#serfinansa-login-form label {
        width: 100%;
        text-align: left;
        clear: both;
        display: block !important;
        padding-left: 10px;
        padding-top: 5px;
    }

    form#serfinansa-login-form .cont-btn input {
        width: auto;
    }

.contenedor-table {
    margin-bottom: 250px;
}

form#serfinansa-report-form h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

form#serfinansa-report-form input {
    background-color: #dadada;
    border: 0;
    height: 30px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    width: 97%;
}

.contenedor-table table {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
}

.contenedor-table th {
    border: 1px solid rgba(255,255,255,0.2);
    padding: 0 10px;
}

.dataTables_scrollBody td {
    color: #676767 !important;
}
