@charset "UTF-8";
/* CSS Document */

:root {
	--color-rojo: #D60613;
	--color-azul-01: #4080AE;
	--color-azul-02: #95B4D0;
	--color-azul-03: #B6D9F0;
	--color-azul-04: #E9F6FF;
	--color-azul-verda: #5A7881;
	--color-gris-01: #323232;
	--color-gris-02: #808080;
	--color-gris-03: #D9D9D9;
	--color-gris-04: #F9F9F9;
	--color-blanco: #FFFFFF;
	--color-dorado: #D6B46A;
	--color-verde: #31A65F;
	--family-primary: 'futura', sans-serif;
	--family-secondary: 'conduititcstd', sans-serif;
}

::placeholder {
	color: var(--color-gris-02)
}

.nmt {
	margin-top: -5px !important
}

.container-small {
	max-width: 920px
}

.p2h-icon-check {
	position: relative;
	bottom: -6px
}

.text-gold {
	color: #D6B46A
}

.cover-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.mw-50 {
	max-width: 50%
}

.ff-futura {
	font-family: var(--family-primary)
}

.py-6 {
	padding-top: 5rem;
	padding-bottom: 5rem
}

.py-7 {
	padding-top: 7rem;
	padding-bottom: 7rem
}

.px-6 {
	padding-left: 5rem;
	padding-right: 5rem
}

.mt-6 {
	margin-top: 5rem
}

.ls-1 {
	letter-spacing: .3em
}

.ls-2 {
	letter-spacing: .25em
}

.ls-3 {
	letter-spacing: .2em
}

.ls-4 {
	letter-spacing: .15em
}

.ls-5 {
	letter-spacing: .1em
}

.fs-80 {
	font-size: 5rem
}

.fs-48 {
	font-size: 4.5rem
}

.fs-16 {
	font-size: 16px;
}

.fw-light {
	font-weight: 300 !important;
}

.min-w-30 {
	min-width: 30%
}

h1 {
	font-family: var(--family-primary);
	font-size: 80px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: .08em;
	text-transform: uppercase
}

h2 {
	font-family: var(--family-primary);
	font-size: 40px;
	font-weight: 500;
	line-height: 1.31;
	letter-spacing: .12em;
	text-transform: uppercase
}

h3 {
	font-family: var(--family-primary);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .08em;
	text-transform: uppercase
}

h3 strong {
	font-family: var(--family-primary);
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .08em;
}

h4 {
	font-family: var(--family-primary);
	font-size: 35px;
	font-weight: 500;
	line-height: auto
}

h5 {
	font-family: var(--family-primary);
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3
}

h6 {
	font-family: var(--family-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase
}

blockquote {
	border-left: 4px solid var(--color-azul-01);
	padding-left: 1.5rem
}

body {
	font-family: var(--family-secondary);
	font-size: 20px;
	line-height: 1.3;
	font-weight: 400
}


.footer_links {
	text-decoration: none;
	transition-duration: 100ms;
}

.footer_links:hover {
	color: #b6d9f0 !important;
	border-color: #b6d9f0 !important;
}

.footer_links:hover .footer_border {
    border-color: #b6d9f0 !important;
}