/**************** Fontes do site ****************/
@font-face {
    font-family: 'Panton-Black';
    src: url('fonts/Panton-Black.eot');
    src: url('fonts/Panton-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Panton-Black.woff2') format('woff2'),
        url('fonts/Panton-Black.woff') format('woff'),
        url('fonts/Panton-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('fonts/Panton-Regular.eot');
    src: url('fonts/Panton-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Panton-Regular.woff2') format('woff2'),
        url('fonts/Panton-Regular.woff') format('woff'),
        url('fonts/Panton-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Panton-SemiBold';
    src: url('fonts/Panton-SemiBold.eot');
    src: url('fonts/Panton-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Panton-SemiBold.woff2') format('woff2'),
        url('fonts/Panton-SemiBold.woff') format('woff'),
        url('fonts/Panton-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Panton-Bold';
    src: url('fonts/Panton-Bold.eot');
    src: url('fonts/Panton-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Panton-Bold.woff2') format('woff2'),
        url('fonts/Panton-Bold.woff') format('woff'),
        url('fonts/Panton-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body { 
  background: url(bg2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Panton-Bold", sans-serif!important;
}

.container-teaser{
    width: 1400px;
    margin: 0 auto;
}
.tel{
    width: 100%;
    padding-bottom: 20px;
}
.telefone h5, .telefone p{
	color: #e63100;
	font-style: italic;
	
}
.telefone p{
	font-size: 26px;
	margin-top: -30px;
	font-weight: 900;
}
.telefone figure{
	margin: 40px 0;
}
.telefone figure img{
	width: 100%;
}
.alinhar-vertical{
	display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.telefone i{
	font-size: 65px;
	color: #e63100;
	margin-top: -24px;
}
.botoes{
    padding-top: 40px;
    width: 100%;
}
.botoes a{
    height: 50px;
    padding: 15px 10px;
    border: 2px solid #e17a0a;
    text-decoration: none;
    color: white;
    background: orange;
    margin: 0 10px;
    border-radius: 4px;
    text-align: center;
}
.botoes a:hover{
    border: 2px solid #e17a0a;
    background: transparent;
    color: #e17a0a;
}
footer{
    padding-top: 60px;
    position: relative!important;
    bottom: 0!important;
}
footer h4{
    color: #e63100;
    font-weight: 800;
    font-size: 22px;
}
footer p{
    color: #787979;
}
@media(max-width: 1400px){
    .container-teaser{
        width: 98%;
        padding: 0 1%;
    }
}
@media(max-width: 992px){
    .telefone figure img{
    width: 500px;
    }
    .botoes{
        width: 500px;
    }
}
@media(max-width: 600px){
    .telefone figure img{
    width: 100%;
    }
    .botoes{
        width: 100%;
    }
}
@media(max-width: 480px){
	.telefone p{
		font-size: 26px;
	}
	.telefone i{
		font-size: 50px;
	}
    .botoes a{
    height: 50px;
    width: 100%!important;
    padding: 15px 20px;
    border: 1px solid #e17a0a;
    text-decoration: none;
    color: white;
    background: orange;
    margin: 0px 2px;
    border-radius: 4px;
    }
}
@media(max-width: 400px){
    .botoes a{
    height: 50px;
    width: 100%!important;
    padding: 15px 3px;
    border: 1px solid #e17a0a;
    text-decoration: none;
    color: white;
    background: orange;
    margin: 0px 2px;
    border-radius: 4px;
    font-size: 14px;
    }
}
.row{
    margin: 0!important;
}