/* Fuentes Promo Friends And Family */

@font-face {
    font-family: 'akhand_softbold';
    src: url('../fonts/indian_type_foundry_-_akhandsoft-boldvarilux.eot');
    src: url('../fonts/indian_type_foundry_-_akhandsoft-boldvarilux.eot?#iefix') format('embedded-opentype'),
        url('../fonts/indian_type_foundry_-_akhandsoft-boldvarilux.woff2') format('woff2'),
        url('../fonts/indian_type_foundry_-_akhandsoft-boldvarilux.woff') format('woff'),
        url('../fonts/indian_type_foundry_-_akhandsoft-boldvarilux.ttf') format('truetype'),
        url('../fonts/indian_type_foundry_-_akhandsoft-boldvarilux.svg#akhand_softbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'akhand_softlight';
    src: url('../fonts/indian_type_foundry_-_akhandsoft-lightvarilux.eot');
    src: url('../fonts/indian_type_foundry_-_akhandsoft-lightvarilux.eot?#iefix') format('embedded-opentype'),
        url('../fonts/indian_type_foundry_-_akhandsoft-lightvarilux.woff2') format('woff2'),
        url('../fonts/indian_type_foundry_-_akhandsoft-lightvarilux.woff') format('woff'),
        url('../fonts/indian_type_foundry_-_akhandsoft-lightvarilux.ttf') format('truetype'),
        url('../fonts/indian_type_foundry_-_akhandsoft-lightvarilux.svg#akhand_softlight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'myriad_probold';
    src: url('../fonts/myriadpro-boldvarilux.eot');
    src: url('../fonts/myriadpro-boldvarilux.eot?#iefix') format('embedded-opentype'),
        url('../fonts/myriadpro-boldvarilux.woff2') format('woff2'),
        url('../fonts/myriadpro-boldvarilux.woff') format('woff'),
        url('../fonts/myriadpro-boldvarilux.ttf') format('truetype'),
        url('../fonts/myriadpro-boldvarilux.svg#myriad_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'myriad_proregular';
    src: url('../fonts/myriadpro-regularvarilux.eot');
    src: url('../fonts/myriadpro-regularvarilux.eot?#iefix') format('embedded-opentype'),
        url('../fonts/myriadpro-regularvarilux.woff2') format('woff2'),
        url('../fonts/myriadpro-regularvarilux.woff') format('woff'),
        url('../fonts/myriadpro-regularvarilux.ttf') format('truetype'),
        url('../fonts/myriadpro-regularvarilux.svg#myriad_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'hurme_regular';
    src: url('../fonts/HurmeGeometricSans1.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hurme_light';
    src: url('../fonts/HurmeGeometricSans1-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hurme_thin';
    src: url('../fonts/HurmeGeometricSans1-Thin.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hurme_black';
    src: url('../fonts/HurmeGeometricSans1-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


:root {
    --font-akhand-softbold: 'akhand_softbold';
    --font-akhand-softlight: 'akhand_softlight';
    --font-myriad-bold: 'myriad_probold';
    --font-myriad-regular: 'myriad_proregular';
}

/* ------------------------------------------------------------------------------------------ */


html,
body {
    font-size: 14px;
    font-family: 'Raleway';
    position: relative;
}

.container {
    padding: 0;
    max-width: 100%;

}

.inner-container {
    padding: 0 84px;
}

.bg-primary {
    background-color: #000000 !important;
}

.bg-secondary {
    background-color: #0000ff !important;
}

.bg-info {
    background-color: #e3e5e8 !important;
}

.dark-bg {
    background-color: #000000 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
}

.color-primary {
    color: #064497;
}

.color-base {
    color: #000000;
}

.grid_col_form_contact {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    padding: 10px;
}

.intern_cont_form {
    padding: 10px;
}

.align_elem_center {
    display: inline;
    text-align: center;
}

.text_area {
    width: 100%;
    min-height: 150px;
    padding: 0.375rem 0.75rem;
    border: 1px solid #8f8d8d;
    font-size: 1.2rem;
    border-radius: 0.25rem;
}

.text_area:focus {
    background-color: #ffffff;
    line-height: 1.5;
}

.gridx2 {
    display: grid;
    grid-template-columns: 100%;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact .a_link_check {
    font-size: .9rem;
    letter-spacing: 0.2rem;
}

@media (min-width: 992px) {
    .grid_col_form_contact {
        width: 50%;
        margin: 0px calc((100% - 90%) / 2);
        grid-template-columns: 50% 50%;
    }

    .align_elem_center {
        display: inline;
        text-align: center;
    }

    .text_area {
        min-height: 130px;
    }



    .gridx2 {
        display: grid;
        grid-template-columns: 50% 50%;
    }
}

.light-color {
    color: #ffffff;
}

.btn-primary {
    color: #fff;
    font-weight: 500;
    background-color: #0000ff;
    border-color: #0000ff;
}

.btn-primary:hover {
    background-color: #005db9;
    border-color: #005db9;
}

.btn-primary:focus {
    border-color: rgba(180, 199, 237, 0);
    box-shadow: 0 0 0 0.2rem rgba(22, 117, 212, 0.42);
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.modal {
    z-index: 999999;
}

.modal-content {
    padding: 17px;
    min-width: 535px;
    top: 25vh;
}

.navbar-nav .last a {
    color: #ffffff !important;
}

.navbar-dark .navbar-nav .active>.nav-link {
    font-weight: 600;
}

.navbar-dark .navbar-nav .active>.nav-link::after {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.navbar-dark .navbar-nav li:hover>.nav-link::after {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-color: #ffffff;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    position: absolute;
    bottom: 0px;
    left: 0;
}


.navbar-dark .navbar-nav li>.nav-link::after {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-color: #000000;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.modal-header {
    border-bottom: 0px solid #e9ecef;
}

.modal-footer {
    border-top: 0px solid #e9ecef;
    justify-content: space-between;
}

.modal a,
.dark-link {
    color: #000000;
    text-decoration: underline;
}

.modal .btn {
    padding: 0.4rem 2.5rem
}

.btn {
    border-radius: 100px;
    font-family: 'Raleway';
}

.error input {
    border-color: #e00108 !important;
}

.error label {
    color: #e00108;
}

.error textarea {
    border-color: #e00108;
}

.alert-danger {
    color: #ffffff;
    background-color: #e00108;
    border-color: #e00108;
    padding: 0.75rem 1.25rem;
    font-weight: 500;
    border-radius: 0;
}

.error select {
    background-position: calc(100% - 18px) center;
    background-size: 15px;
    border: 1px solid #cf2c21 !important;
    background-color: #ffffff;
    background-image: url('../img/arrow-error.svg');
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.error .input-group-addon img {
    -webkit-filter: hue-rotate(128deg);
    filter: hue-rotate(128deg);
}

.register label {
    font-size: 1rem;
}

a {
    color: #1675d4;
}

a.none {
    color: inherit;
    text-decoration: none;
}

/*--------*/
.col {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tooltip {
    position: relative;
    display: inline-block;
    font-size: inherit;
    opacity: 1;
    z-index: 1;
}

.tooltip svg {
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/*--------*/
p {
    font-size: 1.3rem;
    font-family: 'Raleway';
    font-weight: 500;
}

p.alertVisor {
    display: none;
    text-align: center;
    border: 1px solid #635489;
    border-radius: 4px;
    padding: 10px;
    margin: 10px;
    color: white;
    background-color: #1675d4;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a,
label {
    font-family: 'Raleway';
}


h4,
.h4 {
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 0.25rem;
}

h5,
.h5 {
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.second-font {
    font-family: 'Akhand Soft';
    letter-spacing: 0.1rem;
    font-weight: bold;
}

nav {
    min-height: 62px;
    font-family: 'Raleway';
    font-size: 0.93rem;
    font-weight: 500;
    position: sticky !important;
    top: 0;
    padding: 0 !important;
    z-index: 99999
}

nav .navbar-brand {
    max-width: 136px;
    width: 100%;
    margin-right: 2rem;
}

nav .navbar-brand img {
    max-width: 136px;
    width: 100%;
    position: absolute;
    top: 14px;
}


nav .nav-item {
    margin: 0 0.4rem;
    position: relative;
    min-height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}


nav .nav-item:hover a {
    color: #ffffff !important;
}

nav a.btn img {
    max-width: 28px;
    width: 100%;
    margin-right: 0.25rem;
}

nav a.btn {
    font-size: 0.93rem;
    margin-left: 2rem;
    width: 15rem;
    min-height: 2.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.main-bg {
    background: url('../img/es/08.png');
    width: 100%;
    min-height: 721px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.main-bg p {
    font-weight: bold;
    max-width: 98% !important;
    margin-bottom: 5px;
}

.lang-en .main-bg {
    background: url('../img/en/07-2.png');
    width: 100%;
    min-height: 610px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.text-promo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #ffffff;
    padding: 45px 0 20px 0;
    background-color: #000000;
    font-family: 'Akhand Soft', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.text-promo.gradientBlue {
    background: linear-gradient(90deg, rgba(0, 4, 245, 1) 0%, rgba(0, 2, 131, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 4, 245, 1) 0%, rgba(0, 2, 131, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 4, 245, 1) 0%, rgba(0, 2, 131, 1) 100%);
    background: -o-linear-gradient(90deg, rgba(0, 4, 245, 1) 0%, rgba(0, 2, 131, 1) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 4, 245, 1) 0%, rgba(0, 2, 131, 1) 100%);
    background-image: linear-gradient(90deg, rgba(0, 4, 245, 1) 0%, rgba(0, 2, 131, 1) 100%);
}

.gradientBenefits {
    background: rgba(0, 123, 203, 1);
    background: -moz-linear-gradient(111deg, rgba(0, 123, 203, 1) 52%, rgba(0, 26, 113, 1) 75%);
    /*background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba((0,123,203,1)), color-stop(100%, rgba(0,26,113,1)));*/
    background: -webkit-linear-gradient(111deg, rgba(0, 123, 203, 1) 52%, rgba(0, 26, 113, 1) 75%);
    background: -o-linear-gradient(111deg, rgba(0, 123, 203, 1) 52%, rgba(0, 26, 113, 1) 75%);
    background: -ms-linear-gradient(111deg, rgba(0, 123, 203, 1) 52%, rgba(0, 26, 113, 1) 75%);
    background: linear-gradient(111deg, rgba(0, 123, 203, 1) 52%, rgba(0, 26, 113, 1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007bcb', endColorstr='#001a71', GradientType=1);
}

.text-promo h3 {
    font-size: 1.2rem;
    text-align: center;
    max-width: 1170px;
    font-weight: 100;
    letter-spacing: 2px;
    font-family: 'hurme_light';
    padding: 0px 20px;
}

.text-promo img {
    max-width: 260px;
    width: 100%;
    margin: 0 1rem;
}

.transitions-promo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #26366A;
    min-height: 86px;
    padding-top: 0px;
    font-family: 'Akhand Soft';
    align-items: center;
}

.transitions-promo h3 {
    font-size: 2.5rem;
    font-family: 'Akhand Soft';
}

.transitions-promo img {
    max-width: 222px;
    width: 100%;
    margin: 0 0.25rem;
}


.flecha {
    position: relative;
    display: flex;
    justify-content: center;
}

.flecha img {
    position: absolute;
    top: -20px;
    width: 50px;
}


.head-logos {
    display: flex;
    justify-content: flex-end;
    padding-right: 2rem;
    padding: 0.5rem 3rem 0.5rem 0px;
}

.head-logos a {
    margin: 0 !important;
}

.head-logos a img:first-of-type {
    max-width: 4.65rem;
    margin-right: 1.5rem;
    width: 100%;
}

.head-logos img {
    max-width: 11.6rem;
    margin-left: 1.5rem;
}

@-moz-document url-prefix() {
    .head-logos a img:first-of-type {
        margin-right: 3.5rem;
        margin-left: 0;
    }
}

.why {
    text-align: center;
    margin-top: 5rem;
}

.why .main-icons {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 0rem;
}

.why .main-icons .item {
    min-width: 16rem;
}

.why .main-icons img {
    width: 75px;
    height: auto;
}

.why .main-icons .item h5 {
    font-family: 'hurme_black';
    font-size: 1rem;
    padding-top: 7px;
}

.why .main-icons .item p {
    font-family: 'hurme_regular';
    font-size: 1rem;

}

.why .main-icons .line-ellip {
    width: 86px;
    height: auto;
}


.products-logos h1 {
    font-family: "hurme_black";
    text-align: center;
    font-size: 1.5rem;
    color: #07096F;
}

.two-logos-select {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px;
    padding-left: 0;
    width: 100%;
}

.two-logos-select div {
    /* flex: 1; */
    /* width: 100%; */
    min-height: 200px;
    background-size: contain !important;
    cursor: pointer;
    background-position: center center !important;
    min-width: 200px;
    /* min-height: 250px; */
    transition: all .6s ease;
}

.two-logos-select div:hover {
    transform: scale(1.2);
}

.two-logos-select div:last-of-type {
    min-width: 140px;
}

/* MSA */
/* .two-logos-select div:nth-child(2n) {
            background: url(../img/LogoKodakF.png) no-repeat;
        } */
/*
        .two-logos-select div:first-child {
            background: url(../img/LogoTransitions50.png) no-repeat;
        } */
/* .two-logos-select div {
            background: url(../img/LogoTransitions50.png) no-repeat;
        } */


.main-series {
    display: flex;
    max-width: 1115px;
    margin: 3rem auto;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 0.5rem;
    gap: 20px;

}


.main-series img {
    max-width: 9rem;
}

.main-series .nikon {
    max-width: 5rem;
}

.main-series .max-secondline {
    max-width: 368px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.second-line {
    display: flex;
    justify-content: center;
    margin-bottom: 8rem;
}

.logo-item {
    border-left: 1px solid #078fd1;
    padding: 0 0.8rem;
    margin: 1rem 0;
}

.logo-item:last-of-type {
    border-right: 1px solid #078fd1;
}

.logo-item h6 {
    letter-spacing: 0;
}

.logo-item img {
    max-height: 2.25rem;
}

.benefits,
.glasses-line,
.map {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.map {
    background-color: #F4F4F4;
}

.donde-comprar {
    overflow: hidden;
}

.donde-comprar h1 {
    font-family: "hurme_black";
    text-align: center;
    font-size: 1.5rem;
    color: #07096F;
}

.consultas h1 {
    font-family: "hurme_black";
    text-align: center;
    font-size: 1.5rem;
    color: #07096F;
}

.consultas p {

    font-family: hurme_regular;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 1.2rem;
    color: rgb(7, 9, 111);
    margin-top: 1.5rem;
}


.item-group {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 3rem;
}


.beneficios-lentes h1 {
    font-family: "hurme_black";
    text-align: center;
    font-size: 1.5rem;
    color: #1A1221;
    padding: 20px;
}

.carousel-beneficios {
    bottom: 0;
    top: 20px;
    display: flex;
    justify-content: space-around;
}

.carousel-beneficios p {
    color: #ffffff;
    font-size: 1.5rem;
    font-family: hurme_regular;
}

.carousel-indicators .active {
    background-color: #ffffff00;
    font-weight: 700;
    font-family: hurme_black;
}

@media only screen and (max-width:1100px) {
    .item-group .elem_two {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: center;
    }

    .why .main-icons .item-line {
        display: none;
    }
}

.item-group .elem_two {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.item-group .elem_two .item {
    width: 100%;
    max-width: 500px;
}

.benefits .item h6 {
    min-height: 2rem;
}

.benefits .item img {
    width: 100%;
    margin: 1rem 1.5rem;
}

.benefits span {
    margin-top: 3rem;
    font-size: 0.8rem;
}

.benefits .item h6 {
    font-weight: 900;
    letter-spacing: 0.15rem;
}

.benefits span a {
    font-weight: bold;
    text-decoration: underline;
}

.grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0px;
    max-width: 960px;
    margin: 3rem auto 0 auto;
}

.grid p {
    font-size: 0.88rem;
    margin-bottom: 0.3rem;
    min-height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.glasses-line .description img {
    max-width: 156px;
    margin-bottom: 1rem;
}

.description {
    padding: 0 5px;
}

.check img {
    max-width: 32px;
    width: 100%;
    z-index: 2;
    margin-top: -13px;
}

.logo {
    padding: 1.5rem 12px !important;
}

.logo,
.check {
    padding: 1.5rem 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.check::before {
    content: '';
    z-index: 1;
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #026cad;
}

.check.last::before {
    width: 75px;
    left: 0;
}

.glasses-line .logo img {
    max-width: 155px;
    width: 100%;
}

.smart-blue {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 6;
}

.smart-blue .box {
    display: flex;
    text-align: right;
    max-width: 315px;
    padding: 12px;
    margin-left: auto;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-top: 20px;
}

.smart-blue img {
    max-width: 72px;
    width: 100%;
    margin-left: 15px;
    margin-right: 5px;
}

.map .flex {
    display: flex;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 2.5rem;
    justify-content: space-around;
    max-width: 1500px;
}

.map .filters {
    max-width: 610px;
    width: 100%;
    text-align: left;
}

.filters p:last-of-type {
    margin-bottom: 1.25rem;
}

.map label {
    font-size: 1.1rem;
    font-family: hurme_black;
    color: #07096F;
}

.consultas label {
    font-size: 1.1rem;
    font-family: hurme_black;
    color: #07096F;
}

.consultas .action_check {
    font-family: 'hurme_regular';
    font-size: 1rem;
}

.consultas .action_check .a_link_check {
    text-decoration: none;
    color: #07096F;
    font-size: 1rem;
    font-family: 'hurme_regular';
    font-weight: 300;
    letter-spacing: 0;
}

.consultas button {

    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 0.5rem;
    min-width: 7rem;
    font-family: 'hurme_black';
    border-radius: 0%;
    box-shadow: 0px 3px 5px #00000030;
}

.map select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../img/arrow-select-new.svg) no-repeat;
    background-size: 15px;
    background-position-x: 98%;
    max-width: 370px;
    min-height: 40px;
    background-position-y: center;
    font-weight: 400;
    border: 1px solid #dddddd;
    font-size: 1.15rem;
    background-color: #ffffff;
}

.map .filters button {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1.5rem;
    min-width: 7rem;
    font-family: 'hurme_black';
    border-radius: 0%;
    box-shadow: 0px 3px 5px #00000030;
}

#map {
    border: 3px solid #1675d4;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    min-width: 680px;
    max-height: 422px;
    height: 100vh;
}

.map a {
    color: #000000;
    font-size: 1rem;
    text-decoration: underline;
    font-family: 'hurme_regular';
}


.map .input-group,
.input-group {
    align-items: center;
    justify-content: space-between;
}

.map .input-group .form-group {
    margin-bottom: 0;
    width: 36.3%;
}

.input-group .form-group {
    width: 36.3%;
}


#grid .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-top: 1rem;
}

#poslist::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #aeaeae;
}

#poslist::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#poslist::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #eff0f1;
}


#poslist {
    max-height: 19rem;
    overflow: auto;
    margin-top: 1rem;
    border: 1px solid #e3e5e8;
}

#poslist img {
    float: left;
    margin-right: 1rem;
    max-width: 25px;
    margin-top: 11px;
    transition: all ease-in 0.15s;
}

.list-group-item {
    cursor: pointer;
    transition: all 0.5s;
}

.list-group-item:hover {
    -webkit-box-shadow: inset 0px -3px 0px 0px rgb(21, 116, 212);
    -moz-box-shadow: inset 0px -3px 0px 0px rgb(21, 116, 212);
    box-shadow: inset 0px -3px 0px 0px rgb(21, 116, 212);
}

.list-group-item:hover img {
    transform: scale(1.15)
}

.list-group-item:hover .list-group-item-heading {
    color: #1c42a9;
}

.list-group-item-heading {
    margin-bottom: 0;
    letter-spacing: 0.1rem;
    text-transform: capitalize;
    font-family: 'hurme_black';
    font-size: 1.2rem;
    color: #07096F;
}


.map .list-group-item p {
    font-size: 1.2rem;
    color: #07096F;
    font-family: 'hurme_regular';
}

.list-group-item-text {
    margin-bottom: 0 !important;
}

.map .list-group-item {
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-bottom: 2px solid rgba(0, 0, 0, 0.125);
    border-radius: 0px !important;
    display: flex;
    align-items: flex-start;
}

.map .list-group-item:hover,
.map .list-group-item:focus {
    z-index: 0;
    text-decoration: none;
}

.contact {
    padding: 3.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact a {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
}

footer {
    padding: 1rem 0 1rem 0;
}

footer .flex {
    display: flex;
    justify-content: center;
}

footer .footer-logo {
    max-width: 98px;
    width: 100%;
}

footer .logo_footer {
    display: flex;
}

footer .logo_footer img {
    margin-right: 1px;
}

footer .txt_footer {
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
}

footer .social-media {
    max-width: 208px;
    width: 100%;
    font-weight: 900;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
}

footer .copyright {
    margin-top: 2rem;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 400;
}

.terms,
.faq {
    padding-top: 8rem;
    margin-bottom: 5rem;
}

.terms .main-text,
.faq .main-text {
    max-width: 766px;
    width: 100%;
    margin: 0 auto;
}

.terms a {
    color: #000000;
}

.faq a,
.terms a {
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}

.faq .main-text>div,
.terms .main-text>div {
    margin-bottom: 3rem;
}


/*Admin*/

.admin .nav-item {
    display: flex;
    align-items: center;
    color: white;
    position: relative;
}

.admin .nav-item img {
    max-width: 75px;
    min-width: 75px;
    width: 100%;
}

.admin .navbar-nav {
    width: 100%;
    min-height: 70px;
    justify-content: flex-end;
}

.admin .inner-container {
    padding: 0 0px 0 52px;
    min-height: 71px;
}

.admin-bg {
    background: url(../img/05L.png);
    width: 620px;
    min-height: calc(100vh - 71px);
    background-size: cover;
    background-position: top center;
    position: sticky;
    top: 71px;
}

.login .admin-bg.first {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.login .admin-bg.first img {
    max-width: 240px;
    width: 100%;
    margin-right: 5%;
    margin-bottom: 10px;
}

.admin-bg.second {
    background: url(../img/02k.jpg);
    width: 568px;
    min-height: calc(100vh - 71px);
    background-size: cover;
    background-position: center;
}

.admin-bg.thrid {
    background: url(../img/03k.jpg);
    width: 568px;
    min-height: calc(100vh - 71px);
    background-size: cover;
    background-position: center;
}

.admin-bg.fourth {
    background: url(../img/04k.jpg);
    width: 568px;
    min-height: calc(100vh - 71px);
    background-size: cover;
    background-position: center;
}


.divided {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-content {
    max-width: 455px;
    margin: 0 auto;
    width: 100%;
}

.main-content h4 {
    margin-bottom: 2rem;
}

.main-content.register {
    /* MSA */
    /* max-width: 530px; */
    max-width: 650px;
    margin: 0 auto;
}

label {
    font-size: 1.15rem;
}

.login .input-group {
    justify-content: space-between;
}

.login .input-group .form-group {
    width: 49%;
}

.forgot-pass {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 160px;
}

.set_button_link {
    border: none;
    outline: none;
    background-color: transparent;
    margin-top: 5px;
}

.form-control {
    min-height: 40px;
    border-color: #8f8d8d;
    font-size: 1.2rem;
}

.submit-group {
    display: flex;
    flex-direction: column;
    margin-top: 0rem;
    margin-bottom: 3rem;
    justify-content: start;
    align-items: start;
    width: 50%;
}

@media (max-width:600px) {
    .submit-group {
        width: 100%;
    }
}

.submit-group img {
    max-width: 18px;
    width: 100%;
}

.submit-group button {
    padding: 0.4rem 2.5rem;
}

.btn-outline {
    background-color: #f3f3f3;
    width: 100%;
    border: 1px solid #1675d4;
    color: #1675d4;
    font-weight: 600;
    font-size: 0.93rem;
}

.more-info {
    margin-top: 4rem;
    text-align: center;
}

.send {
    margin-bottom: 13vh;
}

.form-group {
    margin-bottom: 1.4rem;
}

option {
    text-transform: Capitalize;
}

.register {
    padding-top: 6rem;
}

select {
    background-position: calc(100% - 10px) center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 27px !important;
    background-size: 15px;
    font-weight: 400;
    border: 1px solid #dddddd;
    font-size: 1.15rem;
    background-color: #f3f3f3;
    background-image: url('../img/arrow-select.svg');
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.action_check input[type="checkbox"] {
    display: none;
}

.action_check input[type="checkbox"]+label span {
    display: inline-block;
    width: 20px;
    height: 15px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(/css/img/btn-check-1-2.png) left center no-repeat;
    /*uncheck*/
    cursor: pointer;
}

.action_check input[type="checkbox"]:checked+label span {
    background: url(/css/img/btn-check-2-2.png) left center no-repeat;
    /*check*/
}

.error_check {
    background: url(/css/img/btn-check-error-2.png) left center no-repeat !important;
}

.action_check input[type=checkbox]+label span.error_check::before {
    background: url(/css/img/btn-check-error-2.png) left center no-repeat;
    /*error*/
}

.action_check input[type=checkbox]:checked+label span.error_check::before {
    background-image: url(/css/img/btn-check-2-2.png) left center no-repeat;
    /*check*/
}

.top-align {
    align-items: flex-start;
}

.custom-checkbox label {
    font-size: 1rem;
}

.custom-checkbox a {
    color: #000000;
    text-decoration: underline;
    font-size: 1rem;
}


.home {
    padding-top: 6rem;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
}

.nopad {
    padding-top: 0rem;
}

.menu {
    display: flex;
    max-width: 865px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 3.5rem;
}

.menu .menu-item {
    max-width: 175px;
    width: 100%;
    text-align: center;
}

.menu .menu-item img {
    max-height: 55px;
    width: 100%;
    margin-bottom: 1rem;
}

.menu .menu-item p {
    font-size: 0.85rem;
}

.menu .menu-item h6 {
    font-weight: bold;
    font-size: 1.15rem;
}

.menu .menu-item a {
    padding: 0.4rem 2.5rem;
    font-size: 0.9rem;
}


.why.adm {
    margin-top: 7rem;
    margin-bottom: 3rem;
}

.why.adm.one {
    margin-top: 5rem;
}

.why.adm .main-icons {

    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: 0;
}

.why.adm .flex {
    display: flex;
    align-items: center;
    max-width: 50%;
    margin: 0 auto;
}

.why.adm .main-icons img {
    max-width: 3.8rem;
    margin-bottom: 0.5rem;
    min-height: 3.9rem;
}

.why.adm .main-icons svg {
    max-width: 3.8rem;
    margin-bottom: 1.5rem;
    min-height: 3.9rem;
    color: #1675d4;
}

.why.adm .main-icons p {
    font-size: 0.85rem;
}

.why.adm .video {
    min-width: 475px;
    max-width: 475px;
    width: 100%;
    min-height: 265px;
}

.why.adm .video iframe {
    width: 100%;
    height: 267px;
    margin-top: 15px;
}

.why.adm .flex .banner-desktop {
    display: block;
}

.why.adm .flex .banner-mobile {
    display: none;
}

.why.adm .flex .banner-desktop img {
    width: 100%;
}

.why.adm .flex .banner-mobile img {
    width: 100%;
}

@media only screen and (max-width:778px) {
    .why.adm .flex .banner-desktop {
        display: none;
    }

    .why.adm .flex .banner-mobile {
        display: block;
    }
}


.alert-box {
    background-color: #c4ddf0;
    align-items: center;
    padding: 12px 15px;
    margin-bottom: 1.8rem;
    margin-top: 2.5rem;
}

.alert-box .form-group {
    margin-bottom: 0;
    text-align: center;
}

.date .input-group-addon {
    position: absolute;
    right: 18px;
    z-index: 999;
    top: 7px;
}

.input-group.date .form-control {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.form-table input {
    max-width: 85px;
    margin: 7px auto;
}

.form-table .col-1 {
    display: flex;
    align-items: center;
}

.divided.record {
    align-items: flex-start;
}

.record .main-content {
    max-width: 530px;
    margin-top: 5rem;
}


.table .thead-dark th {
    border: none;
    font-weight: 400;
    font-size: 1rem;
}

.table .thead-dark th:first-of-type {
    border-radius: 5px 0px 0px 0px;
}

.table .thead-dark th:last-of-type {
    border-radius: 0px 5px 0px 0px;
}

.table tr {
    border: 1px dashed #212529;
}

.table tr:hover {
    background-color: #a8d8fd;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px dashed #212529;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #0790d1;
}


/*Modal promo login*/
#modal-promo {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#modal-promo .modal-dialog {
    max-width: 1150px;
}

#modal-promo .title-container {
    width: 100%;
    display: flex;
    padding: 0 20px;
    margin-bottom: 5px;
}

#modal-promo .title-container h4 {
    text-transform: uppercase;
    line-height: 1;
}

#modal-promo .title-container h4 span {
    text-transform: initial;
}


#modal-promo .modal-content {
    min-width: 665px;
    top: 15vh;
    padding: 17px 0;
}

#modal-promo .modal-body {
    padding: 0px 0;
}

#modal-promo .modal-body img {
    width: 100%;
}

#modal-promo .modal-body .banner-desktop {
    display: block;
}

#modal-promo .modal-body .banner-mobile {
    display: none;
}

@media only screen and (max-width:992px) {
    #modal-promo .modal-dialog {
        max-width: calc(100% - (0.5rem * 2)) !important;
    }

    #modal-promo .modal-content {
        min-width: 100%;
    }
}

@media only screen and (max-width:778px) {
    #modal-promo .modal-body .banner-desktop {
        display: none;
    }

    #modal-promo .modal-body .banner-mobile {
        display: block;
    }
}

#modal-promo .close span {
    height: 25px;
    width: 25px;
    background-color: #aaaaaa;
    padding: 0px 9px 4px 9px;
    border-radius: 100px;
    text-shadow: none;
}

#modal-promo .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

@media (min-width: 992px) and (max-width: 1366px) {
    .container {
        max-width: 98%;
    }

    nav .navbar-brand {
        padding-left: 1.5rem;
    }

    .admin .inner-container {
        padding: 0 0px 0 0px;
    }

    #nav-main-menu.admin .last {
        margin-right: 0% !important;
        margin-left: 11vw;
    }

    .inner-container {
        padding: 0 2%;
    }

    .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    nav .nav-item {
        margin: 0 0.25%;
    }

    .main-bg {
        min-height: 50vw;
    }

    .map .filters {
        max-width: 50%;
    }

    #map {
        min-width: 47vw;
    }
}



@media (min-width: 992px) and (max-width: 1190px) {
    .container {
        max-width: 100%;
    }

    #nav-main-menu.admin .last {
        margin-right: 0% !important;
        margin-left: 5px;
    }

    .admin .navbar-nav {
        width: 100%;
        justify-content: space-between;
    }

    .inner-container {
        padding: 0 1%;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }

    .col-sm-100 {
        min-width: 100% !important;
    }

    #grid .btn {
        margin-bottom: 2rem;
    }

    .why {
        text-align: center;
        margin-top: 4rem;
    }

    .inner-container {
        padding: 0 5%;
    }

    .why .main-icons {
        max-width: 90%;
    }

    .main-bg {
        min-height: 48vw;
    }

    .main-series {
        max-width: 600px;
        flex-wrap: wrap;
    }

    .main-series img {
        margin-bottom: 1rem;
    }

    .text-promo {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 86px;
        padding-bottom: 20px;
        max-height: 13rem;
    }

    .transitions-promo {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 86px;
        padding-top: 10px;
        padding-bottom: 10px;
        max-height: 13rem;
    }

    .text-promo h3,
    .transitions-promo h3 {
        margin: 0;
    }

    .item-group {
        flex-direction: column;
        max-width: 90%;
    }

    .grid {
        overflow: scroll;
    }

    .map .flex {
        max-width: 90%;
        flex-direction: column;
    }

    .map .input-group .form-group {
        margin-bottom: 1rem;
        width: 100%;
    }

    .map .filters button {
        margin-top: 0rem;
    }

    #map {
        min-width: 100vw;
    }

    #poslist img {
        margin-bottom: 11px;
    }

    .map .filters {
        max-width: 100%;
        margin-top: 2rem;
    }

    .map select {
        max-width: 100%;
    }

    .logo {
        position: sticky !important;
        left: 0;
        background-color: black;
        z-index: 9999;
    }

    .glasses-line .logo img {
        min-width: 155px;
    }

    .terms .main-text p,
    .faq .main-text p,
    .terms .main-text h4,
    .faq .main-text h4,
    .faq .main-text a {
        max-width: 100%;
        margin: 0 auto;
    }

    .terms .main-text,
    .faq .main-text {
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
    }

    /*admin*/
    .navbar-toggler {
        border: 0px solid transparent;
        outline: none !important;
    }

    .admin .last {
        margin-right: 0rem !important;
        justify-content: center;
    }

    .admin .last a {
        margin: 0 8px;
    }

    .admin .inner-container {
        padding: 0 0px 0 0px;
    }

    .admin .nav-item img {
        margin: 1rem auto;
    }

    .admin-bg {
        width: 100% !important;
        min-height: 40vh !important;
        position: initial;
        top: 0;
    }

    .login .admin-bg.first {
        justify-content: center;
        background-position: top;
        min-height: 65vw !important;
    }

    .login .admin-bg.first img {
        max-width: 180px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .divided {
        flex-direction: column-reverse;
    }

    .main-content,
    .home {
        max-width: 90% !important;
        padding-top: 2rem;
    }

    .login .input-group .form-group {
        width: 100%;
    }

    .main-content h1,
    .main-content h2,
    .main-content h3,
    .main-content h4,
    .main-content h5,
    .main-content h6,
    .main-content a,
    .main-content p .home h1,
    .home h2,
    .home h3,
    .home h4,
    .home h5,
    .home h6,
    .home a,
    .home p {
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .main-content p {
        margin-bottom: 1rem;
    }

    .more-info {
        margin-top: 2rem;
    }

    .send {
        margin-bottom: 1rem;
    }

    .table {
        min-width: 600px;
    }

    .submit-group {
        justify-content: center;
    }

    .form-table {
        max-width: 100%;
        margin: 0 auto;
    }

    .form-table .col {
        padding-right: 3px;
        padding-left: 3px;
        font-size: 0.85rem;
        display: block;
    }

    .form-table .left {
        font-size: 1rem;
    }

    .menu,
    .why.adm .flex {
        justify-content: center;
        flex-wrap: wrap;
    }

    .why.adm .video {
        min-width: 90%;
        max-width: 90%;
        min-height: 60vw;
        margin-bottom: 3rem;
    }

    .why.adm .video iframe {
        height: 49.7vw;
        margin-top: 2rem;
    }

    .menu .menu-item {
        max-width: 200px;
        width: 100%;
        margin-bottom: 2rem;
    }

    .menu .menu-item a {
        margin: 1rem 0;
    }

    .home {
        padding-top: 4rem;
    }

    .why.adm {
        margin-top: 2rem;
    }

    .why.adm.one {
        margin-top: -1rem;
    }

    .why.adm .main-icons {
        max-width: 100%;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }

    #poslist {
        max-height: 32rem;
    }
}


@media (max-width: 768px) {
    .why .main-icons {
        flex-direction: column;
    }

    .map iframe {
        min-width: 85%;
        width: 90vw !important;
    }

    .contact h4 br {
        display: none;
    }

    #modal-promo .modal-dialog {
        max-width: 100%;
    }

    #modal-promo .modal-content {
        min-width: 100%;
        top: 15vh;
    }

    #modal-promo .title-container {
        width: 100%;
        padding: 10px 0px 0px 0px;
        margin-bottom: 5px;
    }

    .main-bg {
        min-height: 152vw !important;
        background: url(../img/es/bg-mobile-2-2.jpg);
        background-size: cover;
    }

    .lang-en .main-bg {
        min-height: 152vw !important;
        background: url(../img/en/bg-mobile-2-2.jpg);
        background-size: cover;
    }
}

