@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);

body {
    overflow-x: hidden !important;
}  

.snip1226 {
  font-family: 'Raleway', Arial, sans-serif;
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  right:0;
  top:35%;
}
.snip1226 * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1226 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1.5em;
  overflow: hidden;
}
.snip1226 a {
  padding: 0.3em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
}
.snip1226 a:before,
.snip1226 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1226 a:before {
  bottom: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background-color: #499eda;
}
.snip1226 a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: white;
  white-space: nowrap;
}
.snip1226 li:hover a,
.snip1226 .current a {
  transform: translateY(100%);
}
.column {
    float: left;
    width: 20%;
    padding: 5px;
}
.column1 {
    float: left;
    width: 25%;
    padding: 5px;
}
.icons {
    position: relative;
    z-index: 3;
    margin: 25px 25px;
}
.icons1 {
    position: relative;
    z-index: 3;
    margin: 25px 25px;
}
.icons2 {
    position: relative;
    z-index: 3;
    margin: 25px 25px;
}
.icons:hover{
    opacity: 0.5;
}
.icons1:hover{
    opacity: 0.5;
    cursor: pointer;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
.circulo {
    height: 150px;
    width: 150px;
    background-color: #dad9d9;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    text-align: center;
}
.circulo1 {
    height: 100px;
    width: 100px;
    background-color: #dad9d9;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    text-align: center;
}
.circulo2 {
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    text-align: center;
    cursor: pointer;
}
h1 {
    font-family: Lato;
    font-style: normal; 
    font-variant: normal; 
    font-weight: 700;
    font-size: 50px !important;
    @media (max-width: 479px) {
        float: left;
     }
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
    background: transparent;
}
/* Style the tab */
.tab {
    overflow: hidden;
    border: none;
    text-align: center;
}
.tab1 {
    overflow: hidden;
    border: none;
    text-align: center;
}
.tab1 button {
    background-color: inherit;
    border: none;
    outline: none;
    transition: 0.3s;
    font-size: 17px;
    padding: 14px 16px;
    width: 15%;
    vertical-align: top;
} 

.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    transition: 0.3s;
    font-size: 17px;
    padding: 14px 16px;
} 

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: none;
    border-top: none;
}
.tablinks {
 display:inline-block;
 padding:0.35em 1.2em;
 border:0.1em solid #FFFFFF;
 margin:0 0.3em 0.3em 0;
 border-radius:0.12em;
 box-sizing: border-box;
 text-decoration:none;
 font-family:'Lato',sans-serif;
 font-weight:300;
 color:#666666;
 text-align:center;
 transition: all 0.2s;
}

.tablinks2 {
 background-color: transparent;
 display:inline-block;
 padding:0.35em 2.0em;
 border:0.1em solid #FFFFFF;
 margin:0 0.3em 0.3em 0;
 border-radius:0.12em;
 box-sizing: border-box;
 text-decoration:none;
 font-family:'Lato',sans-serif;
 font-weight:300;
 color:white;
 text-align:center;
 transition: all 0.2s;
 cursor: default;
 width:15%;
}

#phclogo:hover {
  opacity: 0.5;
}
#gologo:hover {
  opacity: 0.5;
}

@media all and (max-width:1350px){
.tablinks2 {
  display:block;
  margin:0.4em auto;
  width: 50%;
  }
}

@media all and (max-width:600px){

  .logo-wrapper img {
    width:70%;
    margin:auto;
    height:auto;
    padding-top:6%;
  }
}

@media all and (max-width:1100px){
 .tablinks {
  display:block;
  margin:0.4em auto;
  width: 100%;
  }
.tablinks2 {
  display:block;
  margin:0.4em auto;
  width: 100%;
  }
 .tab1 button {
   width: 100%;
   display: block;
 }
}

.tablinks1 {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0.35em 1.2em;
    font-size: 17px;
    position: relative;
}

.tablinks1:hover {
    opacity: 0.5;
}

.tablinks:hover {
    opacity: 0.5;
}

.tablinks + .tablinks {
    margin-left: 2px;
}

/* .tablinks2 + .tablinks2 {
    margin-left: 50px;
} */

.logo-wrapper {
    left: 0px;
    float:left;
    top: 5px;
    z-index: 21;
}
.logo-wrapper img {
    max-width: 600px;
    height: 170px;
    float: left;
    margin-top:-4%;
}

.topnav {
  overflow: hidden;
  background-color: #215ba4;
  position:fixed;
  top:0;
  width:100%;
  height:140px;
  z-index:1000;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1100px) {

  #menuicon {
  	display:block;
  	font-size:50px;
  	position:absolute;
  	right:0;
    width:25%;
    top:25%;
  }

  .snip1226 {
  	display: none;
  }

  .logo-wrapper img {
  	width:70%;
    margin:auto;
    height:auto;
  }

  .topnav {
    height:150px;
  }

}

.homeButton {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: transparent;
    border-radius: 50%;
    padding: 10px 15px;
    font-size: 20px;
    z-index: 4;
    -webkit-animation: bounce 0.75s infinite;
    display: none;
}
.suporte {
    position: fixed;
    bottom: 20px;
    right: 0px;
    border-radius: 10px 0px 0px 10px;
    background-color: #499eda;
    padding: 10px 10px;
    font-size: 20px;
    z-index: 4;
    font-family: Catamaran;  
}

@-webkit-keyframes bounce {
        0% {
    transform: scale(1,1) translate(0px, 0px);
  }
  
  30%{
    transform: scale(1,0.8) translate(0px, 10px); 
  }

  75%{
    transform: scale(1,1.1) translate(0px, -25px); 
  }
  
 100% {
    transform: scale(1,1) translate(0px, 0px);
  }
}
