button.loader {
    
    background-image: url('../_img/loader1.gif');
    background-position-x: 0px;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 4em; 
}

body{
    font-size: 1.1em;
    font-family: Solomon Sans Normal, Arial, Helvetica, sans-serif;
    color: #4B4A47;
}

.container-img-websites {
    
    position: relative;
    
}

.container-img-websites video {

    position: absolute; 
    top:0;
    left:0;
    z-index:1;
    top:10%;    
}

.section-description {
    font-family: Solomon Sans Normal, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.8rem;
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 1rem;

}

.section-description-v2 {
    font-family: Solomon Sans Normal, Arial, Helvetica, sans-serif;
    line-height: 1.7rem;
    font-size: 1.1rem;
}

@media screen and (max-width: 1023px ) {
    .section-description {
        font-size: 16px;
    }
    .section-description-v2 {
        font-size: 1rem;
    }
}



@media screen and (max-width: 1024px) {

    .container-img-websites .frame, 
    .container-img-websites video {
    
        width: 95% !important;
        padding: 0 !important;
        margin: auto !important;
        left: 0.9rem !important;
    }
    
    .container-img-websites video {
    
        padding: 0 0.9rem !important;   
    }

}


.banner-fixed{
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    z-index: 0;
    max-height: 100%;
}

.single-item img{
    width: 100%;
}

.single-item-small img{
    width: 100%;
}

/*.slick-dots{
    display: block;
    /*position: absolute;
    bottom: 12%;
    right: 5%;*/
    /*color: white;
}*/
/*.banner-fixed > .slick-slider ul{
    list-style: none !important;
}*/

.modulo_view-container {
    
    margin-top: 6em;
}

.center-iesolutions{
    display: flex;
    align-items: center;
}

.banner-relative .slick-slide{
    outline: none !important;
}

.banner-relative .slick-dots{
    display: block;
    position: absolute;
    bottom: 14%;
    right: 5%;
    color: white;
    text-align: right;
}


.banner-relative > .slick-slider ul{
    list-style: none !important;
}

.slick-dots > li > button{
    height: 15px;
    width: 15px;
    background-color: gainsboro;
    border-radius: 10px;
    outline: none;
}

.slick-dots > li.slick-active > button{
    background-color: #FFD320;
}

.company-name{
    color: white;
    line-height: 0.6;
    font-family: Roboto-Light;
    text-align: center;
    margin-top: 2%;
    float: left;
    font-size: 3vw;
}

.lang-menu{
    color: white;
    font-size: 2vw;
    text-align: right;
    width: 100%;
}

.lang-menu > div:not(.dropdown-pane) {
    padding: 1%;
    display: initial;
    padding-left: 2%;
    margin-left: 2%;
}

.lang-menu > div:not(.dropdown-pane) > img{
    display: initial !important;
    cursor: pointer;
    max-width: 40px;
    margin-bottom: .5%;
}

.lang-menu > a {
    color: white;
    font-family: RobotoCondensed-Light;
}

.lang-menu .support {

    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    text-align: center;

    background-color: white;
    color: #4B4A47;
    border-radius: 6px;

    margin-right: 3rem;
}

.lang-menu .dropdown-pane {

    width: auto;
    background-color: transparent;
    padding: 0;
    border: none;
}

.lang-menu [class*="icon-"] {
    top: 10px;
    position: relative;
    font-size: 30px !important;
}
.menu-iesolutions .lang-menu [class*="icon-"] { 
    top: 8px;
}

#lang-list-hover,
#lang-list{
    -webkit-box-shadow: 0px 6px 15px 5px rgba(0,0,0,0.6); 
    box-shadow: 0px 6px 15px 5px rgba(0,0,0,0.6);
}

#lang-list-hover a,
#lang-list a {

    display: block;
    background-color: white;
    padding: 0.8rem;
    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    color: black;
}
#lang-list-hover a:hover,
#lang-list a:hover {
    background-color: #FFD900;
}

#home:has(~ #banner .container.large .yellow-dots.slick-active )  .lang-menu .support {
    background-color: #FFD900;
}

.menu{
    display: flex; 
    align-items: center;
}

.iseolutions-and-menu{
    padding-top: 2%;
    padding-bottom: 4%;
    position: relative;
}

.company-name > span{
    font-size: 0.45em;
    text-transform: uppercase;
}

footer{
    position: relative;
}

.filter-ban-fix{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: 1;
}

.container {
    
    position: relative;
    width: 100%;
}

.fabrica-description {
    
    overflow: hidden;
    padding-bottom: 5em;
}

.fabrica-description p {
    text-align: left;
}

.fabrica-description > div {

    display: none;
    position: relative;
    top: 0;
    right: 0;   
}

.content{
    /*background: rgba(0, 0, 0, 0.4);*/
}

.banner-relative{
    position: relative;
    min-height: 1px;
}

.button-center-sector-textil{
    padding-bottom: 1%;
    padding-top: 1%;
    background-color: #669999;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.button-center-sector-textil > span {
    width: 100%;
    text-align: center;
    font-size: 2vw;
    color: white;
    text-transform: uppercase;
    font-family: Roboto-Regular;
}

.add-yellow{
    background-color: #BF7E16;
}

.add-yellow > span{
    color: white;
}

.add-green{
    background-color: white;
}

.add-red{
    background-color: #4799B2;
}

.add-brown{
    background-color: #877463;
}

.add-yellow-2{
    background-color: #512000;
}

.add-green > span{
    color: #53B247;
}

.line-before{
    /*display: flex;
    align-items: center;*/
    padding-right: 3%;
}

.line-after{
    /*display: flex;
    align-items: center;*/
    padding-left: 3%;
}

.line-before > hr{
    width: 100%;
    border: 1.5px solid white;
    margin-bottom: 0;
    margin-top: 11%;
}

.line-after > hr{
    width: 100%;
    border: 1.5px solid white;
    margin-bottom: 0;
    margin-top: 11%;
}

.banner-content-button{
    padding-top: 19%;
    padding-bottom: 0%;   
}

.banner-content-description{
    padding-bottom: 2%;
    padding-top: 4%;
}

.banner-content-description h1, h2{
    text-align: center;
    color: white;
    
}

.banner-content-description h1{
    font-family: RobotoCondensed-Regular;
    font-size: 2.3vw;
    text-transform: uppercase;
    font-weight: bold;
}

.banner-content-description h2{
    font-family: RobotoCondensed-Light;
    font-size: 1.8vw;
}

.triangle{
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 25px;
    border-right-width: 25px;
    border-top: 30px solid #e6e6e6;
    margin: auto;
    padding-bottom: 2%;
    cursor: pointer;
}

.titles-principal-slider{
    padding-top: 22%;
    padding-bottom: 5%;
}
.titles-principal-slider h1{
    font-family: Roboto-Light;
    font-size: 2.7vw;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.titles-principal-slider h2{
    font-family: Roboto-Medium;
    font-size: 2.7vw;
    text-transform: uppercase;
}

.budget{
    padding-top: 1%;
    padding-bottom: 5%;  
}

.request-budget {
    position: relative;
    background-color: #FFD320;
    padding-bottom: 1%;
    padding-top: 1%;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    font-size: 1.6vw;
    max-width: 35%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    cursor: pointer;
}

.projects-request-budget{
    display: inline-block;
    position: relative;
    background-color: #FFD320;
    padding: 0.5em 3em;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    font-size: 1.6em;
}

a.fill {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.retalho{
    background-color: #FFD320;
}

.retalho > span{
    color: #4B4A47;
}

.triangle-principal {
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-left-width: 25px;
        border-right-width: 25px;
        border-top: 25px solid white;
        padding-bottom: 2%;
        cursor: pointer;
    }

.waypoint-down{
    position: absolute;
    top: 30%;
}

/*Menu*/

.menu-iesolutions{
    display: none;
    background-color: #1B1F20;
    color: white;
    padding-bottom: 0.5%;
    padding-top: 0.5%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    max-width: 100%;
}

.menu-iesolutions.orcamento {
    display: block;
}

.menu-iesolutions-fade{
    display: flex !important;
    align-items: center !important;
}

.menu-iesolutions h1{
    font-size: 1.5em;
    margin-bottom: 0;
}

.menu-iesolutions h1 > a{
    color: white;
}

.menu-iesolutions h1 > a > span{
    font-size: 0.5em;
}

.menu-iesolutions > .langs{
    text-align: right;
}

.menu-iesolutions > .langs > a{
    color: white;
}

.menu-iesolutions > .langs > div {
    display: initial;
    padding: 1%;
    margin-left: 2%;
    padding-left: 2%;
}

.menu-iesolutions > .langs > div  > img{
    max-width: 40px;
    margin-bottom: .5%;
    cursor: pointer;
}

.menu-iesolutions .icon-bars {
    font-size: 30px;
    top: 7px;
    position:relative;
}
.icon-bars {
    cursor: pointer;
}

.menu-iesolutions .main {
    max-width: 200px;
    max-height: 40px;
    padding: 0.5rem;
}

.contacts-link {
    font-size: 1.5vw;
}

.home-link{
    margin-top: 10%;
    font-size: 1.5vw;
}

.home-list > li > a, .contactos-list > li > a{
    color: #666;
    font-size: 20px;
}
.home-list > li > a:hover, .contactos-list > li > a:hover{
    color: #CCC;
}

/*Menu*/

/*Negocios Online*/

#negociononline{
    position: relative;
    background-color: white;
    padding-top: 5%;
    z-index: 10;
}

#negociononline h2{
    
    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    color: #4B4A47 !important;

    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
}

