* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
}


/*/////////////////////////////////////////////////
Basics ___________________________________________*/

  .container {

    max-width: 1280px;

}

/*/////////////////////////////////////////////////
Header ___________________________________________*/

/* ///////////////// Header 1 - Logos ///////////////// */


.content1 {

    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;

}

.logoPrincipalGI {

    max-width: 290px;
    height: auto;

}

.selectMenu {

    max-width: 110px;
    border: none;

}

.search_btn {

    background-color: transparent;
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 4px;
    border: 1px rgb(0, 145, 65) solid;

}

.info2head {

    justify-content: center;

}

.search_control {

    border: none;
    border-bottom: 1px solid rgb(0, 145, 65);

}

.logo_kal {

    max-width: 70px;

}

/* ///////////////// Header 1 - Logos ///////////////// */

/* ///////////////// Header 2 - Menu ///////////////// */

.navbar {

    padding: 0;

}

.navbar-colorp {

    background-color: rgb(0, 145, 65);
    color: white;
    margin: 0 auto;

}

.navbar-colorp a {

    color: white;
    padding: 12px 0;

}


.dropdown-item-pers {
    display: block !important;
    width: 100% !important;
    padding: .25rem 1.5rem !important;
    clear: both !important;
    font-weight: 400 !important;
    color: #212529 !important;
    text-align: inherit !important;
    white-space: nowrap !important;
    background-color: transparent !important;
    border: 0 !important;
}

.dropdown-menu a:hover  {
    color: #16181b !important;
    text-decoration: none !important;
    background-color: #f8f9fa !important;
}


 .navbar-toggler {
    border: 0;
    border-radius: .25rem;
    margin: 10px auto;
}

.inicioMenu {

    background-color: rgb(5, 119, 5);
    padding: 0 20px;

}

/* ///////////////// Header 2 - Menu ///////////////// */

/*/////////////////////////////////////////////////
Content ___________________________________________*/

/* ///////////////// Content1 - inicio ///////////////// */

body {
    background: linear-gradient(135deg, rgba(0, 174, 139, 0.15), rgba(186, 212, 49, 0.1), rgba(255, 255, 255, 0.5), rgba(244, 144, 32, 0.10), rgba(0, 174, 139, 0.15));
}

.bg-inicio {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    display: flex;
    align-items: initial;
    position: relative;
}


.LetrasMenuInicio {
    color: #064350;
    font-weight: 700;
    font-size: 21px;
    line-height: 34px;
    font-family: "Open Sans";
    font-feature-settings: 'liga' off, 'clig' off;
}

.redondeoBotonesLogin {
    border-radius: 28px !important;
}


.btn-link {
    color: #086378 !important;
    text-align: right !important;
    font-feature-settings: 'liga' off, 'clig' off !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 22px !important; /* 129.412% */
    text-decoration:none;
}


.btn-outline-primary {
    --bs-btn-color: #086378 !important;
    --bs-btn-border-color: #086378 !important;
    --bs-btn-hover-bg: #BAD431 !important;
}


.formulario {

    background-color: rgba(255, 255, 255, 0.877);
    border-radius: 8px;
    text-align: center;
    padding: 28px 39px;
    max-width: 100%;
    margin: 0;
}


.LargoEstatico
{
    height:410px;
}

/*le cae encima al max del header que viene de umbraco*/
header.header-menu {
    max-width: none !important;
}



.logoInsenLinea {
    max-width: 240px;
    padding-top: 30px;
}

.int-inicio {

    margin: 10px 0;
    padding: 25px 10px;
    border: rgb(207, 207, 207) 1px solid;
    background-color: transparent;

}

.int-inicio::placeholder {

    color: rgb(185, 185, 185);
    font-size: 12px;

}

.int-inicio:hover,
.int-inicio:focus {

    background-color: rgba(255, 255, 255, 0.527);
    border: rgb(0, 165, 107) 1px solid;
    box-shadow: inset rgba(0, 136, 88, 0.26) 1px 1px 1px;

}

.btn-inicio {

    border: rgb(0, 165, 107) 1px solid;
    border-radius: 7px;
    font-size: 12px;
    color: rgb(0, 165, 107);
    background-color: transparent;
    padding: 11px 49px;
    margin-top: 22px;

}

