﻿:root {
    --primary_100: #064350;
    --primary_50: #086378;
    --primary_2: #E4EDEF;
    --linear-gradient-background: linear-gradient(180deg, #064350, #086378);
    --gray-00: #FCFCFC;
    --gray-20: #E7EBED;
    --INS-Primary-Dim: #042C34;
    --gray-30: #E0E3E4;
    --gray-85: #1B1D1F;
    --green-10: #b8d230;
    --bg-gray: #E4EDEF;
    --border-gray: #D6D6D6;
    --gray-transparent-25: rgba(226, 226, 226, 0.2);
    --gray-transparent-55: #DCDFE2;
    --gray-transparent-05: #F7F7F7;
}


a.btn-insEnlinea {
    display: none;
}

.dropend .dropdown-toggle::after {
    border-top: 0.4em solid transparent;
    border-bottom: 0.4em solid transparent;
    border-left: 0.4em solid;
    vertical-align: 0px !important;
}

.dropdown-toggle::after {
    color: var(--gray-00) !important;
    margin-left: 10px !important;
    vertical-align: 2px !important;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}


.colorful-container {
    z-index: 9999;
    position: sticky;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%; /* Ajusta segï¿½n sea necesario */
    padding: 5px 0; /* Espacio para la separaciï¿½n */
    background: rgba(227, 238, 241, 1);
    top: 80px;
}

.color-block {
    height: 8px;
    border-radius: 8px;
    margin: 0 5px;
}

.green-light {
    background: rgba(186, 212, 49, 1);
    width: 59px;
}

.orange {
    background: rgba(244, 144, 32, 1);
    width: 85px;
}

.yellow {
    background: rgba(255, 205, 52, 1);
    width: 24px;
}

.green-dark {
    background: rgba(0, 174, 139, 1);
    width: 254px;
}


.nav-link {
    color: var(--gray-20) !important
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #1B1D1F !important;
    background-color: var(--gray-20) !important;
    border-bottom: 3px solid var(--primary_50);
    font-weight: 600;
}

.nav-tabs .nav-link {
    background: #FFFFFF !important;
    color: #086378 !important;
    border-bottom: 3px solid var(--bg-gray);
    font-weight: 600;
    line-height: 125%;
    padding: 16px;
    height: 52px;
}

    .nav-tabs .nav-link:hover {
        color: var(--primary_50) !important;
        background: var(--primary_2) !important;
    }

.dropdown-menu {
    padding: 0 !important;
    min-width: 17rem !important;
    background-color: var(--primary_100);
}

    .dropdown-menu li a {
        color: var(--gray-20);
        padding: 20px;
        border-bottom: .5px solid var(--gray-20);
    }

.btn-marchamo-mob {
    display: none;
}

#group-search {
    display: none;
    margin: 0 0 0 auto
}

img.logoFoot {
    max-width: 250px
}


.copu01, footer ul a {
    color: var(--gray-20);
}

.logo-site .icon-mob, header.header-menu .content-shortcut, section.foot2 {
    display: none
}

.dropdown-item {
    white-space: nowrap;
}

.dropdown-item-pre-login {
    white-space: nowrap;
    color: #E7EBED !important;
}

.dropdown-item:hover {
    font-weight: 700
}



.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--green-10) !important;
    color: #147ea5 !important
}

.dropdown-item-pre-login:focus, .dropdown-item-pre-login:hover {
    text-decoration: underline !important;
}

.buttons-header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap
}


.btn-marchamo {
    border: 2px solid rgba(226, 226, 226, 0.2);
    border-radius: 28px;
    background: var(--gray-transparent-25);
    color: white;
    padding: 6px 10px;
    width: max-content;
    text-align: center;
}




.btn-marchamo-mob {
    border: 2px solid rgba(226, 226, 226, 0.2);
    border-radius: 28px;
    background: var(--gray-transparent-25);
    color: white;
    padding: 6px 10px;
    width: max-content;
    text-align: center;
    margin: 10px auto 10px auto;
}

@media (max-width:1360px) {
    .nav-item {
        margin-left: 0% !important;
        font-size: 13px;
    }
}

@media (max-width:1190px) {
    .logo-site .icon-mob {
        display: block;
        width: 100px !important;
        height: auto !important;
        margin: 0 !important;
    }

    .logo-site .icon-web {
        display: none
    }
}

@media (max-width:991px) {

    a.btn-insEnlinea {
        display: block;
    }

        a.btn-insEnlinea div {
            width: 80%;
            margin: 0 auto;
            max-width: 250px;
        }

    .buttons-header {
        width: 100%
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    button.navbar-toggler {
        border: 2px solid;
        border-radius: 50px;
        width: 50px;
        height: 50px;
        font-size: 15px;
        background: var(--gray-transparent-25);
        border: 2px solid rgba(226, 226, 226, 0.2);
    }

    .content-shortcut.web {
        display: none !important
    }

    .btn-marchamo-mob {
        display: block !important;
    }

    header.header-menu .navbar-nav {
        width: 95%;
        margin: 7px auto;
        background-color: rgba(9, 22, 77, 0.1411764706);
        padding: 1%;
        border-radius: 0px;
    }

        header.header-menu .navbar-nav li.nav-item {
            text-align: left;
            border-bottom: 1px solid #fff;
            max-width: 100% !important;
            margin: 5px
        }

            header.header-menu .navbar-nav li.nav-item a.nav-link {
                margin-left: 10px
            }
}


.copu01, footer ul a, header.header-menu a {
    text-decoration: none
}

#footer {
    color: var(--gray-20);
}

