<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--black: #000000;
	--dark-gray: #888b8d;
	--light-gray: #d9d9d6;
	--mid-gray: #bbbcbc;
	--onyx: #3e3f40;
	--primary-hover: #f8eb4c;
	--primary-yellow: #efdf00;
	--white: #ffffff;
}

@font-face {
	font-family: 'NouvelR Regular';
	src: url(fonts/NouvelR-Regular.woff2?-fvbane) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'NouvelR Bold';
	src: url(fonts/NouvelR-Bold.woff2?-fvbane) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'NouvelR Semibold';
	src: url(fonts/NouvelR-Semibold.woff2?-fvbane) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'NouvelR Light';
	src: url(fonts/NouvelR-Light.woff2?-fvbane) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'NouvelR Book';
	src: url(fonts/NouvelR-Book.woff2?-fvbane) format('woff');
	font-display: swap;
}

@font-face {
	font-family: FontAwesome;
	src: url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff');
	font-display: swap;
}

@font-face {
	font-family: FontAwesome;
	src: url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'NouvelR Bold';
	src: url(fonts/NouvelR-Bold.woff2) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'NouvelR Book';
	src: url(fonts/NouvelR-Book.woff2) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'NouvelR Semibold';
	src: url(fonts/NouvelR-Semibold.woff2) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'NouvelR Light';
	src: url(fonts/NouvelR-Light.woff2) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'NouvelR Regular';
	src: url(fonts/NouvelR-Regular.woff2) format('woff');
	font-display: swap;
}

body {
	letter-spacing: 0.025em;
	color: #000;
	padding: 0;
	overflow-x: hidden;
	font-family: 'NouvelR Book';
	font-size: 1rem;
}

.link-cta,
.btn-cta {
	max-width: 280px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 200ms ease;
}

.link-cta {
	height: 32px;
	text-decoration: none;
	color: var(--black);
	border-bottom: 2px solid var(--primary-yellow);
}

.link-cta--nav {
	color: var(--white);
	border-bottom-color: var(--black);
}

.link-cta:hover {
	border-bottom-color: var(--black);
}

.link-cta--nav:hover {
	color: var(--white);
	border-bottom-color: var(--primary-yellow);
}

.btn-cta {
	padding: 11px 16px;
	height: 46px;
	border: none;
	background-color: transparent;
}

.btn-cta--super-primary {
	color: var(--black);
	background-color: var(--primary-yellow);
}

.btn-cta--super-primary:hover {
	background-color: var(--primary-hover);
}

.btn-cta--super-primary.active {
	background-color: var(--primary-hover);
}

.btn-cta--primary {
	color: var(--white);
	background-color: var(--black);
}

.btn-cta--primary:hover {
	color: var(--black);
	background-color: var(--primary-yellow);
}

.btn-cta--primary.active {
	color: var(--black);
	background-color: var(--primary-yellow);
}

.btn-cta--secondary {
	color: var(--black);
	background-color: var(--white);
}

.btn-cta--secondary:hover {
	color: var(--white);
	background-color: var(--black);
}

.btn-cta--secondary.active {
	color: var(--white);
	background-color: var(--black);
}

.btn-cta--tertiary {
	color: var(--onyx);
	background-color: var(--light-gray);
}

.btn-cta--tertiary:hover {
	color: var(--white);
	background-color: var(--onyx);
}

.btn-cta--tertiary.active {
	color: var(--white);
	background-color: var(--onyx);
}

.navbar .logo-container {
	height: 100%;
	padding: 32px 0;
}

.navbar .logo {
	max-height: 100%;
	max-width: none;
}

.navbar .caribe-logo {
/*	width: 83px;*/
	height: 83px;
	object-fit: scale-down;
}

.menus-container {
	height: 100%;
}

.menus-container .top-section {
	margin-left: 43px;
	display: flex;
	justify-content: space-between;
}

.menus-container .top-section .indicador-sedes {
	display: flex;
	align-items: center;
	color: var(--white);
}

.menus-container .top-section .indicador-sedes p {
	margin: 0;
}

.menus-container .top-section .indicador-sedes p span {
	text-transform: uppercase;
	font-family: 'NouvelR Bold';
}

.menus-container .top-section &gt; div:last-child {
	margin: 0;
	width: auto;
	display: flex;
	align-items: center;
	gap: 8px;
}

.menus-container .bottom-section {
	height: calc(100% - 32px);
}

.contenedor-categorias {
	height: 100%;
	display: flex;
}

.contenedor-categorias h1 {
	text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
	line-height: 0;
}

.navbar-nav .dropdown-menu a {
	padding: 10px;
}

.dropdown-menu {
	padding-left: 0;
}

.menu-superior-caribe {
	background-color: #fff;
	font-size: 0.9em;
	color: #000;
	display: flex;
}