@media screen and (max-width: 1023px ) { 
    #negociononline h2{
        font-size: 38px;
    }
}

.sub-titles{
    padding-top: 7%;
    padding-bottom: 3%;
}

.sub-titles h3{
    text-align: center;
    font-size: 1em;
    margin-bottom: 6%;
    font-family: Solomon Sans Normal, Arial, Helvetica, sans-serif;
}

.sub-titles h3 > span {
    font-size: 1.2em;
}

#consult-bar {
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 10%;
    height: 14px;
    background-color: #ddd;
    border-radius: 50px;
    overflow: hidden;
}

#load-consult-bar {
  position: absolute;
  width: 1%;
  height: 100%;
  background-color: #6099E4;
}

#prod-bar {
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 10%;
    height: 14px;
    background-color: #ddd;
    border-radius: 50px;
    overflow: hidden;
}

#load-prod-bar {
  position: absolute;
  width: 1%;
  height: 100%;
  background-color: #FFA020;
}

#progra-bar {
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 10%;
    height: 14px;
    background-color: #ddd;
    border-radius: 50px;
    overflow: hidden;
}

#load-progra-bar {
  position: absolute;
  width: 1%;
  height: 100%;
  background-color: #1EC434;
}


/*Negocios Online*/

/*Section Websites*/

#websites{
    min-height: 200px;
    background: white;
    width: 100%;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    overflow: hidden;
}

.websites-gallery {
    
    background: url('../_img/client/google.png') 50% 50% no-repeat;
    background-size: 100% 40%;
}

.websites-gallery > ul.slick-dots{
    list-style: none;
    text-align: center;
    position: relative;    
    bottom: -1.1em;
}

.websites-gallery > ul.slick-dots > li{
    display: inline-block;
    margin: 3px;
}

.websites-gallery > ul.slick-dots > li > button{
    width: 15px;
    height: 15px;
}


#wpt-fabrica {
    padding-bottom: 3%;
}

#wpt-fabrica img.imac{
    position: absolute;
    width: 46%;
    max-width: 910px;
    cursor: pointer;
}

#wpt-fabrica video{
    padding-top: 3.7%;
    padding-left: 0%;
    padding-right: 6%;
    margin-left: 2.7%;
}

#websites .slick-slide{
    outline: none;
    position: relative;
}

.websites-gallery .link{
    float: right;
    text-transform: uppercase;
    margin-top: 50px;
    font-size: 0.8em;
}

.websites-gallery img{
    /*border: 1px solid #D9D9D9;*/
    position: absolute;
    top: 45%;
    max-width: 50px;
    left: 47.5%;
    cursor: pointer;
}

#websites h2{
    color: #4B4A47;
    text-align: left;
    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
}

@media screen and (max-width: 1023px ) { 
    #websites  h2{
        font-size: 38px;
    }
}

#websites h1{
    color: #4B4A47;
    text-align: left;
    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    line-height: 1;
    font-size: 3vw;
}

#websites .fabrica{
    display: flex;
    align-items: center;
    overflow: hidden;
}

#websites .fabrica > div > .caracteristicas{
    
}

#websites .fabrica .hide-and-show > .caracteristicas > div{
    background-color: gray;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3%;
    padding-bottom: 3%;
    display: initial;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 1em;
}

#websites .fabrica .hide-and-show > .caracteristicas > span{
    background-color: gray;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-left: 1px;
    font-size: 1em;
    font-weight: bold;
    margin-left: -3px;
}

#websites .fabrica .hide-and-show > .caracteristicas > span > img {
    max-width: 20px;
    margin-top: -4px;
}

/*Section Websites*/

/*Section Websites-Vendas*/
#websites-vendas{
    min-height: 200px;
    background: #EEEEEE;
    width: 100%;
    position: relative;
    z-index: 2;
}

#websites-vendas h1{
    margin-top: 5%;
    margin-bottom: 5%;
    
    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
}

@media screen and (max-width: 1023px ) { 
    #websites-vendas h1{
        font-size: 38px;
    }
}

.plus-triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100px;
    border-color: transparent transparent white transparent;
    float: right;
    cursor: pointer;
}

.plus-triangle > span{
    font-size: 40px;
    font-weight: bold;
    color: #006699;
    height: 100px;
    min-height: 100px;
    margin-left: -45px;
    display: block;
    margin-top: 35px;
}

#websites-vendas .more {
    margin-top: 3rem;
}

#websites-vendas .more img {
    
    background-color: white;
    position: relative;
    top: 23px;
    border: 1px solid #F1F1F1;
    border-radius: 50px;
    padding: 0.2rem;
}

#websites-vendas .column > img{
    display: block;
    margin: auto;
    max-width: 70px;
}

#websites-vendas .column > h3 {
    text-align: center;
    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    padding-top: 1rem;
    padding-bottom: 1rem;

    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;

}

#websites-vendas .column > p{
    max-width: 95%;
    margin: auto;
    text-align: center;
}

#websites-vendas .column{
    display: none;
}

/*Section Websites-Vendas*/



/*ReinventarWebsites*/

#portfolio{
    min-height: 200px;
    background: white;
    width: 100%;
    position: relative;
    padding-top: 5%;
    padding-bottom: 0%;
}

#portfolio h1 {
    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
}
@media screen and (max-width: 1023px ) { 
    #portfolio h1{
        font-size: 38px;
    }
}

.center{
    margin-top: 5%;
    margin-bottom: 2.4%;
}

.center div {
    position: relative;
}

.sub-img::after {
    content: ' ';
    position: absolute;
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sub-img.hide-after::after {
    display: none;
}

.playvideo-rev{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
}

.playvideo-rev > img{
    width: 25% !important;
    /*width: 50px !important;*/
    display: block;
    margin-top: -10%;
    cursor: pointer;    
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}

.playvideo-rev > img:hover {
    transform: scale(1.1);
}


.center .slick-slide{
    margin-left: 0.2%;
    margin-right: 0.2%;
    outline: none;
    opacity: 0.6;
}

@media screen and (max-width: 640px ) { 
    .center .slick-slide{
        margin-left: 0.8rem;
        margin-right: 0.8rem;
    }
}

.center .slick-current{
    opacity: 1;
}

.center .slick-slide > img{
    box-shadow: 5px 0px 16px 3px rgba(213, 213, 214, 0.8);
}

/*.center .slick-slide > h4 > a.website-name{
    text-align: center;
    color: #5B5A5A;
    width: 100%;
    display: block;
    padding-top: 4%;
    font-size: 0.8em;
    font-family: Roboto-Light;
}*/

.center .slick-slide > .name-link{
    text-align: center;
    margin-top: 2%;
}

.center .slick-slide > .name-link > h4{
    text-align: center;
    color: #5B5A5A;
    display: inline-block;
    font-size: 1em;
    font-family: Roboto-Light;
}

.center .slick-slide > .name-link > a.website-name{
    text-align: center;
    color: #5B5A5A;
    font-size: 1em;
    font-family: Roboto-Light;
}

.center .slick-slide > .name-link > a.website-name > span{
    color: #49AEA8;
    font-weight: bold;
    margin-left: 3px;
}

.center .slick-slide > h5 > a.website-localization{
    text-align: center;
    color: darkgray;
    width: 100%;
    display: block;
    font-size: 0.8em;
    font-family: Roboto-Light;
}

.center img{
    width: 100%;
}

.center .slick-prev{
    position: absolute;
    z-index: 1;
    top: 38%;
    left: 19%;
    outline: none;
    max-width: 40px;
}

.center .slick-next{
    position: absolute;
    z-index: 1;
    top: 38%;
    right: 19%;
    outline: none;
    max-width: 40px;
}

.ver-portfolio{
    background-color: transparent;
    border: 2px solid black;
    color: darkgray;
    width: 250px;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 1.2em;
}

.ver-portfolio:hover{
    background-color: #78B3AD;
}

/*ReinventarWebsites*/

/*Comunicação Digital*/
#comunicacao{
    min-height: 200px;
    background: #666666;
    width: 100%;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}

#comunicacao h1{
    color: white;
    font-family: Roboto-Medium;
    font-size: 3vw;
}

#comunicacao p.title-description{
    color: white;
    max-width: 50%;
    margin: auto;
}

#comunicacao .column > .red{
    background-color: #ED8274; 
    padding: 3%;
    overflow: hidden;
}
#comunicacao .column > .orange{
    background-color: #F4AF49;
    padding: 3%;
    overflow: hidden;
}
#comunicacao .column > .blue{
    background-color: #78B3AD;
    padding: 3%;
    overflow: hidden;
}
#comunicacao .column > .green{
    background-color: #62AC5B;
    padding: 3%;
    overflow: hidden;
}
#comunicacao .column > .pink{
    background-color: #D54C73;
    padding: 3%;
    overflow: hidden;
}
#comunicacao .column > .darkblue{
    background-color: #5794A9;
    padding: 3%;
    overflow: hidden;
}

