body {
    margin: 0px;
    padding: 0px;
}

/*PREGUNTAS FRECUENTES--------------------------------------------------------------------------------------------*/

.lista-preguntas {
    list-style: none;
    font-family:'HelveTh';
    font-weight: 300;

    counter-reset: foo;
    display: table;
}

.lista-preguntas a{
    color:#333333;
    font-size: 120%;
    padding-left: 3px;
}

.lista-preguntas a:hover{
    color: #61C0B7;
}

.lista-preguntas>li{
    counter-increment: foo;
    display: table-row;
}

.lista-preguntas:before {
    content:"·";
    font-size:24px;
    vertical-align:top;
    line-height:20px;

    display: table-cell; /* aha! */
    text-align: right;
}

.lista-preguntasVerMas {
    margin-top: 3%;
    list-style: none;
    font-family:'HelveTh';
    font-size: 120%;
    font-weight: 300;

    counter-reset: foo;
    display: table;
}

.lista-preguntasVerMas a {
    color: #777777;
}

.lista-preguntasVerMas a:hover{
    color: #9C9C9C;
}


/*BARRA DE BUSQUEDA--------------------------------------------------------------------------------------------*/


.s002 form {
    width: 60%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom:5%;
}


.s002 form .inner-form {
    /*background: rgba(228, 228, 228, 0.5); Opcion 1 */
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.s002 form .inner-form .input-field input {
    height: 70px;
    /*background:#EDEDED; Opcion 2`*/
    background:#EDEDED;
    border-radius: 5px;
    border: 0px;
    display: block;
    width: 100%;
    padding: 10px 20px 10px 45px;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    font-family:'HelveMd';
    outline: none;
}

.s002 form .inner-form .input-field input::-webkit-input-placeholder {
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}


.s002 form .inner-form .input-field.first-wrap {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.s002 form .inner-form .input-field.fifth-wrap {
    min-width: 30%;
    max-width: 30%;
    padding-left: 10px;
    border-right: 0;
}

.s002 form .inner-form .input-field.fifth-wrap .btn-search {
    height: 70px;
    width: 100%;
    /*background: #192847; Opcion 3*/
    background: #62C1B8;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    transition: all .2s ease-out, color .2s ease-out;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    font-family:'HelveMd';
}

.s002 form .inner-form .input-field.fifth-wrap .btn-search:hover {
    /*Opcion 3 background: #46526b;*/
    background: rgb(84, 165, 157);

}

@media screen and (max-width: 540px) {
    .s002 form .inner-form .input-field.fifth-wrap  {
        min-width: 30%;
        max-width: 30%;
    }
    .s002 form {
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom:5%;
    }

}

/* For Tablets */
@media screen and (min-width: 540px) and (max-width: 780px) {
    .s002 form .inner-form .input-field.fifth-wrap  {
        min-width: 10%;
        max-width: 10%;
    }
    .s002 form {
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom:5%;
    }
}
/*--------------------------------------------------------------------------------------------*/

.btn-menu {
    margin-top: 10px !important;
    font-family: "DosisSb";
    font-size: 15px !important;
    color: #fff !important;
    border-color: transparent !important;
    border-radius: 3px;
    padding: 5px 10px !important;
    background-color: rgba(0,0,0,0.1);
}

.btn-menu-2 {
    margin-top: 10px !important;
    font-family: "DosisSb";
    font-size: 15px !important;
    color: #50bab0 !important;
    border-color: transparent !important;
    border-radius: 3px;
    padding: 5px 10px !important;

}

.myNavbar {
    background-color: #fff!important;
    border-color: #fff !important;
    opacity: 0.9;
}

.myNavbar > li > a {
    color: #000 !important;
}

/*  modal */

.m-header {
    background-image: url(../img/IMG-modal.jpg);
    background-size: cover;
    height: 200px;
}

div.vertical-line{
    width: 1px; /* Line width */
    background-color: black; /* Line color */
    height: 100%; /* Override in-line if you want specific height. */
    float: right; /* Causes the line to float to left of content.
      You can instead use position:absolute or display:inline-block
      if this fits better with your design */
}

/*  fin modal  */

.fz30 {
    font-size: 30px !important;
}

.fz40 {
    font-size: 40px !important;
}

@font-face {
    font-family: "HelveMd";
    src: url(../fonts/HelveticaNeueLTStd-Md.otf) format("opentype");
}

@font-face {
    font-family: "HelveTh";
    src: url(../fonts/HelveticaNeueLTStd-Th.otf) format("opentype");
}

@font-face {
    font-family: "DosisSb";
    src: url(../fonts/Dosis-SemiBold.otf) format("opentype");
}

.lbgDS {
    font-family: 'DosisSb', sans-serif;
    font-size: 50px;
    color: #fff;
    margin-top: -5px;
}

.lbmDS {
    font-family: 'DosisSb', sans-serif;
    font-size: 40px;
    color: #fff;
    margin-top: -5px;
}

.lbmMD {
    font-family: "HelveMd";
    font-size: 25px;
    color: #fff;
}

.lbmTH {
    font-family: "HelveTh";
    font-size: 26px;
    color: #fff;
}

.lbpTH {
    font-family: "HelveTh";
    font-size: 20px;
    color: #fff;
}

.lgp {
    font-family: "HelveTh";
    color: #A6A8AB;
    font-size: 20px;
}

.lgm {
    font-family: "HelveTh";
    color: #A6A8AB;
    font-size: 25px;
}

.lgmMd {
    font-family: "HelveMd";
    color: #A6A8AB;
    font-size: 25px;
}

.lag {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 50px;
    color: #011842;
    margin-top: -5px;
}

.lap {
    font-size: 25px;
    color: #011842;
    line-height: 1.2;
    font-family: "HelveMd"
}

.lamH {
    font-family: "HelveMd";
    font-weight: bold;
    font-size: 25px;
    color: #011842;
}

.lam {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #011842;
}

.btn-a {
    background-color: #011842;
    color: #fff;
    width: 150px;
    border-radius: 10px;
    border-color: #011842;
    font-family: "DosisSb";
    padding: 7px 10px;
    border: 1px solid transparent;
    margin-left: 10px;
    letter-spacing: 1px
}

.btn-degra {
    background-image: url(../img/degradado-boton.png);
    background-size: 150px;
    background-position: center;
    color: #fff;
    width: 150px;
    border-radius: 10px;
    border-color: #011842;
    font-family: "DosisSb";
    padding: 7px 10px;
    border: 1px solid transparent;
    margin-left: 10px;
    letter-spacing: 1px
}

.btn-v {
    background-color: rgb(0,0,0,0.15);
    color: #fff;
    width: 150px;
    border-radius: 10px;
    border-color: #50BAB0;
    font-family: "DosisSb";
    padding: 7px 10px;
    border: 1px solid transparent;
    letter-spacing: 2px
}

.btn-v2 {
    background-color: #50BAB0;
    color: #fff;
    width: 150px;
    border-radius: 10px;
    border-color: #50BAB0;
    font-family: "DosisSb";
    padding: 7px 10px;
    border: 1px solid transparent;
    letter-spacing: 0px
}

.btn-b {
    background-color: #fff;
    color: #011842;
    width: 150px;
    border-radius: 10px;
    border-color: #fff;
    font-family: "DosisSb";
    padding: 7px 10px;
    border: 1px solid transparent;
    letter-spacing: 2px
}

.btn-b:hover {
    background-color: #50BAB0;
}

.btn-v2:hover {
    background-color: #011842;
}

.vcf {
    color: #fff;
    font-family: "DosisSb";
    text-decoration: underline;
    margin-top: 20px;
}

.vcf a:link {
    color: #fff;
}



.navbar {
    padding-top: 10px;
    border-color: transparent !important;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-right: 20px;
    color: #000 !important;
}

.navbar-p {
    padding-top: 10px;
    border-color: transparent !important;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-right: 20px;
    color: #fff !important;
}




.btn-default {
    margin-top: 7px !important;
    font-family: "DosisSb";
    font-size: 17px !important;
    color: #50bab0 !important;
    border-color: transparent !important;
}

.btn1 {
    -webkit-border-radius: 17;
    -moz-border-radius: 17;
    border-radius: 17px;
    font-family: Arial;
    color: #ffffff;
    font-size: 17px;
    background: #409c93;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn1:hover {
    background: #4fb8ae;
    text-decoration: none;
}

.blanco {
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-size: 30px !important;
    font-weight: bold;
    line-height: 1.2;
}
.secciones {
    display: block;
}

#sec1 {
    background-image: url(../img/ilustracion-nuevo.png);
    background-size: cover;
    display: table;
}
#sec1_wifi_mkt {
    background-size: cover;
    display: table;
}
.sec1-conten-home{
    margin-top: 5%;
    padding-left: 7% !important;
}

