/*One Menu*/
.menu_desktop {
    display: none;
    position: relative;
}

.menu_superior {
    background: #019df4;
    height: 32px;
    justify-content: left;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.menu_superior .menu_superior_opciones {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    float: left;
}

.menu_superior_opciones li:nth-child(1) {
    margin-left: 7vw !important;
}

.menu_superior_opciones li:nth-child(2) {
    margin: 0 0 0 7px !important;
}

.menu_superior_opciones li:nth-child(3) {
    margin: 0 0 0 11px !important;
}

.menu_superior .menu_superior_opciones li {
    float: left;
    line-height: 30px;
    margin: 0 12px;
}

.menu_superior .menu_superior_opciones li:nth-child(1) a {
    font-weight: bold;
}

.menu_superior .menu_superior_opciones li a {
    color: #fff;
    font-family: "Telefonica-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

/*Second Main*/
.menu_magento {
    overflow: hidden;
    height: 60px;
    align-items: center;
    display: flex;
    margin-left: 6vw;
    margin-bottom: 0px;

}

.menu_magento_link a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


.logo_movistar {

    flex-direction: row;
    justify-content: end;
    align-items: center;
    padding: 14px 27px 14px 16px;
}

.logo_movistar img {
    margin-right: 0;
}

/*Second Menu Mobile*/
.menu_magento_mprincipal {
    overflow: hidden;
    background-color: #019df4;
    height: 60px;
    align-items: center;
    display: flex;
    margin-left: 0px;
}

.logo_movistar-mobile {
    margin: 0px 15px;
}

.logo_movistar-mobile img {
    width: 36px;
}

.menu_magento_mprincipal .dropdown_menu_superior {
    position: static;
    right: 200px;
    height: 27px;
    border: #fff 1px solid;
    border-radius: 5px;
    background: #019df4;
    width: 102px;
    float: left;
}

.menu_magento_mprincipal .dropdown_menu_superior input {
    position: relative;
    top: -8px;
    left: 5px;
    height: 25px;
    cursor: pointer;
    background: 0 0;
    color: #fff;
    font-family: "Telefonica-Regular";
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border-radius: 5px;
    margin-left: 0;
    pointer-events: none;
    width: 90%;
}

.menu_magento_mprincipal .dropdown_menu_superior .dropdown_menu_superior_opciones {
    top: 46px;
    position: absolute;
    width: 148px;
    background: #ffffff;
    border-radius: 5px;
    display: none;
    z-index: 1;
    border: #03A9F4 1px solid;
    /* left: 59px; */
    margin-left: 0
}

.menu_magento_link {
    background: #ffffff;
    color: #03A9F4;
    font-family: "Telefonica-Regular";
    font-size: 14px;
    font-weight: 400;
    /* margin-top: 12px; */
    padding: 7px 12px;
    text-align: left;
    text-decoration: none;
    width: 100%;
    border-radius: 5px;
    display: block
}

.menu_magento_link:hover {
    text-decoration: none;
    background-color: #eee;

}

.menu_magento_mprincipal .dropdown_menu_superior:before {
    content: '';
    position: relative;
    display: block;
    top: 7px;
    margin-left: 85px;
    width: 8px;
    height: 8px;
    border: #fff 2px solid;
    border-top: #019df4 2px solid;
    border-right: #019df4 2px solid;
    transform: rotate(-45deg);
    pointer-events: none;
}

/*Second Menu Desktop*/
.menu_magento .dropdown_magento_desktop .dropbtn {
    background-color: #fff;
    border: #fff 3px solid !important;
    color: #50535a;
    font-family: "Telefonica-Regular";
    font-size: 14px;
    font-weight: 400;
    height: 62px;
    margin: 0;
    padding: 0;
    outline: none;
    width: auto;
}

.menu_magento .dropdown_magento_desktop#dropdown_planes {
    margin-left: 55px !important;
}

.menu_magento .dropdown_magento_desktop#dropdown_prepago {
    margin-left: 46px !important;
}