.header_area {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.fa-chevron-left::before {
	content: '\f053';
	color: #EFDF00;
}

.enviar_suscp_home {
	vertical-align: top;
	background-color: #fff;
	border: 0;
	height: 48px;
	width: 48px;
	display: inline-block;
}

.desc_version {
	font-size: 14px;
	padding: 1px;
	margin-bottom: 0;
}

.button-v {
	margin-left: 18px;
}

.img-responsive {
	max-width: 60%;
}

img {
	max-width: 100%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
	.contiene_mapa {
		padding-left: 0 !important;
	}

	.M21_ap_formulario {
		margin-top: 0 !important;
	}

	.div_menu_categorias {
		top: 122px !important;
	}

	.cotiza_familia {
		min-width: 0 !important;
		min-width: unset !important;
		max-width: 0 !important;
		max-width: unset !important;
		width: 100% !important;
	}

	.primary1 {
		display: inline-block !important;
		width: 100%;
		text-align: center;
	}

	.desc_version {
		display: inline-block;
	}

	.button-v {
		margin-left: 0 !important;
		width: 100% !important;
	}

	.secundary {
		width: 100% !important;
	}

	.cotiza_detalle_car {
		width: 100% !important;
	}

	.div_car img {
		width: 100% !important;
	}

	.img-responsive {
		max-width: 100%;
	}

	.cotiza_detalle_panel .cotiza_detalle_car img {
		width: 100% !important;
	}

	.cotiza_detalle_col {
		width: 100% !important;
	}

	.recibe-3 {
		margin-bottom: 13px;
	}

	.M21_ap_comentarios_comentario textarea {
		width: 100%;
	}
}

.fa-chevron-right::before {
	content: '\f054';
	color: #EFDF00;
}

.carousel-control {
	background: #656666;
	color: #EFDF00;
	font-size: 1.7em;
	text-shadow: none;
	margin-top: 150px;
	width: 50px;
	height: 50px;
	background-color: #000;
	text-align: center;
	padding: 0;
	padding-left: 0;
	border-radius: 50px;
	box-sizing: border-box;
	line-height: 42px;
	opacity: 1;
}

.carousel-control:hover {
	background-color: #656666;
	color: #EFDF00;
	opacity: 1;
}

.carousel-control-prev {
	left: 80px;
	top: 19%;
}

.carousel-control-next {
	right: 80px;
	top: 19%;
}

.boton {
	text-transform: uppercase;
	cursor: pointer;
	color: #fff !important;
	font-family: 'NouvelR Regular';
	background: #000;
	padding: 6.5px;
	padding-right: 6.5px;
	padding-left: 6.5px;
	display: inline-block;
	font-size: 15px;
	border: none;
	transition: 0.2s;
	padding-left: 25px;
	padding-right: 25px;
}

.boton:hover {
	background: #656666 !important;
}

.link-mobile {
	display: none;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header_area.navbar_fixed .sticky_logo img {
	filter: invert(0.4) sepia(1);
}

.header_area.navbar_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	-webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
	box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
	z-index: 999;
}

a {
	color: #000;
}

a:hover {
	color: #000;
}

.h2,
h2 {
	font-size: 1em;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0;
	background-color: #fff;
	border: 0 solid rgba(0, 0, 0, 0.125);
}

.header_area {
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 20;
	top: 0;
	background-color: var(--black);
	box-shadow: 0 4px 11px -3px rgba(0, 0, 0, 0.43);
}

.menu &gt; .nav-item {
	position: relative;
	padding-bottom: 10.5px;
	padding-top: 10.5px;
	text-transform: uppercase;
	font-size: 0.9em;
}

.menu &gt; .nav-item &gt; .nav-link {
	color: #fff;
	padding: 0;
	-webkit-transition: color 0.3s ease 0;
	-o-transition: color 0.3s ease 0;
	transition: color 0.3s ease 0;
	position: relative;
	font-family: 'NouvelR Semibold';
}

.menu &gt; .nav-item + .nav-item {
	margin-left: 45px;
}

.menu &gt; .nav-item:hover .nav-link:before {
	width: 100%;
	left: 0;
	right: auto;
}

.w_menu .nav-item .nav-link:before {
	background: #fff;
}

.menu &gt; .nav-item &gt; .nav-link:before {
	content: '';
	width: 0;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: -5px;
	left: auto;
	border-radius: 6px;
	right: 0;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.menu &gt; .nav-item ul.sub_menu {
	margin: 0;
	border: 0;
	margin: 0;
	border-radius: 0;
	left: 0;
	min-width: 200px;
	background-color: transparent;
	-webkit-box-shadow: 0 15px 27px 0 rgba(255, 255, 255, 0.05);
	box-shadow: 0 15px 27px 0 rgba(255, 255, 255, 0.05);
}

.menu &gt; .nav-item .dropdown-menu .nav-item:first-child {
	padding-top: 25px;
	border-radius: 7px 7px 0 0;
}

.menu &gt; .nav-item .dropdown-menu .nav-item:last-child {
	padding-bottom: 20px;
	margin-bottom: -8px;
	border-radius: 0 0 7px 7px;
}

.menu &gt; .nav-item .dropdown-menu .nav-item {
	display: block;
	width: 100%;
	margin-right: 0;
	padding: 0 40px;
	background-color: rgba(249, 249, 249, 0.9);
}

.menu &gt; .nav-item .dropdown-menu .nav-item .nav-link {
	padding: 0;
	white-space: nowrap;
	color: #000;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	min-height: 35px !important;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand img {
	width: 45px;
}

.carousel-item {
	height: 500px;
}

figure.effect-zoe {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	cursor: pointer;
}

.carousel-item figure figcaption,
.carousel-item figure figcaption &gt; a {
	position: absolute;
	top: 0;
	left: 0;
	width: 98%;
	left: 1%;
	border-radius: 5px 5px 0 0;
}

figure.effect-zoe figcaption {
	top: 0;
	height: auto;
	width: auto;
	left: 150px;
	padding: 0.45em;
	overflow: hidden;
	color: #656666;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	background-color: rgba(120, 120, 120, 0.4);
	color: #FFF;
}

.categorias {
	position: absolute;
	width: 100%;
	height: 0;
	display: block;
	top: 150px;
	left: 0;
	background-color: var(--white);
	text-align: center;
	overflow: hidden;
	z-index: 100;
	transition: all 200ms ease;
}

.menu_categoria {
	width: 15%;
}

.menu_categoria ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

.espacio_vacio {
	padding-top: 60px;
}

.categoria_vehiculos {
	width: 85%;
}

.group_categorias {
	padding-bottom: 45px;
	display: none;
	grid-template-columns: repeat(4, 252px);
	justify-content: space-evenly;
	row-gap: 32px;
}

.group_vehiculo {
	vertical-align: bottom;
	height: 100%;
	display: inline-block;
	max-width: 252px;
}

.btn_vehiculo {
	display: block;
	padding: 10px;
	transition: 0.3s;
	border-bottom: solid 3px transparent;
}

.btn_vehiculo:hover {
	border-color: var(--black);
}

.btn_vehiculo p {
	color: var(--black);
}

.btn_vehiculo img {
	width: 100%;
}

.M21_ap_comentarios {
	padding: 10px;
}

.M21_ap_comentarios_contenido_low {
	display: none;
}

.M21_ap_comentarios_comentario textarea {
	background: #656666;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	font-family: 'NouvelR Regular';
	height: 100px !important;
	width: 400px !important;
	border: 1px solid silver;
}

.coment_m21_ap_post_txt {
	background-color: #656666;
	padding: 15px;
}

.coment_m21_ap_post_data {
	padding: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(../images/ap_cometario_img_pop.png) left bottom no-repeat;
}

select {
	-webkit-appearance: none;
	appearance: none;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #888B8D;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #656666;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cover-image {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.M21_ap_banners .banner-content {
	height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.M21_ap_banners .banner-content:before,
.carousel-item:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0,
		rgba(1, 1, 1, 0.5) 100%
	);
}

figcaption .description {
	text-align: left !important;
	font-size: 0.9em;
}

.description a {
	font-weight: 400;
	color: #ddd;
	text-decoration: none;
	background-color: #888B8D;
}

figure.effect-zoe figcaption,
figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-zoe h2 {
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 0.6em;
}

.M21box_nombre.pb-2.pt-2 {
	font-size: 1.55rem;
	font-weight: 500;
	line-height: 1.2;
}

.carousel-indicators {
	z-index: 10;
	bottom: -20px;
}

.footer_nine_area {
	background-color: #fff;
	width: 100%;
}

.footer_nine_top {
	padding-bottom: 170px;
	position: relative;
	padding-top: 150px;
}

.footer_nine_bottom {
	background: #fff;
	padding: 10px 0;
}

.footer_nine_bottom a {
	padding: 10px;
	color: #000;
}

.footer_nine_top {
	padding-bottom: 170px;
	position: relative;
	padding-top: 150px;
}

#pata_computador {
	text-align: center;
	color: #fff;
}