.text-iniciar {

    color: rgb(137, 197, 46);
    text-decoration: none;
    font-size: 16px;

}

.text-iniciar:hover {
    color: rgb(137, 197, 46);
    text-decoration: none;
    font-size: 19px;
}

.cmodreg {
    text-align: center;
    min-height: auto;
    padding-bottom: 32px;
    /* padding: 40px;*/
}

.cmodreg span {
    display: block;
    margin-bottom: 20px;
}

.cmodreg a{
    text-decoration: none;
    color: green;
}

.img_regis {

    max-width: 50%;

}


/* ///////////////// Content2 - call to action ///////////////// */

.contenedor_interactivo2 {

    background-color: rgb(34, 34, 34);
    color: white;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    display: flex;

}

.contenedor_interactivo2 span {
    float: left;
}

.int2 {

   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   flex-wrap: wrap;

}

.btn_Action {

    color: yellowgreen;
    border: 1px solid yellowgreen;
    border-radius: 9px;
    text-decoration: none;
    padding: 10px 70px;
    float: right;
    margin-top: 10px;

}

/*/////////////////////////////////////////////////
Footer ___________________________________________*/

/* ///////////////// Foot1-Carbono Neutral ///////////////// */

.logoCN {

    width: 100%;
    max-width: 300px;
    margin-right: 10px;

}

.cn_foot {

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}

.resalt_cn {

    color: rgb(151, 209, 43);
    font-weight: bold;

}

/* ///////////////// Foot2 - Menu ///////////////// */

.menu_foot {

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;

}

.btn-group_reg {

    width: 100%;

}

.btn_menufoot1 {

    background-color: #fafafa;
    color: grey;
    text-align: center;
    font-size: 12px;
    border: none;
    border-radius: 8px;
    width: 100%;
    padding: 10px 0px;
    margin: 4px 0px

}

.btn_menufoot1 a {

    text-decoration: none;
    color: grey;
    font-size: 12px;

}

.btn_menufoot2 {

    background-color: rgb(0, 165, 107);

}

.btn_menufoot2 a {

    color: white;

}

/* ///////////////// Foot3 - Contactos ///////////////// */

.contactZ {

    text-align: center;
    flex-direction: column;

}

.contactZ a img {
    max-height: 52px;
}

.contactZ a {

    align-self: flex-start;

}

/* ///////////////// Foot4 - texto informativo ///////////////// */

.texto_foot {

    text-align: center;
    font-size: 10px;
    color: rgb(194, 194, 194);
    line-height: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;

}

.texto_foot h6 {

    color: rgb(0, 145, 65);

}

/* ///////////////// Foot5 - end ///////////////// */

.footer_end {

    background-color: rgb(0, 145, 65);
    color: white;
    padding: 8px 0;
    margin: 0;
    font-size: 12px;

}

.footer_end dl, ol, ul, p {
    margin: 0;
}

.footend2 {

    background-color: rgb(247, 247, 247);
    padding: 10px;
    font-size: 12px;
    text-align: center;

}

.footend2 dl, ol, ul, p {
    margin: 0;
}

.cotfoot {

    background-color: rgb(0, 165, 107);
    color: rgb(255, 255, 255) ;
    border-radius: 8px;
    font-size: 12px;
    padding: 10px 20px;
    margin-left: 20px;
    margin-top: 10px;
    display: inline-block;

}

.logokalfoot {

    max-width: 110px;
    margin-top: 5px;

}

.logoGIfoot {

    max-width: 140px;
    padding: 18px 0;

}

.rsfoot {
    color: white;
}

.rsfoot:hover {
    color: white;
}

.siguenos {
    display: none;
}


.nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--primary_50);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    position: relative;
}

@media screen and (min-width:500px){

    .formulario {
        max-width: 80%;
        min-width: 200px;
    }

    .bg-inicio {
        align-items: flex-end;
        height: auto;
        min-height: 500px;
    }

    .navbar-toggler {
        border: none;
        border-radius: .25rem;
        margin: 4px auto;
    }

}

