/*Priscila Assuncao de Oliveira*/

/*
--------------------------------
BASICS
--------------------------------
*/
*{
	margin: 0;
	padding: 0;
	border: 0;
  outline:none;
  font:inherit;
	font-size: 100%;
	box-sizing: border-box;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  
}
*::before, *::after{
  box-sizing: border-box;
}
html,body{
  min-height: 100%;

}
 body{
  font-family: 'Roboto','Arial', sans-serif;
	font-weight: 400;
	font-size: 15px;
  background-color:#f4f4f1;
  
}
ul {    
  list-style:none;
}
a {
    color: #282525;
    text-decoration: none;
}

input, textarea{
	background: transparent;
  
}
table {
	border-collapse: collapse;
	border-spacing: 0;
  width: 100%;
  height: auto;
  
}
td p{
  padding: 0 150px 100px 150px;
  text-align: center;
  line-height: 1.5;
  font-size: 17px;
}
tr {
    height: auto;
}


/*
--------------------------------
HEADER
--------------------------------
*/
.header{
	height: 100px;
	background: #D4EEF6;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  
    
}
@media (min-width: 1080px){
  .container {
  width: 1200px;
  }
}

.row0{
	height: 5px;
	background-color: #F79448;
}

/*
--------------------------------
LOGO
--------------------------------
*/

.logo {   
  position: absolute;
  margin-top: 5px;
  width: 110px;
  max-height:100%;
  float: left;
  display: block;
  background-repeat: no-repeat;    
  background-image: url(../images/logo.svg);
  overflow: hidden;
    
}
.logo h1 {
  display: block;
  font-size: 25px;
  text-align: center;
  letter-spacing: 2px;
  color: transparent;
    
}
/*
--------------------------------
SEARCH
--------------------------------
*/  
.search-box{
  display: inline-flex;
  float: right; 
  padding-top: 33px;  
}
#input-search {
  width: 135px;
  height: 35px; 
  padding-left: 10px;
  border: 2px solid #1D5BAA;
  border-right: 0;
  border-radius: 80px 0 0  80px;  
  background: transparent;    
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

#input-search::-webkit-input-placeholder {
   color: #92b9ed;
   font-size: 15px; 
   font-style: italic;
}

#input-search:-moz-placeholder {
   color: #92b9ed;
   font-size: 15px ;
   font-style: italic;
}

#input-search::-moz-placeholder {
   color: #92b9ed;  
   font-size: 15px;
   font-style: italic;
}

#input-search:-ms-input-placeholder {  
   color: #92b9ed;  
   font-size: 15px;
   font-style: italic;
}

.search-box-button{
  font-size: 20px;
  color: #F79448;
  cursor: pointer;
  padding: 0 4px 0 10px;
  border: 2px solid #1D5BAA;
  border-right: 0;
  border-radius: 80px 0 0 80px ;    
  background: transparent;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
i{
  position: relative;
  top:-1px;
}

/*
--------------------------------
NAVEGATION
--------------------------------
*/
.main-nav{  
  position: relative;
  top: 30px;
  right: 30px;
}
.main-nav ul{
  display: flex;
  float: right;
  
}
.main-nav ul li{    
  position: relative; 
}
.main-nav a{
  display: block;
  padding: 12px;
  font-size: 17px;
  text-align: left;
  letter-spacing: 0.3px;
  color: #92b9ed;  
}
.main-nav a:hover {
  color: #1D5BAA;
}
#current a{
  color: #1D5BAA;
  font-weight:500;
}
.main-nav ul ul{
  width: 100px;
  visibility: hidden;
  position: absolute; 
  top: 70px; 
  z-index: 99;
  opacity: 0.8;
}