.sec2-img-home{
    margin-left: 10%;
    margin-top:10%;
    width: 90%;
}

.sec2-conten {
    margin-top: 20%;
    padding-left: 10% !important;
}

#sec2 {
    background-image: url(../img/fondo-vector-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.sec3-conten{
    margin-top:25%;
    padding-right: 5%;
    text-align: left;
}
@media screen and (max-width: 1000px) {

    #sec1 {
        background-image: url(../img/ilustracion-nuevo.png);
        background-size: 1100px;
        background-repeat: no-repeat;
        background-position: right bottom;
        display: table;

    }
    .sec1-conten-home{
        margin-top: -55%;
    }

    .sec1-conten-home p .letras1 {
        font-size: 23px;
    }

    .sec2-img-home{
        margin-left: 2%;
        margin-top:10%;
        width: 90%;
    }

    .sec2-conten {
        margin-top: 20%;
        padding-left: 10%;
        text-align: right;
    }
    #sec3 {
        width: 100%;
        height: 1500px;
        background: url(../img/movil-1.png);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: 100% 100%;
    }
    .sec3-conten-home{
        margin-top:25%;
        padding-right: 5%;
        text-align: left;
        line-height: 1.5;
    }
    #sec4 {
        width: 100%;
        height: 1500px;
        background: url(../img/movil-2.png);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: 100% 100%;
        margin-top: 5%;
    }

    #sec5 {
        width: 100%;
        height: 1500px;
        background: url(../img/movil-3.png);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: 100% 100%;
        margin-top: 5%;
    }
}
@media screen and (min-width: 1001px) {
    #sec3 {
        background-image: url(../img/img-1b.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 600px;
        margin-top: 5%;
        background-attachment: fixed;
    }
    .sec3-conten-home{
        margin-top:20%;
        padding-right: 5%;
        text-align: left;
        line-height: 1;
    }
    #sec4 {
        background-image: url(../img/img2.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 600px;
        margin-top: 5%;
        background-attachment: fixed;
    }

    #sec5 {
        background-image: url(../img/img3.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 600px;
        margin-top: 5%;
        background-attachment: fixed;
    }

    .img-saludo {
        width: 80%;
        display: table-cell;
        margin: auto;
    }

    .text-saludo {
        margin-top: 50px;
        text-align: center;
        color: #A6A8AB;
        font-family: 'HelveTh';
        font-size:16px;
        line-height:1.1;
    }

    .img-rotate {
        width: 80%;
    }

    .text-rotate {
        margin-top: 500px;
        position: absolute;
        text-align: center;
        color: #A6A8AB;
        font-family: 'HelveTh';
        font-size:16px;
        line-height:1.1;
        /*padding-left: 36px;*/
    }

    .flechas {
        display: table-cell;
        vertical-align: middle;
        width: 30%;
        margin-top: 220px;
        margin-left: 40%;
    }
}