.header_area.navbar_fixed .nav-item .nav-link {
	color: #fff;
}

.header_area.navbar_fixed .nav-item .nav-link:before {
	background: #000;
}

.header_area.navbar_fixed .menu &gt; .nav-item .dropdown-menu .nav-item {
	background: #fff !important;
}

.header_area.navbar_fixed ul.sub_menu.dropdown-menu .nav-link {
	color: #000 !important;
	height: 48px !important;
}

.m21_oculto {
	display: none !important;
}

.M21_ap_banners .M21box_nombre h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	opacity: 1;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	font-weight: 300;
	font-size: 1.3em;
	margin: 0;
}

.M21_ap_banners figcaption {
	padding: 0.3em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	bottom: 0;
	background-color: rgba(64, 63, 63, 0.7);
	left: 0;
}

h1.title-page {
	text-align: center;
	font-weight: 200;
	font-size: 'NouvelR Semibold' !important;
}

.migasdepan {
	display: -ms-flexbox;
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	list-style: none;
	border-radius: 0.25rem;
	text-align: center;
}

.M21_paginador_oculto {
	display: none;
}

.contenedor-noticias-intra {
	position: relative;
}

.M21_paginador_contenedor {
	display: table;
	width: 100%;
	padding: 10px;
}

.mb-4 {
	margin-right: -15px;
	margin-left: -15px;
}

.M21_paginador_contenedor_in a {
	position: relative;
	display: block;
	padding: 0.2rem 0.65rem;
	margin-left: 0;
	line-height: 1.25;
	background-color: #656666;
	color: #fff;
	margin-right: 5px;
	border-radius: 3px;
}

