@import "fonts.css";

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Geomanist", sans-serif;
    font-size: 16px;
    color: #2B1937;
}

* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    width: 100%;
}

header {
    background-color: #66308C;
    box-shadow: 2px 2px 18px #433D3845;
    position: sticky;
    top: 0;
    z-index: 8;
}
.orange-text{
    color: #F09124;
}
.pasos__title--bold{
    font-weight: 500 !important;
}
.header__left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header__content {
    padding: 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}


.left__link {
    text-decoration: none;
}

.header__title {
    justify-self: center;
}

.header__logo {
    width: 50px;
    align-self: center;
}

.header__logo--letras {
    max-width: 170px;
    align-self: top;
}

.header__title {
    font-size: 24px;
    margin-left: 10px;
    color: #66308C;
}

.header__icon img {
    width: 27px;
}

.header__menu {
    display: none;

}

.header__menu ul {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    align-items: flex-start;
}

.header__menu a {
    text-decoration: none;
    color: #fff;
}

.header__menu .selected {
    text-decoration: underline;
    background-color: #EFEAF3;
}

.header__menu__button {
    display: flex;
    top: 0px;
    right: 20px;
    background: transparent;
    border: 0px;
    flex-direction: column;
    margin: 12px 0 12px auto;
    gap: 5px;
    width: 32px;
    z-index: 4;

}

.header__menu--desk {
    display: none;
}


.header__menu__button>div {
    background: #FFF;
    height: 4px;
    width: 100%;
    border-radius: 5px;
    transition: all .5s;
    transform-origin: right;
}

.banderas__cont {
    display: flex;
    flex-direction: column;

}

.bandera__cont {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;

}

.right__title {
    color: #F09124;
    font-size: 20px;
    font-weight: normal;
}

.banderas__title {
    color: #F09124;
    font-size: 20px;
    font-weight: normal;
    margin-top: 15px;
}

.bandera__img {
    width: 35px;
    height: 20px;
    margin-right: 5px;
}

.bandera__title {
    font-size: 18px;
    font-weight: normal;
}

.list__separador {
    background-color: #FFF;
    width: 100%;
    border: 1px solid #fff;
}

.menu__open .header__menu__button {
    position: fixed;
    gap: 18px;

}

.menu__open .header__menu__button div:first-child {
    transform: rotate(-45deg);
    width: 95%;
}
.menu__open .bg__main{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.4;
    z-index: 2;
}



.menu__open .header__menu__button div:nth-child(2) {
    opacity: 0;
    display: none;
}

.menu__open .header__menu__button div:last-child {
    transform: rotate(45deg);
    width: 95%;
}

.wrapper {
    max-width: 1200px;
    margin: auto;

}

.banderas__cont--mobile {
    display: none;
}

.header__menu .list__item--selected{
    color: #F09124 !important;
} 



footer {
    background-color: #EFEAF3;
}
.footer__video{
    width: 100%;
    height: auto;
}
.footer__img {
    width: 100%;
    height: 163px;
}

.footer__picture {
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer__content {
    padding: 40px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.footer__title {
    color: #66308C;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 31px;
    
    text-align: center;
}

.footer__sub {
    background-color: #66308C;

}

.sub__cont {
    padding: 40px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer__content2 {
    padding: 20px 15px;
}

.sub__title {
    color: #F09124;
    font-weight: 500;
    font-size: 20px;
    align-self: flex-start;
    margin-top: 40px;
    margin-bottom: 15px;
}

.sub_subtitle {
    color: #fff;
    font-weight: 200;
    font-size: 18px;
    line-height: 20px;
    align-self: flex-start;
}

.footer__logo--one {
    width: 190px;
     
}

.footer__logo--two {
    width: 190px;
     
    margin-top: 40px;
}

.footer__title--color{
    color: #F09124;
}
.footer__links {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
}

.footer__img--descargas {
    width: 190px;
     
    margin-bottom: 20px;
}

.footer__link {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}

.footer__logo {
    display: block;
    width: 120px;
    margin: auto;
}

.footer__rrss {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    margin-right: 40px;
}

.footer__rrss__icon {
    margin: 0 10px;
    width: 24px;
}

.footer__copyright .wrapper {
    margin: auto;
    max-width: 380px;
    padding: 0 20px;
    text-align: center;
}

.footer__item {
    padding: 30px 20px;
    text-align: center;
}

.footer__line {
    width: 95%;
    height: 1px;
    background-color: #FFFFFF;
    margin: auto;
}

.footer__menu__logo img {
    width: 150px;
}

.footer__links__item {
    color: #fff;
    display: block;
    font-size: 16px;
    margin-bottom: 30px;
    text-decoration: none;
}

.footer__links__item:hover,
.footer__links__item:visited,
.footer__phone:hover,
.footer__phone:visited {
    color: #fff;
}

.footer__copyright {
    background-color: #858889;
    padding: 30px 0px 30px 0px;
}

.footer__copyright__text {
    padding-top: 20px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    /* font-family: AmorSans; */
}

.footer__href {
    padding: 30px 20px;
    text-align: center;
}

.footer__phone {
    align-items: center;
    background-color: #EF7B21;
    color: #fff;
    display: flex;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 20px;
    width: fit-content;
    height: 30px;
    margin: auto auto 20px auto;
    /* font-family: AmorSans; */
}

.footer__phone img {
    width: 17px;
    margin-right: 6px;
}

.footer__ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.footer__ul li:nth-child(2) a {
    margin-left: 20px;
    font-style: italic;
    font-weight: normal;
}

.footer__title--bigger {
    font-size: 24px;
    text-align: center;
    color: #66308C;
    margin-bottom: 20px;
}

.footer__title--orange {
    color: #F09124;
}

.footer__ul a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

.footer__ul img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 6px;
}

.footer__copyright__logo {
    width: 180px;
}


#mi-menu {
    position: fixed;
    top: 78px;
    right: -232px;   
    width: 232px;
    height: 100%;
    color: #fff;
    text-align: left;
    transition: right 0.5s;
    z-index: 2;
    padding: 20px;
    background-color: #592A7A;
}

#mi-menu.mostrar {
    right: 0;
    background-color: #592A7A;   
}