#comunicacao .column{
    margin-top: 3%;
    padding: 1%;
}

#comunicacao .column > .description-comunicacao{
    background-color: white;
    padding: 5%;
}

#comunicacao .column > .description-comunicacao > h4{
    font-family: RobotoCondensed-Regular;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 5%;
    color: #666666
}

#comunicacao .column > .description-comunicacao > p{
    font-family: Roboto-Light;
    font-size: 1em;
    min-height: 100px;
    color: #666666;
}

#comunicacao .column img{
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}

#comunicacao .column:hover img{
    transform: scale(1.05);
}


#comunicacao-360 {

    background-color: #E6F0FA;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
#comunicacao-360 .section-title {

    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

@media screen and (max-width: 1023px ) {
    #comunicacao-360 .section-title {
        font-size: 30px;
    }
}

#comunicacao-360 .container {

    display: grid;
    grid-template-columns: repeat(3, 1fr );
    gap: 1.5rem;
}
@media screen and (max-width: 1250px ) {
    #comunicacao-360 .container {
        grid-template-columns: repeat(2, 1fr );
    }
}
@media screen and (max-width: 800px ) {
    #comunicacao-360 .container {
        grid-template-columns: repeat(1, 1fr );
    }
}

#comunicacao-360 .container .item {

    background-color: white;
    border-bottom: 8px solid #6099E4;
    border-radius: 8px;
    position: relative;
}

#comunicacao-360 .container .item > div {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2rem;

    display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
    gap: 3rem;
}

#comunicacao-360 .container .item img.background {
    width: 100%;
    visibility: hidden;
}
#comunicacao-360 .container .item img:not(.background) {
    max-width: 150px;
    margin-bottom: 2rem;
}

#comunicacao-360 .container .item .title {
    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

#comunicacao-360 .container .item .title ~p {
    text-align: center;
}

@media screen and (max-width: 1550px ) {
    #comunicacao-360 .container .item > div {
        padding: 1rem;
        gap: 1rem;
    }
    #comunicacao-360 .container .item .title {
        font-size: 23px;
    }
}

#comunicacao-360 .container .item.b > div {

	justify-content: center;
    font-family: Solomon Sans Normal, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    gap: 4rem;
}

#comunicacao-360 .container .item.b h5 {

    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    margin: 0;
}
#comunicacao-360 .container .item.b p {
    font-family: Solomon Sans Normal, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
}
#comunicacao-360 .container .item.b a { display: inline-block; }
@media screen and (max-width: 1700px ) {
    #comunicacao-360 .container .item img:not(.background) {
        max-width: 100px;
    }
}
@media screen and (max-width: 1550px ) {
    #comunicacao-360 .container .item.b > div {
        gap: 3rem;
    }
    #comunicacao-360 .container .item.b h5 {
        font-size: 28px;
    }
    #comunicacao-360 .container .item.b p {
        font-size: 20px;
        line-height: 20px;
    }
}
@media screen and (max-width: 1023px ) {
    #comunicacao-360 .container .item img:not(.background) {
        max-width: 80px;
    }
    #comunicacao-360 .container .item.b > div {
        gap: 1rem;
    }
}
@media screen and (max-width: 800px ) {
    #comunicacao-360 .container .item.b .new-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px ) {
    #comunicacao-360 .container .item > div {
        position: relative;
    }
    #comunicacao-360 .container .item img.background {
        display: none;
    }
    #comunicacao-360 .container .item.b h5 {
        margin-bottom: 1rem;
    }
    #comunicacao-360 .container .item.b p:last-child {
        margin-top: 1rem;
    }
}


/*Comunicação Digital*/


/*Começar Agora*/
#comecaragora{
    min-height: 200px;
    background: white;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 0%;
    border-top: 3px solid white;
    border-bottom: 1px solid #ececec;
}

#comecaragora > .row{
    overflow: hidden;
}

#comecaragora img{
    display: block;
    margin: auto;
    width: 25%;
    max-width: 110px;
}

#comecaragora h5{
    color: #49AEA8;
    text-align: center;
    font-size: 3vw;
}

#comecaragora p{
    text-align: center;
    width: 70%;
    margin: auto;
    margin-top: 2%;
    font-family: OldStandard-Italic;
    font-size: 1.1em;
}

#comecaragora .div-left{
    padding-bottom: 5%;
    padding-top: 5%;
}

#comecaragora .div-right{
    background-color: #49AEA8;
    position: relative;
    min-height: 100px;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    margin-right: -9%;
    
}

#comecaragora .text-after-skew{
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    position: absolute;
    bottom: 15%;
    width: 100%;
    left: 16%;
}

#comecaragora .text-after-skew > button{
    border: 2px solid white;
    padding: 3%;
    color: white;
    text-transform: uppercase;
    width: 60%;
}

/*Começar Agora*/

/*Clientes*/

#clientes{
    position: relative;
    background-color: #EFEFF1;
    padding-top: 5%;
}

#clientes h2{
    color: #4B4A47;
    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
}

@media screen and (max-width: 1023px ) { 
    #clientes h2{
        font-size: 38px;
    }
}

.clientes{
    background-color: #EFEFF1;
    padding-top: 5%;
    padding-bottom: 5%;
}

.clientes .column{
    margin-bottom: 1%;
}

.clientes .box-logos{
    width: 100%;
    padding: 12%;
    border: 1px solid #DADADA;
    background-color: white;
    position: relative;
    /*-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    /*filter: grayscale(100%);*/
}

.clientes .box-logos > .filter{
    position: absolute;
    background-color: rgba(118, 115, 115, 0.12);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.clientes img{
    display: block;
    margin: auto;
    /*border: 1px solid #DADADA;*/
}

.clientes .box-logos > img{
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

.clientes .box-logos:hover > img {
    transform: scale(1.2) !important;
}

/*Clientes*/

/*Testemunhos*/

#testemunhos{
    position: relative;
    padding-top: 5%;
    padding-bottom: 2%;
    /*background-color: #E6F0FA;*/
    border-bottom: 2px solid #ececec;
}

#testemunhos em{
    color: #FFD320;
}



#testemunhos span{
    position: absolute;
    bottom: 0;
    left: 49.5%;
    border: 1px solid #ececec;
    height: 30px;
}

#testemunhos h2{
    color: #4B4A47;
    text-align: center;
    font-size: 3vw;
    font-family: Roboto-Medium;
}

.testemunhos-gallery-container {
    position: relative;
}
.testemunhos-gallery-container .arrow-slick{
    top: 35%;
    font-size: 2rem;
    color: black;
}
.testemunhos-gallery-container .arrow-prev{
    position: absolute;
    left: 2rem;
}
.testemunhos-gallery-container .arrow-next{
    position: absolute;
    right: 2rem;
}

@media screen and (max-width: 640px ) { 
    .testemunhos-gallery-container .arrow-prev{
        left: 0.8rem;
    }
    .testemunhos-gallery-container .arrow-next{
        right: 0.8rem;
    }
}

.testemunhos-gallery{
    padding-top: 2%;
    width: 90%;
    margin: auto;
}

.testemunhos-gallery div.text-testem{
    /*min-height: 130px;*/
}

.testemunhos-gallery div.text-testem > p.testemunho{

    padding: 1rem;
    font-style: italic;
}

.testemunhos-gallery p.testemunho-autor{
    font-weight: bold;
}

.testemunhos-gallery .slick-slide{
    outline: none;
    padding-top: 1rem;
}

.testemunhos-gallery .slick-dots{
    position: absolute;
    top: 2%;
    list-style: none;
    display: inline !important;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.testemunhos-gallery .slick-dots li{
    display: inline !important;
    margin: 5px;;
    cursor: pointer;
}

.testemunhos-gallery .img-testem{
    /*min-height: 150px;*/
    max-height: 150px;
    display: flex;
}

.testemunhos-gallery .img-testem > img{
    max-width: 200px;
    margin: auto;
}

/*Testemunhos*/


/*Sobre Nos*/

#sobrenos{
    margin-top: 2rem;
    position: relative;
    background-color: white;
    padding-top: 5%;
}

#sobrenos h2{
    color: #4B4A47;
    font-family: Solomon Sans, Arial, Helvetica, sans-serif;

    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
}
@media screen and (max-width: 1023px ) { 
    #sobrenos h2{
        font-size: 38px;
    }
}

#sobrenos p{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Solomon Sans Normal, Arial, Helvetica, sans-serif;
}

#sobrenos .historia{
    padding-top: 7%;
    padding-bottom: 1%;
}

#sobrenos .historia h6{
    font-family: Roboto;
    font-size: 1.5em;
    text-align: center;
}

#sobrenos .video > .columns{
    padding: 0;
}

#sobrenos .video img{
    width: 100%;
}

#sobrenos .producaoviseu h6{
    font-family: Roboto-Light;
    font-size: 1.5em;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 3%;
}

#sobrenos p.desc{
    margin-top: 0%;
    margin-bottom: 5%;
    text-align: justify;
}

.counters{
    border: 1px solid gainsboro;
    /*min-height: 300px;*/
    position: relative;
    padding-top: 20%;
}

.counters > p{
    margin-top: 15% !important;
    margin-bottom: 15% !important;
    font-size: 1.1em;
    font-weight: bold;
}