@media screen and (min-width: 720px) {

    .bg-inicio {
        min-height: 600px;
    }

    .formulario {
            margin-right: 50px;
            margin-bottom: 220px;
            max-width: 80%;
            min-width: 380px;
        }

        .info2head {

            justify-content: flex-end;
        
        }

        .contenedor_interactivo2 {

            display: flex;
            flex-direction: row;

        }

        .int2 {
            
            justify-content: space-between;
        }

        .btn_Action {
            margin-top: 0;
            margin-left: 20px;
        }

        /* ///////////////// Foot1-Carbono Neutral ///////////////// */
    
    .content1 {

        text-align: left;

    }

    .logoCN {

        width: 100%;
        max-width: 300px;
        margin-right: 10px;
        margin-bottom: 20px;

    }

    .cn_foot {

        padding-top: 20px;
        display: flex;
        flex-direction: row;

    }

    .resalt_cn {

        color: rgb(151, 209, 43);
        font-weight: bold;

    }

    .cotfoot:hover {

        color: rgb(176, 199, 91) ;
        text-decoration: none;

    }

        /* ///////////////// Foot2 - Menu ///////////////// */

    .menu_foot {

        display: flex;
        flex-direction: row;
        flex-grow: 1;
        flex-wrap: wrap;

    }

    .btn_menufoot1 {

        background-color: #fafafa;
        color: grey;
        text-align: center;
        font-size: 12px;
        border: none;
        border-radius: 8px;
        min-width: 290px;
        max-width: 440px;
        flex-grow: 1;
        width: 20%;
        padding: 10px 0px;
        margin: 2px 0px

    }

    .btn_menufoot2 {

        background-color: rgb(0, 165, 107);

    }

    .btn_menufoot2 a {

        color: white;

    }

    .btn-group_reg {

        width: auto;
        flex-grow: 1;

    }

    /* ///////////////// Foot3 - Contactos ///////////////// */

    .contactZ {

        text-align: center;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contactZ img {

        max-height: 68px;

    }

    .logoGIfoot {
        padding: 9px 0;
    }

    .cotfoot {

        margin-top: 0;

    }

}

@media screen and (min-width:890px) {
    .siguenos {
        display: initial;
    }
}

@media screen and (min-width:0\0) { 
    /* Tus estilos CSS para IE9, IE10, IE11  */
    
    .formulario {

        margin-top: 20%;

    }

    .int-inicio {

        padding: 0 16px;

    }

    .form-control {

        height: calc(1.5em + .75rem + 16px);

    }

}




.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.btnDefault{
    padding: 6px 40px;
    border: 1px solid rgb(140,200, 65);
    color: rgb(140,200, 65);
    text-decoration: none;
    border-radius: 8px;
    display: inline-block;
    background-color: white;
    font-size: 14px;
}

/*Estilos del Certificado*/

.modalBackground {
    z-index: 100 !important;
    background-color: #000000;
    background-color: rgba(0,0,0,0.25);
}


.contenedor {
    vertical-align: middle;
    float: left;
    position: relative;
    height: auto;
    width: 95%;
}


.centrar {
    text-align: center;
}

.controles {
    text-align: left;
    padding-left: 15px;
    float: left;
    position: relative;
    margin-top: 15px;
    padding-right: 15px;
    width: 320px;
}


.controlesBoton {
    width: 350px;
    float: left;
    position: relative;
    text-align: center;
}


.copyright {
    text-align: right;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    color: #6A6A6A;
    width: 100%;
}

#footer {
    padding-top: 0px !important;
}

.copyrightB {
    width: 350px;
    min-height: 17px;
    float: left;
    font-size: 9px;
    color: #6A6A6A;
    font-family: 'Open Sans';
    text-align: center;
}
/*FIN Estilos del Certificado*/
.fondo{
    background-color: #fff;
}
.align-leftdivpnCertificado{
    text-align: left;
    margin-left: 15px;
    font-size: 12px;
}

.align-rightdivpnOlvidoContrasenna{
    text-align: right;
    margin-left: 56px;
    font-size: 12px;
}

.lblError {
    text-align: center;
    color:red;
}

