
.logo{
    width: 200px !important;
}

.h4{
    font-family: 'Comfortaa', cursive !important;
}
.rc-anchor-light {
    background: #072146 !important;
    color: #fff !important;
}
.blog{
    background: url(../img/Blog.png) no-repeat fixed;
    background-size: cover;
}
.acerca{
    background: url(../img/acerca.png) 50% 0 no-repeat fixed;
}
.cliente-logo {
    width: 200px;
    margin: auto;
}
.g-full-height--xs{
    height: 30vh;
}
@media (max-width: 992px) {
   
  }
  @media (max-width: 768px) {
      .logo{
          width: 180px !important;
      }
     .icono{ 
        width: 120px;
        margin-bottom: 12px;
    }
    .s-header__nav {
        height: 100%;
        padding: 0 !important;
    }
    .s-header__nav ul{
        text-align: center;
    }
    .redes{
        margin-top: 50px;
    }
    .redes i{
        font-size: 1.875rem !important;
    }
    
    .redes .s-header__action-item{
        margin-bottom: 30px;
    }
    .blog{
        background-size: auto !important;
    }
    .acerca{
        background-size: auto !important;
    }
    .cliente-logo{
        width: 200px;
        margin: auto;
    }
    
  }

  body::-webkit-scrollbar {
    -webkit-appearance: none;
}
body::-webkit-scrollbar:vertical {
    width:10px;
}

body::-webkit-scrollbar-button:increment,body::-webkit-scrollbar-button {
    display: none;
} 

body::-webkit-scrollbar:horizontal {
    height: 10px;
}
body::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

body::-webkit-scrollbar-track {
    border-radius: 10px;  
}
.box-video video{
    width: 100%;
    height: auto;
}
.visible-xs{
    display: none !important;
}
@media (max-width: 767px){
    /* .box-video{
        height: 100vh;
    overflow: overlay;
    }*/
    /* .box-video video{
        height: 90vh !important;
        object-fit: fill;
    }  */
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }
    iframe{
        margin: auto !important;
    }
    .linkedin{
        width: 80% !important;
    }
}