.menu_magento .dropdown_magento_desktop#dropdown_movistar {
    margin-left: 55px !important;
}

.menu_magento .dropdown_magento_desktop#dropdown_atencion {
    margin-left: 37px !important;
}

.menu_magento .dropdown_magento_desktop#dropdown_servdig {
    margin-left: 46px !important;
}

.menu_magento .dropdown_magento_desktop .dropbtn:hover {
    border-bottom: #019df4 4px solid !important;
    color: #019df4;
}

.menu_magento .dropdown_magento_desktop .dropdown-content {
    display: none;
    float: inherit;
    position: absolute;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, .2);
    border-radius: 0 0 8px 8px;
    z-index: 1000;
}

.menu_magento .dropdown_magento_desktop:hover .dropdown-content {
    display: block !important;
}

.dropdown_menu_mobile {
    display: none;
}

select.md-mobile {
    font-family: "Telefonica-Regular";
    background-color: #019df400;
    width: 100%;
    padding: 0px 0px 0px 4px;
    border: none;
    border-radius: 2px;
    height: 30px;
    margin: -10px 0px 0px 0px;
    top: 15;
    outline: none;
    color: #fff;
    appearance: none;
}

select.md-mobile option {
    position: absolute;
    top: 10px;
    background: #019df4;
    border: none;
    color: #ffffff;
    /* margin: 15px 15px; */
    height: 29px;
    padding: 15px 15px !important;
    word-spacing: 15px;
}

.submenu_magento {
    padding: 15px 0px;
    height: max-content;
    margin-left: 0;
    width: 335px !important;
    margin-top: -2px;
}

.items-opc {
    font-size: 16px;
    padding: 12px 40px;
    text-decoration: none;
    display: block;
    text-align: left;
    color: #313235;
    font-family: "Telefonica-Regular";
}

.items-opc:hover {
    background-color: #f5f5f5;
    color: #019df4;
    text-decoration: none;
}

.item-opc-ext {
    margin: 5px 0px 4px 40px;
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 35px;
    color: #818181;
}

#submenu_smartphone .iconos_marcas {
    /* grid-template-columns: repeat(4,56px);
  grid-gap: 8px;*/
    margin-left: 35px;
    margin-bottom: 15px;
}

.iconos_marcas a {
    display: inline-block;
    border-radius: 6px;
    margin: 4px;
    background-color: #f5f5f5;
    width: 60px !important;
    height: 60px !important;
    padding: 0px !important;
}

#logo_marca {
    width: 56px;
    height: 56px;
}

.iconos-marcas-a:hover,
.iconos-marcas-b:hover,
.iconos-marcas-c:hover,
.iconos-marcas-d:hover {
    border: #019df4 1px solid;
    border-radius: 6px;
}

.iconos-marcas-a:hover #logo_marca,
.iconos-marcas-b:hover #logo_marca,
.iconos-marcas-c:hover #logo_marca,
.iconos-marcas-d:hover #logo_marca {
    filter: invert(45%) sepia(58%) saturate(2110%) hue-rotate(172deg) brightness(95%) contrast(104%);
}

.header,
.header-brand,
.menu_magento.responsive {
    background-color: #ffffff !important;
}

.btn-menu-magento {
    right: 17px;
    position: absolute;
}

.menu_magento.responsive .dropdown_menu_smart {
    display: block;
    margin-top: 15px;
    margin-left: 12px;
    margin-right: 22px;
    height: 56px;
    border: transparent 1px solid;
    border-radius: 5px;
    background: 0 0;
}

/*Menu Ecare*/
.menu_ecare {
    background: #019df4;
    height: max-content;
    justify-content: end;
    align-items: flex-end;
    display: flex;
    overflow: hidden;
    border-bottom: 1px solid #03A9F4;

}

.menu_ecare_opc {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    float: left;
    height: 100%;
}

.menu_ecare .menu_ecare_opc li {
    float: left;
    margin: 10px 6px;
    border-right: 1px solid #03A9F4;
    padding-right: 15px;

}