.M21_paginador_contenedor_in {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.migasdepan a {
	margin-right: 4px;
	margin-left: 4px;
	color: #000;
}

.migasdepan a:last-child {
	font-weight: 500;
}

.M21_ap_banners figcaption::before {
	width: 0;
	height: 0;
	border-left: 29px solid rgba(64, 63, 63, 0.7);
	border-top: 21.5px solid transparent;
	border-bottom: 21.5px solid transparent;
	content: '';
	position: absolute;
	right: -29px;
	top: 0;
}

.M21_motor_pestamas_fondo,
.menu_sub_base5 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.M21_motor_pestamas_fondo a,
.menu_sub_base5 a {
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	display: block;
	padding: 0.5rem 1rem;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.9em;
	text-decoration: none;
}

.M21_motor_pestamas_fondo a {
	border-radius: 0.25rem;
}

.M21_motor_pestana_activa a {
	background-color: #656666;
	color: #fff;
	border-radius: 0.25rem;
}

.menu_lateral {
	background-color: #000;
}

.menu_sub_base5 a:hover {
	background-color: #888B8D;
	border-radius: 0;
}

.M21_motor_pestana_pasiva a:hover {
	background-color: #888B8D;
	border-radius: 0.25rem;
}

.menu_sup_base5Actual {
	background-color: #888B8D;
	border-radius: 0;
}

.container-fluid.banne_black {
	padding-top: 100px !important;
}

.M21_motor_pestamas_fondo {
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #888B8D;
}

.M21_ap_formulario input[type='date'],
.M21_ap_formulario input[type='text'],
.M21_ap_formulario input[type='email'],
.M21_ap_formulario textarea {
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #888B8D;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #656666;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.M21_ap_comentarios_comentario input[type='date'],
.M21_ap_comentarios_comentario input[type='text'],
.M21_ap_comentarios_comentario input[type='email'],
.M21_ap_comentarios_comentario textarea {
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #888B8D;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #656666;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.M21_ap_comentarios_contenido_high input[type='date'],
.M21_ap_comentarios_contenido_high input[type='text'],
.M21_ap_comentarios_contenido_high input[type='email'],
.M21_ap_comentarios_contenido_high textarea {
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #888B8D;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #656666;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.campos_etiqueta_titulo {
	margin-bottom: 2em;
	padding: 0.33em;
	padding-left: 0;
	font-size: 1.06em;
	border-bottom: #656666 0.13em solid;
}

.M21_ap_noticias_contenido img {
	width: auto;
}

.link-enlace-noticias {
	color: #000;
	font-size: 1.08em;
	font-weight: 500;
	text-decoration: none !important;
}

.comentadas-listado {
	padding: 0 !important;
}

.lista-numeros {
	font-size: 1.5em;
}

.lista-valorados {
	border-bottom: 1px solid;
}

.contenido-noticia {
	position: relative;
}

.motor_noticias_comentarios_counter {
	height: 40px;
	width: 40px;
	background-color: #656666;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	right: 20px;
	bottom: 16px;
}

.motor_noticias_comentarios_counter:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 10px 10px 4px 0;
	border-color: transparent #d8d7dd;
	display: block;
	width: 0;
	z-index: 0;
	margin-top: -4px;
	left: 1px;
	top: 86%;
	transform: rotate(-38deg);
}

.M21_ap_imagenes {
	min-height: 200px;
	background-size: cover !important;
	background-position: center center;
	cursor: pointer;
	transition: 0.2s;
}

.M21_ap_imagenes:hover {
	opacity: 0.8;
	transform: scale(1.1, 1.1);
}

#motor_noticias_nombre a {
	text-decoration: none;
}

#motor_noticias_prev {
	font-size: 0.94em;
	margin-left: 0;
	margin-right: 0;
	border: 1px solid #656666;
	border-left: 0;
}

.carousel-item.motor {
	height: 350px;
}

ol.carousel-indicators.motor {
	bottom: 95px;
}

section.suscribe-area {
	color: #fff;
	position: relative;
}

#correo_chart32_electr_chart243_nico_chart32_personal {
	font-size: 0.8em;
	color: #656666;
	border-radius: 0;
	border: solid 0;
	width: 386px;
	height: 32px;
	background-color: #fff;
	padding-left: 6px;
}

.item-menu_bot {
	display: inline-block;
	vertical-align: top;
	width: 230px;
}

.item-menu_bot ul {
	list-style: none;
	padding-inline-start: 0;
	margin-bottom: 3px;
}

.item-menu_bot ul a {
	color: #888B8D;
	font-size: 12px;
	line-height: 2;
	font-weight: 400;
	text-decoration: none;
}

.item-menu_bot ul a p {
	margin: 0;
	font-size: 1.2em;
	font-weight: lighter;
	padding: 0.6em 0;
	line-height: 1.571429;
	display: block;
	color: #000;
}

.item-menu_bot ul li {
	display: block;
	min-width: 225px;
}

p.p_pata_title {
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	font-family: 'NouvelR Semibold';
	font-size: 0.9em;
}

.wrapper {
	position: relative;
	z-index: 20;
	overflow: hidden;
}

.menu_toggle .hamburger-cross {
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
}

.menu_toggle {
	width: 22px;
	height: 22px;
	position: relative;
	cursor: pointer;
	display: block;
}

.menu_toggle .hamburger {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
}

