/* Inicio General */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

a:link, a:visited {
    color: #2ba7bf;
    text-decoration: none;
    transition: .15s all ease-in-out;
}
a.btn:link, a.btn:visited {
    /* color: #fff; */
}

li {
    margin-bottom: 0.5em;
    list-style: none;
}
.aNulo {
    color: #393939;
}
.aNulo a, .aNulo:link, .aNulo:visited {
    color: #393939;
}
.break {
    height: 1em;
}
.break, .break2, .break3, .break4 {
    width: 100%;
    height: 1em;
    display: flex;
    border: none;
}
h4 {
    font-size: 1em;
    margin-bottom: 0.5em;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1em;
    line-height: 1.3em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.btnSelect span {
    margin-left: 1em;
}
.btn span {
    margin: 0 0.5em 0 0;
}
[class^="icon_"], [class*=" icon_"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px){
    h4 {
        font-size: 20px;
        margin-bottom: 0.5em;
    }
}
@media (min-width: 768px){
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 1em;
        font-size: 20px;
        line-height: 1.3em;
        font-weight: 500;
    }
}
@media (min-width: 768px){
    .btn span {
        display: inline-block;
    }
}
/* Fin General */
/* Inicio Header*/
.header {
    width: 100%;
    margin: 0 auto;
    padding: 0.5em;
    /* display: flex; */
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header-container {
    margin: auto;
    max-width: 1068px;
    padding: 0.3em 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.cab2Cont {
    width: 100%;
    padding: 0.3em 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-izquierda {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    color: #bdbdbd;
    width: 400px;
}

.header-izquierda img {
    margin: 0 0.3em 0 0;
}

.logoMin {
    display: none;
}

.logo, .logoMin {
    height: 30px;
}

.header-izquierda img {
    margin: 0 0.3em 0 0;
}

div.header-izquierda > i{
    line-height: initial;
    display: block;
    font-size: 0.8em;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #838383;
    margin-top: -5px;
}

.header-center{
    width: 200px;
}

.header-derecha {
    display: flex;
    flex-direction: column;
    width: 550px;
}
.header-derecha .mi-cuenta-mob {
    display: none;
}
.header-derecha .menu-login {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0em;
}

.menu-login {
    height: 16px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: normal;
    text-align: center;
}

.menu-login .text-style-1 {
    font-weight: normal;
    color: #445050;
}

.ocultarMov{
    display: none;
}

.breakCabLine {
    height: 1px;
    display: flex;
    margin: 10px 0;
    width: 90px;
    text-align: right;
    margin-left: auto;
    background: linear-gradient(to right, #fff, #2ba7bf);
}

.navtxt {
    display: flex;
    flex-direction: row;
    justify-content: end;
    font-size: 23px;
}

.navtxt li {
    display: flex;
    margin: 0;
    padding: 0 0 0 0;
}

.navtxt .search{
    border-left: solid 1px #e6e6e6;
    padding-left: 20px;
}

/* BARRA AZUL MENU */
.Relleno-de-color-3 {
    width: 100%;
    height: 2px;
    margin: 0;
    background-color: #35b5cd;
  }

/* LOW MENU */
.low-menu-container {
    margin: 0em 0 0 0;
    padding: 19px 0 0 19px;
    display: block;
    background: #f3f1f3;
}
.cont {
    display: flex;
    padding: 1em;
}

.low-menu .low-menu {
    padding: 0.3em 1em;
}

.low-menu {
    justify-content: space-between;
    position: relative;
    max-width: 1088px;
    margin: auto;
    display: flex;
}

.low-menu-list {
    width: 300px;
    display: flex;
    font-size: 0.7em;
}

.low-menu-list {
    height: 16px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #445050;
}

.low-menu-list li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/* RESPONSIVE HEADER*/
@media (max-width: 768px){
    .header-izquierda {
        flex-direction: column;
        align-items: initial;
    }
}

@media (max-width: 768px){
    .header-derecha .menu-login {
        font-size: 0.8em;
    }
}
@media (max-width: 768px){
    .ocultarMov {
        display: flex;
    }
}
@media (max-width: 768px){
    .navtxt {
        display: flex;
        margin: 0;
        padding: 0;
        border-left: solid 1px var(--colorLinea);
    }
}
@media (max-width: 768px){
    .navtxt li {
        display: flex;
        margin: 0;
        padding: 0 0 0 0;
    }
}
@media (max-width: 768px){
    .low-menu-container {
        display: none;
    }
}
@media (min-width: 768px){
    .contIn {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
}
@media(min-width: 1100){
    .low-menu {
        max-width: 1088px;
    }
}
/* Fin Header*/

/* Inicio Footer */
footer {
    width: 100%;
    padding-top: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: solid 1px #f3f1f3;
}
.footer {
    width: 1068px;
    padding: 0 1em;
}
.footer-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer h4{
    font-size: 1.2em;
    margin-bottom: 0.5em;
    line-height: 1.3em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #313131;
}

.footerItem.col1{width: 259px;}
.footerItem.col2{width: 321px;}
.footerItem.col2 h4{width: 306px;}
.footerItem.col3{width: 312px;}

.footerItem {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #445050;
}
.footerItem li {
    margin-bottom: 1em;
}
.footerItem li a {
    transition: 0.15s all ease-in-out;
    color: #393939;
    font-size: 1.1em;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2em;
    margin-bottom: 0;
}
.footerItem li a:hover {
    color: #fe938e;
}

.footerRedes {
    display: flex;
}
.footerRedes li {
    margin-right: 1em;
}
.footerRedes img {
    height: 1.5em;
}
.btnSelectList li, .btnSelectListBottom {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
.selectFlotanteTop {
    position: relative;
    display: flex;
    flex-direction: column;
}
.selectFlotanteTop .flotanteItem {
    border-radius: 3px;
}
.flotanteItem {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    padding: 1em;
    text-align: left;
    overflow-y: auto;
    background: var(--color2);
    z-index: 2;
}
.btnSelectList li{
    margin-bottom: 1em;
}
.btnSelectList li, .btnSelectListBottom {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
.flotanteItem li {
    padding: 0;
    margin-bottom: 5px;
}
.flotanteItem li a{
    /* color: #fff; */
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: -1px;
}
.footer-dropdown-cont{
    display: flex;
    border-radius: 5px;
    z-index: 5;
}
.footer_dropdown {
    /* height: 30px; */
    padding: 5px 10px 8px 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f3f1f3;
    width: 100%;
}
.btn.btnSelect.footer_dropdown{
    height: 30px;
    /* color: #fff; */
    font-size: 1.25em;
    font-weight: 400;
    align-items: center;
    display: flex;
    letter-spacing: -1px;
}
.Rectngulo-1-copia-2 {
    /* height: 40px; */
    width: 30px;
    margin: 0 0 0 -5px;
    padding: 2px 2px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #35b5cd;
    font-size: 25px;
    cursor: pointer;
    color: #fff;
    transition: .15s all ease-in-out;
}

.Rectngulo-1-copia-2 i.fas.fa-angle-down {
    padding: 2px;
}

.selectFlotanteTop ul{
    background-color: #e7e4e7;
    margin: -3px 0 0 0;
}


/* El hover del footer dropdown está en index.js */

.low-footer {
    margin: 87px 0 50px 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #445050;
}

.low-footer .low-footer-span {
    color: #2ba7bf;
}
/* RESPONSIVE FOOTER*/
@media (max-width: 1025px){
    .footer {
        width: auto;
    }
}

@media (max-width: 769px){
    .footer {
        width: auto;
    }
}

@media (min-width: 768px){
    .footer-container {
        max-width: 100%;
        display: flex;
        flex-direction: row;
    }
}
/* Fin Footer */

/* Responsive CSS*/

/* Tablet 768px */
@media (max-width: 769px) {
    img.logo {
        margin: 0px 0px 10px 0px;
    }

    .header {
        padding: 15px;
    }

    div#miDropdown {
        /* width: 80%; */
        left: 60px;
    }

    .footer {
        padding: 0;
    }

    .footer-container {
        max-width: 100%;
        display: flex;
        flex-direction: row;
    }

    .footerItem {
        padding: 10px 15px;
        font-weight: 300;
        font-size: 1.1em;
    }
    .footerItem h4{
        font-size: 1em;
    }
    .footerItem.col1, .footerItem.col2, .footerItem.col3  {
        width: auto;
    }
    .footerItem.col2 h4 {
        width: auto;
    }
}

/* Mobile 550px */
@media (max-width: 550px) {
    .footer-container {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 0px 20px;
    }

    .footerItem {
        padding: 10px 15px;
        margin: 0px;
        width: auto;
        text-align: left    ;
    }

    .footerItem.col3 {
        width: 100%;
    }

    .footerRedes {
        display: inline-flex;
    }

    img.logo {
        margin: 0px 0px 10px 0px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 500;
    }

    body>header>div.header>div>div.header-derecha>div.menu-login.ocultarMov>a:nth-child(2) {
        line-height: 15px;
    }
    .footer_dropdown {
        padding: 2px 10px 8px 15px;
    }
    ul.footerRedes {
        width: 100%;
        justify-content: normal;
    }
    ul.footerRedes li {
        margin-right: 1em;
    }
}


@media (max-width: 769px) {

    .logoMin {
        display: flex;
        align-items: center;
    }

    .logo {
        display: none;
    }

    .header{
        display: flex;
        padding: 10px;
    }

    .header-derecha .mi-cuenta {
        display: none;
    }
    .header-derecha .mi-cuenta-mob {
        display: flex;
    }

    .header-derecha {
        width: auto;
        margin-top: 0;
    }

    .menu-login.ocultarMov.menu-notlogged {
        width: 180px;
        margin-bottom: -5px;
    }

    div#miDropdown {
        width: 220px;
        left: -211px;
    }

    .header-container {
        padding: 0;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin: 0;
    }

    .header-izquierda {
        flex-direction: row;
        align-items: center;
        width: auto;
    }

    .header-izquierda img.logoMin {
        margin: 0;
        width: 49px; 
        height: auto;
    }

    .header-izquierda i {
        display: none;
    }

    .body-container > .subject {
        margin-top: 20px;
    }

    body > header > div.header > div > div.header-izquierda > i {
        text-align: center;
    }
}

@media (max-width: 321px){
    .footer-container {
        padding: 0;
    }
}