@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap");

body {
	font-family: "Raleway", sans-serif;
	margin: 0;
	font-size: 1rem;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
}

.slide-1 {
	background-image: url("../images/SLIDER-1.jpg");
}
.slide-2 {
	background-image: url("../images/SLIDER-2.jpg");
}
.slide-3 {
	background-image: url("../images/SLIDER-3.jpg");
}
.slide-4 {
	background-image: url("../images/SLIDER-4.jpg");
}

@media (min-width: 1400px) {
	.container {
		max-width: 1170px;
	}
}

.responsive-video {
	position: relative;
	padding-bottom: 10%;
}

header {
	background-color: #fff;
	width: 100%;
	/* overflow: hidden; */
}

header .navbar {
	background-color: #fff;
	padding: 0;
  z-index: 999;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

header .navbar-brand {
	padding: 0;
}

.logo {
	width: 180px;
	position: relative;
	top: -17px;
	transition: all 0.25s ease;
}

.logo-top-sticky {
	top: 0;
	position: relative;
	width: 130px;
	transition: all 0.25s ease;
}

header .navigation-right {
	display: flex;
	justify-content: flex-end;
	background-color: #008280;
	position: relative;
}

header .navigation-right:after {
	content: "";
	position: absolute;
	left: 100%;
	width: 100%;
	top: 0;
	height: 80px;
	background-color: #008280;
}

header .navigation-right:before {
	content: "";
	position: absolute;
	left: -40px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 80px 40px;
	border-color: transparent transparent #008280 transparent;
}

.navbar-toggler-icon svg path {
	stroke: #333;
}

.navbar-collapse {
	display: flex;
	justify-content: flex-end;
	flex-grow: inherit;
}

header .nav-link {
	color: #fff;
	text-transform: uppercase;
	padding: 28px 20px;
	font-weight: 400;
	margin-left: 10px;
}

header .nav-link:hover,
header .nav-item.active .nav-link {
	color: #fff;
	background-color: #12517d;
}

header .nav-link:focus {
	color: #fff;
}

header .dropdown-menu {
	border-radius: 0;
	border: 0;
	background-color: #12517d;
	left: -200px !important;
	margin-top: 0 !important;
	padding: 0 !important;
}

header .dropdown-menu ul {
	width: 880px;
	height: 135px;
	position: relative;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: -15px;
}

header .dropdown-menu:before {
	content: "";
	position: absolute;
	left: -55px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 135px 55px;
	border-color: transparent transparent #12517d transparent;
}

header .dropdown-menu:after {
	content: "";
	position: absolute;
	left: 100%;
	right: auto;
	top: 0;
	width: 100%;
	height: 135px;
	overflow-y: hidden;
	background-color: #12517d;
}

header .dropdown-menu li {
	flex: 1;
}

header .dropdown-menu li a {
	padding: 10px 14px;
	margin: 10px;
	text-align: right;
	border-right: 1px solid #fff;
}

header .dropdown-menu li:last-child a {
	border-right: 0;
}

header .dropdown-menu li a svg {
	height: 50px;
	margin-bottom: 5px;
}

header .dropdown-menu li a span {
	display: block;
	font-size: 18px;
	line-height: 1.1;
}

header .dropdown-menu li a span b {
	display: block;
	font-weight: 900;
}

header .dropdown-menu li a:focus,
header .dropdown-menu li a:visited {
	background-color: transparent;
	color: #fff;
}

header .dropdown-menu li a:hover,
header .dropdown-menu li.active a {
	background-color: transparent;
	color: #00ccff;
}

header .dropdown-menu li a:hover svg path,
header .dropdown-menu li.active a svg path {
	fill: #00ccff;
}

.btn.btn-primary {
	background-color: #06b2b6;
	padding: 11px 30px;
	border-color: transparent;
	border-radius: 0;
	font-weight: 400;
}

.navbar-toggler:focus {
	box-shadow: none;
}

header .dropdown-item {
	color: #fff;
}

header .social ul {
	display: flex;
	list-style: none;
	margin-bottom: 0;
	align-items: center;
}

header .social ul li a {
	padding: 5px;
}

header .social ul li a img {
	height: 40px;
}

/*SLIDER*/
.slider {
	/* position: relative; */
}

.main-slider .btn {
	background-color: #008280;
	border-radius: 0;
	padding: 20px 70px;
	color: #fff;
	border: 0;
	font-weight: 600;
	font-size: 20px;
}

.main-slider.owl-carousel {
	position: relative;
}

.main-slider.owl-carousel .item {
	background-size: cover;
	height: 100vh;
	display: flex;
	align-items: center;
	background-position: center bottom;
}

.main-slider.owl-carousel .item .caption {
	max-width: 600px;
	height: 50vh;
}

.main-slider.owl-carousel .item .caption h1 {
	color: #fff;
	font-weight: 300;
	font-size: 65px;
	line-height: 1;
	margin: 0 0 30px;
}

.main-slider.owl-carousel .item .caption h1 b {
	font-weight: 900;
	display: block;
}

.main-slider.owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -25px;
}

