﻿@charset "utf-8";
@import url('reset.css');
@import url('fonts.css');

/*1000px*/
:root{
    --GrisEtb: #2A2B28;
}

/*—————–General————–*/

body,
p,
table,
td,
th,
tr,
ul,
ol,
textarea,
input,
h2,
h1,
h3 {
    font-family: DINPro, arial;
    color: #666666;
    list-style: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}
html{
    background: #fff !important;
}
.titulot {
    position: relative;
    margin: 0 auto;
    width: 295px;
    color: #009bcf;
    font-size: 137%;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 6px solid #009bcf;
    line-height: 181%;
    padding-bottom: 10px;
    font-family: DINPro;
    padding: 0;
    outline: none;
    display: block;
    margin-bottom: 3%;
}

.TituloBienvenido {
    position: relative;
    float: left;
    margin: 20px 0px 30px;
    width: 100%;
    line-height: 100%;
    color: #eb6625;
    list-style: none;
    padding: 0;
    font-size: 162%;
}

h1 {
    font-family: DINPro;
    font-weight: 900;
}

.wrap {
    position: relative;
    width: 1060px;
    margin: 0 auto;
}

body {
    background: #ffffff;
    width: 100%;
    overflow-x: hidden;
    display: block;
}

::-webkit-scrollbar {
    width: 10px;
    background: #fff;
}

::-webkit-scrollbar-track {
    opacity: 0.8;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--GrisEtb);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: var(--GrisEtb);
        opacity: 0.8;
    }

a:hover {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

strong {
    font-weight: bold;
}


/*—————–General————–*/


/*—————–Header————–*/

header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 10;
}

.contcookies {
    position: fixed;
    display: block;
    width: calc(100% - 60px);
    min-height: 80px;
    padding: 20px 30px;
    bottom: 0px;
    z-index: 9999;
    background: rgb(6,101,167);
    background: linear-gradient(0deg, rgba(6,101,167,1) 24%, rgba(0,155,207,1) 100%);
    -webkit-box-shadow: 0px -10px 13px -7px rgba(0,0,0,0.4), -38px -50px 15px 5px rgba(0,0,0,0);
    box-shadow: 0px -10px 13px -7px rgba(0,0,0,0.4), -38px -50px 15px 5px rgba(0,0,0,0);
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

    .contcookies p {
        position: relative;
        float: left;
        width: 100%;
        color: #fff;
        text-align: center;
        font-family: DINPro, arial !important;
        font-weight: 300;
    }

        .contcookies p a {
            color: #fff;
            text-decoration: underline;
            font-weight: normal;
        }

    .contcookies input {
        position: relative;
        float: left;
        width: 120px;
        color: #ff7217;
        border: 0px;
        padding: 10px;
        border-radius: 30px;
        background: #fff;
        border: 3px solid #ff7217;
        cursor: pointer;
        margin: 10px calc(50% - 52px);
        transition: all 0.5s ease;
    }

        .contcookies input:hover {
            color: #fff;
            background: #ff7217;
        }

.contact-head {
    position: relative;
    float: left;
    width: calc(100% - 40px);
    height: 30px;
    padding: 0px 20px;
    background: #214780;
    overflow: hidden;
}

    .contact-head nav {
        position: relative;
        float: right;
        margin-right: 20px;
    }

        .contact-head nav a {
            position: relative;
            float: left;
            margin: 0px 79px 1px 101px;
            color: #fff;
            font-size: 70%;
            text-decoration: underline;
            line-height: 24px;
        }

            .contact-head nav a img {
                position: relative;
                float: left;
                margin: 0px 5px 0px 0px;
            }

.telh {
    position: relative;
    float: right;
    font-size: 70%;
    line-height: 30px;
    margin-right: 20px;
    font-weight: normal;
    color: #fff;
}

.emp-ch {
    display: none;
}

.notemp-ch {
    display: block;
}

.styleEmp .emp-ch {
    display: block;
}

.styleEmp .notemp-ch {
    display: none;
}

.neg-ch {
    display: none;
}

.wpnego {
    display: none !important;
	visibility: hidden !important;
}

.menu-head {
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
}

.logo-head {
    position: relative;
    float: left;
    padding: 8px;
    margin-left: 10px;
    height: calc(100% - 16px);
}

    .logo-head img {
        position: relative;
        float: left;
        height: 100%;
    }

.links-head {
    position: relative;
    float: right;
    height: 100%;
    overflow: hidden;
    width: 966px;
}


.styleEmp .links-head {
    width: 938px;
}

.dh-miempresas {
    display: none;
}

.styleEmp .dh-miempresas {
    display: block;
}

.styleEmp .dh-mi {
    display: none;
}


.lh-full {
    overflow: initial !important;
}

.btn-ham {
    background: url(../img/icons/ico-ham.png) center center no-repeat;
    position: relative;
    float: right;
    height: 100%;
    width: 30px;
    margin: 0px 40px;
}

.div-head {
    position: relative;
    float: left;
}

.linktop {
    position: relative;
    float: left;
    line-height: 50px;
    text-align: center;
    padding: 0px 20px;
    color: #214780;
    font-size: 88%;
}

    .linktop:hover, .openmen, .ltpath {
        color: #eb6625;
    }

.page-nav {
    display: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #fff;
    width: max-content;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    z-index: 10;
    white-space: nowrap;
}

    .page-nav li {
        position: relative;
        padding: 0px 30px 0px 15px;
        cursor: pointer;
        height: 30px;
    }

        .page-nav li a {
            position: relative;
            float: left;
            width: 100%;
            font-size: 75%;
            line-height: 30px;
            text-align: left;
            color: #214780;
            text-transform: uppercase;
        }

    .page-nav h2 {
        width: 100%;
        font-size: 80%;
        font-weight: 900;
        line-height: 28px;
        text-align: left;
        color: #214780;
        text-transform: uppercase;
        position: relative;
        float: left;
    }

    .page-nav li:hover {
        background: #214780;
        color: #fff;
    }

        .page-nav li:hover a {
            background: #214780;
            color: #fff;
        }

        .sub-nav a:hover, .page-nav li:hover .sub-nav a {
            background: #fff !important;
            color: #214780 !important;
        }

.pnr {
    left: initial;
    right: 0px;
}

.pn-sn {
    background: url(../img/icons/arrow.png) center no-repeat;
    background-position-x: 94%;
}

.sub-nav {
    display: none;
    opacity: 0;
    left: 100%;
    background: #fff;
    position: absolute;
    padding: 10px 20px;
    min-width: 160px;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
}

/*menu-etb2022*/

.nav-links {
    display: flex;
    align-items: center;
    height: 50px;
}

.nav-link a {
    color: #214780 !important;
}

.nav-links .nav-link {
    color: #214780;
    padding: 18px 20px;
    max-width: 140px;
    line-height: 16px;
    display: block;
    transition: text-shadow .3s;
    text-decoration: none;
    text-align: center;
    font-size: 0.8rem;
    cursor: pointer;
}

    .nav-links .nav-link .nav-sublinks {
        display: none;
        width: 100vw;
        background: white;
        text-align: left;
    }

    .nav-links .nav-link:hover span {
        cursor: pointer;
    }

    .nav-links .nav-link:hover > .nav-sublinks {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 80px;
    }

         .nav-sublinks .nav-sublinks-container {
            margin-top: 24px;
            margin-bottom: 20px;
            position: relative;
            display: block;
        }


         .nav-sublinks .nav-sublinks-col-title-1 {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
        }

             .nav-sublinks .nav-sublinks-col-title-1 span,
             .nav-sublinks .nav-sublinks-col-title-1 a {
                color: #214780;
                font-weight: 700;
                font-size: 1rem;
                text-decoration: none;
                margin-top: 5px;
            }

             .nav-sublinks .nav-sublinks-col-title-1 a {
                text-decoration: underline #214780;
            }

                 .nav-sublinks-col-title-1 a:hover {
                    text-decoration: none;
                }

             .nav-sublinks .nav-sublinks-col-title-1 a {
                font-weight: 700 !important;
            }

             .nav-sublinks .nav-sublinks-col-title-1 img {
                width: 28px;
                margin-right: 6px;
            }

         .nav-sublinks .nav-sublink-vertical {
            display: flex;
            flex-direction: column;
        }

             .nav-sublinks .nav-sublink-vertical a {
                text-decoration: none;
                text-transform: uppercase;
                font-size: 0.75rem;
                color: #214780;
                line-height: 18px;
                white-space: 4;
            }

                 .nav-sublinks .nav-sublink-vertical a:hover {
                    text-decoration: underline #214780;
                }

        .nav-sublinks .nav-sublinks-col-title-2 {
            display: flex;
            align-items: center;
            margin-bottom: 2px;
        }

            .nav-sublinks .nav-sublinks-col-title-2 span {
                font-weight: 400;
                font-size: 0.875rem;
                text-decoration: none;
                margin-top: 5px;
            }

            .nav-sublinks .nav-sublinks-col-title-2 img {
                width: 28px;
                margin-right: 5px;
            }

.nav-space {
    width: 0;
    height: 10px;
}

.nav-line-vertical {
    position: absolute;
    width: 1px;
    height: calc(100% - 60px);
    background: #dcdee2;
    right: 2px;
}

.nav-links .container-nl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .nav-links .container-nl {
        max-width: 540px;
    }
	.linkTopMini {
    /* width: 150px !important; */
    line-height: 18px !important;
    margin-top: 6px !important;
	}
}

@media (min-width: 768px) {
    .popup-content {
        width: 94%;
        margin: 56% auto;
    }

    .nav-links .container-nl {
        max-width: 720px;
    }
	.linkTopMini {
    /* width: 150px !important; */
    line-height: 18px !important;
    margin-top: 6px !important;
	}
}

@media (min-width: 992px) {
    .nav-links .container-nl {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .nav-links .container-nl {
        max-width: 1140px;
    }
	.linkTopMini {
    width: 150px !important;
    line-height: 18px !important;
    margin-top: 6px !important;
	}
	
}

@media (min-width: 1400px) {
    .nav-links .container-nl {
        max-width: 1320px;
    }
}

.nav-links .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    justify-content: space-evenly;
}

.nav-links .col-3 .row, .nav-links .col-4 .row, .nav-links .col-5 .row {
    justify-content: flex-start;
}

.nav-links .row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.relative {
    position: relative;
}

.nav-links .col {
    flex: 1 0 0%;
}

.nav-links .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.nav-links .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.nav-links .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.nav-links .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.nav-links .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.nav-links .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.nav-links .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.nav-links .col-auto {
    flex: 0 0 auto;
    width: auto;
}

.nav-links .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.nav-links .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.nav-links .col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.nav-links .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.nav-links .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.nav-links .col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.nav-links .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.nav-links .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.nav-links .col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.nav-links .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.nav-links .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.nav-links .col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.linknavlrp, .linknavlrp2 {
    display: none !important;
}
.linknavl {
    display: block !important;
}
/*estilos para editar el ancla*/
#text_whatsapp_ancla {
    color: #214780;
    position: absolute;
    top: 47px !important;
    z-index: 1000 !important;
    font-size: 12px;
    left: 6px !important;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

#pop .primary {
    background: url(../img/icons/btn-ancla1.png) 13px 7px no-repeat #fff;
    border-radius: 9px;
    width: 68px;
    height: 65px;
    margin: auto;
    display: block;
    z-index: 998;
    -webkit-box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 26%);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 26%);
}

.sub-nav a {
    line-height: 100% !important;
    margin-bottom: 10px;
}

    .sub-nav a:hover {
        color: #214780;
    }

.rpvl {
    display: none;
}

.sn-show, .pn-show {
    display: block;
    opacity: 1;
}

.linkt {
    display: none;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(255, 255, 255, 1);
	opacity: 0.9;
}

    .loader::after {
        position: absolute;
        top: calc(50% - 74px);
        left: calc(50% - 54px);
        transform: translate(-50%, -50%);
        content: '';
        border: 4px solid #fff; /* Light grey */
        border-top: 4px solid #214780; /* Blue */
        border-radius: 250%;
        width: 100px;
        height: 100px;
        animation: spin 2s linear infinite;
        -webkit-animation: spin 2s linear infinite;
    }

    .loader::before {
        position: absolute;
        top: calc(50% - 69px);
        left: calc(50% - 49px);
        transform: translate(-50%, -50%);
        content: '';
        border: 4px solid #fff; /* Light grey */
        border-top: 4px solid #214780; /* Blue */
        border-radius: 250%;
        width: 90px;
        height: 90px;
        animation: spin 1.1s linear infinite;
        -webkit-animation: spin 1.1s linear infinite;
    }

    .loader .logol {
        position: absolute;
        top: calc(50% - 20px);
        left: calc(50% - 2px);
        transform: translate(-50%, -50%);
        width: 60px;
    }


#pop {
    position: fixed;
    display: block;
    width: 68px;
    height: 65px;
    right: 0px;
    top: 140px;
    z-index: 999;
    background: url(https://etb.com/img/icons/btn-ancla1.png) center no-repeat #fff;
    border-radius: 9px;
}
    /*#pop .primary {
        background: url(../img/icons/btn-ancla1.png) center no-repeat #fff;
        border-radius: 9px;
        width: 68px;
        height: 65px;
        margin: auto;
        display: block;
        z-index: 998;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.26);
        -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.26);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.26);
    }*/

    #pop .secondary {
        height: 38px;
        width: 38px;
        border-radius: 50%;
        display: block;
        z-index: 997;
    }


.chat-max {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
}

.chatbot-plugin {
    position: fixed;
    right: 0px;
    bottom: 18%;
    width: 200px;
    z-index: 9;
}