.menu_toggle .hamburger span {
	width: 0;
	height: 2px;
	position: relative;
	top: 0;
	left: 0;
	margin: 4px 0;
	display: block;
	background: var(--white);
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.header_area .menu_four .menu_toggle .hamburger span,
.header_area.navbar_fixed .menu_four .menu_toggle .hamburger-cross span,
.menu_toggle .hamburger-cross span {
	background: #fff;
}

.header_area.navbar_fixed .menu_four .menu_toggle .hamburger span,
.header_area.navbar_fixed .menu_four .menu_toggle .hamburger-cross span,
.menu_toggle .hamburger-cross span {
	background: #fff;
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.collapsed .menu_toggle .hamburger span {
	width: 100%;
}

.navbar-toggler {
	outline: 0;
}

.menu_toggle .hamburger-cross span {
	display: block;
	background: #FFFFFF;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.menu_toggle .hamburger span:nth-child(1) {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

.menu_toggle .hamburger-cross span:nth-child(1) {
	height: 100%;
	width: 2px;
	position: absolute;
	top: 0;
	left: 10px;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	background: #fff;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
	height: 0;
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
	width: 0;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.menu_toggle .hamburger-cross span:nth-child(2) {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 10px;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
	background: #fff;
}

li.content-hexag div {
	background-color: #000;
}

div#menu {
	position: relative;
	width: 100%;
}

div#menu ul {
	list-style: none;
	padding: 0;
}

.hexagono3 {
	height: 10em;
	margin: -3em 0;
	overflow: hidden;
	transform: rotate(120deg);
	visibility: hidden;
	width: 5em;
}

.hexagono3-1 {
	height: 100%;
	overflow: hidden;
	transform: rotate(-60deg);
	width: 100%;
}

.hexagono3-2 {
	height: 100%;
	transform: rotate(-60deg);
	visibility: visible;
	width: 100%;
}

button.navbar-toggler {
	outline: 0;
}

.eventos-botanico {
	height: 450px;
}

ul.list-eventos.row {
	list-style: none;
	padding: 0;
}

ul.list-eventos .encabezado {
	width: 100%;
	height: 320px;
	background-color: #fff;
	background-size: cover;
}

.elemento_evento .thumb {
	height: 280px;
	height: 250px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mobile-menu {
	position: absolute;
    width: 0;
    top: 0;
    left: 0;
    z-index: 99999;
	overflow: hidden;
	transition: all 200ms ease;
}

.mobile-menu .mobile-navbar {
	display: flex;
    height: 100dvh;
}

.mobile-menu .mobile-navbar .btn-section {
	padding-top: 12px;
	background-color: var(--dark-gray);
}

.mobile-menu .mobile-navbar .options-section {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: var(--black);
	overflow-y: auto;
	scrollbar-width: none;
}

.mobile-menu .mobile-navbar .options-section .logo-container {
    padding-left: 16px;
	width: 99px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu .mobile-navbar .options-section .indicador-sedes {
	padding: 0 6px 24px;
	border-bottom: 1px solid var(--light-gray);
	color: var(--white);
}

.mobile-menu .mobile-navbar .options-section .indicador-sedes p {
	margin: 0;
}

.mobile-menu .mobile-navbar .options-section .indicador-sedes p span {
	text-transform: uppercase;
	font-family: 'NouvelR Bold';
}

.mobile-menu .mobile-navbar .options-section .btn-cta {
	max-width: none;
	width: 100%;
	justify-content: flex-start;
}

.mobile-menu .mobile-navbar .options-section .vehicles-categories {
    padding: 0;
    height: auto;
    background-color: var(--white);
}

.mobile-menu .mobile-navbar .options-section .vehicles-categories &gt; summary {
    display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
    height: 100%;
    padding: 11px 16px;
	background-color: var(--black);
    color: var(--white);
	list-style: none;
	transition: all 200ms ease;
}

.mobile-menu .mobile-navbar .options-section .vehicles-categories details[name="categoria"] summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 11px 16px;
	background-color: var(--light-gray);
	list-style: none;
}

.mobile-menu .mobile-navbar .options-section .vehicles-categories:hover &gt; summary {
	background-color: var(--primary-yellow);
    color: var(--black);
}

.mobile-menu .mobile-navbar .options-section .vehicles-categories &gt; summary::after,
.mobile-menu .mobile-navbar .options-section .vehicles-categories details[name="categoria"] summary::after {
	content: '';
	height: 20px;
	width: 20px;
	background-image: url(../images/flecha_derecha.svg);
	transition: all 200ms ease;
}

.mobile-menu .mobile-navbar .options-section .vehicles-categories &gt; summary::after {
	filter: invert(1);
}

.mobile-menu .mobile-navbar .options-section .vehicles-categories:hover &gt; summary::after {
	filter: invert(0);
}

.mobile-menu .mobile-navbar .options-section .vehicles-categories[open] &gt; summary::after,
.mobile-menu .mobile-navbar .options-section .vehicles-categories details[name="categoria"][open] summary::after {
	transform: rotate(90deg);
}

::details-content {
    transition: height 0.5s ease, content-visibility 0.5s ease allow-discrete;
    height: 0;
    overflow: clip;
}

@supports (interpolate-size: allow-keywords) {
    :root {
        interpolate-size: allow-keywords;
    }

    [open]::details-content {
        height: auto;
    }
}

@supports not (interpolate-size: allow-keywords) {
    [open]::details-content {
        height: 276px;
        overflow-y: scroll;
    }
}

.mobile-menu .mobile-navbar .options-section .vehicles-categories details[name="categoria"] .cars-container {
	display: flex;
	flex-direction: column;
}

.mobile-menu .mobile-navbar .options-section .vehicles-categories details[name="categoria"] .cars-container .mobile.btn_vehiculo {
	display: flex;
    align-items: center;
}

.mobile-menu .mobile-navbar .options-section .vehicles-categories details[name="categoria"] .cars-container .mobile.btn_vehiculo img {
	max-width: 210px;
}

.mobile-menu .mobile-navbar .options-section .vehicles-categories details[name="categoria"] .cars-container .mobile.btn_vehiculo p span {
	font-family: 'NouvelR Bold';
}

@media (max-width: 750px) {
	.banner-img-cover {
		display: none;
	}

	.carousel-item.active {
		height: 690px !important;
	}

	.content-banner-formulario {
		right: 50px;
	}
}

@media (min-width: 991px) {
	.mobile-menu {
		display: none;
	}

	.espacio_vacio {
		padding-top: 150px;
	}

	.click_vehiculos:active {
		background: #EFDF00;
	}

	.item-vehicle {
		width: 100%;
	}

	.M21_box_msup_top {
		width: 100%;
		margin: 0 auto;
		max-width: 95%;
		text-align: right;
	}

	.menu_top_item {
		color: var(--white);
		font-size: 0.9em;
		display: inline-block;
		padding-left: 5px;
		padding-right: 5px;
		height: 32px;
		line-height: 32px;
		text-transform: uppercase;
	}

	.header_area .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.menu &gt; .nav-item ul.sub_menu {
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
		opacity: 0;
		visibility: hidden;
		display: block;
	}

	.menu &gt; .nav-item:hover .dropdown-menu {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}

	.content-hex {
		position: fixed;
		z-index: 9999;
		right: 34px;
		top: 300px;
	}
}

.hex,
.hex-evento {
	width: 52px;
	height: 30px;
	background-color: #656666;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 173px;
	position: relative;
	margin: 27px 5px;
	text-align: center;
	z-index: 100;
}

@media (max-width: 400px) {
	.banner,
	.col-12,
	.p-0 {
		margin-top: 53px;
	}
}

@media (max-width: 600px) {
	.banner,
	.col-12,
	.p-0 {
		margin-top: 53px;
	}
}

@media (max-width: 991px) {
	.hex {
		width: 45px;
		height: 25px;
		margin: 18px 5px;
		display: inline-block;
	}

	span.toltip {
		display: none !important;
	}

	img.hex-img {
		width: 40px !important;
	}

	.hex:nth-child(odd) {
		transform: translate(0, 26px) !important;
	}

	.content-hex {
		position: fixed;
		z-index: 9999;
		right: 50%;
		margin-right: -146px;
		top: initial;
		bottom: 17px;
	}

	.text-none {
		display: none;
	}

	.header_area {
		background-color: var(--black);
        height: 60px;
	}

	.header_area .navbar {
		height: 100%;
	}

	.header_area .navbar .logo-container {
		padding: 0;
	}

	.header_area .navbar .logo-container:last-child {
		display: none;
	}

	.header_area .menus-container .top-section {
		display: none;
	}

	.pl-0 {
		padding-left: 15px !important;
	}

	#correo_chart32_electr_chart243_nico_chart32_personal {
		max-width: 280px;
	}

	footer .slider {
		display: none;
	}

	nav.navbar.navbar-expand-lg.menu_one.menu_four {
		background: #000;
	}

	.navbar_fixed nav.navbar.navbar-expand-lg.menu_one.menu_four {
		background: #000;
	}

	.menu {
		margin-top: 20px;
	}

	.menu &gt; .nav-item &gt; .nav-link {
		min-height: 48px;
		padding-top: 10px;
	}

	.menu &gt; .nav-item {
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: 2px solid #656666;
	}

	.menu &gt; .nav-item + .nav-item {
		margin-left: 0;
	}

	#logo_caribe {
		width: 170px;
	}

	.link-mobile {
		display: inline;
	}

	.carousel-item {
		height: 690px;
	}

	.carousel-indicators {
		bottom: 0;
	}

	.carousel-item__description {
		display: none;
	}

	.carousel-full-2 {
		height: 220px;
	}

	.carousel-item__info {
		padding: 10px;
	}

	.carousel-item__title {
		line-height: initial;
		font-size: 0.8em;
		margin: 0;
	}

	.M21_ap_banners {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.M21_ap_banners .banner-content {
		height: 250px;
	}

	.contenedor-noticias-intra .M21_paginador_visible a img {
		display: block;
		margin: 20px auto;
		width: 100%;
	}

	#motor_noticias_prev {
		border-left: 1px solid #656666;
	}

	figure.effect-zoe figcaption {
		top: 0;
		left: 6%;
		height: auto;
		right: 6%;
	}

	.M21_box_msup_top {
		display: none;
	}

	.div_menu_categorias {
		position: absolute !important;
		top: 52px !important;
		width: 100% !important;
		left: 0 !important;
		background-color: #fff !important;
		border-top: solid 1px #656666 !important;
		text-align: center !important;
		display: none;
		z-index: 100 !important;
	}

	.footer_nine_bottom a {
		height: 48px;
		padding: 7px;
		display: inline-block;
	}
}

@media (max-width: 767px) {
	.div_menu_categorias {
		top: 122px !important;
	}

	.carousel-indicators {
		z-index: 800;
	}

	#mapa {
		height: 145px !important;
	}

	.recibe-1,
	.recibe-2 {
		padding: 0 !important;
		padding-top: 0 !important;
		width: 100%;
		padding-top: 20px;
		font-size: 13px !important;
	}

	section.suscribe-area {
		height: 130px;
	}

	.form_suscripcion {
		display: block !important;
	}

	.recibe-3 {
		padding-top: 0;
		display: flex;
		margin-bottom: 13px;
	}

	.contacto_empresa {
		width: 100% !important;
	}

	.footer_nine_bottom {
		margin-bottom: 50px;
	}

	.imput_suscripcion {
		width: 250px !important;
	}

	.carousel-control-prev {
		left: 4%;
		top: 14%;
	}

	.carousel-control-next {
		right: 4%;
		top: 14%;
	}

	.navbar-toggler:focus,
	.navbar-toggler:hover {
		text-decoration: none;
	}

	.video-responsive {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}

	.video-responsive embed,
	.video-responsive iframe,
	.video-responsive object {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.container {
		max-width: 100%;
	}

	.shop_list_item {
		margin-right: 0;
		margin-left: 0;
	}
}

.hex-img {
	margin-top: -17px;
}

.hex:nth-child(odd) {
	transform: translatex(36px);
	background-color: #656666;
}

.hex.hex-gap {
	margin-left: 86px;
}

.hex a,
.hex-evento a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.hex .corner-1,
.hex .corner-2,
.hex-evento .corner-1,
.hex-evento .corner-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	z-index: -2;
	overflow: hidden;
	backface-visibility: hidden;
}