@media (max-width:600px) {

    nav .navbar-brand {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-toggler {
        border: 0px solid transparent;
        outline: none !important;
    }

    .nav-link {
        padding: 0.5rem 0rem;
        max-width: 100%;
    }

    nav a.btn {
        margin: 0 auto;
        margin-bottom: 1rem;
    }

    .navbar-dark .navbar-nav li:hover>.nav-link::after {
        display: none !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    a {
        max-width: 95%;
        margin-right: auto;
        margin-left: auto;
    }

    .main-bg {
        background: url(../img/es/bg-mobile-2-2.jpg);
        background-size: contain;
    }

    .lang-en .main-bg {
        background: url(../img/en/bg-mobile-2-2.jpg);
        background-size: contain;
    }

    .login .admin-bg.first {
        min-height: 300px !important;
    }

    nav .navbar-brand img {
        max-width: 100px;
        position: inherit;
    }

    .grid {
        padding: 0 10px;
    }

    .why .main-icons .item {
        margin-bottom: 0rem;
    }

    .main-series {
        max-width: 90%;
        flex-wrap: wrap;
        align-items: center;
        border: none;
        justify-content: center;
    }

    .main-series img {
        margin-bottom: 1rem;
        margin: 0.8rem 0.5rem;
    }

    .text-promo h3,
    .transitions-promo h3 {
        font-size: 1.5rem;
    }


    .text-promo h3 {
        font-size: 1rem;
        padding: 20px;
        margin-top: 10px;
    }

    .text-promo img,
    .transitions-promo img {
        max-width: 166px;
    }

    .benefits p br {
        display: none;
    }

    p {
        max-width: 90%;
        margin: 0 auto;
    }

    .text-promo {
        padding-top: 10px;
        padding-bottom: 10px;
        max-height: 12rem;
    }

    .head-logos {
        padding: 0.5rem 0rem 0.5rem 0px;
        justify-content: center;
    }

    .second-line {
        margin-bottom: 4rem;
        flex-direction: column;
    }

    .logo-item {
        margin: 1rem 0;
        min-width: 13rem;
        margin: 0.5rem auto;
        border-right: 1px solid #078fd1;
    }

    .why .main-icons {
        margin-bottom: 1rem;
    }

    .benefits,
    .glasses-line,
    .map {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .benefits .item h6 {
        margin-top: 2rem;
        min-height: auto;
    }

    .benefits .item img {
        margin: 0.5rem 0;
        max-width: 75%;
        width: 100%;
    }

    .smart-blue {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 6;
        grid-row-end: 7;
        position: sticky;
        left: 0;
    }

    .filters p {
        max-width: 100%;
    }

    footer .flex {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    footer .footer-logo {
        margin-bottom: 2rem;
    }

    footer .copyright {
        text-align: center;
        max-width: 100%;
    }

    .logo.sp {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 5;
        grid-row-end: 5;
    }

    .check.sp {
        grid-column-start: 2;
        grid-column-end: 2;
        grid-row-start: 5;
        grid-row-end: 5;
    }

    .smart-blue .box {
        width: 95vw;
        max-width: 100vw;
        margin: 0 auto;
    }

    .links {
        max-width: 100%;
        margin: 0 auto;
    }

    .modal-content {
        padding: 0px;
        min-width: 85%;
    }

    .modal-body>div {
        text-align: center;
    }

    .modal-body>div .btn {
        padding: 0.4rem 1.5rem;
    }

    .modal-content p {
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .products-logos h1,
    .beneficios-lentes h1,
    .donde-comprar h1,
    .consultas h1 {

        font-size: 1.2rem;

    }

    .carousel-beneficios p {
        font-size: 1rem;
    }

    .flecha img {
        top: -14px;
        width: 37px;
    }
}


@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .nav-item {
        padding: 1rem 0rem;
    }

    .grid>div:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    .grid>div:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }

    .grid>div:nth-child(3) {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
    }

    .grid>div:nth-child(4) {
        -ms-grid-column: 4;
        -ms-grid-row: 1;
    }

    .grid>div:nth-child(5) {
        -ms-grid-column: 5;
        -ms-grid-row: 1;
    }

    .grid>div:nth-child(6) {
        -ms-grid-column: 6;
        -ms-grid-row: 1;
    }

    .grid>div:nth-child(7) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .grid>div:nth-child(8) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
    }

    .grid>div:nth-child(9) {
        -ms-grid-column: 3;
        -ms-grid-row: 2;
    }

    .grid>div:nth-child(10) {
        -ms-grid-column: 4;
        -ms-grid-row: 2;
    }

    .grid>div:nth-child(11) {
        -ms-grid-column: 5;
        -ms-grid-row: 2;
    }

    .grid>div:nth-child(12) {
        -ms-grid-column: 6;
        -ms-grid-row: 2;
    }

    .grid>div:nth-child(13) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    .grid>div:nth-child(14) {
        -ms-grid-column: 2;
        -ms-grid-row: 3;
    }

    .grid>div:nth-child(15) {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
    }

    .grid>div:nth-child(16) {
        -ms-grid-column: 4;
        -ms-grid-row: 3;
    }

    .grid>div:nth-child(17) {
        -ms-grid-column: 5;
        -ms-grid-row: 3;
    }

    .grid>div:nth-child(18) {
        -ms-grid-column: 6;
        -ms-grid-row: 3;
    }

    .grid>div:nth-child(19) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }

    .grid>div:nth-child(20) {
        -ms-grid-column: 2;
        -ms-grid-row: 4;
    }

    .grid>div:nth-child(21) {
        -ms-grid-column: 3;
        -ms-grid-row: 4;
    }

    .grid>div:nth-child(22) {
        -ms-grid-column: 4;
        -ms-grid-row: 4;
    }

    .grid>div:nth-child(23) {
        -ms-grid-column: 5;
        -ms-grid-row: 4;
        min-width: 310px;
    }

    .grid>div:nth-child(24) {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
    }

    .grid>div:nth-child(25) {
        -ms-grid-column: 2;
        -ms-grid-row: 5;
    }

    .grid>div:nth-child(26) {
        -ms-grid-column: 3;
        -ms-grid-row: 5;
    }

    .grid>div:nth-child(27) {
        -ms-grid-column: 4;
        -ms-grid-row: 5;
    }

    .check::before {
        content: '';
        left: 0
    }

    .smart-blue img {
        width: 168px !important;
        height: 55px;
        max-width: 168px;
    }
}


/*Admin*/

nav.admin .last {
    margin-left: auto;
}

.titles {
    background-color: #078fd1;
    min-height: 3rem;
    display: flex;
    align-items: center;
    padding-bottom: 0.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.titles h5 {
    font-family: 'Akhand Soft';
    font-size: 2rem;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    width: 100%;
    line-height: 1.5rem;
    letter-spacing: 0;
}

.titles .btn-flat {
    font-size: 1rem;
    display: flex;
    float: right;
    cursor: pointer;
    align-items: center;
}

#grid,
#edition {
    margin-top: 5rem;
    min-height: calc(100vh - 27.8rem);
    margin-bottom: 3rem;
}

#grid .select-wrapper ul {
    display: none;
    position: absolute;
    top: 37px !important;
    left: 64px !important;
    list-style: none;
    background-color: white;
    border: 1px solid #e0e0e0;
    padding-left: 0.5rem;
}

