<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: 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/nouvel/NouvelR-Bold.woff2) format("woff");
    font-display: swap;
}

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

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

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

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

body {
	padding: 0;
	color: var(--black);
    font-size: 16px;
    overflow-x: hidden;
	font-family: 'NouvelR Book';
	font-size: 1rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.025em;
}

.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%;
    height: 100%;
	max-width: none;
}

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

.menus-container {
	height: 100%;
}

.menus-container .top-section {
	margin-left: 43px;
    padding-block: 12px;
	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% - 50px);
}

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

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

.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;
}

.blur-effect {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 400;
}

/*@supports(backdrop-filter: opacity( 1.0 )) {
    .blur-effect {
        backdrop-filter: blur(4px);
        background: rgba(0,0,0,0.01);
    }
}*/
.wrapper_cookie {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    padding: 25px;
    max-width: 480px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 500;
    text-align: center;
}

.wrapper_cookie.show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.wrapper_cookie img {
    max-width: 300px;
}

.wrapper_cookie .content {
    margin-top: 10px;
}

.content .header_cookies {
    font-size: 25px;
    font-weight: 600;
}

.content p {
    color: #666;
    margin: 5px 0 20px 0;
}

.content .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

.buttons button {
    padding: 10px 20px;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    margin: 0px 20px;
}

.item_deny {
    border: solid 1px #000;
    background: #FFF;
    color: #000;
    transition: all 0.3s ease;
}

.item_deny:hover {
    background: #000;
    color: #FFF;
}

.item_agree {
    border: solid 1px #000;
    background: #000;
    color: #FFF;
    transition: all 0.3s ease;
}

.item_agree:hover {
    border: solid 1px #efdf01;
    background: #efdf01;
    color: #000;
}

.links_cookies {
    align-items: center;
    justify-content: center;
}

.links_cookies a {
    color: #666;
    text-decoration: underline;
    font-size: 14px;
}

.link_cookie {
    margin-top: 10px;
}

.menu-superior-caribe {
    background-color: black;
    /*background-color: #ccc;*/
    font-size: .8em;
    color: #ffff;
}

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

.fa-chevron-left::before {
    content: "\f053";
    color: #fff;
}

.fa-chevron-right::before {
    content: "\f054";
    color: #fff;
}

.carousel-control {
    color: #fc3;
    font-size: 1.7em;
    text-shadow: none;
    margin-top: 150px;
    width: 32px;
    height: 60px;
    background-color: #000000c7;
    text-align: center;
    padding: 0;
    padding-left: 0;
    box-sizing: border-box;
    line-height: 42px;
    opacity: 1;
}

.carousel-control:hover {
    background-color: #555;
    color: #fc3;
    opacity: 1;
}

.carousel-control-prev {
    left: 0px;
    top: 12%;
}

.carousel-control-next {
    right: 0px;
    top: 12%;
}

.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(.4) sepia(1);
}

.header_area.navbar_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--black);
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .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, .125)
}

.header_area {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 20;
    top: 0;
    background-color: var(--black);
}

.menu&gt;.nav-item {
    position: relative;
    padding-bottom: 10.5px;
    padding-top: 10.5px
}

.menu&gt;.nav-item&gt;.nav-link {
    color: #ffff;
    padding: 0;
    -webkit-transition: color .3s ease 0;
    -o-transition: color .3s ease 0;
    transition: color .3s ease 0;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.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 .2s linear;
    -o-transition: all .2s linear;
    transition: all .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;
}

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

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

.menu&gt;.nav-item .dropdown-menu .nav-item .nav-link {
    padding: 0;
    white-space: nowrap;
    color: #000;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

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

.navbar-brand img {
    width: 45px
}

.carousel-item {
    height: 700px
}

figure.effect-zoe {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #3085a3;
    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: .45em;
    overflow: hidden;
    color: #3c4a50;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    background-color: rgba(120, 120, 120, .4);
    color: #f9f9f9
}

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

.menu_categoria {
	width: 15%;
}

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

.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: .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: #bdbdbd;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-family: "NouvelR Regular";
    height: 100px !important;
    border: 1px solid silver
}