.main-nav ul li:hover ul {
  visibility: visible;  
  display: flex;
  
}
.main-nav ul ul li a{
  background: #1D5BAA;
  color: #D4EEF6; 
  font-size: 17px;
}
.main-nav ul ul li a:hover{
  background: #D4EEF6; 
  color: #1D5BAA;
}
#current a:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80%;
  height: 2px;
  background-color: #F79448;
  content: '\0020';
  display: block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);  
}
/*label[for="bt-nav"]{
  margin-right: 25px;
  padding: 5px;
  color: #92b9ed;  
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  float: right;
  display: block;
}
label[for="bt-nav"]{
  display: none;
}
#bt-nav{
  display: none;
}

@media(max-width: 940px){
  label[for="bt-nav"]{
    display: block;
  }
  #bt-nav:checked ~ .main-nav ul{
    margin-right: 0;
  }
  .main-nav ul{
    width: 40%;
    height: 12%;
    flex-direction: column;
    margin-right: -9999%;
    transition: all .4s;
    z-index: 99;
  }
  .main-nav ul li{
    width: 100%;
    float: none;
  }
  .main-nav i{
    font-size: 0;
  }
  .main-nav ul ul{
    position: static;
    overflow: hidden;
    max-width: 0;
    transition: all .4s;
  }
  .main-nav ul li:hover ul{
    height: auto;
    margin: 100px;
  }
  #current a:after{
    width: 0;
    
  }
  
}

*/

/*
--------------------------------
SLIDE
--------------------------------
*/
.caption{
  width: 40%;
  position: absolute;
  top: 10%;
  padding: 60px 0;
  float: left;
  display: block; 
}
.caption h2{
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.8px;
  line-height: 1.1;
  color: #fff;

}
p.section{
  width: 60px;
  padding: 5px;
  background: #F79448;
  border-radius: 2px;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.7px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2px; 
}

.rslides-container {  
  position: relative;  
  max-width: 100%;
  margin: 0 auto;

  }

.rslides {
  position: relative;
  overflow: hidden;
  width: 100%;
  
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;

  
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
 }


.centered-btns_nav {
  z-index: 3;
  position: absolute;  
  top: 50%;
  left: 0;
  opacity: 0.5;
  text-indent: -9999px;
  overflow: hidden;
  height: 40px;
  width: 38px;
  background: transparent url(../images/arrow.png) no-repeat left top; 
}
@media (max-width: 600px){
  .centered-btns_nav{
  position: absolute;  
  top: 28%;
  left: 0;
  }
}

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.centered-btns_tabs {
  text-align: center;
  position: relative;  
  top: -30px;
  z-index: 99;  
}

.centered-btns_tabs li {
  display: inline; 
  float: left;
  margin-right: 5px;

}
.centered-btns_tabs li {
  float: none;  
}

.centered-btns_tabs a{
  width: 9px;
  height: 9px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;  
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .3);  
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  
}
.centered-btns_here a {
  background: #F79448;
  background: rgb(247, 148, 72);
  }



 /*
--------------------------------
CONTENT
--------------------------------
*/
.content{ 
  position: relative;
}
/*Latest*/
.latest{
  padding-bottom: 90px;
}

.topic{
  padding: 90px 0 45px;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  text-transform: uppercase;
  color: #989494;
  letter-spacing: 0.5px;
}
h6.topic:before, h6.topic:after, th.topic:before, th.topic:after{
  content: "";
  background: #F79448;
  width: 300px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin:0 15px;
}
@media (max-width: 800px) {
  h6.topic:before, h6.topic:after{
   width: 250px;
  }
}

.col-1{
  position: relative;
  width: 33.33333333%;  
  float: left;
  padding: 15px;  
}

.cont-title h5 {  
  padding: 6px;
  border-radius: 20px;
  background: #1D5BAA;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.5px;  
  color: #fff;
 }
 a.grid-img {
    float: left;
    width: 38%;
    padding-left: 10px;
}
.img-responsive{
  border-radius: 5px;
	display: block;
  max-width: 100%;
  height: auto;
}
.grid-text{
  float: right;
  width: 60%;
  padding-left: 10px;
}
.grid-text span {
  font-size: 14px;
  color: #989494;
}
.grid-text p {
  line-height: 1.2;
  margin: 3px 0 5px;
  font-weight: 500;
}
.grid-text i{
  color: #989494;
}
a.comment{
  font-size: 14px;
  color: #92b9ed;
}
.group{
	padding: 15px 0 0;
}
.group p a:hover{
    color: #F79448;
}