.dataTables_length label,
.dataTables_filter label {
    display: flex;
    align-items: center;
}

input.select-dropdown {
    background-position: calc(100% - 8px) center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-size: 15px;
    font-weight: 400;
    border: 1px solid #dddddd;
    font-size: 1.15rem;
    min-height: 40px;
    background-color: #ffffff;
    font-size: 1.2rem;
    max-width: 5.5rem;
    border-radius: 4px;
    padding-left: 0.5rem;
    width: auto;
    outline: none;
    margin: 0 0.5rem;
    background-image: url('../img/arrow-select.svg');
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.dataTables_filter input,
#edition input {
    display: block;
    width: 100%;
    outline: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    min-height: 40px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#grid .caret {
    display: none
}


.card {
    padding: 1.5rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.dataTables_length select {
    display: none;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 8px !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #e0e0e0 !important;
}

table th {
    color: #676767;
    font-family: 'Akhand Soft';
    font-size: 1.25rem;
}

table.dataTable tbody td {
    padding: 5px 8px !important;
}


#grid .paginate_button.current {
    background-color: #078fd1;
    background: #078fd1;
    color: #ffffff !important;
    border-radius: 3px;
    border: none;
    outline: none;
}

#grid .paginate_button {
    color: #078fd1 !important;
    border-radius: 3px;
    border: none;
    transition: all 0.25s;
    outline: none;
}

