@charset "utf-8";

<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;1,400;1,700&display=swap');

</style>

.manrope{

    font-family: 'Poppins', sans-serif;

}

body{

    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 24px;
    color: #6f6f6f;
    font-weight: 400;
	overflow-x: hidden !important;
	/* cursor: none;
	background-size: 20%;
	background-image: linear-gradient(to right, #f4f4f4 1px, transparent 1px);
	background-image: -moz-linear-gradient(#fff 1px, transparent 1px);
 */

}

body,
html{

    -moz-osx-font-smoothing: grayscale;
    -webkit-osx-font-smoothing: grayscale;
	-o-transition-timing-function: ease-in-out;
	overflow-x: hidden !important;

}

	.subsmall {
     font-size: 14px;
    line-height: 1;   
} 

/* Font Family
-------------------------*/


.scrolldown-d  {
    color: #273583;
    text-decoration: none;
    outline: none; 
    border: 1px solid #273583 !important;
        position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
        border-radius: 3px;
    padding: 2px 16px;
        margin-bottom:4px;
}

.scrolldown-p {
        border-radius: 3px;
    color: #eb5d40;
    text-decoration: none;
    outline: none; 
        border: 1px solid #eb5d40 !important;
        position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
        padding: 0 16px;
        padding: 2px 16px;
    margin-bottom:4px;
}


a,
a:active,
a:focus{
    color: #323232;
    text-decoration: none;
    outline: none;
}

a:hover,
a:active{

    color: #323232;
	text-decoration: none;

}

.ilinkyel{
    	color: #fff268;
    text-decoration: underline;
    outline: none;
}

.ilinkyel:hover,
.ilinkyel:active{

    color: #fff268;
	text-decoration: none;

}

.ilink{
    	color: #273583;
    text-decoration: underline;
    outline: none;
}

.ilink:hover,
.ilink:active{

    color: #273583;
	text-decoration: none;

}

.order  {
    color: #273583;
    text-decoration: none;
    outline: none; 
    border: 1px solid #273583 !important;
        position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
        border-radius: 3px;
    padding: 2px 16px;
        margin-bottom:4px;
}

.orderpronto   {
    color: #fff268;
    text-decoration: none;
    outline: none; 
    border: 1px solid #fff268 !important;
        position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
        border-radius: 3px;
    padding: 2px 16px;
        margin-bottom:4px;
}


button:focus,
button:active,
.btn:focus,
.btn:active{

    outline: none;

}

img{

    max-width: 100%;
    height: auto;
	overflow: hidden;
}
.left-border {
    border-left:1px solid #ccc;
}

p{

    margin: 0 0 25px;
	line-height: 1.8;
	color: #333;
    font-family: 'Poppins', sans-serif;
}

.phone-volante {
    font-size: 14px;
    margin: 30px 10px 10px 10px;
	line-height: 1.4;
	color: #273583;
    text-align:right;
}
.phone-pronto {
    font-size: 14px;
    margin: 30px 10px 10px 10px;
	line-height: 1.4;
	color:#eb5d40;
    text-align:right;
}


.lead-disco {
    font-size: 16px;
    margin: 0 0 25px;
	line-height: 1.5;
	color: #273583;
}
.lead-pronto {
    font-size: 16px;
    margin: 0 0 25px;
	line-height: 1.5;
	color: #fff268;
}



.bg-volante-red {
    background-color:#eb5d40;
}
.bg-volante-blue {
    background-color:#cadcc7;
}

h1,
h2,
h3,
h4,
h5,
h6{

    margin: 10px 0 10px 10px;
    padding: 0px;
    letter-spacing: 0;
    font-weight: 400;
	font-family: 'Poppins', sans-serif;

}

h1{

    font-size: 58px;
    line-height: 1.1;

}

h2{

    font-size: 52px;
    line-height: 1.1;

}

h3{

    font-size: 42px;
    line-height: 1.1;

}

h4{

    font-size: 34px;
    line-height: 1.1;

}

h5{

    font-size: 28px;
    line-height: 1.1;

}

h6{

    font-size: 22px !important;
    line-height: 1.2 ;

}


@media only screen and (min-width: 601px){
    
    .scrolldown-d, .scrolldown-p { display:none; }
    
}