.main-slider.owl-carousel .owl-prev,
.main-slider.owl-carousel .owl-next {
	position: absolute;
	opacity: 0.9;
	z-index: 999;
	display: inline-block;
	line-height: 1;
}

.main-slider.owl-carousel .owl-prev:focus,
.main-slider.owl-carousel .owl-next:focus {
	outline: none;
}

.main-slider.owl-carousel .owl-prev span,
.main-slider.owl-carousel .owl-next span {
	box-shadow: none;
	background-size: cover;
	height: 50px;
	width: 30px;
	text-indent: -9999px;
}

.main-slider.owl-carousel .owl-next {
	right: 10px;
}

.main-slider.owl-carousel .owl-prev {
	left: 10px;
}

.main-slider.owl-carousel .owl-next span {
	display: block;
	background-image: url("../images/arrow-right.svg");
}

.main-slider.owl-carousel .owl-prev span {
	display: block;
	background-image: url("../images/arrow-left.svg");
}

.owl-carousel .owl-dots {
	position: absolute;
	bottom: 86px;
	left: 4%;
	width: 200px;
}

.owl-dots .owl-dot {
	height: 20px;
	width: 20px;
	background-color: #fff !important;
	margin: 3px;
}

.owl-dots .owl-dot.active {
	background-color: #008280 !important;
}

.top {
	position: relative;
	top: 0;
	background: #fff;
	padding: 5px;
}

.top ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: flex-end;
}

.top ul li {
	margin-left: 10px;
}

.top ul li a,
.top ul li b {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

.ctas {
	position: absolute;
	width: 100%;
	bottom: -96px;
	z-index: 1;
}

.ctas ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	list-style: none;
	margin: 0;
	padding: 0 30px;
}

.ctas ul li {
	margin: 10px;
}

.ctas ul li:nth-child(1),
.ctas ul li:nth-child(2),
.ctas ul li:nth-child(3),
.ctas ul li:nth-child(4) {
	position: relative;
	bottom: -50px;
}

.ctas ul li a {
	display: block;
	padding: 30px 15px 30px 0;
	background-color: #fff;
	text-align: right;
	text-decoration: none;
	background-size: cover;
}

.ctas ul li a svg {
	height: 70px;
}

.ctas ul li a span {
	font-weight: 300;
	color: #fff;
	font-size: 22px;
	display: block;
	line-height: 1.1;
}

.ctas ul li a span b {
	display: block;
	font-weight: 900;
}

.service-one a {
	background-image: url("../images/bg1.png");
}

.service-two a {
	background-image: url("../images/bg2.png");
}

.service-three a {
	background-image: url("../images/bg3.png");
}

.service-four a {
	background-image: url("../images/bg4.png");
}

.service-five a {
	background-image: url("../images/bg6.png");
}

.service-six a {
	background-image: url("../images/bg7.png");
}

/* Novedad */

.page-news {
	padding: 60px 0 60px;
}

.page-news .gallery {
	position: relative;
}

.page-news .date {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	background: rgb(40, 178, 182, 0.7);
	color: #fff;
	padding: 8px 12px;
	font-size: 18px;
	font-weight: 400;
}

.page-news .news-content p {
	font-size: 16px;
}

.page-news .news-title {
	color: #12517d;
	font-weight: 700;
	font-size: 2.5em;
	line-height: 1.1;
}

.titulo-novedad {
	font-size: 2em;
	font-weight: 800;
	text-transform: uppercase;
	color: #06b2b6;
}

/* fin novedad */