.hex .corner-1,
.hex-evento .corner-1 {
	z-index: -1;
	transform: rotate(60deg);
}

.hex .corner-2,
.hex-evento .corner-2 {
	transform: rotate(-60deg);
}

.hex .corner-1:before,
.hex .corner-2:before,
.hex-evento .corner-1:before,
.hex-evento .corner-2:before {
	width: 173px;
	height: 173px;
	content: '';
	position: absolute;
	background: inherit;
	top: 0;
	left: 0;
	z-index: 1;
	background: inherit;
	background-repeat: no-repeat;
	backface-visibility: hidden;
}

.hex .corner-1:before,
.hex-evento .corner-1:before {
	transform: rotate(-60deg) translate(-87px, 0);
	transform-origin: 0 0;
}

.hex .corner-2:before.hex-evento .corner-2:before {
	transform: rotate(60deg) translate(-48px, -11px);
	bottom: 0;
}

.hex-evento {
	margin: 0 auto;
	top: 30px;
}

.texto-evento {
	font-size: 0.8em;
}

.contenido-evento h1.title {
	color: #656666;
	font-size: 1.2em;
	font-weight: 500;
	margin: 0;
}

.date {
	color: #FFF;
	line-height: 17px;
	font-weight: 600;
}

.contenido-evento {
	height: 210px;
}