@media screen and (min-width: 1501px) {
    .footer {
        background-image: url(../img/footer.png);
        background-size: 2200px 920px;
        background-position: left bottom;
        position: relative;
    }
    .foot-conten{
        margin:auto;
        position: relative;
        top: 400px;
        color: #fff;
        padding: 0px 59px;
    }

    .foot-conten-cf{
        margin:auto;
        position: relative;
        top: 400px;
        color: #fff;
        padding: 0px 59px;
    }
}


@media screen and (max-width: 1500px) {
    .footer {
        background-image: url(../img/footer.png);
        background-size: cover;
        background-position: left bottom;
        position: relative;
    }

    .foot-conten{
        margin:auto;
        position: relative;
        top: 490px;
        color: #fff;
        padding: 0px 59px;
    }

    .foot-conten-cf{
        margin:auto;
        position: relative;
        top: 490px;
        color: #fff;
        padding: 0px 59px;
    }
}

@media screen and (max-width: 1000px) {
    .footer {
        background-image: url(../img/footer.png);
        background-size: cover;
        background-position: left bottom;
        position: relative;
    }

    .foot-conten{
        margin:auto;
        position: relative;
        top: 400px;
        color: #fff;
        padding-right: 50px;
        padding-left: 30px;
    }

    .foot-conten-cf{
        margin:auto;
        position: relative;
        top: 370px;
        color: #fff;
        padding-right: 50px;
        padding-left: 30px;
    }

    .img-saludo {
        width: 60%;
        display: table-cell;
        margin: auto;
    }

    .text-saludo {
        margin-top: 50px;
        text-align: center;
        color: #A6A8AB;
        font-family: 'HelveTh';
        font-size:19px;
        line-height:1.1;
    }

    .img-rotate {
        width: 60%;
    }

    .text-rotate {
        margin-top: 650px;
        position: absolute;
        text-align: center;
        color: #A6A8AB;
        font-family: 'HelveTh';
        font-size:19px;
        line-height:1.1;
        padding-left: 130px;
    }

    .conten-rotate {
        text-align: center;
    }

    .flechas {
        display: table-cell;
        vertical-align: middle;
        width: 30%;
        margin-top: 120px;
        margin-left: 145%;
        transform: rotate(90deg);
    }
}

.after-pasos {
    background-color: #fff;
}

.container2 {
    width: 100%;
    height: 260px;
    position: relative;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}

.card {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
}
.card div {
    display: block;


    color: black;
    text-align: center;

    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.card .front {

}
.card .back {

    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}
.card.flipped {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}

.activo {
    background-image: url(../img/degradado-boton.png);
    color: #fff !important;
}

.btn-rotate {
    background-color: #A6A8AB;
    color: #fff;
    width: 100px;
    border-radius: 10px;
    border-color: #fff;
    font-family: "DosisSb";
    padding: 7px 10px;
    border: 0px solid transparent;
    letter-spacing: 1px
}

/* footer */

.btn-footer {
    margin: auto;
    display: block;
    color: #fff;
    background-color: #50bab0;
    padding: 7px 50px;
    border-color: transparent;
    border-radius: 10px;
    font-family: "DosisSb";
    letter-spacing: 2px;
}

.l-footer {
    font-family: "HelveTh";
    color: #fff;
    font-size: 12px;
    margin: 0px;
}

.l-footer1 {
    font-family: "HelveMd";
    color: #fff;
    font-size: 12px;
}

.lam-footer {
    font-family: "HelveMd";
    font-weight: bold;
    font-size: 30px;
    color: #011842;
}

.foot-links {
    text-decoration: none;
    color: #FFF !important;
}

.bg-pasos{
    height: 500px;
    background-image: url(../img/fondo-pasos.png);
    background-size: initial;
    background-position: bottom;
}

.smartph{
    background-image: url(../img/celular.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 55px;
    margin-top: 10%;
}


.cont-slide{
    display: table;
    width: 100%;
}
.slide-img {
    width: 220px !important;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 1350px) {
    .cont-slide{
        display: table;
        width: 100%;
    }
    .slide-img {
        width: 220px !important;
        display: table-cell;
        vertical-align: middle;
    }
}

@media screen and (max-width: 1440px) {
    .cont-slide{
        display: table;
        width: 100%;
    }
    .slide-img {
        width: 220px !important;
        display: table-cell;
        vertical-align: middle;
    }
}

@media screen and (max-width: 1000px) {
    #titulo{
        margin-top: 25%;
        text-align: center;
    }

    #descrip {
        text-align: center;
        font-size: 20px;
        margin-top: 5%;
    }
    .text-slide-cont {
        height: 400px;
    }
}

