.banner-main {
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: bottom; */
    background-position: center;
    height: 750px;
    max-width: 100%;
    position: absolute;
    right: 0;
    width: 50%;
}

.font14 {
    font-size: 14px;
}

.block-lefts {
    height: 750px;
    font-family: 'Montserrat', sans-serif;
    z-index: 2;
    position: relative;
}

.block-lefts p a {
    color: black;
    text-decoration: underline;
}

.capacitacion {
    background-image: url(../img/banner-capacitacion-canaco.jpg);
}

.vinculacion_comercial {
    background-image: url(../img/banner-vinculacion-canaco.jpg);
}

.gestoria {
    background-image: url(../img/banner-gestoria-canaco.jpg);
}

.renta_salas {
    background-image: url(../img/banner-renta-canaco.jpg);
}

.h1serv {
    position: relative;
    font-size: 64px;
    font-weight: 700;
}

.h1serv:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 5px;
    width: 130px;
    height: 6px;
    background: #2c7fa8;
}

.subts {
    font-size: 18px;
    font-weight: 700;
}

.listbn {
    font-size: 14px;
}

.nommv {
    display: none;
    background-color: #F4F4F4;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    width: 45%;
    padding: 25px 0 0 20px;
}

.nommv ul li {
    margin-bottom: 25px !important;
    display: block !important;
}

.ly_afiliat {
    position: absolute;
    left: -60px;
    bottom: 8%;
    width: 180px;
}

.dvhand {
    width: 60px;
    background-color: #2c7fa8;
    color: white;
    text-align: center;
    padding: 17px 15px 17px 15px;
    float: left;
}

.dvtextaf {
    width: 120px;
    color: #2c7fa8;
    background-color: white;
    text-align: center;
    padding: 15px 15px 15px 15px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.w-frm-serv {
    width: 80%;
}

.inp_serv {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #2c7fa8;
    border-radius: 0px;
}

.inp_serv:focus {
    color: #495057;
    background-color: #fff;
    border-bottom: 2px solid #2c7fa8;
    outline: 0;
    box-shadow: inherit;
    border-color: inherit;
}

.btn-form-serv {
    border: 2px solid #2c7fa8;
    color: #495057;
    background-color: transparent;
    transition: all .2s ease-in-out;
    font-size: 18px;
    font-weight: 700;
    width: 160px;
}

.btn-form-serv:hover {
    background-color: #2c7fa8;
    color: white;
}

.tit_frm_cto {
    font-size: 24px;
    color: #4A4A4A;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 46px;
    background-repeat: no-repeat;
    background-size: 66px;
    background-position: center 0px;
    background-image: url(../images/footer/circulo_verde-canaco.svg);
    background-color: transparent;
    position: relative;
}

.tit_frm_cto span {
    font-size: 62px;
    font-weight: 700;
}

.form_serv_can {
    font-family: 'Montserrat', sans-serif;
}

.ly_frm_s {
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
}

.round input[type="radio"] {
    opacity: 0;
    position: relative;
    float: left;
    z-index: 10;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
}

.round label {
    background-color: #fff;
    border: 3px solid #2c7fa8;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    /* box-shadow: 2px 2px 16px #d0d4d4; */
}

.round {
    position: relative;
    text-align: left;
    float: left;
    width: auto;
    margin: 0 0 0 8px;
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}

.round input[type="radio"]:checked+label {
    background-color: #2c7fa8;
    border-color: #2c7fa8;
}

.dvline_absfm {
    position: absolute;
    height: 6px;
    width: 16%;
    background-color: #2c7fa8;
    display: block;
    right: 0;
    bottom: 84px;
}

.dvline_abscd {
    position: absolute;
    height: 6px;
    width: 100px;
    background-color: #2c7fa8;
    display: block;
    right: 0;
    bottom: 47%;
}

.bnshdw {
    background-color: #F4F4F4;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px -5px 10px #00000029;
}

.h2serv {
    font-size: 16px;
    color: #4A4A4A;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 28px;
    background-repeat: no-repeat;
    background-size: 42px;
    background-position: right top;
    background-image: url(../images/footer/circulo_verde-canaco.svg);
    background-color: transparent;
    position: relative;
    padding: 12px 0 0 0;
    line-height: 1.2;
    width: fit-content;
}

.mw-200px {
    max-width: 200px;
}

@media (min-width: 992px) {
    .h2serv {
        background-position: right 6px;
    }
}

.h2serv span {
    /* font-size: 28px; */
    font-weight: 700;
}

.no-right {
    right: inherit;
}

@media only screen and (max-width: 1200px) {
    .h1serv {
        font-size: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .block-lefts {
        height: inherit;
        padding: 0 15px 25px 40px !important;
    }
    .banner-main {
        /* height: 683px; */
        height: 560px;
        position: relative;
        padding: 0px !important;
    }
    .nommv {
        display: block;
    }
    .nopdc {
        padding: 0px !important;
        max-width: 96.5%;
        margin: 0px !important
    }
    .ly_afiliat {
        left: calc(45% - 60px);
    }
    .banner-main {
        width: 100%;
    }
    .bnshdw,
    .nvm {
        display: none;
    }
    .form_serv_can {
        margin: 0px !important;
        padding: 0px !important;
    }
    .psrv {
        padding: 0px !important;
    }
    .w-frm-serv {
        width: 100%;
    }
    .tit_frm_cto {
        background-position: 220px 0px;
    }
    .mtm0 {
        margin-top: 0px !important;
    }
    .gestoria {
        background-position: 108px;
    }
    .renta_salas {
        background-position: 60px;
    }
}

@media only screen and (max-width: 576px) {
    .h1serv {
        font-size: 34px;
    }
    .banner-main {
        height: 490px;
    }
}