﻿/*Fonts*/
@font-face {
    font-family: 'gotham-light';
    src: url('../fonts/gotham-light/gotham-light1.eot');
    src: url('../fonts/gotham-light/gotham-light1.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-light/gotham-light1.woff') format('woff2'),
         url('../fonts/gotham-light/gotham-light1.woff') format('woff'),
         url('../fonts/gotham-light/gotham-light1.ttf') format('truetype'),
         url('../fonts/gotham-light/gotham-light1.svg#alphamack_aoeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    style: normal;
}
@font-face {
    font-family: 'gotham-medium';
    src: url('../fonts/gotham-medium/gotham-medium0.eot');
    src: url('../fonts/gotham-medium/gotham-medium0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-medium/gotham-medium0.woff') format('woff2'),
         url('../fonts/gotham-medium/gotham-medium0.woff') format('woff'),
         url('../fonts/gotham-medium/gotham-medium0.ttf') format('truetype'),
         url('../fonts/gotham-medium/gotham-medium0.svg#alphamack_aoeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    style: normal;
}
@font-face {
    font-family: 'corbel';
    src: url('../fonts/corbel/corbel-bold-italic.eot');
    src: url('../fonts/corbel/corbel-bold-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/corbel/corbel-bold-italic.woff') format('woff2'),
         url('../fonts/corbel/corbel-bold-italic.woff') format('woff'),
         url('../fonts/corbel/corbel-bold-italic.ttf') format('truetype'),
         url('../fonts/corbel/corbel-bold-italic.svg#alphamack_aoeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    style: normal;
}

/*CSS*/
html, body {
  height: 100%;
  min-height: 100%;
  font-family: 'gotham-light', Gotham-Book, Arial, sans-serif;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
}
a, a:hover{
	text-decoration:none;
}
a:focus {outline:0;}
animate {
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
.clear{
	clear:both;
}


/*PAGES*/
section{
    width:100%;
    position:absolute;
}
.top{
    top:0;
    height:44%;
}
.top div.phrase{
    width:100%;
    height:52px;
    position:absolute;
    bottom:0;
    z-index:2;
    color:#FFF;
    text-align:center;
    line-height:52px;
    background-color:rgba(0, 0, 0, 0.5);
    font-size:18px;
    font-family: 'gotham-light';
}
.top aside{
    width:50%;
    height:100%;
    position:absolute;
    left:0;
    background-image: url('../images/bkAdd.png');
    background-size:cover;
}
.top aside img{
    display:block;
    width: 58%;
    margin: 8% auto auto;
}
.top article{
    width:50%;
    height:100%;
    position:absolute;
    right:0;
    background-image: url('../images/bkGolf.png');
    background-size:cover;
}
.top article img{
    display:block;
    width: 27%;
    margin: 8% auto auto;
}
.bottom{
    height:56%;
    bottom:0;
    background-image: url('../images/bkContent.png');
    background-size:cover;
    background-position:center;
}
.bottom nav{
    width:735px;
    height:20px;
    margin:auto;
    margin-top:20px;
}
.bottom ul{
    list-style:none;
    margin:0;
    padding:0;
}
.bottom ul li{
    min-width:155px;
    height:22px;
    background-color:rgba(255,255,255,0.76);
    text-align:center;
    float:left;
    font-family: 'gotham-medium';
    color:#BCBEC0;
    font-size:14px;
    line-height:22px;
    cursor:pointer;
    padding-left:10px;
    padding-right:10px;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.bottom ul li#tab2{
    margin-left: 60px;
}
.bottom ul li#tab3{
    float:right;
}
.bottom ul li:hover{
    color:#3B7839;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.selected{
    color:#3B7839!important;
}
.content{
    width:735px;
    min-height:200px;
    margin:auto;
    background-color:rgba(255,255,255,0.8);
    margin-top:20px;
    display:none;
    padding:28px;
    font-size:16px;
    font-family: 'gotham-light';
    color:#000;
}
.content p.green{
    font-family: 'gotham-medium';
    color:#3B7839;
}
.content h5{
    font-size:20px;
    font-family: 'gotham-medium';
    color:#3B7839;
    text-align:center;
}
#content2 div{
    margin:auto;
    width:410px;
    font-size:15px;
    font-family: 'gotham-light';
    color:#000;
    text-align:center;
}
#content2 hr{
    margin:0;
    border: 0; 
    border-bottom: 2px dotted #6CB645;
    margin-top:3px;
    margin-bottom:3px;   
}
#content2 h6{
    font-size:16px;
    font-family: 'gotham-medium';
    color:#3B7839;
    text-align:center;
    padding-top:0;
}
#content3{
    padding:10px;
}
#content3 .logos{
    width:163px;
    min-height:82px;
    background-color:#004B21;
    float:left;
    margin-left:20px;
    margin-bottom:20px;
}
#content3 .logos:nth-child(1), #content3 .logos:nth-child(5){
    margin-left:0;
}
#content3 .logos:nth-child(n+5){
    margin-bottom:0;
}


/*FOOTER*/
footer{
    width:100%;
    height:40px;
    position:absolute;
    bottom:0;
    font-family: 'corbel';
    text-align:right;
    color:#FFF;
    font-size:11px;
    text-shadow: 2px 2px 3px rgba(107, 107, 107, 1);
}
footer a, footer a:hover{
    float:left;
    font-size:15px;
    color:#FFF;
    text-decoration:none;
    margin-top:5px;
}
footer .contactos{
    float:right;
}
footer .contactos a{
    margin:0;
}
footer img{
    width:130px;
    float:left;
    margin-left: 50px;
}
footer div.line{
    width:1px;
    height:35px;
    margin-left:5px;
    margin-right:5px;
    background-color:#FFF;
    float:left;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(107, 107, 107, 0.75);
    -moz-box-shadow:    2px 2px 3px 0px rgba(107, 107, 107, 0.75);
    box-shadow:         2px 2px 3px 0px rgba(107, 107, 107, 0.75);
}
footer p{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
    font-weight:bold;
    text-align:left;
    float:left;
    font-size:10px;
    text-shadow: 2px 2px 3px rgba(107, 107, 107, 1);
}
footer p a, footer p a:hover{
   float:none;
   font-size:10px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){
	/*body{
		background-color:red;
	}*/
	footer p, .line{
	    display:none;
    }
}
 
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
 	/*body{
		background-color:blue;
	}*/
}
/* Small Devices, Tablets */
@media only screen and (max-width : 770px){
 	/*body{
		background-color:yellow;
	} */
}
 
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
	/*body{
		background-color:green;
	} */
}