@media screen and (min-width: 1001px) {
    #titulo{
        margin-top: -20%;
    }

    #descrip {
        text-align: left;
        font-size: 17px;
        margin-top: -20%;
    }

    .text-slide-cont {
        height: 300px;
    }
}



/* COMUNIDADFIWEEX */

.bg-cf {
    background-image: url(../img/comunidad/sobre-capa-blanca.png);
    background-size: contain;
    background-repeat: repeat-y;
}


.nav-cf a {
    color: #000 !important;
}

.letras1 {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #011842;
    line-height: 1.2;
}

.lgmDs {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #A6A8AB;
    line-height: 1.2;
}

.letras2 {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    color: #929497;
}

.letras-icon {
    font-family: "HelveMd";
    font-weight: bold;
    font-size: 22px;
    color: #011842;
}



.middle {
    transition: .5s ease;
    opacity: 1;
    text-align: center;
    height: auto;
}

.contain-img:hover .text2 {
    opacity: 1;
}
.contain-img:hover .text1 {
    opacity: 0;
}

.text1 {
    font-family: "HelveMd";
    color: #fff;
    font-size: 30px;
    padding: 16px 32px;
    opacity: 1;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.text2 {
    font-family: "HelveMd";
    color: #fff;
    font-size: 23px;
    padding: 16px 32px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 300px;
}

/* PRECIOS */


#fondo {
    background-image: url(../img/precios_fondo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1000px) {

    .p-basico {
        font-family: "HelveMd";
        padding: 30px;
        background-color: #fff;
        border-radius: 10px;
        margin-top: 5%;
        position: absolute;
        z-index: 1000;
        padding-left: 25% !important;
        padding-right: 25% !important;
        -webkit-box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
        list-style: none;
        margin-bottom: 5%;
    }

    .p-basico li {
        list-style: none;
    }

    .p-premium {
        font-family: "HelveMd";
        color: #fff;
        padding: 40px;
        padding-left: 25% !important;
        padding-right: 25% !important;

        border: 1px solid #011842;
        background-color: #011842;
        border-radius: 10px;

        position: absolute;
        z-index: 2;
        -webkit-box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
        list-style: none;
    }

    .py {
        background-image: url(../img/comunidad/img-1.png);
        background-size: cover;
        height: 295px;

    }

    .ch {
        background-image: url(../img/comunidad/img2.png);
        background-size: cover;
        height: 295px;
        margin-top: 10px;
        margin-right: 10px;
    }

    .cl {
        background-image: url(../img/comunidad/colombia-img.png);
        background-size: cover;
        height: 295px;
        margin-top: 10px;

    }

    .ar {
        background-image: url(../img/comunidad/img-3.png);
        background-size: cover;
        height: 295px;
        margin-top: 10px;
    }
    .select-pais {
        display: inline !important;
        width: 40% !important;
    }

}

@media screen and (min-width: 1001px) {

    .p-basico {
        font-family: "HelveMd";
        padding: 30px;

        background-color: #fff;
        border-radius: 10px;
        width: 450px !important;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 5%;
        position: absolute;
        z-index: 1000;
        padding-left: 60px !important;
        padding-right: 60px !important;
        -webkit-box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
        list-style: none;
        margin-bottom: 5%;
    }

    .p-basico li {
        list-style: none;
    }

    .p-premium {
        font-family: "HelveMd";
        color: #fff;
        padding: 40px;
        padding-left: 80px !important;
        padding-right: 80px !important;
        margin-left: -2%;
        border: 1px solid #011842;
        background-color: #011842;
        border-radius: 10px;
        width: 550px !important;
        position: absolute;
        z-index: 2;
        -webkit-box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
        list-style: none;
    }

    .py {
        background-image: url(../img/comunidad/img-1.png);
        background-size: cover;
        height: 295px;
        margin-left: -20px;
    }

    .ch {
        background-image: url(../img/comunidad/img2.png);
        background-size: cover;
        height: 295px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .cl {
        background-image: url(../img/comunidad/colombia-img.png);
        background-size: cover;
        height: 295px;
        margin-right: -20%;

    }

    .ar {
        background-image: url(../img/comunidad/img-3.png);
        background-size: cover;
        height: 295px;
        margin-left: 10px;
        margin-right: 10px;
    }

}



.tab {
    text-indent: 20px;
}

.p-basico li {
    font-family: "HelveTh";
    font-size: 15px;
    color: #A6A8AB;
}

.p-premium li {
    font-family: "HelveTh";
    font-size: 15px;

}

/* BENEFICIOS */

@media screen and (max-width: 1000px) {
    .sec1-img {
        width: 500px;
    }

    .bg-b-1 {
        background-image: url(../img/beneficios/movil-1.png);
        background-size: cover;
        background-position: right bottom;
        height: 800px;
    }

    .bg-b-2 {
        background-image: url(../img/beneficios/movil-2.png);
        background-size: cover;
        background-position: right bottom;
        height: 800px;
    }

    .cell-1-text {
        margin-top: -155%;
    }

    .cell-1 {
        margin-top: 80%
    }

    .cell-2-text {
        margin-top: 120%;
        text-align: right;
    }

    .cell-2 {
        margin-top: 20%;
    }

    .sec2-img {
        width: 100%;
    }

    .ico-mr {
        margin-right: 4px;
    }

    .invita-cliente {
        text-align: center;
    }

    .text-servicios {
        font-size: 18px;
        margin-top:10px;
    }

    .ico-servicios {
        padding: 0px !important;
        height: 200px;
    }

    .slick-slide img {
        width: 200% !important;
    }
    .velas {
        margin-top: 70%;
    }

    .velas-text {
        margin-top: -130%;
        text-align: center;
    }

    .titulo-ico {
        margin-top: 130%;
    }
}

@media screen and (min-width: 1001px) {
    .sec1-img {
        width: 700px;
        margin-left: -20%;
    }

    .bg-b-1 {
        background-image: url(../img/beneficios/forma_analitica.png);
        background-size: cover;
        background-attachment: fixed;
        height: 600px;
    }

    .bg-b-2 {
        background-image: url(../img/beneficios/img-2.png);
        background-size: cover;
        background-attachment: fixed;
        height: 600px;
    }

    .cell-1-text {
        margin-top: 10%;
    }

    .cell-2-text {
        margin-top: 10%;
        text-align: right;
    }

    .sec2-img {
        width: 700px;
        margin-left: -10%;
    }

    .ico-mr {
        margin-right: 10px;
    }

    .text-servicios {
        font-size: 18px;
        margin-top:25px;
    }

    .velas {
        margin-top: 10%;
    }

    .velas-text {
        margin-top: 15%;
    }

    .titulo-ico {
        margin-top: 15%;
    }
}




.btn-blanco {
    background-color: transparent;
    border-radius: 13px;
    border: 3px solid #fff;
    font-family: "DosisSb";
    color: #fff;
    padding: 7px 25px;
    margin-top: 10px;
}

.btn-blanco:hover {
    color: #011842;
    background-color: #fff;
}

.bg-b-3 {
    background-image: url(../img/beneficios/Fondo-TIPOS-DE-NEGOCIOS.png);
    background-size: cover;
    height: 600px;
    padding: 50px;
}

.lbdosis {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
}

/* registro user */

.fondo-rcf {
    background-image: url(../img/fondo-registro-user-vectores.png);
    background-size: cover;
}

.form-user {
    background-color: rgb(237, 237, 237, 0.7) !important;
    border: 1px solid #EDEDED !important;
}


/* Registro Negocios*/

.fondo-RN {
    background-image: url(../img/rn-fondo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.rn-sec-conten {
    padding-left: 15% !important;
}

.RN-form {
    background-color: #011842;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 35px 20px;
    margin-top:-50px;
}
.nuevo_rn_form {
    background-color: #fff;
    border-radius: 10px;
    top: 0;
    right: 0;
    padding: 0px 20px;
}

.footer-rn {
    height: 600px;
    background-image: url(../img/rn-fondo.png);
    background-size: 2200px 600px;
    background-position: right top;
    position: relative;
}

.foot-cont {
    margin:auto;
    position: relative;
    top: 350px;
    color: #fff;
    padding: 0px 59px;
}

@media screen and (max-width: 1350px) {
    .rn-sec-conten {
        padding-left: 15% !important;
    }

    .RN-form {
        background-color: #011842;
        border-radius: 10px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 35px 20px;
        margin-top:-50px;
    }
    .nuevo_rn_form {
        background-color: #fff;
        border-radius: 10px;
        top: 0;
        right: 0;
        padding: 20px 20px;
    }

    .footer-rn {
        height: 600px;
        background-image: url(../img/rn-fondo.png);
        background-size: 2200px 600px;
        background-position: right top;
        position: relative;
    }
}

@media screen and (max-width: 1440px) {
    .rn-sec-conten {
        padding-left: 15% !important;
    }

    .fondo-RN {
        background-image: url(../img/rn-fondo.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left bottom;
    }

    .RN-form {
        background-color: #011842;
        border-radius: 10px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 35px 20px;
        margin-top:-90px;
    }
    .nuevo_rn_form {
        background-color: #fff;
        border-radius: 10px;
        top: 0;
        right: 0;
        padding: 20px 20px;
    }
}

@media screen and (max-width: 1850px) {
    .rn-sec-conten {
        padding-left: 15% !important:
    }

    .footer-rn {
        height: 400px;
        background-image: url(../img/footer-rn.png);
        background-size: cover;
        background-position: right top;
        position: relative;
    }

    .foot-cont {
        margin:auto;
        position: relative;
        top: 250px;
        color: #fff;
        padding: 0px 59px;
    }
}

@media screen and (max-width: 1000px) {
    .rn-sec-conten {
        padding-left: 15% !important;
        margin-top: -50%;
    }

    .foot-cont {
        margin:auto;
        position: relative;
        top: 175px;
        color: #fff;
        padding-left: 30px;
        padding-right: 60px;
    }

    .RN-form {
        background-color: #011842;
        border-radius: 10px;
        position: absolute;
        top: 100px;
        right: 10%;
        padding: 35px 20px;
        width: 80%;
    }
    .nuevo_rn_form {
        background-color: #fff;
        border-radius: 10px;
        top: 0;
        right: 0;
        padding: 20px 20px;
    }

    #rn-sec2 {
        margin-top: 25%;
    }
    .footer-rn {
        height: 400px;
        background-image: url(../img/footer-rn.png);
        background-size: cover;
        background-position: bottom left;
        position: relative;
    }
}



/* Preguntas frecuentes */

.bg-preguntas {
    background-image: url(../img/fondo-registro-user-vectores.png);
    background-size: cover;
}

.titulo-pregunta {
    font-family: 'HelveMd';
    font-size: 30px;
    color: #011842
}

.btn-pregunta {
    background-color: #50bab0;
    border: solid #50bab0;
    border-radius: 7px;
    font-family: 'DosisSb';
    padding: 7px 12px;
    width: 190px;
    color: #fff;
    font-size: 18px;
}

/*********************************************************************************************/
.unite_comunidad {
    font-family: "HelveTh";
    color: #A6A8AB;
    font-size: 20px;
    text-align: right;
}


.navbar-inverse {
    background-color: transparent !important;
    border-color: transparent !important;
    opacity: unset;
    position: fixed !important;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-inverse-v2 {
    background-color: #fff!important;
    border-color: #fff !important;
    opacity: 0.9;
    position: fixed !important;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-default {
    margin: 0;
}

.navbar-inverse .navbar-toggle{
    border-color: transparent !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888 !important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
.myNavbar {
    border-color: #e7e7e7 !important;
}

.myNavbar > li > a {
    color: #000 !important;
}

/*  modal */

.m-header {
    background-image: url(../img/IMG-modal.jpg);
    background-size: cover;
    height: 200px;
}

div.vertical-line{
    width: 1px; /* Line width */
    background-color: black; /* Line color */
    height: 100%; /* Override in-line if you want specific height. */
    float: right; /* Causes the line to float to left of content.
      You can instead use position:absolute or display:inline-block
      if this fits better with your design */
}




/* Preguntas frecuentes */

.bg-preguntas {
    background-image: url(../img/fondo-registro-user-vectores.png);
    background-size: cover;
}

.titulo-pregunta {
    font-family: 'HelveMd';
    font-size: 30px;
    color: #011842
}

.btn-pregunta {
    background-color: #50bab0;
    border: solid #50bab0;
    border-radius: 7px;
    font-family: 'DosisSb';
    padding: 7px 12px;
    width: 190px;
    color: #fff;
    font-size: 18px;
}

.contacto_icon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 70px;
}

.h4_contacto{
    color:#fff;
    font-family: 'Dosis';
    margin-top: 15% !important;
    font-size: 20px;
}
.modal_fx_contact{
    padding-left: 50px !important;
}

.row_contact{
    padding: 20px 50px !important;
}
.img_contact{
    display: block; 
    margin-left: auto;
    margin-right: auto;
    height: 50px;
}
.lgp_modal{
    text-align: center;
    font-size: 16px; 
    margin-top: 20px;
    color: #A6A8AB;
}

#div_tus_promociones2{
    display: none;
}
#row_sec4{
    margin-top: 10%;
}
#row_sec5_2{
    display: none;
}
#row_sec5_1{
    display: block;
}
#row_sec6_1{
    display: block;
}
#row_sec6_1_wifi_mkt{
    display: block;
}
#row_sec8_1_wifi_mkt{
    display: block;
}
#row_sec9_1_wifi_mkt{
    display: block;
}
#row_sec7_1_wifi_mkt{
    display: block;
}
#row_sec6_2{
    display: none;
}