.secondary span, .tooltip span {
    position: absolute;
    width: 140px !important;
    color: #214780;
    background: #fff;
    font-size: 80%;
    height: 38px;
    line-height: 38px;
    visibility: hidden;
    text-align: center;
    border-radius: 0px !important;
    -webkit-border-top-left-radius: 8px !important;
    -webkit-border-bottom-left-radius: 8px !important;
    -moz-border-radius-topleft: 8px !important;
    -moz-border-radius-bottomleft: 8px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    left: -160px !important;
    top: 0px !important;
    z-index: 995;
}

    .secondary span:after, .tooltip span:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -19px;
        width: 0;
        height: 0;
        border-left: 19px solid #FFFFFF;
        border-top: 19px solid transparent;
        border-bottom: 19px solid transparent;
    }

.secondary:hover span, .tooltip:hover span {
    visibility: visible;
    opacity: 1;
    right: 100%;
    top: 0%;
    z-index: 999;
}

.popb1 {
    background: url(../img/icons/btn-ancla2.png) center #fff;
}

.popb2 {
    background: url(../img/icons/btn-ancla22.png) center #fff;
}

.popb3 {
    background: url(../img/icons/btn-ancla23.png) center #fff;
}

.popb4 {
    background: url(../img/icons/btn-ancla24.png) center #fff;
}

.popper-container {
    display: block;
    position: relative;
}

    .popper-container .primary {
        position: relative;
        z-index: 2;
    }

    .popper-container .secondary {
        position: absolute;
        display: none;
        z-index: 1;
        top: 0px;
        left: 0;
    }

.mietbdiv {
    min-width: 340px;
    position: fixed;
    right: 110px;
    top: 80px;
    background-size: cover;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.meb-left {
    position: relative;
    float: left;
    width: 340px;
    min-height: 446px;
    background: #fff;
    background-size: cover;
    white-space: normal;
    border-bottom-right-radius: 30px;
}

    .meb-left h1 {
        position: relative;
        float: left;
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        line-height: 100%;
        font-size: 150%;
        margin: 10px 0px 30px;
    }

    .meb-left p {
        position: relative;
        float: left;
        width: 100%;
        text-transform: uppercase;
        line-height: 100%;
        font-size: 80%;
        margin-bottom: 5px;
        color: #fff;
    }

.mebl-reg {
    position: relative;
    float: left;
    width: calc(100% - 54px);
    display: inline-block;
    padding: 0px 12px;
    margin: 20px 15px 0px;
    height: 50px;
    font-size: 15px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background-color: #eb6625 !important;
    border-color: #eb6625 !important;
    color: #fff;
    text-transform: uppercase;
}

    .mebl-reg:before {
        content: "";
        background: url(../img/icons/ico-reg.png) no-repeat 0 0;
        background-size: contain;
        display: inline-block;
        height: 22px;
        margin: 0 10px -5px 0;
        width: 21px;
    }

.meb-right {
    position: relative;
    float: left;
    width: 340px;
    height: 100%;
    border-bottom-left-radius: 30px;
}

/*.MiETBinicio {
    position: relative;
    float: left;
    width: 300px;
    height: 100%;
    padding: 20px;
    border-radius: 0px;
    min-height: 346px !important;
}*/

.msgconst {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 900;
    color: #ff5c39;
    font-size: 140%;
    white-space: normal;
    line-height: 100%;
    margin-top: 120px;
}

.cont-log {
    position: relative;
    float: left;
    width: 300px;
    height: calc(80% - 20px);
    margin-top: 40px;
}

.btn-showlog {
    position: relative;
    float: left;
    height: 30px;
    background: #0092bc;
    width: 49.5%;
}

.btn-showreg {
    position: relative;
    float: right;
    height: 30px;
    background: #eb6625;
    width: 49.5%;
}

.btn-showlog p {
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 100%;
    text-align: center;
    line-height: 30px;
}

.btn-showreg p {
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 100%;
    text-align: center;
    line-height: 30px;
}

    .btn-showlog p img, .btn-showreg p img {
        position: relative;
        float: left;
        margin-right: 5px;
    }

.btn-showlog.current:after,
.btn-showreg.current:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #0092bc;
    border-width: 10px;
    margin-left: -10px;
}

.arrow-logreg {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: none;
}

.current .arrow-logreg {
    display: block;
}

.cont-log,
.cont-reg {
    position: relative;
    float: left;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin: 15px;
}

.cont-reg {
    display: none;
}

.logo-mietb {
    position: relative;
    width: 30%;
    margin: 0px auto 10px;
}

.cont-mietb h3 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.cont-mietb p {
    position: relative;
    float: left;
    width: 100%;
    font-size: 80%;
    line-height: 90%;
    text-align: center;
    margin-bottom: 10px;
}

.cont-reg .logo-mietb {
    position: relative;
    float: left;
    width: 30% !important;
    margin: 0px 35% 0px;
}