.counter_1, .counter_2, .counter_3{
    display: block;
    min-height: 120px;
    min-width: 100%;
    position: relative;
}

.counter_1 > canvas, .counter_2 > canvas, .counter_3 > canvas{
    display: block;
    margin: auto;
}

.counter_1 > em {
    position: absolute;
    top: 30%;
    font-size: 2em;
    font-style: normal;
    width: 100%;
    text-align: center;
}

.counter_2 > em {
    position: absolute;
    top: 30%;
    font-size: 2em;
    font-style: normal;
    width: 100%;
    text-align: center;
}

.counter_3 > em {
    position: absolute;
    top: 30%;
    font-size: 2em;
    font-style: normal;
    width: 100%;
    text-align: center;
}

#Progress_1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #ddd;
}

#myBar_1 {
  position: absolute;
  width: 1%;
  height: 100%;
  background-color: #6099E4;
}

#Progress_2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #ddd;
}

#myBar_2 {
  position: absolute;
  width: 1%;
  height: 100%;
  background-color: #FFA020;
}

#Progress_3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #ddd;
}

#myBar_3 {
  position: absolute;
  width: 1%;
  height: 100%;
  background-color: #1EC434;
}

#flags > div{
    /*background: gainsboro; /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(to right, #F4F4F4 , #F6F6F6); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(to right, #F4F4F4 , #F6F6F6); /* For Opera 11.1 to 12.0 */
   /* background: -moz-linear-gradient(to right, #F4F4F4 , #F6F6F6); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(to right, #F4F4F4 , #F6F6F6); /* Standard syntax */
    padding-top: 3%;
    padding-bottom: 3%;
    
    /*background: linear-gradient(to right, #F4F4F4 , #F6F6F6);*/
}

#flags ul{
    list-style: none;
    display: block;
    width: 75%;
    margin-left: 12.5%;
}

#flags ul > li{
    display: inline-block;
    width: 19%;
    text-align: center;
}

#flags ul > li > img{
    max-width: 60px;
}

#flags ul > li > p{
    font-size: 0.8em;
}

.more-countrys > p{
    margin-bottom: 0 !important;
}

/*Sobre Nos*/


.menu-iesolutions.orcamento ~ #contactos {
    padding-top: 4rem;
    background: linear-gradient(180deg, #6099E4 -110%, #E6F0FA 59.28%);
}

/*Contactos*/
#contactos > .row:first-child {

    background: linear-gradient(180deg, #6099E4 -110%, #E6F0FA 59.28%);

    padding-top: 6rem;
    padding-bottom: 6rem;
}

#contactos > .row:last-child {
    background: none;
    background-color: white;
}

#contactos .section-title {

    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #4B4A47;

    margin-bottom: 3rem;
}
@media screen and (max-width: 1023px ) { 
    #contactos .section-title{
        font-size: 30px;
    }
}

#contactos textarea,
#contactos select,
#contactos input {
    border-radius: 25px;
}
#contactos textarea,
#contactos input {
    padding: 1.5rem 1rem;
    /*border: 1px solid #49AEA8;*/
    border: none;
}

#contactos select {
    padding-left: 1rem;
    border: none;
    color: grey;
}

#contactos .new-link {
    margin-top: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#como-chegar .container,
#contactos .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr );
    gap: 3rem;
}

#como-chegar .container {

    padding-top: 6rem;
    padding-bottom: 6rem;
}

#contactos a {
    color: #4B4A47;
}
#contactos a:hover {
    color: #CCC;
}

@media screen and (max-width: 1024px ) {
    #como-chegar .container,
    #contactos .container { grid-template-columns: repeat(2, 1fr ); }
    #como-chegar input,
    #como-chegar textarea,
    #contactos textarea,
    #contactos input {
        border-radius: 25px;
    }
}
@media screen and (max-width: 500px ) {
    #como-chegar .container,
    #contactos .container { grid-template-columns: repeat(1, 1fr ); }
    #como-chegar .container .item,
    #contactos .container .item { text-align: center; }
}

#como-chegar .container .item,
#contactos .container .item {
    font-size: 1em;
}
#como-chegar .container .item .title,
#contactos .container .item .title {
    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 1rem;
}
#como-chegar .container .item p,
#contactos .container .item p { margin: 0; }
#como-chegar .container .item [class*="icon-"],
#contactos .container .item [class*="icon-"] {
    color: #6099E4;
    font-size: 25px;
}

@media screen and (max-width: 640px ) {
    #como-chegar .container .item,
    #contactos .container .item {
        font-size: 1.1em;
    }
}


.form-contacts{
    padding-top: 5%;
    padding-bottom: 5%;
}

.form-contacts form{
    padding-top: 1%;
}

.form-contacts form input, textarea{
    /*border: 1px solid #49AEA8;*/
    padding-top: 4%;
    padding-bottom: 4%;
}

.form-contacts form button{
    background-color: #49AEA8;
    width: 100%;
    padding: 4%;
    text-transform: uppercase;
}

.contactos img{
    max-width: 12%;
    padding-bottom: 3%;
    padding-top: 3%;
    padding-right: 3%;
    margin-right: 2%;
}

.ligar-agora{
    text-transform: uppercase;
    color: #49AEA8;
    padding: 5%;
    border: 1px solid #49AEA8;
    text-align: center;
    margin-top: 5%;
    display: block;
}

.titles-contacts{
    font-size: 2vw;
    font-family: Roboto-Regular;
}

.morada{
    margin-bottom: 5%;
}

.morada > p{
    margin-bottom: 0;
}

.telf-contacts{
    margin-bottom: 5%;
}

form ::-webkit-input-placeholder {
   color: gray;
}

form :-moz-placeholder { /* Firefox 18- */
   color: gray;  
}

form ::-moz-placeholder {  /* Firefox 19+ */
   color: gray;  
}

form :-ms-input-placeholder {  
   color: gray;  
}

/*Contactos*/


/*Mapa*/
#map {      width:100%; height:600px; }

#mapa{
    position: relative;
    background-color: white;
}

.calc-route{
    position: relative;
    width: 50%;
    display: block;
    margin: auto;
}

.calc-route > p{
    color: #49AEA8;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.8vw
}

.calc-route img{
    max-width: 50px;
    margin-left: 3%;
}

.calc-route > input{
    padding: 4%;
}


/*Mapa*/


#pedido_de_orcamento{
    padding-top: 10%;
    padding-bottom: 5%;
}

#pedido_de_orcamento img{
    margin: auto;
    display: block;
}

#pedido_de_orcamento h6{
    color: #49AEA8;
    text-align: center;
    font-size: 3vw;
}

#pedido_de_orcamento p{
    width: 80%;
    margin: auto;
}


.set-position{
    position: relative;
}

/*footer*/
footer{
    background-color: #FEFEFE;
    padding-top: 5%;
    padding-bottom: 5%;
}

footer .home > p{
    font-size: 1.2em;
    font-family: Roboto-Light;
    text-transform: uppercase;
    color: #006666;
}

footer .home > a{
    display: block;
    color: gray;
    font-size: 1.3em;
}

footer .home > a:hover {
    color: #5B5B5B;
}

footer .contactos > p{
    font-size: 1.2em;
    font-family: Roboto-Light;
    text-transform: uppercase;
    color: #006666;
}

footer .contactos > a{
    display: block;
    color: gray;
    font-size: 1.3em;
}

footer .contactos > a:hover{
    color: #5B5B5B;
}

footer .litigio-consumo {
    
    padding-top: 2em;
    font-size: 0.8em;
    color: #555;
}

.button-number-phone{
    float: right;
    background-color: #FFD320;
    padding: 3%;
    text-align: center;
    font-family: Roboto-Regular;
    font-size: 1.5em;
    min-width: 260px;
}

.div-btn-orcamento{
    margin-top: 3%;
    width: 260px;
    float: right;
    background-color: #333333;
    padding: 2%;
    clear: both;
    cursor: pointer;
}

.div-btn-orcamento > .text{
    background-color: #333333;
    color: #FFD320;
    font-family: Roboto-Regular;
    text-transform: uppercase;
    float: left;
    padding: 4%;
    padding-right: 0;
    width: 80%;
    text-align: center;
    font-size: 1.2em;
}
.div-btn-orcamento > .btn-go{
    margin-left: 1%;
    background-color: #333333;
    color: #FFD320;
    border-left: 1px solid white;
    float: right;
    padding: 4%;
}

.div-btn-orcamento > .btn-go > img{
    max-width: 20px;
}

.social-icons{
    clear: both;
    padding-top: 0%;
}

.social-icons > ul{
    list-style: none;
    display: inline;
    /*float: right;*/
    width: 100%;
    margin: 0;
    text-align: right;
}

.social-icons > ul > li{
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
}

.social-icons > ul > li > a > img{
    max-width: 40px;
}


/*REAL MENU*/

nav.real-menu{
    width: 30%;
    height: 100%;
    background-color: #E6F0FA;
    position: fixed;
    z-index: 200;
    top: 0;
    right: -30%;
    transition: right 1s;
}

@media screen and (max-width: 1023px ) {
    nav.real-menu{
        width: 40%;
        right: -40%;
    }
}
@media screen and (max-width: 800px ) {
    nav.real-menu{
        width: 50%;
        right: -50%;
    }
}
@media screen and (max-width: 600px ) {
    nav.real-menu{
        width: 80%;
        right: -80%;
    }
}

