/*=======================================================================================*/
/*---------------------------***** GLOBO PFC PLAY *****----------------------------------*/
/*=======================================================================================*/

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Light.woff') format('woff'),
        url('../fonts/ProximaNova-Light.ttf') format('truetype'),
        url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}


body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

ul li{
    list-style: none;
    display: block;
    float: left;
}
a,a:after,a:before,a:active,a:focus,a:hover,a:visited {outline: 0!important;}
button,button:after,button:before,button:active,button:focus,button:hover,button:visited {outline: 0!important;}

.block{
    display: block;
}

/*------------------------*/
/*------Backgronds--------*/
/*------------------------*/

.title-box{
    background-color: #000000;
    border-bottom: 3px solid #ff1a49;
}

.height-container{
    min-height: 100%;
    background: url('../img/bg.jpg') 0 0 no-repeat;
    background-size: cover;
}

/*------------------------*/
/*---------Title----------*/
/*------------------------*/

.logo-title-box{
    padding: 30px 0;
}

.logo-title-box img{
	max-width: 400px;
}

/*------------------------*/
/*--------Header----------*/
/*------------------------*/

.vertical-center{
    min-height: 50%;
    min-height: 50vh;
    display: flex;
    align-items: center;
}

.text-box-content{
    margin: 100px 0 80px;
    padding: 0 85px;
}

.text-box-content h1{
    font-family: Arial;
    font-weight: 300;
    font-size: 50px;
    color: #fff;
    text-align: left;
    margin: 0 0 25px;
    line-height: 60px;
    letter-spacing: 1px;
}

.text-box-content p {
	font-family: Arial;
    font-size: 18px;
	font-weight: normal;
    color: #fff;
    text-align: left;
    margin: 0;
    line-height: 1.8em;
}

.box-card{
    padding: 0 15px;
}

.box-card-3-meses img{
    float: right;
}

.box-card-6-meses img{
    float: left;
}

.small-text-box-content{
    margin: 80px 0;
    padding: 0 85px;
}

.small-text-box-content p {
	font-family: Arial;
    font-size: 12px;
	font-weight: normal;
    color: #fff;
    text-align: left;
    margin: 0;
    line-height: 1.2em;
}

.termos-footer-box{
    text-align: right;
    margin: 120px 0 90px;
}

.termos-footer-box span, .termos-footer-box span a{
    color: #fff;
    font-size: 15px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
}

@media (max-width: 1440px){

    .text-box-content{
      margin: 70px 0 70px;
    }
    .text-box-content h1{
        font-size: 40px;
        line-height: 50px;
    }
    .termos-footer-box{
        margin: 75px 0;
    }
    .logo-title-box{
        padding: 20px 0;
    }
}

@media (max-width: 1024px){
    .text-box-content{
        padding: 0 15px;
    }
	.small-text-box-content{
		padding: 0 15px;
	}
}


@media (max-width: 768px){

    .text-box-content h1{
        font-size: 43px;
        line-height: 43px;
    }

    .block{
        display: inline;
    }

    .box-card-3-meses img,
    .box-card-6-meses img{
        float: none;
        margin: 20px auto;
    }

    .termos-footer-box{
        padding-right: 30px;
    }

    .vertical-center{
        min-height: 40%;
        min-height: 40vh;
        display: flex;
        align-items: center;
    }

}

@media (max-width: 767px){
	.logo-title-box img {
		max-width: 100%;
	}
	.small-text-box-content {
        margin: 60px 0 20px;
		padding: 0;
		text-align: center;
	}
	.small-text-box-content p {
		text-align: center;
	}
    .text-box-content{
        padding: 0;
        margin: 60px 0 20px;
    }

    .text-box-content h1{
        text-align: center;
        font-size: 23px;
        line-height: 32px;
		margin: 0 0 15px;
    }
	
	.text-box-content p{
        text-align: center;
        font-size: 14px;
        line-height: 1.2em;
    }

    .termos-footer-box{
        padding: 0;
        margin: 10px 0 70px;
        text-align: center;
    }

    .termos-footer-box span, .termos-footer-box span a{
        font-size: 13px;
    }
}