.inp-username {
    position: relative;
    float: left;
    width: calc(100% - 11px);
    border: 1px solid #c3c3c3;
    height: 32px;
    color: #666;
    padding-left: 10px;
    -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.inp-pass {
    position: relative;
    float: left;
    width: calc(100% - 11px);
    border: 1px solid #c3c3c3;
    margin-bottom: 10px;
    height: 32px;
    color: #666;
    padding-left: 10px;
    -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.inp {
    position: relative;
    float: left;
    width: 94%;
    border: 3px solid #0092bc;
    margin-bottom: 10px;
    height: 32px;
    padding: 0px 2%;
    color: #666;
    font-size: 80%;
}

.inp2 {
    position: relative;
    float: left;
    width: 100%;
    border: 3px solid #0092bc;
    margin-bottom: 10px;
    height: 38px;
    padding: 0px 2%;
    color: #666;
    font-size: 80%;
}

.inp option {
    color: #666;
    font-size: 80%;
}

.cont-reg ul {
    position: relative;
    float: left;
    width: 100%;
}

    .cont-reg ul li {
        position: relative;
        float: left;
        width: 49%;
        margin: 0px 0px 0px 1%;
    }

        .cont-reg ul li .inp {
            width: 92%;
        }

        .cont-reg ul li:first-child {
            margin: 0px 1% 0px 0px !important;
        }

.btn-ingresar {
    position: relative;
    float: left;
    width: 140px;
    left: calc(50% - 75px);
    color: #fff;
    text-align: center;
    height: 26px;
    font-size: 130%;
    margin: 7px 0px 5px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 26px;
    background: #0092bc;
    padding: 5px;
    border-radius: 20px;
}

    .btn-ingresar:hover {
        color: #FFF;
        background: #eb6625;
    }

.btn-mietb {
    width: calc(100% - 10px) !important;
    border-radius: 0px !important;
    left: 0px !important;
    font-size: 90% !important;
    background: #eb6625;
}

    .btn-mietb:hover {
        background: #0092bc;
    }

.record {
    position: relative;
    float: left;
    width: calc(50% - 20px);
    color: #fff;
    font-family: DINNextRoundedLTW02-Lig;
    text-align: center;
    font-size: 80%;
    line-height: 100%;
    background: #0092bc;
    margin: 10px 5px 0px;
    padding: 5px;
}

    .record:hover {
        text-decoration: none;
        background: #eb6625;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.styleEmp .meb-left {
    padding: 20px;
}
/*______mietb new login_______*/
.newmietb-left {
    position: relative;
    float: left;
    width: 100%;
    height: 446px;
    background: rgb(75,126,187);
    background: linear-gradient(170deg, rgba(75,126,187,1) 0%, rgba(71,125,251,1) 50%, rgba(104,183,234,1) 100%);
    border-bottom-left-radius: 30px;
}

.newmietb-right {
    position: relative;
    float: left;
    width: 280px;
    height: 366px;
    background: #fff;
    border-bottom-right-radius: 30px;
    padding: 40px 40px;
}

.input-boxme p {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 110%;
    font-weight: 500;
    color: #696969;
    margin-bottom: 10px;
    text-transform: none;
}

.input-boxme {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .input-boxme input {
        position: relative;
        float: left;
        width: calc(100% - 30px);
        border-radius: 4px;
        padding: 15px;
        background: #f1f1f1;
        border: 1px solid #f1f2f3;
        color: #a7a7a7;
        text-align: left;
        font-size: 14px;
        line-height: 100%;
        font-weight: 500;
        height: 10px;
    }

        .input-boxme input::placeholder {
            color: #a7a7a7;
            opacity: 1;
            /* Firefox */
        }

    .input-boxme select {
        position: relative;
        float: left;
        width: calc(100% - 0px);
        border-radius: 4px;
        padding: 15px;
        background: #f1f1f1;
        border: 1px solid #f1f2f3;
        color: #a7a7a7;
        text-align: left;
        font-size: 14px;
        line-height: 100%;
        font-weight: 500;
        height: 42px;
    }

        .input-boxme select::placeholder {
            color: #a7a7a7;
            opacity: 1;
            /* Firefox */
        }

        .input-boxme input:focus,
        .input-boxme select:focus {
            outline: none !important;
            background: #fff;
            border: 1px solid #f1f1f1;
            box-shadow: 0px 4px 7px 0px rgba(151, 151, 151, 0.11);
        }

.btn-blueme {
    position: relative;
    float: left;
    width: 100%;
    height: 38px;
    border-radius: 10px;
    background: rgb(25, 127, 191);
    background: linear-gradient(125deg, rgba(25, 127, 191, 1) 0%, rgba(0, 126, 255, 1) 50%, rgba(10, 187, 236, 1) 100%);
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: none;
}

    .btn-blueme:hover {
        background: rgb(10, 187, 236);
        background: linear-gradient(125deg, rgba(10, 187, 236, 1) 0%, rgba(0, 126, 255, 1) 50%, rgba(25, 127, 191, 1) 100%);
        box-shadow: 0px 4px 7px 0px rgba(151, 151, 151, 0.11);
    }

.btn-blueme2 {
    position: relative;
    float: left;
    width: calc(100% - 4px);
    height: 34px;
    border-radius: 10px;
    background: #fff;
    background: linear-gradient(125deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    border: 2px solid #0080fe;
    margin-bottom: 20px;
}

    .btn-blueme2 p {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 34px;
        font-weight: 500;
        color: #0080fe;
        text-transform: none;
    }

    .btn-blueme2:hover {
        background: rgb(10, 187, 236);
        background: linear-gradient(125deg, rgba(10, 187, 236, 1) 0%, rgba(0, 126, 255, 1) 50%, rgba(25, 127, 191, 1) 100%);
        box-shadow: 0px 4px 7px 0px rgba(151, 151, 151, 0.11);
    }

        .btn-blueme2:hover p {
            color: #fff;
        }

.link-blueme {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    color: #0080fe;
    text-transform: none;
    text-decoration: underline;
    margin-bottom: 20px;
}

.logonewme {
    position: relative;
    float: left;
    width: 90px;
    left: calc(50% - 45px);
    margin: 40px 0px 30px;
}

.newmietb-left h3 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    margin-bottom: 10px;
}

    .newmietb-left h3 span {
        font-weight: bold;
    }

.newmietb-left p {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    margin-bottom: 10px;
}

.max-login {
    position: absolute;
    width: 170px;
    left: calc(50% - 85px);
    bottom: 0px;
}

.errornewme {
    position: relative;
    float: left;
    width: 100%;
}

    .errornewme p {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 100%;
        font-weight: 500;
        color: #ff0000;
        text-transform: none;
        margin-bottom: 10px;
    }
/*______mietb new login_______*/
/*—————–Header————–*/
/*—————–Content————–*/
.content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 500px;
    background: #fff;
    z-index: 1;
    margin-top: 75px;
}

    .content section {
        position: relative;
        float: left;
        width: 100%;
    }

.homeb {
    padding: 0px !important;
}

.quabanner {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    top: -20px;
    margin-left: 245px;
}

.newqua {
    position: relative;
    width: calc(20% - 50px);
    background: #214780;
    padding: 10px;
    min-height: 60px;
    transition: transform 0.5s ease-out, box-shadow 1s ease-out;
    transform: scale(1);
}

.newqua a {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.newqua a:hover {
    text-decoration: none;
}

.newqua img {
    width: 30%;
}

.newqua h4 {
    position: relative; 
    color: #fff;
    line-height: 100%;
    font-size: 1.2rem;
    font-weight: 700;
}

.newqua p {
    color: #fff;
    line-height: normal;
    font-size: .75rem;
    font-weight: 300;
}
.textBtnHome{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.nq-hide {
    position: relative;
    float: left;
    width: 100%;
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.newqua:hover > .nq-hide {
    opacity: 1;
    height: auto;
}

.newqua:hover {
    -webkit-box-shadow: 0px 40px 85px -30px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 40px 85px -30px rgba(0,0,0,0.6);
    box-shadow: 0px 40px 85px -30px rgba(0,0,0,0.6);
    transform: scale(1.06);
}

.nq-hide a {
    position: relative;
    float: left;
    width: 50%;
    margin-top: 20px;
    height: auto !important;
}

    .nq-hide a img {
        position: relative;
        float: left;
        width: 100%;
    }

.currentb {
    width: calc(38% - 6px) !important;
}

.notcb {
    width: calc(15.5% - 6px) !important;
}

.ultcover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: none;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}

.ultdreg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.innercont {
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    top: 0px;
    padding: 10px;
    left: 0px;
    overflow: hidden;
    z-index: 6;
    display: none;
    background: #20a4cb;
}

    .innercont h1 {
        position: relative;
        float: left;
        width: calc(100% - 20px);
        color: #fff;
        font-size: 180%;
        margin: 10px 10px 0px;
    }

    .innercont img {
        position: relative;
        float: left;
        margin: 20px;
        width: 120px;
    }

    .innercont p {
        position: relative;
        padding-top: 20px;
        width: calc(100% - 160px);
        float: right;
        line-height: 100%;
        color: #FFF;
        font-size: 110%;
        font-family: DINNextRoundedLTW02-reg;
        transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        margin-bottom: 20px;
    }

.linksic {
    position: relative;
    width: 300px;
    float: right;
}

.innercont a {
    position: relative;
    float: left;
}

    .innercont a img {
        position: relative;
        float: left;
        margin: 0px 10px;
        width: 120px;
    }

.showcont {
    position: relative;
    width: 100%;
    float: left;
    height: 100%;
    display: block;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}

    .showcont img {
        position: relative;
        width: 33.333%;
        float: left;
        left: 33.333%;
        margin: 10% 0px 10px;
    }

    .showcont h1 {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 160%;
        color: #666;
        line-height: 100%;
    }

/**/
/* #mainregu .slick-next{
    background: url(../img/icons/Slick-Right3.svg) top left no-repeat !important;
    width: 30px;
    height: 30px;
    background-size: 30px !important;
    right: 5px;
    top: calc(50% - 8px);
}
#mainregu .slick-prev{
    background: url(../img/icons/Slick-Left3.svg) top left no-repeat !important;
    width: 30px;
    height: 30px;
    background-size: 30px !important;
    left: 5px;
    top: calc(50% - 8px);

} */
.slidebanner {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

.slickbanner {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    min-height: 300px !important;
}

.slick-dots {
    display: block;
    position: absolute;
    top: 30%;
    width: 15px;
    right: 10px;
    z-index: 8;
}

    .slick-dots li {
        position: relative;
        float: left;
        width: 15px;
        height: 15px;
        margin-bottom: 5px;
    }

    .slick-dots button {
        position: relative;
        float: left;
        width: 15px;
        height: 15px;
        text-indent: -9999px;
        background: #ffffff;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        -webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.75);
        box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.75);
    }

.slick-active button {
    background: #214780;
}

.slick-slide {
    position: relative;
}

#main-content .contentPlanes .slick-next{
    background: url(../../img/icons/Slick-Right.svg) top left no-repeat !important;
}
#main-content .contentPlanes .slick-prev{
    background: url(../../img/icons/Slick-left.svg) top left no-repeat !important;
}

.slick-prev {
    position: absolute;
    background: url(../img/icons/prev.png) top left no-repeat;
    cursor: pointer;
    border: none;
    text-indent: -9999px;
    height: 50px;
    width: 50px;
    left: 10px;
    top: calc(50% - 25px);
    z-index: 99;
}

.slick-next {
    position: absolute;
    background: url(../img/icons/next.png) top left no-repeat;
    cursor: pointer;
    border: none;
    text-indent: -9999px;
    height: 50px;
    width: 50px;
    right: 10px;
    top: calc(50% - 25px);
    z-index: 99;
}
.fullb {
    display: block;
    z-index: 3;
}

.respb {
    display: none;
    z-index: 3;
}

.pruebap {
    position: absolute;
    top: 50%;
    left: 35%;
    color: #000;
    font-weight: 900;
    font-size: 550%;
    opacity: 0.6;
}

.bnslide {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.areaclickbn {
    position: absolute;
    z-index: 4;
    width: 50%;
    right: 0px;
    bottom: 0px;
    height: 200px;
}

    .areaclickbn .invil {
        position: relative;
        float: left;
        width: 50%;
        height: 200px;
        background-color: #fff;
        opacity: 0;
    }

    .areaclickbn .invir {
        position: relative;
        float: left;
        width: 50%;
        height: 200px;
        background-color: #0092bc;
        opacity: 0;
    }

.forx-banner {
    display: none;
    position: absolute;
    bottom: 12%;
    left: 50px;
    z-index: 8;
    width: 340px;
    padding: 20px;
    border-radius: 16px;
    background: rgba(0, 122, 169, 0.8);
}

    .forx-banner p {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 8px;
        color: #fff;
        font-size: 90%;
    }

.frx-input {
    position: relative;
    float: left;
    width: calc(100% - 16px);
    padding: 5px;
    border: 3px solid #eb6625;
    border-radius: 16px;
    margin-bottom: 8px;
    font-size: 90%;
    line-height: 100%;
    color: #333;
    font-weight: 300;
}

.frx-input-blue {
    border: 3px solid #009bcf;
}

.forx-banner p {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 8px;
    color: #fff;
    font-size: 90%;
}

.forx-banner button, .butomllama {
    position: relative;
    float: left;
    width: calc(50% - 5px);
    background: #eb6625;
    border: 3px solid #eb6625;
    border-radius: 16px;
    color: #fff;
    font-size: 100%;
    line-height: 29px;
    height: 35px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

.forx-banner button, .butomllama2 {
    position: relative;
    float: left;
    width: calc(50% - 5px);
    background: #eb6625;
    border: 3px solid #eb6625;
    border-radius: 16px;
    color: #fff;
    font-size: 100%;
    line-height: 29px;
    height: 35px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

.butomllama-blue {
    background: #009bcf !important;
}

    .butomllama-blue:hover {
        background: #fff !important;
        color: #009bcf !important;
    }

.fstb {
    margin-right: 10px;
}

.forx-banner button:hover, .butomllama:hover {
    background: #fff;
    color: #eb6625;
}

.fxb2 .bt-banner {
    color: #fff;
    background: #0092bc;
    border: 3px solid #0092bc;
}

.slidebanner2 {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#mainb,
#mainb2,
#mainrps,
#mainregu {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

    #mainb li,
    #mainb2 li,
    #mainrps li,
    #mainregu li {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

        #mainb li img,
        #mainb2 li img,
        #mainrps li img,
        #mainregu li img {
            /* position: absolute; */
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

    #mainb img,
    #mainb2 img {
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.rslidesh_tabs {
    position: absolute;
    top: 36%;
    right: 5px;
    z-index: 20;
    width: 20px;
    height: 33.333%;
}

    .rslidesh_tabs li a {
        text-indent: -9999px;
        width: 15px;
        height: 15px;
        border-radius: 8px;
        background: #ff5c39;
        position: relative;
        float: left;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
        margin-bottom: 5px;
    }

        .rslidesh_tabs li a:hover,
        .rslidesh_here a {
            background: #0097cb !important;
        }

.bigtitle {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 46px;
    line-height: 100%;
    color: #0092bc;
    text-align: center;
    font-size: 320%;
    font-family: andes_condensed_boldbold;
}

    .bigtitle .topline {
        position: relative;
        width: 160px;
        height: 5px;
        left: 50%;
        margin-left: -80px;
        background: #0092bc;
        margin-bottom: 15px;
        content: " ";
        float: left;
    }

    .bigtitle span {
        position: relative;
        width: 100%;
        float: left;
    }

.bt2 {
    color: #fff !important;
}

    .bt2 .topline {
        background: #fff !important;
    }

.innerlevel .rps {
    position: relative;
    float: left;
    width: 100%;
    font-size: 120%;
    line-height: 100% !important;
    margin: 10px;
    color: #ff5c39 !important;
    text-transform: uppercase;
    font-family: DINNextRoundedLTW02-Med;
    text-decoration: underline;
}


/**/
.secofertas {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

    .secofertas h3 {
        font-size: 240%;
        font-family:BrownLL;
        font-weight: bold;
        line-height: 100%;
        position: relative;
        float: left;
        width: 100%;
        color: #214780;
        margin: 20px 0px 30px;
        text-align: center;
    }

    .secofertas h4 {
        font-size: 160%;
        font-family: BrownLL;
        font-weight: normal;
        line-height: 100%;
        position: relative;
        float: left;
        width: 100%;
        color: #214780;
        margin: 0px 0px 40px;
        text-align: center;
    }

@media (min-width:768px) {
    .manupromo1 {
        display: none;
    }

    .menupromo {
        display: flex;
        justify-content: center;
        position: relative;
        float: left;
        width: 100%;
        padding: 0px 0px;
    }

        .menupromo a {
            position: relative;
            float: left;
            width: calc(33.333% - 20px);
            height: 100%;
            margin: 0px 10px;
            -webkit-box-shadow: 0px 40px 75px -30px rgba(0,0,0,0.5);
            -moz-box-shadow: 0px 40px 75px -30px rgba(0,0,0,0.5);
            box-shadow: 0px 40px 75px -30px rgba(0,0,0,0.5);
            transition: transform 0.5s ease-out, box-shadow 1s ease-out;
            transform: scale(1);
        }

            .menupromo a img {
                position: relative;
                float: left;
                width: 100%;
                height: 100%;
            }

            .menupromo a:hover {
                -webkit-box-shadow: 0px 40px 75px -25px rgba(0,0,0,0.7);
                -moz-box-shadow: 0px 40px 75px -25px rgba(0,0,0,0.7);
                box-shadow: 0px 40px 75px -22px rgba(0,0,0,0.7);
                transform: scale(1.06);
            }

    .secayuda {
        margin-top: 0px;
    }
}


@media (max-width:768px) {

    .slideRespons {
        margin-bottom: -123%;
    }

    #mainb3 {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
    }

    #mainb3 li {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    #mainb3 li img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    #mainb3 img {
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    #main-content section.mobile-1{
        display: flex;
        justify-content: center;
    }
    #main-content section.mobile-1 .slidplansmov {
        width: 90%;
    }
    #main-content section.mobile-1 .slidplansmov button {
        width: 50px;
    }
    #main-content section.mobile-2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #main-content section.mobile-2 .slidplansmov {
        width: 90%;
    }
    #main-content section.mobile-2 .slidplansmov button {
        width: 50px;
    }
}

.secgamer {
    display: flex;
	gap: 2rem;
    justify-content: center;
    align-items: center;
}
.secgamert {
    width: 550px;
}
.secgamer h3 {
	font-size: 160%;
	font-family: BrownLL;
	font-weight: normal;
	line-height: 100%;
	width: 100%;
	color: #214780;
}

.secgamerm {
    display: flex;
	gap: 2rem;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
.secgamertm {
	text-align:center;
}
.secgamerm h4 {
	font-size: 160%;
	font-family: BrownLL;
	font-weight: normal;
	line-height: 100%;
	width: 100%;
	color: #214780;
}

.secayuda {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

    .secayuda h3 {
        font-size: 240%;
        font-family: BrownLL;
        font-weight: bold;
        line-height: 100%;
        position: relative;
        float: left;
        width: 100%;
        color: #214780;
        margin: 20px 0px 30px;
        text-align: center;
    }

    .secayuda h4 {
        font-size: 160%;
        font-family: BrownLL;
        font-weight: normal;
        line-height: 100%;
        position: relative;
        float: left;
        width: 100%;
        color: #214780;
        margin: 0px 0px 40px;
        text-align: center;
    }

.arrowar1 {
    position: relative;
    float: left;
    width: 90px;
    left: calc(50% + 40px);
    transform: translate(-50%, 0);
    margin-top: 30px;
    height: 100px;
    margin-bottom: 50px;
}

    .arrowar1 span {
        display: block;
        width: 60px;
        height: 60px;
        border-bottom: 5px solid #eb6625;
        border-right: 5px solid #eb6625;
        transform: rotate(45deg);
        margin: -30px;
        animation: animatear 2s infinite;
    }

        .arrowar1 span:nth-child(2) {
            animation-delay: -0.2s;
        }

        .arrowar1 span:nth-child(3) {
            animation-delay: -0.4s;
        }

@keyframes animatear {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.menuayuda {
    position: relative;
    float: left;
    width: 100%;
    margin: 16px 0 64px;
    padding: 20px;
    border: 3px solid #14c1ea;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: row;
}

    .menuayuda a {
        position: relative;
        float: left;
        width: calc(23% - 20px);
        margin: 0 1%;
        display: flex;
        align-content: center;
        justify-content: center;
        border-right: 3px solid #14c1ea;
        padding: 0px 20px 0px 0px;
    }

.menuayuda a:last-child {
    border-right: 3px solid #fff;
}

        .menuayuda a img {
            position: relative;
            float: left;
            width: 50%;
            overflow: hidden;
            transition: all .4s ease-in-out;
        }

        .menuayuda a h2 {
            position: relative;
            float: left;
            width: 48%;
            text-align: left;
            font-family:BrownLL;
            font-size: 100%;
            font-weight: bold;
            text-transform: initial;
            margin: 0px 0px 2%;
            display: flex;
            justify-content: center;
            align-items: center;
            color:#214780;
        }

        .menuayuda a:hover img {
            top: -8px;
        }

        .menuayuda a:hover h2 {
            text-decoration: none;
        }

/*—————–Content————–*/


/*—————–Footer————–*/

footer {
    position: relative;
    float: left;
    width: 100%;
    background: #214780;
    background-size: cover;
    height: 450px;
}

.footer-wrap {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.credits {
    position: relative;
    float: left;
    width: calc(100% - 60px);
    background: #0accf9;
    height: 30px;
    line-height: 30px;
    padding: 0px 30px;
    color: #fff;
    font-family: DINNextRoundedLTW02-reg;
    font-size: 80%;
    text-align: center;
}

.cont-fr {
    position: relative;
    float: left;
    width: 100%;
}

.footer-col {
    position: relative;
    float: left;
    width: calc(20% - 61px);
    margin: 50px 20px;
    padding: 0px 20px 0px 0px;
    border-right: 1px solid #0accf9;
    height: 320px;
}

.cont-fr .footer-col:last-child {
    border-right: 0px solid #0accf9;
}


.footer-col h1 {
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 90%;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer-col a {
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 70%;
    margin-bottom: 5px;
}

    .footer-col a:hover {
        color: var(--AzulNeon);
        text-decoration: none;
    }


.fduo {
    width: calc(40% - 61px);
}

.footer-col2 {
    position: relative;
    float: left;
    width: 50%;
}

/* .content-regu {
    position: absolute;
    width: 418px;
    height: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background: #0d78ae;
    margin-right: 32px;
	z-index: 999999;
} */

.btn-closeregu {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    background: #00c389;
    z-index: 50;
}

    .btn-closeregu img {
        position: relative;
        float: left;
        width: 100%;
    }

.Ancla-Chat {
    position: fixed;
    right: 0px;
    bottom: 20px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    padding: 12px;
    border-radius: 9px;
    display: none;
}

    .Ancla-Chat:hover {
        background: rgba(255, 255, 255, 0.75);
    }

/*matta*/
.buyDatos1, .buyDatos3 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/bg-modal.png) top left;
    z-index: 10002;
    display: none;
}

/* .buyDcont {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 18%;
    margin-left: -300px;
    width: 560px;
    height: 320px;
    background: #fff;
    padding: 20px;
} */

.btn-closebuy {
    position: absolute;
    right: 0px;
    top: 0px;
    /* background: #00c389; */
    z-index: 50;
}

.buyDcont h1 {
    position: relative;
    float: left;
    width: calc(100% - 00px);
    font-size: 1.5rem;
    color: #0092ba;
    line-height: 100%;
    display: flex;
}



.buyDcont1 {
    position: absolute;
    left: 50%;
    top: 34%;
    margin-left: -300px;
    width: 560px;
    height: 614px;
    background: #fff;
    padding: 20px;
    margin-top: -220px;
}

@media (min-width:320px) {
    .buyDcont1 {
        left: 0%;
        margin-left: 0;
        width: 90%;
        height: 100%;
        margin-top: initial;
        top: initial;
        padding: 20px 20px 0px 20px;
    }
}

@media (min-width:1200px) {
    .buyDcont1 {
        left: 50%;
        margin-left: -300px;
        width: 560px;
        height: 614px;
        margin-top: -220px;
        top: 34%;
        padding: 20px;
    }
}

.buyDcont1 h1 {
    position: relative;
    float: left;
    width: calc(100% - 00px);
    font-size: 280%;
    color: #0092ba;
    line-height: 100%;
    display: flex;
}

.btn-closebuy1 {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #00c389;
    z-index: 10001;
}

@media (min-width:320px) {
    .btn-closebuy1 {
        width: 33px;
        height: 33px;
    }
}

@media (min-width:1200px) {
    .btn-closebuy1 {
        width: initial;
        height: initial;
    }
}

.btn-closebuy1 img {
    width: initial;
    height: initial;
}

@media (min-width:320px) {
    .btn-closebuy1 img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width:1200px) {
    .btn-closebuy1 img {
        width: initial;
        height: initial;
    }
}

.iframchatoff {
    margin-top: -18px;
    width: 300px !important;
    height: 645px;
}

@media (min-width:320px) {
    .iframchatoff {
        width: 100%;
        height: 100%;
    }
}

@media (min-width:1200px) {
    .iframchatoff {
        width: 100%;
        height: 645px;
    }
}
/*fin matta*/

.fl2 {
    position: relative;
    float: right;
    display: flex;
    right: 45%;
    bottom: 20px;
}

    .fl2 a {
        position: relative;
        float: left;
        width: 20px;
        margin-right: 20px;
    }

        .fl2 a img {
            position: relative;
            float: left;
            width: 100%;
        }
/*—————–Footer————–*/


/*—————–Responsive————–*/

.rps,
.menuhead-rps,
.sliderps1,
.sliderps2,
.sliderps3 {
    display: none;
}


/*Modal ventana matta----------------------------------------------------------------------------------------------------------------------------------------------*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 80px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* PopUp regulatorio */
/* Fondo oscuro */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}

/* Caja del popup */
.popup-content {
    position: relative;
    width: 80%;
    max-width: 600px;
    margin: 10% auto;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}

/* Imagen */
.popup-content img {
    width: 100%;
    display: block;
}

/* Botón cerrar */
.popup-close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 28px;
    cursor: pointer;
    font-weight: bold;
}
 /* FIn PopUp regulatrio */

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 400px;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    overflow: hidden;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 5px;
    padding-left: 10px;
    width: 800px;
    height: 500px;
    overflow: auto;
}

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    position: relative;
    float: left;
    width: calc(100% - 32px);
    padding: 10px 16px;
    background-color: #0092bc;
    color: white;
}