nav.real-menu > .row{
    margin-top: 3rem;
    padding-left: 4rem;
}

nav.real-menu ul{
    list-style: none;
    margin-left: 0;
}

nav.real-menu div:has(.ie ) {

    margin-bottom: 2rem;
}

nav.real-menu .ie img{ width: 50px; }
nav.real-menu .title {

    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    margin-bottom: 0.5rem;
    font-size: 20px;

}

nav.real-menu:has(> .container) {
    

}
nav.real-menu .container {

    justify-content: space-evenly;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;

    padding: 2rem 4rem;
}

nav.real-menu .container div:has(> .ie) {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav.real-menu .container .buttons {

    width: 65%;
}
@media screen and (max-width: 1700px ) {
    nav.real-menu .container .buttons {
        width: 75%;
    }
}
@media screen and (max-width: 1500px ) {
    nav.real-menu .container .buttons {
        width: 85%;
    }
    nav.real-menu .container .buttons .new-link {
        font-size: 14px;
    }
    nav.real-menu .container {
        padding: 2rem 2rem;
    }
}


@media screen and (max-width: 500px ) {
    nav.real-menu .container .buttons {
        width: 100%;
    }
}


.show-real-menu{
    right: 0 !important;
}

.close-menu{
    position: absolute;
    right: 4%;
    top: 2%;
    cursor: pointer;
}

.close-menu > img{
    max-width: 32px;
    margin-bottom: 4px;
}
/*REAL MENU*/

.close-menu2 a{

    color: #6099E4;
    background-color: white;
    font-size: 25px;

}

.close-menu2 a {

    border-radius: 50%;
    padding: 0.5rem 0.6rem;
}

.close-menu2 a::before {
    top: 5px;
    position: relative;
}

/*************idieas***********/

#ideiaswebsites{
    position: relative;
    background-color: #FFF;
    padding-top: 5%;
    padding-bottom: 5%;
}

#ideiaswebsites > .columns > h2{
    color: #4B4A47;
    font-size: 3vw;
    font-family: Roboto-Medium;
}

#ideiaswebsites > .columns > p.subtitle{
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    width: 50%;
    margin: auto;
    margin-top: 2%;
}

#ideiaswebsites > .ideias-titles{
    margin-bottom: 5%;
}

#ideiaswebsites > #ideias-1, #ideias-2{
    padding-top: 2%;
    padding-bottom: 2%;
}

.ideias, .ideias-right{
    list-style: none;
    display: inline;
    margin: 0;
}

.idieas{
    background-color: gainsboro;
}

.ideias > li{
    display: inline-block;
    vertical-align: top;
    width: 24%;
    text-align: center;
    margin-top: 3%;
}

.ideias > li > p{
    margin: 0;
    margin-top: 4%;
    margin-bottom: 3%;
    text-transform: uppercase;
    font-family: Roboto-Regular;
    font-size: 0.9em;
}

.ideias-right > li{
    width: 100%;
    text-align: center;
    margin-top: 14%;
    margin-bottom: 22%;
}

.ideias-right > li > p{
    margin: 0;
    margin-top: 4%;
    margin-bottom: 3%;
    text-transform: uppercase;
    font-family: Roboto-Regular;
    font-size: 0.9em;
}

.ideias > li > img, .ideias-right > li > img{
    max-width: 70px;
    border: 2px solid white;
    border-radius: 35px;
}


/*************idieas***********/


/*footer*/

#home{
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
}

.reveal > button.close-button {
    right: 2rem !important;
    top: 2rem !important;
    font-size: 3em !important;
}

::selection {
    background: #e4711f;
    color: #fff;
    text-shadow:
}

.reveal-overlay {
    z-index: 50 !important;
}

#video-iesolutions{
    max-width: 80% !important;
    margin-left: 10% !important;
}

.video{
    position: relative;
}

.play-button{
    /*
    position: absolute;
    top: 44.5%;
    left: 48.5%;
    */
    width: 100px !important;
    cursor: pointer;
}

.play-center {
    position: relative;
}
.play-center .flex{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;    
}
.play-center .flex > div {
    width: 100%;
    text-align: center; 
} 


#privacy,
#disputes {
    position: relative;
    background: white;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    overflow: hidden;
}