.menu-ecare-img {
    margin: 10px 12px;
}

.menu-ecare-img span {
    color: #fff;
    font-family: "Telefonica-Regular";
    font-size: 17px;
}

.menu-ecare-link {
    color: #fff;
    font-family: "Telefonica-Regular";
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    cursor:pointer;
}

.menu-ecare-link:hover {
    color: rgb(255 254 254 / 78%);
    text-decoration: none;
}

.ecare-user-img {
    width: 30px;
    height: 30px;
    border-radius: 21px;
    margin-right: 8px;
}

.menu-mobile-magento {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    overflow-x: hidden;
}

.menu-mobile-section-one {
    background: #019df4;
    height: 53px;
    display: flex;
}

.logo_movistar-mobile {
    padding: 15px 15px;
}

.logo_movistar-close-mobile {
    right: 0px;
    position: absolute;
    margin: 21px;
    cursor: pointer;
}

.menu-mobile-section-second {
    padding: 1px 0px;
    height: 93px;
    background: #eee;
}



.menu-links-select {
    height: 56px;
    margin: 15px;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 4px;
}

.menu-ls-s {
    padding-left: 10px;
    width: 287px;
    height: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #86888c;
}

.select-wrapper {
    position: relative;
}

.menu-links .menu-links-select .menu-ls span.caret {
    margin: 0 26px;
    font-size: 12px;
    line-height: 4px;
    border-top: 0 dashed;
    color: #101010;
}

.menu-links .menu-links-select .menu-ls input.select-dropdown {
    height: 15px;
}

.aui .select-wrapper input.select-dropdown {
    padding-left: 8px;
    font-weight: 400;
}

.dropdown-content-opcs {
    background-color: #eee;
    padding: 0 22px;
    position: absolute;
    z-index: 999;
    will-change: width, height;
    width: 100%
}

.dropdown-content-regresar {
    font-size: 16px;
    background: #fff;
    height: 52px;
    font-family: 'Telefonica-Regular';
    color: #03A9F4;
    padding: 15px;
    font-weight: 600;
    cursor: pointer;
}

.dropdown-content-mobile .items-opc {
    font-size: 16px;
    padding: 12px 0px;
    text-decoration: none;
    display: block;
    text-align: left;
    color: #313235;
    font-family: "Telefonica-Regular";
}

.dropdown-content-mobile .item-opc-ext {
    margin: 5px 0px 4px 0px;
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 35px;
    color: #818181;
}

.dropdown-content-mobile .iconos_marcas {
    max-width: 284px;
    width: 100%;
}


.dropdown-content-mobile li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}

select.md {
    font-family: "Telefonica-Regular";
    background-color: rgba(255, 255, 255, 0.9);
    width: 95%;
    padding: 0px 0px 0px 7px;
    border: none;
    border-radius: 2px;
    height: 41px;
    margin: -9px 0px 0px 0px;
    top: 15;
    outline: none;
}

select:focus-visible {
    outline: 0;
}

select option {
    position: absolute;
    top: 10px;
    background: #fff;
    border: none;
    color: #019df4;
    /* margin: 15px 15px; */
    height: 29px;
    padding: 15px 15px !important;
    word-spacing: 15px;

}

.menu-mobile-section-tree {
    background: #eee;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu-mobile-section-tree button {
    width: 100%;
    height: 52px;
    text-align: inherit;
    padding: 0px 17px;
    border: none;
    font-family: "Telefonica-Regular";
}

.menu-mobile-section-tree button:after {
    content: url(/images/header/icon-chevron-right.svg);
    position: sticky;
    left: 100%;
}

.new-nameUser {
    display: none;
}

.dropdown-content-regresar:before {
    content: url(/images/header/icon-back-menu.svg);
    top: 1px;
    margin-right: 4px;
    position: relative;
}

#session-expiration-alert {
    display: grid;
    grid-template-columns: 0.3fr repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background: #F6F6F6;
    z-index: 10;
    padding: 10px;
    border-radius: 5px;
    height: 115px;
    font-family: "Telefonica-Regular";
    width: 435px;
    position: absolute;
    top: 154;
    right: 10;
}

