@import url(base.css);
.menufondo{
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: background-color 0.3s;
}
.menu {
    margin: auto;
    max-width: 1200px;
    height: 100px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
    position: relative;
}
.primero{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
    gap: 40px;
    margin-right: 170px;
    height: 100%;
}
.menu-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 3px transparent solid;
    transition: all 0.3s;
    position: relative;
}
.menuAHref{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 10px 20px;
}
.menu-item:hover{
    border-bottom: 3px var(--arena) solid;
}
.dropdown-btn{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    gap: 10px;
}
.dropdown-btn i, .gt_float_switcher-arrow{
    color: var(--arena) !important;
    background-size: 18px !important;
}
.menu a{
    text-decoration: none;
    color: inherit;
    display: inline-block;
}
.left{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    gap: 40px;
}
.left a{
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.left img{
    width: 100%;
    height: 100%;
}
.menu-arrow{
    color: var(--blanco);
}
.divition-menu{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    gap: 6px;
}
.divition-menu img{
    width: 18px;
    height: 16px;
}
.visitas-cifra{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    gap: 10px;
}
.visitas-cifra span:nth-child(2){
    margin-left: -5px;
}
.visitas-icon{
    color: var(--dorado_claro);
    font-size: 19px;
}
/*Widget css*/
.gt_float_switcher-arrow{
    box-shadow: none !important;
}
.gtranslate_wrapper{
    position: absolute;
    right: 0;
    height: 100%;
    min-width: 140px;
    padding-top: 37px;
    background-color: transparent!important;
}
.gt-current-lang{
    padding: 0 !important;
    min-width: 140px;
    background-color: transparent!important;
    font-weight: 400 !important;
    padding-left: 10px !important;
    box-shadow: none !important;
}
.nturl{
    padding: 10px 0px 10px 10px !important;
}
.nturl a{
    font-weight: 400;
}
.gt_float_switcher{
    background-color: transparent!important;
    box-shadow: none !important;
}
#gt_float_wrapper{
    background-color: transparent!important;
}
.gt-selected{
    background-color: transparent !important;
}
.activo{
    border-bottom: 3px var(--arena) solid;
}
.dropdown-content{
    width: 150px;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    list-style-type: none;
    position: fixed;
    z-index: 999999;
    position: absolute;
    top: calc(100% + 31px);
    left: 0px;
    background-color: rgba(36,41,63,0.6);
    display: none;
}
.subMenuLi a{
    width: 100%;
    text-transform: capitalize;
    padding: 10px 20px;
    border-bottom: 3px transparent solid;
    transition: all 0.3s;
}
.subMenuLi:hover a{
    border-bottom: 3px var(--arena) solid;
}
.segundo{
    cursor: pointer;
    padding: 10px 0px;
}
.show {
    display: block;
}
.dropdown-icon{
    transition: all 0.3s;
}
.girar{
    transform: rotate(180deg);
}
.menuMobile{
    display: none;
}
.scrolled{
    background-color: rgba(36,41,63,0.6);
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
    .menu{
        display: none;
    }
    .menuMobile{
        display: block;
        padding: 20px;
        height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
        gap: 20px;
    }
    .menufondo{
        background-color: rgba(36,41,63,0.6);
        position: relative;
        position: fixed;
    }
    .mainMobile{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: stretch;
    }
    .mainMobile i{
        font-size: 30px;
    }
    .mainMobile a{
        width: 30px;
        height: 30px;
        display: inline-block;
        border-bottom: 3px transparent solid;
    }
    .mainMobile a img{
        width: 100%;
        height: 100%;
    }
    .primero{
        display: block;
        width: 100%;
        margin-right: 0px;
        position: absolute;
        top: 70px;
        left: -100%;
        background-color: rgba(36,41,63,0.6);
        height: auto;
        transition: all 0.2s;
    }
    .primero li{
        border-bottom: 1px var(--dorado_claro) solid;
    }
    .primero a{
        text-decoration: none;
    }
    .primeroItem{
        padding: 15px 0px;
    }
    .visitas-cifra span{
        font-size: 14px;
    }.visitas-cifra i{
        font-size: 20px;
    }
    .segundo{
        width: 100%;
        height: auto;
    }
    .gtranslate_wrapper{
        position: unset;
        min-width:  0px;
        padding: 15px 0px;
        background-color: transparent;
        text-align: center;
    }
    .divition-menu{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }
    .dropdown-btn{
        padding: 0px 0px;
        text-align: center;
    }
    .dropdown-content{
        width: 100%;
        height: 100%;
        display: none;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
        position: unset;
        background-color: transparent;
    }
    .dropdown-content a{
        width: 100%;
        padding: 10px 10px;
        text-transform: capitalize;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        align-content: stretch;
        gap: 10px;
    }
    .show{
        display: flex;
    }
    .dropdown-content i{
        font-size: 10px;
    }
    .show2{
        left: 0;
    }
}