.titulo-seccion {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 600;
}

.sub-titulo-seccion {
    font-size: 18px;
    font-weight: 500;
    color: #d71920;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .sub-titulo-seccion a {
        font-size: 14px;
        color: #4466b7;
        position: relative;
        top: 3px;
        float: right;
    }


/*------------------------------*/

.modulo-cabecera-inicio {
    text-align: center;
    position: relative;
    padding-top: 60px;
    background-image: url(../img/bg-inicio.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

    .modulo-cabecera-inicio::after {
        content: '';
        width: 100%;
        height: 150px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 7%, rgba(255,255,255,0) 73%);
    }

    .modulo-cabecera-inicio h1 {
        color: #000;
        font-size: 32px;
        font-weight: 700;
    }

    .modulo-cabecera-inicio .logo-guro {
        margin-top: 35px;
        margin-bottom: 35px;
    }


    .modulo-cabecera-inicio .descripcion {
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
        color: #333333;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .modulo-cabecera-inicio h3 {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }


@media (max-width: 767px) {

    .modulo-cabecera-inicio {
        padding-top: 20px;
        padding-bottom: 0px;
    }

        .modulo-cabecera-inicio::after {
            height: 50px;
        }

        .modulo-cabecera-inicio h1 {
            font-size: 29px;
        }

        .modulo-cabecera-inicio img {
            max-width: 299px;
        }
}


/*------------------------------*/

.modulo-cabecera-interior {
    text-align: center;
    position: relative;
    padding: 30px 0px;
    /*background-color: #f9f9f9;*/
}

    .modulo-cabecera-interior.bg-white {
        background-color: #fff;
        padding-bottom: 0px;
    }

    .modulo-cabecera-interior h2 {
        color: #0077CC;
        font-size: 40px;
        font-weight: 700;
    }

    .modulo-cabecera-interior h3 {
        color: #100909;
        font-size: 16px;
        font-weight: 600;
    }

        .modulo-cabecera-interior h3 a {
            color: #30B9C9;
        }

            .modulo-cabecera-interior h3 a:hover {
                color: #6fc30e;
            }

        .modulo-cabecera-interior h3 span {
            color: #7E92AC;
        }

    .modulo-cabecera-interior h4 {
        color: #5e798d;
        font-size: 22px;
        font-weight: 600;
    }

@media (max-width: 767px) {

    .modulo-cabecera-interior {
    }

        .modulo-cabecera-interior h2 {
            font-size: 26px;
        }

        .modulo-cabecera-interior h3 {
            font-size: 14px;
            line-height: 21px;
        }

            .modulo-cabecera-interior h3 a {
                display: block;
            }

        .modulo-cabecera-interior h4 {
            font-size: 19px;
        }
}

/*---------------------------------*/

.modulo-marcas {
    text-align: center;
    position: relative;
    padding-top: 0px;
    padding-bottom: 80px;
}

    .modulo-marcas h2 {
        color: #30B9C9;
        font-size: 34px;
        font-weight: 700;
    }

    .modulo-marcas .text-1 {
        color: #0077CC;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .modulo-marcas .btn-ver-mas {
        height: 56px;
        background: #007EC3;
        border-radius: 10px;
        font-size: 21px;
        font-weight: 700;
        color: #fff;
        line-height: 54px;
        padding: 0px 30px;
        display: inline-block;
        letter-spacing: 1.9px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

        .modulo-marcas .btn-ver-mas:hover {
            background-color: #519b0d;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            transition: 0.5s;
        }


    .modulo-marcas .box-marcas {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 20px 40px #2426721C;
        border-radius: 20px;
        padding: 35px 30px;
        margin-top: 50px;
    }

        .modulo-marcas .box-marcas .marca {
            padding-top: 14px;
            padding-bottom: 14px;
        }


        .modulo-marcas .box-marcas .text-2 {
            color: #000;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 25px;
            text-align: left;
        }

        .modulo-marcas .box-marcas .btn-ver-mas {
            position: relative;
            bottom: -55px;
        }


@media (max-width: 767px) {


    .modulo-marcas .text-1 {
        color: #0077CC;
        font-size: 23px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .modulo-marcas h2 {
        font-size: 20px;
    }

    .modulo-marcas .box-marcas .btn-ver-mas {
        bottom: -25px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

    .modulo-marcas .box-marcas {
        border-radius: 20px;
        padding: 25px 10px;
        margin-top: 0px;
        box-shadow: none;
    }

        .modulo-marcas .box-marcas .marca {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .modulo-marcas .box-marcas .text-2 {
            font-size: 20px;
            text-align: center;
        }
}



/*------------------------------*/

.modulo-services {
    position: relative;
    padding-top: 60px;
    background-image: url(../img/bg-guro.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}

    .modulo-services::after {
        content: '';
        width: 100%;
        height: 150px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 7%, rgba(255,255,255,0) 73%);
    }

    .modulo-services .title-ppal {
        color: #0077CC;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 15px;
        text-align: center;
    }

    .modulo-services .descripcion {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        color: #333333;
        max-width: 450px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        padding-top: 25px;
    }

    .modulo-services .title-ppal span {
        color: #3ABCCB;
    }


    .modulo-services .title-one {
        color: #0077CC;
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .modulo-services .descripcion-one {
        color: #333333;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        padding-bottom: 8px;
    }

    .modulo-services .descripcion-two {
        color: #333333;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
    }

.carousel-services .owl-stage {
    display: flex;
}

.carousel-services .owl-item {
    display: flex;
    flex: 1 0 auto;
}

    .carousel-services .owl-item .item {
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 15px;
        width: 100%;
    }

        .carousel-services .owl-item .item .boxy {
            background-color: white;
            box-shadow: 3px 6px 8px #2426721c;
            border-radius: 11px;
            padding: 20px;
            width: 100%;
            text-align: center;
        }

            .carousel-services .owl-item .item .boxy img {
                max-height: 140px;
            }

@media (max-width: 767px) {

    .modulo-services {
        padding-top: 20px;
        padding-bottom: 0px;
    }

        .modulo-services::after {
            height: 50px;
        }

        .modulo-services .title-ppal {
            font-size: 22px;
            margin-bottom: 0px;
        }
}

/*------------------------------*/

.modulo-guro {
    /*background-color:rgb(232 241 253 / 24%);*/
    padding: 90px 0px;
}

    .modulo-guro .titulo-superior {
        color: #0077cc;
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .modulo-guro .sub-titulo-superior {
        color: #0077cc;
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .modulo-guro .texto-superior {
        font-size: 22px;
        line-height: 36px;
        font-weight: 400;
        margin-bottom: 40px;
        color: #8898af;
    }

    .modulo-guro .check {
        color: #7E92AC;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        /*display: flex;*/
        margin-right: 50px;
        margin-bottom: 15px;
    }

    .modulo-guro .fa-stack.fa-2x {
        line-height: 50px;
        height: 50px;
        margin-right: 14px;
        float: left;
    }

    .modulo-guro .fas.fa-square.fa-stack-2x {
        font-size: 50px;
        color: #EDFCF6;
    }

    .modulo-guro .fas.fa-check.fa-stack-1x.fa-inverse {
        font-size: 17px;
        color: #5AD6A6;
    }

    .modulo-guro img {
        /*box-shadow: 0px 20px 40px #2426721C;
	border-radius:17px;*/
    }

@media (max-width: 767px) {

    .modulo-guro {
        padding: 40px 0px;
    }

        .modulo-guro .titulo-superior {
            font-size: 28px;
            text-align: center;
            margin-bottom: 15px;
        }

        .modulo-guro .sub-titulo-superior {
            font-size: 28px;
            text-align: center;
            margin-bottom: 15px;
        }

        .modulo-guro .texto-superior {
            font-size: 18px;
            line-height: 32px;
            text-align: center;
        }

        .modulo-guro .check {
            font-size: 15px;
            line-height: 22px;
            margin-right: 10px;
        }

        .modulo-guro .fa-stack.fa-2x {
            line-height: 50px;
            height: 50px;
            margin-right: 14px;
            width: 60px;
        }

        .modulo-guro img {
            margin: 15px;
            position: relative;
            left: -15px;
        }
}


/*------------------------------*/

.modulo-buscador {
    padding: 40px 0px;
    padding-bottom: 60px;
}

    .modulo-buscador .titulo-frase {
        color: #0077CC;
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 40px;
        text-align: center;
    }

        .modulo-buscador .titulo-frase img {
            height: 110px;
            margin-right: 10px;
        }

    .modulo-buscador .btn-continuar {
        height: 50px;
        background: #007EC3;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1.7px;
        color: #fff;
        line-height: 50px;
        padding: 0px 35px;
        display: inline-block;
        text-transform: uppercase;
        position: relative;
        margin-top: 40px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

        .modulo-buscador .btn-continuar:hover {
            background-color: #519b0d;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            transition: 0.5s;
        }

@media (max-width: 767px) {

    .modulo-buscador {
        padding: 45px 15px;
    }

        .modulo-buscador .titulo-frase {
            font-size: 23px;
            text-align: center;
            margin-bottom: 16px;
        }

            .modulo-buscador .titulo-frase img {
                height: 90px;
                margin-right: 10px;
            }
}

/*-------------------------------------------*/




.modulo-companias {
    text-align: center;
    position: relative;
    padding: 80px 0px;
}

    .modulo-companias h2 {
        color: #0077cc;
        font-size: 45px;
        font-weight: 700;
        margin-bottom: 50px;
    }

    .modulo-companias .aseguradora {
        padding-top: 26px;
        padding-bottom: 26px;
    }


@media (max-width: 767px) {

    .modulo-companias {
        padding: 40px 0px;
    }

        .modulo-companias .box {
            padding: 0px 14px;
        }

        .modulo-companias .aseguradora {
            padding-top: 14px;
            padding-bottom: 14px;
        }

        .modulo-companias h2 {
            font-size: 23px;
            text-align: center;
            margin-bottom: 30px;
        }
}

/*----------------------------*/


.modulo-preguntas {
    /*background-color:rgb(232 241 253 / 24%);*/
    padding: 90px 0px;
}

    .modulo-preguntas h2 {
        color: #0077cc;
        font-size: 45px;
        font-weight: 700;
        margin-bottom: 40px;
        text-align: center;
    }

    .modulo-preguntas .descripcion {
        color: #000;
        font-size: 20px;
        line-height: 32px;
        font-weight: 400;
        margin-bottom: 60px;
        text-align: center;
    }

    .modulo-preguntas .box {
        position: relative;
        padding-left: 80px;
        margin-bottom: 20px;
    }

        .modulo-preguntas .box h3 {
            color: #000;
            font-size: 20px;
            font-weight: 600;
        }

    .modulo-preguntas .check {
        color: #7E92AC;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        display: flex;
        margin-right: 50px;
        margin-bottom: 15px;
    }

    .modulo-preguntas .fa-stack.fa-2x {
        line-height: 50px;
        height: 50px;
        position: absolute;
        left: 0px;
    }

    .modulo-preguntas .fas.fa-square.fa-stack-2x {
        font-size: 50px;
        color: #e2f3f3;
    }

    .modulo-preguntas .fas.fa-question.fa-stack-1x.fa-inverse {
        font-size: 17px;
        color: #0077cc;
    }

@media (max-width: 767px) {

    .modulo-preguntas {
        padding: 40px 0px;
    }

        .modulo-preguntas h2 {
            font-size: 24px;
            text-align: center;
            margin-bottom: 30px;
        }

        .modulo-preguntas .descripcion {
            color: #000;
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 40px;
        }

        .modulo-preguntas .box h3 {
            font-size: 17px;
        }

        .modulo-preguntas .check {
            font-size: 15px;
            line-height: 22px;
            margin-right: 10px;
        }


        .modulo-preguntas .fa-stack.fa-2x {
            line-height: 50px;
            height: 50px;
            margin-right: 14px;
            left: 0px;
        }
}


/*--------------------------*/


.modulo-suscripcion {
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .modulo-suscripcion .row-fluid {
        background-color: #33CCCC;
        border-radius: 99px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .modulo-suscripcion h2 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .modulo-suscripcion .descripcion {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }

    .modulo-suscripcion .form-control.input-lg {
        z-index: 2;
        background: white;
        border-right-color: transparent;
        font-size: small;
        font-weight: 400;
        border: 0px;
        color: #555;
        padding-left: 36px;
        border-radius: 3px !important;
    }

    .modulo-suscripcion .input-group i.fa-whatsapp {
        position: absolute;
        z-index: 100;
        left: 14px;
        top: 16px;
        color: #1cd442;
    }

    .modulo-suscripcion button {
        background-color: #ffffff;
        border-color: #ffffff;
        border-radius: 3px !important;
        font-size: 15px;
        margin-left: -5px !important;
        color: #3cc !important;
    }

        .modulo-suscripcion button:hover {
            background-color: #519b0d;
            border-color: #519b0d;
            color: #fff !important;
        }


@media (max-width: 767px) {

    .modulo-suscripcion {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .modulo-suscripcion .row-fluid {
            border-radius: 18px;
        }

        .modulo-suscripcion h2 {
            font-size: 24px;
        }
}

/*------------------------------*/

.modulo-cobertura-tipo {
    position: relative;
    /*overflow:hidden;*/
    padding-top: 0px;
    padding-bottom: 120px;
}

    .modulo-cobertura-tipo .titulo-cob {
        text-align: center;
        font-size: 23px;
        font-weight: 700;
        margin-bottom: 60px;
    }

    .modulo-cobertura-tipo .card {
        position: relative;
        /*display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;*/
        min-width: 0;
        /*word-wrap: break-word;*/
        background-color: #fff;
        background-clip: border-box;
        border: 0px solid rgba(0,0,0,.125);
        text-align: center;
        box-shadow: 6px -3px 20px 2px #00000029;
        border-radius: 12px;
        /*font-family: "Montserrat", sans-serif !important;*/
        margin-top: 20px;
        margin-bottom: 30px;
    }

        .modulo-cobertura-tipo .card .card-body {
            /*-ms-flex: 1 1 auto;
    flex: 1 1 auto;*/
            padding: 22px;
        }

        .modulo-cobertura-tipo .card span.tag {
            color: white;
            font-size: 14px;
            font-weight: 600;
            background: rgb(139,195,74);
            background: linear-gradient(270deg, rgb(111 195 14) 31%, rgb(108 187 19) 100%);
            display: inline-block;
            position: absolute;
            top: -30px;
            left: 0;
            right: 0;
            width: 70%;
            margin: auto;
            padding: 12px 12px;
            border-radius: 10px;
            text-transform: uppercase;
        }

        .modulo-cobertura-tipo .card span.tag-hoy {
            color: white;
            font-size: 14px;
            font-weight: 600;
            background: rgb(139,195,74);
            background: linear-gradient(270deg, rgb(255 51 35) 31%, rgb(227 19 3) 100%);
            display: inline-block;
            position: absolute;
            top: 15px;
            right: 15px;
            width: 58px;
            height: 58px;
            /* margin: auto; */
            line-height: 18px;
            padding: 12px 12px;
            border-radius: 58px;
            /* text-transform: uppercase; */
        }

        .modulo-cobertura-tipo .card .card-footer {
            padding-bottom: 25px;
            padding-top: 5px;
        }

        .modulo-cobertura-tipo .card .card-body .tipo {
            font-size: 26px;
            font-weight: 600;
            color: #0077cc;
            text-transform: uppercase;
        }

        .modulo-cobertura-tipo .card .card-body .cobertura {
            font-size: 17px;
            font-weight: 500;
            color: #7E92AC;
            text-transform: uppercase;
        }

        .modulo-cobertura-tipo .card .card-body .price {
            display: inline-flex;
            margin-bottom: 0px;
        }

        .modulo-cobertura-tipo .card .card-body .date {
            font-size: 18px;
            font-weight: 500;
            color: #626262;
            line-height: 42px;
            padding-right: 10px;
        }

        .modulo-cobertura-tipo .card .card-body .valor {
            font-size: 36px;
            font-weight: 400;
            color: #000000;
            line-height: 40px;
        }

        .modulo-cobertura-tipo .card .card-body sup {
            line-height: 40px;
            font-size: 15px;
            color: #9f9f9f;
            top: -0.4em;
        }

        .modulo-cobertura-tipo .card .card-body .periodo {
            font-size: 16px;
            font-weight: 400;
            color: #818181;
            line-height: 40px;
            padding-left: 8px;
        }

    .modulo-cobertura-tipo .btn-ver-cobertura {
        background: #030303;
        background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
        background: -webkit-gradient(linear, left top, right top, from(#484545), to(#020202));
        background: -webkit-linear-gradient(left, #020202 0%, #474444 100%);
        background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
        background: linear-gradient(to right, #000000 0%, #4a4747 100%);
        padding: 12px 25px;
        color: white;
        font-size: 14px;
        border-radius: 10px;
        text-transform: uppercase;
        border: 0px;
    }

    .modulo-cobertura-tipo .carousel-coberturas.owl-carousel .owl-stage-outer {
        padding: 30px 0px;
    }

        .modulo-cobertura-tipo .carousel-coberturas.owl-carousel .owl-stage-outer .item {
            padding: 0px 25px;
        }

@media (max-width: 767px) {

    .modulo-cobertura-tipo {
        position: relative;
        overflow: hidden;
        padding-top: 0px;
        padding-bottom: 60px;
    }

        .modulo-cobertura-tipo .titulo-cob {
            text-align: center;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .modulo-cobertura-tipo .carousel-coberturas.owl-carousel .owl-stage-outer .item {
            padding: 0px 8px;
        }
}


.carousel-coberturas {
    max-height: 492px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .carousel-coberturas {
        max-height: 432px;
        overflow: hidden;
    }
}

/* Animated Skeleton */

.modulo-cobertura-tipo.skeleton .hide-text {
    background: #e2e2e2;
    color: transparent;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

    .modulo-cobertura-tipo.skeleton .hide-text::before {
        /*content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 400px;
  background: linear-gradient(to right, #f5f5f5 25%, #d5d5d5 50%, #f5f5f5 100%);
  animation-name: gradient-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  z-index:999;
  	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;*/
    }

    .modulo-cobertura-tipo.skeleton .hide-text::after {
        content: "";
        position: absolute;
        left: 0%;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: url(../img/Gurocotizando.gif);
        background-position: center top;
        background-repeat: no-repeat;
        background-color: #fff;
        z-index: 99;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

@keyframes gradient-animation {
    from {
        left: 0%;
    }

    to {
        left: 100%;
    }
}


/*----------------------------------*/

.modulo-opciones-common {
    position: relative;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 120px;
}

    .modulo-opciones-common .titulo-cob {
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 40px;
        color: #0077cc;
    }

        .modulo-opciones-common .titulo-cob img {
            height: 90px;
            margin-right: 10px;
        }

    .modulo-opciones-common .vehiculo {
        background: #33CCCC;
        display: inline-block;
        margin-right: auto;
        margin-left: auto;
        padding: 19px 45px;
        color: #ffffff;
        border-radius: 50pc;
    }

    .modulo-opciones-common .seleccionado {
        margin-bottom: 15px;
    }

        .modulo-opciones-common .seleccionado strong {
            font-size: 28px;
            line-height: 28px;
        }

        .modulo-opciones-common .seleccionado span {
            display: block;
            font-size: 12px;
            line-height: 12px;
            font-weight: 700;
        }

    .modulo-opciones-common .small {
        font-size: 11px;
        line-height: 12px;
        margin-bottom: 0px;
    }

        .modulo-opciones-common .small a {
            text-decoration: underline;
            color: white;
        }

    .modulo-opciones-common .bloque-opcion {
        text-align: center;
        padding: 30px 0px;
    }

        .modulo-opciones-common .bloque-opcion h3 {
            font-size: 18px;
            font-weight: 700;
            color: #000000DE;
        }


    .modulo-opciones-common .dropdown-menu {
        text-align: left;
        padding: 8px;
    }

        .modulo-opciones-common .dropdown-menu .dropdown-item {
            color: #3f4142;
            display: block;
            padding: 3px;
        }



    .modulo-opciones-common .btn-continuar {
        height: 50px;
        background: #0077cc;
        font-weight: 600;
        border-radius: 10px;
        border: 0px;
        font-size: 14px;
        color: #fff;
        line-height: 50px;
        padding: 0px 45px;
        display: inline-block;
        text-transform: uppercase;
        position: relative;
        margin-top: 0px;
        letter-spacing: 1.32px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

        .modulo-opciones-common .btn-continuar:hover {
            background-color: #519b0d;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            transition: 0.5s;
        }

.radio-btn-group {
    display: block;
    text-align: center;
    padding: 30px 0px;
    max-width: 330px;
    margin: auto;
}

    .radio-btn-group .radio {
        margin: 0 0.25rem;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

        .radio-btn-group .radio label {
            background: #00000014;
            border: 0px solid #e9e9e9;
            padding: 15px;
            min-width: 52px;
            border-radius: 10px;
            cursor: pointer;
            color: #444;
            transition: box-shadow 400ms ease;
            display: inline-block;
            font-size: 16px;
        }

            .radio-btn-group .radio label:hover {
                box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
            }

        .radio-btn-group .radio input[type=radio] {
            display: none;
        }

            .radio-btn-group .radio input[type=radio]:checked + label {
                background: #00B931;
                color: #fff;
                border-color: #00B931;
            }

.show {
    font-weight: 400;
    color: #444;
}

    .show span {
        background: #f5f5f5;
        color: #F44336;
        border-radius: 3px;
        padding: 0.25rem 0.5rem;
        font-size: 1.25rem;
        border: 1px solid #f1f1f1;
    }

@media (max-width: 767px) {

    .modulo-opciones-common {
        position: relative;
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 60px;
    }

        .modulo-opciones-common .titulo-cob {
            text-align: center;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 20px;
        }
}


/*------------------------------*/

.modulo-ver-cobertura {
    position: relative;
    /*overflow:hidden;*/
    padding-top: 45px;
    padding-bottom: 120px;
}

    .modulo-ver-cobertura .card {
        position: relative;
        /*display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;*/
        min-width: 0;
        /*word-wrap: break-word;*/
        background-color: #fff;
        background-clip: border-box;
        border: 0px solid rgba(0,0,0,.125);
        text-align: center;
        box-shadow: 6px -3px 20px 2px #00000029;
        border-radius: 12px;
        /*font-family: "Montserrat", sans-serif !important;*/
        margin-top: 20px;
        margin-bottom: 40px;
    }

        .modulo-ver-cobertura .card .card-body {
            /*-ms-flex: 1 1 auto;
    flex: 1 1 auto;*/
            padding: 32px;
            padding-bottom: 22px;
        }

        .modulo-ver-cobertura .card span.tag {
            color: white;
            font-size: 14px;
            font-weight: 600;
            background: rgb(139,195,74);
            background: linear-gradient(270deg, rgb(111 195 14) 31%, rgb(108 187 19) 100%);
            display: inline-block;
            position: absolute;
            top: -30px;
            left: 0;
            right: 0;
            width: 70%;
            margin: auto;
            padding: 12px 12px;
            border-radius: 10px;
            text-transform: uppercase;
        }

        .modulo-ver-cobertura .card span.tag-hoy {
            color: white;
            font-size: 14px;
            font-weight: 600;
            background: rgb(139,195,74);
            background: linear-gradient(270deg, rgb(255 51 35) 31%, rgb(227 19 3) 100%);
            display: inline-block;
            position: absolute;
            top: 15px;
            right: 15px;
            width: 58px;
            height: 58px;
            /* margin: auto; */
            line-height: 18px;
            padding: 12px 12px;
            border-radius: 58px;
            /* text-transform: uppercase; */
        }

        .modulo-ver-cobertura .card .card-footer {
            padding-bottom: 35px;
            padding-top: 5px;
        }

        .modulo-ver-cobertura .card .card-body .valor {
            font-size: 54px;
            font-weight: 700;
            color: #0077cc;
            line-height: 54px;
            margin-top: 10px;
        }

        .modulo-ver-cobertura .card .card-body .tipo {
            font-size: 13px;
            font-weight: 400;
            color: #7E92AC;
            text-transform: uppercase;
        }

        .modulo-ver-cobertura .card .card-body .cobertura {
            font-size: 25px;
            font-weight: 700;
            color: #000;
            margin: 18px 0px;
        }

        .modulo-ver-cobertura .card .card-body .descripcion {
            font-size: 18px;
            font-weight: 400;
            color: #000;
            line-height: 32px;
            height: 96px;
            overflow: hidden;
        }

    .modulo-ver-cobertura .btn-ver-cobertura {
        background: #030303;
        background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
        background: -webkit-gradient(linear, left top, right top, from(#484545), to(#020202));
        background: -webkit-linear-gradient(left, #020202 0%, #474444 100%);
        background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
        background: linear-gradient(to right, #000000 0%, #4a4747 100%);
        padding: 12px 25px;
        color: white;
        font-size: 14px;
        border-radius: 10px;
        text-transform: uppercase;
        border: 0px;
        font-weight: 600;
        letter-spacing: 1.2px;
    }

    .modulo-ver-cobertura .card.card-gold {
        background: transparent linear-gradient(180deg, #CAA637 0%, #F8E5A2 35%, #E0C56F 63%, #BB952F 86%, #BA942D 100%) 0% 0% no-repeat padding-box;
    }

        .modulo-ver-cobertura .card.card-gold .card-body .valor {
            color: #5E4E21;
        }

        .modulo-ver-cobertura .card.card-gold .card-body .tipo {
            color: #5E4E21;
        }

        .modulo-ver-cobertura .card.card-gold .card-body .cobertura {
            color: #5E4E21;
        }

        .modulo-ver-cobertura .card.card-gold .card-body .descripcion {
            color: #333333;
        }


    .modulo-ver-cobertura .card.card-green {
        background: transparent linear-gradient(180deg, #87E818 0%, #6EC20D 100%) 0% 0% no-repeat padding-box;
    }

        .modulo-ver-cobertura .card.card-green .card-body .valor {
            color: #fff;
        }

        .modulo-ver-cobertura .card.card-green .card-body .tipo {
            color: #fff;
        }

        .modulo-ver-cobertura .card.card-green .card-body .cobertura {
            color: #fff;
        }

        .modulo-ver-cobertura .card.card-green .card-body .descripcion {
            color: #fff;
        }

@media (max-width: 767px) {

    .modulo-ver-cobertura {
        position: relative;
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 60px;
    }

        .modulo-ver-cobertura .card .card-body {
            padding: 15px;
            padding-bottom: 12px;
            padding-top: 32px;
        }

            .modulo-ver-cobertura .card .card-body .valor {
                font-size: 34px;
                line-height: 34px;
                margin-top: 0px;
            }

            .modulo-ver-cobertura .card .card-body .cobertura {
                font-size: 20px;
                font-weight: 600;
                margin: 14px 0px;
            }

            .modulo-ver-cobertura .card .card-body .descripcion {
                font-size: 14px;
                font-weight: 400;
                color: #000;
                line-height: 22px;
                height: 110px;
                overflow: hidden;
            }

        .modulo-ver-cobertura .card span.tag-hoy {
            color: white;
            font-size: 14px;
            font-weight: 600;
            background: rgb(139,195,74);
            background: linear-gradient(270deg, rgb(255 51 35) 31%, rgb(227 19 3) 100%);
            display: inline-block;
            position: absolute;
            top: -34px;
            right: 0;
            left: 0;
            width: 58px;
            height: 58px;
            margin: auto;
            line-height: 18px;
            padding: 12px 12px;
            border-radius: 58px;
            /* text-transform: uppercase; */
        }

        .modulo-ver-cobertura .card .card-footer {
            padding-bottom: 25px;
            padding-top: 5px;
        }
}

/*--------------------------------------*/

.modulo-amplia-cobertura {
    position: relative;
    padding-bottom: 120px;
}

    .modulo-amplia-cobertura .card {
        position: relative;
        /*display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;*/
        min-width: 0;
        /*word-wrap: break-word;*/
        background-color: #fff;
        background-clip: border-box;
        border: 0px solid rgba(0,0,0,.125);
        box-shadow: 6px -3px 20px 2px #00000029;
        border-radius: 12px;
        /*font-family: "Montserrat", sans-serif !important;*/
        margin-top: 20px;
        margin-bottom: 40px;
    }

        .modulo-amplia-cobertura .card .card-body {
            /*-ms-flex: 1 1 auto;
    flex: 1 1 auto;*/
            padding: 32px;
            padding-bottom: 22px;
            display: inline-block;
        }


        .modulo-amplia-cobertura .card .card-footer {
            padding: 32px;
            padding-bottom: 35px;
            padding-top: 5px;
            display: inline-block;
            width: 100%;
        }

    .modulo-amplia-cobertura .aseguradora img {
        max-width: 100%;
    }

    .modulo-amplia-cobertura .cobertura {
        color: #000;
        font-size: 28px;
        font-weight: 700;
        line-height: 38px;
        margin-top: 28px;
    }

    .modulo-amplia-cobertura .precio {
        float: right;
        text-align: center;
        margin-top: 5px;
    }

        .modulo-amplia-cobertura .precio:hover .valor {
            color: #e32213;
        }

    .modulo-amplia-cobertura .valor {
        color: #6EC20D;
        font-size: 58px;
        font-weight: 700;
        line-height: 58px;
        margin-bottom: 5px;
    }

    .modulo-amplia-cobertura .tipo {
        font-weight: 700;
        font-size: 20px;
        color: black;
        margin-top: 5px;
        text-transform: uppercase;
    }


    .modulo-amplia-cobertura .descripcion {
        color: #7E92AC;
        font-size: 22px;
        font-weight: 400;
        line-height: 34px;
        margin-bottom: 35px;
        margin-top: 10px;
        display: inline-block;
    }


    .modulo-amplia-cobertura .check {
        color: #7E92AC;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        display: flex;
        margin-right: 50px;
        margin-bottom: 8px;
        border-bottom: solid 1px #ebebeb;
        padding-bottom: 8px;
    }

    .modulo-amplia-cobertura .fa-stack.fa-2x {
        line-height: 32px;
        height: 32px;
        width: 32px;
        margin-right: 14px;
    }

    .modulo-amplia-cobertura .fas.fa-square.fa-stack-2x {
        font-size: 32px;
        color: #EDFCF6;
    }

    .modulo-amplia-cobertura .fas.fa-check.fa-stack-1x.fa-inverse {
        font-size: 14px;
        color: #5AD6A6;
    }


    .modulo-amplia-cobertura .btn-ver-cobertura {
        background: #030303;
        background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
        background: -webkit-gradient(linear, left top, right top, from(#484545), to(#020202));
        background: -webkit-linear-gradient(left, #020202 0%, #474444 100%);
        background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
        background: linear-gradient(to right, #000000 0%, #4a4747 100%);
        padding: 16px 35px;
        color: white;
        font-size: 18px;
        border-radius: 7px;
        text-transform: uppercase;
        border: 0px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

        .modulo-amplia-cobertura .btn-ver-cobertura:hover {
            background: #030303;
            background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
            background: -webkit-gradient(linear, left top, right top, from(#484545), to(#020202));
            background: -webkit-linear-gradient(left, #020202 0%, #474444 100%);
            background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
            background: linear-gradient(to right, #000000 0%, #4a4747 100%);
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            transition: 0.5s;
        }


    .modulo-amplia-cobertura .compartir {
        color: black;
        font-size: 20px;
        font-weight: 600;
        line-height: 50px;
    }

    .modulo-amplia-cobertura .consultar {
        color: black;
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        display: block;
    }

        .modulo-amplia-cobertura .consultar span {
            display: block;
            font-weight: 700;
        }

    .modulo-amplia-cobertura .volver {
        background-color: #0077cc;
        background-clip: border-box;
        border: 0px solid rgba(0,0,0,.125);
        box-shadow: 6px -3px 20px 2px #00000029;
        border-radius: 7px;
        color: white;
        font-weight: 3;
        padding: 8px 15px;
        /*padding-bottom: 16px;*/
        margin-right: 20px;
        position: relative;
        /*bottom: -26px;*/
        display: inline-block;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

        .modulo-amplia-cobertura .volver:hover {
            background-color: #33cccc;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            transition: 0.5s;
        }

    /* Animated Skeleton */

    .modulo-amplia-cobertura.skeleton .hide-text {
        background: #e2e2e2;
        color: transparent;
        position: relative;
        overflow: hidden;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

        .modulo-amplia-cobertura.skeleton .hide-text::before {
            /*content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 400px;
  background: linear-gradient(to right, #f5f5f5 25%, #d5d5d5 50%, #f5f5f5 100%);
  animation-name: gradient-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  z-index:999;
  	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;*/
        }

        .modulo-amplia-cobertura.skeleton .hide-text::after {
            content: "";
            position: absolute;
            left: 0%;
            top: 0;
            height: 100%;
            width: 100%;
            background-image: url(../img/Gurocotizando.gif);
            background-position: center top;
            background-repeat: no-repeat;
            background-color: #fff;
            z-index: 99;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            transition: 0.5s;
        }

@media (max-width: 767px) {

    .modulo-amplia-cobertura .volver {
        display: none;
    }

    .modulo-amplia-cobertura {
        position: relative;
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 60px;
    }

        .modulo-amplia-cobertura .card .card-body {
            padding: 10px;
            padding-bottom: 12px;
            padding-top: 32px;
        }

        .modulo-amplia-cobertura .card .card-footer {
            padding: 19px;
            padding-bottom: 25px;
            padding-top: 10px;
        }

        .modulo-amplia-cobertura .precio {
            margin-top: 12px;
            padding-right: 12px;
        }

        .modulo-amplia-cobertura .valor {
            font-size: 40px;
            line-height: 40px;
            margin-bottom: 5px;
        }

        .modulo-amplia-cobertura .tipo {
            font-size: 15px;
            margin-top: 5px;
            text-transform: uppercase;
        }

        .modulo-amplia-cobertura .cobertura {
            font-size: 22px;
            line-height: 32px;
            margin-top: 8px;
        }

        .modulo-amplia-cobertura .descripcion {
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 30px;
            margin-top: 5px;
        }

        .modulo-amplia-cobertura .check {
            font-size: 15px;
            line-height: 22px;
            margin-right: 10px;
        }

        .modulo-amplia-cobertura .fa-stack.fa-2x {
            line-height: 32px;
            height: 32px;
            margin-right: 14px;
            width: 32px;
            margin-top: -4px;
        }

        .modulo-amplia-cobertura .card .card-footer .precio {
            margin-top: -4px;
        }

        .modulo-amplia-cobertura .compartir {
            margin-top: 14px;
            font-size: 19px;
            line-height: 23px;
            display: block;
        }

        .modulo-amplia-cobertura .consultar {
            font-size: 19px;
            line-height: 23px;
        }
}


/*--------------------------------------*/

.modulo-formularios-common {
    position: relative;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 120px;
}

    .modulo-formularios-common.w-bg {
        background-image: url(img/bg-inicio.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

        .modulo-formularios-common.w-bg::after {
            content: '';
            width: 100%;
            height: 150px;
            position: absolute;
            left: 0;
            bottom: 0;
            background: rgb(255,255,255);
            background: linear-gradient(0deg, rgba(255,255,255,1) 7%, rgba(255,255,255,0) 73%);
        }

    .modulo-formularios-common .guro-img {
        float: left;
        margin-right: 15px;
        margin-top: -10px;
        max-height: 110px;
    }

    .modulo-formularios-common .titulo-cob {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 0px;
        color: #0077CC;
        display: inline-block;
    }

    .modulo-formularios-common .sub-titulo-cob {
        font-size: 26px;
        font-weight: 600;
        color: #33cccc;
        display: inline-block;
        margin-top: 5px;
    }

    .modulo-formularios-common .h4-bloque {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 24px;
    }

    .modulo-formularios-common .small {
        font-size: 11px;
        line-height: 12px;
        margin-bottom: 0px;
    }

    .modulo-formularios-common .bloque-opcion {
        text-align: center;
        padding: 30px 0px;
    }

    .modulo-formularios-common .col-phone {
        display: flex;
    }

        .modulo-formularios-common .col-phone .codigo-tel {
            width: 120px;
            display: inline-block;
            line-height: 56px;
            font-size: 16px;
            color: #4e4e4e;
            font-weight: 600;
        }

            .modulo-formularios-common .col-phone .codigo-tel .fab {
                font-size: 28px;
                color: #1cd442;
                /* font-weight: 600; */
                position: relative;
                bottom: -4px;
            }

        .modulo-formularios-common .col-phone .form-group {
            display: inline-block;
            width: 100%;
        }

    .modulo-formularios-common .btn-continuar {
        height: 50px;
        background: #0077cc;
        font-weight: 600;
        border-radius: 10px;
        border: 0px;
        font-size: 14px;
        color: #fff;
        line-height: 50px;
        padding: 0px 45px;
        display: inline-block;
        text-transform: uppercase;
        position: relative;
        margin-top: 0px;
        letter-spacing: 1.32px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

        .modulo-formularios-common .btn-continuar:hover {
            background-color: #519b0d;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            transition: 0.5s;
        }

@media (max-width: 767px) {

    .modulo-formularios-common {
        position: relative;
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 60px;
    }

        .modulo-formularios-common.w-bg::after {
            height: 40px;
        }


        .modulo-formularios-common .guro-img {
            float: left;
            margin-right: 10px;
            margin-top: 0px;
            max-height: 90px;
        }

        .modulo-formularios-common .titulo-cob {
            font-size: 20px;
            margin-bottom: 0px;
            display: block;
        }

        .modulo-formularios-common .sub-titulo-cob {
            font-size: 18px;
            display: block;
            margin-top: 5px;
        }
}


.pasos-num {
    padding-top: 10px;
}

    .pasos-num li a {
        color: #a0a0a0;
        margin-right: 7px;
        font-size: 13px;
    }

        .pasos-num li a .paso {
            width: 30px;
            height: 30px;
            line-height: 30px;
            background-color: #a7a7a7;
            display: inline-block;
            border-radius: 15px;
            text-align: center;
            color: white;
            margin-right: 7px;
            font-size: 14px;
        }

        .pasos-num li a.active {
            color: #000;
        }

            .pasos-num li a.active .paso {
                background-color: #0077cc;
                color: white;
                font-weight: 700;
            }

@media (max-width: 767px) {
    .pasos-num li a {
        margin-right: 0px;
    }

    .pasos-num li {
        padding: 0px;
    }

        .pasos-num li a .not {
            display: none;
        }

        .pasos-num li a.active .not {
            display: inline-block;
            margin-right: 7px;
            font-size: 12px;
        }
}

/*--------------------------------------*/


/*------------------------------*/

.modulo-contact-info {
    text-align: center;
    position: relative;
    /*background-color: #f9f9f9;*/
}

    .modulo-contact-info .titulo-ppal {
        color: #0077CC;
        font-size: 40px;
        font-weight: 700;
    }

    .modulo-contact-info .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 100%;
        word-wrap: break-word;
        background-color: #07c;
        background-clip: border-box;
        border: 0px solid rgba(0,0,0,.125);
        text-align: center;
        box-shadow: 6px -3px 20px 2px #00000029;
        border-radius: 12px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

        .modulo-contact-info .card .card-body {
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            padding: 22px;
            color: white;
            /*display:flex;
    justify-content: center;
    align-items: center;*/
        }

            .modulo-contact-info .card .card-body img {
                float: left;
            }

            .modulo-contact-info .card .card-body .titulo-c {
                font-size: 26px;
                font-weight: 400;
                margin-top: 30px;
            }

            .modulo-contact-info .card .card-body .email {
                font-size: 25px;
                font-weight: 700;
            }

            .modulo-contact-info .card .card-body .btn-wapp {
                font-size: 20px;
                font-weight: 600;
                background-color: #50bbaf;
                color: #fff;
                padding: 9px 25px;
                border-radius: 50px;
                -webkit-transition: 0.5s;
                -moz-transition: 0.5s;
                -ms-transition: 0.5s;
                transition: 0.5s;
            }

                .modulo-contact-info .card .card-body .btn-wapp:hover {
                    background-color: #2cb742;
                    -webkit-transition: 0.5s;
                    -moz-transition: 0.5s;
                    -ms-transition: 0.5s;
                    transition: 0.5s;
                }

@media (max-width: 767px) {

    .modulo-contact-info {
    }

        .modulo-contact-info .titulo-ppal {
            font-size: 26px;
        }
}

/*---------------------------------*/

/*-------- FLEXBOX ---------*/



.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*flex:1 1 auto;*/
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
    /*margin:-.2px; */
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}

.flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2;
}



/*-------- FIN FLEXBOX ---------*/


@media (max-width: 767px) {
    .row-xs {
        margin-right: -10px;
        margin-left: -10px;
    }

        .row-xs .row-xs- {
            margin-right: -10px;
            margin-left: -10px;
        }

        .row-xs .col-xs-6 {
            padding-right: 5px;
            padding-left: 5px;
            width: 50%;
            float: left;
        }

        .row-xs .col-xs-12b {
            padding-right: 5px;
            padding-left: 5px;
            width: 100%;
            float: left;
        }
}

/*-------- LOADING ---------*/
.modulo-loading {
    position: relative;
    padding-top: 60px;
    position: relative;
    background-image: url(../img/bg-inicio.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .modulo-loading::after {
        content: '';
        width: 100%;
        height: 150px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 7%, rgba(255,255,255,0) 73%);
    }