header {

    position: fixed;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 10000;

}


.navbar_new {
	padding: 20px 0;
    position: relative;
    /* padding-top: 70px; */
    /* padding-bottom: 85px; */
    padding-top: 35px; 
    padding-bottom: 70px;
    transition: all 0.3s ease-in-out;   
}

/*
.nav_fixheight{
  padding-top: 55px !important;
}
*/

.navbar_new.contain{

	max-width: 90%;
    margin: auto;

}

.navbar_new > div {

    float: left;
}

.logo-container{

	width: 25%;
}

.logo-container img {

    width: 250px;
    margin-top: -8px;

}


.navbar_new .menu-container{

	width: 75%;

}

#primary-menu {
	padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    /* padding-top: 15px; */
    padding-top: 2px;
    float: left;
    width: 90%;
}

.menu-item {
    display: inline-block;
    padding: 7px 25px;
    width: auto;
    border: 1px solid transparent;
    margin-left: 1%;
    text-transform: uppercase;
    color: #404041;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;

}

.menu-item:not(.nohover):hover {
    border: 1px solid #0C6B92;
    background-color: #0C6B92;
    color: #fff;

}

.menu-item.active{
	border: 1px solid #0C6B92;
    background-color: #0C6B92;
    color: #fff;
}

.social-container{
    display: inline-flex;
    float: right;
    position: absolute;
    top: 36px;
    margin-left: 10px;
}

.social_net{
    color: #fff;
    border-radius: 50%;
    margin-bottom: 0 !important;
    padding: 9px 11px;
    font-size: 9px;
    opacity: 0.9;
    text-decoration: none;
}

.social-container a {
	text-decoration: none !important;
	 color: #fff !important;
}

.social_net.left{

    margin-right: -5px;
    background: #0C6B92;
    z-index: 15;

}

.social_net.center{

    background: #2681BB;

}

.social_net.right{

    margin-left: -5px;
    background: #0C6B92;
    z-index: 15;

}






.lang-container{
    display: inline-flex;
    float: right;
    position: absolute;
    top: 36px;
    margin-left: 10px;
}

.lang_net{
    color: #fff;
    border-radius: 50%;
    margin-bottom: 0 !important;
    padding: 9px 11px;
    font-size: 9px;
    opacity: 0.9;
    text-decoration: none;
}

.lang-container a {
	text-decoration: none !important;
	 color: #fff !important;
}

.lang_net.left{

    margin-right: -5px;
    background: #0C6B92;
    z-index: 15;

}

.lang_net.center{

    background: #2681BB;

}

.lang_net.right{

    margin-left: -5px;
    background: #0C6B92;
    z-index: 15;

}









.menutoggle-btn{
    display: none;
}

#drop {
    cursor: pointer;
}

.dropdown {

    display: none;
    text-align: center;
    position: absolute !important;
    margin-top: 30px;
    margin-left: -25px;
    width: 100%;

}

.dropdown a {
    font-size: 13px;
    color: #fff;
    margin: 0px;
    display: block;
    padding: 10px 0px;
    width: 11.25%;
    margin-top: 7px;
    border: 1px solid #0C6B92;
    border: 1px solid #0C6B92;
    background-color: #0C6B92;
    color: #fff !important;
    text-decoration: none !important;
}

.mobunshow_x2 {
    display: inline-block !important;
}

.mobshow_x2 {
    display: none !important;
}

.dropdown_mobile {
display: none;
    }

/*.dropdown a:hover {
  
}*/

#drop:hover .dropdown {
    display: block;
}

.mobunshow_x{

    display: block;

}

.mobshow_x {
    display: none;
}

.news_in{
    display: inline-block !important;
    width: 79% !important;
}

.newsbuts{
    display: inline-block !important;
    position: relative !important;
    right: 4px !important;
    padding: 0.5px 6px !important;
    font-size: 12px !important;
    top: -2px !important;
    color: #fff !important;
    background-color: #A7A9AB !important;
    border-color: #A7A9AB !important;
}


.swal-button {
    background-color: #0C6B92 !important;
}

.swal-title {
    color: #0C6B92 !important;
    font-weight:900 !important;
    font-family: 'futura-medium' !important;
}

.swal-text {
    font-weight: 900 !important;
    color: #0C6B92!important;
    font-family: 'futura-light' !important;
    font-size: 20px;
    text-align: center !important;

}

.mobnews {
    display: none;
}