.footer-pre-login {
    color:#042C34 !important;
}

/*Footer pre-login*/

.footer-column li.btn-action a {
    color: #086378 !important;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Open Sans" !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.copyright{
    margin-bottom: 32px;
}

/*Footer home*/
.footer-column-home li.btn-action a {
    color: #086378 !important;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Open Sans" !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

/*Footer plan de lealtad*/
.footer-column-pl li.btn-action a {
    color: #086378 !important;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Open Sans" !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}



#footer footer {
    /*background: var(--linear-gradient-background);*/
    padding: 32px;
    text-align: center
}

    #footer footer .logo img {
        width: 300px;
        height: 100px;
    }

    /*Footer pre-login*/

    #footer footer .footer-column {
        width: 100%;
        vertical-align: top;
        padding: 10px;
        text-align: center;
    }

        #footer footer .footer-column h3 {
            font-size: 18px
        }

            #footer footer .footer-column h3:hover {
                color: var(--green-10);
            }

        #footer footer .footer-column ul {
            list-style: none;
            padding: 0
        }

            #footer footer .footer-column ul li {
                margin: 5px 0
            }

        #footer footer .footer-column img {
            width: 72.893px;
            margin-right: 24px;
        }

        #footer footer .footer-column a:hover {
            color: var(--green-10);
        }

        #footer footer .footer-column img.store {
            width: 150px !important
        }
.cont-logo-ins {
    margin-bottom: 10px;
    margin-left: 22px;
}

#btnAsesorINS:hover {
    background: #042C34 !important;
    color: #FCFCFC !important;
    border: 1px solid #FCFCFC !important;
}

#btnRTVirt:hover {
    background: #042C34 !important;
    color: #FCFCFC !important;
    border: 1px solid #FCFCFC !important;
}

#btnDownApp:hover {
    background: rgba(220, 223, 226, 0.50) !important;
    color: #FCFCFC !important;
    border: 1px solid #FCFCFC !important;
}

#bntcancont:hover {
    background: #042C34 !important;
    color: #FCFCFC !important;
    border: 1px solid #FCFCFC !important;
}

.copyright-container {
    margin-bottom: 32px;
}

#btnseg:hover {
    background: #042C34 !important;
    color: #FCFCFC !important;
    border: 1px solid #FCFCFC !important;
}

#btnTerYCond {
    background: rgba(252, 252, 252, 0.03) !important;
    border: 1px solid transparent;
}

    #btnTerYCond:hover,
    #btnGobierno:hover,
    #btnCanal:hover {
        background: #042C34 !important;
        color: #FCFCFC !important;
        border: 1px solid #FCFCFC !important;
    }

.btn-floating:hover {
    background: rgba(220, 223, 226, 0.50);
    color: #FCFCFC !important;
    border: 1px solid rgba(226, 226, 226, 0.20);
}

#imgInsMov {
    width: 16px !important;
    height: 16px !important;
    margin-right: 0px !important;
    align-items: center !important;
    margin-bottom: 2px;
}

/*Footer home*/

.footer-home {
    display: inline-flex;
    width: 100%;
}



.footer-column-soc-med {
    display: inline-flex;
    padding-left: 7%;
}

#footer footer .footer-column-home {
    display: inline-flex;
    padding-right: 64px;
    text-align: left;
    align-items: center;
    vertical-align: middle;
}

    #footer footer .footer-column-home p {
        padding-right: 24px;
    }

.footer-tyc{
    padding-left: 5%;
}

    #footer footer .footer-column-home h3 {
        font-size: 18px
    }

        #footer footer .footer-column-home h3:hover {
            color: var(--green-10);
        }

    #footer footer .footer-column-home ul {
        list-style: none;
        padding: 0
    }

        #footer footer .footer-column-home ul li {
            margin: 5px 0
        }

    #footer footer .footer-column-home img {
        width: 72.893px;
        margin-right: 24px;
    }

    #footer footer .footer-column-home img.store {
        width: 150px !important
    }

.footer-column {
    display: inline-flex;
}

@media (max-width:1250px) {
    .footer-column {
        display: inline-block;
        justify-items: center;
    }
}