#grid .paginate_button.disabled:hover {
    background-color: transparent;
    color: #078fd1 !important;
}

#grid .paginate_button:hover {
    background-color: #078fd1;
    background: #078fd1;
    color: #ffffff !important;
}


#grid .btn-floating {
    max-width: 2.5rem;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    float: left;
    color: #afafaf;
    cursor: pointer;
}

.input-field {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 1rem;
}


.input-group {
    width: 100%;
    display: flex;
}


.group-btn {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

#edition .btn {
    display: flex;
    align-items: center;
}

#edition .btn i {
    margin-right: 0.5rem;
    color: #078fd1;
}


/*#pos td:not(.child):last-of-type {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}*/

#pos td:last-of-type .btn-floating {
    width: auto;
    height: auto;
    min-height: -webkit-fill-available;
    max-width: -webkit-fill-available;
    float: left;
}

#pos .off i {
    color: #7dcd69;
}

#pos .on i {
    color: #f94d4d;
}

#pos td i {
    font-size: 2rem;
    margin-right: 0.25rem;
}


@media (max-width:992px) {

    #grid,
    #edition {
        margin-top: 1.5rem;
        padding: 0 1rem;
    }

    .dataTables_filter input,
    #edition input {
        min-height: 30px;
    }

    input.select-dropdown {
        min-height: 35px;
    }

    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child,
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
        padding-left: 30px !important;
    }

    table.dataTable>tbody>tr.child span.dtr-title {
        display: inline-block;
        min-width: 75px;
        font-weight: bold;
        float: left;
        margin-right: 0.5rem;
        color: #676767;
        font-family: 'Akhand Soft';
        font-size: 1.15rem;
        line-height: 1.15rem;
    }

    #pos ul li:last-of-type .dtr-data {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
    }

    .admin .last {
        margin-right: 0rem !important;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto !important;
    }

    .navbar-dark .navbar-nav .active>.nav-link::after {
        display: none !important;
        height: 0 !important;
    }


    nav .nav-item {
        min-height: 44px;
    }
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    box-shadow: 0 0 0px #7dcd69 !important;
    background-color: #7dcc69 !important;
    border: 0px solid #fff !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #f94d4d !important;
}