#cuando_cliente{
    text-align: center;
    font-family: 'HelveTh'; 
    color: #A6A8AB; 
    font-size: 22px;    
}
.flechas_content{
    display: table; 
    height: 330px;
}
#wf{
    margin-top: 10%; 
    margin-bottom: 10%;    
}
#content_rotate_web{
    display: block;
}
#content_rotate_mobile{
    display: none;
}
/*ESTILO MOBILE VERSION JOSE AVALOS*/

@media (max-width: 767px) {
    #row_sec5_2{
        display: block;
    }
    #row_sec5_1{
        display: none;
    }

    #row_sec4{
        margin-top: 45%;
    }
    #div_tus_promociones1{
        display: none;
    }
    #div_tus_promociones2{
        display: block;
    }

    .lbmDS {
        font-family: 'DosisSb', sans-serif;
        font-size: 27px;
        color: #fff;
        margin-top: -5px;
    }
    .lbmDS-fx {
        font-family: 'DosisSb', sans-serif;
        font-size: 27px;
        color: #fff;
        margin-top: -5px;
        line-height: 1.2
    }    
    .lbgDS{
        font-family: 'DosisSb', sans-serif;
        font-size: 30px;
        color: #fff;
        margin-top: -5px; 
    }
    .unite_comunidad {
        font-family: "HelveTh";
        color: #A6A8AB;
        font-size: 17px;
        text-align: center;
        line-height: 1.2
    }
    #sec1 {
        background-image: url(../img/ilustracion-nuevo.png);
        background-size: 775px;
        background-repeat: no-repeat;
        background-position: right bottom;
        display: table;

    }

    .lgp_modal{
        text-align: center;
        font-size: 10px; 
        color: #A6A8AB;
        margin-top: 20px;
    }

    .img_contact{
        display: block; 
        margin-left: auto;
        margin-right: auto;
        height: 40px;
    }
    .row_contact{
        padding: 20px !important;
    }
    .modal_fx_contact{
        padding-left: 50px;
        height: 134px;
    }
    .h4_contacto{
        color: #fff;
        font-family: 'Dosis';
        margin-top: 10% !important;
        font-size: 18px;
        margin-left: -10px !important;
    }

    .contacto_icon{
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
        width: 60px;
    }
    .como_funciona{
        color: #011842;
        margin-top: 3%;
        margin-left: 5px;
    }
    .lgp {
        font-family: "HelveTh";
        color: #A6A8AB;
        font-size: 17px;
        line-height: 1.1;
    }
    .letras1 {
        font-family: 'Dosis', sans-serif;
        font-weight: bold;
        font-size: 15px !important;
        color: #011842;
        line-height: 1.1;
    }
    .fz40{
        font-size: 16px !important;
    }
    .container-fluid{
        position: relative !important;
        margin: 10px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .btn-a{
        background-color: #011842;
        color: #fff;
        width: 130px;
        border-radius: 10px;
        border-color: #011842;
        font-family: "DosisSb";
        padding: 7px 10px;
        border: 1px solid transparent;
        margin-left: 10px;
        letter-spacing: 1px;
        margin-bottom: 5px;  
    }
    .btn-degra{
        background-image: url(../img/degradado-boton.png);
        background-size: 150px;
        background-position: center;
        color: #fff;
        width: 130px;
        border-radius: 10px;
        border-color: #011842;
        font-family: "DosisSb";
        padding: 7px 10px;
        border: 1px solid transparent;
        margin-left: 1px;
        letter-spacing: 1px;
        margin-bottom: 5px;        
    }   

    #sec6 {
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: 100% 100%;
        margin-top: 5%;
    }
    #sec6_wifi_mkt {
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: 100% 100%;
        margin-top: 5%;
    }
    #sec8_wifi_mkt {
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: 100% 100%;
        margin-top: 5%;
    }
    #sec9_wifi_mkt {
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: 100% 100%;
        margin-top: 5%;
    }
    #sec10_wifi_mkt {
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: 100% 100%;
        margin-top: 5%;
    }
    #sec7_wifi_mkt {
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: 100% 100%;
        margin-top: 5%;
    }
    #footer{

    } 
    #footer-content{
        margin-top: -60px !important;
        font-size: 10px !important;
        background: #001936 !important;
    }
    #content-pasos{
        text-align: center;
    }
    .row .foot-conten{
        margin-bottom: 0px;
        background: #A6A8AB; 
    }
    #logo-footer{
        width: 50%;
    }
    #col-content-seccion1{
        margin-top: -225px;
    } 
    #row_vector2{
        margin-top: 20%;
    }

}
#ol_carousel{
    margin-bottom: -9%;
}
#numeracion{
    font-family: 'HelveTh';
    color: #A6A8AB;
    font-size: 18px; 
    position: absolute; 
    top: 30px; 
    left: 15px;
}

