:root {
  --grey:#908F8D; /*grey*/
}

.w100 {
	width: 100%;
	height: auto;
}

body {
  font-family: "Inter", sans-serif;
  
}
h2 {
    font-family: "Gotham", sans-serif;
    font-size: 2.5rem;
}
@media only screen and (max-width: 991px){
    h2 {
        font-size: 1.8rem;
    }
}
h2.fw-bold, span.fw-bold {
    font-family: "Gotham bold", sans-serif;
}
a {
	text-decoration: none;	
}
a:hover {}

.pre-header {
    background: #000;
    color: #fff;
    padding: .3rem;
    text-align: center;
}
.header {	
    width: 100%;
    position: absolute;
    z-index: 2;
}

.main-menu {margin-top: 5rem;}
.main-menu ul {
	padding: 0;
}
.main-menu ul li {
	list-style-type: none;
	position: relative;
}
.main-menu ul li a {
	text-decoration: none;
  color: #000;
  margin: 0rem 2rem;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  transition: .3s all;
  padding: .5rem 1rem;
}
.call {
  background: #000;
  color: #fff !important;
  border-radius: 20px;
}
.main-menu ul li a:hover{    
	text-decoration: underline;    
}
.current-menu-item a {
    color: var(--blue) !important;
    border-bottom: 4px solid var(--blue);
}
.main-menu .sub-menu {
	display: none;	
    position: absolute;
    top: 72px;
    left: 0;
    background:#fff;
    z-index: 1;
    width: max-content;    
}
.menu-item-has-children:hover .sub-menu {
	display: block;
}
.sub-menu li a {
	font-size: 1rem !important;
    padding: 1rem !important;
    font-weight: 300 !important;
}

