/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;1,300&display=swap');

html, body {
    height: 100%;
}

body { 
    margin: 0; background-color:#000;
    
  font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}


  #services {
    padding: 20px 0;
  }
  #services span {
    display: inline;
    line-height: 1;
    margin: 1px 3px;
   
}
#services span::before {
    content: "•";
}
footer a {
    text-decoration:none;
}

.box-shadow {
    background: rgba(0,0,0,0.13);
    background: linear-gradient(0deg,rgba(0,0,0,0.13) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.1) 100%);
    background: -webkit-linear-gradient(0deg,rgba(0,0,0,0.13) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.1) 100%);
    background: -moz-linear-gradient(0deg,rgba(0,0,0,0.13) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.1) 100%);    
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
.vimeo-container {
    padding: 0;
    width: 100%;
    height: 100%;
    /* height: 100vh; */
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 490px; */
}
iframe {
    box-sizing: border-box;
    width: 177.77777778vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.center{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.fs-7 {
    font-size: .8rem;
}


.whatsApp-position {
    bottom: 25px;
    right: 10px;
  }
  .whatsApp-float {
    background: #2cb741;
    height: 60px;
    width: 60px;
    
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .whatsApp-icon {
    color: #fff;
    font-size: 3rem;
    width: 40px;
    height: 40px;
  }


@media (max-width: 991.98px) { 
.vimeo-container {
     min-height: 560px; 
    }
}
  
@media (max-width: 768px) {       
    .logo {
        width: 160px;
    }
    #services span {
        display: inline-block;
    }
    .vimeo-container {        
        min-height: 490px;
    }
}
@media (max-width: 378px) { 
    #services {
        padding: 0;
      }
    #services span::before {
        /* content: ""; */
    }  
}