#session-expiration-alert .div1 {
    grid-area: 1 / 1 / 3 / 2;
    text-align: center;
    margin-top: 6px;
}

#session-expiration-alert .div2 {
    grid-area: 1 / 2 / 3 / 4;
    margin: 7px 0px 0px 16px;
    color: black;
    font-weight: 600;
}

#session-expiration-alert .div3 {
    grid-area: 3 / 2 / 5 / 4;
    color: #86888C;
    margin: 0px 0px 0px 16px;
}

#session-expiration-alert .div5 {
    grid-area: 5 / 2 / 7 / 4;
    margin: 0px 0px 0px 16px;
}

.div5 a {
    color: #019df4;
    text-decoration: none;
}

#session-expiration-finished {
    display: grid;
    grid-template-columns: 0.2fr 1fr 0.2fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 435px;
    position: absolute;
    background: #F6F6F6;
    z-index: 10;
    top: 154;
    padding: 10px;
    right: 10;
    border-radius: 5px;
    height: 115px;
    font-family: "Telefonica-Regular";
    font-size: 16px;
}

#session-expiration-finished .div1 {
    grid-area: 1 / 1 / 2 / 2;
    text-align: center;
    margin-top: 6px;
}

#session-expiration-finished .div2 {
    grid-area: 1 / 2 / 2 / 3;
    margin: 7px 0px 0px 0px;
    color: black;
    font-weight: 600;
}

#session-expiration-finished .div3 {
    grid-area: 2 / 2 / 3 / 3;
    color: #86888C;
}

#session-expiration-finished .div4 {
    grid-area: 1 / 3 / 2 / 4;
    text-align: center;
    margin: 11px 0px;
}

.new-user:hover{
	text-decoration: none;
	
}

#session-expiration-finished .div4 button {
    background: #ffffff00;
    border: none;
}

.menu-ecare-settings{
	position: absolute;
    background: white;
    color: black;
    margin: 15px 0px;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid white;
    z-index: 1000;

}
ul .menu-ecare-settings .menu-ecare-setting-li{
	float: initial!important;
    border-right: none!important;
    margin: 5px 0px!important;
    list-style: none;
    width: 100%;
    padding: 0px;
}
.menu-ecare-setting-li a{
	font-size: 14px;
    font-family: 'Telefonica-Regular';
    color: black;
    text-decoration: none;
    width: 100%;
    display: flex;
    padding: 0px 15px;
}

.menu-ecare-setting-li a:hover{
    background-color: #f5f5f5;
    color: #019df4;
    text-decoration: none;
}

/*-----------Banner enrolamiento---------*/

header.ecare-header-login {
    position: relative;
}

.banner-enrolamiento{
    font-family: 'Telefonica-Regular';
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
   }
   
   .cell-phone-register{
   	  position: absolute;
        top: 154px;
        right: 10px;
        width: 435px;
        background-color: #fff;
        border-radius: 5px;
        padding: 10px;
        z-index: 9;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

@media screen and (min-width: 1024px) and (max-width: 1310px) {

    .menu_magento .dropdown_magento_desktop#dropdown_planes,
    .menu_magento .dropdown_magento_desktop#dropdown_prepago,
    .menu_magento .dropdown_magento_desktop#dropdown_atencion,
    .menu_magento .dropdown_magento_desktop#dropdown_movistar {
        margin-left: 3.5vw !important;
    }
}


@media screen and (min-width: 992px) {
    .menu_desktop {
        display: block;
    }

    .menu_mobile {
        display: none;
    }

    .new-nameUser {
        display: contents;
    }
	
	

}

@media screen and (max-width: 798px) {

    #session-expiration-finished,
    #session-expiration-alert {
        position: fixed;
        width: 95%;
        right: 0;
        top: 83%;
        margin: 0 auto;
        left: 2;
        max-width: 450px;
    }
	
	.cell-phone-register{
		position: static;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
		}
	
}