/* Small only */
@media screen and (max-width: 39.9375em) {
    
    body{
        
        font-size: 0.8em;
    }
    
    .play-button {
        
        left: 45.0% !important;
        width: 80px !important;
    }
    
    .contact-form #mensagem {
        
        height: 150px;
    }
    
    /*Banner mobile*/
    
    #mobile-banner{
        min-height: 480px !important;
    }
    
    #mobile-banner > .columns{
        padding: 0;
        position: relative;
    }
    
    .mobile-banner .slick-slide img {
        width: 100%;
    }
    
    .mobile-banner > ul{
        position: absolute;
        bottom: 2%;
        list-style: none;
        display: inline;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    
    .mobile-banner > ul > li{
        display: inline-block;
        margin: 2%;
    }
    
    .add-yellow{
        position: absolute !important;
        bottom: 15% !important;
        width: 70% !important;
        margin-left: 15%;
        z-index: 2;
    }
    .add-green{
        position: absolute !important;
        bottom: 15% !important;
        width: 70% !important;
        margin-left: 15%;
        z-index: 2;
    }
    
    .add-red{
        position: absolute !important;
        bottom: 15% !important;
        width: 70% !important;
        margin-left: 15%;
        z-index: 2;
    }
    
    .add-brown{
        position: absolute !important;
        bottom: 15% !important;
        width: 70% !important;
        margin-left: 15%;
        z-index: 2;
    }
    
    .add-yellow-2{
        position: absolute !important;
        bottom: 15% !important;
        width: 70% !important;
        margin-left: 15%;
        z-index: 2;
    }
    
    .banner-1{
        position: absolute;
        z-index: 2;
        top: 25%;
    }
    
    .banner-1 h1{
        text-align: center;
        color: white;
        font-family: RobotoCondensed-Regular;
    }
    
    .banner-1 h2{
        font-size: 1.1rem;
        margin-top: 2rem;
    }
    
    .banner-2{
        position: absolute;
        z-index: 2;
        top: 30%;
    }
    
    .banner-2 h1{
        text-align: center;
        color: white;
        font-size: 1.5em; 
        font-family: RobotoCondensed-Regular;
        text-transform: uppercase;
    }
    
    .banner-2 h2{
        text-align: center;
        color: white;
        font-size: 1.2em;
        font-family: Roboto-Light;
        margin-top: 1rem;
    }
    
    .banner-3{
        position: absolute;
        z-index: 2;
        top: 30%;
    }
    
    .banner-3 h1{
        text-align: center;
        color: white;
        font-size: 1.5em;
        font-family: RobotoCondensed-Regular;
    }
    
    .banner-3 h2{
        text-align: center;
        color: white;
        font-size: 1.2em;
        font-family: Roboto-Light;
    }
    
    .banner-4{
        position: absolute;
        z-index: 2;
        top: 30%;
    }
    
    .banner-4 h1{
        text-align: center;
        color: white;
        font-size: 1.5em;
        font-family: RobotoCondensed-Regular;
    }
    
    .banner-4 h2{
        text-align: center;
        color: white;
        font-size: 1.2em;
        font-family: Roboto-Light;
    }
    
    .banner-5{
        position: absolute;
        z-index: 2;
        top: 30%;
    }
    
    .banner-5 h1{
        text-align: center;
        color: white;
        font-size: 1.5em;
        font-family: RobotoCondensed-Regular;
    }
    
    .banner-5 h2{
        text-align: center;
        color: white;
        font-size: 1.2em;
        font-family: Roboto-Light;
    }
    
    .banner-6{
        position: absolute;
        z-index: 2;
        top: 30%;
    }
    
    .banner-6 h1{
        text-align: center;
        color: white;
        font-size: 1.5em;
        font-family: RobotoCondensed-Regular;
    }
    
    .banner-6 h2{
        text-align: center;
        color: white;
        font-size: 1.2em;
        font-family: Roboto-Light;
    }
    
    /*Banner mobile*/
    
    
    /*Menu Mobile*/
    
    #home{
        position: absolute;
        z-index: 100;
        top: 1%;
        width: 100%;
    }
    
    .menu-iesolutions h1 > a {
        color: white;
        font-size: 1.1em;
    }
    
    /*Menu Mobile*/
    
    
    
    /*.banner-fixed .slick-slide{
        height: 400px;
    }
    
    .banner-fixed .single-item img {
        width: auto !important;
        height: 100% !important;
    }*/
    
    .waypoint-down{
        top: 0%;
    }
    
    .company-name {
        font-size: 1.3em;
        line-height: 0.7;
    }
    
    .company-name > span {
        font-size: 0.6em;
    }
    
    .lang-menu {
        font-size: 1em;
        margin-right: 3%;
    }
    
    .lang-menu > div > img {
        max-width: 30px;
        margin-bottom: 3%;
    }
    
    .langs img{
        max-width: 30px !important;
        margin-bottom: 2% !important;
    }
    
    .button-center-sector-textil {
        min-height: 25px;
    }
    
    .button-center-sector-textil > span {
        font-size: 1.2em;
    }
    
    .banner-relative .slick-dots{
        display: none !important;
    }
    
    .titles-principal-slider h1 {
        font-size: 3.4vw;
    }
    
    .titles-principal-slider h2 {
        font-size: 3vw;
    }
    
    .banner-content-description h1 {
        font-size: 2.8vw;
    }
    
    .banner-content-description h2 {
        font-size: 1em;
    }
    
    .triangle-principal {
        border-left-width: 15px;
        border-right-width: 15px;
        border-top: 20px solid white;
        padding-bottom: 2%;
        cursor: pointer;
        margin: auto;
    }
    
    .titles-principal-slider {
        padding-top: 20%;
        padding-bottom: 5%;
    }
    
    .request-budget {
        font-size: 3vw;
        max-width: 80%;
        width: 80%;
        margin-left: 10%;
        position: absolute;
        bottom: 15%;
        z-index: 2
    }
    
    #negociononline{
        padding-top: 4rem;
        padding-bottom: 2%;
    }
    
    #negociononline h2 {
        font-size: 1.8em;
    }
    
    #negociononline p {
        margin-bottom: 5%;
    }
    
    .sub-titles > div > div{
        margin-bottom: 6%;
    }
    
    #websites-vendas{
        padding-top: 4rem;   
    }
    
    #websites h2{
        font-size: 1.8em;
        text-align: center;
    }
    
    #websites h1{
        font-size: 1.8em;
        text-align: center;
    }
    
    #websites-vendas h1 {
        font-size: 1.7em;
        margin-bottom: 8%;
        margin-top: 4%;
    }
    
    #websites-vendas .column{
        margin-bottom: 10%;
    }
    
    #comecaragora .div-left button {
        background-color: #49AEA8;
        border: 1px solid gray;
        color: white;
        padding: 2%;
        text-transform: uppercase;
        display: block;
        margin: auto;
        margin-top: 5%;
    }
    
    #comecaragora h5 {
        font-size: 5vw;
    }
    
    #comunicacao{
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    #comunicacao .column{
        margin-top: 8%;
    }
    
    #comunicacao p.title-description {
        max-width: 80%;
    }
    
    #comunicacao .column > .description-comunicacao > p{
        font-size: 1.1em;
        min-height: 50px;
    }
    
    .testemunhos-gallery .slick-dots {
        top: 1%;
    }
    
    .titles-contacts {
        font-size: 1.2em;
    }
    
    .calc-route {
        width: 90%;
        margin-left: 5%;
    }
    
    .calc-route > p {
        font-size: 1.2em;
        font-weight: bold;
    }
    
    .menu-iesolutions h1 {
        font-size: 1.2em;
        padding-top: 0%;
    }
    
    .set-position{
        margin-bottom: 5%;
    }
    
    #clientes{
        padding-top: 4rem;
    }
    
    #clientes h2 {
        font-size: 1.8em;
    }
    
    #testemunhos{
        padding-top: 10%;
    }
    
    #testemunhos h2 {
        font-size: 1.8em;
    }
    
    #sobrenos h2 {
        font-size: 1.8em;
    }
    
    #portfolio {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    #portfolio > .row {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    
    #portfolio h1{
        font-size: 1.8em;
    }
    
    #comunicacao h1 {
        font-size: 1.8em;
    }
    
    #comunicacao h3 {
        font-size: 1.8em;
    }
    
    #comecaragora{
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    #websites-vendas .column > h3 {
        padding-bottom: 0%;
        font-size: 1rem;
    }
    
    .button-number-phone {
        float: none;
        margin-top: 15%;
    }
    
    .social-icons > ul {
        float: none;
        width: 100%;
        margin: 0;
        text-align: center;
        display: block;
    }
    
    .social-icons-small-fix {
    
        display: inline !important; 
    }
    
    .social-icons {
        
        margin-bottom: 0.5em !important;
    }
    
    .form-contacts {
        padding-top: 7%;
        padding-bottom: 10%;
    }
    
    .testemunhos-gallery {
        padding-top: 5%;
    }
    
    .slick-dots > li > button {
        height: 15px;
        width: 15px;
        border-radius: 10px;
    }
    
    #comecaragora p {
        width: 100%;
    }
    
    .triangle {
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-left-width: 15px;
        border-right-width: 15px;
        border-top: 20px solid #e6e6e6;
        margin: auto;
        padding-bottom: 2%;
        cursor: pointer;
    }
    

    #wpt-fabrica {
        padding-bottom: 10%;
    }

    #wpt-fabrica img.imac{
        position: absolute;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        left: 0;
    }

    #wpt-fabrica div video{
        padding-top: 4%;
        padding-left: 0%;
        padding-right: 0%;
        margin-left: 0%;
    }
    
    #flags ul {
        width: 100%;
        margin-left: 0;
    }
    
    #flags ul > li {
        width: 48%;
    }
    
    .div-btn-orcamento {
        width: 100%;
    }
    
    .websites-gallery > ul.slick-dots {

    }
    
    .websites-gallery{
        margin-bottom: 20%;
    }
    
    .contacts-link{
        font-size: 1.2em;
    }
    
    .home-link{
        font-size: 1.2em;
    }
    
    .social-icons {
        padding-top: 0;
        margin-top: 5%;
        margin-bottom: 10%;
    }

    .morada {
        margin-bottom: 10%;
    }
    
    .telf-contacts {
        margin-bottom: 10%;
    }
    
    .testemunhos-gallery div.text-testem{
        min-height: 100px;
    }
    
    .websites-gallery img {
        top: 44%;
        max-width: 35px;
        left: 45%;
        cursor: pointer;
    }
    
    .playvideo-rev {
        /*top: 35%;*/
    }
    
    .playvideo-rev > img {
        /*width: 35px !important;*/
        margin-top: -15%;
    }
    
    .center .slick-prev{
        top: 34%;
        left: -2.8%;
        max-width: 25px;
    }

    .center .slick-next{
        top: 34%;
        right: -2.8%;
        max-width: 25px;
    }
    
    .reveal-overlay {
        top: 10%;
        max-height: 70vh;
    }
    
    .reveal {
        height: 50vh !important;
        min-height: 50vh !important;
    }
    
    #ideiaswebsites > .columns > h2{
        font-size: 1.7em;
    }

    #ideiaswebsites > .columns > p.subtitle{
        font-size: 1em;
        font-weight: bold;
        width: 100%;
    }
    
    .ideias > li{
        width: 32%;
    }
    
    .ideias-right > li{
        display: inline-block;
        vertical-align: top;
        width: 32%;
    }
    
    #video-iesolutions{
        max-width: 90% !important;
        margin-left: 5% !important;
    }
    
    .reveal > button.close-button {
        right: 1rem !important;
        top: 1rem !important;
        font-size: 2em !important;
    }

    
}
  
/* Medium and up */
@media screen and (min-width: 40em) {}

@media screen and (min-width: 1390px ) {}
 