#mi-menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}


.drops__cont {
    display: none;
}

#mi-menu ul li a {

    text-decoration: none;
    display: block;
    margin: 10px 0;
    font-size: 18px;
    font-weight: normal;
}

#mostrar-menu {
    position: absolute;
    top: 16px;
    left: 10px;
}

.list__item--italic {
    font-style: italic;
    font-weight: bold;

}

.mi-menu__list {
    display: flex;
    flex-direction: row;    
    justify-content: flex-start !important;
}

.item__icon {
    margin: 0;
    padding: 0;
    height: 25px;
    width: 25px;
    margin: 3px;
    margin-left: 25px;

}

.list__item {
    margin: 0px;
}

.item__icon--youtube {
    width: 34px;
    margin-left: 10px;
}


.main__btn--green {
    background-color: #7AB700 !important;
    color: #fff !important;
    margin-top: 15px;
}
.vodiapicker {
    display: none;
}
#a {
    padding: 2px;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 115px;
    color: #FFF;
}

#a img,
.btn-select img {
    width: 12px;

}

#a li {
    list-style: none;
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
    cursor: pointer;
}

#a li:hover {
    background-color: #66308C;
}

#a li img {
    width: 40px;
    height: 25px;
}

#a li span,
.btn-select li span {
    margin-left: 3px;
    line-height: 22px;

}

.b {
    position: absolute;
    display: none;
    max-width: 350px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
    background-color: #66308C;
}
.open {
    display: show !important;
}
.btn-select {
    /* margin-top: 10px; */
    width: 115px;
    font-family: "Geomanist", sans-serif;
    font-size: 16px;
    font-weight: normal;
    max-width: 350px;
    height: 34px;
    border-radius: 5px;
    background-color: #66308C;
    border: 1px solid #FFF;
    color: #FFF;
    padding: 2px;
}
.btn-select img {
    width: 40px;
    height: 25px;
}

.btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
    display: flex;
   
}
.btn-select{
    cursor: pointer;
}
 
.btn-select:hover li {
    margin-left: 0px;
}

.btn-select:focus {
    outline: none;
}

.lang-select {
    margin-left: 50px;
}

.drops__cont{
    display: none;
}

@media screen and (min-width: 600px) {

    .footer__href {
        padding: 30px 5px;
        text-align: center;
        display: flex;
        justify-content: space-between;
    }
.footer__video{
    max-width: 500px;
}
    .footer__phone {
        margin: 0;
        font-size: 17px;
    }

    .footer__ul a {
        font-size: 22px;
    }

    .footer__ul li:nth-child(2) a {
        margin-left: 30px;
    }

    .footer__line {
        display: none;
    }

    .footer__copyright .wrapper {
        display: flex;
        justify-content: center;
        max-width: 700px;
        align-items: center;
    }

    .footer__copyright__logo {
        margin-right: 45px;
        width: 200px;
    }

    .footer__menu__logo img {
        width: 110px;
    }

    .footer__copyright__text {
        padding: 0;
    }

    .footer__links {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-width: 100%;
        width: 100%;
    }

    .footer__links__item {
        position: relative;
    }

    .footer__links__item:not(:last-child) {
        margin-right: 10px;
    }

    .footer__links__item:not(:first-child) {
        margin-left: 10px;
    }

    .footer__links__item:not(:last-child)::after {
        background-color: #fff;
        content: '';
        height: 30px;
        position: absolute;
        top: -6px;
        right: -10px;
        width: 1px;
    }

    .footer__item {
        padding-top: 0;
    }

}

