@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700,800,900,400,400italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,800);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);



.menuVert{
  height: 100%;
  width: 60px;
  position: fixed;
  z-index: 1;
  top:0;
  left:0;
  overflow: hidden;
  /* margin-top:94px; */
  padding-top:94px;
  transition:0.5s;
  background-color:rgba(161, 181, 47,0);
}
.menuVert:hover{
  background-color:rgba(161, 181, 47, 0.75);
}
.menu-content{
height: 100%;
width:225px;
}
.content{
  height: 12.5%;
  /* padding:25px 0px; */
  /* border-bottom:1px #fff solid; */
  /* display: flex;
  justify-content: center; */
  text-align: center;
}
.content:hover{
  background-color:rgba(0,0,0, 0.1)
}
.content a{
  /* height: 70px; */
  /* border:1px #000 solid; */
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.content a img{
  position:relative;
  top: calc(50% - 25px);
  /* border:1px #000 solid; */
  color:white;
  width:50px;
  float:left;
  margin-left:5px;
}
.content a span{
  position:relative;
  top: calc(50% - 10px);
  /* margin-left:20px; */
  /* border:1px #000 solid; */
  color:white;
  padding:15px 0px;
}
.openMenuVert{
  display:none;
}
.closeMenuVert{
  display:none;
  width: 100%;
  position:absolute;
  left:0px;
}
.closeMenuVert img{
  float: right;
  width: 10%;
}

@media (max-width: 769px) {
  .menuVert{
    width:0px;
    padding-top:60px;
  }

  .openMenuVert{
    display:block;
    position:fixed;
    padding:5px;
    width: 50px;
    background-color:rgba(161, 181, 47, 0.75);
    text-align:center;
    cursor: pointer;
    z-index:9999;
  }
}



.background{


  background-image:url('../images/2016-06-22\ 14.39.14.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.background2{


  background-image:url('../images/arcondi.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.background3{
  background-image:url('../images/solar.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.background4{
  background-image:url('../images/solar.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.background5{
  background-image:url('../images/arcondicionado.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.background6{
  background-image:url('../images/arcondicionado.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.background7{
  background-image:url('../images/foto5.JPG');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.background8{
  background-image:url('../images/Isola_vulcano\ .jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.transbox {
  margin: 0px;
  padding:200px;

  /*opacity1*/
  background-color: #000000;
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */

    /*opacity2*/
  /* background-color: rgba(0,0,0,0.5); */
  /*ESCOLHER MELHOR OPACITY*/
}
.transbox h4{
  font-size:36px;
  color:white;
}
.transbox p{
  color:white;
  font-size:18px;
}


.iconPlus{
  color:#f9f9f9;
  cursor: pointer;
  margin-top:20px;
}
.iconPlus:hover{
  color:#d9d9d9;
}


@media (max-width: 769px) {
  .transbox {
    padding:175px 25px;
    text-align: center;
  }
}






/*
**bootstrap overrides
*/
/*breadcrumbs*/
.breadcrumb {
  margin: 5px 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  color: inherit;
}


.breadcrumb > .active {
  color: inherit;
  opacity: 0.9;
}

.breadcrumb > li + li:before {
  color: inherit;
  padding: 0 20px;
  font-family: 'fontello';
  content: '\e830';
}


/*nav*/
.nav > li > a {
  color: #ffffff;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}


/*same top and bottom paddings for sections*/
.section_padding_0 > [class*="container"] {
  padding-top: 0;
  padding-bottom: 0;
}

.section_padding_15  {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section_padding_25  {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section_padding_50  {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section_padding_75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section_padding_200 {
  padding-top: 200px;
  padding-bottom: 200px;
}


/*MARGINS*/
.section_margin_10{
  margin-top:10px;
  margin-bottom: 30px;
}

.section_marginBottom_30{
  margin-bottom:30px;
}

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

/*
**general styles
*/
html{
	scroll-behavior:smooth;
}

body {
 overflow-x:hidden;
 width:100%;
 font-family: 'Open Sans', sans-serif;

 background-image: linear-gradient(-15deg, rgb(22, 160, 133,0.8) 0%, rgb(244, 208, 63) 100%);
 }
 
/*
**icons
*/
a[class*='soc-'] {
  font-size: 0;
  display: inline-block;

  margin-left:7px;
  margin-top:5px;
}

a[class*='soc-'] + a[class*='soc-'],
.tooltip + a[class*='soc-'] {
  margin-top:5px;
  margin-bottom:5px;
  }

a[class*='soc-'].bg-icon + a[class*='soc-'].bg-icon {
  margin-left: 7px;
}

a[class*='soc-']:before {
  font-family: 'socicon';
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #b2b2b2;
  display: inline-block;
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

a[class*='soc-']:hover:before {
  -webkit-transition: all 0.05s linear 0s;
  -moz-transition: all 0.05s linear 0s;
  -o-transition: all 0.05s linear 0s;
  -ms-transition: all 0.05s linear 0s;
  transition: all 0.05s linear 0s;
}

a.border-icon:before {
  border: 1px solid #b2b2b2;
  padding: 15px;
  margin-bottom: 4px;
}

a.bg-icon:before {
  color: #ffffff;
  background-color: white;
  padding: 16px;
  margin-bottom: 4px;
}

a.bg-icon:hover:before {
  color: #ffffff !important;
}

a.color-bg-icon:before {
  color: #ffffff;
  background-color: #b2b2b2;
  margin-bottom: 4px;
  padding: 16px;
}

a.color-bg-icon:hover:before {
  background-color: #323232;
  color: #ffffff !important;
}

a.color-icon:hover:before {
  color: #507cbe !important;
}

a.color-icon.border-icon:hover:before {
  color: #ffffff !important;
}

a[class*='soc-'].rounded-icon:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*corporate colors*/

a.color-icon.soc-facebook:before, a[class*="soc-"].soc-facebook:hover:before {
  color: #ffffff;
  border-color: #507cbe;
  }

a.color-icon.soc-google:before, a[class*="soc-"].soc-google:hover:before {
  color: #d93e2d;
  border-color: #d93e2d;
}

a.color-icon-empresas.soc-facebook:before {
  color: #507cbe;
  border-color: #507cbe;
  }
a[class*="soc-"].soc-facebook:hover{
	color:#ffffff;
}


/*corporate background colors*/
.color-bg-icon:before {
  color: #ffffff;
}

.color-bg-icon.soc-facebook:before, a.soc-facebook.bg-icon:hover:before, .soc-facebook.color-icon.border-icon:hover:before {
  background-color: #507cbe;
}

.color-bg-icon.soc-google:before, a.soc-google.bg-icon:hover:before, .soc-google.color-icon.border-icon:hover:before {
  background-color: #d93e2d;
}


/*icons header*/
.soc-icon-header{
	border-style:solid;
    border-width:1px;
	border-radius:50px;
	border-color:#ffffff;
	padding:5px;
	margin:0px 0px 5px 0px;
}
.soc-icon-header:hover{
    background-color:white;

}


.headercontact-icon{
padding-left:30px;
color:black;
}
.headercontact-icon:hover{
color:black;
}

.headercontact-text{
padding-left:10px;
color:white;
}
.headercontact-text:hover{
color:white;
text-decoration:underline;
}


/*
animated elements
*/
.to_animate {
  visibility: hidden;
}

.animated {
  /*IE7 fix*/
  visibility: visible !important;
}


/**light section - .ls*/
.ls {
  color:white;

 }


.ls h1,
.ls h2,
/* .ls h3, */
.ls h4{
	font-size:34px;
	padding-bottom:15px;
}
.ls h5,
.ls h6 {
  color: white;
}

/* .ls h1 a,
.ls h2 a,
.ls h3 a,
.ls h4 a,
.ls h5 a,
.ls h6 a {
  color: inherit;
} */

.ls h1 a:hover,
.ls h2 a:hover,
.ls h3 a:hover,
.ls h4 a:hover,
.ls h5 a:hover,
.ls h6 a:hover {
  color: #a1b52f;
}

.ls a {
  color: #55bce9;
}

.ls a:hover {
  color: #b2b2b2;
}

.ls .color-icon.bg-icon:before {
  background-color: #f5f5f5;
}

.ls .color-icon.bg-icon:hover:before {
  color: #ffffff !important;
}
.ls p{
	color:white;
	font-size:15px;
}


/**color section*/

.cs {
  color: #ffffff;
  background-size:cover;
}

.cs h1,
.cs h2,
.cs h3,
.cs h4,
.cs h5,
.cs h6 {
  color: #ffffff;
}


.cs a {
  color: #ffffff;
}

.cs a:hover {
  color: #dcf1fb;
}




/*
**template styles
*/


/*
**LOGO E SOCIAL ICON
*/

@media (max-width: 967px) {
.soc-icon-header{
	float:left;
	margin-right:100px;
}
}



@media (max-width: 767px) {
  #page_social_icons {
    padding: 10px 0 0;
    position:relative;
 
  }  
  .soc-icon-header{
	   visibility:hidden;
}


}


@media (max-width: 576px) {
.soc-icon-header{
	float:left;
	margin-right:180px;
}
}


a.logo {
  display: inline-block;
}

a.logo img {
  padding: 10px 0px 0px 0px;	
  width:100%;
}
@media (max-width:769px){
  a.logo img {	
    width:125px;
  }
}

.home a.logo img,
footer a.logo img {
  max-width: 100%;
}


.bottom_logo img {
  padding: 10px 0;
}
.facebookPage{
  float: right;
}

@media (max-width: 1201px) {
a.logo img {
    max-width: 90%;
  }

}


@media (max-width: 991px) {
a.logo img {
    max-width: 100%;
    margin-bottom:5px;
  }
}

@media (max-width: 766px) {
  a.logo img {
    max-width: 200%;
  }
  
}


@media (max-width: 600px) {
  a.logo img {
    max-width: 200%;
  }
}

.page_header {
  position: relative;
  width: 100%;
  z-index: 1000;
  color:#ffffff; 
}

.page_header .logomenu{
  width:100%;
}

/* breadcrumbs section*/
.breadcrumbs_section h1 {
  display: inline;
  font-size: 40px;
  font-weight:300;
}




/*
**main menu (min 992px) styles
*/


	
	
@media (min-width: 992px) {
  /* menu layout */
  .sf-menu {
    margin: 0;
    list-style: none;
    font-size: 24px;
    padding: 20px 20px;
  }
  .sf-menu li {
    position: relative;

  }
  .sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    z-index: 99;
  }
  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block;
  }
  .sf-menu a {
    display: block;
    position: relative;
  }
  .sf-menu ul ul {
    top: -20px;
    left: 100%;
  }
  /* menu skin */
  .sf-menu a {
    font-weight: 400;
    padding: 0.75em 1.1em;
    text-decoration: none;
    zoom: 1;
  }
  .sf-menu li {
    white-space: nowrap;
    /* no need for Supersubs plugin */
    *white-space: normal;
    /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }
  .sf-menu > li {
    display: inline-block;
    position: relative;
  }
  .sf-menu > li > a {
    padding: 10px 30px;
    font-family:Calibri;
    font-weight:100;

    position: relative;
    text-decoration: none;
  }
  .sf-menu > li > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #175229;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .sf-menu > li > a:hover::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .boxed .sf-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sf-menu > li > a:hover,
  .sf-menu > li.active > a {
    color:#175229;
}
   .sf-menu li:hover,
  .sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
  }
}


@media (max-width: 1199px) and (min-width: 992px) {
  .sf-menu > li > a {
    padding-left: 20px;
    padding-right: 6px;
    
  }
  .boxed .sf-menu > li > a {
    padding-left: 2px;
    padding-right: 2px;
  }
}



.toggle_menu {
  position: absolute;
  top: 0%;
  display: none;
  background-color: transparent;
  right: 15px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1001;
  visibility: visible;
}

.toggle_menu:hover span:before {
  top: -7px;
}

.toggle_menu:hover span:after {
  top: 7px;
}

.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  background-color: #f9f9f9;
  content: '';
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.toggle_menu span {
  left: 20px;
  top: 40%;
  margin-top: -1px;
}

.toggle_menu span:before {
  top: -5px;
}

.toggle_menu span:after {
  top: 5px;
}


/*
**main menu mobile styles
*/
@media (max-width: 991px) {
  .mainmenu_wrapper {
    /*position: relative;*/
    position: fixed;
    visibility: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
  .mainmenu_wrapper ul li a{
    color:#323232;
    text-align: center;
  }
  .mainmenu_wrapper ul li:hover a{
    color:#f9f9f9;
  background-color:#175229;
  }
  
  .mobile-active .mainmenu_wrapper {
    visibility: visible;
    opacity: 1;
	background: rgb(0,0,0);
	background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0.2732394366197183) 100%);
  }
  .toggle_menu {
    display: block;
  }
  .toggle_menu.mobile-active {
    background-color: transparent !important;
    border: none;
    top: 2%;
    right: 4%;
    position: fixed;
    margin: 0;
    z-index: 3000;
  }
  .toggle_menu.mobile-active:after {
    position: absolute;
    top: 14px;
    left: 10px;
    font-family: 'rt-icons-2';
    content: "\e117";
    font-size: 40px;
    color: #323232;
  }
  .toggle_menu.mobile-active span {
    display: none;
  }
  .nav-justified > li > a {
    text-align: left;
  }
  .sf-menu {
    position: fixed;
    overflow: auto;
    background-color: #ffffff;
    width: auto;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    padding: 20px;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
    word-wrap: break-word;
    text-align: left;
  }
  .sf-menu a {
    color: #323232;
  }
  .sf-menu ul {
    list-style: none;
    padding-left: 10px;
  }
  .sf-menu ul li a {
    display: block;
    padding: 10px;
    font-weight: normal;
    text-transform: none;
  }
  .sf-menu ul li a:before {
    content: '-';
    padding-right: 5px;
  }
  .sf-menu ul ul li a:before {
    content: '--';
    padding-right: 5px;
  }

  
}

@media (max-width: 400px) {
  .sf-menu {
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    padding: 15px 5px;
  }
}

@media (max-width: 766px) {
  .highlight {
   background-color:rgba(0,0,0,.40);
  padding:30px 0px;

  }
}


#response,
.highlight {
  background-color:rgba(0,0,0,.40);
}

.highlight3{
  color: #ffffff;
  border-color:5px black;
}

.highlight2 {
  color: #175229;
  border-color: #7370b5;
}

.whiteOpaco {
  color: white;
  border-color: #323232;
}



/*
**shortcodes
*/
/*teasers*/
.teaser {
  position: relative;
  margin-bottom: 0px;
  background-color:transparent;
}


.teaser[class*="_bg_color"] {
  padding: 35px 40px;
}

.teaser [class*="_bg_color"] {
  padding: 21px;
  margin-bottom: 2px;
  text-align: center;
}

.teaser [class*="_bg_color"] + h4 {
  margin-top: 24px;
}

.teaser i {
  min-width: 1em;
  display: inline-block;
}


.teaser_icon {
  display: inline-block;
  line-height: 0.5;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.teaser_icon + p {
  margin-top: 27px;
}

.teaser:hover .teaser_icon {
  -webkit-animation: pulse 0.9s infinite;
  -moz-animation: pulse 0.9s infinite;
  -ms-animation: pulse 0.9s infinite;
  -o-animation: pulse 0.9s infinite;
  animation: pulse 0.9s infinite;
}

.size_big {
  font-size: 64px;
}

.size_normal {
  font-size: 42px;
}

.size_small {
  font-size: 26px;
}


@media (min-width: 992px) {
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
}


/* 
totop 
*/
#toTop {
  bottom: 5px;
  right: 5px;
  display: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  background-color: #669936;
}

#toTop:after {
  color: #ffffff;
  content: '\e835';
  font-size: 16px;
  line-height: 50px;
  font-family: 'fontello';
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#toTopHover, #toTop:hover {
  background-color:#303030 ;
  bottom: 8px;
}

#toTop:hover:after {
  color: #ffffff;
}

#toTop:active, #toTop:focus {
  outline: medium none;
}



/** 
* ajusta o toggleMenu
*/

.mainslider [class*="col-"] {
  position: static;
}


/*FOOTER*/
.footer{
  border-top:1px #fff solid;
}
.footer .footTitle{
	color:white;
	font-size:14px;
}
.footer span{
	color:white;
	font-size:10px;
}







/*PAGINA SERVICES2 TESTE*/ /*PAGINA SERVICES2 TESTE*/ /*PAGINA SERVICES2 TESTE*/ /*PAGINA SERVICES2 TESTE*/

.secondHeader h1{
  font-size:46px;
}
.secondHeader p{
  font-size:18px;
}
.cardServices{
  border:1px #c1c1c1 solid;
  padding:25px;
  height:520px;	
  box-shadow:0px 0px 5px 5px rgba(162,183,13,.4);
  cursor: pointer;
  background-color:#a7c402;
  color:white;
}
.cardServices:hover{
  background-color:#f9f9f9;
  color:#323232;
}
.cardServices:hover .iconDiv{
  position: none;
  top: 0;
  transform: none;
}
.cardServices:hover .textoServices{
  opacity: 1;
}
.iconDiv{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.iconDiv h4{
  font-size:26px;
}
/* .iconServices{
  box-shadow:0px 0px 5px 5px rgba(162,183,13,.2);
  background-color:#a7c402;
  padding:20px;
  width:40%;
  border-radius: 30%; 
} */
.textoServices{
opacity: 0;
transition: opacity  .5s ease-out;
-moz-transition: opacity .5s ease-out;
-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
margin-top:30px;

font-size:16px;
text-align: justify;
}


@media (max-width:426px){
  .textoServices{
    font-size: 14px;
  }
  .cardServices{
    padding:15px;
  }
}





/*PAGINA SERVICES3 TESTE*/ /*PAGINA SERVICES3 TESTE*/ /*PAGINA SERVICES3 TESTE*/ /*PAGINA SERVICES3 TESTE*/
a{
  cursor: pointer;
}
a:hover{
  text-decoration: none;
}

.iconServices{
  /* box-shadow:0px 0px 5px 5px rgba(162,183,13,.2); */

  padding:30px;
  width: 150px;
  /* border-radius: 35%; */
  cursor: pointer;
}
.titleIcon{
  color:#f9f9f9;/*#d7df22*/
  text-decoration: none;
  font-size:20px;
  width:175px;
  text-align: center;
}
.titleIcon b:hover{
  text-decoration:none;

}
.titleText{
  font-size:30px;
  font-weight: bold;
}
.textosServices{
  opacity: 0;
  display: none;
  position: absolute;
  top:320px;
  font-size:18px;
  color:#f5f5f5;
}
.button_orcamento{
  border:1px #323232 solid;
  color:#f5f5f5;
  background-color:#323232;
  padding:7px 20px;
}
.button_orcamento:hover{
  background-color:transparent;
  color:#323232;
}
.buttonMais{
  border:1px #f5f5f5 solid;
  background-color:#f5f5f5;
  padding:7px 30px;
  margin-right: 10px;
  color:#323232;
}
.buttonMais:hover{
  color:#f5f5f5;
  background-color:transparent;
}
/* .text{
  color:#f5f5f5;
}
.text:hover{
 color:#323232;
} */
.iconEarth{
  position: absolute;
  top:350px;
}
.specialIcon{
  width:150px;
}
.closeicon{
  color:#323232;
  float:right;
  visibility: hidden;
  transition: 1s;
}
/* .iconCloseOpen{
  z-index:9999;
  position: relative;
  color:black;
} */

@media (max-width:1024px){
  .textosServices{
    font-size:16px;
    top:260px;
  }
  .iconServices{
    width: 125px;
  }
  .titleIcon{
    color:#f9f9f9;/*#d7df22*/
    text-decoration: none;
    font-size:18px;
  }
}
@media (max-width:950px){
  .textosServices{
    font-size:16px;
    top:250px;
  }
}



  .col-md-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  @media (max-width: 767px) {
    .width50{
      width:100%;
    }
    .right{
      float: right;
    }
    .left{
      float:left;
    }
    .iconServices{
      width: 150px;
    }
    .titleIcon{
      font-size:19px;
    }
    .textosServices{
      background-color:rgba(245,245,245,0.9);
      color:#323232;
      position: fixed;
      top:60px;
      left:60px;
      right:50px;
      bottom:50px;
      padding:30px;
      display:none;
    }
    .col-md-center {
      z-index:9999;
    }
    .iconEarth{
      display: none;
    }
    .closeicon{
      visibility: visible;

    }
    .buttonMais{
      border:1px #323232 solid;
      background-color:#323232;
      color:#f9f9f9;
    }
    .buttonMais:hover{
      color:#323232;
      background-color:transparent;
    }
  }

  @media (max-width:500px){
    .iconServices{
      width: 120px;
    }
    .titleIcon{
      font-size:12px;
      width: 120px;
    }
    .textosServices{
      top:10px;
      left:10px;
      right:10px;
      bottom:10px;
    }
  }
  @media (max-width:375px){
    .iconServices{
      width: 100px;
    }
    .titleIcon{
      font-size:10px;
      width: 100px;
    }
    .specialIcon{
      width:100px;
    }
  }










  /*HEADER SOCIAL + EMAIL*/

  .headerSocial p{
    margin-top:7px;
    font-size:13px;
    color:#3b5998
  }
  

  @media (max-width: 768px) {

    .mobileleft{
      width:50%;
      float:left;
    
    }
    .mobileright{
      width:50%;
      float: right;
    }
  }
  @media (max-width: 420px) {
.headerSocial p{
  font-size:10px;
}
  }