.modal-body, .infoimp {
    position: relative;
    float: left;
    width: calc(100% - 32px);
    padding: 10px 16px;
    background: #fff;
}

    .infoimp p {
        position: relative;
        float: left;
        width: 100%;
        line-height: 100%;
        margin-bottom: 10px;
    }

.modal-footer {
    padding: 2px 16px;
    background-color: #0092bc;
    color: white;
}

#btnRecuperaUser, #btnRecupPass {
    position: relative;
    float: left;
    width: 50%;
    margin: 10px 25%;
}

/*fin modal ventana matta*/


/*Mapa Sitio*/

.contmap {
    background: url(../img/bg-content.png) bottom center no-repeat;
    background-size: contain;
    padding-bottom: 200px;
}

.wrap-sitem {
    position: relative;
    float: left;
    width: calc(27% - 2px);
    margin: 0px 0px 0px 3%;
    padding-right: 3%;
    border-right: 2px solid #eb5225;
}

    .wrap-sitem::after {
        position: absolute;
        content: ' ';
        width: 20px;
        height: 20px;
        background: #eb5225;
        right: -21px;
        top: 200px;
        border-radius: 20px;
        border: 10px solid #fff;
        z-index: 8;
    }

.contmap .wrap-sitem:last-child {
    border: none;
}

    .contmap .wrap-sitem:last-child::after {
        display: none;
    }

.titlemap {
    position: relative;
    float: left;
    width: 100%;
    color: #179bd1;
    text-align: center;
    line-height: 100%;
    font-size: 200%;
    font-weight: 900;
    margin: 30px 0px 60px;
}

.titulosmap {
    position: relative;
    float: left;
    width: 80%;
    margin: 0px 20% 30px 0px;
}

.titulosmaping2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px 0px 20px;
}

    .titulosmaping2 li, .titulosmaping2 li a {
        position: relative;
        float: left;
        width: 100%;
    }


        .titulosmaping2 li a {
            font-size: 100%;
            color: #666666 !important;
            margin-bottom: 6px !important;
            line-height: 100%;
            font-weight: normal;
        }

            .titulosmaping2 li a:hover {
                text-decoration: underline;
                color: #0097bc;
            }

    .titulosmaping2 h4 {
        font-weight: 900;
        font-size: 90%;
        margin: 20px 0px 5px;
    }


/*popup whatsapp*/
#localscene {
    width: 431px;
    height: 309px;
    margin-left: -9px;
}

/*INICIO POP UP*/

#mensajeinactivo {
    /*left: 36%;*/
    background: #eb6625;
    width: 314px;
    height: 50px;
    padding: 10px;
    z-index: 9013;
    display: none;
    float: right;
    right: 15px;
    position: fixed;
    bottom: 35px;
    margin: 0px 10px 0px 0px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.3);
}

    #mensajeinactivo p {
        color: #FFFFFF;
        font-size: 96%;
        font-weight: 300;
        text-align: center;
        line-height: 110%;
    }

    #mensajeinactivo button {
        color: #0092bc;
        font-weight: 900;
        padding: 15px 25px;
        text-decoration: none;
        background: #fff;
        border: none;
        line-height: .1em;
        cursor: pointer;
        width: 74px;
        font-size: 90%
    }

.botonsitos {
    margin-top: 10px;
    margin-left: calc(50% - 70px);
}

#mascaracarolinactivo {
    background: #333;
    opacity: 0.919;
    moz-opacity: 0.8;
    z-index: 9000;
    filter: alfa(opacity=80);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#mascaracarol {
    background: #333;
    opacity: 0.919;
    moz-opacity: 0.8;
    z-index: 9000;
    filter: alfa(opacity=80);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#cuadrocarol {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 9001;
    top: 81px;
    left: 47%;
    height: 600px;
    width: 552px;
    /* background: #000; */
    position: absolute;
    overflow: hidden;
    margin-left: -250px;
}

@media (min-width:320px) {
    #cuadrocarol {
        width: 402px;
        left: 58%;
        height: 500px;
    }
}

@media (min-width:768px) {
    #cuadrocarol {
        width: 714px;
        left: 35%;
        height: 790px;
    }
}

@media (min-width:1200px) {
    #cuadrocarol {
        width: 552px;
        left: 47%;
        top: 0px;
        height: 600px;
    }
}

#cerrarcarol {
    float: right;
    cursor: pointer;
    font-weight: bold;
    font-size: 50px;
    padding: 0px 0px;
    z-index: 9002;
    position: absolute;
    top: 2px;
    right: 3px;
    color: #009bcf;
    font-family: "DINNextRoundedLTW02-Med";
}

    #cerrarcarol:hover {
        color: #eb6625;
    }

#iframecarol {
    width: 100%;
    height: 100%;
}

.imgpopup {
    width: 100%;
}
/*FIN POP UP*/

.horline {
    position: relative;
    margin: 0px 10% 30px;
    width: 80%;
    float: left;
}

.tmp2 {
    min-height: 180px;
}

.boton_9 a {
    position: absolute;
    bottom: 86px;
    left: 51%;
    background-color: transparent;
    z-index: 1;
    width: 156px;
    height: 252px;
}

.boton_8 a {
    position: absolute;
    bottom: 86px;
    left: 65%;
    background-color: transparent;
    z-index: 1;
    width: 156px;
    height: 252px;
}

/*Fin Botones adicionales de Banner*/
.loaderForm {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(255, 255, 255, 1);
}

    .loaderForm::after {
        position: absolute;
        top: calc(50% - 74px);
        left: calc(50% - 54px);
        transform: translate(-50%, -50%);
        content: '';
        border: 4px solid #fff; /* Light grey */
        border-top: 4px solid #0092bc; /* Blue */
        border-radius: 250%;
        width: 100px;
        height: 100px;
        animation: spin 2s linear infinite;
        -webkit-animation: spin 2s linear infinite;
    }

    .loaderForm::before {
        position: absolute;
        top: calc(50% - 69px);
        left: calc(50% - 49px);
        transform: translate(-50%, -50%);
        content: '';
        border: 4px solid #fff; /* Light grey */
        border-top: 4px solid #0092bc; /* Blue */
        border-radius: 250%;
        width: 90px;
        height: 90px;
        animation: spin 1.1s linear infinite;
        -webkit-animation: spin 1.1s linear infinite;
    }

    .loaderForm .logol {
        position: absolute;
        top: calc(50% - 20px);
        left: calc(50% - 2px);
        transform: translate(-50%, -50%);
        width: 60px;
    }


/*Camilo*/

.buyOption3 {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    background: #0092bc;
    height: 0px;
}

    .buyOption3 a {
        position: relative;
        float: left;
        width: 96%;
        margin: 7px 2%;
        text-align: left;
        display: flex;
        font-size: 85%;
        color: #fff;
        line-height: 24px;
    }

        .buyOption3 a img {
            width: 24px !important;
            margin: 0px 10px 0px 10% !important;
        }

        .buyOption3 a:hover {
            text-decoration: underline;
        }

.buyDatos3 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/bg-modal.png) top left;
    z-index: 100;
    display: none;
}


.buyDatos {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img1/bg-modal.png) top left;
    z-index: 1000;
    display: none;
}

/* .buyDcont {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 18%;
    margin-left: -300px;
    width: 412px;
    height: 289px;
    background: #fff;
    padding: 20px;
} */
.bgPopupWpp {
    width: 100%;
    background-color: #000000c9;
    height: 100%;
    position: absolute;
}
.buyDcont {
    position: relative !important;
    z-index: 9999 !important;
    top: 30% !important;
    width: 390px !important;
    height: 300px !important;
    overflow: hidden !important;
    border-radius: 38px !important;
    margin: 0 auto !important;
    border: 2px solid #0092bc !important;
}

    .buyDcont h1 {
        position: relative;
        float: left;
        width: calc(100% - 00px);
        font-size: 1.5rem;
        color: #0092ba;
        line-height: 100%;
        display: flex;
    }

.buyDcont3 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    width: 560px;
    height: 400px;
    background: #fff;
    padding: 20px;
    margin-top: -220px;
}

.btn-closebuy3 {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #00c389;
    z-index: 50;
}

.buyDcont3 h1 {
    position: relative;
    float: left;
    font-size: 280%;
    color: #0092ba;
    line-height: 100%;
    display: flex;
}

@media (min-width:320px) {
    .buyDcont3 h1 {
        width: 100%;
        text-align: center;
		
    }
}

@media (min-width:768px) {
    .buyDcont3 h1 {
        width: calc(100% - 00px);
        text-align: left;
    }
}

@media (min-width:1200px) {
    .buyDcont3 h1 {
        width: calc(100% - 00px);
        text-align: left;
    }
}

.buyLine3 {
    position: relative;
    float: left;
    width: 48%;
    margin: 10px 1% 0px;
}

    .buyLine3 p {
        position: relative;
        float: left;
        width: 100%;
        color: #0092bc;
    }