@media (max-width: 767px) {
    #numeracion {
        font-family: 'HelveTh';
        color: #011842;
        font-size: 14px;
        position: absolute;
        top: 38px;
        left: 132px;
    }
    #ol_carousel{
        margin-bottom: -13%;
    }  
    #div_como_funciona{
        padding-bottom: 60px;
        position: relative;
        margin-top: 45%;

    }
    #carousel-example-generic{
        margin-top: 100px;
    }
    #row_sec6_2{
        display: block;
    }
    #row_sec6_1{
        display: none;
    }    
    #row_sec6_1_wifi_mkt{
        display: none;
    }    
    #row_sec8_1_wifi_mkt{
        display: none;
    }    
    #row_sec9_1_wifi_mkt{
        display: none;
    }    
    #row_sec7_1_wifi_mkt{
        display: none;
    }    
    .lamH-fx {
        font-family: "HelveMd";
        font-weight: bold;
        font-size: 17px;
        color: #011842;
    }
    .lgm-fx {
        font-family: "HelveTh";
        color: #A6A8AB;
        font-size: 17px;
    }
    #row_sec3{
        margin-top: 25%
    }
    #titulo-precios{
        margin-top: 25%;
    }
    .lbmMD{
        font-family: "HelveMd";
        font-size: 18px;
        color: #fff; 
        line-height: 1.2
    }
    .lbmTH{
        font-family: "HelveTh";
        font-size: 17px;
        color: #fff;
        line-height: 1.2
    }
    .lbmTH-fx{
        font-family: "HelveTh";
        font-size: 17px;
        color: #fff;
        line-height: 1.2
    }

    #fondo {
        background-image: url(../img/precios/PRECIOS-FOND.png);
        background-repeat: no-repeat;
        background-size: contain;
        top: -10px !important;
    }

    .col-md-6{
        position: relative;
        min-height: 1px;
        padding-right: 15px !important;
        padding-left: 15px !important; 
    }
    #co_img1{
        width: 100%;
    }
    #co_img2{
        width: 100%;
    }
    #qfx1{
        text-align: center !important; 
        font-family: 'HelveMd' !important; 
        color: #011842 !important; 
        font-size:22px !important; 
    }
    #qfx2{
        text-align: center !important;
    }
    #qfx3{
        text-align: center !important; 
        margin-top: 20px !important; 
        margin-bottom: 100px !important;
    }
    #container-registro{
        display: table;
        width: 100%;
        height: 959px;
        margin-top: -1px !important;  
    }

    .lgmDs{
        font-family: 'Dosis', sans-serif;
        font-weight: bold;
        font-size: 30px;
        color: #A6A8AB;
        line-height: 1.2;
    } 
    #seccion_content_registro{
        margin-top: -100%;
    }
    #titulo{
        margin-top: 25% !important;
        text-align: center;
        font-size: 17px !important;
    }
    #descrip {
        text-align: center !important;
        font-size: 15px !important;
        margin-top: 5% !important;
    }
    #cuando_cliente{
        text-align: center;
        font-family: 'HelveTh';
        color: #A6A8AB;
        font-size: 15px;
        margin-left: 20px;
        margin-right: 20px;

    }
    .text-saludo {
        margin-top: 50px !important;
        text-align: center !important;
        color: #A6A8AB !important;
        font-family: 'HelveTh' !important;
        font-size: 17px !important;
        line-height: 1.1 !important;
    }
    .flechas {
        display: table-cell !important;
        vertical-align: middle !important;
        width: 10% !important;
        margin-top: 20px !important;
        margin-left: 98% !important;
        transform: rotate(90deg) !important;
        margin-bottom: 15% !important;
    }
    .flechas_content{
        display: table !important; 
        height: 20px !important;
    }
    #wf{
        margin-top: 35%; 
        margin-bottom: 10%;    
    }
    .text-rotate {
        margin-top: 435px !important;
        position: absolute !important;
        text-align: center !important;
        color: #A6A8AB !important;
        font-family: 'HelveTh' !important;
        font-size: 17px !important;
        line-height: 1.1 !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
        padding-left: 0px;
    }
    #content_rotate_web{
        display: none;
    }
    #content_rotate_mobile{
        display: block;
        margin-top: 385px;
        margin-left: 30px;
    }    

}