.coment_m21_ap_post_txt {
    background-color: #dbdbdb;
    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;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .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, .5) 100%)
}

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

.description a {
    font-weight: 400;
    color: #000;
    text-decoration: none
}

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: .6em
}

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

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

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

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

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

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

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

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

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

.m21_oculto {
    display: none !important
}

.M21_ap_banners .M21box_nombre h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    opacity: 1;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1);
    word-spacing: -.15em;
    font-weight: 300;
    font-size: 1.3em;
    margin: 0
}

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

h1.title-page {
    text-align: center;
    font-weight: 200
}

.migasdepan {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem
}

.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: .2rem .65rem;
    margin-left: 0;
    line-height: 1.25;
    background-color: #acacac;
    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: .25rem
}

.migasdepan a {
    margin-right: 4px;
    margin-left: 4px;
    color: #000000;
    font-size: 13px;
}

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

.M21_ap_banners figcaption::before {
    width: 0;
    height: 0;
    border-left: 29px solid rgba(64, 63, 63, .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;
    min-height: 65px;
    align-items: center;
    justify-content: center;
}
.menu_sub_base5 a:after {
    display: block;
    content: "";
    width: 0;
    height: 1px;
    background: #efdf00;
    right: 0;
    left: auto;
    bottom: 0;
    position: absolute;
    -webkit-transition: width .2s linear;
    -o-transition: width .2s linear;
    transition: width .2s linear;
}

.menu_sub_base5 a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}

.M21_motor_pestamas_fondo a,
.menu_sub_base5 a {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    display: block;
    padding: .5rem 1rem;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    position: relative;
}

.M21_motor_pestamas_fondo a {
    border-radius: .25rem
}

.M21_motor_pestana_activa a {
    background-color: #d6d6dd;
    color: #fff;
    border-radius: .25rem
}

.menu_lateral {
    background-color: #000000
}

/*.menu_sub_base5 a:hover {
    border-bottom: 2px solid #efde02;
}*/

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

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

.M21_ap_formulario input[type=date],
.M21_ap_formulario input[type=text],
.M21_ap_formulario input[type=email],
.M21_ap_formulario textarea {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .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: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .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: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.campos_etiqueta_titulo {
    margin-bottom: 2em;
    height: 2em;
    padding: .33em;
    padding-left: 0;
    font-size: 1.06em;
    border-bottom: #333 .13em solid;
    width: 100%;
}

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

.M21box_content img {
    width: 100%
}

.M21_ap_noticias_contenido img {
    width: auto
}

.link-enlace-noticias {
    color: #000;
    font-size: 1em;
    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: #d7d6dd;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 54px
}

.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: .2s
}

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

#motor_noticias_nombre a {
    text-decoration: none
}

#motor_noticias_prev {
    font-size: .94em;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #b3b3b3;
    border-left: 0
}

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

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

section.suscribe-area {
    background-color: #777;
    height: 70px;
    color: #fff;
    position: relative
}

#correo_chart32_electr_chart243_nico_chart32_personal {
    font-size: .8em;
    color: #b3b3b3;
    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
}

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

.item-menu_bot ul a {
    color: #2b2f33;
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
    text-decoration: none -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

.footer_three .footer_top p {
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    position: relative;
}

.item-menu_bot ul a:hover p {
    color: #efdf00 !important;
}

.item-menu_bot ul a p:before {
    content: "";
    width: 0;
    height: 1px;
    background: #efdf00;
    right: 0;
    left: auto;
    bottom: 0;
    position: absolute;
    -webkit-transition: width .2s linear;
    -o-transition: width .2s linear;
    transition: width .2s linear;
}

.item-menu_bot ul a p:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}