@media (min-width: 1900px) {

        .newsbuts {
    display: inline-block !important;
    position: relative !important;
    right: 5px !important;
    padding: 3px 7px !important;
    font-size: 14px !important;
    top: -2px !important;
}

.navbar_new {

    padding-bottom: 105px;
    
}

.nav_fixheight{

  padding-top: 30px !important;
  padding-bottom: 85px;

}



.nav_fixheight {
    padding-top: 50px !important;
}

    .dropdown {
    margin-top: 36px;
    
}

.logo-container img {

    width: 300px;
    margin-top: -13px;

}

.menu-item {
    font-size: 20px;

}

.dropdown a {
    font-size: 16px;
}    

.social_net{
    padding: 10px 12px;
    font-size: 10px;
}

.social-container{

    margin-left: 16px;
}


}

@media (max-width: 1200px) {

        .newsbuts {
    display: inline-block !important;
    top: -1px !important;
}

.un_mobnews {
    display: none;
}

.mobnews {
    display: block;
}


    }

@media (max-width: 767px) {
    #primary-menu{
        width: 100%;
    }
.lang-container{

display: block;

bottom: 30px;

top: auto;

margin-left: auto;

margin-right: auto;

width: 100%;

text-align: center;}
     .newsbuts {
    display: inline-block !important;
    top: 0px !important;
    position: absolute !important;
    right: 2px !important;
    height: 25px;
}


.c-icon-form {
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    margin: auto;
}

    .slick-clientes-anterior {
    position: unset;
    left: unset;
    top: unset;
    transform: unset;
}