.img_contenidos {   
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opactiy 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.img_content_dos {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
    color: #001936 !important;
    background-color: #FFF !important;
}

.navbar-nav > li > .dropdown-menu{
    background: #001936 !important;
    border-radius: 5px !important;
    margin-top: 2px !important;
}
#sec7_wifi_mkt {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
    margin-top: 5%;
    background-image: url(../img_21/productos/email_mkt.jpg);
    height: 588px;
}
#sec9_wifi_mkt {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
    margin-top: 5%;
    background-image: url(../img_21/productos/degradado_producto.png);
    height: 588px;
}
#sec10_wifi_mkt {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
    background: #FFF;
    height: 588px;
}
#como_funciona {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
    background: #FFF;
    height: 680px;
    background-repeat: no-repeat;
    background-color: #efefef;
}
#montaje1 {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
    background-image: url(../img_21/productos/montaje1.png);
    height: 650px;
}
#montaje2 {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
    background-image: url(../img_21/productos/montaje2.png);
    height: 588px;
}
#descubre1 {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
    background-image: url(../img_21/productos/descubre1.png);
    height: 650px;
}
#descubre2 {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
    background-image: url(../img_21/productos/descubre2.png);
    height: 650px;
}
#descubre3 {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
    background-image: url(../img_21/productos/descubre3.png);
    height: 650px;
}
#descubre4 {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
    background-image: url(../img_21/productos/descubre4.png);
    height: 650px;
}

