ul {
    list-style: none;
    margin: 0;
    padding: 0
}

li {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0
}

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

.f-inline {
    display: inline-block
}

.navbar-default {
    background: 0 0;
    border: none
}

.img-responsive {
    width: 100%;
    height: auto
}

.f-hcenter {
    text-align: center
}

.f-hcenter>* {
    display: inline-block
}

.clearfix {
    clear: both
}

.navbar-brand {
    height: auto;
    display: block
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.left {
    text-align: left
}

.fix-right {
    padding-right: 0
}

.fix-left {
    padding-left: 0
}

.orange {
    color: #fe8a00
}

body {
    color: #2a253a;
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    background-color: #fff
}

body,
html {
    overflow: hidden!important;
    position: relative
}

.black {
    font-weight: 900
}

.bold {
    font-weight: 700
}

.white {
    color: #fff
}

.ib {
    display: inline-block
}

.trans {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

main {
    height: 100vh;
    display: table;
    width: 100%
}

main>div {
    height: inherit;
    display: table-cell;
    vertical-align: middle
}

.middle {
    vertical-align: middle
}

.section.bg_white {
    background-color: #fff!important
}

.section.bg_banner {
    background: linear-gradient(90deg, #fff 0, #fff 64.66666667%, #2a253a 50%, #2a253a 100%);
}
.section.bg_banner main {
    height: calc(100vh - 100px);
}

.fp-section.fp-table,
.fp-slide.fp-table {
    padding-top: 0!important
}

.img_banner {
    position: absolute;
    right: 0;
    width: 50%;
    bottom: -100px
}

.box_tuEmpresa h1 {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 50px;
    line-height: 1.2;
    margin-top: 0;
}

.box_tuEmpresa h1>span {
    color: #b41921
}

.box_tuEmpresa p.text_grantiza {
    font-size: 30px;
    font-weight: 400;
    color: #484848;
    line-height: 1.2;
    margin-bottom: 0;
    color: #484848
}
.box_tuEmpresa p.text_grantiza>span{
    font-weight: 600;
}

.btn_conoceMas {
    display: inline-block;
    color: #b41921;
    background-color: #eef3f5;
    margin-top: 50px;
    padding: 15px 60px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px
}

.btn_conoceMas.contactanos {
    background-color: #eef3f5;
    color: #b41921;
    margin-top: 20px
}

.btn_conoceMas:hover {
    color: #eef3f5;
    background-color: #b41921
}

.btn_conoceMas.contactanos:hover {
    background-color: #2a253a
}

.container-fluid {
    width: 85%
}

.box_conoce h2 {
    font-size: 24px;
    line-height: 1.1;
    margin-top: 30px;
    position: relative;
    font-weight: 600
}

.box_conoce p:after {
    content: '';
    position: absolute;
    top: -40px;
    width: 84px;
    height: 5px;
    background-color: #fff;
    border-radius: 45px;
    margin-left: -42px;
    left: 50%
}

.box_conoce {
    min-height: 430px;
    border-radius: 5px;
    margin-bottom: 30px
}

.padd_col_4 {
    padding: 0
}

.text_sincolor {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 70px
}

.text_sincolor>span {
    color: #b41921;
    font-weight: 900
}

.div_imgtable {
    display: table;
    height: 260px;
    width: 100%;
    text-align: center
}

.div_imgtable.conoce_mas {
    height: 390px
}

.div_imgtable>div {
    display: table-cell;
    height: inherit;
    vertical-align: middle
}

.section_tres .box_conoce h2 {
    height: 90px
}

.section_tres .box_conoce h2>a {
    color: #2a253a
}

.section_tres .box_conoce h2>a:hover {
    color: #b41921
}

.box_conoce p {
    font-size: 20px;
    line-height: 1.3;
    width: 90%;
    margin: auto;
    color: #484848;
    position: relative
}

.box_conoce p>span {
    font-weight: 600
}

.section_tres .box_conoce p:after {
    top: -30px;
    background-color: #b41921
}

.section_tres .box_conoce {
    background-color: #fff;
    border: 1px solid #cec9da
}

.cont-princ-slider {
    overflow: hidden;
    width: 100%;
    position: relative
}

.cont-princ-slider:before {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 10px;
    background-color: #fff;
    top: 0;
    filter: blur(0);
    z-index: 999;
    box-shadow: 0 0 35px 25px #fff
}

.cont-princ-slider:after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 10px;
    background-color: #fff;
    top: 0;
    filter: blur(0);
    z-index: 999;
    box-shadow: 0 0 35px 25px #fff
}

.slier-prin {
    display: inline-flex;
    -moz-animation: slider 15s infinite linear;
    -webkit-animation: slider 15s infinite linear;
    animation: slider 15s infinite linear;
    height: 100%;
    width: auto
}

.logo_clientes {
    display: table;
    height: 220px;
    width: 220px;
    margin-right: 30px;
    text-align: center
}

.logo_clientes img {
    width: 100%;
    filter: grayscale(100%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #f9f9f9
}
.reLogo{
    position: relative
}
.reLogo .logo_electo img{
    position: absolute;
    left: 0;
    top: 60px;
}
.logo_clientes img:hover {
    filter: grayscale(0);
    filter: inherit;
    transform: scale(.9)
}

.logo_clientes>div {
    display: table-cell;
    height: inherit;
    vertical-align: middle
}

@keyframes slider {
    to {
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.slider_clientes h2 {
    text-align: center;
    font-size: 60px;
    margin-bottom: 70px;
    font-weight: 700;
    color: #2a253a
}

.slider_clientes h2>span {
    color: #b41921
}

.section.logos_clientes {
    padding: 20px 0 170px !important
}

.bg_plomo {
    background-color: #efedf6
}

.bg_morado {
    background-color: #2a253a
}

.img_conocenos img {
    position: relative;
    top: -110px;
    width: 650px;
    margin-bottom: -50px;
}

.section.nosotros {
    margin-top: 130px
}

.nostros_texto h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #b41921
}

.nostros_texto p {
    font-size: 22px;
    line-height: 1.2;
    color: #fff
}

.align_rigth {
    text-align: right
}

.nostros_texto .btn_conoceMas {
    margin-top: 0;
    background-color: #fff
}

.nostros_texto .btn_conoceMas.contactanos {
    margin-top: 20px;
    background-color: #b41921;
    color: #fff
}

.nostros_texto {
    padding-bottom: 90px
}

footer {
    padding: 90px 0;
    position: relative;
    z-index: 99999;
    background-color: #fff
}

footer h2 {
    font-size: 24px;
    color: #b41921;
    font-weight: 600;
    margin-bottom: 30px
}



footer span {
    border: 1px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px!important;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    font-size: 15px!important;
    margin-right: 10px
}

footer span:hover {
    background-color: #b41921;
    color: #fff
}

.scroll-downs {
    position: fixed;
    bottom: 30px;
    left: 30px;
    margin: auto;
    z-index: 999
}

.mousey {
    width: 3px;
    padding: 5px 10px;
    height: 35px;
    border: 2px solid #000;
    border-radius: 25px;
    opacity: .75;
    box-sizing: content-box
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #000;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite
}

@keyframes scroll {
    0% {
        opacity: 0
    }
    10% {
        transform: translateY(0);
        opacity: 1
    }
    100% {
        transform: translateY(15px);
        opacity: 0
    }
}

.relative {
    position: relative
}

#msform {
    width: 300px;
    margin: auto;
    text-align: left;
    float: right;
    color: #fff
}

#msform h2 {
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 700;
}

.form-control {
    border-radius: 0;
    background-color: #2a253a;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    margin-top: 30px;
    height: 50px;
    box-shadow: none
}

::-webkit-input-placeholder {
    color: #fff!important
}

:-moz-placeholder {
    color: #fff!important
}

::-moz-placeholder {
    color: #fff!important
}

:-ms-input-placeholder {
    color: #fff!important
}

.btn-default {
    background-color: #b41921;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
    width: 90%;
    border-radius: 0;
    margin-top: 30px
}

.form-control:focus {
    border-color: #b41921;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #cb474d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #cb474d
}

label {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0
}

.box_moviles {
    position: relative
}

.gracias p {
    width: 250px;
    margin: auto;
    color: #fff;
    font-size: 20px;
    float: right;
    text-align: left;
    font-weight: 600
}

:focus {
    outline: 0
}

body img {
    display: inline-block!important
}

.animated.delay-100ms {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.animated.delay-200ms {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.animated.delay-300ms {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.animated.delay-400ms {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.animated.delay-500ms {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.animated.delay-600ms {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.animated.delay-700ms {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.animated.delay-800ms {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.animated.delay-900ms {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.boxPorque h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 40px
}
.boxPorque h2>span {
    font-weight: 900;
    color: #b41921
}
.boxPorque h3{
    font-size: 23px;
    margin-bottom: 40px;
    display: inline-block;
    background: #b41921;
    color: white;
    padding: 5px 10px;
}
.boxPorque h3>span{
    font-weight: 600
}
.boxPorque p {
    font-size: 23px;
    line-height: 1.2;
    color: #484848;
    margin-bottom: 0;
    width: 90%;
    text-align: justify;
}

.boxPorque p>span {
    font-weight: 600
}

.box_img_porqueDebo img {
    width: 150%;
    padding-top: 150px;
}

.texBen {
    text-align: center;
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 70px
}

.texBen>span {
    color: #b41921;
    font-weight: 900
}

.boxBen h2 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    height: 90px;
    display: table;
    width: 100%;
    text-align: center;
}
.boxBen h2>div{
    display: table-cell;
    height: inherit;
    vertical-align: middle;
    margin: auto;
}

.boxBen h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 2px;
    background-color: #ffffff;
    margin-left: -40px;
}

.boxBen h2:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 80px;
    height: 2px;
    background-color: #ffffff;
    margin-left: -40px;
}

.boxBen {
    height: auto;
    width: 100%;
    display: table;
    text-align: center;
}

.boxBen>div {
    height: inherit;
    vertical-align: middle;
    display: table-cell
}

.alignRight {
    text-align: right
}

.boxBen p {
    font-size: 14px;
    line-height: 1.3;
    min-height: 290px;
    width: 95%;
    margin: auto;
    margin-top: 20px;
}

.boxBen p>span {
    font-weight: 600
}

.rowBgPlomo {
    background-color: #efedf6;
    border-radius: 10px;
    padding: 0 10px 20px;
    margin: auto;
}

.rowBgPlomo img {
    position: relative;
    left: 0;
    width: 70%;
    margin: auto;
}
.rowBgPlomo img.posc{
    width: 50%;
}
.rowBgPlomo img.habitosConsumidor{
    width: 90%;
}
.boxBenficioImg{
    display: table;
    height: 220px;
    width: 250px;
    margin: auto;
}
.boxBenficioImg>div{
    display: table-cell;
    height: inherit;
    vertical-align: middle;
}
.padd_sm3{
    padding: 0 5px;
}
.g-recaptcha{
    transform: scale(0.90);
    transform-origin: 0 0;
    position: relative;
    right: -15px;
}
p.dirarioText{
    position: relative;
    color: #b41921;
    font-weight: 700;
    margin: 5px 0 80px;
}
p.dirarioText:after{
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    height: 7px;
    width: 300px;
    background-color: #efedf6;
}


.hablemos_vertical .file_de_3 .fila-col-formu {
    float: none;
    width: 100%;
}
.hablemos_vertical .hablemos_form h2 {
    font-size: 22px !important;
    margin-bottom: 40px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-top: 90px;
}
.hablemos_vertical .hablemos_form .wpcf7-form-control.wpcf7-text, .hablemos_vertical .hablemos_form .wpcf7-form-control.wpcf7-select {
    width: 100% !important;
}
.sectionPorque, .sectionPorqueContratar, .beneficiosEcommerce, .logos_clientes  {
    padding: 40px 0;
}

.hide-lg {
    display: none!important
}

.show-lg {
    display: block!important
}

@media screen and (max-width:1500px) {
    .box_tuEmpresa p.text_grantiza {
        font-size: 25px
    }
    .box_tuEmpresa h1 {
        font-size: 50px;
        margin-bottom: 50px;
        margin-top: 0
    }
    .form-control {
        font-size: 14px;
        padding: 5px 10px;
        margin-top: 20px
    }
    .container-fluid {
        width: 90%
    }
    .btn_conoceMas {
        margin-top: 40px;
        font-size: 18px
    }
    .div_imgtable.conoce_mas {
        height: 350px
    }
    .box_conoce h2 {
        font-size: 20px
    }
    .div_imgtable {
        height: 210px
    }
    .section_tres .box_conoce h2 {
        height: 65px;
        font-size: 19px
    }
    .box_conoce p {
        font-size: 17px
    }
    .slider_clientes h2 {
        font-size: 34px;
        margin-bottom: 50px
    }
    .logo_clientes {
        height: 190px;
        width: 190px
    }
    .img_conocenos img {
        position: relative;
        top: -127px;
        width: 750px
    }
    .nostros_texto h2 {
        font-size: 34px
    }
    .nostros_texto p {
        font-size: 20px
    }

    footer h2 {
        font-size: 22px
    }
    footer span {
        margin-right: 5px
    }
    .mousey {
        padding: 5px 8px;
        height: 21px
    }
    .nostros_texto {
        padding-bottom: 80px
    }
    .img_conocenos img {
        top: -94px;
        width: 550px
    }
    .texBen {
        font-size: 50px
    }
    .boxBen h2 {
        font-size: 16px;
        height: 80px;
    }
    .boxBen p {
        font-size: 13px;
    }
    .boxPorque p {
        font-size: 23px
    }
    .text_sincolor {
        font-size: 50px
    }
    .box_conoce {
        min-height: 320px
    }
    .slider_clientes h2 {
        font-size: 50px;
        margin-bottom: 60px
    }
    .boxBen p{
        margin-top: 10px;
        min-height: 250px;
    } 
    .boxBenficioImg{
        height: 190px;
    }
    .rowBgPlomo img.posc {
        width: 35%;
    }
    .rowBgPlomo img{
        width: 55%;
    }
    .boxPorque p {
        font-size: 23px;
        width: 90%;
    }
    .box_img_porqueDebo img {
        padding-top: 200px;
        width: 120%;
    }
    .rowBgPlomo img.habitosConsumidor{
        width: 80%;
    }
}

@media screen and (max-width:1366px) {
    .box_tuEmpresa h1 {
        font-size: 45px;
        margin-bottom: 40px;
    }
    .box_tuEmpresa p.text_grantiza {
        font-size: 25px;
        width: 90%
    }
    .logo_electo img {
        width: 140px
    }
    #msform h2 {
        font-size: 19px;
        margin-bottom: 40px
    }
    .form-control {
        font-size: 14px
    }
    #msform {
        width: 270px
    }
    .div_imgtable.conoce_mas {
        height: 250px
    }
    .box_conoce h2 {
        font-size: 18px
    }
    .box_conoce h2:after {
        top: -30px
    }
    .section_tres .div_imgtable>div img {
        width: 210px
    }
    .btn-default {
        padding: 15px 0
    }
    .section_tres .div_imgtable>div img {
        width: 90px
    }
    .div_imgtable {
        height: 160px
    }
    .section_tres .box_conoce h2 {
        height: 60px;
        font-size: 18px
    }
    .img_conocenos img {
        top: -102px;
        width: 450px
    }
    .nostros_texto h2 {
        font-size: 32px
    }
    .nostros_texto p {
        font-size: 18px
    }

    footer span {
        margin-right: 5px
    }
    footer {
        padding: 60px 0
    }
    .section.nosotros {
        margin-top: 120px
    }
    .section.logos_clientes {
        padding: 20px 0 150px!important
    }
    .box_conoce p {
        font-size: 16px;
        width: 80%;
        margin: auto;
        padding-top: 20px
    }
    .section_tres .box_conoce p:after {
        top: -10px;
        background-color: #b41921
    }
    .box_conoce {
        min-height: 290px
    }
    .rowBgPlomo{
        padding: 0 5px 20px; 
    }
    .g-recaptcha{
        transform: scale(0.8);
        transform-origin: 0 0;
    }
    .btn-default{
        margin-top: 0;
    }

}

@media screen and (max-width:1360px) {

    .boxBen {
        height: 170px;
    }
    .boxBen p {
        margin-top: 10px;
        min-height: 270px;
    }
    .texBen {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .boxBen p {
        font-size: 12px;
        min-height: 240px;
    }
    .boxPorque h2 {
        font-size: 45px;
    }
    .boxPorque p {
        font-size: 20px;
        width: 80%;
    }
}

@media screen and (max-width:1200px) {
    .box_tuEmpresa h1 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .logo_electo img {
        width: 150px
    }
    .box_tuEmpresa p.text_grantiza {
        font-size: 17px;
        width: 90%
    }
    .section.bg_banner {
        background: linear-gradient(90deg, #fff 0, #fff 66.66666667%, #2a253a 50%, #2a253a 100%);
    }
    #msform h2 {
        font-size: 27px;
        margin-bottom: 50px
    }
    #msform {
        width: 260px
    }
    .form-control {
        font-size: 13px;
        padding: 5px 10px;
        margin-top: 10px
    }
    .btn-default {
        padding: 15px 0
    }
    .section_tres .div_imgtable>div img {
        width: 70px
    }
    .div_imgtable {
        height: 160px
    }
    .section_tres .box_conoce h2 {
        height: 60px;
        font-size: 15px
    }
    .box_conoce p {
        font-size: 15px
    }
    .gracias p {
        width: 210px
    }
    .mousey {
        padding: 4px 5px;
        height: 16px
    }
    .show-md {
        display: block!important
    }
    .hide-md {
        display: none!important
    }
}

@media screen and (max-width:991px) {
    .box_tuEmpresa h1 {
        font-size: 22px
    }
    .box_tuEmpresa p.text_grantiza {
        font-size: 14px;
        width: 100%
    }
    .btn_conoceMas {
        margin-top: 40px;
        font-size: 14px;
        padding: 10px 30px
    }
    #msform {
        width: 160px
    }
    #msform h2 {
        font-size: 21px;
        margin-bottom: 30px
    }
    .form-control {
        font-size: 11px;
        padding: 5px 10px;
        margin-top: 10px;
        height: 35px
    }
    .btn-default {
        font-size: 10px
    }
    .box_conoce h2 {
        font-size: 14px
    }
    .section_tres .box_conoce h2 {
        height: 50px;
        font-size: 14px
    }
    .section_tres .div_imgtable>div img {
        width: 50px
    }
    .div_imgtable {
        height: 130px
    }
    .box_conoce p {
        font-size: 14px;
        width: 90%
    }
    .slider_clientes h2 {
        font-size: 25px
    }
    .logo_clientes {
        height: 150px;
        width: 150px
    }
    .img_conocenos img {
        top: -68px;
        width: 400px
    }
    .nostros_texto h2 {
        font-size: 27px
    }
    .nostros_texto p {
        font-size: 15px
    }
    .logo_electo_footer img {
        width: 130px
    }
    footer h2 {
        font-size: 16px
    }

    footer span {
        width: 25px;
        height: 25px;
        line-height: 21px!important;
        font-size: 10px!important
    }
    .mousey {
        padding: 4px 5px;
        height: 16px
    }
    .show-sm {
        display: block!important
    }
    .hide-sm {
        display: none!important
    }
}

@media screen and (max-width:767px) {
    body,
    html {
        overflow-y: inherit!important
    }
    main {
        height: auto
    }
    .container-fluid {
        width: 100%;
        padding: 0
    }
    .logo_electo {
        background-color: #f1f3f4;
        padding: 20px 0
    }
    .logo_electo>div {
        width: 290px;
        margin: auto
    }
    .logo_electo img {
        width: 100px
    }
    .section.bg_banner {
        background: #fff
    }
    .box_tuEmpresa h1 {
        margin-bottom: 30px;
        margin-top: 40px;
        font-size: 26px
    }
    .box_moviles {
        width: 290px;
        margin: auto
    }
    .box_tuEmpresa p.text_grantiza {
        font-size: 18px;
        width: 100%
    }
    .div_imgtable.conoce_mas {
        height: 210px
    }
    .box_conoce h2 {
        font-size: 15px
    }
    .box_conoce {
        min-height: 340px;
        width: 220px;
        margin: auto
    }
    .text_sincolor {
        font-size: 24px;
        width: 290px;
        margin: 40px auto
    }
    .section_tres .div_imgtable>div img {
        width: 70px;
        margin: auto
    }
    .slider_clientes h2 {
        font-size: 24px;
        width: 290px;
        margin: auto;
        margin-bottom: 30px
    }
    .logo_clientes {
        height: 120px;
        width: 120px;
        margin-right: 10px
    }
    .img_conocenos img {
        top: -44px;
        width: 260px;
        margin-bottom: 0;
    }
    .section.nosotros {
        margin-top: 50px
    }
    .nostros_texto h2 {
        font-size: 21px;
        width: 290px;
        margin: auto;
        margin-bottom: 20px;
        text-align: center
    }
    .nostros_texto p {
        font-size: 13px;
        width: 290px;
        margin: auto;
        margin-bottom: 30px;
        text-align: center
    }
    .nostros_texto {
        padding-bottom: 40px
    }
    .scroll-downs {
        display: none
    }
    #solicitalo_aqui {
        margin-top: 0;
        background-color: #b41921;
        position: fixed;
        z-index: 10;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 0;
        font-size: 16px;
        padding: 15px 0;
        color: #fff
    }
    footer {
        padding: 30px 0 80px;
        text-align: center;
        z-index: 2;
    }
 
    .logo_electo_footer img {
        width: 100px;
        margin-bottom: 25px
    }
    .center-xs {
        text-align: center
    }
    footer h2 {
        font-size: 16px;
        margin-bottom: 15px
    }
    footer span {
        width: 30px;
        height: 30px;
        line-height: 27px!important;
        font-size: 16px!important
    }
    #msform {
        width: 290px;
        float: inherit
    }
    #formulario_form {
        background-color: #2a253a;
        position: fixed;
        top: 0;
        bottom: 0;
        right: -110%;
        z-index: 999999999999999999999;
        display: table;
        width: 100%;
        height: 100vh;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    #formulario_form>main {
        display: table-cell;
        vertical-align: middle;
        height: inherit
    }
    #formulario_form.active {
        right: 0;
        z-index: 20;
    }
    #formulario_form.esconder {
        right: -110%
    }
    .cerrar {
        font-size: 20px;
        color: #fff;
        font-weight: 700;
        display: inline-block;
        position: absolute;
        top: 20px;
        left: 30px
    }
    .form-control {
        font-size: 11px;
        padding: 5px 10px;
        margin-top: 15px;
        height: 30px
    }
    #msform h2 {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
    .btn-default {
        font-size: 15px;
        padding: 10px 0;
        margin-top: 15px;
        width: 100%
    }
    label {
        font-size: 10px;
        font-weight: 400;
        margin-bottom: 0;
        padding-left: 10px
    }
    .form-group {
        margin-bottom: 0
    }
    main>div {
        display: initial
    }
    .section_tres {
        padding-top: 0;
        padding-bottom: 40px
    }
    .slick-slide {
        margin-right: 5px
    }
    .section.logos_clientes {
        padding: 20px 0 70px!important
    }
    .gracias p {
        width: 100%;
        text-align: center;
        line-height: 1.2
    }
    .logo_version_movil img {
        position: absolute;
        width: 120px;
        top: 3%;
        left: 50%;
        margin-left: -60px
    }
    .img_banner {
        position: static;
        right: 0;
        width: 250px;
        bottom: 0;
        margin: 30px auto 30px
    }
    .boxPorque h2 {
        width: 290px;
        margin: auto;
        margin-bottom: 30px;
        font-size: 24px;
        text-align: center;
        margin-top: 30px
    }
    .boxPorque p {
        font-size: 14px;
        text-align: center;
        width: 290px;
        margin: 0 auto;
        line-height: 1.3
    }
    .box_img_porqueDebo {
        text-align: center
    }
    .box_img_porqueDebo img {
        padding-top: 0;
        width: 240px;
        margin: 10px auto 0px;
    }
    .texBen {
        font-size: 24px;
        width: 290px;
        margin: 20px auto 30px;
    }
    .boxBenficioImg {
        text-align: center
    }
    .boxBenficioImg img {
        width: 190px
    }
    .beneficios.mayoralcance .boxBenficioImg img {
        width: 120px
    }
    .boxBen {
        height: auto
    }
    .boxBen h2 {
        font-size: 16px;
        text-align: center;
        width: 220px;
        margin: 10px auto 20px;
        height: 50px;
    }
    .boxBen h2:after {
        width: 100px;
        height: 3px;
        left: 50%;
        background-color: #b41921;
        margin-left: -50px;
        bottom: -10px;
    }
    .boxBen p {
        font-size: 13px;
        text-align: center;
        width: 260px;
        margin: auto;
        line-height: 1.3;
        height: 250px
    }
    .boxBen h2.algRi:after {
        left: auto;
        right: 50%;
        margin-right: -50px
    }
    .alignRight {
        text-align: center
    }
    .rowBgPlomo {
        padding: 0 20px 30px;
        border-radius: 20px;
        margin: 100px 0 0
    }
    .rowBgPlomo img {
        position: static;
        width: 60%
    }
    .box_conoce {
        min-height: 260px
    }
    .boxBenficioImg {
        display: table;
        width: 240px;
        height: 200px;
        margin: auto;
        position: relative;
        top: -100px;
        margin-bottom: -90px
    }
    .boxBenficioImg>div {
        display: table-cell;
        vertical-align: middle;
        height: inherit
    }
    .boxBenficioImg.posicionamientoImg img {
        width: 50%
    }
    .rowBgPlomo .habitos img {
        width: 90%
    }
    .rowBgPlomo .menores img {
        width: 80%
    }
    .slick-dots li button:before {
        font-size: 45px;
        opacity: .7
    }
    .slick-dots {
        bottom: -35px
    }
    .slick-dots li.slick-active button:before {
        color: #b41921
    }
    .reLogo .logo_electo img{
        position: static;
    }
    .boxBen h2:before{
        display: none;
    }
    .g-recaptcha{
        transform: scale(0.85);
        transform-origin: 0 0;
        right: -15px;
        margin-top: 20px;
    }
    .comillas_left{
        padding-right: 5px;
        width: 25px;
    }
    .comillas_right{
        width: 15px;
    }
    p.dirarioText{
        margin: 5px auto 50px !important;
    }
    p.dirarioText:after{
        bottom: -30px;
        left: 50%;
        height: 6px;
        width: 180px;
        margin-left: -90px;
    }
    .cont-princ-slider:before{
        z-index: 9;
    }
    .cont-princ-slider:after{
        z-index: 9;
    }
    .boxPorque{
        text-align: center;
    }
    .boxPorque h3{
        text-align: center;
        width: 290px;
        margin: 0 auto 30px;
        font-size: 15px;
    }

    .sectionPorque {
        padding-top: 0;
    }

    .hablemos_vertical .hablemos_form .wpcf7-form-control.wpcf7-text, .hablemos_vertical .hablemos_form .wpcf7-form-control.wpcf7-select {
        width: 100% !important;
        padding: 5px 10px !important;
        margin-bottom: 8px;
    }
    .hablemos_vertical .hablemos_form h2 {
        margin-top: 40px;
    }

    .show-xs {
        display: block!important
    }
    .hide-xs {
        display: none!important
    }
}
@media screen and (max-width:320px) {
    .form-control {
        font-size: 10px;
        padding: 5px 3px;
        margin-top: 15px;
        height: 20px;
    }
    #msform h2 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .btn-default {
        font-size: 11px;
        padding: 6px 0;
        margin-top: 0;
        width: 100%;
    }
    .logo_version_movil img{
        width: 80px;
        top: 3%;
        left: 50%;
        margin-left: -40px;
    }
}