@media (max-width: 700px) {
  .col-1 {
    width: 100%; 
    float: none;
  } 
}

/*Feature*/


.feature{
  background:url(../images/racket.jpg)no-repeat center;
  max-width:100%; 
  min-height: 350px; 
  background-size:cover; 
  padding-top: 50px; 
}
.feature-text{
  letter-spacing: 0.5px;
  
}
.feature-text h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 0.9;
  color: #fff;
}
.feature-text p {
  width: 50%;
  font-weight: 300;
  line-height: 1.3;
  margin: 10px 0 30px;
  color: #fff;
}
@media (max-width: 480px){
  .feature-text p {
    width: 100%;
    margin: 6px 0 25px;
    line-height: 1.2;
  }
}

a.rmore {
  font-size: 14px;
  font-weight: 500;
  background: #F7944A;
  border-radius: 20px;
  padding: 10px 15px;
  color: #fff;
}
a.rmore:hover {
  background: #fff;
  color: #F7944A;
  font-weight: 700;
}

.col-3{
  position: relative;
  width: 50%;  
  float: left;
  padding: 15px;  
}
@media (max-width: 800px) {
   .col-3 {
    width: 100%; 
    float: none;
  } 
}

/*
--------------------------------
BLOG
--------------------------------
*/
.main-content{
  position: relative;  
  width: 100%;
  margin: 0 auto;

}
.segment{
  padding: 80px;  
}
.breadcrumb{
  display: inline-block;
  max-width: 90%;
}
.breadcrumb ul{
  display: inline; 
}
.breadcrumb ul li{  
  display: inline-block;
  margin: 4px 10px 4px 0;
  position: relative;
  text-transform: uppercase;
}
.breadcrumb ul a{
  border-bottom: 1px solid;
  color:#F79448; 
  font-size: 15px;  
  display: block;
  padding: 2px 0px 2px 0px;
  white-space: nowrap;
}
.breadcrumb ul a:hover{
  color: #1D5BAA;
  
}
.header-wrap h1{
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 10px;
  padding-top: 5px;
}
.header-wrap h4{
  font-size: 30px;  
  font-style: italic;
  margin-bottom: 5px;
  color: #989494;
}

.header-wrap p{
  font-size: 14px;  
  font-weight: 500;
  font-style: italic;
  margin-bottom: 15px;
  color: #F79448;
}
.img{
  display: block;
  width: 1040px;
  height: 400px;
 
}
.area-text{
  position: relative;  
  max-width: 840px;
  margin: 0 auto;

}
.post-body{
  margin-top: 10px;
  padding: 20px;
}
.post-body p{
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 50px;
  
}
.post-body h3{
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}
.post-body img{
  display: block;
  width: 800px;
  height: 400px; 
  padding-bottom:30px;
}

/*
--------------------------------
ABOUT
--------------------------------
*/
.col{
  margin: 0 auto;
  width: 1060px;

}

 /*

--------------------------------
CONTACT
--------------------------------
*/

.contact{	
	margin: 0 auto;
	background: #1D5BAA;
	position: relative;
}
.top-contact{
	padding: 100px 0 30px 0;	
	text-align: center;
}
.top-contact h4{
	font-size: 30px;	
	color: #D4EEF6;
	font-style: italic;
	
}
.top-contact span{
	color: #F79448;
}
.form {
   width: 100%;
   text-align: center;
   margin: 0 auto;
   display: block;
}

.estilo label{
    margin:10px 0 4px 12px;
    text-align: left;
    font-size: 14px;
    color: #D4EEF6;
    display:block;
    
}

.estilo input[type=text]:focus, 
.estilo textarea:focus, 
.estilo input[type=email]:focus{
    box-shadow: 0 0 3px #8fefd6;
    border: 1px solid #8fefd6;
}