/* modifica OV */
@media screen and (min-width: 768px) {
    .footer__video{
        max-width: 600px;
    }
    .header__content {
        height: 68px;
    }

    .header__menu a {
        font-size: 18px;
    }

    .footer__href {
        padding: 30px 15px;
    }

}

@media screen and (min-width: 900px) {
    .wrapper{
        max-width: 1200px;
    }
    header{
        padding: 15px;
    }
    .header__menu--desk {
        display: block;
    }

    .header__logo--letras {
        /* max-width: 250px; */
       min-width: 230px;
    }

    .header__menu__button {
        display: none;
    }


    .header__menu--desk .ul__desk ul {
        background-color: yellow;


    }

    .menu__desk--img {
        width: 15px;
        color: #000;
        margin-top: 5px;

    }


    .dropbtn {
        padding: 16px 5px;
        font-size: 18px;
        color: #fff;
        border: none;
        font-weight: 300;
        font-family: "Geomanist", sans-serif;
        background-color: #66308C;
        margin-left: 5px;
    }


    .banderas__cont--mobile {
        display: block;

    }

    .drops__cont {
        display: none;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }   
    
    .sub__cont{        
        flex-direction: row;
        justify-content: space-between;
        align-items: center;      

    }

    .footer__logo--one{
        width: 150px;
        height: auto;
    }
    .footer__logo--two{
        width: 180px;
        height: auto;
        margin-top: 0;
    }
    .sub__title{
        margin-bottom:5px;
    }
    .sub_subtitle {
        
        line-height: 20px;
      
    }
    .sub_subtitles{
        margin-top:10px;
    }




    .lang-select {
        position: relative;
    }
    
    .lang-select-arrow {
        width: 15px;
        position: absolute;
        top:12px;
        right: 5px;    
    }
    
    .dropdown {
        position: relative;        
        display: flex;
        justify-content: flex-start;
        align-items: center;
        min-width: 240px;    
    }
    
    
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #3E175A;
        min-width: 160px;
        z-index: 1;
        top: 50px;
        font-size: 18px;
    }
    
    .dropdown-content a {
        color: #fff;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-weight: 300;
    }

    .dropdown-content a:hover {
        background-color: #F09124;
    }
    
    .dropdown a {
        text-decoration: none;
        padding: 10px;        
    }
      
    .dropdown a:last-child {
        border-right: none;
    }
    
    .dropdown:hover .dropdown-content {
        display: block;
    }
   
    .header__menu--desk:hover {
        background-color: #3E175A !important;
    }
    
    .header__menu--desk:hover .dropbtn {
        background-color: #3E175A !important;
    }   
    
    .header__icon {
        display: none;
    }
    
    
    .header__search {
        display: block;
    }
    
    .header__right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    
    }
    
    .header__menu {
        display: flex;
        flex-direction: column;
        margin: 0;
        align-items: center;       
    }  
    
    
    .searchbar__cont {
        display: block;
    }
 
    .right__title {
        display: none;
    }
    
     
    .list__item {
        font-size: 16px !important;
        margin: 0;
        padding: 0;        
         
    }
    
    .item__icon {
        width: 35px;
        height: 35px;
    }
    
    .item__icon--youtube {
        width: 45px;
    } 
 
    
    .footer__content {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .footer__links {
        width: auto;
        margin-top: 0;
        text-align: left;
        align-items: center;
        justify-content: center;
        margin-left: 30px;
    }
    
    .footer__link {
        margin: 0 10px;
    }
    
    .footer__link {
    
        align-self: flex-start;
    }
    
    .footer__content {
    
        flex-direction: column;
    
    }
    
    .footer__img {
        height: auto;
    }
    
    .footer__title {
        margin-top: 40px;
        width: 100%;
        text-align: center;
    }
    
    .footer__links {
        flex-direction: row;
    }

    .footer__video{
        max-width: 700px;
    }

}

@media screen and (min-width: 1000px) {
    .wrapper{
        width: 900px;
    }
}

@media screen and (min-width: 1024px) {
    .wrapper{
        width: 950px;
    }
}

@media screen and (min-width: 1200px) 
{
    .wrapper{
        width: 1000px;
    }
}