.item-menu_bot ul a p {
    margin: 0;
    color: #000;
    display: block;
}

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

p.p_pata_title {
    font-size: 1rem;
    font-weight: 700;
}

.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: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .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: var(--white);
}

.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: var(--white);
}

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

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

.navbar-toggler {
    outline: 0
}

.menu_toggle .hamburger-cross span {
    display: block;
    background: #fefefe;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .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: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    background: var(--white);
}

.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: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

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

li.parent_li {
    list-style: none;
}

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: 180px;
    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 (min-width: 991px) {
    .mobile-menu {
		display: none;
	}

    .click_vehiculos:active {
        background: #fc3
    }

    .item-vehicle {
        width: 100%
    }

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

    .menu_top_item {
        color: #fff !important;
        font-size: .8571428571em;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        height: 32px;
        line-height: 32px;
        text-transform: capitalize;
    }

    .navbar {
        padding: 0
    }

    .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 .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .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: 70px;
    height: 40px;
    background-color: #5f576e;
    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: 991px) {
    .M21box_content img {
        width: 100%
    }

    .M21box_content iframe {
        width: 100%;
        height: 100%
    }

    .hex {
        width: 45px;
        height: 25px;
        margin: 18px 5px;
        display: inline-block
    }

    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 .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: #fff
    }*/
    /*    .navbar_fixed nav.navbar.navbar-expand-lg.menu_one.menu_four {
        background: #fff
    }*/

    .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 #555
    }

    .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: .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 #b3b3b3
    }

    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 #ddd !important;
        text-align: center !important;
        display: none;
        z-index: 100 !important
    }

    .header_area .navbar {
		height: 100%;
	}

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

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

@media (min-width: 1281px) {

    .float-menu{
        right: -10px;
        top: 78px;
        width: 100px;
        position: fixed;
        z-index: 9998
    }
}

@media (max-width: 767px) {
    .viewer360{
        max-width: 400px;
        margin: 0px auto !important;
    }
    .div_menu_categorias {
        top: 207px !important
    }

    #mapa {
        height: 145px !important
    }

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

    section.suscribe-area {
        height: 130px
    }

    .form_suscripcion {
        display: block !important
    }

    .recibe-3 {
        padding-top: 10px;
        display: flex
    }

    .imput_suscripcion {
        width: 260px !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: #7fa9a8
}

.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: .8em
}

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

.date {
    color: #fdfdfd;
    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, .3)
}

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

.single_product_item .single_pr_details h3 {
    color: #282835;
    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: #282835;
    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: #677294
}

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: #677294;
    border: 1px solid #e7e7f6;
    border-radius: 45px;
    background: #f9f9fc;
    padding: 9px 28px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .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: #5f576e;
    border-color: #5f576e
}

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

.pr_details .pr_title {
    color: #282835
}

.pr_details .price {
    color: #677294;
    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: #282835;
    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: #677294;
    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 #5f576e;
    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 .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

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

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

.pr_details .stock:before {
    content: "\e64c";
    color: #7fa9a8;
    padding-right: 10px
}

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

.t_color3 {
    color: #222d39
}

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

.f_size_16 {
    font-size: 16px
}

.single_product_item .single_pr_details h3:hover {
    color: #5f576e
}

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

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

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

.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: .2s;
    padding-left: 25px;
    padding-right: 25px
}

.primary1 {
    background-color: #f2f2f2;
    color: #000;
    padding: 1rem .75rem;
    border: 1px solid #f2f2f2;
    margin-right: 3px;
    font-family: "NouvelR Regular"
}

.primary {
    background-color: #facd48;
    color: #000;
    padding: .45rem .75rem;
    border: 1px solid rgba(0, 0, 0, .125);
    border-color: #facd48;
    margin-right: 3px;
    font-family: "NouvelR Regular"
}