.news {
	padding: 60px 0 60px;
}

.news .card {
	border: 0;
	padding: 0;
}

.card .badge {
	background-color: rgb(40, 178, 182, 0.6);
	color: #fff;
	padding: 10px 15px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	font-weight: 300;
	border-radius: 0;
	z-index: 9;
}

.card-body {
	padding: 12px 0;
}

.card-date {
	margin-bottom: 10px;
	font-weight: 500;
}

.card-title {
	color: #12517d;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.1;
}

.btn-link {
	color: #06b2b6;
	font-weight: bold;
	text-decoration: none;
}

.title {
	margin-bottom: 30px;
}

.title h1 {
	color: #12517d;
	font-weight: 300;
	font-size: 30px;
	line-height: 1;
}

.title h1 b {
	display: block;
	font-weight: 900;
	font-size: 40px;
	color: #06b2b6;
}

.cta-afiliation {
	background-image: url("../images/BANNER-CHICA-HOME.jpg");
	background-position: right top;
	position: relative;
	background-repeat: no-repeat;
	height: 500px;
	background-size: contain;
}

.cta-afiliation .left {
	position: absolute;
	left: 0;
	top: 0;
	height: 500px;
	width: 500px;
	background-color: #008280;
}

.cta-afiliation .left::after {
	content: "";
	position: absolute;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 500px 200px 0 0;
	border-color: #008280 transparent transparent transparent;
}

.box-afiliation {
	background-color: #fff;
	padding: 40px;
	position: relative;
	z-index: 2;
	width: 430px;
	margin-top: 90px;
	margin-left: 200px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	text-align: center;
}

.box-afiliation h2 {
	color: #12517d;
	font-weight: 900;
	font-size: 26px;
	line-height: 1.1;
	margin-bottom: 14px;
}

.box-afiliation h3 {
	color: #666;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.1;
	margin-bottom: 10px;
}

.form-control {
	background-color: #e2e2e2;
	font-size: 18px;
	font-weight: 300;
	height: 48px;
	border-color: transparent;
	border-radius: 0;
	margin-bottom: 5px;
}

.box-afiliation .btn-primary {
	width: 100%;
}

.title.center {
	text-align: center;
}

.card-necro {
	position: relative;
	border: 1px solid #ddd;
	margin: 10px;
	padding: 70px 35px 10px;
	min-height: 450px;
}

.card-necro .badge {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 120px 70px 0 0;
	border-color: #12517d transparent transparent transparent;
	border-radius: 0;
	padding: 0;
}

.card-necro .badge img {
	position: absolute;
	width: 40px;
	left: 5px;
	top: -115px;
}

.card-necro p {
	font-size: 14px;
	margin-bottom: 15px;
}

.necro .owl-carousel .owl-nav {
	display: none;
}

.necro-foot {
	padding: 40px;
	display: flex;
	justify-content: flex-end;
}

.necro-foot .btn-link {
	font-weight: 300;
	font-size: 20px;
	position: relative;
	z-index: 2;
}

.necro .owl-carousel .owl-dots {
	position: absolute;
	text-align: center;
	left: auto;
	bottom: auto;
	width: 100%;
}

.necro .owl-carousel .owl-dots .owl-dot {
	background-color: #ddd !important;
}

.necro .owl-carousel .owl-dots .owl-dot.active {
	background-color: #008280 !important;
}

.news-2 {
	background-color: #e6e6e6;
	position: relative;
	padding: 50px 0;
	margin-bottom: 60px;
}

