@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');


@font-face { 
    font-family: 'venera300'; 
    src: url('../fonts/venera-300.ttf');
}
*, body{
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
}
header .navbar .navbar-brand>img {
    width: 110px;
    height: 40px;
    margin: 0;
}
.navbar-brand{
    margin-top: 10px;
    margin-bottom: 10px;
}
.nav-background{
    background-color: #fff;
    padding-bottom: 10px;
    box-shadow: 10px 10px 22px 0px rgba(59,59,59,0.2);
    -webkit-box-shadow: 10px 10px 22px 0px rgba(59,59,59,0.2);
}
.masthead {
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    width: 100%;
}
.masthead-brand {
    float: left;
}
.masthead-brand,
.masthead-nav {
  padding-top: 20px;
}
.masthead-nav > li > a:hover, 
.masthead-nav > li > a:focus {
    background-color: transparent;
    border-bottom-color: rgba(0, 98, 255, 0.42);
    /* border-bottom-color: rgba(255, 255, 255, 0.25); */
}
.mobile-nav {
    display: none;
}
.mobile-nav .menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 103;
    width: 100%;
    height: 80px;
    background: #FFF;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
    cursor: pointer;
}
.mobile-nav .hamburger {
    position: absolute;
    top: 45%;
    right: 8%;
    width: 30px;
    height: 2px;
    background: #69D2e7;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.mobile-nav .hamburger:before {
    top: -10px;
}
.mobile-nav .hamburger:after {
    bottom: -10px;
}
.mobile-nav .hamburger:after, 
.mobile-nav .hamburger:before {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #69d2e7;
}
.mobile-nav input { display: none; }
.mobile-nav input:checked + .menu {
  box-shadow: 0 0 0 100vw #FFF, 0 0 0 100vh #FFF;
  border-radius: 0; 
}
.mobile-nav input:checked + .menu .hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-nav input:checked + .menu .hamburger:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 0;
}
.mobile-nav input:checked + .menu .hamburger:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;

}
.mobile-nav input:checked + .menu + ul { opacity: 1;   right: 30%;}
.mobile-nav ul {
    z-index: 200;
    position: fixed;
    top: 30%;
    right: 130%;
    opacity: 0;
    -webkit-transition: .25s 0s ease-in-out;
    transition: .25s 0s ease-in-out;
    list-style: none;
    font-size: 22px;
}
.mobile-nav a {
    margin-bottom: 1em;
    display: block;
    color: #016FFF;
    text-decoration: none;
    text-transform: uppercase;
}
.mobile-nav a,
.mobile-nav .dropdown .dropdown-toggle{
    font-family: 'Montserrat';
}
.navbar a,
.navbar-light .navbar-nav .active>.nav-link{
    color: #fff;
    font-family: 'venera300';
    font-size: .875rem;
}
a:hover{
    text-decoration: none;
}
.sticky-top {
    /* background-color: #3f35af83; */
    background-image: linear-gradient(45deg,rgba(16,17,37,.9) 0,rgba(4,61,116,.9) 100%);
    position: fixed;
    width: 100%;
    top: 0;
}
/*------------------------------------*\ Components - HEADER \*------------------------------------*/
header .navbar {
    padding: 0;
    z-index: 201;
}
header .navbar .navbar-brand {
    padding: 0;
    margin: 0;
}
header .navbar .navbar-brand > img {
    width: auto;
    height: 40px;
    margin: 20px 0;
}
header .navbar .cnt_lang {
    width: 90px;
    height: auto;
    display: inline-flex;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.cnt_lang > a {
    color: #575757;
    font-size: 0.875rem;
    margin: 2px;
    padding: 2px 10px 2px 8px;
    text-decoration: none;
}
.cnt_lang .active {
    font-size: 0.875rem;
    color: white;
    background-color: #4b99ff;
    border-radius: 50px;
}
.cnt_lang > a:hover {
    border-radius: 50px;
    background: #1a89f76e;
    transition: .2s all ease-in-out;
    color: white;
}
.logo-header {
    padding: 10px 0px 0px 0px;
    margin-left: -4px;
}
.isologo-styles{
    display: none;
    width: 60px;
    top: 13px !important;
    left: 3% !important;
    z-index: 1005;
    position: fixed !important;
}
.masthead-nav {
    float: right;
    flex-wrap: nowrap;
}
.masthead-nav > li {
    display: inline-block;
}
.masthead-nav > li + li {
    margin-left: 1.5vw;
    font-family: 'Montserrat', sans-serif;
}
.masthead-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
@keyframes hoverLang {
    0% {
        width: 0;
   }
    100% {
        width: 100%;
   }
}


.dropbtn {
    font-size: 16px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 280px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-family: 'Montserrat';
}
.dropdown-content a.products{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}
.dropdown-content p{
    font-family: 'Montserrat';
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #d5d5d5;}

.dropdown_animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.cnt_lang {
    border: 1px solid rgb(223, 223, 223);
    border-radius: 50px;
    height: auto;
    display: inline-flex;
    align-items: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 48%;
    left: 95.7%;
}
  
header .cnt_menu {
    width: auto;
    height: auto;
    display: inline-flex;
}
header .cnt_menu .dropdown {
    margin-left: 16px;
    color: #fff;
    font-family: 'venera300';
    font-size: 0.875rem;
    cursor: pointer;
}
header .cnt_menu .dropdown > a {
    color: #fff;
    font-family: 'venera300';
    font-size: 0.875rem;
}
header .cnt_menu .dropdown > a:first-child {
    margin-left: 0;
}
header .cnt_menu .dropdown .dropdown-menu {
    background-image: linear-gradient(45deg, rgba(16, 17, 37, .9) 0, rgba(4, 61, 116, .9) 100%);
}
header .cnt_menu .dropdown .dropdown-menu .dropdown-item {
    color: #b3dfff;
    font-size: 1rem;
}
.dropdown-toggle::after {
    margin-left: 0 !important;
}
header .cnt_menu > a {
    color: #fff;
    font-family: 'venera300';
    font-size: 0.875rem;
    margin-left: 16px;
    height: 22px;
}
header .cnt_menu > a:first-child {
    margin-left: 0;
}
header .cnt_menu > a:hover:after {
    content: "";
    position: relative;
    bottom: 0;
    background: #1a8af7;
    height: 2px;
    width: 100%;
    display: block;
    animation: hoverMenu 1s;
}
@keyframes hoverMenu {
    0% {
        width: 0;
   }
    100% {
        width: 100%;
   }
}
header .cnt_menu .active {
    font-family: 'venera500';
}
header .cnt_menu .active:hover:after {
    content: "";
    animation: none;
    background: #3fa7ff;
}
header .cnt_menu .active:after {
    content: "";
    position: relative;
    bottom: 0;
    background: #3fa7ff;
    height: 2px;
    width: 100%;
    display: block;
}
header .cnt_navFull {
    width: 100vw;
    height: calc(100vh - 80px);
    top: 80px;
    bottom: 0;
    position: fixed;
    display: block;
    z-index: 1060;
    padding-bottom: 80px;
}
header .cnt_navFull .container-fluid {
    max-width: 1440px;
    height: 100%;
}
header .cnt_navFull .container-fluid .row {
    height: 100%;
}
header .cnt_navFull.collapsing {
    opacity: 0;
}
header .cnt_navFull .cnt_navList .dropdown .dropdown-menu {
    right: 0;
    background-image: linear-gradient(45deg, rgba(16, 17, 37, .9) 0, rgba(4, 61, 116, .9) 100%);
}
header .cnt_navFull .cnt_navList .dropdown .text-product {
    color: #b3dfff;
    font-family: 'venera300', sans-serif;
    font-size: 1.1rem;
    line-height: 100%;
    text-align: right;
    width: 100%;
    display: block;
    position: relative;
    margin: 6vh 0;
    right: 29px;
}
header .cnt_navFull .cnt_navList .dropdown .text-product:hover {
    color: #fff;
}
header .cnt_navFull .cnt_navList .dropdown .dropdown-menu {
    left: 55% !important;
}
header .cnt_navFull .cnt_navList .dropdown .dropdown-menu .name-products {
    color: #b3dfff;
    font-family: 'venera300', sans-serif;
    font-size: 1.1rem;
    line-height: 4;
    text-align: right;
    width: 100%;
    display: block;
    position: relative;
    right: 0px;
}
header .cnt_navFull .cnt_navList li {
    position: relative;
}
header .cnt_navFull .cnt_navList li a {
    color: #b3dfff;
    font-family: 'venera300', sans-serif;
    font-size: 1.9rem;
    line-height: 100%;
    text-align: right;
    width: 100%;
    display: block;
    position: relative;
    margin: 6vh 0;
}
header .cnt_navFull .cnt_navList li a:hover {
    color: #fff;
}
header .cnt_social h3 {
    color: #fff;
}
header .cnt_social .btn_rounded {
    margin-right: 20px;
}
header .curve {
    position: fixed;
    right: 3%;
    bottom: 0;
    top: 0;
    height: 100vh;
}
.cnt_sticky {
    background-image: linear-gradient(45deg, rgba(16, 17, 37, 0.9) 0%, rgba(4, 61, 116, 0.9) 100%);
    background-repeat: no-repeat;
}
.fabs {
    width: 180px;
    height: 180px;
    background-color: transparent;
    border-radius: 50%;
    position: fixed;
    top: -90px;
    right: -90px;
    display: block;
    cursor: pointer;
    transition: 0.3s transform;
}
.fabs:hover .fab__ripple {
    transform: scale(0.0175);
}
.fabs.is-active .fab__ripple {
    background-image: linear-gradient(45deg, #0049b0 0%, #1a8af7 100%);
    transform: scale(3);
}
.fab__ripple {
    width: 250vw;
    height: 250vw;
    margin-top: -125vw;
    margin-left: -125vw;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    z-index: 1;
    backface-visibility: hidden;
    transform: scale(0.005) translateZ(0);
    transition: transform, opacity, visibility;
    transition-duration: 0.3s, 0.3s, 0s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    pointer-events: none;
}

.dropdownMobile{
    width: 100%;
    position: relative !important;
    background: #0b66d0;
    transform: none !important;
    top: -30px !important;
}
.dropdownMobile a{
    margin: 2vh 0 !important;
}
header .navbar .cnt_lang>a.active:after {
    content: "";
    animation: none;
    position: relative;
    bottom: 0;
    background: #3fa7ff;
    height: 2px;
    width: 100%;
    display: block;
}
@keyframes hoverMenu {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.top{
    height: 95vh;
    background: url('../images/bg-heading.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 110%;
    margin-top: 68px;
}
.top .cover{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.top .cover img{
    padding-top: calc(20vh - 10%);
    width: 210px;
    margin-bottom: 15px;
}
.top .cover p{
    font-size: 35px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}
.top .cover small{
    line-height: 1.2;
    display: block;
    margin-bottom: 15px;
    color: #fff;
}
.btn.btn-primary{
    background-color: #071F2D;
    border-color: #071F2D;
    border-radius: 20px;
    padding: 5px 20px;
}
.top .cover button.btn-primary{
    letter-spacing: .4px;
    font-size: 16px;
    background-image: url('../images/bg-button.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    padding: 10px 30px;
    font-weight: 500;
}
.top .cover button.btn-primary:hover,
.top .cover button.btn-primary:active{
    filter: brightness(.9);
}
.top .cover button.btn-primary span{
    vertical-align: middle;
}
.top p span{
    color: #042E3F;
}
.top img.illustration{
    width: 470px;
    margin: 15% auto;
    display: block;
}
.green{
    background: linear-gradient(0deg, rgba(7,31,45,1) 0%, #19e3b1 120%);
    background-image: url('../images/bg-widgets.svg');
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
}
.green img{
    width: 90%;
    margin: 150px auto 20px;
}
.clients{
    text-align: center;
    margin-bottom: 100px;
}
.clients h2{
    margin: 60px 0 40px;
    text-align: left;
    text-transform: uppercase;
}
article{
    background-color: #fff;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 30px;
    border-radius: 30px;
    margin-right: 20px;
    box-shadow: 7px 10px 35px -11px rgba(28,28,28,0.6);
    -webkit-box-shadow: 7px 10px 35px -11px rgba(28,28,28,0.6);
}
article img{
    display: inline-block;
}
article.function p{
    height: 150px;
}
h3{
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}
  
.reveal.active{
    transform: translateY(0);
    opacity: 1;
}
.center{
    position: relative;
    transform: translateY(150px);
    opacity: 0; 
    transition: 1s all ease .2s;
}
.revealtop{
    transform: translateY(0);
    opacity: 1;
}
h2{
    font-weight: bold;
}
.title{
    padding: 50px 0;
}
.title h2{
    color: #19e3b1;
    margin-top: 15%;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    width: 80%;
}
section.title{
    margin-bottom: 50px;
}
p{
    color: #464646;
    line-height: 1.3;
}
.title p{
    width: 80%;
    font-size: 14px;
}

footer{
    color: #fff;
    text-align: left;
    padding: 100px 0 50px;
    margin-top: 50px;
}
.btn-social img {
    width: 2vw;
    margin-right: 0.3em;
}
.logo-footer {
    height: 5vh;
}
.btn-social {
    margin-right: 10px;
}
footer p{
    display: inline-block;
    margin: 0 10px;
    width: auto;
    font-weight: 300;
    color: #fff;
    font-size: 13px;
}
footer h4{
    font-size: 1rem;
    font-weight: 600;
}
footer h3, footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.list_footer>li {
    margin-bottom: 10px;
}
.list_footer a,
address>a {
    color: #fff;
    font-size: 1rem;
    font-weight: 100;
}
footer .cnt_social {
    margin-top: 118px;
}
*[class*="icon_"] {
    font-size: 0;
    text-align: center;
    font-style: italic;
    color: #dadada;
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
*[class*="icon_"] {
    background-image: url(../images/sprite.svg);
    background-size: 200px;
    width: 40px;
    height: 40px;
}
.icon_facebook {
    background-position: -45px -580px;
}
.icon_instagram {
    background-position: -80px -580px;
}
.icon_linkedin {
    background-position: -120px -581px;
}
.icon_messenger {
    background-position: -125px -504px;
}
.icon_phone {
    background-position: -85px -504px;
}
.icon_mail {
    background-position: -43px -505px;
}
footer .icon_location {
    background-position: -56px -523px;
    background-size: 160px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
}
.btn_rounded {
    border-radius: 8px;
    padding: 0px;
}
.modal-content {
    background-color: transparent;
    border-radius: 15px;
    box-shadow: 1px 1px 8px #1e1e1e;
    border: 0px;
}
.modal-content .modal-body {
    padding: 30px;
    padding-top: 0;
}
.modal-content h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    position: absolute;
}
.modal-header {
    border-bottom: none;
    justify-content: center;
    backdrop-filter: blur(8px);
    border-radius: 10px 10px 0px 0px;
}
.modal-header .btn-close{
    filter: invert(1);
}
.cnt_inputs {
	position: relative;
    margin: 0.7em 0;
    white-space: normal!important;
}
input:focus-visible,
textarea:focus-visible {
    outline: none;
}
.cnt_inputs  input,
.cnt_textareas textarea {
    color: #676767;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 0.5em;
    width: 100%;
    margin: 0;
    padding: 0.6em;
}
.cnt_inputs input:focus, .cnt_textareas input:focus {
    border-color: #71acff;
    transition: .2s all ease;
}
.cnt_inputs label,
.cnt_textareas label {
    transform-origin: 0 0;
    bottom: 0;
    color: #b0b0b0;
    left: 31px;
    right: 0;
    pointer-events: none;
    position: absolute;
    display: block;
    top: 25%;
    width: 100%;
    text-align: left;
}
.cnt_inputs label> small{
    font-size: 75%;
}
.cnt_inputs>.line, 
.cnt_textareas>.line {
    background-color: #19e3b1;
    opacity: 0;
    height: 2px;
    width: 100%;
    position: absolute;
    transform: scalex(calc(10/300));
}
.cnt_textareas {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    padding-bottom: 0;
}
input:required + label:before,
textarea:required + label:before{

    content: "*";
    color: red;
    margin-top: 2px;
    display: inline-block;
    position: relative;
    left: -10px;
    margin-right: -6px;	
}
.modal-content .modal-body .cnt_btn{
    padding-top: 30px;
}
.modal-content .modal-body .cnt_btn button{
    margin: 0 auto;
    display: block;
}

.modal-body .cnt_btn button.btn_success{
    color: transparent;
    background-image: url("../images/sprite.svg");
    background-size: 200px;
    background-position: center -1008px; /* svg ratio on moz */
  }
  
  .modal-body .cnt_btn button.btn_error{
    color: transparent;
    background-image: url("../images/sprite.svg");
    background-size: 200px;
    background-position: center -966px;
  }
  
  .modal-body .cnt_btn button.btn_loading{
    color: transparent;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    -webkit-animation: pulse-animation 2s infinite;
    animation: pulse-animation 2s infinite;
    background-image: url('../images/Isologo-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 !important;
  }
  
  @keyframes pulse-animation {
    0% {
      filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.5));
      transform: scale(1);
    }
    50%{
      filter: drop-shadow( 0px 0px 8px rgba(0,0,0,.5));
      transform: scale(1.13);
    }
    100% {
      filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.5));
      transform: scale(1);
    }
  }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #035BDA;
    color: white;
  }
  .msg-error{
    text-align: center;
    color: #e55a5a;
    font-size: .8em;
    font-weight: 600;
    margin-top: 10px;
  }
  .msg-success{
    text-align: center;
    color: #5ae584;
    font-size: .8em;
    font-weight: 600;
    margin-top: 10px;
  }

.btn-header{
    background-image: url('../images/btn-blue.svg') !important;
    color: white !important;
  }
  
  
  .btn-default, .btn-header{
    font-size: 16px;
  }
  
  .btn-default{
    background: url('../images/btn-yellow.svg');
  }
  .btn-default, .btn-header{
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    color: #666;
    font-weight: 500;
    line-height: 1;
  }
  
  .btn-default:hover, .btn-header:hover{
    filter: brightness(.9);
  }
  
  
  .cnt_fab .fab svg.email {
    width: 4.6vw;
    height: 4.6vw;
    top: 1.9vw;
    left: .95vw;
    position: relative;
  }

  .cnt_fab {
    display: block;
    position: fixed;
    right: 6.5vw;
    bottom: 20vh;
    z-index: 100;
  }
  .cnt_fab .fab{
    text-align: center;
    background-color: #016FFF;
    border-radius: 50%;
    box-shadow: 0px 5px 20px 0px rgba(46, 46, 46, 0.5);
    width: 6vw;
    height: 6vw;
    display: block;
    position: absolute;
    left: -1vw;
    top: -1vh;
    overflow:hidden;
    cursor: pointer;
  }
  
  .cnt_fab .fab:hover{
    background-color: #0055c4;
  }
  .cnt_fab .fab:active{
    background-color: #016FFF;
  }
  .cnt_fab .fab svg.open {
    width: 2.8vw;
    height: 2.8vw;
    top: 1.5vw;
    left: 1.3vw;
    position: relative;
  }
  .cnt_fab .fab svg.close{
    width: 20px;
    height: 20px;
    top: 20px;
    left: 20px;
    position: relative;
    float: none;
    opacity: 1;
  }
  .cnt_fab .fab.active{
    width: 60px;
    height: 60px;
  }
  
  .cnt_fab:not(.active) .close,
  .cnt_fab.active .open {
    display: none;
  }
  
  .cnt_fab.active .close,
  .cnt_fab:not(.active) .open {
    display: block;
  }
  .cnt_fab .fab_children{
    text-align: center;
    background-color: #016FFF;
    border: none;
    border-radius: 50%;
    box-shadow: 0px 5px 20px 0px rgba(46, 46, 46, 0.5);
    width: 50px;
    height: 50px;
    padding: 10px;
    display: block;
    cursor: pointer;
  }
  .cnt_fab .fab_children:hover{
    background-color: #0055c4;
  }
  .cnt_fab .fab_children:active{
    background-color: #016FFF;
  }
  .cnt_fab .messenger {
    position: absolute;
    top: -80px;
    left: 50px;
  }
  
  .cnt_fab .phone {
    position: absolute;
    top: -46px;
    left: -46px;
  }
  
  .cnt_fab .mail {
    position: absolute;
    top: 50px;
    left: -80px;
  }
  .fab:not(.active) .close, .fab.active .open {
    display: none;
  }
  .fab.active .close, .fab:not(.active) .open {
    display: block;
  }


  @media (min-width: 1600px) {
    .modal-dialog{
       max-width: 33%;
       font-size: 1.1vw;
     }
   }
@media screen and (min-width: 991px){
    .container {
        width: 82% !important;
    }
    
}
@media screen and (max-width: 1342px) {
    .top .cover p{
        font-size: 2em;
    }
}
@media screen and (max-width: 1234px) {
    .top .cover p{
        font-size: 1.8em;
    }
    .top{
        background-position: center top;
    }
    .footer .logos-iso{
        width: 100%;
    }
}
@media screen and (max-width: 1118px) {
    .top{
        background-size: 120%;
    }
}
@media screen and (max-width: 992px) {
    .cnt_fab .fab svg.email {
        width: 5.6vw;
        height: 5.6vw;
        top: 2.5vw;
        left: 1vw;
      }
    header .cnt_navFull .cnt_navList li a {
        font-size: 1.1rem;
        right: 100px;
   }
   .masthead-nav {
        display: none;
    }
   .mobile-nav {
        display: block;
    }
    .cnt_lang {
        top: 37px !important;
        left: 50% !important;
        z-index: 1000 !important;
        position: fixed !important;
    }
    .isologo-styles {
        display: block;
    }
    .footer-titles {
        font-size: 1.25rem;
    }
    article.function p{
        height: auto;
    }
    .divisor{
        text-align: center;
        padding: 136px 0px 80px 0;
        top: 0px;
    }
    .center-element {
        justify-content: center;
    }
}
@media screen and (max-width: 768px) {
    header .cnt_navFull .cnt_navList li a {
        font-size: 1.1rem;
        right: 30px;
   }
   article div{
       width: 100%;
   }
   article img{
       width: 100%;
   }
}
@media screen and (max-width: 576px) {
    .cnt_fab {
      right: 22.5vw;
      bottom: 20vh;
      z-index: 100;
    }
    .cnt_fab .fab {
        width: 15vw;
        height: 15vw;
        left: 2.5vw;
        top: 3vh;
      }
    .btn-footer{
        font-size: 14px;
        margin-top: 3vh;
        padding: 12px 30px; 
        bottom: .5vh;
      }
      .cnt_fab .fab svg.email {
        width: 12vw;
        height: 12vw;
        top: 4.3vw;
        left: 2vw;
      }
    header .cnt_navFull .cnt_navList li a {
        font-size: 1.1rem;
        right: 30px;
   }
   .divisor {
        text-align: center !important;
        padding: 136px 0px 80px 0;
        top: 0px;
    }
    .center-element {
        justify-content: center;
    }
    .footer ul li{
        text-align: center;
    }
    
}
@media screen and (max-width: 767px) {
    header {
        height: 60px;
   }
    header .navbar .navbar-brand > img {
        margin: 10px 0 !important;
   }
    header .hamburger {
        bottom: 59px;
   }
   .btn-social img {
        width: 35px;
        margin-right: 0;
    }
    .top{
        margin-top: 0;
        background-size: cover;
    }
}
@media (min-width: 1400px){
    .top img.illustration{
        width: 80%;
        margin: 15% auto;
        display: block;
    }
}
@media (min-width: 2700px){
    .title p, p, .top .cover button.btn-primary{
        font-size: 2em;
    }
    small{
        font-size: 1.5em !important;
    }
    .top .cover p,
    .title h2,
    .clients h2{
        font-size: 4em;
    }
    article.function p {
        height: 7em;
    }
    h3{
        font-size: 3em;
    }
}