.slick-clientes-seguinte {

     position: unset;
    right: unset;
    top: unset;
    transform: unset;

}

    .modal_x_container {

    width: 100% ;
   
}


    .news_in{
    width: 100% !important;
}


	.disap{
		display: none;
	}


    .imgdropd {
    position: absolute;
    width: 15px;
    right: 80px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.showrot {

        transform: rotate(180deg);

}


    .mobunshow_x2 {

    display: none !important;

}

.mobshow_x2 {

    display: inline-block !important;

}


    .dropdown_mobile {

    display: none;
    text-align: center;
    position: relative !important; 
    margin-top: 0;
    margin-left: 0;
    width: 100%;

    }

    .dropdown_mobile a {
    font-size: 13px;
    color: #fff;
    margin: 0px;
    display: block;
    padding: 10px 0px;
    width: 100%;
    margin-top: 7px;
    border: 1px solid #0C6B92;
    border: 1px solid #0C6B92;
    background-color: #0C6B92;
    color: #fff !important;
    text-decoration: none !important;
}


    .nav_fixheight {
    padding-top: 30px !important;
    padding-bottom: 65px !important;
}

    .navbar_new {
    padding-top: 35px;
}

.h-box {
    padding-top: 121px;
}

.unshow{

    display: none;
}

.menu-container	{
    position: fixed;
    width: 100% !important;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    z-index: 5000;
    
    }

#primary-menu{
	top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-item {
    display: block;
    padding: 13px 0px;
    width: 100%;
    border: 1px solid transparent;
    margin-left: unset;
    text-transform: uppercase;
    color: #404041;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
}

.social-container {
    display: inline-flex;
    float: right;
    position: absolute;
    top: -25px;
    margin-left: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.social_net.left {
    margin-right: 5px;
    background: #0C6B92;
    z-index: 15;
}


.social_net.right {
    margin-left: 5px;
    background: #0C6B92;
    z-index: 15;

}

.menutoggle-btn {
    position: absolute;
    right: 0px;
    top: 41px;
    display: block;
    z-index: 50001;
    transition: all 0.3s ease-in-out;
}

.menutoggle-btn_riseup{
   top: 36px !important; 
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #404041;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.show{
    display: block !important;
}

.f-social-icons {

    display:inline-block; 
    z-index: auto;
    position: relative;
    transform: unset;
    left: unset;
    z-index: unset;
    top: -15px;
    margin-left: 0;
    text-align: center;
    width: 100%;

}

.center_all{
    text-align: center;
}

.just_pad{
   padding-top: 15px;
}


.double_text_1 {
    position: absolute;
    color: #fff;
     font-size: 16px;
    font-weight: bold;
    bottom: unset;
    left: 10px;
    top: 40px;
    width: 100%;
}


.double_text_2 {
    position: absolute;
    color: #fff;
     font-size: 16px;
    font-weight: bold;
     bottom: unset;
    left: 10px;
    top: 60px;
    width: 100%;
}


.double_text_3 {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
     bottom: unset;
    left: 10px;
    top: 80px;
    width: 100%;
}


.double_text_4 {
    position: absolute;
    color: #fff;
     font-size: 16px;
    font-weight: bold;
     bottom: unset;
    left: 10px;
    top: 100px;
    width: 100%;
}


.double_text_5 {
    position: absolute;
    color: #fff;
     font-size: 16px;
    font-weight: bold;
     bottom: unset;
    left: 10px;
    top: 120px;
    width: 100%;
}


.double_text_6 {
    position: absolute;
    color: #fff;
     font-size: 16px;
    font-weight: bold;
     bottom: unset;
    left: 10px;
    top: 140px;
    width: 100%;
}


.double_text_7 {
    position: absolute;
    color: #fff;
     font-size: 16px;
    font-weight: bold;
     bottom: unset;
    left: 10px;
    top: 160px;
    width: 100%;
}


.double_text_8 {
    position: absolute;
    color: #fff;
     font-size: 16px;
    font-weight: bold;
     bottom: unset;
    left: 10px;
    top: 180px;
    width: 100%;
}


.double_text_9 {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
     bottom: unset;
    left: 10px;
    top: 200px;
}



}

@media (max-width: 500px) {

    .h-title-blue p {
    font-size: 6.5vw;
}

.h-title-blue h4 {
    font-size: 6.5vw;
}


.pado-top20 {
    padding-top: 40%;
}

.h-title-one {

    font-size: 9.5vw;
    
}

.s-title {
    /* font-size: 12vw; */
    right: 0px;
    /* top: -17%; */
}

.mobunshow_x{

    display: none;

}

.mobshow_x {
    display: block;
}


.fourimage_link.fst {
    top: 0;
    height: 100%;
    
}

.fourimage_link.sec {
    top: 0;
    height: 100%;
}

.fourimage_link.trd {
    top: 0;
    height: 100%;
}

.fourimage_link.fth {
    top: 0;
    height: 100%;
}

.fourimage_link p {

    font-size: 3vw;
}


.fourimage_link.fst p {
    top: 50%;
    transform: translateY(-50%);
    
}


.fourimage_link.sec p {
    top: 50%;
    transform: translateY(-50%);
}

.fourimage_link.trd p {
     top: 50%;
    transform: translateY(-50%);
}

.fourimage_link.fth p {

    top: 50%;
    transform: translateY(-50%);
}

.h-image-three {
    margin-top: 0%;
    position: relative;
    z-index: 1;
}


/*
.s-text_contain h3 {   
    font-size: 6vw;
}
*/

/*
.s-text_contain p {   
    font-size: 4.5vw;
}
*/

.lock_fix {
    padding-left: 0px !important;
    padding-right: 0px !important
}

/*
.s-imagens-titulo {
    font-size: 10vw;
}
*/

/*
.s-imagens-texto { 
    font-size: 5vw;    
}
*/

/*
.p-text {
    margin-top: -45px !important;
}
*/

.c-titulo {
    
    margin-top: 140px;
}

.wemap_1{
  padding-top: 50px;
}
.wemap_1 img{
  width: 100%;
}

.wemap_1 .slick-dots {
  width: auto;
    left: 50%;
    top: 20px;
    bottom: inherit;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    right: unset;
}

.wemap_1 .slick-dots li {
  display: inline-block;
}

.wemap_1 .slick-dots li button:before {
    font-family: 'slick'; 
    font-size: 0px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px !important;
    height: 12px !important;
    content: '' !important;
    text-align: center;
    opacity: 1 !important;
    color: #0C6B92;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 2px solid #0C6B92 !important;
    border-radius: 50% !important;
}

.wemap_1 .slick-dots li button:hover:before,
.wemap_1 .slick-dots li button:focus:before
{
    background-color: #0C6B92;

}

.wemap_1 .slick-dots li.slick-active button:before
{
      background-color: #0C6B92;
}

.local_eua {
    top: 33%;
    left: 29.5%;
}

.local_pt {
    top: 23%;
    left: 42.5%;
}

.local_es {qatar

    top: 17%;
    left: 46.5%;
}

.local_ang {
    top: 62%;
    left: 47.5%;
}

.local_mz {
    top: 67.5%;
    left: 53.5%;
}

.local_ar {

    top: 32.5%;
    left: 49.5%;
}

.local_be {

    top: 9%;
    left: 54.5%;
}

.local_in {

        top: 46.5%;
    left: 61.5%;
}

.local_qa {

    top: 35%;
    left: 56.5%;
}

.local_cv {

     top: 39%;
    left: 40.5%;
}


}
