html {
    scroll-behavior: smooth;
  }
li.noclick       {
pointer-events: none;
}
.dot:hover{
    cursor:pointeR;
}
body{
    background-color:#ebe4dc;
    overflow-x:hidden;
}
.menu{
    background: #0000006e;
    height:80px;
 
}
a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
  }
  a:hover, a:focus {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
  }
.logo-menu{
    margin-top: -3px;

}
.nav-item{
    margin:0 5px;
}
.nav-item>.op-menu{
    font-family: "Quicksand_Book";
    color:#fff!important;
    text-transform:uppercase;
    font-size: 16px;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    padding: 1rem 1rem;
    margin: 0 auto;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.75rem;
    font-family: "Quicksand_Book";
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(255,255,255,0.3);
}

.modal-dialog {
    max-width: 40%;
    margin: 1.75rem auto;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
    overflow-y:hidden;
    font-family: "Quicksand_Book";
    color: #000000;
}

.nav-item>.red-menu{
    font-size: 22px;
    margin-top: -5.5px;
}
.toggler-close{
    color:#fff;
    font-size: 29px;
    padding: 0px 8px 0px 2px;
}

.navbar-toggler.collapsed>.toggler-close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}
.navbar-toggler>.toggler-close {
    display:inline;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
    position: absolute;
    right: 3vw;
    top: 13px;
}
.video-container{
    /* width: 100vw; */
    /* max-height: 133vh; */
    position:relative;
    overflow: hidden;
}
.video-container video{
    width: 100%;
    vertical-align: middle;
    
    display: inline-block;
    vertical-align: middle;
}
.carouselimagenes{
    
width: 100vw;
    
max-height: 110vh;
    
position:relative;
    
overflow: hidden;
    
display: flex;
}
.carouselimagenes img{
    width: 100%;
    margin-top: -5vh;
    vertical-align: middle;
}
.carouselimagenes canvas{
    
width: 100%;
    
margin-top: -5%;
    
vertical-align: middle;
}
.carousel-dots ul{
    display: inline-flex;
    margin: 0 auto;
    width: fit-content;
}
.carousel-dots ul li{
    list-style: none;
    width: 50px;
    background-color: #c8c2bb;
    margin:15px 10px;

    height: 5px;
    
}
.carousel-dots ul li:hover{
    background-color: #3f3f3f;  
    
}
.carousel-dots ul .active-dot{
    background-color: #3f3f3f;    
}
.top-line,.bot-line{
   height:3.880vw;
   width: 71.742vw;
   margin-left: 14.056vw;
   margin-top: 3.660vw;
}
.slid6{
    position: absolute;
    left:0;
    right: 0;
    top: -250px;
    bottom: 0;
}
@media(max-width:1500px){
    .slid6{
        top: 0;
        bottom: 0;
    }
}
.top-line{
    border-top: 2px solid #c7c7c7;
    border-right: 2px solid #c7c7c7;
    border-left: 2px solid #c7c7c7;
    margin-top: 13.909vw;
    margin-bottom: 3.660vw;
    width: 66%;
    margin-left: 17%;
}
.bot-line{
    border-right: 2px solid #c7c7c7;
    border-bottom: 2px solid #c7c7c7;
    border-left: 2px solid #c7c7c7;
    margin-bottom: 13.909vw;
    width: 66%;
    margin-left: 17%;
}
.text-message1{
    font-size: 1.6vw;
    width: 71.742vw;
    text-transform: uppercase;
    margin-left: 14.056vw;
    font-family: "Quicksand_Book";
    color:#505050;
}
.marca-video{
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    width: 100%;
}
.text-message2{
    font-size: 1.6vw;
    width: 71.742vw;
    text-transform: uppercase;
    margin-left: 14.056vw;
    font-family: "Quicksand_Book";
    color:#505050;
}
.img-insta{
    padding:17px;    
    min-height:350px;
}
#instagram-feed{
    padding-top:13.909vw;
}
.titulo{
    font-size: 2.01vw;
    font-family: "Quicksand_Light";
    text-transform: uppercase;
    width: 100%;
    color:#3f3f3f;
    text-align: center;
}
#load-more{
    background: transparent;
    border: 1px solid #c7c7c7;
    padding: 16px 59px;
    margin: 0 auto;
    font-family: "Quicksand_Book";
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 5vw;
}
#load-more:focus{
    outline: none;
    border: 1px solid #c7c7c7;
}
.btn-g{
    background: transparent;
    border: 1px solid #c7c7c7;
    padding: 16px 59px;
    margin: 16px;
    font-family: "Quicksand_Book";
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 5vw;
}
.btn-1{max-width: 180px;padding: 16px 44.5px;}
.contacto-mobile{
    margin:0 auto;
    display:none;
}
.contacto-desktop{
    display:grid;
}
.line-footer{
    width: 90%;
    color: #a6a29a;
    border-bottom: 1px solid #a6a29a;

}
.logo-footer{
    margin:0 auto;
}
.title-contacto{
    margin:50px 0 ;
}
.text-f{
    font-family: "Quicksand_Light";
    color:#000000;
    margin: 0 auto;
    font-weight: bold;
    cursor: pointer;
}
.tx-footer1{
    font-size: 30px;
    margin-bottom:10px;
}
.tx-footer2{
    font-size: 24px;
    margin-top:10px;
    margin-bottom:70px;
}
.tx-footer3{
    font-size: 16px;
    margin-top:20px;
    font-weight: 100;
    margin-bottom:10px;
}

