@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
    margin: 0;
    padding: 0;
    line-height: 25px;
    font-size: 17px;
    font-weight: 300;
	font-family: 'Roboto', sans-serif;
    color: #120F0F;
    background: #fff;

}

html {
    scroll-behavior: smooth;
  }
html,
body {
    height: 100%;
}

.main-wrapper {
    position: relative;
    overflow-x: hidden;
}
.content-area, .hero-area{
    position: relative;
    z-index: 1;
}
ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #120F0F;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #120F0F;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 5px;
    font-family: 'Univers LT Std';
}

h1,
.h1 {
    font-size: 80px;
    line-height: 100%;
}

h2,
.h2 {
    font-size: 45px;
    line-height: 100%;
}

h3,
.h3 {
    font-size: 40px;
    line-height: 110%;
}

h4,
.h4 {
    font-size: 36px;
    line-height: 110%;
}

h5,
.h5 {
    font-size: 24px;
    line-height: 100%;
}

h6,
.h6 {
    font-size: 22px;
    line-height: 120%;
}


p {
    margin-bottom: 20px;
}


p:last-child {
    margin-bottom: 0 !important;
}

button {
    border: none;
    transition: all 0.4s ease 0s;
    background: transparent
}

.section,
section {
    padding: 50px 0
}

.container {
    max-width: 1200px
}
.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 25px;
    font-family: 'Univers LT Std';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}
.btn_white{
    background: #fff;
}

.nobrands {
    background: #000;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    text-transform: capitalize;
}
.hero-area{
    position: relative;
    height:100vh;
    overflow-x: hidden;
}

.hero-item{
    height: 100vh;
    overflow: hidden;
}
.hero-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.hero-navs-thumb {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 40px;
    width: 50%;
}
.hero-navs-thumb .slide{
    padding: 0 15px;
}
.hero-navs-thumb .items{
    height: 390px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    cursor: pointer;
	display:block
}
.brandlogo-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: #0000005e;
}
.brandlogo{
    transform: scale(0.8);
    transition: all 0.4s;
}
.hero-navs-thumb .items:hover .brandlogo{
    transform: scale(1);
}
.hero-navs-thumb .items img:not(.brandlogo){
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-content {
    padding: 0 100px;
    width: 45%;
    position: relative;
    z-index: 1;
    color: #fff;
}
.hero-item {
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
}
.hero-item:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.hero-area .cta-btn{
    margin-top: 5px;
}
.hero-area .h1{
    margin-bottom: 20px;
}

#mainheader {
    background: #fff;
    padding: 25px 30px 20px;
    font-family: 'Roboto', sans-serif;
    position: fixed;
    transition: 0.3s all;
    width:100%;
    z-index: 9;
}
#mainheader.front-page-header{
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 30px 30px;
	z-index: 777;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
}
#mainheader.front-page-header a {
    color: #fff;
    font-weight: 400;
}

#mainheader h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

#mainheader i {
    font-size: 16px;
}

#mainheader ul li span {
    padding-left: 7px;
}

#mainheader ul {
	margin: 0;
}

#mainheader ul li {
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 15px;
    position: relative;
    letter-spacing: 2px;
}
img.brandlogo-alt {
    object-fit: contain !important;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    position: inherit;
    height: 100px;
}

.hero-area .custom-arrows {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 111;
    display: flex;
    align-items: center;
    gap: 20px;
}
.hero-area .custom-arrows > div{
    width:50px;
    height:50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid  #fff;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s;
}
.hero-area .custom-arrows > div:hover{
    background: #fff;
    color: #000;
}
.single-brand-container {
    padding-top: 140px;
}
.form-wrap {
    position: relative;
    padding: 40px 45px;
    z-index: 2;
    font-family: 'Univers-Condensed', sans-serif;
    background: rgba(255,255,255,0.9);
    border-radius: 5px;
}
.form-wrap input:not([type="radio"]):not([type="checkbox"]) {
    border: none;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    height: 60px;
    font-size: 15px;
    color: #000;
    background: transparent;
    box-shadow: none;
    padding: inherit;
    font-size: 14px;
}
.form-wrap input::placeholder{
    color: #929292;
}
.form-wrap div#gform_fields_1 {
    row-gap: 10px;
}
#form_central input, #form_central select {
    margin-bottom: 12px;
    background: transparent;
}
.defender-thumbnail {
    position: relative;
}
.defender-thumbnail::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(86deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.5;
}
.gfield_required_text{
    display: none !important;
}
.gfield_radio{
   flex-direction: row !important;
}
.gfield_radio label{
    margin-left: 5px !important;
}
.gform_footer  input[type="submit"] {
    width: 100% !important;
    background: #000 !important;
    border: none !important;
    border-radius: 0 !important;
}
.gallery-slider .slide{
    padding: 0 15px;
}
.gallery-area{
    background: #000;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.gallery-slider  .slick-prev {
    position: absolute;
    width: 30px;
    height: 70px;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    font-size: 0px;
    border: none;
    padding: 0;
    overflow: hidden;
    background: transparent;
}
.gallery-slider .slick-prev:before {
    content: "";
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 20px;
    transform: rotate(45deg);
}
.gallery-slider .slick-next {
    position: absolute;
    width: 30px;
    height: 70px;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    font-size: 0px;
    border: none;
    padding: 0;
    overflow: hidden;
    background: transparent;
}
.gallery-slider  .slick-next:before {
    content: "";
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 20px;
    transform: rotate(45deg);
}
.gallery-area .h2 {
    color: #fff;
    font-weight: 500;
    padding: 0 15px;
    margin-bottom: 30px;
}
.brand-content-area{
    background: #fff;
}
.brand-content-area h2, .brand-content-area h3, .brand-content-area h4, .brand-content-area h5{
    margin-bottom: 20px;
}
.divider hr {
    border: none;
    opacity: 0.2;
    width: 100%;
    height: 1px;
    margin:  0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}
