/* COLORS 
 * 
 * 	TESTATE: #FCC03C
 *  GIRASOLE: #D8D046
 * 	MAIS: #EE730C
 *  PICK-UP: #9D9D9C
 *  ESSICCATOI: #01579B
 * 	ROSSO: #d02e29
 * 
 */


@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
    font-family: OpenSansRegular;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: OpenSansBold;
    src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
    font-family: OpenSansExtraBold;
    src: url(../fonts/OpenSans-ExtraBold.ttf);
}


a,
a > span,
td {
	font-family: 'OpenSansRegular';
    color: #000000 !important;
}
a:hover,
a:hover > span {
	font-family: 'OpenSansRegular';
    color: #d02e29 !important;
}

h1, h4 {
	font-family: 'OpenSansBold';
	font-size: 2rem !important;
	font-weight: 200;
	line-height: 1;
    color: #d02e29 !important;
    margin-top: 20px;
    margin-bottom: 40px;
}
h2 {
	font-family: 'OpenSans';
	font-size: 1.4rem;
	line-height: 1.2;
	text-transform: uppercase;
    margin-top: 2rem;
	margin-bottom: .5rem;
	padding-bottom: 0;
    color: #d02e29 !important;
}
h3, h1.h3like {
	font-family: 'OpenSansRegular';
	font-size: 1.8rem; !important;
	line-height: 1;
}
h3 strong, h1.h3like strong {
	font-family: 'OpenSansExtraBold';
}
p {
	font-family: 'OpenSans';
	font-size: 1rem;
	line-height: 1.2;
}
p strong {
	font-family: 'OpenSansBold';
	font-size: 1rem;
	line-height: 1.2;
}
.entry-title {
	text-transform: uppercase;
}


/* BTN
----------------------------- */
.btn-primary {
    color: #FFFFFF;
    background-color: #d02e29;
    border-color: #d02e29;
}
.btn-primary:hover {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d02e29;
    --bs-btn-border-color: #d02e29;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d02e29;
    --bs-btn-hover-border-color: #d02e29;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d02e29;
    --bs-btn-active-border-color: #d02e29;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d02e29;
    --bs-btn-disabled-border-color: #d02e29;
}

/* MENU
------------------------------ */
.navbar-brand {
    padding-top: 0;
    padding-bottom: .3125rem;
    margin-right: 3rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-collapse {
    padding-top: 1.5rem;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,1);
}


/* SEARCH
----------------------------------- */
.search-container {
    background-color: #EFEFEF;
    border-radius: 2px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
.btn-solo {
    margin-top: 23px;
}
td, tfoot, th, thead, tr {
    font-size: 0.9rem;
    text-align: left;
}




.warrenty-card p {
    font-size: .8rem !important;
}
.alert-light a {
    color: #d02e29 !important;
    text-decoration: none !important;
}
td {
    vertical-align: middle !important;
  }



  a {
    text-decoration: none;
    color: #000000;
  }
  .menu-no-link {
    color: #DDDDDD;
  }
  .navbar-link-buttons {
    border-radius: 10px;
    background-color: #EEEEEE;
    padding: 10px;
  }

.logo-iso {
    width: 250px;
    margin: 20px auto 0 auto;
 }
.logo-iso img {
    width: 100%;
    margin: 0 auto;
}
.title-iso {
    text-align: center;
    font-size: 1.4rem !important;
    margin-top: 0px;
}