.carousel-dots ul{
    display: inline-flex;
    margin: 0 auto;
    width: fit-content;
}
.carousel-dots ul li{
    list-style: none;
    width: 50px;
    background-color: #c8c2bb;
    margin:15px 10px;

    height: 5px;
    
}
.carousel-dots ul li:hover{
    background-color: #3f3f3f;  
    
}
.carousel-dots ul .active-dot{
    background-color: #3f3f3f;    
}

.owl-stage-outer {
    position:relative;
    z-index:10;
}

.owl-controls {
    position:relative;
    z-index:99;
    margin-top:-35px;
}

.owl-theme .owl-dots .owl-dot span {
    list-style: none;
    width: 50px;
    background-color: #c8c2bb;
   
    margin:15px 10px; 
    height: 5px;
    
 }

 .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #3f3f3f !important;  
}
.owl-theme .owl-dots .owl-dot.active span{
    background-color: #3f3f3f !important;  
}

 
 .owl-dot:focus{
    outline: none;
 }
 
 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    /* max-height: 103vh; */
    display: block;
    margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot .active{
    background-color: black !important;
    color: black !important;
}

@media (max-width: 575.98px) {
    
 }

 @media (max-width: 993px) {
    .owl-dots{
        display: none;
    }

    .modal-dialog {
        max-width:75%;
        margin: 1.75rem auto;
    }
}


@media (max-width: 767.98px) { 
    .carouselimagenes {
        width: 100vw;
        max-height: 300px;
        position: relative;
        overflow: hidden;
    }
    .contacto-mobile{
        display:block;
        margin-bottom: 60px;
    }
    .contacto-desktop{
        display:none;
    }

    .modal-dialog {
        max-width: 75%;
        margin: 1.75rem auto;
    }
    .titulo {
        font-size: 7.01vw;
        font-family: "Quicksand_Light";
        text-transform: uppercase;
        width: 100%;
        color: #3f3f3f;
        text-align: center;
    }
    .text-message1 {
        font-size: 4.806vw;
        width: 71.742vw;
        margin-left: 14.056vw;
        font-family: "Quicksand_Book";
        color: #505050;
    }
    .text-message2 {
        font-size: 4.01vw;
        width: 71.742vw;
        margin-left: 14.056vw;
        font-family: "Quicksand_Book";
        color: #505050;
    }
    .btn-g {
        background: transparent;
        border: 1px solid #c7c7c7;
        padding: 16px 50px;
        margin: 6px;
        font-size: 11px;
        font-family: "Quicksand_Book";
        border-radius: 5px;
        margin-top: 20px;
        margin-bottom: 5vw;
    }
    .btn-1 {
        padding: 16px 40px;
    }
 }

 @media (max-width: 580px) {
    .modal-dialog {
        max-width: 80%;
        margin: 1.75rem auto;
    }
  }


@media (max-width: 991.98px) { 
    
    .menu{
        height:auto;
    }
 }

@media (max-width: 1199.98px) { 
    
 }