.contenido-evento,
.elemento_evento .thumb {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.shop_list_item .single_product_item .single_pr_details .s_list_title {
	display: inline-block;
}

.single_product_item .single_pr_details h3 {
	color: #888B8D;
	margin-bottom: 5px;
}

.f_500 {
	font-weight: 500;
}

.f_size_22 {
	font-size: 22px;
}

.shop_list_item .single_product_item .single_pr_details {
	padding-bottom: 0;
}

.single_product_item .single_pr_details {
	padding: 28px 0;
}

.single_product_item .single_pr_details .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shop_list_item .single_product_item .single_pr_details .price {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 16px;
}

.single_product_item .single_pr_details .price ins {
	font-weight: 500;
	color: #888B8D;
	text-decoration: none;
	padding-right: 12px;
}

.single_product_item .single_pr_details .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #656666;
}

a:hover {
	text-decoration: none !important;
}

.f_300 {
	font-weight: 300;
}

.f_size_15 {
	font-size: 15px;
}

.shop_list_item .single_product_item .single_pr_details .pr_button .cart_btn {
	color: #656666;
	border: 1px solid #656666;
	border-radius: 45px;
	background: #656666;
	padding: 9px 28px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
}

.pr_details .cart_button .cart_btn:hover,
.shop_list_item
	.single_product_item
	.single_pr_details
	.pr_button
	.cart_btn:hover {
	color: #fff;
	background: #888B8D;
	border-color: #888B8D;
}

.pr_details .cart_button .cart_btn.back:hover {
	color: #fff;
	background: #656666;
	border-color: #656666;
}

.pr_details .pr_title {
	color: #888B8D;
}

.pr_details .price {
	color: #888B8D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding-top: 8px;
}

.pr_details .price ins {
	text-decoration: none;
	font-weight: 600;
	color: #888B8D;
	padding-right: 18px;
}

.pr_details .product-qty {
	display: inline-block;
	position: relative;
}

.pr_details .product-qty .ar_down,
.pr_details .product-qty .ar_top {
	position: absolute;
	background: #fff;
	border: 0;
	font-size: 12px;
	color: #888B8D;
	right: 5px;
	border-radius: 15px;
	padding: 0 15px 0 0;
}

.pr_details .product-qty .ar_top {
	top: 3px;
}

.pr_details .product-qty .ar_down {
	bottom: 3px;
}

.pr_details .product-qty .manual-adjust {
	width: 95px;
	border: 1px solid #888B8D;
	border-radius: 45px;
	background: #fff;
	text-align: center;
	height: 45px;
	outline: 0;
}

.pr_details .cart_button {
	display: inline-block;
}