#input-name, #input-email, #input-subject, 
#input-message{
	width: 100%;
	font-family:"FontAwesome";
	font-size: 25px;
	padding: 10px;
	border:2px solid #92b9ed;
	border-radius: 15px;

}
::-webkit-input-placeholder {
   color: #0f2e57;
}
:-moz-placeholder {
   color: #0f2e57;
   
}

::-moz-placeholder {
   color: #0f2e57;    
}

:-ms-input-placeholder {  
   color: #0f2e57;  
}

#input-message{
	height: 208px;
}
#input-submit {
	font-size: 14px;
	font-weight: 700;
	color: #1D5BAA; 
	background: #92b9ed;
	cursor: pointer;
	border-radius: 10px;
	padding: 8px 16px 8px 16px;
	display: inline-block;
	float: right;
	margin-bottom: 100px;
}
    
#input-submit:hover{
    background: #D4EEF6;
    box-shadow:none;    
}
.half {
  float: left;
  width: 49%;
  margin-bottom: 8px;
}
  
.right { width: 48%; }

.left {
    margin-right: 3%; 
}
@media (max-width: 580px) {
  .half {
    width: 100%; 
    float: none;
    margin-bottom: 0; 
  }
}
/* Clearfix */
.container::before, .container::after, .cf::before,
.cf::after, .footer::before {
    content: " ";
    display: table;
}
.container::after, .cf::after {
    clear: both;
}


/*
--------------------------------
FOOTER
--------------------------------
*/
.footer{

  background:#1D5BAA;
  padding: 40px 0 15px;
}

.footer-top{  
  border-bottom: 1px solid #F7944A; 
  padding-bottom: 20px;
  
}
.footer-title{   
  display: inline-block;
  font-size:20px; 
  font-weight: 500;
  letter-spacing: 1px;  
  color:#fff; 
  text-transform:uppercase;
  padding-bottom: 10px;
}

.col-2 {
  position: relative;
  padding: 15px;  
  width: 33.33333333%;
  float: left;
}
.col-2 ul{   
  width: 30%;  
  float: left;
  display: inline-block;
  margin-bottom: 20px;  
}
#site-links li{
  position: relative;
  padding-bottom: 5px;
}

#site-links a{
  display: block;
  padding: 0 5px;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.3px;
  color: #0f2e57;  
}
#site-links a:hover {
  color: #F7944A; 
}
   
  
@media (max-width: 800px) {
  .col-2 {
    width: 100%; 
    float: none;
  } 
}

.text p{
  color: #92b9ed;
  font-size: 14px;
  line-height: 1.3;
}
.text p a{
  color: #F7944A; 
}
.text p a:hover{
  color: #fff; 
}
#line{
  padding-top: 12px;
}

.social-grid a{
  margin-top: 10px;
  padding-right: 10px;
  color: #92b9ed; 
}
.social-grid  a:hover{  
  color: #F7944A; 
}
#rss{
  color: #F7944A; 
}
#rss:hover{
  color: #fff;
}
#text a{
  
  color: #F7944A; 
}
#text a:hover{
  color: #fff;
}
#icon{
  background: url(../images/control.svg);
  position: relative;
  
  width: 115px;
  height:70px;
  float: right;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;    
}

.support{
  margin: 15px 0 ;
  background-color: #164583; 
  padding: 12px ;
  border-radius: 8px;  

}
.support input[type="email"] {  
  padding: 5px 10px;
  font-size: 13px;
  font-style: italic;
  text-align: left;
  border-radius: 2px;  
  background: #92b9ed; 
  border: 1px solid #164583;
}
@media (max-width: 992px){
  .support input[type="email"] {
    width: 80%;
  }

}
.support input[type="submit"] {
  background: #F7944A;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  padding: 5px 8px;
  text-align: center;
  border-radius: 2px ; 
  letter-spacing: 0.5px; 
  border: 1px solid #164583;
  
}
.footer-class{
  color:#fff;
  font-size:14px;
  letter-spacing: 0.5px;
  text-align:center;  
  padding-top:15px;   
}
.footer-class a{
  color:#fff;
  
}
.footer-class a:hover{
  color:#fff;
}