.boxBorderBlue {
    box-sizing: border-box;
    position: relative;
    width: 80%;
    height: 670px;
    border-radius: 10px;
    border: 3px solid #165C84;
}


.lblColorOC {
    color: #0480A9;
    text-decoration: none;
}

.lineaDivision {
    width: 95%;
    height: 0px;
    border: 1px solid #154F7C;
}

.bgtrasparenteLogin {
    background-image: url("../../images/LoginPrincipal/FondoInicioNuevo.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 650px;
}

.rectanguloSepara 
{
    width: 0.5%;
    background: #FFFFFF;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    padding-left: 0;
    padding-right: 0;
}

.MenuCertificaciones {
    background-color: #3896B9;
    color: white;
    text-align: center;
    font-family: 'Open Sans';
    font-style: normal;
}

.SubMenuCertificaciones {
    text-align: center;
    font-family: 'Open Sans';
    font-style: normal;
    color: #545454;
}
.cont-certificaciones * {
    font-family: 'Open Sans';
}


#footer footer .logo img {
    content: url("../../images/LoginPrincipal/Logo100Blanco.svg") !important;
    margin-bottom: 10px !important;
}

header.header-menu {
    z-index: 9 !important;
}

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; /* 133.333% */
}

dropdown-toggle{
    color: #FCFCFC !important;
}

.form-label {
    margin-bottom: .6rem !important;
}

.letraEstandar{
    font-size: 16px !important;
}

.toggleEyeInicio {
    border: 1px solid #ACB0B2;
    border-left: none;
}

.toggleEyeInicio:hover {
    background-color:  #E4EDEF;
    border-color: #ACB0B2;
}

.btn-close-account {
    padding: calc(var(--bs-modal-header-padding-y)* .5) calc(var(--bs-modal-header-padding-x)* .5);
    margin: calc(-.5* var(--bs-modal-header-padding-y)) calc(-.5* var(--bs-modal-header-padding-x)) calc(-.5* var(--bs-modal-header-padding-y)) auto;
}

.title-modal {
    color: #064350;
    font-weight: bold;
    font-size: 28px !important;
}

.pnl-login {
    border-radius: var(--Spacing-16px, 16px);
    border: 1px solid var(--Gray-30, #E0E3E4);
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 32px;
    z-index: 1;
    margin-bottom: 90px;
    max-width: 585px;
}

#pnl-layer {
    background-image: url("../../images/LoginPrincipal/login_layer.svg");
    height: 100px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-repeat: repeat-x;
    background-size: auto 100%;
    margin-bottom: 2px;
    animation: scrollBackground 50s linear infinite;
}

.color-lines {
    padding: 16px 0;
    margin-top: 0 !important;
}

.color-lines div {
    height: 5px !important;
}

