body {
    background-color: #F2F2F2;
    border: 0px;
    margin: 0 auto;
    padding: 0px;
    color: #3C3C3B;
    /*width:1000px;*/
}


/*h5 {
    font-family: calibri;
    font-size: 1.5em;
    font-weight: normal;
    color: #666;
    margin: 2px;
    padding: 2px;
}

h6 {
    font-family: calibri;
    font-size: 1.1em;
    color: #666;
    margin: 2px;
    padding: 2px;
    font-weight: bold;
}*/

textarea, button {
    border: 1px solid #CCC;
    border-radius: 5px;
    /*font-family: calibri;*/
    font-size: 1em;
    padding: 5px;
    color: #666;
    width: 100%;
}

/*li {
    list-style-type: square;
}

    li::before {
        color: #98c020;
    }

    li span {
        color: #666;
    }*/


/*input[type="button"] {
    background-color: #EEE;
}*/


#cabecera {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5em;
    height: auto;
    column-count: 2;
    column-gap: 1em;
}

    #cabecera .col1 {
        padding-top: 5px;
    }

        #cabecera .col1 img {
            width: 300px;
        }

    #cabecera .col2 {
        text-align: right;
    }

        #cabecera .col2 img {
            width: 70px;
        }

#banner img {
    width: 100%;
    border-bottom: 15px solid #98c020;
}

#banner {
    height: 225px !important;
    max-width: 1152px;
    background-position: right center;
}

#menu {
    /*column-count: 8;*/
    /*column-gap: 1em;
    column-rule: 1px solid #98c020;*/
    /*float:left;*/
    /*display:flex;*/
    /*width: 992px;*/
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3c3c3b;
    /*word-break: break-all;*/
}

    #menu .small {
        font-size: 14px;
        font-weight: normal;
        line-height: 13px;
        color: #AAA;
        padding: 0px;
        margin: 0px;
        /*word-break: break-all;*/
    }

    #menu a {
        /*color: #666;*/
        text-decoration: none;
    }

    #menu .active a {
        color: #98c020;
    }

#contenido .iilus {
    /*width:300px;*/
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.iilus img {
    width: 100%;
    max-width: 300px;
}

.step1 {
    text-align: justify;
}

.titulo {
    margin: 10px 0px;
    column-span: all;
}

.botonera {
    margin-top: 20px;
    margin-bottom: 20px;
    column-span: all;
    text-align: right;
}

.btn_next {
    width: auto;
    background-color: #98c020;
    padding: 10px 20px;
}

.btn_prev {
    width: auto;
    background-color: #98c020;
    padding: 10px 20px;
}

.btn_cancel {
    width: auto;
    background-color: #EC7171;
    padding: 10px 20px;
}

    .btn_next:hover, .btn_prev:hover, .btn_cancel:hover {
        color: #FFF;
        cursor: pointer;
    }

.msg_ok {
    border: 1px solid #CCC;
    border-radius: 5px;
    /*font-family: calibri;*/
    font-size: 16px;
    padding: 10px;
    margin: 20px;
    color: #008000;
    background-color: #98c020;
    column-span: all;
    display: none;
}

.msg_alert {
    border: 1px solid #CCC;
    border-radius: 5px;
    /*font-family: calibri;*/
    font-size: 16px;
    padding: 10px;
    margin: 20px;
    color: #FF8211;
    background-color: #FEFDC7;
    column-span: all;
    display: none;
}

.msg_error {
    border: 1px solid #CCC;
    border-radius: 5px;
    /*font-family: calibri;*/
    font-size: 16px;
    padding: 10px;
    margin: 20px;
    color: #CC0000;
    background-color: #EC7171;
    column-span: all;
    display: none;
}

.msg_ok a {
    color: #008000;
}

.msg_alert a {
    color: #FF8211;
}

.msg_error a {
    color: #CC0000;
}

.icon_link {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

    .icon_link a {
        color: #0080c8;
    }

.menuDivTitleMicro {
    padding-left: 5px;
    white-space: normal;
    margin-top: 3px;
}


.dropdownMicro {
    list-style-type: none;
}

.dropdownMenuMicro {
    top: 20px;
    left: -30px;
    max-width:90%;
    text-align: initial;
    padding-left: 6px;
}

.menuSubTitleMicro {
    font-size: 15px;
    line-height: 2em;
    /*padding-left: 5px;*/
    white-space: normal;    
}


.submenuItem, .submenuItem a {
    margin: 10px 0px 10px 0px !important;
    text-decoration-line: underline;
    font-weight: 700;
    color: #3c3c3b !important;
    font-size: 14px !important;
    line-height: 10px;
}


    .submenuItem a:hover {
        background-color: #3c3c3b !important;
        color: white !important;

    }

.submenuItemSinHover {
    margin: 10px 0px 10px 10px !important;
    text-decoration-line: underline;
}

    .submenuItemSinHover:hover {
        background-color: #FFF !important;
    }

        .submenuItemSinHover:hover .menuSubTitleMicro {
            color: #666 !important;
        }

.subrayadoSubmenu {
    border-bottom: 1px solid #279d2e;
}

.subsubMenu {
    padding-left: 30px !important;
}

#menuMicro {
    float: right;
    width: 100%;
}

    #menuMicro .burguer {
        float: right !important;
        background-color: #8bc34a;
    }

