header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    pointer-events:none;
} 
header .logo{
    width:10vw;
    margin:1vw;
    pointer-events:auto;
}
#hero{
    min-height: 100vh;
    /*background-image: url("assets/img/sliderhome.png");*/
    background-size: cover;
    overflow: hidden;
    width: 100%;
}
#homeslider .carousel-item{
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}


.navmenu {
    height: 30px;
    overflow: hidden;
    text-align: right;
    pointer-events:auto;
}

.navmenu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    text-align: right;
    float: right;
    transform: translateX(130%);
    transition: all 0.6s cubic-bezier(0.68, 0.01, 0.22, 0.99);
    margin-top: 2px;
    margin-right: 15px;
}

.navmenu.active ul {
    transform: translateX(0%);
}

.navmenu ul li {
    display: inline;
    color: #fff;
    padding: 6px 12px;
}

.navmenu ul li a {
    text-decoration: none;
    white-space: nowrap;
}

.navmenu ul li a:hover {
    text-decoration: none;

}

.navmenu ul li a {
    padding-bottom: 5px;
    color: #fff;
    position: relative;
    
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 1em;
}

#header.active .navmenu ul li a {
    color: var(--main-bg-fblue);
}

.floatatvlogo {
    position: fixed;
    left: 65px;
    bottom: 50px;
    background-image: url(../img/logo-atv.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 115px;
    z-index: 105;
    /*transition: visibility 0s, opacity 1.1s linear;*/
}

.floatatvlogo a {
    display: block;
    width: 100%;
    height: 100%;
}

.navmenu ul li a{
    color:#7f2629;
}
.navmenu ul li a:hover:before {
    width: 100%;
}

.navmenu ul li a::before {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    bottom: 5px;
    left: 0;
    bottom: -3px;
    z-index: 0;
    position: absolute;
    background: var(--main-bg-green);
    transition: all 0.3s ease-in-out;
}

.navbars {
    width: 50px;
    height: 50px;
    float: right;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: relative;
    display: block;
    z-index: 2;
    pointer-events:auto;
    background-color: #7f2629;
    border-radius: 50%;
}

.navbars div{
    width: 30px;
    display: block;
    margin: 18px 10px;
    position: relative;
}
.navbars.active div{
    margin: 14px 10px;
}
.navbars span {
    display: inline-block;
    background-color: #fff;
    height: 3px;
    width: 30px;
    margin-bottom: 6px;
    transition: all 0.3s ease-out;
    position: absolute;
    left: 0px;
    top: 0px;
}

.navbars span {
    transform: translateY(0px);
}

.navbars span+span {
    transform: translateY(9px);
}

.navbars span+span+span {
    transform: translateY(18px);
    display: none;
}

.navbars.active span {
    transform: translate(0px, 10px) rotate(-45deg);

}

.navbars.active span+span {
    transform: translate(0px, 10px) rotate(45deg);
}

.navbars.active span+span+span {
    display: none;
}


.menubars i{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.menubars i:nth-of-type(2){
    margin-top: 8px;
}

.menubars i+i+i {
    transform: translateY(18px);
    display: none;
}

.menubars.active i {
    transform: translate(0px, 10px) rotate(-45deg);

}

.menubars.active i+i {
    transform: translate(0px, 10px) rotate(45deg);
}

.menubars{
    float:right;
    display: block;
    width: 30px;
    margin-right:1vw;
    pointer-events:auto;
}
#pets{
    padding:80px 0;
}
#pets .title{
    position: absolute;
    bottom:-20px;
    left:50%;
    transform: translateX(-50%);
    width:14vw;
}
#gastronomia .titulo{
    position: absolute;
    top:50%;
    left:50%;
    z-index: 5;
    transform: translate(-50%,-50%);
    width: 90%;
}
#gastronomia ul li:hover{
    color:#7f2629;
}
#gastronomia ul li{
    cursor: pointer;
}
#gastronomia ul{
    list-style: none;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 1.9rem;
    color: #e1c19e;
}
#cultura .carousel-control-next, 
#pets .carousel-control-next, 
#cultura .carousel-control-prev ,
#pets .carousel-control-prev {
    width: 100%;
    opacity: 1;
}