.secundary {
    background-color: #000;
    color: #fff;
    padding: 1.06rem .5rem;
    border: 1px solid rgba(0, 0, 0, .125);
    border-color: #000;
    width: 80px;
    font-family: "NouvelR Regular"
}

@media (max-width: 600px) {
    .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: .9;
        transform: translate(0, 0)
    }
}

.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 #555;
        color: #ffffff;
        min-height: 48px;
        padding-top: 10px;
        display: block;
        font-weight: 700;
    }

    .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 embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.contacto_web {
    display: inline-block;
    width: 32.3%;
    width: calc(32.3% - 4px);
    margin-right: 10px
}

.contacto_web a {
    width: 100%;
    display: block;
}

@media(max-width:600px) {
    .col-4 {
        width: 100%
    }
}

#titulo_contac {
    text-align: center;
    font-size: 24pt;
    margin-bottom: 30px
}

#contenedor_contac {
    margin: 0 auto;
    margin-bottom: 30px
}

.contacto_web img {
    width: 30px;
    vertical-align: middle;
    display: inline-block
}

@media(max-width:600px) {
    .contacto_web {
        width: 100%;
        display: block;
        margin-bottom: 10px
    }
}

.contacto_redes {
    display: inline-block;
    width: 32.3%;
    width: calc(32.3% - 4px);
    margin-right: 10px
}

.contacto_redes a {
    width: 100%;
    display: block;
}

#contenedor_contac_2 {
    margin: 0 auto;
    margin-bottom: 0;
    margin-bottom: 30px
}

@media(max-width:600px) {
    .col-4 {
        width: 100%
    }
}

.contacto_redes {
    display: inline-block;
    width: 32.3%;
    width: calc(32.3% - 4px);
    margin-right: 10px
}

#contenedor_contac_2 {
    margin: 0 auto;
    margin-bottom: 0;
    margin-bottom: 30px
}

@media(max-width:600px) {
    .col-4 {
        width: 100%
    }
}

#titulo_redes {
    text-align: center;
    font-size: 24pt;
    margin-bottom: 30px
}

#contenedor_redes {
    margin: 0 auto;
    margin-bottom: 30px
}

.contacto_redes img {
    width: 30px;
    vertical-align: middle;
    display: inline-block
}

.contacto_redes:hover a {
    background-color: #fd3
}

@media(max-width:600px) {
    .contacto_redes {
        width: 100%;
        display: block;
        margin-bottom: 10px
    }
}

@media only screen and (min-device-width :320px) and (max-device-width :568px) {

    .M21_ap_comentarios_comentario textarea {
        width: 100%;
    }
}

.btn {
    border-radius: .10rem;
    font-family: "NouvelR Regular" !important;
}

a.btn.btn-dark:hover {
    background-color: #efdf00;
    color: #343a3f;
    border-color: #efdf00;
}

.btn-dark,
.btn-outline-dark:hover {
    background-color: #000000;
}

.boton {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .10rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: "NouvelR Regular" !important;

}

.boton:hover {
    background-color: #efdf00;
    color: #343a3f;
    border-color: #efdf00;
}

.iframe_cmnk {
    display: none;
}

.whatsapp a.nombre_menu {
    font-weight: bold;
}

.footer_three {
    background: white;
}

.footer_top {
    border-bottom: 1px solid #ffffff;
    padding: 60px 0 60px;
}

.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 56px;
    color: #7f88a6;
}

.footer_three .footer_bottom {
    color: #b2b6c4;
}

.f_size_15 {
    font-size: 15px;
}

.l_height28 {
    line-height: 28px;
}

.f_300 {
    font-weight: 300;
}

element.style {}

.footer_three .footer_top p {
    color: #b2b6c4;
}

.mt_30 {
    margin-top: 30px;
}

.f_p {
    font-family: "NouvelR Regular";
}

.footer_three .footer_top {
    border-color: #252130;
    color: #b2b6c4;
}

