* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat-Regular";
    font-size: 13px;
}
body{
    width: 100vw;
    overflow-x: hidden;
}
@font-face {
    font-family: "SVN-Servetica";
    src: url("../fonts/SVN-Servetica\ Medium.otf");
}
@font-face {
    font-family: "SVN-Avenir-Demi";
    src: url("../fonts/SVN-Avenir\ Next\ Demi.otf");
}
@font-face {
    font-family: "SVN-Avenir-Next-Bold";
    src: url("../fonts/SVN-Avenir\ Next\ Bold.otf");
}
@font-face {
    font-family: "SVN-Avenir-Next-Medium";
    src: url("../fonts/SVN-Avenir\ Next\ Medium.otf");
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-regular-400.eot);
    src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fab,.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,.far,.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,.fas {
    font-weight: 900
}

.main{
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100px;
    background-size: cover;
}
.logo{
    padding: 25px 0;
}
.header{
    padding: 35px 0 35px 0;
}
.header img{
    padding-bottom: 30px;
}
.header h3{
    font-family: "arial";
    color: #27549e;    
    text-align: center;
    font-size: 47px;
    letter-spacing: 10px;
    padding-bottom: 30px;
}
.content{
    margin: 0;
}
.content .col-item-content{
    width: 20%;
}

.content a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    position: relative;
}
.content a:hover{
    color: #d0b26a;
    text-decoration: none;
}
.content h4{
    font-family: "roboto";
    text-align: center;
    font-size: 82px;
    margin-top: 45px;
}
.content p{
    font-family: "roboto";
    text-align: center;
    font-size: 20px;
}
.content img{
    width: 100%;
    object-fit: cover;
}
.content .col1{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 576px) {
    .logo {
        padding: 10px 0;
    }
    .main{
        padding-bottom: 50px;
    }
    .logo img{
        max-width: 100%;
    }
    .logo .logobhs img{
        width: 30%;
    }
    .logo-part{
        width: 15%;
    }
    .header img {
        max-width: 75%;
    }
    .header h3 {
        font-size: 24px;
    }
    .content h4 {
        font-size: 50px;
    }
    .content p {
        font-size: 18px;
    }
    .content .col-item-content{
        width: 50%;
    }
    .header {
        padding: 65px 0 10px 0;
    }
}

@media only screen and (max-width: 768px) and (min-width: 576px) {
    .content h4 {
        font-size: 52px;
    }
    .content p {
        font-size: 16px;
    }
    .content .col-item-content{
        width: 33.33%;
    }
    .logo img{
        max-width: 100%;
    }
    .header img {
        max-width: 75%;
    }
}

@media only screen and (max-width: 998px)and (min-width: 768px) {
    .content h4 {
        font-size: 68px;
    }
    .content p {
        font-size: 18px;
    }
    .content .col-item-content{
        width: 33.33%;
    }
    .logo img{
        max-width: 100%;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 999px) {
    .content .col-item-content{
        width: 25%;
    }
    .logo img{
        max-width: 100%;
    }

}
//FIXED ACTION
.fix-phone-number {
   position: fixed;
   right: 0;
   bottom: 43px;
   font-size: 1.125rem;
   padding: .35rem 1rem;
   background-color: #f5931e;
   z-index: 9999;
   font-weight: bold;
   a {
      color: $color-white;
   }
   @media (max-width: 420px){
      font-size: 1rem;
   }
}

.fix_menu {
   --width-fx-item: 50px;
   @media (max-width: 420px){
      bottom: 12%;
      --width-fx-item: 40px;
   }
   position: fixed;
   // bottom: 15%;
   bottom: 80px;
   right: 0px;
   z-index: 999;

   a {
      overflow:hidden;
      text-decoration: none;
      color: #ffffff;
      letter-spacing: 1px;
   }

   .fx-item {
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      // height: 50px;
      width: var(--width-fx-item);
      background-color: #f5931e;
      margin-bottom: 15px;
      &.fx-phone {
         height: var(--width-fx-item);
      }

   }

   .fx-phone {
      position: relative;
      .phone-icon {
         position: relative;
         z-index: 1;
         background-color: #f5931e;
         height: 100%;
         padding: 0;
         width: 100%;
         @include flex-box();
         @include align-items(center);
         justify-content: center;
      }

      .phone-number {
         background-color: #f5931e;
         position: absolute;
         top: 0;
         left: 200px;
         height: 100%;
         text-align: center;
         white-space: nowrap;
         @include transition(all .3s linear);
         @include flex-box();
         justify-content: center;
         @include align-items(center);
         padding: 0;
         width: auto;
         overflow: hidden;
      }

      &:hover {
         .phone-number {
            padding: 0 1rem;
            left: calc(-100% - var(--width-fx-item) - 1.5rem);
         }
      }
   }

   .icon-register-img {
      max-width: 40px;
      max-height: 40px;
      @media(max-width: 440px){
         max-width: 30px;
         max-height: 30px;
      }
   }