.model-area{
    background-color: #fff;
}
.model-item {
    text-align: center;
    margin: 0 0 30px 0;
    padding: 30px 20px;
    position: relative;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.model-item img{
	margin-top:20px
}
[class*="col-"]:not(:last-child) .model-item:before {
    content: "";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    position: absolute;
    width: 1px;
    height: 100%;
    right: -15px;
    opacity: 0.3;
}
.model-item h4 {
    color: #000;
    font-size: 28px;
}
.inner img {
    max-width: 100%;
    height: auto;
    width: auto;
}
.taller-area .m45 {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    margin-bottom: 15px;
}
.inner-social li {
    list-style: none;
    padding-left: 50px;
    position: relative;
    min-height: 44px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.inner-social li img {
    position: absolute;
    width: 34px;
    top: 0;
    left: 9px;
}
.link_fono {
    text-decoration: underline !important;
    color: black;
    font-weight: bold;
}


footer {
	position: relative;
	color: #fff;
	padding: 50px 0 70px;
	background-color: #000000;
	margin-top: 100px;
	font-family: 'Roboto', sans-serif;
}

footer .container {
	position: relative;
}

footer h3 {
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

footer .links li {
	margin-bottom: 10px;
	line-height: 1.5;
	display: block
}

footer .links li a {
	color: #fff;
}

footer .links li a:hover {
	color: #fff
}

footer .social li {
	display: inline-block;
	position: relative
}

.cta_blue{
	background-color: #0c2340;
	margin-top: 10px;
    text-decoration: none;
    padding: 6px 30px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .04em;
    text-transform: uppercase;
    line-height: 2;
    display: block;
	color: white;
	width: 220px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
}

@media(max-width: 768px) {
	#fondo{
		margin-top: 0;
	}
	.cta_blue{
		width: auto;
		font-size: 12px;
		letter-spacing: .0em;
	}
}

footer .social li a {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    margin-right: 5px;
}

footer .social li a>i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

footer .footer-logo {
	margin-bottom: 20px;
	display: inline-block;
}

footer .copyright {
	color: #a5a7b7;
	font-weight: bold;
}

footer .cta {
	-webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, .2);
	box-shadow: -20px -20px 0 0 rgba(52, 58, 64, .2);
	padding: 20px;
	background-color: #fff;
	top: -105px;
	position: relative
}

footer .cta h2,
footer .cta h3 {
	line-height: 1.5;
	color: #000;
    font-family: 'UniversLTStd-LightCn', sans-serif;	
    font-size: 28px;
}

footer .cta h3 {
	font-size: 20px
}
.footer-logo{
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}
.items.hero-small-thumb.alt {
    opacity: 0;
}
#mainheader.scroll:not(.front-page-header) {
    padding-top: 20px;
    padding-bottom: 15px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}
#mainheader h1, #mainheader img {
    transition: 0.3s all;
}
#mainheader.scroll:not(.front-page-header) h1 {
    margin: 0 10px 0 0;
    font-size: 26px;
    top: 7px;
}
.footer.alt {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 30px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    z-index: 1;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 14px;
}
.footer.alt ul{
    text-align: right;
}
.footer.alt ul li{
display: inline-block;
margin-right: 15px;
}
.footer.alt ul li:last-child{
    margin-right: 0;
}
.footer.alt a{
    color: #fff;
}
.hero-area .custom-arrows {
    bottom: 100px;
}
.footer-logo:hover{
    color: #fff;
}

@media(max-width:1400px){
    .hero-content {
        padding: 0 40px;
    }
    h1, .h1 {
        font-size: 60px;
        line-height: 100%;
    }
    .hero-navs-thumb .items {
        height: 260px;
        border-radius: 20px;
    }
}