.gm-style .gm-style-iw-c {
    border-radius: 3px !important;
    border: 1px solid #1675d4 !important;
}

.gm-style .gm-style-iw-t::after {
    border-left: 1px solid #1675d4;
    border-bottom: 1px solid #1675d4;
}


.gm-style-iw-d {
    text-align: left
}

.gm-style-iw-d h6 {
    color: #1675d4;
    margin-bottom: 0.25rem;
    font-weight: 600;
}


.on,
.off {
    padding: 0 !important;
    height: 0.5rem;
}

.on i,
.off i {
    line-height: 0.75 !important;
}

#pos .fa-user-secret {
    font-size: 24px;
}


.check-flex:not(th) {
    display: flex;
    align-items: center;
    min-height: 6rem;
    height: -webkit-fill-available !important;
    flex-direction: row-reverse;
}

.check-flex span {
    min-width: 77px;
    display: block;
    float: right;
}


#edition {
    display: none;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    box-sizing: border-box !important;
}

/* MSA */
#AdminPanel {
    display: block;
    min-height: calc(75vh);
}

#AdminPanel #p1 {
    font-size: 1.8rem;
    font-family: 'Raleway';
    font-weight: 900;
    letter-spacing: 0.25rem;
    text-align: center;
    margin-top: 2.5rem;
}