/* Medium only */
@media screen and (min-width: 640px) and (max-width: 1023px) {
    
    #comecaragora .div-right{
        margin-right: -14%;
    }
    
    #flags ul {
        width: 100%;
        margin-left: 0;
    }
    
    #flags ul > li {
        width: 24%;
    }
    
    .websites-gallery{
        margin-bottom: 6%;
    }
    
    #wpt-fabrica img.imac {
        width: 84%;
        
    }
    
    #wpt-fabrica div video {
        padding-top: 3.5%;
        padding-left: 3%;
        padding-right: 2.9%;
        margin-left: 0;
    }
    
    .websites-gallery > ul.slick-dots {
        bottom: -3em;
    }
    
    .button-number-phone{
        font-size: 1.3em;
    }
    
    .div-btn-orcamento > .text {
        width: 79%;
    }

    .div-btn-orcamento{
        min-width: 100%;
        display: flex;
        align-items: center;
    }
    
    #comunicacao p.title-description {
        max-width: 80%;
    }
    
    #sobrenos p {
        max-width: 100%;
    }
    
    .sub-titles h6 {
        font-size: 1.5vw;
    }
    
    #inovadoras{
        margin-top: 5%;
    }
    
    .testemunhos-gallery .slick-dots {
        top: 0%;
    }
    
    /*Banner tablet*/
    
    #tablet-banner > .columns{
        padding: 0;
        position: relative;
    }
    
    .tablet-banner .slick-slide img {
        width: 100%;
    }
    
    .add-yellow{
        position: absolute;
        top: 30%;
        width: 35%;
        margin-left: 32.5%;
        z-index: 2;
    }
    .add-green{
        position: absolute;
        top: 30%;
        width: 35%;
        margin-left: 32.5%;
        z-index: 2;
    }
    
    .add-red{
        position: absolute;
        top: 30%;
        width: 35%;
        margin-left: 32.5%;
        z-index: 2;
    }
    
    .add-brown{
        position: absolute;
        top: 30%;
        width: 35%;
        margin-left: 32.5%;
        z-index: 2;
    }
    
    .add-yellow-2{
        position: absolute;
        top: 30%;
        width: 35%;
        margin-left: 32.5%;
        z-index: 2;
    }
    
    .banner-1{
        position: absolute;
        z-index: 2;
        top: 30%;
    }
    
    .banner-1 h1{
        text-align: center;
        color: white;
        font-family: RobotoCondensed-Regular;
        font-size: 4vw;
    }
    
    .banner-1 h2{
        font-size: 3.8vw;
    }
    
    .banner-2{
        position: absolute;
        z-index: 2;
        top: 40%;
    }
    
    .banner-2 h1{
        text-align: center;
        color: white;
        font-size: 1.4em; 
        font-family: RobotoCondensed-Regular;
        text-transform: uppercase;
    }
    
    .banner-2 h2{
        text-align: center;
        color: white;
        font-size: 1.2em;
        font-family: Roboto-Light;
    }
    
    /**
    .banner-3{
        position: absolute;
        z-index: 2;
        top: 40%;
    }
    
    .banner-3 h1{
        text-align: center;
        color: white;
        font-size: 1.4em;
        font-family: RobotoCondensed-Regular;
    }
    
    .banner-3 h2{
        text-align: center;
        color: white;
        font-size: 1.2em;
        font-family: Roboto-Light;
    }
    */
    
    .banner-4{
        position: absolute;
        z-index: 2;
        top: 40%;
    }
    
    .banner-4 h1{
        text-align: center;
        color: white;
        font-size: 1.4em;
        font-family: RobotoCondensed-Regular;
    }
    
    .banner-4 h2{
        text-align: center;
        color: white;
        font-size: 1.2em;
        font-family: Roboto-Light;
    }
    
    .banner-5{
        position: absolute;
        z-index: 2;
        top: 40%;
    }
    
    .banner-5 h1{
        text-align: center;
        color: white;
        font-size: 1.4em;
        font-family: RobotoCondensed-Regular;
    }
    
    .banner-5 h2{
        text-align: center;
        color: white;
        font-size: 1.2em;
        font-family: Roboto-Light;
    }
    
    .banner-6{
        position: absolute;
        z-index: 2;
        top: 40%;
    }
    
    .banner-6 h1{
        text-align: center;
        color: white;
        font-size: 1.4em;
        font-family: RobotoCondensed-Regular;
    }
    
    .banner-6 h2{
        text-align: center;
        color: white;
        font-size: 1.2em;
        font-family: Roboto-Light;
    }
    
    .request-budget {
        font-size: 3vw;
        max-width: 80%;
        width: 80%;
        margin-left: 10%;
        position: absolute;
        bottom: 15%;
        z-index: 2
    }
    
    .tablet-banner > ul.slick-dots{
        list-style: none;
        display: inline !important;
        position: absolute;
        bottom: 2%;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    
    .tablet-banner > ul.slick-dots > li{
        display: inline-block;
        margin: 1%;
    }
    
    /*Banner mobile*/
    
    .testemunhos-gallery div.text-testem{
        min-height: 160px;
    }
    
    #websites h2 {
        text-align: center;
    }
    
    #websites h1 {
        text-align: center;
    }
    
    .websites-gallery img {
        top: 44%;
        left: 46%;
    }
    
    .sub-titles h3 {
        font-size: 1.7vw;
    }
    
    #ideiaswebsites > .columns > p.subtitle{
        width: 75%;
    }
    
}

@media screen and (min-width: 640px) and (max-width: 820px) {
    /* Reinventar Websites*/
    .center .slick-next {
        right: 0%;
    }
    
    .center .slick-prev {
        left: 0%;
    }
    
    /* Reinventar Websites*/
}
  
/* Large and up */
@media screen and (min-width: 77em) {
    
    .company-name {
        font-size: 2.5vw;
    }
    
    .lang-menu {
        font-size: 1.5vw;
    }
    
    .titles-principal-slider h1 {
        font-size: 2.1vw;
    }
    
    .titles-principal-slider h2 {
        font-size: 3vw;
    }
    
    .button-center-sector-textil > span {
        font-size: 1.5vw;   
    }
    
    .banner-content-description h1 {
        font-size: 2vw;
    }
    
    .banner-content-description h2 {
        font-size: 1.8vw;
    }
    
}

@media screen and (min-width: 1366px) {

    #comunicacao .column > .description-comunicacao > p{
        font-size: 1em;
    }
    
}
@media screen and (min-width: 1680px) { #map {          background-size: 100% 100%; }} 
/* Large only */
@media screen and (min-width: 77em) and (max-width: 89.9375em) {            }


.winter-is-coming {
  background-image: url('../_img/client/christmas.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  overflow: hidden;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

.winter-is-coming, .snow {
  z-index: 100;
  pointer-events: none;
}

.snow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  -webkit-animation: falling linear infinite both;
          animation: falling linear infinite both;
  -webkit-transform: translate3D(0, -100%, 0);
          transform: translate3D(0, -100%, 0);
}
.snow--near {
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  background-image: url("../_img/client/snowflake-near.png");
  background-size: contain;
}
.snow--near + .snow--alt {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.snow--mid {
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-image: url("../_img/client/snowflake-mid.png");
  background-size: contain;
}
.snow--mid + .snow--alt {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
.snow--far {
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
  background-image: url("../_img/client/snowflake-far.png");
  background-size: contain;
}
.snow--far + .snow--alt {
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}
#send-success p.title { 

    font-size: 2em;
    font-weight: bold;
    color: gray;
    line-height: 1.8rem;
    margin-top: 3rem;
    margin-bottom: 0;
 }
 #send-success p.subtitle { 
    font-size: 1.5em;
    font-weight: bold;
    color: gray;
 }
#send-success p.p1 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0;
}
#send-success p.p2 {
    margin-bottom: 3rem;
}

#success {

    padding-top: 4rem;
}

#success .section-title {

    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #4B4A47;

    margin-bottom: 3rem;
}

#success .sub-title {

    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #4B4A47;
    font-size: 20px;
}

@-webkit-keyframes falling {
  0% {
    -webkit-transform: translate3D(-7.5%, -100%, 0);
            transform: translate3D(-7.5%, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(7.5%, 100%, 0);
            transform: translate3D(7.5%, 100%, 0);
  }
}

@keyframes falling {
  0% {
    -webkit-transform: translate3D(-7.5%, -100%, 0);
            transform: translate3D(-7.5%, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(7.5%, 100%, 0);
            transform: translate3D(7.5%, 100%, 0);
  }
}


.margin-top { margin-top: 4em; }


.playvideo-rev > img {
    max-width: 115px;
}

p:has(.law) {

    line-height: 1rem;
    margin-bottom: 0.5rem !important;
}

.law {

    font-size: 0.8rem;
    color: grey;
}

.law.large {

    padding-left: 0.1rem;
}

.law.small {

    padding-left: 0.1rem;
}

@media screen and (max-width: 1024px) {

    .law.large {
        padding-left: 0;
        display: block;
    }

}

@media screen and (max-width: 380px) {

    .law.small {
        padding-left: 0;
        display: block;
    }

}

.law-footer {

    float: right;
    clear: both;
    min-width: 260px;
    text-align: center;
}

@media screen and (max-width: 39.9375em) {

    .law-footer {
        float: none;
    }
}



#banner .image-container, 
#banner .item,
#banner .container,
#banner { height: 100vh; }
#banner .item .main { width: auto !important; height: 100% !important; max-width: none; }

#banner .item {

    position: relative;
}

#banner .image-container {
    position: relative;
    z-index: 1;
}
#banner .image-container img { filter: brightness(80% ); }

#banner .slick-dots {

    position: absolute;
    bottom: 2rem;
    display: flex;
    list-style: none;
    margin: 1.5rem 0;

    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    z-index: 5;

    left: 2rem;
}

#banner .slick-dots li { 
    padding: 0 0.25rem;
    cursor: pointer;
}
#banner .slick-dots li a { 
    pointer-events: none; 
    outline: none;
}
#banner .slick-dots li a span {
    
    color: white;
    display: inline;
    font-size: 0.9em;
}
@media screen and (max-width: 1023px) {
    #banner .slick-dots li a span { color: #4B4A47; }

    #banner .slick-dots {
        /**
        position: relative;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center;
        left: auto;
        margin-top: 3rem;
        */
        width: 100%;
        left: 0;
        flex-direction: row;
        justify-content: center;
        bottom: 2rem;
    }
}

@media screen and (min-width: 1024px) {
    #banner .slick-dots {
        visibility: hidden;
    }
}


@keyframes MoveUpDown {
    0%, 100% {
      bottom: 50px;
    }
    50% {
      bottom: 80px;
    }
  }

#banner .arrow:before {

    content: "\70";
    font-family: "iesolutions" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: 2rem;
    transform: rotate(90deg);


    position: absolute;
    right: 2rem;
    bottom: 3rem;
    z-index: 10;


    animation: MoveUpDown 1s linear infinite;
}


#banner .slick-dots li a span.selected { display: none; }
        
#banner .slick-dots li.slick-active span { display: none; }
#banner .slick-dots li.slick-active span.selected { display: inline; }

#banner .container:has(.yellow-dots.slick-active) .slick-dots li a span { color: white; }
#banner .container:has(.yellow-dots.slick-active) .arrow { color: white; }
#banner .container:has(.yellow-dots.slick-active) .slick-dots li.slick-active a span { color: #FFD320; }
#banner .container:has(.blue-dots.slick-active) .slick-dots li a span { color: #4B4A47; }
#banner .container:has(.blue-dots.slick-active) .arrow { color: #4B4A47; }
#banner .container:has(.blue-dots.slick-active) .slick-dots li.slick-active a span { color: #6099E4; }