.footer_three .footer_top .f_widget.about-widget .f_list li a,
.footer_three .footer_top p,
h3.f-title.f_600.f_size_18.mb_40,
.footer_bottom a {
    color: #000000;
}

h3.f-title {
    font-size: 18px;
}

.footer_three .footer_top .social_icon {
    margin-top: 42px;
}

.footer_three .footer_top .social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #8a8e9b;
    font-size: 14px;
    line-height: 45px;
    background: #e7d901;
    text-align: center;
    display: inline-block;
    margin-right: 12px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.f_widget .widget-wrap {
    margin-top: 35px;
}

.dark_widget .widget-wrap p span {
    color: #fff;
}

.f_subscribe {
    position: relative;
    margin-top: 40px;
}

.f_subscribe .form-control {
    font: 300 14px poppins, sans-serif;
    color: #333;
    border: 1px solid #e2e7f3;
    border-radius: 3px;
    background: #e9ecf3;
    padding-left: 25px;
    height: 54px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.f_subscribe button {
    position: absolute;
    right: 25px;
    background: 0 0;
    padding: 0;
    color: #222d39;
    font-size: 16px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dark_widget .f_subscribe button {
    color: #fff;
}

.dark_widget .f_subscribe .form-control {
    background: 0 0;
    border-color: #202430;
}

.f_400 {
    font-weight: 400;
}

.footer_dark_three .dark_widget .widget-wrap p a {
    color: #fff;
}

.footer_top_separator {
    background-color: black;
    color: white;
    text-align: center;
}

h1,
h2,
h3 {
    font-weight: 700 !important;
    font-size: 1.8rem !important;
    text-transform: uppercase;
}

h1, 
h2, 
h3, 
h4, 
h5 {
    font-family: 'NouvelR Bold' !important;
}

/*.carousel-indicators li.active div {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #eedf00;
    margin-left: -2.5px;
    margin-top: -2.5px;
    border-radius: 50%;
}*/
.carousel-indicators li {
    opacity: 1;
}

.carousel-indicators li.active {
    background-color: #eedf00;
}

div#carouselIndicators {
    margin-top: 150px;
}


.fab {
    background-color: transparent;
    height: 64px;
    width: 64px;
    transition: height 300ms;
    transition-timing-function: ease;
    position: fixed;
    right: 50px;
    bottom: 50px;
    text-align: center;
    overflow: hidden;
    z-index: 999;
}

.fab:hover {
    height: 435px;
}

.fab:hover .mainop {
    transform: rotate(180deg);
}

.mainop {
    margin: auto;
    width: 100%;
    height: 66px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: transform 300ms;
    background-color: #efdf00;
    z-index: 6;
    font-size: 16px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
}

.mainopShadow {
    width: 66px;
    height: 66px;
    position: absolute;
    right: 50px;
    bottom: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.mainop i {
    color: black;
    line-height: 64px;
}

.minifab {
    position: relative;
    width: 66px;
    height: 66px;
    z-index: 5;
    float: left;
    margin-bottom: 8px;
    background-color: black;
    transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding-top: 10px;
}

.minifab:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.minifabIcon {
    height: 24px;
    width: 24px;
    margin-top: 12px;
}

div#carouselIndicators:before {
    /*content: "";*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    height: auto;
    /*background-image: linear-gradient( 
270deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.9));*/
    z-index: 1;
}

.icon-footer-button img {
    width: 30px;
    display: block;
    margin: 0px auto;
}

.minifab img {
    width: 33px;
    display: block;
    margin: 0px auto;
}

.minifab small {
    font-size: 10px;
    color: #fff;
    margin-top: -2px;
    display: block;
}

.minifab a {
    display: block;
    width: 100%;
    height: 100%;
}

nav.navbar.navbar-expand-lg.menu_one.menu_four {
    background-color: black;
}

#logo_caribe {
    filter: invert(100%);
    position: relative;
    top: -15px;
}

