
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/montserrat/Montserrat-Medium.woff') format('woff'), 
    url('../fonts/montserrat/Montserrat-Medium.ttf')  format('truetype'), 
    url('../fonts/montserrat/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/montserrat/Montserrat-Bold.woff') format('woff'), 
    url('../fonts/montserrat/Montserrat-Bold.ttf')  format('truetype'), 
    url('../fonts/montserrat/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura-Medium';
    src: url('../fonts/Futura-Medium.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Futura-Medium.ttf')  format('truetype'), 
    url('../fonts/Futura-Medium.svg#Futura-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura-Light';
    src: url('../fonts/Futura-Light.woff2') format('woff2'),
        url('../fonts/Futura-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body{
    color:#fff;
    font-family: 'Montserrat-Medium';
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

figure{
    margin: 0px;
}

h1,h2,h3,
h1 span{
    font-family: 'Montserrat-Bold';
    margin: 0px;
}

.wrapper {
    margin: 0 auto;
    padding: 0px 20px;
    width: 100%;
}

.subtitle{
    font-size: 1.7em;
    text-align: center;
}

.header__section{
    background-color: #090d18;
}

.header{
    display: flex;
    justify-content: space-between;
    padding-top: 26px;
}

.header__logo{
    display: flex;
    justify-content: center;
    width: 100%;
}

.header__logo__img{
    margin-right: 10px;
    width: 40px;
}

.header__logo__virket{
    font-family: 'Montserrat-Bold';
    font-size: 1.6em;
    margin: 0px;
}

.header__logo__hispanic{
    font-family: 'Futura-Light';
    font-size: 1.1em;
    margin: 0px;
}

.header__btns{
    text-align: right;
    width: 12.5%;
}

.header__btns__phone{
    align-items: center;
    background-color: #9dbe44;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    height: 40px;
    margin-top: 6px;
    width: 40px;
}

.header__btns__phone__number{
    display: none;
}

.header__btns__lang{
    align-items: center;
    display: inline-flex;
    cursor: pointer;
    justify-content: space-between;
    margin-top: 22px;
}

.header__btns__lang__select {
    background-color: transparent;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url(../img/icon-language.png);
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Futura-Medium';
    font-size: .9em;
    height: 34px;
    padding-right: 10px;
    padding-left: 9px;
    width: 40px;
}

.header__btns__lang__select option {
    margin: 40px;
    background: #12161f;
    color: #fff;
}


.header__btns__lang__arrow{
    width: 13px;
}

/*home*/
.home__typ,
.home{
    background-color: #090d18;
    background-image: url('../img/bg-above-mobile.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 200px;
}

.home__content{
    text-align: center;
}

.home__content__title {
    color:#9dbe44;
    font-family: 'Montserrat-Medium';
    font-size: 1.1em;
    font-weight: 500;
    
}

.home__content__desc{
    font-size: 1.3em;
    margin: 0;
    padding-bottom: 25px;
}

.home__content__cta{
    background-color: #1bbc9d;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    margin: 42px 0 0px 0;
    padding: 6px 24px;
}

.form{
    display: none;
    bottom: 0px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.form__title{
    background-color: #1bbc9d;
    text-align: center;
    position: relative;
}

.form__title__text{
    font-size: 1.4em;
    padding: 15px 0; 
}

#form__close{
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0 0 0 auto;
    padding: 16px 0;
    position: absolute;
    right: 6px;
    top: 12px;
    width: 30px;
}

#form__close:before, 
#form__close:after {
    background-color: #fff;
    content: ' ';
    height: 14px;
    position: absolute;
    right: 14px;
    transform: rotate(45deg);
    transition: all .3s ease;
    width: 3px;
}

#form__close:after{
    transform: rotate(-45deg);
}

input[type="text"],
input[type="email"],
textarea, select, option { 
    outline: none;
}

.form{
    background-color: #fff;
}

.form__form{
    color: #12161f;
    margin: 10px auto;
    width: 94%;
}

.form__label{
    display: block;
    font-family: 'Montserrat-bold';
    font-size: 1em;
    padding: 3px 0;
}

.form__input{
    border:none;
    border:1px solid #888c8f;
    border-radius: 5px;
    font-family: 'Futura-Medium';
    height: 29px;
    margin-bottom: 6px;
    padding: 1px 10px 4px 10px;
    width: 100%;
}

textarea{
    height: auto !important;
    resize: none;
}

.form__error{
    font-family: 'Futura-Medium';
    font-size: .9em;
    color: #ff0000;
}

.form__button{
    background-color: #344a5f;
    border: none;
    border-radius: 5px;
    color:#fff;
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    margin: 10px auto 20px auto;
    outline: none;
    padding: 5px 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}


#form__open {
    background-color: #354a5d;
    bottom: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    cursor: pointer;
    font-family: 'Montserrat-Bold';
    font-size: 1.3em;
    left: 0;
    padding: 16px 0;
    position: fixed;
    text-align: center;
    width: 94%;
    margin: 0 auto;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}


.solutions{
    background-color: #12161f;
    padding: 30px 0 2px;
}

.solutions__title{
    padding: 0 0 20px 0;
}

.solutions__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.solutions__item{
    background-color: #232730;
    border-radius: 30px;
    margin: 65px 10px 60px;
    padding: 55px 20px 14px 20px;
    position: relative;
    text-align: center;
    width: 230px;
}

.solutions__icon{
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -62px;
    width: auto;
}

.solutions__excerpt{
    font-family: 'Futura-Light';
    font-size: 1.1em;
}

.solutions__description{
    display: none;
    font-family: 'Futura-Light';
    font-size: 1.2em;
    margin: 0;
    padding-bottom: 20px;
}

.solutions__learn-more {
    background-color: #9ec045;
    bottom: -15px;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Montserrat-Medium';
    left: 0;
    margin: 0 auto;
    padding: 6px 0;
    position: absolute;
    right: 0;
    width: 135px;
}

.solutions__learn-more:hover,
.experts__cta:hover{
    transform: scale(1.1);
    transition: all .2s ease;
}


.data{
    background-color: #4d5763;
    padding: 40px 0;
}

.data__items{
    padding-top: 30px;
}

.data__right{
    text-align: right;
}

.data__number{
    font-family: 'Montserrat-Bold';
    font-size: 3em;
    margin: 0px;
}

.data__number span{
    color: #17a2b8;
}

.data__text{
    font-family: 'Futura-Light';
    font-size: 1.1em;
    margin: 0 0 15px 0;
}

.about,
.certification{
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}

.clients{
    padding-top: 30px !important;
}

.certification__title,
.clients__title{
    color:#2abb9d;
    padding-bottom: 20px;
}

.certification__icons,
.clients__icons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.clients__icons figure{
    margin: 10px;
}

.certification__icon{
    width: 120px;
}

.clients__icon{
    width: 110px;
}

.clients__title{
    color:#2abb9d;
    padding: 20px 0;
}
.about__title{
    color:#2abb9d;
}

.about__description{
    color:#000000;
    line-height: 1.4;
    text-align: center;
}

.about__description span{
    color:#2abb9d;
    font-family: 'Montserrat-Bold';
}


/*expertos*/ 
.experts{
    background-color: #f5f8f8;
    padding: 40px 0;
    text-align: center;
}

.experts__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.experts__item{
    padding-bottom: 10px;
    width: 100%;
}

.experts__title{
    color:#2abb9d;
    padding-bottom: 20px;
}

.experts__subtitle{
    font-family: 'Montserrat-Bold';
    font-size: 1.1em;
    color:#354a5d;
    margin: 15px 0px;
    text-align: center;
}

.experts__description{
    color: #000000;
    font-family: 'Futura-Light';
    font-size: 1.1em;
    text-align: center;
}


.experts__circle{
    display: block;
    margin: 0 auto;
    position: relative;
    width: 160px;
}

.experts__circle__img{
    width: 100%;
}


.experts__circle__icon{
    bottom: -6px;
    position: absolute;
    right: 0px;
    width: 50px;
}

.experts__cta{
    border: 2px solid #9dc33a;
    border-radius: 4px;
    display: none;
    color: #9dc33a;
    cursor: pointer;
    font-size: 1.3em;
    margin: 7px 0;
    padding: 6px 24px;
}


.footer__img{
    display: none;
    background-color:#686d73;
}

.footer__img img{
    width: 100%;
}

.footer{
    background-image: url(../img/bg-footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 125%;
    padding: 120px 0 70px;
    background-position-y: -108px;
    
}

.footer__logo{
    text-align: center;
    margin-top: 160px;
}

.footer__logo__img{
    margin: 0 auto;
    width: 40px;
}

.footer__logo__virket{
    font-family: 'Montserrat-Bold';
    font-size: 1.6em;
    margin: 0px;
    padding: 0 10px;
}

.footer__logo__hispanic{
    font-family: 'Futura-Light';
    font-size: 1.1em;
    margin: 0px;
}

.body__typ{
    background-color: #090d18;
}

.typ{
    text-align: center;
}

.typ__img{
    display: none;
}

.footer__typ{
    background-color: #090d18;
}

.footer__typ .footer__logo{
    margin-top: 0px;
    padding: 30px 0;
}

.footer__holding__title{
    font-family: 'Montserrat-Bold';
    text-align: center;
    padding-top: 20px;
}

.footer__holding{
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    margin: auto;
}

.footer__holding__item{
    display: block;
    margin: auto;
    padding: 0 5px 10px;
}

.footer__holding__item.agency{
    width: 150px;
}

.footer__holding__item.boxx{
    width: 130px;
}

.footer__holding__item.local{
    width: 140px;
}


.footer__holding img{
    width: 100%;
}

@media screen and (min-width: 360px){
    .experts__item{
        width: 48%;
    }

    .experts__item.direction{
        width: 100%;
    }

    .experts__subtitle {
        display: flex;
        justify-content: center;
        min-height: 42px;
        align-items: center;
    }
    

    .experts__circle{
        width: 120px;
    }
    
    .direction .experts__circle{
        width: 160px;
    }

    .experts__circle__icon{
        width: 40px;
    }

    .direction .experts__circle__icon{
        width: 50px;
    }
    
}


@media screen and (min-width: 600px){

    
    .above{
        background-color: #090d18;
        background-image: url('../img/bg-above.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: 100px; 
    }

    .home__typ,
    .home{
        background-color: initial;
        background-image: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .header{
        padding-bottom: 10px;
    }

    .header__logo{
        justify-content: start;
        width: 50%;
    }

    .header__btns{
        align-items: center;
        display: flex;
        width: auto;
    }

    .header__btns__phone{
        border-radius: 4px;
        height: 30px;
        margin: 0px 15px 0 0;
        padding: 15px 10px;
        width: auto;
    }

    .header__btns__phone:hover{
        transform: scale(1.1);
        transition: all .2s ease;
    }

    .header__btns__phone__number{
        display: block;
        color: #fff;
    }

    .header__btns__phone__icon{
        margin-right: 6px;
        width: 15px;
    }

    .header__btns__lang{
        margin-top: 0px;
    }

    .header__btns__lang__select {
        padding-left: 30px;
        width: 100%;
    }

    .header__btns__lang__select option {
        background: #a5a6ab;
    }

    .data__items{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .data__item {
        margin: 0 20px;
        width: 220px;
    }

    .home__content {
        margin: 0 auto;
        width: 90%;
        
    }

    .home__typ{
        padding-top: 60px; 
    }


    .clients__icons figure{
        margin: 10px 25px;
    }

    .typ__img{
        display: block;
        margin: 0 auto;
        padding-bottom: 30px;
        width: 140px;
    }

    .footer__holding__item.agency{
        width: 170px;
    }
    
    .footer__holding__item.boxx{
        width: 150px;
    }
    
    .footer__holding__item.local{
        width: 160px;
    }
}


@media screen and (min-width: 769px){
    .subtitle{
        font-size: 2.2em;
    }

    .above{
        background-position-y: 0px; 
        padding-bottom: 50px;
    }

    .header__section{
        background-color: transparent;
    }

    
    .header__logo{
        align-items: center;
        width: 63%;
    }

    .home{
        display: flex;
        justify-content: space-between;
        padding-top: 110px;
    }

    .home__content{
        margin: 0 20px;
        width: 60%;
    }

    .home__content__desc {
        padding-bottom: 50px;
    }
    

    .form{
        background-color: #fff;
        border-radius: 15px;
        display: block !important;
        position: relative;
        width: 317px;
    }

    .form__title__text{
        padding: 10px 0; 
    }

    .form__form {
        margin:10px auto 25px;
        width: 92%;
    }

    .form__title{
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    #form__open,
    #form__close{
        display: none !important;
    }

    .form__button{
        bottom: -16px;
        margin: 0px;
        position: absolute;
        width: 92%;
    }

    .solutions__item{
        margin: 65px 18px 60px;
        width: 31%;
    }

    .solutions__subtitle{
        align-items: center;
        display: flex;
        font-size: 1.6em;
        min-height: 61px;
        justify-content: center;
    }

    .solutions__excerpt{
        font-size: 1.2em;
    }

    .solutions__learn-more{
        font-size: 1.1em;
        width: 150px;
    }

    .certification__icon{
        width: 140px;
    }

    .clients__icon{
        /*width: 170px;*/
        width: 155px;
    }

    .about__description{
        font-size: 1.2em;
        margin: 1em 30px;
    }

    .experts__items {
        justify-content: center;
    }

    .experts__item,
    .experts__item.direction{
        width: 208px;
    }

    .experts__cta{
        display: inline-block;
    }

    .data__item {
        margin: 0px;
        text-align: center;
    }

    .footer__img{
        display:block;
    }
    
    .footer{
        background-color:#686d73;
        background-image: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-size: initial;
        padding: 10px 0 20px;
        background-position-y: 0px;
        
    }

    .footer__logo{
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 0px
    }

    .footer__logo__hispanic{
        padding-top: 5px;
    }

    .footer__holding__title {
        margin: 0 0 12px 0;
    }

    .footer__holding__item{
        width: 170px;
    }

    .typ{
        margin: 0 auto;
        padding-bottom: 140px;
        padding-top: 100px;
        width: 70%
    }

    .typ__title{
        font-size: 2.2em;
    }

    .typ__subtitle,
    .typ__description{
        font-size: 1.3em;
    }
}

@media screen and (min-width: 1080px){
    .wrapper{
        margin: 0 auto;
        padding: 0px;
        width: 1040px;
    }

   
    .header{
        padding: 17px 85px;
    }

    
    .header__logo__virket {
        font-size: 1.9em;
    }

    .home{
        padding: 120px 85px;
    }
    
    .home__content{
        margin: 0px;
        text-align: left;
    }

    .home__content__title{
        font-size: 1.2em;
        line-height: 1.3;
        width: 90%;
    }

    .home__content__desc{
        font-size: 1.75em;
        line-height: 1.3;
        padding-top: 40px;
        
    }

    .solutions__wrapper{
        padding: 10px 85px;
    }

    .solutions__items{
        justify-content: space-between;
    }
    
    .solutions__item{
        margin: 65px 0px 60px;
    }

    .certification__icons{
        justify-content: space-between;
    }

    .data__items{
        justify-content: space-around;
    }

    .data__item{
        margin: 0 10px;
        width: auto;
    }

    .data__text{
        font-size: 1.3em;
    }

    .typ{
        margin: 0 auto;
        padding-bottom: 180px;
        padding-top: 180px;
        width: 70%
    }
}

.scale{
    transform: scale(1.1);
    transition: all 1s ease-out;
}

.showtop{
    animation:showtop 1s;
}

.showbottom{
    animation:showbottom 1s;
}

.showleft{
    animation:showleft 1s;
}

.showright{
    animation:showright 1s;
}

[anm-scroll="showtop"],
[anm-scroll="showbottom"],
[anm-scroll="showleft"],
[anm-scroll="showright"] {
	opacity: 0;
}

@media screen and (min-width: 769px){
    .desk-showtop{
        animation:showtop 1s;
    }

    .desk-showbottom{
        animation:showbottom 1s;
    }

    .desk-showleft{
        animation:showleft 1s;
    }

    .desk-showright{
        animation:showright 1s;
    }
}

@keyframes showtop{
    0%{
        transform: translateY(80px);
    }

    100%{
        transform: translateY(0);
    }
}

@keyframes showbottom{
    0%{
        transform: translateY(-120px);
    }

    100%{
        transform: translateY(0);
    }
}

@keyframes showleft{
    0%{
        transform: translateX(-80px);
    }

    100%{
        transform: translateX(0);
    }
}

@keyframes showright{
    0%{
        transform: translateX(80px);
    }

    100%{
        transform: translateX(0);
    }
}