#registro_sanitario_qr {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
    background-image: url(../img_21/productos/registro_sanitario_qr.png); 
    height: 588px;
    background-color: #fff;
}
#beneficios_fx_reservas {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
    background-image: url(../img_21/productos/beneficios_fiweex_reservas.png); 
    height: 588px;
    background-color: #fff;
}
#confirmar_rechazar {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
    background-image: url(../img_21/productos/degradado_reservas.jpg);
    height: 850px;
}
#wifi_inteligente {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
    background-image: url(../img_21/productos/banner_wifi_inteligente.png);
    height: 650px;
    background-color: #EFEFEF;
}
#fx_reservas_mesas {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
    background-image: url(../img_21/productos/fx-reservas-mesas.png);
    height: 650px;
    background-color: #FFF;
}
#prod_fx_reserva_auto {
    background-image: url(../img_21/productos/ilustracion-reserva_auto.png);
    background-size: cover;
    display: table;
}

#sec1_email_mkt {
    background-image: url(../img_21/productos/banner_email_mkt.png);
    background-size: cover;
    display: table;
}
#mkt_cumple_auto {
    background-image: url(../img_21/productos/banner_mkt_cumple_auto.png);
    background-size: cover;
    display: table;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #FFF !important;
    cursor: default !important;
    background-color: #fff !important;
    border: 1px solid #50BAB0 !important;
    border-bottom-color: #50BAB0 !important;
    border-bottom-color: #50BAB0 !important;
}
.nav-tabs{
    border-bottom: 1px solid #FFF !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 225px;
    min-width: 225px;
    padding: 5px 0;
    margin: 2px 0 0;
    margin-top: 2px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.text_menu {
    color: #FFF !important;
    text-decoration: none;
}

.text_menu:hover{
    color: #9C9999 !important;
    text-decoration: underline;
}

html{
    scroll-behavior: smooth;
}
#precio_titulo{
    color: #FFF;
}