:root {
	--blue: #0a2aa4;
	--blue-soft: #5175ba;
	--blue-light: #84aef1;
	--blue-dark: #131f49;
	--white: #FFFFFF;
	--green: #438f8b;
	--pink: #dbb2d5;
	--violet: #abadda;
	--gray: #f3f3f3;
	--gray-light: #fefdfd;
	--black: #000000;
	--aqua: #7ddcd7;
}

body {
	font-family: "Helvetica", sans-serif !important;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.montserrat-medium {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.s10 {
	font-size: 10px;
}
.s12 {
	font-size: 12px;
}
.s14 {
	font-size: 14px;
}
.s16 {
	font-size: 16px;
}
.s17 {
	font-size: 17px;
}
.s20 {
	font-size: 20px;
}
.s22 {
	font-size: 22px;
}
.s35 {
	font-size: 35px;
	line-height: 35px;
}
.s39 {
	font-size: 39px;
	line-height: 39px;
}
.s45 {
	font-size: 45px;
	line-height: 45px;
}
.my7 {
	margin-top: 77px;
}
.hilo {
	width: 100%;
	height: 44px;
	background-image: url('../images/hr.png');
	background-position: center center;
	background-repeat: repeat-x;
	background-size: cover;
	background-color: transparent !important;
	opacity: 1;
	margin-top: -22px;
	border: 0px;
	margin-bottom: -22px;
	z-index: 10;
	position: relative;
}
.hilo-modal {
	width: 100%;
	height: 22px;
	background-image: url('../images/hr.png');
	background-position: center center;
	background-repeat: repeat-x;
	background-size: cover;
	background-color: transparent !important;
	opacity: 1;
	margin-top: -11px;
	border: 0px;
	margin-bottom: -11px;
	z-index: 10;
	position: relative;
}
.text-blue-soft {
	color: var(--blue-soft);
}
.text-green {
	color: var(--green);
}
.bg-aqua-modal {
	background: linear-gradient(0deg, var(--aqua) 50%, var(--aqua) 50%);
	color: var(--black);
	border-radius: 24px 24px 0 0 !important;
}
.bg-aqua {
	background-color: var(--aqua);
	color: var(--black);
}
.bg-clear {
	background-color: transparent !important;
}
.bg-gray {
	background-color: var(--gray);
	color: var(--black);
}
.bg-gray-light {
	background-color: var(--gray-light);
	color: var(--black);
}
.bg-violet-modal {
	background: linear-gradient(0deg, var(--violet) 50%, var(--violet) 50%);
	color: var(--white);
	border-radius: 24px 24px 0 0 !important;
}
.bg-violet {
	background: linear-gradient(0deg, var(--gray) 50%, var(--violet) 50%);
	color: var(--white);
}
.bg-pink-modal {
	background: linear-gradient(0deg, var(--pink) 50%, var(--pink) 50%);
	color: var(--white);
	border-radius: 24px 24px 0 0 !important;
}
.bg-pink {
	background: linear-gradient(0deg, var(--gray) 50%, var(--pink) 50%);
	color: var(--white);
}
.bg-blue {
	background-color: var(--blue);
	color: var(--white);
}
.bg-blue-soft-modal {
	background: linear-gradient(0deg, var(--blue-soft) 50%, var(--blue-soft) 50%);
	color: var(--white);
	border-radius: 0 0 24px 24px !important;
}
.bg-blue-soft {
	background-color: var(--blue-soft);
	color: var(--white);
}
.bg-blue-white {
	background: linear-gradient(0deg, var(--white) 65%, var(--blue) 35%);
	color: var(--white);
}
.bg-blue-soft-white {
	color: var(--white);
	background-image: url('../images/hilos.png'), linear-gradient(0deg, var(--white) 70%, var(--blue-soft) 30%);
	background-position: bottom left, center center;
	background-repeat: no-repeat;
	background-size: 30%, auto;
}
.bg-header {
	background-image: url('../images/bg-header.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 810px;
}
.bg-cinta {
	background-image: url('../images/bg-cinta.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}
.bg-amarillo {
	background-image: url('../images/bg-amarillo.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}
.card-top {
	border-radius: 24px;
}
.opacity-1 {
	opacity: 1;
}
.btn {
	border: 0;
}
.btn-cerrar {
	position: absolute;
	top: 10px;
	right: -50%;
}
h1 {
	font-family: 'HelveticaNeueLight';
	font-size: 39px;
}
.btn-outline-brother {
	border-radius: 27px;
	color: var(--green);
	background-color: var(--white);
	border-color: var(--green);
}
.btn-outline-brother:hover {
	color: var(--white);
	background-color: var(--green);
	border-color: var(--white);
}
.btn-outline-brother-blue-soft {
	border-radius: 27px;
	color: var(--blue-soft);
	background-color: var(--white);
	border-color: var(--blue-soft);
}
.btn-outline-brother-blue-soft:hover {
	color: var(--white);
	background-color: var(--blue-soft);
	border-color: var(--white);
}
.btn-outline-brother-blue {
	border-radius: 27px;
	color: var(--white);
	background-color: var(--blue);
	border-color: var(--white);
}
.btn-outline-brother-blue:hover {
	color: var(--blue);
	background-color: var(--white);
	border-color: var(--blue);
}

@media screen and (max-width: 768px) {
	.bg-header {
		min-height: 940px;
	}
	.bg-blue-white {
		background: linear-gradient(0deg, var(--white) 75%, var(--blue) 25%);
		color: var(--white);
	}
}

@media screen and (max-width: 500px) {
	.s45 {
		font-size: 40px;
		line-height: 40px;
	}
	.bg-header {
		min-height: 940px;
	}
	.bg-blue-white {
		background: linear-gradient(0deg, var(--white) 70%, var(--blue) 30%);
		color: var(--white);
	}
	.bg-cinta {
		background-size: 30%;
	}
}