.content {
	
}
.footer {
    background-color: #171717;
    color: #fff;
    padding: 3rem;
}
.footer h4 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2rem;;
}
.footer p, .footer a {
    font-size: 1rem;
    font-weight: 100;
}
.border-right {
    border-right: 1px solid #fff;
}
.footer-logo {
    margin-bottom: 1rem;
}
.footer a {
    color: #fff;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer ul li {
    list-style: none;
    margin-bottom: .5rem;
}
.footer small {
    font-size: .7em;
    color: #7d7d7d;
}
.footer .rrss {
    background: #fff;
    color: #000;
    padding: 15px;
    border-radius: 45px;
    line-height: 0;
    font-size: 1.5rem;
    margin-top: 10px;
    display: inline-block;
}
.logo-footer {
  width: 150px;
}
.owl-dot span {
    background:#919191;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 5px;
    margin: 5px;
}
.owl-dot.active span {
    background: #dcdcdc;
}
.owl-dots {
    text-align: center;
    margin-top: .5rem;
}
.chevron-hero {
    position: relative;
    top: -5rem;
    z-index: 1;
    width: 100%;
    display: block;
    text-align: center;
    color: #000000;
    font-size: 2rem;
}
.small-hero {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    color: #fff;
    font-weight: 300;
    font-size: .8rem;
}
@media only screen and (max-width: 991px){
    .small-hero {
        position: relative;
        bottom: 100px;
        z-index: 2;
        color: #fff;
        font-weight: 300;
        font-size: .6rem;
        width: 100%;
        text-align: center;
        display: block;
    }
}
.small-slider {
    position: absolute;
    right: 10px;
    bottom: 50px;
    z-index: 1;
    color: #fff;
    font-weight: 300;
    font-size: .8rem;
}
@media only screen and (max-width: 991px){
    .small-slider {
        position: absolute;        
        bottom: 40px;
        z-index: 2;
        color: #fff;
        font-weight: 300;
        font-size: .6rem;
        width: 100%;
        text-align: center;
    }
}
.hero-item {
    height: 100vh;
    background-size: cover;
    background-position: bottom center;
    background-repeat:no-repeat;
}
@media only screen and (max-width: 991px){
    .hero-item  {
        height: 50vh;        
    }
}
.hero-item .logo {
    width: 50% !important;
    margin: 0 auto;
    margin-top: 10%;
}
.block-tabs {background: #F9F9F9;}
.block-tabs p {line-height: 2.2rem;}
.block-tabs .nav-item {
    width: 33%;
}               
.block-tabs .nav-tabs {
    border-bottom: none;
}
.block-tabs .nav-link {
    width: 100%;
    border:none;
    border-bottom: 5px solid #959595;
    color: #959595;
}
.block-tabs .nav-link.active {
    border-bottom: 5px solid #000;
    background: no-repeat;
}
.block-contact {
    background-image: url(../images/bg-contacto.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.block-contact-inner {
    background: #fff;
    margin: 5rem;
    padding: 3rem 3rem 0rem 3rem;
}
.block-contact-inner a {
    color: #000;
}
.block-contact .rrss {
    background: #000000;
    color: #fff;
    padding: 15px;
    border-radius: 45px;    
    line-height: 0;
    font-size: 1.5rem;
    margin-top:10px;
    display: inline-block;
}
.whatsapp {
    position: fixed;
    bottom: 0px;
    right: 10px;
    font-size: 3rem;
    color: #4CC85B;
    z-index: 1;

}
.block-about .icons {
    padding: 0 5rem;
}
.big-slide-item {
    height: 100vh;
    text-align: center;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.big-slide-item span {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .5rem;
    display: block;
    letter-spacing: .2rem;
    text-transform: uppercase;
}
@media only screen and (max-width: 991px){
    .big-slide-item {
        height: 50vh;
    }
    .big-slide-item span {
        font-size: 1.5rem;
    }
}
.big-slide-item a {
    color: #000;
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 30px;
    font-size: .8rem;
}
.gallery-icon {margin-bottom: .8rem;}
.gallery-icon .call {
    padding: 1rem 2rem;
    border-radius: 40px;
    margin-top: 1rem;
    display: inline-block;
}
.slider-container {
position: relative;
width: 100%;                                
height: 600px;
overflow: hidden;                   
}
@media only screen and (max-width: 991px){
    .slider-container {
        height: 300px;        
    }
}

.slider-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.top-image {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
}

.bottom-image {
    z-index: 1;
}

.slider-dragger {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 10px;
    background-color:#fff;
    z-index: 100;
    cursor: ew-resize;
}
.slider-dragger img {
    margin-top: 275px;
    width: 60px !important;
    margin-left: -25px;
    user-drag: none;  
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
@media only screen and (max-width: 991px){
    .slider-dragger img {
        margin-top: 130px;
        width: 40px !important;
        margin-left: -15px; 
    }
}
span.top {
width: 100%;
background: #000;
z-index: 999;
color: #fff;
position: absolute;
font-size: 1.2rem;
text-transform: uppercase;
font-weight: 600;
padding: .2rem;
text-align: center;
}
span.bottom {
width: 100%;
background: #000;
z-index: 999;
color: #fff;
position: absolute;
font-size: 1.2rem;
text-transform: uppercase;
font-weight: 600;
padding: .2rem;
text-align: center;
bottom: 0;
}
.blog-card {
background-size: cover;
min-height: 600px;
background-repeat: no-repeat;
padding: 1rem;
display: grid;
}
.blog-card p {
color: #fff;
background: #000;
padding: 1rem;
align-self: end;
margin-bottom: 0;
}

.mfp-arrow-left {
    background-image: url(../images/go-left.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 60px;
    height: 60px;
    display: block !important;
    background-size: 60% !important;
}
.mfp-arrow-right {
    background-image: url(../images/go-right.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 60px;
    height: 60px;
    display: block !important;
    background-size: 60% !important;
}
.mfp-arrow-right:before, 
.mfp-arrow-right:after, 
.mfp-arrow-left:before,
.mfp-arrow-left:after {display: none;}




/*mobile*/
.link-off {display: none;}
.hide-on-desktop {display: none;}
@media only screen and (max-width: 991px){
    .hero-item .logo {
        width: 90% !important;
        margin: 0 auto;
        margin-top: 140px;
    }
    .link-off {
        display: block !important;
        float: right;
        margin-right: 0rem;
        margin-top: 1rem;
    } 
    .hide-on-mobile {display: none;}
    .hide-on-desktop {display: block !important;}
    .block-contact-inner {    
        margin: 1rem;
        padding: 1rem;
    }
    .block-about .icons {
        padding: 0rem 0rem;
    }
    .footer {        
        padding: 0rem;
    }
    .border-right {
        border:none;
    }
    .block-tabs .nav-link {
        min-height: 70px;
        font-size: .8rem;
    }
    span.bottom, span.top {
        font-size: .8rem !important;
    }
}

/*fonts*/

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham-book.woff2') format('woff2'),
         url('../fonts/gotham-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham bold';
    src: url('../fonts/gotham-bold.woff2') format('woff2'),
         url('../fonts/gotham-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}