/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates



-----------------------------------------------------------------*/

div#wrapper {
    background: url(../images/bg.jpg) top center no-repeat;
    background-size: cover;	
    padding-top: 50px;
}


#trailers iframe{min-width: 321px;}

#wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
}

.bg-dark-ab {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
}

#wrapper #oferta {
    position: relative;
    z-index: 1;
    min-height: 710px;
    display: flex;
    margin: 0 auto;
}


#trailers{
	background: #0e0f12;
}

.countdown-amount {
    color: #fff;
}

h1, h2, h3, h4 {font-family:"Montserrat", "Palatino Linotype", "Century Schoolbook L", "Times New Roman", "serif"; color:#ffffff; font-weight: 600;
}


#trailers h4 {
    color: #5da57d;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
	line-height: 16px;
}

p {
	font-family: "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 0;		
}


#trailers p {
    font-size: 17px;
    line-height: 20px !important;
}


h1 {
    font-size: 26px;
    line-height: 35px;
}

h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}

h3 {
    font-weight: 700;
}

h1 span {
    background-color: #5da57d;
    color: #fff!important;
    font-size: 40px;
    padding: 0 10px;
}

p span {
    background-color: #5da57d;
    padding: 0 7px;
    margin-bottom: 0;
}


strong {
    font-weight: 800;
}

.logo {
    width: 300px;
}

.font-lg {
    font-size: 20px;
}

.btn {
	font-weight: 300;
    line-height: 24px;
	text-transform: uppercase;
    color:#fff; 
}

.btn-md {
    background-color:#5da57d;  
    padding: 10px 10px;
    font-size: 14px;
    width: 250px;
    border-radius: 10px;
}

.btn:hover {
    color: #000;
    background-color: #fff;
}


.font-size-default {
    font-size: 31px;
}

.font-size-sm {
    font-size: 14px;
    line-height: 23px!important;
}

.font-size-md {
    font-size: 20px
}

.color-primary {
    color: #000000;
}


button.green {
    background-color: #2ecc71;
}

.display-flex {
    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.padding-text {
    padding: 0 15px!important
}

.italico {
    font-style: italic;
}


#trailers .container {
    max-width: 95%;
}

/* ----------------------------------------------------------------
FOOTER BLACK
-----------------------------------------------------------------*/

footer {
    background: #1b1b1b;
    border: none !important;
    position: relative;
}

div#copyrights {
    background: #1b1b1b;
}


#copyrights {
    padding: 50px 0;
    font-size: 0.875rem;
    line-height: 1.8;
}


footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

p.fone {
    margin: 0 0 6px;
    font-size: 20px;
}

footer h3 {
	color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px;
	line-height: 22px;
}

.icon-social {
    margin-right: 15px;
}

p.legal {
    font-size: 13px;
    line-height: 16px !important;	
    margin-top: 35px !important;
    width: 70%;
}

.social-icons {
    margin-bottom: 40px;
}

.chat a {
    color: #ffffff;
}




/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	
	
	
	.colunaImagem{order:1;}	
	.colunaTexto{order:2;}	
	
.display-flex {
    flex-direction: column;
}	
	
	
body {
    background: url(../images/bg.jpg) top center no-repeat;
    background-size: 2550px 1000px;
}	

p {
    font-family: "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 17px;
    line-height: 24px;
}
	
}



@media (min-width: 1536px) {
    
    img {
        max-width: 93%;
    }

}


@media (min-width: 1000px) {

    
    .padding-text {
        padding: 0 20px 0 50px !important;
    } 
    
    .font-size-default {
        font-size: 28px;
    }

    
    .container-copy {
        display: inline-flex;
    }

    p { 
        font-size: 20px;
        line-height: 22px !important;        
    }

    .p-informacoes-juridicas {
        line-height: 25px !important;
    }

    h1 {
        line-height: 40px !important;
    }

    h2 {
        font-size: 50px;
    }

}

@media (min-width: 1200px) {

    .display-flex {
        display: flex!important;
        align-items: end;
        justify-content: end;
        height: 100%;
    }

    h1 {
        line-height: 35px!important;
    }

    h2 {
        font-size: 36px;
    }

    p { 
        font-size: 18px;       
    }

    .font-size-default {
        font-size: 40px
    }	
    
    .btn-lg {
        font-size: 24px;
    } 
    
    .btn-md, .btn-white-md {
        font-size: 19px;
        padding: 15px 25px;
        width: 215px;
    }

    .btn-size-md, .btn-send  {
        width: 333px;
    }

    .btn-p-lg {
        padding: 15px 30px!important;
    }

    .form-control {
        width: 333px;
        font-size: 20px;
        padding: 13px 30px;
    }

    
        
}

@media (min-width: 1900px) {
    img {
        max-width: 90%;
    }
    
    h1 {
        font-size: 45px!important;
        line-height: 42px!important;
    }

    p {
        font-size: 22px;
        line-height: 28px !important;
    }

    .padding-text {
        padding: 0 0 0 180px !important;
    }

}