.why.adm .main-icons img {
    max-width: 110px;
}

/* customMenuItems-wrapp */
/* //correcion */
.admin .navbar-nav {
    justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1366px) {
    nav .nav-item {
        margin: 0;
    }
}

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
    }
}

/* //correcion */
.customMenuItems-wrapp {
    display: flex;
    flex-direction: column;
    padding: 0;
}

@media (min-width: 992px) {
    .customMenuItems-wrapp {
        display: flex;
        flex-direction: row;
    }
}

/* 
  */

.CustomPromoActiva .main-icons .item img {

    width: 100%;
    /* min-height: 100px; */
}

/* /customMenuItems-wrapp */
/* /MSA */

/*  */
/* MSA */

.home {
    min-height: 80vh;
}

.home.transitions {
    min-height: auto !important;
}

.admin-bg.thrid {
    min-height: calc(100vh - 156px);
}

/* /MSA */


/* MSA 11/5 */
.menu {
    justify-content: flex-start;
}

.time,
.bases {
    display: flex;
    align-items: center;
}

.bases {
    padding-bottom: 10px;
}

.bases a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.time {
    margin: 0;
    padding-bottom: 10px;
}

.time img {
    width: 25px;
    margin-right: 10px;
}

.bases img {
    width: 30px;
    margin-right: 10px;
}