.pr_details .cart_button .cart_btn,
.pr_details .cart_button .wish_list {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.pr_details .cart_button .cart_btn {
	border-radius: 45px;
	color: #888B8D;
	border: 1px solid #656666;
	background: #656666;
	min-width: 140px;
	text-align: center;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	outline: 0;
}

.pr_details .stock {
	color: #656666;
	vertical-align: middle;
	padding-top: 20px;
	display: inline-block;
}

.pr_details .stock:before {
	content: '\e64c';
	font-family: 'NouvelR Regular';
	color: #656666;
	padding-right: 10px;
}

.pr_details .product_meta li span {
	font-weight: 500;
	color: #888B8D;
	padding-right: 8px;
}

.t_color3 {
	color: #888B8D;
}

.single_product_item .single_pr_details h3 {
	color: #888B8D;
	margin-bottom: 5px;
}

.f_size_16 {
	font-size: 16px;
}

.single_product_item .single_pr_details h3:hover {
	color: #888B8D;
}

.img-gratitud {
	width: 179px;
	height: 179px;
	background-color: #fff;
	margin: 11px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #c7c6c6;
}

.boton2 {
	cursor: pointer;
	color: #fff !important;
	font-family: 'NouvelR Regular';
	background: #000;
	padding: 6.5px;
	display: inline-block;
	border: none;
	transition: 0.2s;
	padding-left: 25px;
	padding-right: 25px;
}

.primary1 {
	background-color: #656666;
	color: #000;
	padding: 1rem 0.75rem;
	border: 1px solid #656666;
	margin-right: 3px;
	display: inline;
}

.primary {
	background-color: #EFDF00;
	color: #000;
	padding: 0.45rem 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-color: #EFDF00;
	margin-right: 3px;
	font-family: 'NouvelR Regular';
}

.secundary {
	background-color: #000;
	color: #fff;
	padding: 1.06rem 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-color: #000;
	width: 80px;
	font-family: 'NouvelR Regular';
	text-align: center;
	display: inline-block;
}

@media (max-width: 600px) {
	.col-sm-12 img {
		max-width: 100%;
	}

	.pt-3 {
		display: inline !important;
	}

	.contiene_mapa {
		width: 100%;
		padding-left: 0;
	}

	.logos_foot {
		display: flex;
	}

	.col-4 {
		width: 100%;
		margin: 0 auto;
		max-width: 100%;
		margin-left: 0;
	}

	a {
		color: #000;
		text-decoration: none;
		background-color: transparent;
	}
}

@keyframes tooltips-horz {
	to {
		opacity: 0.9;
		transform: translate(0, 0);
	}
}

.h5 {
	font-size: 1rem !important;
}

h5 {
	font-size: 1.3rem !important;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}

.item-menu_bot ul li a {
	color: #fff;
}

.contiene_mapa {
	width: 64%;
	padding-left: 50px;
}

.contacto_empresa {
	width: 32%;
}

.logos_foot {
	color: #000;
	font-weight: 700;
	padding-top: 15px;
	padding-left: 10px;
}

.contiene_telefonos {
	color: #000;
	padding-left: 10px;
}

.col-md-5,
.col-md-6 {
	max-width: 100% !important;
}

.menu_inf &gt; a:hover {
	color: #EFDF00;
}

.iframe_cmnk {
	display: none;
}

span.toltip {
	display: block;
	position: relative;
	left: -120px;
	width: 110px;
	background-color: #000;
	top: 10px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	transform: translate(-15%, 0);
	opacity: 0;
}

.hex:nth-child(odd) span.toltip {
	background-color: #EFDF00;
}

.hex:hover span.toltip {
	animation: tooltips-horz 180ms ease-out forwards;
}

.content-banner-formulario {
	height: 95%;
	width: 400px;
	z-index: 5;
	bottom: 10px;
	background: #EFDF00;
	width: 100%;
	max-width: 410px;
	padding: 35px 0;
	padding-bottom: 0;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	text-align: left;
	position: absolute;
	font-size: 14px;
}

@media (min-width: 700px) {
	.content-banner-formulario {
		margin-left: 20px;
	}
}

@media (max-width: 699px) {
	.content-banner-formulario {
		max-width: 300px;
		margin: 0 auto;
	}
}

.content-banner-formulario .M21_ap_formulario {
	margin-top: 0;
}

.col-form {
	margin-top: 0;
}

.content-banner-formulario input[type='date'],
.content-banner-formulario input[type='number'],
.content-banner-formulario input[type='password'],
.content-banner-formulario input[type='text'],
.content-banner-formulario textarea {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #888B8D;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #656666;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ribbon {
	display: block;
	width: calc(100% + 22px);
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #888B8D;
	position: relative;
	margin: 0 0 0 -11px;
	color: #fff;
	bottom: 12px;
}

.ribbon:before {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	bottom: -10px;
	left: 0;
	border-top: 10px solid #888B8D;
	border-left: 10px solid transparent;
}

.ribbon:after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	right: 0;
	bottom: -10px;
	border-top: 10px solid #888B8D;
	border-right: 10px solid transparent;
}

figure.effect-zoe {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.collapse.navbar-collapse .sub_menu_movil,
.collapse.navbar-collapse .sub_menu_movil .M21_box_msup_top {
	display: none !important;
}

@media (max-width: 991px) {
	.collapse.navbar-collapse.show .sub_menu_movil .M21_box_msup_top a {
		padding-bottom: 0;
		border-bottom: 2px solid #656666;
		color: #fff;
		min-height: 48px;
		padding-top: 10px;
		display: block;
	}

	.collapse.navbar-collapse.show .sub_menu_movil,
	.collapse.navbar-collapse.show .sub_menu_movil .M21_box_msup_top {
		display: block !important;
	}
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 1025px) {
	.group_categorias {
		padding: 32px 0;
	}
}

@media (width &gt; 992px) {
	.navbar {
		padding: 0 24px 0 44px;
		height: 150px;
	}
	
	.menus-container {
		width: 100%;
	}
}</pre></body></html>