#cultura .carousel-control-next-icon, #cultura .carousel-control-prev-icon ,
#pets .carousel-control-next-icon, #pets .carousel-control-prev-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #ff6b00;
    border-radius: 50%;
    opacity: 1;
}
#peculturats .carousel-control-next-icon:hover, #cultura .carousel-control-prev-icon:hover ,
#pets .carousel-control-next-icon:hover, #pets .carousel-control-prev-icon:hover {
    background-color: #7f2629;
}
.carousel-control-prev-icon {
    background-image: url(assets/img/arrow.svg);
    background-size: 50%!important;
}
.carousel-control-next-icon {
    background-image: url(assets/img/arrow.svg);
    background-size: 50%!important;
    transform: rotate(180deg);
}
.triangulo{
    width: 100%;
    height: 0;
    border-style: solid;
    border-width: 0 100% 39px 100%;
    border-color: transparent transparent #7f2629 transparent;
}
.divcompras h3{
    font-family: 'TitlingGothicFB Wide';
    font-weight: 900;
    font-size: 3.2rem;
    color: #fff;
    text-align: center;
}
.divcompras .contenido ul li{
    cursor: pointer;
}
.divcompras .contenido ul li:hover{
    color:#fff;
}
.divcompras .ficha{
    display: none;
    padding:30px;
}
.divgastro.on{
    display: block;
}
.divgastro{
    position: absolute;
    top:0;
    left:0;
    width: 100%; 
    height: 100%;
    display: none;
    z-index: 1;
    background-position: center center;
    background-size: cover;
}
.divgastro .fichagastro{
    position: absolute;
    bottom:10px;
    left:50%;
    transform: translateX(-50%);
    position: absolute;
    width: 80%;
    text-align: center;
}
.gondola{
    width: 55%;
    margin:0 auto;
}
.divcompras .contenido{
    overflow: hidden;
    height: 80vh;
}
.fichagastro h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    color: #fff;
    display: block; 
    width: fit-content;
    padding: 6px 26px;
    border-radius: 30px;
    background-color: #7f2629;
    margin:0 auto;
    transform: translateY(-10px);
}
.gondola span{
    display: block;
    position: absolute;
    bottom:20px;
    left:50%;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 2.2rem;
    color: #fff;
    transform: translateX(-50.5%);
}
.ficha h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    color: #e1c19e;
    display: block; 
    width: fit-content;
    padding: 6px 26px;
    border-radius: 30px;
    background-color: #fff;
    margin:0 auto;
    transform: translateY(-10px);
}
.burbujamapa{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 1rem;
    color: #fff;
    display: block; 
    width: fit-content;
    padding: 6px 26px;
    border-radius: 30px;
    background-color: #7f2629;
    margin:0 auto;
    transform: translateY(-10px);
    position: absolute;
    display: none;
}
.burbujalocal span{
    display: block;
    position: absolute;
    bottom:20px;
    left:50%;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 2.2rem;
    color: #fff;
    transform: translateX(-50.5%);
}
.burbujalocal{
    position: relative;
    width: 40%;
    margin: 0px auto;
    text-align: center;
}
.fichagastro p{
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 1rem;
}
.ficha p{
    text-align: center;
    color: #7f2629;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 1rem;
}
.slidecompras{
    right:0;
    top:0;
    z-index: 0;
    transform: translateX(-200px);
}
#compras{
    position: relative;
    padding:100px 0;
}
.closecompras{
    display: none;
    position: absolute;
    top:20px;
    left:50%;
    transform: translateX(-50%);
    z-index: 15;
}
.divcompras.on .closecompras{
    display: block;
}
.divgastro.on .fichagastro,
.divcompras.on .ficha{
    display: block;
}
.divcompras.on .contenido{
    display: none;
}
.divcompras.on{
    background-image: url(assets/img/bg_compras_on.svg);
}
.divcompras{
    background-image: url(assets/img/bg_compras.svg);
    background-size: 100%;
    padding-top: 10%;
    padding-bottom: 4%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-top:35vh;
    min-height: 60vh;
    max-height: fit-content;
}
.divcompras ul{
    
    list-style: none;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 1.9rem;
    color: #e1c19e;
}
#mapa{
    padding:60px 0;
}
#promos{
    padding:60px 0;
}
.iconfooter svg,
.iconfooter img{
    width: 70px;
    cursor: pointer;
}
.iconfooter svg:hover  circle{
    fill:#7f2629;
}
.iconfooter{
    background-color: #efdecd;
    padding: 60px 0;
    width: 100%;
    margin-top:15vh;
}
.formfooter{
    background-color: #e1c19e;
    padding: 30px 0;
}
.closefooter{
    background-color: #7f2629;
    padding: 60px 0;
}
.closefooter p{
    display: none;
    color:#fff;
    font-size: 0.8rem;
    margin:0;
    padding: 0;
}
.closefooter img{
    height: 40px;
}
.overfoot:hover img{
    display: none;
}
.overfoot:hover p{
    display: block;
}
.closefooter .col{
    min-height: 40px;
}

@media (max-width: 800px) {
    .divcompras h3 {
        font-family: 'TitlingGothicFB Wide';
        font-weight: 900;
        font-size: 2rem;
        color: #fff;
        text-align: center;
    }
    header .logo{
        width:25vw;
        margin:2vw;
        pointer-events:auto;
    }
    #pets .title{
        width:34vw;
    }
}
.conocemas:hover{
    color:#fff;  
    opacity: 0.8;
}
.conocemas{
    background-color: #FFC100;
    border-radius: 10px;
    font-size: 12px;
    font-family: 'TitlingGothicFB Wide';
    font-weight: 900;
    color:#fff;
    text-decoration: none;
    padding: 6px 16px;
}
.molcales{
    cursor: pointer;
}
.gondolas:hover .mapast0,
.mlocales:hover .mapast0{
    fill:#7f2629;
}
.btnftr img.active{
    display: block;
}
.btnftr{
    position: relative;
}
.btnftr img{
    display: none;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translate(-50%,-100%);
}
#culturalista h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}
#culturalista h4{
    font-size: 1em;
}