@font-face {
    font-family: 'Dancing Script';
    src: url('../fonts/');
    src: local('../fonts/Dancing Script Regular'), local('../fonts/DancingScript-Regular'),
        url('../fonts/?#iefix') format('embedded-opentype'),
        url('../fonts/DancingScript-Regular.woff2') format('woff2'),
        url('../fonts/DancingScript-Regular.woff') format('woff'),
        url('../fonts/DancingScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dancing Script';
    src: url('../fonts/DancingScript-Bold.eot');
    src: local('../fonts/Dancing Script Bold'), local('../fonts/DancingScript-Bold'),
        url('../fonts/DancingScript-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DancingScript-Bold.woff2') format('woff2'),
        url('../fonts/DancingScript-Bold.woff') format('woff'),
        url('../fonts/DancingScript-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



.main-header{
    background-color: #fff;
}
.header-container{
    max-width:1350px;
}
li a{
    letter-spacing: .5px!important;
}
p{
    letter-spacing: .5px!important;
}
.text{
    letter-spacing: .5px!important;
}
.btn-box .txt{
    letter-spacing: .5px!important;
}
.facebook a {
    background-color: #3b5999 !important;
}
.twitter a {
    background-color: #55acee !important;
}
.instagram a {
    background-color: #833AB4 !important;
}
.pinterest a {
    background-color: #0077b5 !important;
}
.sidebar-title h6{ 
    position: relative;
    display: block;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #393939;
    font-size: 15px;
    letter-spacing: .5px;
}
.sidebar-title p{ 
    font-weight: 500;
   margin-top: 10px;
   margin-bottom: 5px;
    color: #393939;
    font-size: 15px;
    letter-spacing: .5px;
}
.lower-box h4 {
    display: block;
    font-weight: 500;
    margin-top: 5px;
    /* margin-bottom: 5px; */
    color: #393939;
    font-size: 18px;
    letter-spacing: .5px;
}
.lower-box h4 a:hover  {
    color: #393939!important;
}
.lower-box{
    text-align: center;
}
.sidebar-widget .chart-button{
    padding: 5px 10px;
    background-color: #4c3f5a;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.main-banner{
    background-image: url(../images/index-img/Tono_saturación\ 4.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px){
    .main-header .header-upper .logo-box {
        padding: 15px 0px 18px;
        z-index: 20;
    }
    .sticky-header .logo {
        padding: 15px 0px 18px;
    }
    .sticky-header .logo img {
        max-width: 80%;
    }
}


.lower-content p span{
    font-size:17px;
	letter-spacing: .5px;
    font-weight: 500;
    color: #1c1c1c;
}
html {
    scroll-behavior: smooth;
  }
  .modal .closes {
    position: fixed;
    top: 24px;
    right: 40px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    background-color: #4c3f5a;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    z-index: 1;
}
.modal .closes:hover {
    text-shadow: 0 1px 0 #fff;
    opacity: .6;
}

@media (min-width: 576px){
    .modal-dialogs {
        max-width: 95%;
        margin: 1.75rem auto;
    }
    .modal{
        padding-right: 0px!important;
        }
}
.gallery-item-two .image-box img {
    cursor: zoom-in;
}
.index-contact li a{
    font-size: 20px;
    height: 40px;
    width: 40px;
    border: 1px solid #1c1c1c;
    margin-bottom: 0px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
.index-contact{
    margin-top: 10px;
}
.index-contact li {
    margin: 0px 0px 0px 0px!important; 
}
.index-contact li a{
    margin: 0px 5px!important; 
}
.banner-section .slide-item2 {

    padding: 0px 0px 0px!important;
}
@media only screen and (max-width: 767px){
    .sticky-header {
        display: none;
    }
    #myVideo {
       width: 100%;
       height: auto;
      }
      .banner-section .slide-item {
        width: 100%;
        height: 400px;
    }
    .banner-section .slide-item2 {
        width: 100%;
        height: 400px;
        background-color: #000;
    }
    .btn-style-one{
        position: relative;
        display: inline-block;
        font-size: 13px;
        line-height: 30px;
        color: #ffffff;
        padding: 7px 15px;
        font-weight: 400;
        overflow: hidden;
        overflow:hidden;
        background-color: #0e0e0e;
        text-transform: capitalize;
    }
    .banner-section .owl-dots {
        position: absolute;
        left: 0px;
        bottom: 20px;
        width: 100%;
        text-align: center;
    }
}
@media only screen and (min-width: 768px){
    #myVideo {
        position: relative;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: auto;
        margin: -350px 0px!important;
      }
  
}
@media only screen and (min-width: 998px){
      .banner-section .content-box h1{
        font-size: 90px;
    }
}
.banner-section{
    z-index: -1;
}

@media only screen and (min-width: 768px){
    .banner-section .slide-item .image-layer{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
        -webkit-transition: all 6000ms linear;
        -moz-transition: all 6000ms linear;
        -ms-transition: all 6000ms linear;
        -o-transition: all 6000ms linear;
        transition: all 6000ms linear;
    }
    
}

@media only screen and (max-width: 768px){
    .banner-section .slide-item .image-layer{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
        -webkit-transition: all 6000ms linear;
        -moz-transition: all 6000ms linear;
        -ms-transition: all 6000ms linear;
        -o-transition: all 6000ms linear;
        transition: all 6000ms linear;
    }
    
}