.footer_top_separator a {
    color: white;
    display: block;
    width: 100%;
    height: 100%;

}

.button-footer {
    transition: all .2s linear;
}

.button-footer:hover {
    transition: all .2s linear;
    background-color: #efde02;
}

a#menu_vehiculos {
    background: black !important;
    color: #fff;
}

@media (max-width: 600px) {

    div#carouselIndicators {
        margin-top: 56px;
    }

    .contacto_redes.col-4,
    .contacto_web.col-4 {
        padding: 0px !important;
    }

    .item-menu_bot {
        text-align: center;
        margin-top: 25px;
    }
}

.form-control {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
}

.form-group label {
    font-weight: lighter;
    font-family: "nouvelr light";
    font-size: 13px;
    margin-bottom: 0px !important;
    display: block;
    color: #000;
}

.form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #efde02 !important;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus {
    color: #000;
    background-color: #efde02;
    border-color: #efde02; 
}

input#boton_enviar {
    width: 220px;
    display: block;
    margin: 1.5rem auto;
}

.viewer360 {
    width: 960px;
    margin: -130px auto;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    cursor: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDF7ZmlsbDojMDAwfTwvc3R5bGU+PGcgaWQ9IlhNTElEXzFfIiBvcGFjaXR5PSIuOCI+PHBhdGggY2xhc3M9InN0MSIgZD0iTTMyLjQgNDUuN2MtMyAwLTUuNy0xLjEtNy44LTMuMmwtNi45LTdjLS43LS43LTEtMS42LTEtMi40cy40LTEuOCAxLTIuNGMuNy0uNyAxLjYtMSAyLjQtMWgxLjFWMTcuOGMwLTEuOSAxLjYtMy41IDMuNS0zLjVzMy41IDEuNiAzLjUgMy41djMuMWwuMS0uMWMuNC0uMiAxLS40IDEuNS0uNCAxLjIgMCAyLjMuNiAzIDEuNmwuMS4xLjEtLjFjLjYtLjQgMS4zLS43IDItLjcgMS42IDAgMi45IDEgMy4zIDIuNGwuMS4xLjEtLjFjLjUtLjIgMS4xLS40IDEuNi0uNCAxLjkgMCAzLjUgMS42IDMuNSAzLjV2Ny43Yy0uMSA2LjItNS4xIDExLjItMTEuMiAxMS4yem0tNi41LTQuNWMxLjcgMS43IDQuMSAyLjcgNi41IDIuNyA1LjEgMCA5LjMtNC4yIDkuMy05LjN2LTcuN2MwLS45LS43LTEuNi0xLjYtMS42LS45IDAtMS42LjctMS42IDEuNmgtMS45VjI1YzAtLjktLjctMS42LTEuNi0xLjZzLTEuNi43LTEuNiAxLjZ2MS45aC0xLjl2LTNjMC0uOS0uNy0xLjYtMS42LTEuNnMtMS42LjctMS42IDEuN3YyLjloLTEuOXYtOS4xYzAtLjktLjctMS42LTEuNi0xLjYtLjkgMC0xLjYuNy0xLjYgMS42djE2LjNoLTEuOXYtMi42aC0xLjFjLS40IDAtLjkuMS0xLjIuNC0uMy4zLS40LjctLjQgMS4yIDAgLjQuMS45LjQgMS4ybDYuOCA2LjloLjF6Ii8+PHBhdGggaWQ9IlhNTElEXzZfIiBjbGFzcz0ic3QxIiBkPSJNNTQuMyAzOC4zTDUzIDM2LjlsNC40LTQuMy00LjQtNC40IDEuMy0xLjQgNS43IDUuOHoiLz48cGF0aCBpZD0iWE1MSURfNV8iIGNsYXNzPSJzdDEiIGQ9Ik00OC4zIDMxLjZoMTAuM3YxLjlINDguM3oiLz48cGF0aCBpZD0iWE1MSURfNF8iIGNsYXNzPSJzdDEiIGQ9Ik01LjYgMzguM0wwIDMyLjZsNS42LTUuN0w3IDI4LjJsLTQuNCA0LjRMNyAzNi45eiIvPjxwYXRoIGlkPSJYTUxJRF8zXyIgY2xhc3M9InN0MSIgZD0iTTEuMyAzMS42aDEwLjN2MS45SDEuM3oiLz48L2c+PC9zdmc+"),move;
}