/*Footer plan de lealtad*/
#footer footer .footer-column-pl {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    text-align: left;
}

    #footer footer .footer-column-pl h3 {
        font-size: 18px
    }

        #footer footer .footer-column-pl h3:hover {
            color: var(--green-10);
        }

    #footer footer .footer-column-pl ul {
        list-style: none;
        padding: 0
    }

        #footer footer .footer-column-pl ul li {
            margin: 5px 0
        }

    #footer footer .footer-column-pl img {
        width: 72.893px;
        margin-right: 24px;
    }

    #footer footer .footer-column-pl a:hover {
        color: var(--green-10) !important;
    }

    #footer footer .footer-column-pl img.store {
        width: 150px !important
    }


#footer footer hr {
    width: 70%;
    margin: 0 auto
}

#footer footer .user-data ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px
}

#footer .copyright {
    background-color: var(--INS-Primary-Dim)
}

#footer .copyright-home {
    background-color: var(--primary_100);
}

#footer .copyright .copyright-items {
    display: flex;
    align-items: center;
    padding: 6px;
    color: #959899 !important;
    justify-content: center;
}

#footer .copyright-home .copyright-items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 6px;
}

footer .btn-floating {
    border-radius: 50% !important; /*redondeado del borde*/
    height: 32px; /*alto y ancho iguales*/
    width: 32px;
    display: flex; /*centrar iconos*/
    align-items: center; /*centrar iconos*/
    justify-content: center; /*centrar iconos*/
    font-size: 14px !important; /*tamaño del icono*/
}

.vl {
    border-left: 2px solid #959899;
    height: 30px;
    padding-right: 24px;
}

.copyright {
    text-align: right;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    color: #6A6A6A;
    width: 100%;
}

.copyright-home {
    text-align: right;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    color: #6A6A6A;
    width: 100%;
}

.accordion-item {
    margin: 2px 0;
    background-color: transparent !important;
    border: 1px solid rgba(0,0,0,.125)
}

#footer .user-data a {
    color: #FCFCFC;
    text-decoration: none;
}

.footer-pl {
    background-color: #E4EDEF !important;
}

.copyright-home .user-data a {
    color: #6A6A6A !important;
    text-decoration: none !important;
}

.user-data {
    display: flex;
}

.user-data a {
    width: auto !important;
    margin-right: 15px;
}

@media (max-width:700px) {

    #footer .btn-group {
        width: 100%;
    }

    #footer .insurance-options {
        grid-template-columns: repeat(1,2fr);
        text-align: center;
        gap: 10px
    }

        #footer .insurance-options .marchamo-items {
            grid-template-columns: repeat(1,2fr);
            width: 90%;
            margin: 0 auto
        }

    #footer .footer-column {
        padding: 0
    }

        #footer .footer-column ul {
            display: none
        }

            #footer .footer-column ul.open {
                display: block
            }

        #footer .footer-column h3 {
            font-size: 18px;
            height: 100%;
            width: 100%;
            padding: 10px;
            border-bottom: 1px solid #fff
        }

            #footer .footer-column h3:hover {
                background-color: var(--green-10)
            }

    #footer .footer-column-home {
        padding: 0
    }

        #footer .footer-column-home ul {
            display: none
        }

            #footer .footer-column-home ul.open {
                display: block
            }

        #footer .footer-column-home h3 {
            font-size: 18px;
            height: 100%;
            width: 100%;
            padding: 10px;
            border-bottom: 1px solid #fff
        }

            #footer .footer-column-home h3:hover {
                background-color: var(--green-10)
            }
    .cont-logo-ins {
        justify-content: center !important;
    }
}

@media(max-width:800px){
    .container-footer-home {
        display: flex;
        flex-direction: column;
    }
    #footer footer .footer-column-home {
        padding-right: 0px !important;
    }
    .box-1 {
        order: 1;
        justify-content: center;
        padding-left: 5% !important;
        padding-bottom: 16px !important;
    }
    .box-2 {
        order: 3;
        display: block !important;
        width: 100%;
    }
    .box-2 p{
        padding-right: 0px !important;
        padding-left: 21% ;
        padding-bottom: 16px;
    }
    .box-3{
        order:2;
        padding-bottom: 16px;
        padding-left: 0px !important;
    }
}

@media (max-width:600px) {
    .dropdown-item {
        white-space: normal;
    }
    .dropdown-item-pre-login {
        white-space: normal;
    }
}

@media (max-width:600px) {
    #footer footer .user-data ul {
        flex-direction: column;
        align-items: stretch
    }

    .footer-home footer .user-data ul {
        flex-direction: column;
        align-items: stretch
    }

    .vl {
        display: none !important;
    }

    #footer .copyright-items {
        flex-direction: column-reverse;
        padding: 10px
    }

        #footer .copyright-items div {
            margin: 10px
        }

    .footer-home .copyright-items {
        flex-direction: column-reverse;
        padding: 10px
    }

        .footer-home .copyright-items div {
            margin: 10px
        }


    .nav-tabs .nav-link {
        background: #F2F2F2 !important;
        border-bottom: none;
        height: 38px;
        padding: 0px;
    }

    .nav-tabs .nav-link.active {
        background-color: #A4ECB6 !important;
        border-radius: 8px;
    }
}
