/*----GENERALES----*/
*{
    font-family: 'Heebo', sans-serif;
}
html {
    scroll-behavior: smooth;
  }
  
/*-Colores-*/
.bg-black{
    background-color: #000!important;
}
.black-f label{
    color: #000;
}
/*-Fonts-*/
h2{
    font-size: 2.5rem;
}
h3{
    font-size: 2rem;
    line-height: 1.4;
}
h6{
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 24px;
}
p{
    font-size: 1rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 33px;
}
.bold{
    font-weight: 800;
    font-size: 1.3rem;
}
/*-Botons-*/
button:focus{
    outline: none;
}
.btn{
    border-radius: 0;
}
.btn-white, .btn-black, .nav-tabs .nav-link, .reserv{
    font-weight: 800;
    font-size: 12.5px;
    letter-spacing: 1px;

}
.btn-white{
    color: #000 !important;
    border-color: #fff;
    background: #fff;
}
a[type=button]{
	color: #fff !important;
    border-color: #000 !important;
    background: #000 !important;
}
.btn-black{
    color: #fff !important;
    border-color: #000 !important;
    background: #000 !important;
} 
.btn-black:hover, .btn-white:hover  {
    background: transparent;
}
.btn-white:hover{
   color: #fff !important; 
}
/*-Elements-*/
.small{
    width: 150px;
    border-top: 1.5px solid rgba(0,0,0,1)
}
/*----MENU----*/
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link{
    color: #fff;
}
.info-menu{
    display: none;
}
.collapse.show .info-menu{
    display: inherit;
    width: 100%
}
.collapse.show  .form-inline{
    padding-left: 10%;
}
.contacto-menu a{
    color: #000;    
}
.contacto-menu:hover a{
    color: #fff;
}
.contacto-menu a:hover{
    text-decoration: underline;
}
.contacto-menu a:hover i{
    text-decoration: underline;
}
.info-menu a{
    color: #fff
}

/*----BANNER----*/
.banner{
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

/*----CATALOGO----*/
.nav-tabs{
    border-bottom: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover{
    color: #000;
    background-color: #fff;
    border-color: #fff;
    position: relative;
}
.nav-link.active::before{
    content: "";
    position: absolute;
    width: 0; 
    height: 0; 
    bottom: -20px;
    left:40%;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #fff;

}
.nav-tabs .nav-link {
    border: 2px solid #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 10px;
    margin-right: 10px;
}
.catalogo nav{
    position: relative;
}
.catalogo nav::before, .catalogo nav::after{
    content: "";
    position: absolute;
    width: 15%;
    border-top: 1px solid #fff;
    top: 20px;
}
.catalogo nav::before{
    left:5%;
}
.catalogo nav::after{
    right: 5%;
}
.catalogo a.nav-item , .reserv{
    color: #fff;
}
.catalogo img{
    width: 100%;
}
.reserv{
    border: 2px solid #fff;
    width: 100%;
}
.reserv:hover{
    background: #fff;
    color: #000;
    cursor: pointer;
}
.full-w{
    width: 100%;
}

/*----FORM----*/
.bg-banner{
    background-image: url(../img/banner-contacto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
.pd-n{
    position: relative;
    top: -80px;
}
label{
    color: #626262;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 0.9rem;
}
.form-control{
    border-radius: 0;
    padding: 20px 15px;
}
.form-check-label a, .how h6 a{
    color: #626262;
    text-decoration: underline;
    cursor: pointer;
}
.how span{
    font-size: 42px;
}
.how p{
    font-weight: 500;
    margin-bottom: 2.5px;
}

/*----WHERE----*/
iframe{
    width: 100%;
}
.capa-1{
    position: relative;
    z-index: 1;
}
.capa-2{
    position: relative;
    z-index: 2;
}
.where .pd-n{
    margin-bottom: -80px;
}
.redes span {
    padding-left: 10px;
    padding-right: 10px;
}
.btn span{
    padding-left: 20px;
}
.redes a{
    color: #fff;
    text-decoration: none;
}

/*----MODAL---*/
.modal-content{
    border-radius: 0;
}

/*----MEDIA Q----*/
@media only screen and (max-width: 1199px){
    .container{
        width: 95%;
        max-width: 95%;
    }
     .catalogo nav::before, .catalogo nav::after{
       width: 10%
    }
    .banner{
        background-position: 62% top;
    }
}

@media only screen and (max-width: 992px) {
    .catalogo nav::before, .catalogo nav::after{
       display: none 
    }
    .bg-banner{
        background-image: none;
    }
    .grey-bg{
        padding: 0;
        background: #c4c3c6;
    }
    .h-m{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .catalogo .tab-pane .row.p-5 {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-top: 15px !important;
    }
    .banner{
        background-image: url(../img/banner-r.jpg);
    }
}
@media only screen and (max-width: 600px){

    .reserv{
        font-size: 8px
    }
}
@media only screen and (max-width: 360px) {
    .catalogo .col-md-9{
        padding-left:10px;
        padding-right: 10px;
    }
    .tab-content .col-4{
        padding-left: 5px;
        padding-right: 5px;
    }
    .tab-content .col-4 .btn{
        padding-left: 5px;
        padding-right: 5px;
    }
}