.news-2 .left {
	position: absolute;
	left: 0;
	top: 0;
	height: 500px;
	width: 500px;
	background-image: url("../images/banner2.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}

.box-news {
	background-color: #008280;
	padding: 25px;
	position: relative;
	z-index: 2;
	width: 210px;
	margin-left: 50px;
}

.box-news h1 {
	color: #fff;
	font-weight: 900;
	font-size: 26px;
	line-height: 1.1;
	margin-bottom: 14px;
}

.box-news p {
	color: #fff;
	margin-bottom: 100px;
}

.box-news .btn-primary {
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #12517d;
	padding: 12px 20px;
	justify-content: space-between;
}

.box-news .btn-primary img {
	height: 14px;
}

.news-slider {
	margin-left: 20px;
}

.news-slider .item .card {
	margin: 0 10px;
	padding: 0;
}

.news-slider .item .card-body {
	background-color: #fff;
	padding: 20px;
}

.news-slider.owl-carousel .owl-dots {
	bottom: -40px;
	left: 8px;
}

.news-slider.owl-carousel .owl-nav {
	display: none;
}

footer {
	background-color: #008280;
	padding: 40px 0;
	position: relative;
}

footer p {
	color: #fff;
	margin-bottom: 0;
}

footer h2 a {
	color: #fff;
	text-decoration: none;
	font-size: 40px;
	font-weight: 300;
}

footer p a {
	color: #fff;
	text-decoration: none;
}

footer p a:hover,
footer p a:focus,
footer p a:visited,
footer h2 a:hover,
footer h2 a:focus,
footer h2 a:visited {
	color: #fff;
}

.copyright {
	margin-top: 50px;
	font-size: 13px;
}

.bg-sharp {
	position: relative;
	z-index: 2;
	max-width: 400px;
}

.bg-sharp:after {
	content: "";
	z-index: 1;
	position: absolute;
	background-image: url(../images/bg5.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 340px;
	width: 630px;
	left: -130px;
	top: -56px;
	background-position: center bottom;
}

.agency {
	margin: 0;
}

.agency img {
	height: 8px;
}

.social-footer {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: flex-end;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.social-footer li a {
	padding: 5px;
}

.social-footer li a img {
	height: 40px;
}

.newsletter-foot {
	position: relative;
	z-index: 2;
}

.newsletter-foot .form-control {
	background-color: #fff;
	border: 1px solid #fff;
}

.whatsapp {
	background-color: #25d366;
	bottom: 30px;
	right: 30px;
	border-radius: 50px;
	padding: 5px 10px;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.float {
	position: fixed;
	background-color: #25d366;
	color: #fff;
	z-index: 100;
}

.whatsapp img {
	height: 40px;
}

.whatsapp span {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}

.subfooter {
	padding: 10px 0;
}

.banner {
	height: 350px;
	background-size: cover;
	background-position: center center;
	padding: 20px 0;
}

.about {
	padding: 60px 0;
}

.about .img-thumbnail {
	margin-bottom: 20px;
}

.cta-video {
	position: relative;
	height: 800px;
	margin-bottom: 60px;
}

.cta-video .left {
	position: absolute;
	left: 0;
	top: 0;
	height: 800px;
	width: 500px;
	background-color: #12517d;
}

.cta-video .left::after {
	content: "";
	position: absolute;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 800px 200px 0 0;
	border-color: #12517d transparent transparent transparent;
}

.video-embed {
	display: flex;
	justify-content: flex-end;
	margin: 70px 0;
}

.video-embed a {
	display: block;
	width: 100%;
}

.video-embed a img {
	width: 100%;
	text-align: center;
	position: relative;
}

.video-embed a svg {
	height: 64px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.modal-body {
	padding: 0;
	overflow: hidden !important;
}

.modal-content {
	position: relative;
	padding: 20px;
	background-color: #222;
}

.modal-header {
	position: absolute;
	z-index: 9;
	width: 100%;
	border: 0;
	padding: 0;
	justify-content: center;
}

.modal-header .btn-close {
	padding: 5px;
	color: #fff;
	background-color: #fff;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	margin: 0;
}

.banner .container {
	height: 100%;
	position: relative;
}

.banner img {
	height: 110px;
	position: absolute;
	bottom: 0;
}

.accordion {
	margin-bottom: 2rem;
	border-radius: 0;
}

.accordion-item:last-of-type,
.accordion-item:first-of-type {
	border-radius: 0;
}

.accordion-title {
	background-color: #12517d;
	padding: 12px;
	color: #fff;
	font-weight: bold;
}

.accordion-sm .accordion-button {
	background-color: transparent;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	border: 0;
	box-shadow: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.accordion-sm .accordion-button b {
	font-weight: 700;
	position: relative;
	padding-left: 22px;
}

.accordion-sm .accordion-button b::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 8px;
	height: 8px;
	background-color: #06b2b6;
}

.accordion-sm .accordion-button span {
	display: block;
	flex: 100%;
	font-weight: 400;
	padding-left: 22px;
}

.accordion-sm .accordion-button::after {
	position: absolute;
	right: 0;
}

.accordion-header {
	border: 0;
}

.accordion-item {
	border: 0;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}

.accordion-body {
	padding: 10px;
}

.accordion-body ul {
	list-style-type: square;
}

.accordion-body ul li p {
	font-weight: 400;
	font-size: 14px;
	color: #666;
}

.accordion-body ul li b {
	font-weight: 500;
	font-size: 16px;
	display: block;
	color: #000;
}

.accordion-lg .accordion-button {
	background-color: #12517d;
	padding: 14px 12px;
	color: #fff;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 15px;
	font-weight: bold;
}

.accordion-item:first-of-type .accordion-button {
	border-radius: 0;
}

.accordion-lg .accordion-button::after {
	background-image: url("../images/isn.svg") !important;
}

.service-block {
	padding: 10px 10px 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.service-block h4 {
	font-size: 16px;
	color: #333;
	font-weight: 700;
	position: relative;
	padding-left: 22px;
}

.service-block h4::after {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 8px;
	height: 8px;
	background-color: #06b2b6;
}

.service-block ul,
.service-block ul li p {
	margin-bottom: 0;
}

.service-block ul.two-col {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.service-block ul.two-col li {
	width: 50%;
}

.accordion-lg .accordion-item {
	border-bottom: 0;
}

.banner-benefits {
	margin-top: 210px;
	margin-bottom: 76px;
	padding: 40px;
	background-image: url("../images/banner_benefits.svg");
	background-size: cover;
	background-position: center center;
}

.banner-benefits p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}

.banner-benefits .btn {
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
}

.banner-benefits .btn img {
	height: 20px;
}

.benefit-logo {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.benefit-logo img {
	width: 100%;
	max-width: 300px;
}

.locations {
	margin-bottom: 80px;
}

.card-sedes {
	border: 0;
}

.card-sedes .card-title,
.card-sedes p {
	color: #fff;
}

.card-sedes a {
	color: #fff;
	text-decoration: none;
}

.card-sedes a:hover,
.card-sedes a:visited {
	color: #fff;
	text-decoration: none;
}

.card-sedes .card-body {
	background-position: center center;
	background-size: cover;
	min-height: 180px;
	background-repeat: no-repeat;
	padding: 20px;
}

.sedeOne,
.bs1 {
	background-image: url(../images/bg1.png);
}

.sedeTwo,
.bs2 {
	background-image: url(../images/bg2.png);
}

.sedeThree,
.bs3 {
	background-image: url(../images/bg3.png);
}

.map-sedes {
	padding: 40px 0 80px;
}

.banner-services {
	background-size: cover;
	height: 400px;
	padding: 40px;
	background-position: center center;
	margin-bottom: 30px;
}

.banner-services h1,
.banner-services p {
	color: #fff;
}

.banner-services h1 b {
	color: #12517d;
}

.bs4 {
	background-image: url(../images/img2.png);
	min-height: 300px;
}

.contact-form {
	padding: 60px 0;
}

.contact-form .form-control {
	margin-bottom: 25px;
}

.contact-form .btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 25px;
	background-color: #12517d;
}

.contact-form .btn span {
	line-height: 1;
}

.contact-form .btn img {
	height: 15px;
	margin-left: 45px;
	position: relative;
	top: -2px;
}

.contact-form .form-group {
	position: relative;
}

.contact-form .form-group label.error {
	position: absolute;
	left: 0;
	bottom: -20px;
	font-size: 13px;
	color: red;
}

.contact-form .form-control.error {
	border-color: red;
}

#afiliation_form label.error {
	position: relative;
	bottom: 3px;
}

#afiliation_form label.error {
	font-size: 13px;
	color: red;
}

#afiliation_form .form-control.error {
	border-color: red;
}

#newsletter_form label.error {
	color: #fff;
	font-size: 13px;
}

.map {
	height: 400px;
	margin: 40px 0 80px;
}

.select::after {
	position: absolute;
	content: "";
	background-image: url("../images/icon-chevron-down.svg");
	padding: 2px;
	width: 20px;
	height: 14px;
	right: 10px;
	top: 17px;
	z-index: 1;
}

.sedes-map {
	height: 600px;
	margin: 40px 0 80px;
}

.inner-desc h3 {
	font-weight: 400;
	color: #000;
	margin: 0 0 5px;
	font-size: 18px;
}

.inner-desc {
	line-height: 1.5;
}

.dealers-map {
	margin-top: 20px;
}

.dealers-map .map-wrapper {
	margin-bottom: 60px;
}

.dealers-map .map-wrapper .dealers-list {
	background-color: #eee;
	overflow-y: auto;
	height: 300px;
	margin-bottom: 10px;
}

.dealers-map .map-wrapper .dealers-list li {
	list-style: none;
	padding: 15px;
	padding-bottom: 0px;
	-moz-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	-webkit-transition: all, 0.3s;
	transition: all, 0.3s;
}

.dealers-map .map-wrapper .dealers-list .dealer-item {
	border-bottom: 1px solid white;
}

.dealers-map .map-wrapper .dealers-list li h4 {
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	color: #444;
	margin: 0;
}

.dealers-map .map-wrapper .dealers-list li p {
	font-size: 14px;
}

.dealers-map .map-wrapper .dealers-list li a {
	color: #333;
	text-decoration: none;
}

.dealers-map .map-wrapper .map {
	margin: 0;
	height: 600px;
}

.dealers-map .map-wrapper .dropdown {
	background: #f0f0f0;
	padding: 10px;
}

.dealers-map .map-wrapper .dropdown .dropdown-toggle::after {
	position: absolute;
	right: 20px;
}

.dealers-map .map-wrapper .map .gmap {
	height: 100%;
}

.gm-style {
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
}

.gm-style h4 {
	margin: 15px 0 5px;
	font-size: 16px;
}

.gm-style a {
	box-shadow: none;
	outline: none;
}

.dealers-map .dropdown__button {
	text-align: left;
	color: #333;
	display: inline-block;
	background: white;
	border: 1px solid #999;
	padding: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px !important;
	margin-left: 0;
	width: 100%;
}

.dealers-map .dropdown .dropdown-menu {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 0px;
	max-height: 300px;
	overflow: auto;
	z-index: 1080;
	border: 1px solid #999;
	margin-top: -1px;
	top: auto;
	width: 340px;
	left: 10px;
}

.dealers-map .dropdown-item {
	display: block;
	width: 100%;
	padding: 0.5em 1.5em;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dealers-map .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	margin-top: 0.5em;
	margin-left: 10px;
}

.gm-style-iw-d a {
	color: #004680;
}

@media (max-width: 1199px) {
	.logo-top-sticky {
		top: 17px;
		width: 100px;
	}

	header .navigation-right {
		padding: 0;
	}

	.navbar-brand {
		position: relative;
		padding: 0;
		margin-top: -35px;
	}

	.logo {
		width: 150px;
		top: 0;
	}

	header .nav-link {
		font-size: 14px;
		padding: 17px 10px !important;
	}

	header .social ul {
		margin-left: 1rem;
	}

	header .social ul li a img {
		height: 30px;
	}

	.top ul li {
		font-size: 14px;
	}

	header .dropdown-menu li a {
		padding: 10px;
	}

	header .dropdown-menu li a svg {
		height: 40px;
	}

	header .dropdown-menu ul {
		width: 830px;
		height: 120px;
		margin-left: -25px;
	}

	header .dropdown-menu:before {
		border-width: 0 0 120px 55px;
	}

	header .dropdown-menu:after {
		height: 120px;
	}

	.main-slider.owl-carousel .item .caption {
		padding-left: 40px;
	}

	.main-slider .btn {
		padding: 12px 45px;
	}

	.main-slider.owl-carousel .item .caption h1 {
		font-size: 50px;
	}

	.ctas ul li a {
		padding: 20px 15px 20px 0;
	}

	.cta-afiliation .left {
		height: 400px;
		width: 350px;
	}

	.cta-afiliation .left::after {
		border-width: 400px 200px 0 0;
	}

	.box-afiliation {
		padding: 30px;
		width: 400px;
		margin-left: 30px;
	}

	.bg-sharp::after {
		height: 285px;
		width: 550px;
		left: -45px;
		top: -60px;
	}

	.whatsapp {
		z-index: 3;
		bottom: 0px;
	}

	footer .input-group {
		justify-content: flex-end;
	}

	footer .input-group .form-control {
		width: 220px;
		font-size: 14px;
	}

	.newsletter-foot {
		display: flex;
		justify-content: flex-end;
	}

	.copyright {
		margin-top: 15px;
	}

	.agency img {
		height: 11px;
	}

	.subfooter {
		padding: 5px 0;
	}

	footer h2 a {
		font-size: 30px;
	}

	header .social ul {
		margin: 0;
		padding: 0;
	}

	.navbar-toggler-icon svg path {
		stroke: #fff;
	}

	header .navigation-right:before {
		border-width: 0 0 55px 40px;
	}

	header .navigation-right:after {
		height: 55px;
	}

	.cta-video {
		height: 700px;
	}

	.cta-video .left {
		height: 1280px;
		width: 720px;
	}

	.cta-video .left::after {
		border-width: 700px 200px 0 0;
	}
}

@media (max-width: 991px) {
	.logo-top-sticky {
		top: 20px;
		width: 90px;
	}
	header .navigation-right:before {
		left: -40px;
	}
	header .navigation-right:before {
		border-width: 0 0 40px 40px;
	}
	header .navigation-right:after {
		height: 40px !important;
	}
	.navbar-collapse {
		position: absolute;
		background-color: #008280;
		right: 125px;
		width: 200px;
		top: 100%;
		z-index: 99;
		display: block;
	}

	header .nav-link {
		padding: 15px 20px !important;
		margin-left: 0;
		text-align: right;
		display: block;
	}

	.navbar-nav {
		z-index: 999;
	}

	.navbar-brand {
		margin-top: -40px;
	}

	header .logo {
		top: 0;
	}

	header .dropdown-menu ul {
		width: 100%;
		height: auto;
		margin-left: 0;
		display: inherit;
	}

	header .dropdown-menu:before,
	header .dropdown-menu::after {
		display: none;
	}

	header .dropdown-menu li a {
		padding: 10px 15px;
		margin: 0;
		border-right: 0;
	}

	.ctas ul li a span {
		font-size: 18px;
	}

	.ctas ul {
		padding: 0;
	}

	.ctas ul li a svg {
		height: 55px;
	}

	.title h1 {
		font-size: 26px;
	}

	.title h1 b {
		font-size: 32px;
	}

	.card-title {
		font-size: 18px;
	}

	.box-afiliation {
		width: 300px;
	}

	.cta-afiliation {
		height: 350px;
	}

	.cta-afiliation .left {
		height: 300px;
		width: 250px;
	}

	.cta-afiliation .left::after {
		border-width: 300px 200px 0 0;
	}

	.banner-benefits {
		margin-top: 180px;
		margin-bottom: 80px;
	}

	.box-afiliation {
		margin-top: -30px;
		padding: 30px 15px;
		width: 300px;
		margin-left: 0px;
	}

	.necro-foot .btn-link {
		font-size: 16px;
	}

	footer .input-group .form-control {
		width: 190px;
	}

	.social-footer li a img {
		height: 30px;
	}

	footer p {
		font-size: 13px;
	}

	footer {
		padding: 30px 0;
	}

	.whatsapp {
		right: 45px;
		bottom: 15px;
	}

	.bg-sharp::after {
		top: -45px;
	}

	.box-news {
		margin-left: 0;
	}

	.cta-video {
		height: 500px;
	}

	.cta-video .left {
		height: 500px;
		width: 550px;
	}

	.cta-video .left::after {
		border-width: 500px 200px 0 0;
	}

	.video-embed {
		margin: 50px 0;
	}

	.banner-services {
		height: auto;
	}

	.benefit-logo img {
		max-width: 200px;
	}
}

@media (max-width: 767px) {
	.logo-top-sticky,
	.logo {
		top: 0;
	}
	.slide-1 {
		background-image: url("../images/SLIDER-1-MOBILE.jpg");
	}
	.slide-2 {
		background-image: url("../images/SLIDER-2-MOBILE.jpg");
	}
	.slide-3 {
		background-image: url("../images/SLIDER-3-MOBILE.jpg");
	}
	.slide-4 {
		background-image: url("../images/SLIDER-4-MOBILE.jpg");
	}

	.top {
		display: none;
	}

	.navbar-brand {
		margin-top: 0;
	}

	header .logo {
		width: auto;
		height: 42px;
	}

	.main-slider.owl-carousel .item {
		height: 300px;
	}

	.main-slider.owl-carousel .item .caption {
		height: auto;
		padding: 30px;
	}

	.main-slider.owl-carousel .item .caption h1 {
		font-size: 32px;
	}

	.main-slider.owl-carousel .owl-nav,
	.main-slider.owl-carousel .owl-dots {
		display: none;
	}

	.main-slider .btn {
		font-size: 16px;
	}

	.ctas {
		position: relative;
		bottom: auto;
	}

	.ctas ul li:nth-child(1),
	.ctas ul li:nth-child(2),
	.ctas ul li:nth-child(3),
	.ctas ul li:nth-child(4) {
		position: relative;
		bottom: auto;
	}

	.ctas ul {
		padding: 10px;
		grid-template-columns: repeat(3, 1fr);
	}

	.news {
		padding: 40px 0 60px;
	}

	.banner-benefits {
		margin-top: 50px;
		margin-bottom: 90px;
	}

	header .container,
	.news .container {
		max-width: inherit;
		width: 100%;
	}

	header .navigation-right {
		margin-right: -14px;
	}

	header .navigation-right:after {
		display: none;
	}

	.main-slider.owl-carousel .item .caption {
		height: auto;
		padding: 30px 0;
	}

	.cta-afiliation .left {
		height: 250px;
		width: 200px;
	}

	.box-afiliation h2 {
		font-size: 22px;
	}

	.box-afiliation {
		width: 260px;
	}

	.bg-sharp::after {
		display: none;
	}

	.whatsapp {
		padding: 10px;
		right: 10px;
		bottom: 10px;
	}

	.whatsapp span {
		display: none;
	}

	.bg-sharp {
		margin-top: 20px;
		max-width: inherit;
	}

	.social-footer,
	.newsletter-foot {
		justify-content: center;
	}

	footer {
		text-align: center;
	}

	.agency {
		text-align: center;
	}

	header .navigation-right:before {
		border-width: 0 0 40px 40px;
		left: -40px;
	}

	.cta-video {
		height: 400px;
	}

	.cta-video .left {
		height: 400px;
		width: 350px;
	}

	.cta-video .left::after {
		border-width: 400px 200px 0 0;
	}

	.video-embed {
		margin: 50px 0;
	}

	.service-block ul.two-col {
		flex-direction: column;
	}

	.service-block ul.two-col li {
		width: 100%;
	}

	.locations-api .container {
		max-width: inherit;
	}

	.dealers-map .dropdown__button {
		font-size: 13px !important;
		overflow: hidden;
	}

	.dealers-map .map-wrapper .dealers-list li h4 {
		font-size: 16px;
	}

	.dealers-map .map-wrapper .dealers-list li p {
		font-size: 13px;
	}

	.benefit-logo {
		justify-content: flex-start;
	}

	.benefit-logo img {
		max-width: 300px;
	}
}

@media (max-width: 501px) {
	.card-sedes {
		margin: 10px;
	}

	.ctas ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.necro-foot .btn-link {
		font-size: 14px;
		padding-top: 28px;
	}

	.box-afiliation {
		width: 100%;
	}

	.box-news {
		width: 100%;
		margin-bottom: 40px;
	}

	.box-news p {
		margin-bottom: 30px;
	}

	.news-slider {
		margin-left: 0;
	}

	.news-2 {
		margin-bottom: 0;
		padding: 60px 0 100px;
	}

	.news-slider.owl-carousel .owl-dots {
		left: auto;
		text-align: center;
		bottom: auto;
		width: 100%;
		margin-top: 20px;
	}

	.cta-video {
		height: auto;
		background-color: #12517d;
		margin-bottom: 0;
	}

	.cta-video .left {
		display: none;
	}

	.video-embed a svg {
		height: 48px;
	}

	.map,
	.sedes-map {
		margin-top: 0;
		margin-bottom: 0;
	}

	.banner {
		height: 260px;
	}

	.dealers-map .map-wrapper .dealers-list {
		height: auto;
		min-height: 80px;
		max-height: 150px;
	}

	.dealers-map .dropdown__button {
		font-size: 14px !important;
	}
}

@media screen and (min-width: 575px) {
	.dealers-map .map-wrapper .dealers-list {
		height: 535px;
	}
}


.cover{
	background-size: cover;
}