.viewer360.cliked {
    cursor: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDB7ZmlsbDojMDAwfTwvc3R5bGU+PGcgaWQ9IlhNTElEXzFfIj48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzIuOSA0Mi42Yy0zIDAtNS43LTEuMS03LjgtMy4ybC02LjktN2MtLjctLjctMS0xLjYtMS0yLjQgMC0uOS40LTEuOCAxLTIuNC43LS43IDEuNi0xIDIuNC0xaDEuMXYtNS4xbC4xLS4xYy4yLTEuNyAxLjctMyAzLjQtMyAuNyAwIDEuNC4yIDIgLjdsLjEuMS4xLS4xYy43LTEgMS43LTEuNiAzLTEuNnMyLjMuNiAzIDEuNmwuMS4xLjEtLjFjLjYtLjQgMS4zLS43IDItLjcgMS4yIDAgMi4zLjYgMyAxLjZsLjEuMS4xLS4xYy42LS40IDEuMy0uNyAyLS43IDEuOSAwIDMuNSAxLjYgMy41IDMuNXY4LjdDNDQgMzcuNiAzOSA0Mi42IDMyLjkgNDIuNnpNMjAuNiAyOC4zYy0uNCAwLS45LjEtMS4yLjQtLjMuMy0uNC43LS40IDEuMnMuMS45LjQgMS4ybDYuOSA3YzEuNyAxLjcgNC4xIDIuNyA2LjUgMi43IDUuMSAwIDkuMy00LjIgOS4zLTkuM3YtOC43YzAtLjktLjctMS42LTEuNi0xLjYtLjkgMC0xLjYuNy0xLjYgMS42di45SDM3di0xLjljMC0uOS0uNy0xLjYtMS42LTEuNnMtMS42LjctMS42IDEuNnYxLjlIMzJ2LTNjMC0uOS0uNy0xLjYtMS42LTEuNnMtMS42LjctMS42IDEuNnYzaC0xLjl2LTEuOWMwLS45LS43LTEuNi0xLjYtMS42LS45IDAtMS42LjctMS42IDEuNnY5LjZoLTEuOXYtMy4xaC0xLjJ6Ii8+PHBhdGggaWQ9IlhNTElEXzVfIiBjbGFzcz0ic3QwIiBkPSJNNTQuNCAzNS43TDUzIDM0LjRsNC40LTQuNC00LjQtNC40IDEuNC0xLjNMNjAgMzB6Ii8+PHBhdGggaWQ9IlhNTElEXzRfIiBjbGFzcz0ic3QwIiBkPSJNNDguMyAyOWgxMC4zdjEuOUg0OC4zeiIvPjxwYXRoIGlkPSJYTUxJRF8zXyIgY2xhc3M9InN0MCIgZD0iTTUuNyAzNS43TDAgMzBsNS43LTUuN0w3IDI1LjYgMi42IDMwIDcgMzQuNHoiLz48cGF0aCBpZD0iWE1MSURfMl8iIGNsYXNzPSJzdDAiIGQ9Ik0xLjMgMjloMTAuM3YxLjlIMS4zeiIvPjwvZz48L3N2Zz4="),move;
}

.viewer360 img {
    position: absolute;
    bottom: 0px;
    left: 0;
    opacity: 0;
    width: 100%;
}
nav.nav-corousel-360 {
    position: relative;
    z-index: 9999;
}

@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>