#banner .item.yellow-dots .text h1 {
    color: white;
}
#banner .item.yellow-dots .text h1 span {
    color: #FFD320; 
}
#banner .item.blue-dots .text h1 {
    color: #4B4A47;
}
#banner .item.blue-dots .text h1 span {
    color: #6099E4; 
}




#banner .item .main {
    width: 100%;
}
#banner .item .text {

    position: absolute;
    z-index: 3;
}
#banner .item .text h1 {

    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 45.6px;
    color: white;
    margin-bottom: 4rem;
}
.new-link,
#banner .item .link {
    background: transparent url(../_img/client/link.svg) 0 50% no-repeat;

    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    color: #4B4A47;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;

    padding: 1rem 3rem;
    background-size: 100%;
}
.new-link:focus,
.new-link:hover {
    background-color: transparent;
}

#banner .item.dark .image-container img { filter: brightness(70% ); }


#banner .item.gradient::after {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: rgba(0, 0, 0, 10);
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

#banner .item.banner-1 .text {

    top: 0;
    left: 0;
    bottom: 0;
    right: 40%;
}
#banner .item.banner-1 .text > div {

    height: 100%;
    padding: 15% 0 15% 15%;

    display: flex;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*justify-content: center;*/
    justify-content: end;
}

@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1400px) {
    #banner .item .text h1 {
        font-size: 33px;
        line-height: 40.6px;
    }
    #banner .item.banner-1 .text {
        left: 5%;
        right: 45%;
    }
}
@media screen and (max-width: 1300px) {
    #banner .item.banner-2 .text > div,
    #banner .item.banner-1 .text > div { justify-content: end; }
    #banner .item .text h1 {
        
        font-size: 25px;
        line-height: 32.6px;
    }
    #banner .item.banner-1 .text { right: 40%; }
}

#banner .item.banner-2 .text {

    top: 0;
    right: 5%;
    bottom: 0;
    left: 5%;
}

#banner .item.banner-2 .text > div {

    height: 100%;
    padding-top: 5%;

    display: flex;
    gap: 8rem;
    align-items: center;
}

#banner .item.banner-2 .text > div img {
    max-width: 45%;
}

@media screen and (max-width: 1600px) {
    #banner .item.banner-2 .text > div {
        padding-top: 10%;
    }
}
@media screen and (max-width: 1500px) {

    #banner .item.banner-2 .text > div {
        gap: 4rem;
    }
}

#banner .item.banner-3 .text {

    top: 40%;
    right: 15%;
    bottom: 20%;
    left: 15%;
    z-index: 3;
}

#banner .item.banner-4 .text {

    top: 20%;
    right: 15%;
    bottom: 20%;
    left: 15%;
    z-index: 3;
}


#banner .item.banner-4 .text h1,
#banner .item.banner-3 .text h1 {

    font-size: 20px;
    line-height: 32.6px;
    text-align: center;
    color: #4B4A47;

    margin-bottom: 2rem;
}


#banner .item.banner-4 .ball {
    max-width: 300px;
}


#banner .item.banner-3 {

    position: relative;
}
#banner .item.banner-3::after  {

    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    
    background: #4B4A47;
    background: linear-gradient(0deg, rgba(75, 74, 71, 0.85) 0%, rgba(102, 102, 102, 0.65) 16%, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0) 100%);
}

#banner .item.banner-3 .text h1 { color: white; }
#banner .item.banner-3 .text h1 span { color: #FFD320; }


#banner .item.banner-4 img {  
    display: block;
    margin: 0 auto 2rem;
}

@media screen and (max-width: 750px) {

    #banner .item.banner-3 .text {

        top: 35%;
        right: 5%;
        bottom: 25%;
        left: 5%;
    }

    #banner .item.banner-4 .text {

        top: 25%;
        right: 5%;
        bottom: 25%;
        left: 5%;
    }
}

@media screen and (max-height: 700px) {
    #banner .item.banner-4 .text img {
        width: 70%;
    }
}
@media screen and (max-height: 600px) {
    #banner .item.banner-4 .text h1,
    #banner .item.banner-3 .text h1 {
        font-size: 15px;
        line-height: 24.6px;
    }
}
@media screen and (max-width: 400px) {

    #banner .item.banner-4 .text h1,
    #banner .item.banner-3 .text h1 {
        font-size: 28px;
        line-height: 30.6px;
    }
    
    #banner .item.banner-4 .text {
        top: 18%;
        right: 5%;
        bottom: 32%;
        left: 5%;
    }

    #banner .item.banner-3 .text {
        top: 50%;
        right: 5%;
        bottom: 10%;
        left: 5%;
    }
}

#banner .item.banner-4 .text h1 span { color: #6099E4; }

#banner .item.banner-3 .link,
#banner .item.banner-4 .link {

    font-weight: 700;
    font-size: 15px;
    line-height: 21px;

    padding: 1rem 3rem;
    background-size: 90%;
    background-position: 50% 50%;
}

#presence {

    margin-top: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}


#presence .section-title {
    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
@media screen and (max-width: 1640px ) {
    #presence .section-title br {
        display: none;
    }
}

@media screen and (max-width: 1023px ) {
    #presence {

        margin-top: 2rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    #presence .section-title {
        font-size: 38px;
        line-height: 32px;
    }
}
@media screen and (max-width: 600px ) {
    #presence .section-title {
        font-size: 30px;
    }
}
#presence .section-subtitle {
    font-family: Solomon Sans Normal, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 3rem;
}

#presence .container {

    display: grid;
    grid-template: 
    "a b c"
    "d d c";
    gap: 1rem;
}

@media screen and (max-width: 1300px ) {
    #presence .container {
        grid-template: 
        "a b "
        "c c"
        "d d ";
    }
}
@media screen and (max-width: 850px ) {
    #presence .container {
        grid-template: 
        "a"
        "b"
        "c"
        "d";
    }
}

#presence .container [class*="item-"] {
    border-radius: 10px;
    padding: 1.5rem 1.5rem 3rem;
}

#presence .container [class*="item-"] .title {
    
    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 2.2rem;
    color: #4B4A47;
    text-align: left;
    margin-bottom: 1rem;
}

@media screen and (max-width: 1300px) {
    #presence .container [class*="item-"] .title {
        font-size: 26px;
    }
}

#presence .container [class*="item-"] .icon {
    max-width: 70px;
    margin-bottom: 1.3rem;
}
#presence .container [class*="item-"] p:has(.new-link) { 
    margin-top: 3rem; 
}
#presence .container [class*="item-"] .new-link { font-size: 16px; }
@media screen and (max-width: 400px ) {
    #presence .container [class*="item-"] .new-link { font-size: 12px; }
}

#presence .container .item-1 { 
    grid-area: a; 
    background-color: #EFF5FC;
}
#presence .container .item-2 { 
    grid-area: b; 
    background-color: #FFF5E9;
}
#presence .container .item-3 { 
    grid-area: c; 
    background-color: #FFFBE5;
}
#presence .container .item-3 .image ~p{ 
    text-align: center;
}
@media screen and (max-width: 1300px ) {
    #presence .container .item-3 .image {
        display: none;
    }
    #presence .container .item-3 .image ~p{ 
        text-align: left;
    }
}
#presence .container .item-4 { 
    grid-area: d; 
    background-color: #E8F9EB;
}


#footer2 .container {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

@media screen and (max-width: 1023px ) {
    #footer2 .container {
        display: grid;
        grid-template-columns: repeat(1, 1fr );
        gap: 3rem;
    }
    #footer2 .item-btns .buttons{
        width: 40%;
        margin: auto;
    }
}

@media screen and (max-width: 700px ) {
    #footer2 .item-btns .buttons{
        width: 80%;
    }
}
@media screen and (max-width: 400px ) {
    #footer2 .item-btns .buttons{
        width: 100%;
    }
}

#footer2 .main {

    max-width: 200px;
}

#footer2 .title {

    font-family: Solomon Sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 1rem;
    margin-top: 1rem;

}

#footer2 .menu-vertical {

    font-family: Solomon Sans Normal, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    list-style-type: none;
    margin: 0;

}

#footer2 .links a,
#footer2 .menu-vertical a {

    padding-left: 0;
    color: gray;
}
#footer2 .links a:hover,
#footer2 .menu-vertical a:hover {
    color: #5B5B5B;
}

.real-menu .new-link,
#footer2 .new-link {
    display: block;
}

#footer2 .new-link:last-child {
    margin-top: 2rem;
    background-image: url(../_img/client/link_black.svg);
    color: #FFD900;
}

#footer2 .social-icons-2 a {
    font-size: 30px;
    margin-left: 0.3rem;
    margin-right: 0.3rem;

    background-color: #4B4A47;
    color: white;
    border-radius: 50%;
    padding-top: 0.5rem;
    padding: 0.3rem 0.6rem;
}

#footer2 .social-icons-2 a::before {
    position: relative;
    top: 5px;
}

#footer2 .links {

    margin-top: 4rem;
}

@media screen and (max-width: 1250px ) {

    #footer2 .item-menu {

        display: none;
    }
}