@media(max-width:991px){
    .hero-content {
        padding: 0 20px;
    }
    img.brandlogo-alt {
        height: 70px;
    }
    .hero-navs-thumb .items {
        height: 230px;
        border-radius: 20px;
    }
    h1, .h1 {
        font-size: 50px;
        line-height: 100%;
    }
    .footer.alt {
        padding-left: 0;
        padding-right: 0;
    }
    .gallery-area {
        padding-left: 0;
        padding-right: 0;
    }
    .gallery-slider  .slick-prev {
        left: -15px;
    }
    .gallery-slider  .slick-next {
        right: -15px;
    }
}
@media (max-width: 767px) {
    #mainheader h1 {
        font-size: 28px;
    }
    #mainheader ul li {
        margin-left: 10px;
    }
    img.brandlogo-alt {
        height: 60px;
    }
    .hero-area .h1 {
        margin-bottom: 20px;
        font-size: 44px;
    }
    #mainheader.front-page-header {
        padding: 15px 0;
    }
    .hero-area{
        height: auto;
        text-align: center;
    }
    .hero-item {
        overflow: hidden;
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
        height: auto;
    }
    .hero-item img:not(.brandlogo-alt) {
        position: absolute;
        width: 100%;
    }
    .hero-content {
        padding: 0 20px;
        width: 100%;
        position: relative;
        z-index: 1;
        color: #fff;
    }
    .hero-navs-thumb {
        position: inherit;
        top: auto;
        transform: translateY(0%);
        right: auto;
        width: 100%;
        display: none;
    }
    img.brandlogo-alt{
        margin: 0 auto 20px;
    }
    .hero-area .custom-arrows {
        bottom: auto;
        top: 50%;
        width: 100%;
        padding: 0 10px;
        justify-content: space-between;
    }
    .hero-content {
        padding: 0 20px;
        width:95%;
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        margin: 0 auto;
    }
    .hero-area .custom-arrows > div {
        width: auto;
        height: auto;
        border: 0px solid  #fff;
    }
    .footer.alt{
        text-align: center;
    }
    .footer.alt ul {
        text-align: center;
    }
    .footer.alt {
        padding: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 10px;
    }
    .hero-area .custom-arrows > div:hover {
        background: transparent;
        color: #fff;
    }
    #mainheader:not(.front-page-header) {
        padding: 15px 0;
    }
    .single-brand-container {
        padding-top: 100px;
    }
	
}

@media(max-width:575px){
    #mainheader.front-page-header {
        padding: 15px 0;
    }
    .hero-area{
        height: auto;
        text-align: center;
    }
    .hero-item {
        overflow: hidden;
        display: block;
        padding-top: 120px;
        padding-bottom: 100px;
        height: 100vh;
    }
    .hero-item img:not(.brandlogo-alt) {
        position: absolute;
        width: 100%;
    }
    .hero-content {
        padding: 0 20px;
        width: 100%;
        position: relative;
        z-index: 1;
        color: #fff;
    }
    .hero-navs-thumb {
        position: inherit;
        top: auto;
        transform: translateY(0%);
        right: auto;
        width: 100%;
        display: block;
    }
    img.brandlogo-alt{
        margin: 0 auto 20px;
    }
    .hero-area .custom-arrows {
        bottom: auto;
        top: 50%;
        width: 100%;
        padding: 0 10px;
        justify-content: space-between;
    }
    .hero-content {
        padding: 0 20px;
        width:95%;
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        margin: 0 auto;
    }
    .hero-area .custom-arrows > div {
        width: auto;
        height: auto;
        border: 0px solid  #fff;
    }
    .footer.alt{
        text-align: center;
    }
    .footer.alt ul {
        text-align: center;
    }
    .footer.alt {
        padding: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 10px;
    }
    .hero-area .custom-arrows > div:hover {
        background: transparent;
        color: #fff;
    }
    footer .cta{
        text-align: center;
    }
    footer .cta .btn-dark{
        margin-top: 15px;
    }
	.defender-thumbnail{
		height:150px
	}
	.mform{
		background:#000
	}
	.hero-item{
		padding-top:90px;
		padding-bottom:30px
	}
	.hero-navs-thumb {
    position: absolute;
    top: auto;
    transform: translateY(0%);
    right: auto;
    width: 100%;
    display: block;
    bottom: 130px;
}
	.hero-navs-thumb .items {
    height: 100px;
    border-radius: 20px;
}
	.hero-area .custom-arrows{
		display:none
	}
}
@media(max-width:380px){
	.hero-navs-thumb {
    bottom:80px;
}
}
a.site-logo {
    display: inline-block;
    width: 180px;
}
@media(max-width:991px){
	a.site-logo {
    display: inline-block;
    width: 120px;
}
}
.items.hero-small-thumb.alt  .brandlogo-holder{
	background:#000
}