.microTitulo {
    float: left;
}

    .microTitulo h1 {
        font-size: 1.5em;
    }

.sidenav a, .arrowMenu {
    line-height: 2.5em;
}

/*.activeLink {
    color: #9AC00F;
}*/

@media screen and (max-width:1024px) {

    body, #banner, #menu {
        width: 100% !important;
    }

    #banner {
        background-position: 80%;
    }
}

@media screen and (max-width:1023px) {

    .microContent {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/*@media screen and (max-width:768px) {

    .dividerMicro {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
}*/

/*@media screen and (min-width: 1367px) {
    #banner {
        height: 350px!important;
    }
}*/

@media screen and (width: 1024px) {
    .menuTitleMicro {
        font-size: 12px;
    }
}


/*Web 2021*/
/*Body*/

/*.dividerMicro {
    margin-bottom: 12px;
    margin-top: 12px;
    border: 1px solid #279d2e;
}*/

.bp-container-pad-y {
    padding-top: 16px;
    padding-bottom: 16px;
}

.bp-container-pad-x {
    padding-left: 16px;
    padding-right: 16px;
}

.bp-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

select, .select {
    color: #3c3c3b;
    padding: 8px 12px 8px 12px;
    display: block;
    border: none;
    border-bottom: 1px solid #3c3c3b;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    background-color: #FFFFFF;
}

.menuSteps-container {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #3c3c3b;
    padding-bottom: 0.5em;
}

.menuSteps {
    cursor: pointer;
    border: 1px solid #3c3c3b;
    border-top-left-radius: 3px;
    border-top-right-radius: 8px;
    padding: 5px 10px;
    color: #3c3c3b;
    margin-right: 10px;
    border-bottom: none;
}

.activeLink {
    background-color: #3c3c3b;
}

.activeLink div a > p {
        color: #fff;
    }

.spacers {
    border: none;
    border-top: 1px solid #3c3c3b;
    border-bottom: 1px solid #3c3c3b;
    padding: 12px 0px;
}

.checkbox {
    border: 1px solid #3c3c3b;
    margin-right: 12px;
    width: 14px;
    height: 14px;
    border-radius: 1px;
}

    .checkbox:checked {
        background-color: #279d2e;
    }

/*.btn,*/ button, input[type="button"] {
    cursor: pointer;
    border: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 3px;
    padding: 8px 12px;
    color: #ffffff;
    font-family: "Encode Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;

}

.btnSecond {
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 3px;
    padding: 8px 12px;
    color: #3c3c3b;
    border: 1px solid #3c3c3b;
    background-color: transparent;
    font-family: "Encode Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;

}

    .btnSecond:hover {
        opacity: 0.7;
    }


.labelFile {
    position: absolute;
    background-color: #f2f2f2;
    font-size: 10px;
    color: #3c3c3b;
    border-radius: 2px;
    padding: 0px 4px;
    margin-left: 12px;
    margin-top: -14px;
}

.imgFile {
    width: 12px;
    height: 16px;
    position: relative;
    margin-left: -27px;
}

th {
    background-color: #3c3c3b;
    color: #FFFFFF;
    padding: 12px;
    font-weight: 400;
    text-align: left;
}

td {
    background-color: #ffffff;
    color: #3c3c3b;
    padding: 12px;
    border-bottom: 1px solid #3c3c3b;
}

.porcentajePromo {
    color: #279d2e;
    font-size: 80px;
    text-align: left;
    line-height: 88px;
    font-family: 'Encode Sans', sans-serif;
    font-weight: 800;
    margin: 0;
    margin-top: 20px;
}

/*ul {
    list-style-image: url(/CDN/Get/Bullet_listas);
}

ul li::marker {
    font-size: 30px;
}*/

/*ul {
    padding-left: 20px;
    list-style-type: none!important;
}

ul li {
    padding-left: 20px;
    background-image: url(/CDN/Get/Bullet_listas);
    background-position: 0px 2px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
}*/

.microContent h1 {
    color: #279d2e;
    text-align: left;
    width: 100%;
    font-size: 36px;
    font-family: "Encode Sans", sans-serif;
    font-weight: 400;
    line-height: 43px;
    margin: 0px;
    margin-top: 12px;
}

.microContent h2 {
    font-family: "Encode Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    color: #3c3c3b;
    margin: 0px;
}

.microContent h3 {
    font-family: "Encode Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #3c3c3b;
    margin: 0px;
}

.microContent h4, .microContent h5, .microContent h6, label, legend {
    font-family: "Encode Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #3c3c3b;
    margin: 0px;
}

.microContent a {
    font-family: "Encode Sans", sans-serif;
    color: #3c3c3b;
    line-height: 21px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

.microContent p {
    font-family: "Encode Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #3c3c3b;
    margin: 0px;
}

    .microContent p > strong, .microContent p > b {
        font-family: "Encode Sans", sans-serif;
        font-weight: 700;
    }
.microContent li {
    font-size: 16px;
}
.legales > p, .legales, p.legales {
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #3c3c3b;
    text-transform: uppercase;
    text-align: justify;
}

    .legales > strong, .legales > b , p.legales >strong, p.legales> a {
font-family: 'Encode Sans Condensed', sans-serif;
        font-weight: 700;
        color: #3c3c3b;
        text-transform: uppercase;
        text-align: justify;
    }


.cft, pre {
    color: #279d2e;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 65px;
    text-align: left;
    line-height: 75px;
    font-stretch: extra-condensed;
    margin: 0px;
    margin-top: 20px;
    text-transform: none;
}

input, .input {
    background-color: #FFFFFF;
    color: #a9a9a9;
    padding: 8px 12px 8px 12px;
    border: none;
    border-bottom: 1px solid #3c3c3b;
}

.desplegable {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}

.selectDesplegable {
    display: flex;
    justify-content: space-between;
}

    .selectDesplegable p {
        margin: 0px;
        align-self: center;
    }


#dropdown {
    cursor: pointer;
    position: relative;
    margin-left: -27px;
    display: flex;
    align-items: center;
}

.invert {
    transform: rotateX(180deg);
}

.select li {
    padding-top: 10px;
    list-style: none;
}

#selectText {
    display: none;
    position: absolute;
    left: 0px;
    top: 29px;
    z-index: 1;
}

.microContent {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    align-self: center;
    max-width: 1152px;
}

.body-container {
    display: flex;
    flex-direction: column;
}

.barraSim {
    background-color:transparent;
    border: none;
}

/* Media Querys*/
@media (min-width: 1200px) {
    .bp-container-pad-x {
        padding-left: 107px;
        padding-right: 107px;
    }
}

@media (min-width: 992px) {
    .bp-container-pad-y {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .bp-container-pad-x {
        padding-left: 59px;
        padding-right: 59px;
    }

    .bp-container-pad-y {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .microContent h1 {
        font-size: 34px;
        line-height: 41px;
    }

    .porcentajePromo {
        font-size: 80px;
        line-height: 77px;
    }


    #tituloGal {
        font-size: 34px;
        line-height: 41px;
    }

    .menuSteps-container {
        flex-wrap: wrap;
    }
}

@media (max-width:575px) {

    .microContent h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .microContent h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .microContent h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .microContent h4, .microContent h5, .microContent h6, label {
        font-size: 16px;
        line-height: 21px;
    }


    .porcentajePromo {
        font-size: 60px;
        line-height: 66px;
    }


    .microContent p {
        font-family: "Encode Sans", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #3c3c3b;
    }

    .microContent p > strong, .microContent p > b {
        font-family: "Encode Sans", sans-serif;
        font-weight: 700;
        color: #3c3c3b;
    }

    .microContent a {
        color: #3c3c3b;
        line-height: 18px;
        font-size: 14px;
        font-weight: 700;
        text-decoration: underline;
    }

    .boxContainer {
        background-color: #279d2e;
        padding: 24px;
        border-radius: 8px;
        color: #FFFFFF;
        width: 343px;
    }

    .boxContainer > h1, .boxContainer > h2, .boxContainer > h3, .boxContainer > h4 {
        color: #ffffff;
    }

    .boxContainer > .divider {
        margin-bottom: 12px;
        margin-top: 12px;
        border: 1px solid #ffffff;
        display: block;
    }

    .menuSteps-container {
        flex-wrap: wrap;
    }
}

input[type="button"]#btng {
    margin: 20px !important;
    
    max-width: 420px 
}

/*------Estilos fondos comunes------*/


.fondosContainer {
    display:flex;
        flex-wrap: wrap;
}
.fondos{
    width: 20%;
}

@media (max-width: 991px){
    .fondos {
        width: 50%;
    }
}

/*------fin estilos fondos comunes------*/