.buyInp3 {
    position: relative;
    float: left;
    width: calc(100% - 9px);
    border: 3px solid #0092bc;
    margin-bottom: 6px;
    padding-left: 3px;
    height: 30px;
    color: #666;
}
/*Camilo Cierre*/

.titul {
    width: 100%;
    border: solid 1px #0097cb;
    text-transform: uppercase;
    font-family: andes_condensed_mediummedium;
    padding: 2% 2%;
    margin-top: 6%;
    font-weight: bold;
    font-size: 136%;
    text-align: center;
    color: #0097cb;
    margin: 20px 0% 40px;
    font-style: italic;
    line-height: 1.42857143;
}

.descarga {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding-bottom: 4%;
}

@media (min-width:320px) {
    .descarga {
        text-align: center;
    }
}

@media (min-width:768px) {
    .descarga {
        text-align: left;
    }
}

@media (min-width:1200px) {
    .descarga {
        text-align: left;
    }
}

.description {
    width: calc(100% - 260px);
    color: #ec6825;
    font-size: 135%;
    font-family: andes_condensed_mediummedium;
    text-transform: uppercase;
    font-style: italic;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    line-height: 100%;
    float: left;
}

.descarg {
    position: relative;
    float: left;
    width: 240px;
    font-size: 160%;
    font-family: andes_condensed_mediummedium;
    text-transform: uppercase;
    background: #0097cb;
    text-align: center;
    color: #fff;
    border-radius: 24px;
    padding: 12px 10px;
    display: inline-block;
    vertical-align: top;
    background-image: linear-gradient(to right,#0097cb 49%,#ec6825 49%);
    background-image: -webkit-linear-gradient(to right,#0097cb 49%,#ec6825 49%);
    background-image: -o-linear-gradient(to right,#0097cb 49%,#ec6825 49%);
    background-image: -ms-linear-gradient(to right,#0097cb 49%,#ec6825 49%);
    background-image: -moz-linear-gradient(to right,#0097cb 49%,#ec6825 49%);
    background-size: 205%;
    transition: 0.5s;
    cursor: pointer;
}

@media (min-width:320px) {
    .descarg {
        margin-top: 14px;
    }
}

@media (min-width:768px) {
    .descarg {
        margin-top: -14px;
    }
}
@media (min-width:1165px){

    .wrapper-banner-top {
        margin-top: 75px;
    }
}
@media (max-width:1165px) {
    .content{
        margin-top: 0;
    }
}
@media (min-width:1200px) {
    .descarg {
        margin-top: -14px;
    }
}

.descarg:hover {
    background-position: -95% 0;
    color: #fff;
}

.descarg a {
    font-size: 24px;
    font-family: andes_condensed_mediummedium;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.text1 {
    position: absolute;
    left: 20%;
    right: 0;
    margin: 0 auto;
    top: 44%;
    text-align: left;
    font-family: andes_condensed_mediummedium;
    color: #fff;
    font-size: 18px;
    width: 62%;
    line-height: 1.1;
}

.col-md-4 {
}

@media (min-width:320px) {
    .col-md-4 {
        width: 100% !important;
        margin: 0;
    }
}

@media (min-width:768px) {
    .col-md-4 {
        width: calc(33.333% - 6px) !important;
        margin: 0px 3px;
    }
}

@media (min-width:1200px) {
    .col-md-4 {
        width: calc(33.333% - 6px) !important;
        margin: 0px 3px;
    }
}

.col-md-4 img {
    width: 100%;
}

.col-md-6 {
    width: calc(50% - 30px) !important;
    padding: 0px 15px;
}

.col-md-3 {
    width: calc(25% - 30px) !important;
    padding: 0px 15px;
}

.form-group input[type="file" i]::-webkit-file-upload-button {
    background: #ec6825;
    color: #fff;
    padding: 1% 2%;
    border-color: transparent;
    border-radius: 20px;
    width: 190px;
    font-size: 19px;
    vertical-align: top;
    outline: 0;
    font-family: andes_condensed_mediummedium;
    cursor: pointer;
    background-image: linear-gradient(to left,#0097cb 49%,#ec6825 49%);
    background-image: -webkit-linear-gradient(to left,#0097cb 49%,#ec6825 49%);
    background-image: -o-linear-gradient(to left,#0097cb 49%,#ec6825 49%);
    background-image: -ms-linear-gradient(to left,#0097cb 49%,#ec6825 49%);
    background-image: -moz-linear-gradient(to left,#0097cb 49%,#ec6825 49%);
    background-size: 206%;
    transition: 0.5s;
}

    .form-group input[type="file" i]::-webkit-file-upload-button:hover {
        background-position: 100% 0;
    }

.form-group input[type="checkbox"] {
    border: none;
    outline: 0;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    width: 34px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    width: 96%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.obl {
    color: #ec6625;
    font-size: 16px;
    font-family: andes_condensed_mediummedium;
    font-weight: bold;
}

@media (min-width:320px) {
    .obl {
        display: none;
    }
}

@media (min-width:768px) {
    .obl {
        display: block;
    }
}

@media (min-width:1200px) {
    .obl {
        display: block;
    }
}

.acepto {
    padding: 1%;
    border: solid 2px #eeeded;
    margin: 50px 0px;
}

.text2 {
    color: #0097cb;
    font-size: 18px;
    font-family: andes_condensed_mediummedium;
    text-align: left;
}

    .text2 p {
        margin: 0px 20px 20px 0px;
    }

.aster {
    color: #ec6825;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
}

.b_center {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.m4rg {
    margin-top: 2%;
}

.color {
    background: #ec6625;
    border-radius: 17px;
    width: 150px;
    font-size: 18px;
    color: #fff;
    outline: 0;
    border-color: transparent;
    background-image: linear-gradient(to right,#ec6825 49%,#0097cb 49%);
    background-image: -webkit-linear-gradient(to right,#ec6825 49%,#0097cb 49%);
    background-image: -o-linear-gradient(to right,#ec6825 49%,#0097cb 49%);
    background-image: -ms-linear-gradient(to right,#ec6825 49%,#0097cb 49%);
    background-image: -moz-linear-gradient(to right,#ec6825 49%,#0097cb 49%);
    background-size: 205%;
    transition: 0.5s;
}

    .color:hover {
        background-position: -95% 0;
    }

.h2x {
    font-size: 26px;
    color: #0092ba;
    font-family: andes_condensed_mediummedium;
    position: relative;
    float: left;
    width: 100%;
}

@media (min-width:320px) {
    .h2x {
        padding: 6% 4%;
    }
}

@media (min-width:768px) {
    .h2x {
        padding: 3% 0% 2% 0%;
    }
}

@media (min-width:1200px) {
    .h2x {
        padding: 3% 0% 2% 0%;
    }
}

.form-group label {
    color: #0097cb;
    font-family: andes_condensed_mediummedium;
    text-align: left;
    width: 98%;
}

.form-group select {
    width: 100%;
}

.form-control {
    display: block;
    width: calc(100% - 24px);
    height: 34px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.files {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.b_center .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.col-md-1 {
    position: relative;
    float: left;
    width: 10% !important;
    padding-top: 35px;
}

.col-md-11 {
    position: relative;
    float: left;
    width: 90% !important;
}

.validaFile {
    font-weight: bold;
    color: #ff0000;
    position: absolute;
    padding: 0px 10px;
    right: 60px;
}

.menAdd {
    height: 70px;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0d78ae !important;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    cursor: pointer;
}

    .menAdd > a {
        /*display: block;
    width: 45px !important;
    height: 45px !important;*/
        border-right: none !important;
        /*-webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);*/
    }

        .menAdd > a:hover, .menAdd > a.openmen {
            background-color: transparent !important;
        }

        .menAdd > a > span {
        }

.ocu-menuBot {
    height: 0 !important;
}

.menuHamb {
    position: absolute;
    background-color: #0086B3;
    top: 70px;
    right: 0;
    color: #fff;
    z-index: 9999;
    height: 0;
    padding: 0;
    visibility: hidden;
    transition: 0.1s;
}

.show-menuHamb {
    height: 366px;
    padding: 10px 10px 20px;
    visibility: visible;
}

.menuHamb h3 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 18px;
}

.menuHamb h4 {
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 18px;
}

.menuHamb ul {
    list-style: none;
    margin-bottom: 12px;
    font-weight: normal;
}

    .menuHamb ul li:before {
        content: "- ";
        color: #fff;
    }

    .menuHamb ul li a, .menuHamb a {
        color: #fff;
    }

#main-content.banner-home {
    height: 100% !important;
}

#form.formImei .row .col-md-6 {
    min-height: 68px;
}

@media (min-width:320px) {
    #form.formImei .row .col-md-6 {
        width: 92% !important;
    }
}

@media (min-width:768px) {
    #form.formImei .row .col-md-6 {
        width: calc(50% - 30px) !important;
    }
}

@media (min-width:1200px) {
    #form.formImei .row .col-md-6 {
        width: calc(50% - 30px) !important;
    }
}

#form.formImei .row .col-md-3 {
    min-height: 68px;
}

@media (min-width:320px) {
    #form.formImei .row .col-md-3 {
        width: 92% !important;
    }
}

@media (min-width:768px) {
    #form.formImei .row .col-md-3 {
        width: calc(25% - 30px) !important;
    }
}

@media (min-width:1200px) {
    #form.formImei .row .col-md-3 {
        width: calc(25% - 30px) !important;
    }
}

.acepto .col-md-1 {
    width: auto !important;
    padding-top: 0 !important;
    padding-right: 10px !important;
}

    .acepto .col-md-1 .form-group input[type="checkbox"] {
        width: 24px !important;
        height: 24px !important;
    }


/*-----pagos prepago-------*/

.title-pre {
    position: relative;
    float: left;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #0092bc;
    margin: 30px 0px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    font-size: 240%;
    font-family: DIN Next LT Pro;
    font-weight: bold;
    text-transform: uppercase;
}

.bloque-pre {
    position: relative;
    float: left;
    width: 80%;
    margin: 0px 10% 30px;
}

    .bloque-pre table {
        position: relative;
        float: left;
        width: 100%;
    }

        .bloque-pre table tr {
            position: relative;
            float: left;
            width: 100%;
            border-left: 1px solid #c8c8c8;
            border-bottom: 1px solid #c8c8c8;
        }

        .bloque-pre table th:nth-child(odd) {
            position: relative;
            float: left;
            width: calc(70% - 20px);
            padding: 10px;
            text-align: center;
            color: #fff;
            font-family: DINPro;
            font-weight: 700;
            background: #eb6625;
        }

        .bloque-pre table th:nth-child(even) {
            position: relative;
            float: left;
            width: calc(30% - 20px);
            padding: 10px;
            text-align: center;
            color: #fff;
            font-family: DINPro;
            font-weight: 700;
            background: #eb6625;
        }

        .bloque-pre table td:nth-child(odd) {
            position: relative;
            float: left;
            width: calc(70% - 21px);
            padding: 10px;
        }

        .bloque-pre table td:nth-child(even) {
            position: relative;
            float: left;
            width: calc(30% - 22px);
            border-left: 1px solid #c8c8c8;
            border-right: 1px solid #c8c8c8;
            padding: 10px;
            text-align: center;
        }

        .bloque-pre table td a {
            color: #0092bc;
        }


.fullth {
    width: calc(100% - 20px) !important;
}

.bloque-pre2 {
    position: relative;
    float: left;
    width: 80%;
    margin: 0px 10% 50px;
}

    .bloque-pre2 table {
        position: relative;
        float: left;
        width: 100%;
    }

        .bloque-pre2 table tr {
            position: relative;
            width: 100%;
            border-left: 1px solid #c8c8c8;
            border-bottom: 1px solid #c8c8c8;
        }

        .bloque-pre2 table th {
            position: relative;
            padding: 10px;
            text-align: center;
            color: #fff;
            font-family: DINPro;
            font-weight: 700;
            background: #eb6625;
        }

            .bloque-pre2 table th:nth-child(1) {
                width: calc(20% - 20px);
            }

            .bloque-pre2 table th:nth-child(2) {
                width: calc(30% - 20px);
            }

            .bloque-pre2 table th:nth-child(3) {
                width: calc(50% - 20px);
            }

        .bloque-pre2 table td {
            position: relative;
            padding: 10px;
        }

            .bloque-pre2 table td:nth-child(1) {
                width: calc(20% - 21px);
                border-right: 1px solid #c8c8c8;
                padding: 10px;
                text-align: center;
            }

            .bloque-pre2 table td:nth-child(2) {
                width: calc(30% - 21px);
                border-right: 1px solid #c8c8c8;
                padding: 10px;
                text-align: center;
            }

            .bloque-pre2 table td:nth-child(3) {
                width: calc(50% - 22px);
                border-right: 1px solid #c8c8c8;
                padding: 10px;
                text-align: center;
            }


/* soy etb */

.soy-cont {
    position: relative;
    float: left;
    width: 100%;
    min-height: 600px;
    background: url(../img/soyetb/bgsoyetb.jpg) top center no-repeat;
    background-size: cover;
}

.st-block {
    position: relative;
    float: left;
    width: calc(70% - 60px);
    margin: 350px 15% 20px;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 30px;
}

    .st-block h2 {
        color: #455e75;
        font-size: 150%;
        font-weight: bold;
        line-height: 100%;
    }

    .st-block p {
        color: #455e75;
        font-size: 100%;
        font-weight: 500;
        line-height: 100%;
        margin-bottom: 20px;
    }

.inputst1 {
    position: relative;
    float: left;
    margin: 0px 1% 10px;
    width: calc(48% - 10px);
    padding: 5px;
    border-radius: 6px;
    color: #b3b3b3;
    border: none;
    -webkit-box-shadow: inset 0px 2px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 2px 8px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 2px 8px 0px rgba(0,0,0,0.3);
}

.btn-st {
    position: relative;
    float: left;
    width: calc(70% - 30px);
    margin: 0px 15%;
    padding: 15px;
    background: #eb6625;
    color: #fff;
    border: none;
    text-align: center;
    font-size: 180%;
}

.soy-cont2 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 600px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .soy-cont2 h3 {
        position: relative;
        float: left;
        width: 50%;
        margin: 80px 0px 20px 5%;
        font-size: 160%;
        font-weight: 700;
        color: #455e75;
        line-height: 100%;
    }

    .soy-cont2 p {
        position: relative;
        float: left;
        width: 50%;
        margin: 0px 0px 30px 5%;
        font-size: 120%;
        line-height: 110%;
        font-weight: 500;
        color: #455e75;
        background: rgba(255,255,255,0.5);
        padding: 5px;
    }

    .soy-cont2 .st-block {
        margin-top: 80px;
        margin-bottom: 150px;
    }

.inputst2 {
    position: relative;
    float: left;
    margin: 0px 1% 10px;
    width: calc(98% - 10px);
    padding: 5px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: inset 0px 2px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 2px 8px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 2px 8px 0px rgba(0,0,0,0.3);
}

.soy-cont2 .st-block p {
    font-size: 80%;
    color: #999;
    margin: 0px;
}

.soy-cont2 .st-block select {
    width: calc(100% - 20px) !important;
}

.btn-st2 {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #0092bc;
    color: #fff;
    font-size: 140%;
    line-height: 100%;
    padding: 10px 40px;
    border-radius: 6px;
}

/*responsive soy etb*/

@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {

    .quabanner {
        margin-top: 3%;
        margin-left: 0px;
    }

    .newqua {
        position: relative;
        float: left;
        width: calc(100% - 60px);
        margin-left: 20px;
        background: #fff;
        -webkit-box-shadow: 0px 40px 85px -35px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 40px 85px -35px rgba(0,0,0,0.4);
        box-shadow: 0px 40px 85px -35px rgba(0,0,0,0.4);
        padding: 10px;
        min-height: 40px;
        transition: transform 0.5s ease-out, box-shadow 1s ease-out;
        transform: scale(1);
        margin: 0px 20px 10px;
    }

        .newqua img {
            position: relative;
            float: left;
            width: 20%;
            /* height: 40px; */
            margin-right: 10px;
        }

        .newqua a {
            min-height: 40px;
            height: initial;
        }

        .newqua h4 {
            font-size: 200%;
        }

        .newqua p {
            font-size: 95%;
        }

    .nq-hide img {
        height: initial !important;
    }

    .slidebanner {
        height: initial !important;
    }

    /* .menupromo a { */
    /* width: calc(100% - 20px) !important; */
    /* } */

    .menuayuda a {
        position: relative;
        float: left;
        width: calc(33.333% - 10px);
        height: 100%;
        margin: 0px 5px;
    }

    .fullb {
        display: none !important;
    }

    .respb {
        display: block !important;
    }

    .forx-banner {
        position: absolute;
        z-index: 8;
        width: calc(100% - 40px);
        padding: 15px 20px 30px;
        border-radius: 8px;
        float: left;
        left: 0px;
        bottom: 10px;
    }

    .fxb .bt-banner, .fxb2 .bt-banner {
        color: #fff;
        background: #0092bc;
        border: 3px solid #0092bc;
    }

    .scrollhome {
        height: auto !important;
    }

    .content {
        margin-top: 70px;
    }

    /* .buyDcont {
        position: absolute;
        z-index: 9999;
        top: 3%;
        width: 100%;
        height: 50%;
        background: #fff;
        left: 0px;
        margin: 0px;
        padding: 0px;
    } */
}

@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {


    /*popup whatsapp*/
    /* #localscene {
        width: 94%;
        height: 298px;
        margin-top: 15px;
        margin-left: -9px;
    } */

    .quabanner {
        margin-top: 3%;
        margin-left: 0px;
    }

    .newqua {
        position: relative;
        float: left;
        width: calc(100% - 60px);
        margin-left: 20px;
        background: #214780;
        -webkit-box-shadow: 0px 40px 85px -35px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 40px 85px -35px rgba(0,0,0,0.4);
        box-shadow: 0px 40px 85px -35px rgba(0,0,0,0.4);
        padding: 10px;
        min-height: 10px;
        transition: transform 0.5s ease-out, box-shadow 1s ease-out;
        transform: scale(1);
        margin: 0px 20px 10px;
    }

        .newqua img {
            position: relative;
            float: left;
            width: 20%;
            /* height: 40px; */
            margin-right: 10px;
        }

        .newqua a {
            min-height: 40px;
            height: initial;
        }

        .newqua p {
            font-size: 16px;
        }

        .newqua h4 {
            font-size: 200%;
        }

    .slidebanner {
        height: initial !important;
        min-height: auto !important;
		display: block !important;
    }
	
	.slidebanner a:first-of-type img {
	  margin-bottom: 10px;
	}

    .nq-hide img {
        height: initial !important;
    }

    .menuayuda {
        flex-flow: wrap !important;
        width: 80% !important;
    }

    .menuayuda a {
        position: relative;
        float: left;
        width: 46%;
        margin: 0 2% 10px;
        min-height: initial;
        display: flex;
        align-content: center;
        justify-content: center;
        border-right: none;
        border-bottom: 3px solid #14c1ea;
        padding: 0px 0px 10px 0px;
    }

        .menuayuda a:nth-last-child(-n+2) {
            border: none !important;
            margin: 0px 2%;
            padding: 0px;
        }

    .fullb {
        display: none !important;
    }

    .respb {
        display: block !important;
    }

    .forx-banner {
        position: absolute;
        z-index: 8;
        width: calc(100% - 40px);
        padding: 15px 20px 30px;
        border-radius: 8px;
        float: left;
        left: 0px;
        bottom: 10px;
    }
    /*la calse fxb es cuando el fondo del banner es del mismo color del boton*/
    .fxb .bt-banner, .fxb2 .bt-banner {
        color: #fff;
        background: #0092bc;
        border: 3px solid #0092bc;
    }

    .scrollhome {
        height: auto !important;
    }

    .content {
        margin-top: 0;
        margin-bottom: -67px;
    }

    /* .buyDcont {
        position: absolute;
        z-index: 9999;
        top: 25%;
        width: 100%;
        height: 50%;
        background: #fff;
        left: 0px;
        margin: 0px;
        padding: 0px;
    } */
}


.chatbot-float-pratech-hogares {
    position: absolute;
    z-index: 9 !important;
    right: initial !important;
    padding-left: initial !important;
    top: 80vh !important;
}

/*Inicio estilos Chatbot*/

.chatbot-float-pratech {
    background: transparent !important;
    /*clip-path: initial !important;*/
    -webkit-clip-path: initial !important;
    width: 257px !important;
    /*top: 65% !important;*/
    height: initial !important;
}

.format-markdown p {
    color: #ffffff;
}

.chatbot-float-pratech img {
    /*position: absolute;*/
    width: 80%;
    /*bottom: 12%;*/
    z-index: 10;
}

.text-chatbot {
    position: absolute;
    width: 0px; /*180px;*/
    background: #fff;
    border-radius: 8px;
    top: -78px;
    left: 52px;
    overflow: hidden;
    z-index: 9;
}

    .text-chatbot p {
        color: #0092bc;
        font-size: 11px;
        width: 170px;
        margin: 5px;
        line-height: 100%;
    }

/*Fin estilos Chatbot*/

.validaTxtCorreo {
    position: relative;
    float: right;
    bottom: 29px;
    right: 16px;
    color: red;
    font-weight: bold;
}

.campoInvalido {
    margin-bottom: 4px;
    border: 1px solid red;
}

/* MODAL SOY ETB*/
.soy-cont3-pop {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 400px;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    overflow: hidden;
}

    .modal-content h1 {
        margin: 55px 0px;
    }

    .modal-content h4 {
        margin-bottom: 40px;
    }

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
/*FIN MODAL SOYETB*/

/*Guia de Programacion*/

.topbag {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
}

    .topbag img {
        position: relative;
        float: left;
        width: 100%;
    }

.topbag-mask {
    position: absolute !important;
    left: 0px;
    bottom: 00px;
}

.wrap-guia {
    position: relative;
    float: left;
    /*width: 90%;*/
    width: 94%;
    margin: 20px 5% 50px;
}

.gtitle {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 125%;
    color: #eb6625;
}

.gdate {
    position: relative;
    float: left;
    padding: 5px 5px 5px 25px;
    background: url(../img/icons/date.png) left center no-repeat;
    background-position-x: 10px;
    border-radius: 18px;
    height: 35px;
    line-height: 25px;
    font-size: 80%;
    color: #455e75;
    border: 1px solid #c0c0c0;
	margin-right: 5px;
}

.buscart {
    position: relative;
    float: right;
    padding: 5px 25px 5px 5px;
    background: url(../img/icons/search.png) right center no-repeat;
    border-radius: 18px;
    height: 25px;
    line-height: 25px;
    font-size: 80%;
    color: #455e75;
    border: 1px solid #c0c0c0;
    width: 260px;
}

.hour_content {
    position: relative;
    float: left;
    width: calc(100% - 120px);
    margin: 30px 0px 20px 120px;
    background: #009bcf;
    height: 40px;
    border-radius: 12px;
}

    .hour_content span {
        position: relative;
        float: left;
        width: 10%;
        color: #fff;
        line-height: 40px;
        text-align: center;
    }

    .hour_content .slick-prev {
        position: absolute;
        border: none;
        text-indent: -9999px;
        background: url(../img/icons/aleft.png) left center no-repeat;
        width: 13px;
        height: 18px;
        left: 5px;
        top: 11px;
        cursor: pointer;
        z-index: 9;
        visibility: hidden;
    }

    .hour_content .slick-next {
        position: absolute;
        border: none;
        text-indent: -9999px;
        background: url(../img/icons/aright.png) left center no-repeat;
        width: 13px;
        height: 18px;
        right: 5px;
        top: 11px;
        cursor: pointer;
        z-index: 9;
        visibility: hidden;
    }

.btnPre {
    position: absolute;
    border: none;
    text-indent: -9999px;
    background: url(../img/icons/aleft.png) left center no-repeat;
    width: 13px !important;
    height: 18px;
    left: 123px;
    top: 41px;
    cursor: pointer;
    z-index: 9;
}

.btnNext {
    position: absolute;
    border: none;
    text-indent: -9999px;
    background: url(../img/icons/aright.png) left center no-repeat;
    width: 13px;
    height: 18px;
    right: 2px;
    top: 41px;
    cursor: pointer;
    z-index: 9;
}

.channels_cont {
    position: relative;
    float: left;
    width: 100%;
    overflow-y: auto;
    height: 596px;
    overflow-x: hidden;
}

.channels_info {
    position: relative;
    float: left;
    width: 120px;
}

.ch-in {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    border-bottom: 6px solid #179bd1;
    height: 114px;
    overflow: hidden;
}

    .ch-in img {
        position: relative;
        float: left;
        width: 60%;
        margin-left: 20%;
    }

    .ch-in h3 {
        position: relative;
        float: left;
        width: 100%;
        font-size: 110%;
        text-align: center;
        margin-top: 10px;
        font-weight: 700;
        color: #455e75;
    }

    .ch-in p {
        position: relative;
        float: left;
        width: 100%;
        font-size: 90%;
        text-align: center;
        font-weight: 500;
        color: #455e75;
    }

.channels_data {
    position: relative;
    float: left;
    width: calc(100% - 120px);
}

.ch-dat {
    position: relative;
    float: left;
    width: 100%;
}

.dat-shows {
    position: relative;
    float: left;
    width: calc(10% - 1px);
    background: #ededed;
    border-right: 1px solid #7c7c7c;
    border-bottom: 6px solid #179bd1;
    height: 114px;
    cursor: pointer;
}

    .dat-shows:hover {
        background: #f6f6f6;
        border-bottom: 6px solid #eb6625;
    }

.datshow_pop {
    display: none;
}

.min10 {
    width: calc(3.33% - 1px);
}

.min15 {
    width: calc(5% - 1px);
}

.min30 {
    width: calc(10% - 1px);
}

.min60 {
    width: calc(20% - 1px);
}

.min90 {
    width: calc(30% - 1px);
}

.min120 {
    width: calc(40% - 1px);
}

.min150 {
    width: calc(50% - 1px);
}

.min180 {
    width: calc(60% - 1px);
}

.min210 {
    width: calc(70% - 1px);
}

.min240 {
    width: calc(80% - 1px);
}

.dat-shows h3 {
    position: relative;
    float: left;
    width: 100%;
    font-size: 90%;
    text-align: center;
    font-weight: 700;
    color: #455e75;
    margin-top: 30px;
    line-height: 100%;
}

.min15 h3 {
    font-size: 70%;
}

.dat-shows p {
    position: relative;
    float: left;
    width: 100%;
    font-size: 70%;
    text-align: center;
    font-weight: 500;
    color: #455e75;
}

.popcon {
    display: none;
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.popcon-cont {
    position: relative;
    display: flex;
    width: 60%;
    margin: 25% auto;
    transform: translate(0, -50%);
    min-height: 300px;
    background: #fff;
    border: 15px solid #0092bc;
    border-radius: 15px;
}

.popcon-cerrar {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 10;
}

.popcon-cont .datshow_pop {
    position: relative;
    float: left;
    width: calc(100% - 40px);
    display: block;
    z-index: 8;
    padding: 20px;
}

.leght_show {
    position: relative;
    float: left;
    width: 100%;
    font-size: 110% !important;
    font-style: italic;
    line-height: 100%;
    margin-bottom: 20px;
}

.popcon-cont .datshow_pop h4 {
    position: relative;
    float: left;
    width: 100%;
    font-size: 180%;
    font-weight: 900;
    color: #0097cb;
    line-height: 100%;
    margin-bottom: 10px;
}

.popcon-cont .datshow_pop p {
    position: relative;
    float: left;
    width: 100%;
    font-size: 100%;
    line-height: 100%;
    margin-bottom: 20px;
}

.popcon-cont .datshow_pop a {
    position: relative;
    float: left;
    width: 110px;
    font-size: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #ec6825;
    margin: 0px 20px 20px 0px;
    border-radius: 6px;
}

    .popcon-cont .datshow_pop a:hover {
        background: #0097cb;
    }

.popcon-cont .datshow_pop img {
    position: relative;
    float: left;
}

.horita {
    width: 109px !important;
    /*top: -41px;*/
}

.img_show {
    width: 26%;
}

.capitulo {
    margin-top: 24%;
    font-weight: bold;
}

.btn-carga {
    background-color: #007bff; /* Azul */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-carga:hover {
    background-color: #0056b3; /* Azul más oscuro */
}




/*#contenido1, #contenido2 {
    max-width: 106%;
    margin: 0 auto;
    text-align: justify;
}

#aviso {
    margin: 0 auto;
    top: 10px;
    position: fixed;
    width: 106%;
    padding: 30px 10px 30px 10px;
    background: #00bdff;
    color: white;
    text-align: center;
}*/

.btnBuscar {
    /* position: absolute; */
    margin-left: 267px;
    margin-top: 11px;
}

.buscaChan {
    /* position: absolute; */
    margin-left: 501px;
    margin-top: 44px;
}

/*fin de Guia de Programacion*/

/*Iframe Indicadores*/
.indicaiframe {
    width: 106%;
    margin: 20px 0px 0px 0px;
    border: none;
}

/*popimei*/

.popupIMEI {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.cont-pomei {
    position: fixed;
    width: 310px;
    padding: 25px;
    z-index: 100;
    top: calc(50% - 80px);
    left: calc(50% - 180px);
    background: #eb6625;
    border-radius: 8px;
}

    .cont-pomei h3 {
        position: relative;
        width: 100%;
        line-height: 100%;
        font-size: 110%;
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 300;
    }

        .cont-pomei h3 span {
            font-weight: 700;
        }

.close-pomei {
    position: absolute;
    right: -18px;
    top: -18px;
    width: 40px;
    height: 40px;
    background: #009bcf;
}

    .close-pomei img {
        position: relative;
        width: 100%
    }

.click-pomei {
    position: relative;
    text-align: center;
    float: left;
    padding: 10px 20px;
    background: #fff;
    border-radius: 8px;
    width: 100px;
    left: calc(50% - 70px);
    color: #009bcf;
}

    .click-pomei:hover {
        background: #009bcf;
        color: #fff;
    }

.popupB span {
    display: none;
    margin: -119px 0 0 311px;
}

.popupB:hover span {
    display: block;
    position: absolute;
    top: 138px;
    width: 190%;
    /*margin-left: 22rem;*/
    padding: 4px;
    color: #335500;
    font-weight: normal;
    background: #e5e5e5;
    text-align: left;
    border: 1px solid #666;
    float: left;
    font-size: 11px;
}

.datosB {
    float: left;
    color: #fff;
    margin-bottom: 6px;
}

    .datosB label {
        font-size: 14px;
    }

    .datosB input {
        margin-right: 5px;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
    .datosB label {
        font-size: 12px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
    .close-pomei {
        position: absolute;
        right: 18px;
    }
}

.btn-car {
    background: url(../img/icons/ico-car.png) center center no-repeat;
    position: relative;
    float: right;
    height: 100%;
    width: 30px;
}

.MiETBinicio {
    display: none;
}

.BtnMiETBinicio {
    width: calc(100% - 54px);
    display: inline-block;
    line-height: 45px;
    margin: 20px 25px 0px;
    height: 50px;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    background-color: #eb6625 !important;
    border-color: #eb6625 !important;
    color: #fff;
    text-transform: uppercase;
}

.imgLogoFundadores {
    top: 20%;
    width: 120%;
    position: relative;
    float: right;
}

.govco img {
    margin-right: 0rem !important;
}

/*ipad*/

@media only screen and (min-width: 761px) and (max-width: 1025px) and (orientation: portrait) {
    body,
    p,
    table,
    td,
    th,
    tr,
    ul,
    ol,
    textarea,
    input,
    h2,
    h1,
    h3 {
        font-size: 14px;
        line-height: 15px;
    }

    .wrap {
        width: 720px;
    }

    .quabanner {
        margin-left: 0px;
        min-height: 0px;
        margin-top: -1%;
    }

    .newqua {
        width: calc(25% - 50px);
    }

        .newqua img {
            width: 20%;
        }

        .newqua h4 {
            width: calc(80% - 10px);
        }

        .newqua p {
            width: calc(100%);
        }

    .secayuda {
        margin-bottom: 50px;
    }

    .menupromo {
        display: block;
        margin-bottom: 50px;
    }

    .manupromo1 {
        display: none;
    }

    .links-head {
        width: 100%;
        height: auto;
        background: #214780;
        padding: 10px 0px 0px;
        float: left;
        left: -100%;
        overflow: initial !important;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.3)
    }

    .linktop:hover, .openmen, .ltpath {
        color: #fff;
    }

    .logo-head {
        position: relative;
        float: left;
        margin-left: 10px;
        height: 20px;
        padding: 10px;
    }

    .btn-ham {
        width: 20px;
        margin: 0px 20px;
        background-size: contain;
    }

    .parentchatpratech {
        z-index: 1000 !important;
    }

    .div-head {
        width: 100%;
    }

    .linktop {
        position: relative;
        float: left;
        width: calc(100% - 40px);
        line-height: 30px;
        text-align: left;
        padding: 0px 20px;
        color: #fff;
        font-size: 112%;
        border-bottom: 1px solid #fff;
    }

    .page-nav li a {
        position: relative;
        float: left;
        width: 100%;
        font-size: 90%;
        line-height: 30px;
        text-align: left;
        color: #214780;
        text-transform: uppercase;
    }

    .styleEmp .links-head {
        width: 100%;
    }

    .rpvl {
        display: block;
    }

    .meb-right {
        display: none;
        width: auto;
    }

    .mietbdiv {
        position: absolute;
        top: 35px;
        background: #fff;
        min-width: initial
    }

    .meb-left {
        position: relative;
        float: right;
        width: auto;
        height: 100%;
        padding: 20px 20px 0px 20px;
    }

    .newmietb-right {
        position: relative;
        float: left;
        width: calc(100% - 40px);
        height: 366px;
        border-radius: 0px;
        padding: 20px 20px;
    }

    .page-nav {
        width: 100%;
        margin-bottom: 6rem;
    }

        .page-nav li {
            position: relative;
            padding: 0px 30px 0px 15px;
            cursor: pointer;
            min-height: 30px;
            float: left;
            width: calc(100% - 45px);
            height: auto;
        }

    .sub-nav {
        position: relative;
        float: left;
        left: -15px;
        z-index: 12;
        width: calc(100% + 5px);
        border-top: 1px solid #fff;
    }

    .pn-link {
        padding: 0px 0px;
        line-height: 100%;
    }

    .logo-mietb {
        display: none
    }

    .styleEmp .div-head {
        width: 100%;
        background: #fff;
    }

    .footer-col a {
        position: relative;
        float: left;
        width: calc(100% - 10px);
        color: #fff;
        font-size: 70%;
        margin: 0px 10px 5px 0px;
        line-height: 100%;
    }
}

@media only screen and (min-width: 761px) and (max-width: 1025px) and (orientation: landscape) {
    body,
    p,
    table,
    td,
    th,
    tr,
    ul,
    ol,
    textarea,
    input,
    h2,
    h1,
    h3 {
        font-size: 14px;
        line-height: 15px;
    }
	.content{
		margin-top:0;
	}
    .wrap {
        width: 900px;
    }

    .quabanner {
        margin-left: 0px;
        min-height: 0px;
        margin-top: -1%;
    }

    .newqua {
        width: calc(25% - 50px);
    }

        .newqua img {
            width: 20%;
        }

        .newqua h4 {
            width: calc(80% - 10px);
        }

        .newqua p {
            width: calc(100%);
        }

    .secayuda {
        margin-bottom: 50px;
    }

    .menupromo {
        display: block;
        margin-bottom: 50px;
    }

    .manupromo1 {
        display: none;
    }

    .links-head {
        width: 100%;
        height: auto;
        background: #214780;
        padding: 10px 0px 0px;
        float: left;
        left: -100%;
        overflow: initial !important;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.3)
    }

    .linktop:hover, .openmen, .ltpath {
        color: #fff;
    }

    .logo-head {
        position: relative;
        float: left;
        margin-left: 10px;
        height: 20px;
        padding: 10px;
    }

    .btn-ham {
        width: 20px;
        margin: 0px 20px;
        background-size: contain;
    }

    .parentchatpratech {
        z-index: 1000 !important;
    }

    .div-head {
        width: 100%;
    }

    .linktop {
        position: relative;
        float: left;
        width: calc(100% - 40px);
        line-height: 30px;
        text-align: left;
        padding: 0px 20px;
        color: #fff;
        font-size: 112%;
        border-bottom: 1px solid #fff;
    }

    .page-nav li a {
        position: relative;
        float: left;
        width: 100%;
        font-size: 90%;
        line-height: 30px;
        text-align: left;
        color: #214780;
        text-transform: uppercase;
    }

    .styleEmp .links-head {
        width: 100%;
    }

    .rpvl {
        display: block;
    }

    .meb-right {
        display: none;
        width: auto;
    }

    .mietbdiv {
        position: absolute;
        top: 35px;
        background: #fff;
        min-width: initial
    }

    .meb-left {
        position: relative;
        float: right;
        width: auto;
        height: 100%;
        padding: 20px 20px 0px 20px;
    }

    .newmietb-right {
        position: relative;
        float: left;
        width: calc(100% - 40px);
        height: 366px;
        border-radius: 0px;
        padding: 20px 20px;
    }

    .page-nav {
        width: 100%;
        margin-bottom: 6rem;
    }

        .page-nav li {
            position: relative;
            padding: 0px 30px 0px 15px;
            cursor: pointer;
            min-height: 30px;
            float: left;
            width: calc(100% - 45px);
            height: auto;
        }

    .sub-nav {
        position: relative;
        float: left;
        left: -15px;
        z-index: 12;
        width: calc(100% + 5px);
        border-top: 1px solid #fff;
    }

    .pn-link {
        padding: 0px 0px;
        line-height: 100%;
    }

    .logo-mietb {
        display: none
    }

    .styleEmp .div-head {
        width: 100%;
        background: #fff;
    }

    .footer-col a {
        position: relative;
        float: left;
        width: calc(100% - 10px);
        color: #fff;
        font-size: 70%;
        margin: 0px 10px 5px 0px;
        line-height: 100%;
    }
}


/*mobiles*/

@media only screen and (min-width: 0px) and (max-width: 760px) and (orientation: landscape) {
    body,
    p,
    table,
    td,
    th,
    tr,
    ul,
    ol,
    textarea,
    input,
    h2,
    h1,
    h3 {
        font-size: 12px;
        line-height: 15px;
    }

    .wrap {
        width: 560px;
    }

    .header {
        overflow-x: hidden;
    }

    .bigtitle {
        margin-bottom: 20px;
        font-size: 300%;
    }

    .effect2 {
        position: relative;
        float: left;
        width: 100%;
        margin-left: -50%;
        left: 50%;
        margin-bottom: 20px;
    }

    .redesbtn {
        margin-bottom: 0px;
    }

    .logo {
        top: 21px;
        width: 54%;
        margin-right: initial;
        left: 65%;
    }

    .credits {
        width: calc(100% - 20px);
        line-height: 100%;
        padding: 10px 10px;
        font-size: 107%;
    }

    .linksic {
        position: relative;
        width: 100%;
        float: right;
    }

    .mslong {
        margin-top: -7%;
    }

    .showcont img {
        margin: 40px 0px 10px;
    }

    .showcont h1 {
        font-size: 130%;
    }

    footer {
        height: initial;
    }

    .footer-col {
        position: relative;
        float: left;
        width: calc(100% - 40px);
        margin: 20px 20px 0px;
        padding: 0px 0px;
        border-right: 0px solid #898c8e;
        height: initial;
    }

        .footer-col h1 {
            margin-bottom: 10px;
        }

    .fl2 {
        position: relative;
        float: left;
        display: flex;
        right: initial;
        bottom: initial;
        width: calc(100% - 40px);
        margin: 20px 20px 40px;
    }

    .contact-head nav {
        margin-right: 0;
    }

    .telh {
        position: relative;
        float: right;
        font-size: 60%;
        line-height: 30px;
        margin-right: 0px;
        margin-left: 10px;
        font-weight: normal;
        color: #fff;
    }

    .menu-head {
        height: 40px;
    }

    .logo-head {
        position: relative;
        float: left;
        margin-left: 10px;
        height: 20px;
        padding: 10px;
    }

    .btn-ham {
        width: 20px;
        margin: 0px 20px;
        background-size: contain;
    }

    .links-head {
        width: 100%;
        height: auto;
        background: #214780;
        padding: 10px 0px 0px;
        float: left;
        left: -100%;
        overflow: initial !important;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.3)
    }

    .linktop:hover, .openmen, .ltpath {
        color: #fff;
    }

    header {
        height: 70px;
        overflow: hidden;
    }

    .parentchatpratech {
        z-index: 1000 !important;
    }

    .div-head {
        width: 100%;
    }

    .linktop {
        position: relative;
        float: left;
        width: calc(100% - 40px);
        line-height: 36px;
        text-align: left;
        padding: 0px 20px;
        color: #fff;
        font-size: 112%;
        border-bottom: 1px solid #fff;
    }

    .pnr {
        left: 0px;
        right: initial;
    }

    .page-nav li a {
        position: relative;
        float: left;
        width: 100%;
        font-size: 90%;
        line-height: 30px;
        text-align: left;
        color: #214780;
        text-transform: uppercase;
    }

    .rpvl {
        display: block;
    }

    .meb-left {
        display: none;
    }

    .mietbdiv {
        position: absolute;
        top: 35px;
        background: #fff;
    }

    .logo-mietb {
        display: none
    }

    .meb-right {
        position: relative;
        float: right;
        width: calc(100% - 40px);
        height: 100%;
        padding: 20px 20px 0px 20px;
    }

    .page-nav {
        width: 100%;
    }

        .page-nav li {
            position: relative;
            padding: 0px 30px 0px 15px;
            cursor: pointer;
            min-height: 30px;
            float: left;
            width: calc(100% - 45px);
            height: auto;
        }

    .sub-nav {
        position: relative;
        float: left;
        left: -15px;
        z-index: 12;
        width: calc(100% + 5px);
        border-top: 1px solid #fff;
    }
    /*.buyDcont {
        position: absolute;
		z-index: 9999;
        top: 3%;
        width: 100%;
        height: 45%;
        background: #fff;
        left: 0px;
        margin: 0px;
        padding: 0px;
    }*/

    .arrowar1 {
        margin-top: 80px;
        margin-bottom: 50px;
    }

        .arrowar1.rps {
            display: block;
        }

    .areaclickbn {
        position: absolute;
        z-index: 4;
        width: 100%;
        right: 0px;
        bottom: 0px;
        height: 200px;
    }

    .menupromo {
        display: none;
    }

    .manupromo1 {
        display: block;
    }
}
	.secgamerm {
		display: none;
	}

@media (max-width: 767px) {
	.wrap-sitemap {
	display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
	}
	
	.wrap-sitem {
	width: calc(79% - 2px) !important;
	}
	
	.tmp2 {
	min-height: 0;
    height: auto;
	}
	
	.titulosmaping2 li a {
	width: auto;
	font-size: 18px;
    margin-top: 10px;
	}
	
	.titulosmaping2 h4 {
	font-size: 17px;
	}
}
	
@media only screen and (min-width: 0px) and (max-width: 760px) and (orientation: portrait) {
    body,
    p,
    table,
    td,
    th,
    tr,
    ul,
    ol,
    textarea,
    input,
    h2,
    h1,
    h3 {
        font-size: 12px;
        line-height: 15px;
    }
	
	.secgamer {
		display:none;
	}
	.secgamerm {
		display: flex;
	}

    .wrap {
        width: 360px;
    }

    .header {
        overflow-x: hidden;
    }

    .bigtitle {
        margin-bottom: 20px;
        font-size: 300%;
    }

    .effect2 {
        position: relative;
        float: left;
        width: 100%;
        margin-left: -50%;
        left: 50%;
        margin-bottom: 20px;
    }

    .redesbtn {
        margin-bottom: 0px;
    }

    .logo {
        top: 21px;
        width: 54%;
        margin-right: initial;
        left: 65%;
    }

    .credits {
        width: calc(100% - 20px);
        line-height: 100%;
        padding: 10px 10px;
        font-size: 107%;
    }

    .linksic {
        position: relative;
        width: 100%;
        float: right;
    }

    .mslong {
        margin-top: -7%;
    }

    .showcont img {
        margin: 40px 0px 10px;
    }

    .showcont h1 {
        font-size: 130%;
    }

    footer {
        height: initial;
    }

    .footer-col {
        position: relative;
        float: left;
        width: calc(100% - 40px);
        margin: 20px 20px 0px;
        padding: 0px 0px;
        border-right: 0px solid #898c8e;
        height: initial;
    }

        .footer-col h1 {
            margin-bottom: 10px;
        }


    .fl2 {
        position: relative;
        float: right;
        display: block;
        right: initial;
        bottom: initial;
        width: auto;
        margin: 20px 20px 40px 50px;
    }

        .fl2 a {
            margin-right: 0px;
            margin-left: 20px;
        }

    .contact-head nav {
        margin-right: 0;
    }

    .telh {
        position: relative;
        float: right;
        font-size: 85%;
        line-height: 17px;
        margin-right: 0px;
        margin-left: 10px;
        font-weight: normal;
        color: #fff;
    }

    .navM {
        /* display: flex; */
        justify-content: space-between;
        width: 100%;
    }

    .menu-head {
        height: 40px;
    }

    .logo-head {
        position: relative;
        float: left;
        margin-left: 10px;
        height: 20px;
        padding: 10px;
    }

    .btn-ham {
        width: 20px;
        margin: 0px 20px;
        background-size: contain;
    }

    .links-head {
        width: 100%;
        height: auto;
        background: #214780;
        padding: 0px 0px 0px;
        float: left;
        right: -100%;
        overflow: initial !important;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.3)
    }

    /*Menu2022*/

    .nav-links {
        display: block;
        z-index:15;
    }

        .nav-links .nav-link {
            position: relative;
            float: left;
            width: 100%;
            color: #214780;
            padding: 12px 0px;
            max-width: initial;
            line-height: 100%;
            display: block;
            text-decoration: none;
            text-align: center;
            font-size: 0.8rem;
            cursor: pointer;
            border-bottom: 1px solid #d1d1d1;
        }

    .linknavlrp {
        display: block !important;
    }

    .linknavlrp2 {
        display: flex !important;
    }

    .linknavl {
        display: none !important;
    }

    .nav-links .nav-link:hover > .nav-sublinks {
        display: none;
        position: relative;
        float: left;
        right: 0;
        top: 10px;
        background: #fff;
    }

    .nav-sublinks .nav-sublinks-container {
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        display: block;
        width: calc(100% - 32px);
        padding: 8px 16px;
        border-top: 1px solid #214780;
    }

        .nav-links .col-1, .nav-links .col-2, .nav-links .col-3, .nav-links .col-4, .nav-links .col-5, .nav-links .col-6, .nav-links .col-7, .nav-links .col-8, .nav-links .col-9, .nav-links .col-10, .nav-links .col-11, .nav-links .col-12 {
            width: 100%;
        }

    .nav-links .container-nl {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .nav-links .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        justify-content: space-evenly;
        flex-flow:column;
    }

        .nav-sublinks .nav-sublinks-col-title-1 {
            display: flex;
            align-items: center;
            margin-bottom: 0px;
        }
            .nav-sublinks .nav-sublinks-col-title-1 a {
                text-decoration: underline #214780;
            }

        .nav-sublinks .nav-sublinks-col-title-1 img {
            width: 20px;
            margin-right: 4px;
        }

        .nav-sublinks .nav-sublinks-col-title-1 span, .nav-links .nav-sublinks .nav-sublinks-col-title-1 a {
            color: #214780;
            font-weight: 700;
            font-size: 16px;
            text-decoration: none;
            margin-top: 4px;
        }

    .nav-line-vertical { display:none;
    }

    .nav-sublinks .nav-sublinks-col-title-2 {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

    .nav-sublinks .nav-sublinks-col-title-2 img {
        width: 28px;
        margin-right: 5px;
        display: none;
    }

    .nav-sublinks .nav-sublinks-col-title-2 span {
        font-weight: 700;
        font-size: 0.875rem;
        text-decoration: none;
        margin-top: 4px;
    }

    .nav-sublinks .nav-sublink-vertical {
        display: flex;
        flex-direction: column;
        position:relative;
        float:left;
        width:100%;
        overflow:hidden;
        height:0px;
    }

        .nav-sublinks .nav-sublink-vertical a {
            text-decoration: none;
            text-transform: uppercase;
            font-size: 0.75rem;
            color: #214780;
            line-height: 18px;
            white-space: 4;
        }

            .nav-sublinks .nav-sublink-vertical a:hover {
                text-decoration: underline #214780;
            }

    .linktitle {
        position:relative;
        float:left;
        width:100%;
        line-height:100%;
        margin:4px 0px;
    }

    .permaver {
        height:auto !important;
    }

    .relative {
        border-bottom: 1px solid #d1d2d3;
        padding-bottom:4px;
    }
    /**/
    .linktop:hover, .openmen, .ltpath {
        color: #fff;
    }

    header {
        height: 115px;
        overflow: hidden;
        z-index:999;
    }

    .contact-head {
        height: 60px;
    }

    .parentchatpratech {
        z-index: 1000 !important;
    }

    .div-head {
        width: 100%;
    }

    .linktop {
        position: relative;
        float: left;
        width: 100%;
		line-height: 100%;
		text-align: left;
		padding: 5px 18px;
        color: #fff;
        font-size: 100%;
        border-bottom: none;
        text-align: center;
    }

    .linktoptwo {
        display: none;
    }

    .linktoptree {
        display: none;
    }

    .linkt {
        display: block;
        position: relative;
        float: right;
        color: #214780;
        line-height: 40px;
        margin: 0px 10px;
    }

    .sitepruebas {
        display: none;
    }

    .pnr {
        left: 0px;
        right: initial;
    }

    .page-nav li a {
        position: relative;
        float: left;
        width: 100%;
        font-size: 90%;
        line-height: 30px;
        text-align: left;
        color: #214780;
        text-transform: uppercase;
    }

    .styleEmp .links-head {
        width: 100%;
    }

    .rpvl {
        display: block;
    }

    .meb-right {
        display: none;
        width: auto;
    }

    .mietbdiv {
        position: absolute;
        top: 35px;
        background: #fff;
        min-width: initial
    }

    .meb-left {
        position: relative;
        float: right;
        width: auto;
        height: 100%;
        padding: 20px 20px 0px 20px;
    }

    .newmietb-right {
        position: relative;
        float: left;
        width: calc(100% - 40px);
        height: 366px;
        border-radius: 0px;
        padding: 20px 20px;
    }

    .page-nav {
        width: 100%;
        margin-bottom: 6rem;
    }

        .page-nav li {
            position: relative;
            padding: 0px 30px 0px 15px;
            cursor: pointer;
            min-height: 30px;
            float: left;
            width: calc(100% - 45px);
            height: auto;
        }

    .sub-nav {
        position: relative;
        float: left;
        left: -15px;
        z-index: 12;
        width: calc(100% + 5px);
        border-top: 1px solid #fff;
    }

    .pn-link {
        padding: 0px 0px;
        line-height: 100%;
    }

    .logo-mietb {
        display: none
    }

    /* .buyDcont {
        position: absolute;
        top: 3%;
        width: 100%;
        height: 45%;
        background: #fff;
        left: 0px;
        margin: 0px;
        padding: 0px;
    } */

    .arrowar1 {
        margin-top: 80px;
        margin-bottom: 50px;
    }

        .arrowar1.rps {
            display: block;
        }

    .areaclickbn {
        position: absolute;
        z-index: 4;
        width: 100%;
        right: 0px;
        bottom: 0px;
        height: 200px;
    }

    .menupromo {
        display: none;
    }

    .manupromo1 {
        display: block;
    }

    .govco img {
        margin-right: 0px !important;
    }

    .contact-head {
        position: relative;
        float: left;
        width: calc(100% - 40px);
        height: 80px;
        padding: 0px 20px;
        background: #214780;
        overflow: hidden;
    }

        .contact-head nav {
            position: relative;
            float: right;
            display: flex;
            justify-content: space-between;
            /* margin-right: 20px; */
        }

            .contact-head nav a {
                position: relative;
                float: left;
                margin: 2px 1px 0px 0px;
                color: #fff;
                font-size: 70%;
                text-decoration: underline;
                line-height: 24px;
            }

                .contact-head nav a img {
                    position: relative;
                    float: left;
                    margin: 0px 5px 0px 0px;
                }

    .notemp-ch {
        margin-left: 30px;
    }
}

/*Cookies*/
#barra-informativa {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    z-index: 99999;
    padding: 6px;
}

.inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 5px;
    font-size: 0.95em;
    top: 30%;
}

.inner a.info {
    padding-left: 5px;
    text-decoration: underline !important;
    color: #fff;
    font-size: 0.90em;
    font-weight: bold;
}

.inner a.ok {
    margin-top: 10px;
    padding: 0px;
    min-width: 0px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 7px;
    padding-right: 7px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: none;
    font-size: 0.90em !important;
    background: #214780;
}

/* #plan-trio > div.contentPlanes > div.barras-adi.bradisp.bar-33 > ul > div{
    height: auto !important;
} */
#plan-trio .slick-list, #plan-total .slick-list {
    height: auto !important;
}
.luzAncla {
    position: absolute !important;
    width: 40% !important;
    top: -40px;
    left: 20px;
}
@media (max-width: 768px) {
    .luzAncla {
        position: absolute !important;
        width: 30% !important;
        top: -20px;
        left: 0px;
    }
}