@font-face {font-family: "Montserrat"; src: url(/fonts/Montserrat-Regular.ttf);}
@font-face {font-family: "Montserrat-bold"; src: url(/fonts/Montserrat-Bold.ttf);}

@media screen and (max-width: 575px){
    .top-banner {min-height: 600px; background-position: bottom right; background-size: auto 300px; background-repeat: no-repeat;}
}
@media screen and (min-width: 576px){
    .top-banner {min-height: 550px; background-position: bottom right; background-size: auto 350px; background-repeat: no-repeat;}

}
@media screen and (min-width: 576px) and (max-width: 768px){
    
}
@media screen and (min-width: 768px){
    
}
@media screen and (min-width: 992px){
    .top-banner {min-height: 600px; background-position: center center; background-size: auto 100%; background-repeat: no-repeat;}
}
@media screen and (min-width: 1140px){
    .top-banner {min-height: 600px; background-position: center center; background-size: auto 130%; background-repeat: no-repeat;}
}
body
{	
	/* color: #efefef; */
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    margin: 0;
    padding: 0;    
    height: 100vh;  
}
div#container {
    position: relative; /* needed for footer positioning*/
    height: auto !important; /* real browsers */
    min-height: 100%; /* real browsers */
}
footer {
    position: absolute;
    width: 100%;
    bottom: 0; /*stick to bottom     */
  }

.font42b {font-size: 42px; font-family: 'Montserrat-bold';}
.font32b {font-size: 32px; font-family: 'Montserrat-bold';}
.font24b {font-size: 24px;  font-family: 'Montserrat-bold';}
.font42 {font-size: 42px;}
.font32 {font-size: 32px;}
.font24 {font-size: 24px;}
.font18 {font-size: 18px;}
.font14 {font-size: 14px;}
.font12 {font-size: 12px;}
.lh-2-3 {line-height: 2.3;}
.navbar
{	
	padding: 0;
	color: rgb(34, 30, 31);	 
	font-weight: 500; 
	background-color: #221e1f;
}
.nav-item{
	padding: 0 20px;
}
.bg-black {
    background-color: black;
}
.bg-1d1d1d {background-color: #1d1d1d;}
.bg-ffcb2c{
	background-color: #ffcb2c;
	min-width: 100px;
}
.bg-ffbe1b{
	min-width: 100px;
	background-color: #ffbe1b;
}
.bg-f7f6f5{
    background-color: #f7f6f5
}
.bg-fbfbfa {
    background-color: #fbfbfa;
}
.bg-f8f8f8 {
    background-color: #f8f8f8;
}
.bg-ffffff {
    background-color: #ffffff;
}
.bg-f2f2f2 {
    background-color: #f2f2f2;
}
.bg-f5f5f5 {
    background-color: #f5f5f5;
}
footer{       
    background-color: #1c1c1c;   
    color: #ffffff; 
}
footer h5 {
    color: #ffcb2b;
}
footer ul {
    list-style: none; /* Remove default bullets */
    padding-inline-start: 20px;
}
.color-white    {color:white;}
footer ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #ffcb2b; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }
 footer a {color: blanchedalmond;}

footer a:hover {    color: #ffd595;    text-decoration: none;}
.whyus {padding-inline-start: 0px;line-height: 150%;}
.whyus li{
	list-style: none outside none;
	background: url("/img/list-li.png") left top no-repeat;
	padding: 0 0 10px 50px;
    margin: 0;
}
.foto-call {
    border-radius: 0 20px 0 20px;
    font-weight: bolder;
    text-align: center;
    color: white;
}
.mw-1200 {
    max-width: 1400px;
    margin: 0 auto;
}
.ph-input input {border: none; width: 100%; margin-top: 20px;}
.ph-input input[type=text]:focus {outline: none;}
.ph-input {
    position: relative;
    /* height: 60px; */
    border-radius: 15px;
    box-shadow: 3px 3px 10px 0px #00000042;
}
.button-yellow:hover, .button-yellow:hover > .shape-arrow-white {color:white; cursor: pointer;}
.button-yellow {
    position: relative;
    border-radius: 10px;
    background-color: #ffcb2c;
    padding: 10px 15px;
    padding-right: 70px;
    font-weight: 900;
    font-size: 20px;
    box-shadow: 3px 3px 10px 0px #00000042;
}
.shape-arrow-white {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    border: 2px solid #ffffff;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    color: #000000;
    line-height: 1;
    padding-left: 1px;
    font-weight: 100;
    font-size: 22px;
}
a:link, a:visited {color: inherit;}
a:hover {text-decoration: none;}

.nav-item:hover {box-shadow: 0px 10px 0px -4px #009d7b;}

.notification {position: fixed; bottom: 0; width: 100%; transition: max-height 1s ease-in-out; opacity: 0.9;}
.notification:hover {cursor: pointer; opacity: 1;}

.saving{
    position: fixed;    
    display: none;
    background-color: #191919de;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition: all 2s linear;
}