.two-logos-select {
    justify-content: space-between;
    padding: 0;
}

/* Logo mas grande q el resto */

.two-logos-select div:first-of-type {
    min-width: 150px;
    margin: 0 25px;
}

.two-logos-select div:nth-child(3) {
    min-width: 150px;
    margin: 0 25px;
}

.two-logos-select div:last-of-type {
    min-width: 160px;
    margin: 0 25px;
}

/* / */

.promos-title {
    /* font-size: 1.1rem; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.promos-title span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.promo-subtitle {
    font-weight: bold;
    padding-top: 35px;
    padding-bottom: 25px;
    margin: 0;
}

@media (min-width: 576px) {
    .promos-title {
        flex-direction: row;
    }
}

#p4title {
    margin-left: 20px;
}


.home .promos-title {
    padding-bottom: 15px;
    padding-left: 0;
}


/* TRANSITIONS HOME */
.menu {
    max-width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width:767px) {
    .menu {
        justify-content: center;
    }
}

.main-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (min-width:767px) {
    .main-icons {
        justify-content: flex-start;
    }
}

.main-icons .item {
    width: 200px;
    height: 250px;
    text-align: center;
}

/* TRANSITIONS HOME */
/* MSA 11/5 */
.ms-container {
    position: relative;
}

.ms-portada {
    background: url(img/mobilPortadaFaF.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30%;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: flex-end;

    position: relative;
}

.ms-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .78);
    z-index: 20;
    display: grid;
    place-items: center;
}

.ms-portada-title {
    font-family: var(--font-akhand-softbold);
    font-size: 26px;
    line-height: 29px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0;
    transition: all .2s ease-in;
    z-index: 11;
}

@media (min-width: 767px) {
    .ms-portada {
        background: url(img/portadaFaF.png);
        justify-content: flex-end;
        align-items: center;
        min-height: 540px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 30%;
    }

    .ms-portada-title {
        padding-right: 60px;
        padding-bottom: 0;
        font-size: 58px;
        line-height: 60px;
    }

    .ms-portada-overlay {
        display: none;
    }
}

@media (min-width: 1400px) {
    .ms-portada {
        background-position: center bottom;
    }
}