.cont-radio {
    display: flex;
    align-items: center;
    color: var(--INS-Primary-50, #086378);
    font-weight: 600;
    line-height: 125%;
}

span.radio-button {
    display: inline-flex;
}

span.radio-button input {
  appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 2px solid var(--INS-Primary-50, #086378);
  border-radius: 50%;
  background-color: white;
  margin-right: 8px;
  position: relative;
  transition: border-color 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.radio-button input:checked {
    border-color: var(--INS-Primary-50, #086378);
    background-color: #BAD431CC;
}

span.radio-button input:checked::before {
    content: '';
    width: 7px;
    height: 7px;
    background: var(--INS-Primary-50, #086378);
    border-radius: 50%;
}

div#nav-tabContent input[type=text],
div#nav-tabContent input[type=password] {
    height: 44px;
    border: 1px solid #ACB0B2;
}

div#nav-tabContent input[type=password],
#cphPrincipal_ctlLoginUserPass_txtPassword {
    border-right: none;
    border-radius: 8px 0px 0px 8px !important;
}

div#nav-tabContent input[type=text]::placeholder,
div#nav-tabContent input[type=password]::placeholder,
div#nav-tabContent input[type=text]::-webkit-input-placeholder,
div#nav-tabContent input[type=text]:-moz-placeholder,
div#nav-tabContent input[type=text]::-moz-placeholder,
div#nav-tabContent input[type=text]:-ms-input-placeholder,
div#nav-tabContent input[type=password]::-webkit-input-placeholder,
div#nav-tabContent input[type=password]:-moz-placeholder,
div#nav-tabContent input[type=password]::-moz-placeholder,
div#nav-tabContent input[type=password]:-ms-input-placeholder{
    font-size: 14px;
}

div#nav-tab {
    margin-bottom: 32px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
}

.btn-alt {
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pnl-login .btn-secondary:hover {
    color: #086378 !important;
}


/* HEADER - MENU */
.menu-header {
    display: inline-flex;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: transparent;
    max-width: 1280px;
}

.menu-header img {
    display: flex;
    height: 22px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    flex-shrink: 0;
 }


#superMenu > #menu-content {
    gap: 2rem;
    position: absolute;
    width: 100%;
    z-index: 2;
    background: var(--Gray-00, #FCFCFC);
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.10);
    text-align: left;
}

#menu-content .color-lines div
{
    border-radius: 0;
    height: 2px !important;
}

.section-menu {
    border-bottom: 1px solid var(--Gray-35, #D6D6D6);
}

li.nav-item {
    margin-left: 32px;
}

.nav-header-link {
    color: var(--INS-Primary-50, #086378) !important;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    border-radius: 28px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.nav-header-link.active,
.nav-header-link:hover{
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 28px;
    background: var(--INS-Primary-2, #E4EDEF) !important;
    color: var(--INS-Primary-50, #086378) !important;
    font-feature-settings: 'liga' off, 'clig' off;

    /* iOS/Subheadline/Emphasized */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 17.5px */
}

.nav-header-link.active svg {
    transform: rotate(180deg);
}

.section-content {
    padding: 32px;
    justify-content: space-between;
}

.canales-img img {
    width: 300px;
    height: 349px;
    max-width: 300px;
    border-radius: var(--Radius-16px, 16px);
    border: 1px solid var(--Gray-30, #E0E3E4);
}

.canales-links {
    margin: 0 32px;
}

#links-segunros-personas {
    margin-right: 48px;
}


.section-title {
    color: var(--INS-Primary-100, #064350);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    padding-bottom: 16px;
    margin: 0;
}

ul.contact-links li {
    display: flex;
    max-width: 328px;
    align-items: center;
    align-self: stretch;
    min-height: 64px;
}

ul.contact-links li a {
    overflow: hidden;
    color: var(--INS-Primary-50, #086378);
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 17.5px */
}

.seguros-links ul.contact-links li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #1B1D1F;
    padding: 10px 10px;
    min-height: 64px;
    align-items: center;
}

ul.contact-links li a span {
    margin-right: 6px;
}

.canales-novedades {
    margin-left: 32px;
    width: 300px;
}

.canales-novedades .cont-novedades {
    gap: 16px;
    padding-bottom: 16px;
    display: flex
;
}

.highlight-box {
    width: 110px;
}

.highlight-box img {
    width: 78px;
    height: 14px;
    flex-shrink: 0;
    aspect-ratio: 78.75 / 14.20;
}

.highlight-box p {
    color: var(--Gray-75, #4B4B4B);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.bg-overlay {
    filter: blur(3px);
}

#cont-nav {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#cont-menu-flow {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.cont-icon {
    display: flex;
    width: 48px;
    height: 48px;
    background: #E4EDEF;
    align-items: center;
    padding: 12px;
    gap: 10px;
    justify-content: center;
    border-radius: 10000px;
}

#current-section {
    color: #FCFCFC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    display: inline-flex;
    align-items: center;
}

.menu-m-open {
    max-height: 100vh;
    overflow: hidden;
}

.icon-chevron {
    background-image: url("../../images/LoginPrincipal/chevron-right.svg");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.cont-menu-lef {
    display: flex;
    width: 100%;
    border-right: 1px solid #D6D6D6;
}

.seguros-links {
    width: 300px;
}

.ver-mas-btn a {
    display: flex;
    padding: 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: #E4EDEF;
    color: #086378;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    border: solid 2px transparent;
}

nav#superMenu {
    text-align: center;
    margin-bottom: 57px;
}


.highlight-box div {
    display: flex;
    width: 110px;
    height: 67px;
    padding: 25px 16px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 110 / 67;
    border-radius: 12px;
    border: 1px solid #E0E3E4;
    background: #F2F2F2;
    margin-bottom: 8px;
}

#logo-movil,
#separator-menu-m,
#cont-menu-flow {
    display: none;
}



div#cont-menu-flow {
    padding: 8px 16px;
    background: #064350;
    height: 60px;
}

.cont-icon-row {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 0px  4px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius:  999px;
    border: 2px solid rgba(226, 226, 226, 0.20);
    background: rgba(226, 226, 226, 0.20);
}



#current-section .icon-chevron {
    background-image: url(../../images/LoginPrincipal/chevron-right12.svg);
    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-left: 4px;
}

span#txtSection {
    display: inline-flex;
    align-items: center;
}

div#btn-menu-close {
    border: 2px solid #086378;
   background: #FCFCFC;
}

.ver-mas-btn a:hover {
    border: 2px solid #086378;
}

.seguros-links ul.contact-links li:hover {
    color: #086378;
    background: #E4EDEF;
    border-radius: 8px;
}

.nav-header-link.active {
    border: 1px solid;
}

.seguros-links ul.contact-links li:hover a {
    color: #086378;
}

ul.contact-links li a:hover {
    color: #5D5D5D;
}

ul.contact-links li a:hover div svg path {
    stroke: #5D5D5D;
}

.ver-mas-btn {
    margin-top: 10px;
}



/* SE OCULTA SECCION DE NOVEDADES TEMP*/

.canales-novedades {
    display: none;
}

.cont-menu-lef {
    border-right: none;
}

/*FIN TEMP*/


/* FIN HEADER - MENU */
@media (max-width:875px) {
    .canales-img img {
        width: 80%;
        height: 60%;
    }
}

@media (max-width:768px) {
    body {
        position: relative;
    }

    .canales-img img {
        display: none;
    }

    .btn-link {
        text-align: center !important;
    }

    .pnl-login {
        margin-bottom: 125px;
        border-radius: 0px;
    }

    .menu-header {
        height: 76px;
        padding: 16px;
    }

    .menu-header img {
        width: 100px;
        height: 28px;
    }

    .canales-novedades {
        padding-left: 0;
        margin-left: 0;
    }

    .canales-links,
    .seguros-links {
        margin: 0px;
        padding-bottom: 16px;
        width: 100%;
    }

    .section-content {
        padding: 12px 16px;
    }

    .section-title {
        padding-top: 16px;
    }

    .canales-novedades .container {
        padding-top: 12px !important;
    }

    .section-menu {
        border-bottom: none;
    }

    .canales-novedades {
        position: fixed;
    }

    ul.contact-links li {
        width: 100%;
        max-width: 100%;
    }

    ul.contact-links li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
    }

    ul.contact-links li:hover {
        color: #086378;
        background: #E4EDEF;
        border-radius: 8px;
    }

    ul.contact-links li:hover div{
        color: #086378;
    }


    ul.list-unstyled.contact-links li:hover div svg path {
        stroke: #086378 !important;
    }

    .pnl-login .color-lines {
        display: none;
    }

    p.LetrasMenuInicio {
        text-align: center;
        padding-bottom: 16px;
    }
    .nav-tabs .nav-link.active {
        border-bottom: none !important;
    }

    .nav-tabs .nav-link.active::after {
        display: none;
    }

    div#nav-tab {
        border-radius: 12px;
        background: #F2F2F2;
        padding: 4px;
        height: 46px;
    }

    #logo-desktop,
    #separator-menu {
        display: none;
    }

    #logo-movil {
        display: block;
        width: 65px;
        height: 40px;
    }

    #separator-menu-m {
        display: flex;
        padding: 4px 16px !important;
    }

    #cont-menu-flow {
        display:inline-flex;
    }

    ul.list-unstyled.contact-links div {
        color:#1B1D1F;
    }

     ul.list-unstyled.contact-links div svg path {
        stroke: #1B1D1F !important;
    }

    .cont-menu-lef {
        border-right: none;
    }

    .section-content {
        display: block !important;
    }
}

@media (max-width:576px) {
    nav#superMenu {
        margin-bottom: 0px;
    }
}