.ms-title {
    background: rgb(0, 134, 214);
    background: linear-gradient(-125deg, rgba(0, 134, 214, 1) 55.2%, rgba(0, 26, 114, 1) 100%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ms-title p {
    color: #FFFFFF;
    font-family: var(--font-akhand-softlight);
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    padding-bottom: 15px;
    margin: 0 auto;
    transition: all .2s ease-in;
}

.ms-title p.bold {
    font-weight: bold;
    font-family: var(--font-akhand-softbold);
}

@media (min-width: 767px) {
    .ms-title p {
        font-size: 24px;
        line-height: 35.7px;
    }
}

.ms-button {
    display: block;
    min-width: 160px;
    min-height: 31px;
    background-color: #fff;
    color: #0086D6;
    font-family: var(--font-akhand-softbold);
    font-size: 22.5px;
    line-height: 24.4px;
    border: none;
    margin: 10px auto;
    margin-bottom: 0;
    border-radius: 11px;
    cursor: pointer;
    transition: all .2s ease-in;
}

@media (min-width: 767px) {
    .ms-button {
        min-width: 240px;
        min-height: 47px;
        font-size: 33px;
        line-height: 35.7px;
        border-radius: 17px;
    }
}

.ms-content2 .ms-portada {
    display: flex;
    flex-direction: column;
    min-height: 363px;
    padding: 20px 0;
}

.ms-content2 .ms-portada .ms-portada-overlay {
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, .78);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.form-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 567px) {

    .form-container .form-col1,
    .form-container .form-col2 {
        padding-right: 25px;
    }
}

.ms-content2 .ms-portada .ms-portada-form {
    z-index: 11;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.ms-content2 .ms-portada p {
    color: #0086D6;
    font-size: 28px;
    font-family: var(--font-akhand-softbold);
    width: 292px;
    text-align: left;

}

.ms-portada-form label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 292px;
}

.ms-portada-form label span {
    color: #FFF;
    font-size: 13px;
    font-family: var(--font-akhand-softbold);
    padding-bottom: 5px;
}

.ms-portada-form label input,
.ms-portada-form label select {
    min-width: 100%;
    border-radius: 6.658px;
    border: 1px solid #0093D0;
    height: 19px;
}

@media (min-width: 567px) {

    .ms-content2 .ms-portada p {
        font-size: 47px;
        min-width: 414px;
    }

    .ms-portada-form label {
        min-width: 414px;
    }

    .ms-portada-form label span {
        font-size: 21px;
    }

    .ms-portada-form label input,
    .ms-portada-form label select {
        height: 33px;
    }
}

@media (min-width: 895px) {
    .ms-content2 .ms-portada .ms-portada-form {
        align-items: flex-start;

        padding-top: 100px;
        padding-bottom: 50px;
    }
}

/* Modales */

.ms-modal {
    background-color: #fff;
    width: 90%;
    max-width: 600px;
    overflow: hidden;
}

.ms-modal-header {
    background-color: #0086D6;
    min-height: 97px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ms-modal-header p {
    color: #fff;
    font-size: 20px;
    font-family: var(--font-akhand-softbold);
    margin: 0;
}

.modalCongra .ms-modal-header p {
    font-size: 40.2px;
}

@media (min-width: 767px) {
    .ms-modal-header p {
        font-size: 31px;
    }

    .modalCongra .ms-modal-header p {
        font-size: 99px;
    }
}

.ms-modal-body {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ms-terms-container {
    width: 90%;
    max-width: 562px;
    height: 162px;
    border: 1px solid #666666;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
}

.ms-modal-footer {
    padding: 0 20px 20px;
}

.ms-button-terms {
    min-width: 164px;
    min-height: 27.5px;
    background-color: #0086D6;
    color: #fff;
    font-family: var(--font-myriad-regular);
    font-size: 13px;
    border: none;
    border-radius: 13.789px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.ms-terms-container .title {
    font-family: var(--font-myriad-bold);
    color: #0086D6;
    font-size: 11px;
    margin: 0;
    padding-bottom: 15px;
    max-width: 100%;
}

.ms-terms-container p {
    color: #7A7A7A;
    font-size: 11px;
    font-family: var(--font-myriad-regular);
    margin: 0;
    max-width: 100%;
    padding-bottom: 20px;
}

.ms-terms-container p b {
    font-family: var(--font-myriad-bold);

}

.ms-terms-container ol {
    list-style: none;
    padding-left: 10px;
}

.ms-terms-container ol li h5 {
    font-family: var(--font-myriad-bold);
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.ms-terms-container ol li p {
    padding-left: 10px;
    padding-bottom: 10px;
    font-family: var(--font-myriad-regular);
}

.ms-terms-container ol li p:last-of-type {
    padding-bottom: 0;
}

.ms-terms-container ol li p.pb {
    padding-bottom: 10px !important;
}

.ms-terms-container ol li p b {
    font-family: var(--font-myriad-bold);
}

.ms-terms-container ol li p a {
    text-decoration: none;
    color: #0086D6;
    font-family: var(--font-myriad-regular);
}

.ms-terms-container ol li p.cp {
    padding-bottom: 10px;
    font-family: var(--font-myriad-regular);
}

.ms-terms-container ol li .int-ol {
    padding-bottom: 10px;
    font-family: var(--font-myriad-regular);
}

.ms-terms-container ol li .int-ol li {
    color: #7A7A7A;

}

.ms-terms-container ol li .int-ol li:last-of-type {
    padding-bottom: 10px;
}

.ms-terms-container ol li p b span {
    text-decoration: underline;
}

@media (min-width: 767px) {
    .ms-button-terms {
        min-width: 275px;
        min-height: 46px;
        font-size: 22px;
        border-radius: 23px;
    }

    .ms-terms-container .title,
    .ms-terms-container p {
        font-size: 16px;
    }
}

.modalCongra .ms-modal-body {
    flex-direction: column;
    text-align: center;
}

.modalCongra .ms-modal-body p {
    font-family: var(--font-akhand-softlight);
    font-size: 12.7px;
    color: #000000;
    margin: 0;
    padding-bottom: 10px;
}

.modalCongra .ms-modal-body p.d-pdf {
    font-family: var(--font-akhand-softlight);
    font-size: 11.7px;
    color: #000000;
    margin: 0;
    padding-bottom: 10px;
}

.modalCongra .ms-modal-body p span {
    color: #0086D6;
}

.modalCongra .ms-modal-body p.blue {
    color: #0086D6;
    font-size: 16.1px;
    font-family: var(--font-akhand-softbold);
}

@media (min-width: 767px) {
    .modalCongra .ms-modal-body p {
        font-size: 30px;
    }

    .modalCongra .ms-modal-body p.blue {
        font-size: 39px;
    }

    .modalCongra .ms-modal-body p.d-pdf {
        font-size: 20px;
    }
}

footer .txt_footer {
    font-family: hurme_regular;
    font-size: 16px;
}

footer .logo_footer img {
    width: 46px;
}

@media (min-width: 767px) {
    footer .txt_footer {
        font-size: 16px;
    }

    footer .logo_footer img {
        width: 64px;
    }
}

.ms-portada-form .avisoForm {
    font-size: 1rem !important;
    width: 90% !important;
    max-width: 292px;
    margin: 0 auto !important;
    padding: 20px 0 0 0 !important;
    color: #e00108 !important;
}

@media (min-width: 567px) {

    .ms-portada-form .avisoForm {
        font-size: 1.3rem !important;
        width: 50% !important;
        max-width: 414% !important;
    }
}

@media (min-width: 896px) {

    .ms-portada-form .avisoForm {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.ms-portada-form label.label-armazon {
    text-align: left;
}