@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
# Normalize
# Forms
# Links
# Transitions
# Utilities
# Header
# Panel Side Mobile
# Footer
# Animaciones

## Hero
## Plantas

## Play video
## Whatsapp flotante

## Breve info
## Recomendamos
## Espacialidad
## Terraza
## Armonia
## Calidad
## Ubicación

## Zoom Imagen
## PopUp
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* @font-face {
    font-family: 'gotham_roundedlight';
    src: url('../../assets/fonts/gothamrnd_light-webfont.woff2') format('woff2'),
         url('../../assets/fonts/gothamrnd_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'D-DIN-Condensed-Bold';
    src:  url('../../assets/fonts/D-DIN-Condensed-Bold.ttf.woff') format('woff'),
    url('../../assets/fonts/D-DIN-Condensed-Bold.ttf.svg#D-DIN-Condensed-Bold') format('svg'),
    url('../../assets/fonts/D-DIN-Condensed-Bold.ttf.eot'),
    url('../../assets/fonts/D-DIN-Condensed-Bold.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    color: #000000;
    position: relative;
    scroll-behavior: smooth;
}

p {
    font-weight: 300;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Playfair Display", serif;
}

img {
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
label {
    font-size: 14px;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  border: 0;
  background-color: #fff;
  border-radius: 6px;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input:focus,
select:focus {
  outline: 1;
}

input:focus-visible,
select:focus-visible {
  outline: 1;
}

button,
input,
select,
textarea {
    color: #000;
    font-weight: 400;
    font-size: 1rem;
    word-break: break-word;
    box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    width: 100%;
    color: #000;
    border: 1;
    background: #fff;
    padding: 11px 11px;
    box-sizing: border-box;
    outline: none;
    font-size: 1rem;
    font-weight: 400;
    border-bottom: 1;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus {
  color: #000;
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=search]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=range]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=month]:focus::placeholder,
input[type=week]:focus::placeholder,
input[type=time]:focus::placeholder,
input[type=datetime]:focus::placeholder,
input[type=datetime-local]:focus::placeholder,
input[type=color]:focus::placeholder,
textarea:focus::placeholder {
  color: #000;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

select {
  border: none;
  background: transparent;
  outline: none;
  border-bottom: 1px solid #000;
}

/* textarea {
  width: 100%;
  height: 130px;
  vertical-align: top;
  border: 0 !important;
} */

.ancla {
    scroll-margin-top: 80px;
    scroll-behavior: smooth;
}

.select_custom {
    position: relative;
    width: 100%;
}

.select_custom::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18px' height='18px' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' d='M8.2 275.4c0-8.6 3.4-17.401 10-24.001c13.2-13.2 34.8-13.2 48 0l451.8 451.8l445.2-445.2c13.2-13.2 34.8-13.2 48 0s13.2 34.8 0 48L542 775.399c-13.2 13.2-34.8 13.2-48 0l-475.8-475.8c-6.8-6.8-10-15.4-10-24.199'/%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
    pointer-events: none;
    line-height: 0px;
}

.select_custom select {
    width: 100%;
    font-weight: 400;
    padding: 11px 11px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #c2c2c2;
}

.select_custom select:focus {
    color: #000;
}

.solid-btn {
    color: #fff;
    background: #2a2a54;
    border: 2px solid #2a2a54;
    border-radius: 40px;
    width: 100%;
    font-weight: 600;
}

.solid-btn:hover {
    color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgb(42 42 84 / .2);
    box-shadow: 0 20px 30px 0 rgb(42 42 84 / .2);
}

button, 
[type="button"], 
[type="reset"], 
[type="submit"] {
    -webkit-appearance: button;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c2c2c2;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #c2c2c2;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #c2c2c2;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #c2c2c2;
}

.btn {
    font-size: .7rem;
    padding: 5px 20px;
  border-radius: 50px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.btnSubmit {
    padding: 13px;
    border: 1px solid #000;
    border-radius: 50px;
    font-size: 1.125rem;
    line-height: 1;
    width: 134px;
    max-width: 100%;
    transition: all .5s ease;
}

.btnSubmit:hover {
    background-color: #000;
    color: #fff;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
a, .Web-Header, .Web-Header.Sticky, .cta, img, .menu,
.panel-overlay, {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: normal;
    color: #a4a4a4;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.Main-Wrapper {
    display: block;
    position: relative;
    overflow: hidden;
}

.main-border::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 2;
}

.main-border::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #f4f4f4;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 2;    
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.cta {
    background-color: #f5efe2;
    padding: 15px 32px;
    border: 1px solid #f5efe2;
    color: #2a2a54;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 0.813rem;
    line-height: 1;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    border-radius: 6px;
    position: relative;
}

/*.cta::after {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 16 9"%3E%3Cpath fill="white" d="M12.5 5h-9c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h9c.28 0 .5.22.5.5s-.22.5-.5.5"%2F%3E%3Cpath fill="white" d="M10 8.5a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71l3.15-3.15l-3.15-3.15c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l3.5 3.5c.2.2.2.51 0 .71l-3.5 3.5c-.1.1-.23.15-.35.15Z"%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    top: 50%;
    transform: translateY(-12px);
    right: 24px;
    line-height: normal;
}*/

.cta:hover {
    color: #2a2a54b3;
    text-decoration: none;
}

.cta_2 {
    background-color: transparent;
    border: 1px solid #A8A193;
    padding: 12px 50px;
    color: #A8A193;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    position: relative;
}

.cta_2:hover {
    background-color: #A8A193;
    color: #fff;
    text-decoration: none;
}

.parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    top: 0;
    left: 0;
}

.panel-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1010;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
}

.panel-overlay.active {
    opacity: 1;
    visibility: visible;
}

.img-rounded {
    border-radius: 20px;
}

.htmlHidden {
    overflow: hidden;
}

.seccion {
    padding: 110px 0;
}

.shape_top::before {
    content: '';
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 60px;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
    z-index: 1;
}

.bg_marron {
    background-color: #946d64;
}

.bg_beige {
    background-color: #e8e4dd;
}

.text_marron {
    color: #6c5552;
}

.text_refe {
    color: #7A8779;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.625rem;
    line-height: 1;
    margin-top: 1rem;
    margin-bottom: 0;
    letter-spacing: 1px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.Web-Header {
    transition: all .3s ease-in-out;
    padding: 32px 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.main-header .header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.header-row > [class^=col-header] {
    display: flex;
    align-items: stretch;
    position: static;
}

.header-row .col-header {
    flex-basis: 0;
    flex-grow: 0.4;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
}

.header-row .col-header.col-logo {
    flex-grow: 0.3;
    align-items: center;
    min-width: 170px;
}

.header-row .col-header.col-nav {
    -ms-flex-pack: center;
    justify-content: center;
    flex-grow: 0.4;
}

.header-row .col-header.col-header_right {
    -ms-flex-pack: center;
    justify-content: flex-end;
    flex-grow: 0.3;
}

.header-logo .logo {
    width: 164px;
}

.header-redes {
    line-height: 0;
}

.header-redes > a {
    display: inline-block;
    margin-left: 10px;
}

.main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

.main-navigation > ul {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.main-navigation ul {
    font-weight: 600;
    font-size: 0.813rem;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.main-navigation > ul > li {
    margin: 0px 17px;
    padding: 0px 0px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-navigation ul > li > a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    text-transform: uppercase;
    background: transparent;
}

.main-navigation ul > li > a.dest {
    border-radius: 30px;
    padding: 7px 22px;
    background-color: #ffffff;
    margin-left: 20px;
}

.main-navigation ul > li > a.active {
/*    border-bottom: 2px solid #009fe3;*/
}

.main-navigation ul > li > a.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 38px;
    width: 100%;
    height: 1px;
    background-color: #009fe3;
}

.menu-burger {
    position: relative;
    width: 42px;
    height: 100%;
    max-height: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 32px;
    cursor: pointer;
    padding: 0px;
}

.menu-burger > span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
}

.ic-facebook {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M14 13.5h2.5l1-4H14v-2c0-1.03 0-2 2-2h1.5V2.14c-.326-.043-1.557-.14-2.857-.14C11.928 2 10 3.657 10 6.7v2.8H7v4h3V22h4z'/%3E%3C/svg%3E");
}

.ic-facebook_02::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M14 13.5h2.5l1-4H14v-2c0-1.03 0-2 2-2h1.5V2.14c-.326-.043-1.557-.14-2.857-.14C11.928 2 10 3.657 10 6.7v2.8H7v4h3V22h4z'/%3E%3C/svg%3E");
}

.ic-twitter {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23009fe3' fill-rule='evenodd' d='M15.022 3.343c.508-.087 1.077-.116 1.613-.025a4.85 4.85 0 0 1 2.54 1.273c.456.01.905-.08 1.302-.208a5.36 5.36 0 0 0 1.098-.501l.009-.006a.75.75 0 0 1 1.042 1.037c-.207.315-.496.877-.819 1.507l-.155.301c-.185.36-.375.724-.552 1.036c-.111.196-.23.395-.35.567v.274A12.34 12.34 0 0 1 8.287 21.03a12.32 12.32 0 0 1-6.694-1.97a.75.75 0 0 1 .5-1.375a7.471 7.471 0 0 0 4.033-.642a4.858 4.858 0 0 1-2.61-2.922a.75.75 0 0 1 .147-.722l.01-.01A4.848 4.848 0 0 1 2.05 9.793v-.052a.75.75 0 0 1 .553-.724A4.84 4.84 0 0 1 2.09 6.84a4.9 4.9 0 0 1 .65-2.442a.75.75 0 0 1 1.232-.1a10.89 10.89 0 0 0 7.006 3.93a4.85 4.85 0 0 1 2.562-4.406c.402-.214.934-.385 1.482-.479m-11.28 7.548a3.35 3.35 0 0 0 2.503 2.164a.75.75 0 0 1 .072 1.453c-.272.083-.551.14-.834.173a3.358 3.358 0 0 0 2.59 1.3a.75.75 0 0 1 .45 1.339a8.97 8.97 0 0 1-3.548 1.695a10.82 10.82 0 0 0 3.313.515h.009A10.838 10.838 0 0 0 19.25 8.607v-.535a.75.75 0 0 1 .186-.495c.07-.079.19-.261.36-.56c.16-.282.338-.622.523-.981l.033-.066a4.992 4.992 0 0 1-1.593.097a.75.75 0 0 1-.47-.237a3.35 3.35 0 0 0-1.904-1.032a3.42 3.42 0 0 0-1.11.025a3.605 3.605 0 0 0-1.028.323a3.35 3.35 0 0 0-1.678 3.74a.75.75 0 0 1-.767.925a12.39 12.39 0 0 1-8.149-3.627a3.41 3.41 0 0 0-.063.657v.002a3.34 3.34 0 0 0 1.486 2.785A.75.75 0 0 1 4.64 11a4.798 4.798 0 0 1-.897-.11' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.ic-instagram {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23009fe3' d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4zm9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3'/%3E%3C/svg%3E");
}

.ic-x::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M9.294 6.928L14.357 1h-1.2L8.762 6.147L5.25 1H1.2l5.31 7.784L1.2 15h1.2l4.642-5.436L10.751 15h4.05zM7.651 8.852l-.538-.775L2.832 1.91h1.843l3.454 4.977l.538.775l4.491 6.47h-1.843z'/%3E%3C/svg%3E");
}

.navigation-sticky {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    padding: 10px 0;
}

.Web-Header.Sticky .navigation-sticky {
    top: 0;
    opacity: 1;
}

.navigation-sticky .main-navigation ul > li > a.dest {
    background-color: #000;
    color: #fff;
}

.navigation-sticky .main-navigation .subMenu li a {
    padding: 0;
}

.main-navigation.main-navigation_mob > ul > li {
    margin: 0;
}

.main-navigation.main-navigation_mob > ul > li > a.dest {
    padding: 6px 16px;
    margin-left: 10px;
}

.header-style-2 .main-navigation ul > li > a.dest {
    border: 1px solid #000;
}

.col-header.col-header_right .main-navigation > ul > li {
    margin: 0px 9px;
}

.col-header.col-header_right .main-navigation > ul > li:last-child {
    margin-right: 0;
}

.main-navigation ul > li > a.cta_tienda {
    color: #fff;
    border-radius: 6px;
    max-width: 156px;
    padding: 13px 13px;
    border: 1px solid #f5efe2;
    line-height: 1;
}

.main-navigation ul > li > a.cta_tienda:hover {
    background-color: #f5efe2;
    color: #2a2a54;
}

.navigation-sticky .main-navigation ul > li > a {
    color: #363a3b;
}

.navigation-sticky .main-navigation ul > li > a.cta_tienda {
    color: #2a2a54;
    border: 1px solid #e5a96f;
    background-color: #e5a96f;
}

.navigation-sticky .main-navigation ul > li > a.cta_tienda:hover {
    background-color: transparent;
}

.navigation-sticky .header-logo .logo {
    width: 100px;
}

.navigation-sticky .menu-burger {}

.navigation-sticky .menu-burger > span {
    background-color: #000;
}

.dropdown-menu {
    min-width: 15rem !important;
    width: 100% !important;
    background-color: #fff !important;
    padding: 16px 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
    transform: translate(0px, 55px) !important;
}

.dropdown-menu li {
    margin-bottom: 10px !important;
}

.dropdown-menu li:last-child {
    margin-bottom: 0 !important;
}

.dropdown-menu li a {
    padding: 0 !important;
    color: #2a2a54 !important;
    font-size: 0.813rem !important;
    font-weight: 600 !important;
    text-transform: math-auto !important;
    background-color: transparent !important;
}

.dropdown-menu li a:hover {
    color: #2a2a54 !important;
    background-color: transparent !important;
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 36px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    transform: rotate(45deg);
}

.navigation-sticky .main-navigation ul > li.dropdown > .dropdown-menu {
    transform: translate(0px, 61px) !important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

#mobile-menu-active .dropdown-menu {
    transform: translate(0px, 24px) !important;
}

#mobile-menu-active .dropdown-menu::before {
    visibility: hidden;
    opacity: 0;
}

#mobile-menu-active .dropdown-menu li a {
    background-color: transparent !important;
}

/*--------------------------------------------------------------
# cambio de imagen en card
--------------------------------------------------------------*/
.imagen {
    transition: opacity 1s ease-in-out;
  }

  .imagen-ve:hover {
    content: url('../img/cafe-fondo/ve.jpg');
  }
  .imagen-ne:hover {
    content: url('../img/cafe-fondo/ne.jpg');
  }
  .imagen-ge:hover {
    content: url('../img/cafe-fondo/ge.jpg');
  }
  .imagen-lb:hover {
    content: url('../img/cafe-fondo/lb.jpg');
  }
  .imagen-lr:hover {
    content: url('../img/cafe-fondo/lr.jpg');
  }
  .imagen-evo:hover {
    content: url('../img/maquinas/evo-1g_2.jpg');
  }
  .imagen-evo2:hover {
    content: url('../img/maquinas/evo-2g_2.jpg');
  }
  .imagen-ib7:hover {
    content: url('../img/maquinas/ib7_2.jpg');
  }
  .imagen-vetro:hover {
    content: url('../img/maquinas/gaggia-vetro_2.jpg');
  }
  .imagen-precisa:hover {
    content: url('../img/maquinas/gaggia-la-precisa_2.jpg');
  }
  .imagen-nera:hover {
    content: url('../img/maquinas/gaggia-la-nera_2.jpg');
  }
  .imagen-cento:hover {
    content: url('../img/maquinas/carimali-cento-1g_2.jpg');
  }
  .imagen-cento2:hover {
    content: url('../img/maquinas/carimali-cento_2.jpg');
  }
  .imagen-bubble:hover {
    content: url('../img/maquinas/carimali-bubble_2.jpg');
  }
  .imagen-diva:hover {
    content: url('../img/maquinas/carimali-diva_2.jpg');
  }
  .imagen-luna:hover {
    content: url('../img/maquinas/cima-luna_2.jpg');
  }
  .imagen-saturno:hover {
    content: url('../img/maquinas/cima-saturno_2.jpg');
  }
  .imagen-neo:hover {
    content: url('../img/maquinas/cime-neo_2.jpg');
  }
  .imagen-nettuno:hover {
    content: url('../img/maquinas/cassadio-nettuno_2.jpg');
  }
  .imagen-mini:hover {
    content: url('../img/maquinas/mini-pro_2.jpg');
  }
  .imagen-mini-of:hover {
    content: url('../img/maquinas/mini-pro_2_of.jpg');
  }

  .imagen-krea:hover {
    content: url('../img/maquinas/krea-touch_2.jpg');
  }
  .imagen-magic:hover {
    content: url('../img/maquinas/magic-m2_2.jpg');
  }
  .imagen-magic-of:hover {
    content: url('../img/maquinas/magic-m2_of.jpg');
  }
  .imagen-tron:hover {
    content: url('../img/maquinas/jamaica-tron_2.jpg');
  }
  .imagen-tron-pro:hover {
    content: url('../img/maquinas/jamaica-tron_2_pro.jpg');
  }
  .imagen-luxom:hover {
    content: url('../img/maquinas/luxomatic_2.jpg');
  }
  .imagen-luxom-pro:hover {
    content: url('../img/maquinas/luxomatic_2_pro.jpg');
  }
  .imagen-fiore:hover {
    content: url('../img/maquinas/fiorenzato_2.jpg');
  }
  .imagen-enea:hover {
    content: url('../img/maquinas/casadio-enea_2.jpg');
  }
  .imagen-g10:hover {
    content: url('../img/maquinas/gaggia-g10_2.jpg');
  }
  .imagen-press:hover {
    content: url('../img/maquinas/michigan_2.jpg');
  }
  .imagen-michigan:hover {
    content: url('../img/maquinas/michigan_2_pro.jpg');
  }
  .imagen-choco-denso:hover {
    content: url('../img/bases/chocolate-denso_2.jpg');
  }
  .imagen-techai:hover {
    content: url('../img/bases/te-chai_2.jpg');
  }
  .imagen-base-lactea:hover {
    content: url('../img/bases/base-lactea_2.jpg');
  }
  .imagen-base-cristal:hover {
    content: url('../img/bases/base-cristal._2.jpg');
  }
  .syrup-azucar:hover {
    content: url('../img/ingredientes/azucar_2.jpg');
  }
  .syrup-vainilla:hover {
    content: url('../img/ingredientes/vainilla_2.jpg');
  }
  .syrup-caramelo:hover {
    content: url('../img/ingredientes/caramelo_2.jpg');
  }
  .syrup-avellana:hover {
    content: url('../img/ingredientes/avellana_2.jpg');
  }
  .syrup-amaretto:hover {
    content: url('../img/ingredientes/amaretto_2.jpg');
  }
  .syrup-coco:hover {
    content: url('../img/ingredientes/coco_2.jpg');
  }
  .syrup-frambuesa:hover {
    content: url('../img/ingredientes/frambuesa_2.jpg');
  }
  .pulpa-frutilla:hover {
    content: url('../img/ingredientes/frutilla_2.jpg');
  }
  .pulpa-anana:hover {
    content: url('../img/ingredientes/anana_2.jpg');
  }
  .pulpa-frutosrojos:hover {
    content: url('../img/ingredientes/frutos-rojos_2.jpg');
  }
  .pulpa-maracuya:hover {
    content: url('../img/ingredientes/maracuya_2.jpg');
  }
  .pulpa-durazno:hover {
    content: url('../img/ingredientes/naranja-durazno_2.jpg');
  }
  .salsa-choco:hover {
    content: url('../img/ingredientes/salsa-lg-chocolate_2.jpg');
  }
  .salsa-choco-bco:hover {
    content: url('../img/ingredientes/salsa-lg-choco-blanco_2.jpg');
  }
  .salsa-ddl:hover {
    content: url('../img/ingredientes/salsa-lg-ddl_2.jpg');
  }
  .salsa-caramelo:hover {
    content: url('../img/ingredientes/salsa-lg-caramelo_2.jpg');
  }
  .salsa-choco-semi:hover {
    content: url('../img/ingredientes/choco-semi_2.jpg');
  }
  .salsa-mf-ddl:hover {
    content: url('../img/ingredientes/DDL-mf_2.jpg');
  }
  
  .card h5 a {
    color:#000;
    text-decoration: none;
  }

  .card h5 a:hover {
    text-decoration: none;
    color: #009fe3;
  }


/*--------------------------------------------------------------
# Panel Side Mobile
--------------------------------------------------------------*/
.side-panel {
    width: 320px;
    max-width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f5efe2;
    overflow-x: hidden;
    z-index: 1051;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);

/*     -webkit-transform: translateX(0); */
/*     -ms-transform: translateX(0); */
/*     transform: translateX(0); */

    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.side-panel.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-panel_inner {
    height: 100%;
    padding: 32px 16px;
    padding-top: 0;
}

.side-panel_head {
    padding: 14px 0 13px;
/*    border-bottom: 1px solid #000;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side-panel_body {
    padding: 0.5rem 0;
}

.side-panel_body nav ul li {
    margin-bottom: 0.5rem;
}

.side-panel_body nav ul li a {
    color: #363a3b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    background-color: #f0ece9;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875rem;
}

.side-panel-redes {
    margin-top: 24px;
    line-height: 0;
}

.side-panel-redes > a {
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    background-color: #000;
}

.main-navigation .subMenu {
    width: 200px;
    position: absolute;
    top: 100%;
    left: -24px;
    z-index: 5;
    background-color: rgb(0 159 227 / 75%);
    padding: 24px;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}

.main-navigation .subMenu li {
    margin-bottom: 0.5rem;
}

.main-navigation .subMenu li:last-child {
    margin-bottom: 0;
}

.main-navigation .subMenu li a {
    color: #fff;
    padding: 0;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
}

.dropdown:hover .subMenu {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu {
    background-color: #009fe3;
    border: 0;
    width: 100%;
    padding: 10px;
}

.sidebar_ctas .cta_tienda {
    color: #fff;
    font-size: 0.650rem;
    font-weight: 400;
    background-color: #e5a96f;
    max-width: 204px;
    padding: 6px 19px;
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.Web-Footer {
    padding: 64px 0 40px;
    background-color: #333333;
    color: #fff;
}

.widget_footer a {
    color: #fff;
    text-decoration: none;
}

.footer_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 42px;
}
.footer_nav li {}
.footer_nav li a {
    text-transform: uppercase;
    font-size: 0.813rem;
    font-weight: 600;
}

.footer_nav .dropdown-toggle {
    background-color: #333333;
    color: #fff;
}

.footer_nav .dropdown-menu {
    min-width: 15rem !important;
    width: 100% !important;
    background-color: #fff !important;
    padding: 16px 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
    transform: translate(-4px, 38px) !important;
}

.footer_social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.footer_social li {}
.footer_social li a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #2a2a54;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
}

.Web-Footer hr.hr {
    background-color: #b5a49e;
    margin: 50px 0 30px;
    opacity: 1;
}

.footer_copy .copy {
    font-size: 0.75rem;
    line-height: 1.5;
}

.footer_marcas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.footer_marcas img {}

/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/
.seccion_hero {
    padding: 128px 0 100px;
    display: flex;
    align-items: flex-end;
}

.hero_bg {
    background-image: url('../../assets/img/landing_hero.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.seccion_hero .hero_content {
    color: #f5efe2;
}
.seccion_hero .hero_content .title {
    font-size: 4.25rem;
    line-height: 3.875rem;
}
.seccion_hero .hero_content .title .fontItalic {
    font-style: italic;
}
.seccion_hero .hero_content p {
    font-size: 1.188rem;
    line-height: 1.688rem;
    max-width: 380px;
}
.seccion_hero .hero_content .box_ctas {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.seccion_hero .hero_content .box_ctas .cta {}

/*--------------------------------------------------------------
## Como funciona
--------------------------------------------------------------*/
.seccion_caracteristicas {
    padding: 90px 0;
    color: #2a2a54;
}

.box_content {}

.box_content h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
}

.box_content h2 .fontItalic {
    font-style: italic;
}

.box_content p {
    font-size: 1.188rem;
    line-height: 1.688rem;
}

.seccion_caracteristicas .imgRounded,
.seccion_creacion .imgRounded {
    border-radius: 6px;
}

.seccion_caracteristicas .box_content p {
    max-width: 493px;
}

/*--------------------------------------------------------------
## Negocio
--------------------------------------------------------------*/
.seccion_negocio .box_content h2 {
    font-size: 3.438rem;
    line-height: 4.063rem;
    color: #333;
    text-shadow: black 0.1em 0.05em 0.2em;
}

.seccion_negocio .box_content p {
    font-size: 1.25rem;
    color: #fff;
    max-width: 710px;
    margin: auto;
    text-shadow: black 0.1em 0.05em 0.2em;
}

/*--------------------------------------------------------------
## Creacion
--------------------------------------------------------------*/
.seccion_creacion {
    padding: 90px 0;
    background-color: #f5efe2;
    color: #2a2a54;
}

.seccion_creacion .box_content p {
    max-width: 470px;
}

/*--------------------------------------------------------------
## Atencion
--------------------------------------------------------------*/
.seccion_atencion {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0;
}

.seccion_atencion .box_content h2 {
    font-size: 3.438rem;
    line-height: 4.063rem;
    color: #ddd;
}

.seccion_atencion .box_content .subTitle {
    font-family: 'D-DIN-Condensed-Bold';
    font-size: 2.563rem;
    line-height: 3.063rem;
    color: #ddd;
    text-transform: uppercase;
}

.seccion_atencion-2 {
    background: url('../../assets/img/atencion-premium.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0;
}

.seccion_atencion-2 .box_content h2 {
    font-size: 3.438rem;
    line-height: 4.063rem;
    color: #2a2a54;
}

.seccion_atencion-2 .box_content .subTitle {
    font-family: 'D-DIN-Condensed-Bold';
    font-size: 2.563rem;
    line-height: 3.063rem;
    color: #2a2a54;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
## Servicios
--------------------------------------------------------------*/
.seccion_servicios {
    padding: 90px 0;
}

.seccion_servicios .box_content h2 {
    color: #2a2a54;
}


.servicio_item h5 {    
    text-align: center;

}
.servicio_item p {
    color: #2a2a54;
    font-size: .9rem;
    max-width: 234px;
    text-align: center;
}
.servicio_item.col-lg-4 p {
    max-width: 355px;
}

/*--------------------------------------------------------------
## CAFE
--------------------------------------------------------------*/
.seccion_hero_cafe {
    background: url('../../assets/img/hero-cafe.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 128px 0 60px 0;
}


.seccion_hero_cafe .hero_content .title {
    font-size: 4.25rem;
    line-height: 3.875rem;
    color: #fff;
}
.seccion_hero_cafe .hero_content .title .fontItalic {
    font-style: italic;
}
.seccion_hero_cafe .hero_content p {
    font-size: 1.25rem;
    line-height: 1;
    color: #e5a96f;
    font-weight: 400;
}


.productos_cafe {
    padding: 40px 0;
    background-color: #f5efe2;
    color: #2a2a54;
}

.productos_cafe .box_content h2 {
    font-size: 3.438rem;
    line-height: 4rem;
}

.seccion_hero_cafe .hero_content h2 .fontItalic {
    font-style: italic;
}

.productos_cafe .box_content p {
    max-width: 882px;
    margin: auto;
}


.card_producto {
    background-color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 6px;
    gap: 24px;
    height: 100%;
}
.card_producto .card_producto_inner {}
.card_producto .card_producto_inner img {
    width: 100%;
/*    height: 292px;*/
/*    object-fit: cover;*/
}
.card_producto .card_producto_inner h3 {
    color: #4680bb;
    text-transform: uppercase;
    font-family: 'D-DIN-Condensed-Bold';
    font-size: 2.25rem;
    line-height: 2rem;
    margin: 20px 0;
}
.card_producto .card_producto_inner p {
    color: #2a2a54;
    font-size: 1.063rem;
    line-height: 1.5rem;
}
.card_producto .cta {
    text-transform: uppercase;
    font-size: 0.75rem;
}

/*--------------------------------------------------------------
## RECETAS
--------------------------------------------------------------*/
.seccion_gastronomico,
.seccion_gastro_maquinas,
.seccion_clasicas,
.seccion_maquinarias {
    background-color: #f5efe2;
    color: #2a2a54;
}

.card_receta {
    background-color: #fff;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

.card_receta .card_receta_inner {
    padding: 20px;
}
.card_receta img {
    width: 100%;
    height: 375px;
    object-fit: cover;
}
.card_receta .card_receta_inner h3 {
    color: #4680bb;
    font-family: 'D-DIN-Condensed-Bold';
    font-size: 2.25rem;
    line-height: 2rem;
    margin: 0 0 20px;
}
.card_receta .card_receta_inner p {
    color: #2a2a54;
    font-size: 1.063rem;
    line-height: 1.5rem;
}
.card_receta .card_receta_inner p a {
    color: #2a2a54;
    text-decoration: none;
    font-weight: 500;
}

.seccion_clientes {
    background-color: #f5efe2;
}

.single-client {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    width: 80%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    margin: 8px auto;
}

.single-client img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: opacity(50%);
    filter: opacity(90%);
    width: 100%;
}

/*--------------------------------------------------------------
## MAQUINAS
--------------------------------------------------------------*/
.seccion_maquinarias .box_content h2 {
    font-size: 3.438rem;
    line-height: 4rem;
}

.card_maquina {
    background-color: #fff;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 6px;
    gap: 24px;
    height: 100%;
}
.card_maquina .card_maquina_inner {}
.card_maquina .card_maquina_inner h3 {
    color: #4680bb;
    text-transform: uppercase;
    font-family: 'D-DIN-Condensed-Bold';
    font-size: 1.5rem;
    line-height: 1;
    margin: 20px 0 0;
}
.card_maquina .cta {
    text-transform: uppercase;
    font-size: 0.75rem;
}

/*--------------------------------------------------------------
## PRODUCTOS
--------------------------------------------------------------*/
.box_content.box_content_head h2 {
    font-size: 2.75rem;
    line-height: 2.75rem;
}

.card_producto_2 {
    background-color: #f7f7f7;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

.card_producto_2 .card_producto_2_inner {
    padding: 30px;
}

.card_producto_2 img {
    width: 100%;
    height: 375px;
    object-fit: cover;
}

.card_producto_2 .card_producto_2_inner h3 {
    color: #4680bb;
    font-family: 'D-DIN-Condensed-Bold';
    font-size: 1.85rem;
    line-height: 2rem;
    margin: 0;
    text-align: center;
}

/*--------------------------------------------------------------
## DISTRIBUIDORES
--------------------------------------------------------------*/
.box_contacto_left a {
    color: #2a2a54;
    text-decoration: none;
}

.box_contacto_right .cta {
    background-color: #2a2a54;
    color: #fff;
    text-transform: uppercase;
}

.pege_contacto .box_contacto_right a {
    color: #2a2a54;
    text-decoration: none;
    font-weight: 500;
}

.main_mantenimiento .card_producto_2 .card_producto_2_inner h3 {
    font-size: 1.5rem;
    line-height: 1;
}

/*--------------------------------------------------------------
## MAQUINA
--------------------------------------------------------------*/
.seccion_maquina {
    background-color: #f5efe2;
    color: #2a2a54;
}

.maquina_right .box_ctas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.maquina_right .box_ctas .cta {
    border: 1px solid #2a2a54;
    background-color: #2a2a54;
    color: #f5efe2;
    text-transform: uppercase;
}
.maquina_right .box_ctas .cta:hover {
    background-color: #f5efe2;
    color: #2a2a54;
}

#accordion .card-header:after {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%232a2a54' d='m488.832 344.32l-339.84 356.672a32 32 0 0 0 0 44.16l.384.384a29.44 29.44 0 0 0 42.688 0l320-335.872l319.872 335.872a29.44 29.44 0 0 0 42.688 0l.384-.384a32 32 0 0 0 0-44.16L535.168 344.32a32 32 0 0 0-46.336 0'/%3E%3C/svg%3E");
    float: right;
    transition: 0.5s;
    margin-top: 3px;
}

#accordion .card-header.collapsed:after {
    transition: 0.5s;
    transform: rotate(180deg);
}

.card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgb(42 42 84);
}

.card-header {
    color: #2a2a54;
    padding: .5rem 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 0;
}

.card-header h6 {
    font-size: 1.25rem;
}

.card-body ul .ti-check::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232a2a54' d='m9.55 17.308l-4.97-4.97l.714-.713l4.256 4.256l9.156-9.156l.713.714z'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
## GASTRONOMICO
--------------------------------------------------------------*/
.seccion_gastronomico .cta {
    background-color: #2a2a54;
    border: 1px solid #2a2a54;
    color: #f5efe2;
}

.seccion_gastronomico .cta:hover {
    background-color: #f5efe2;
    color: #2a2a54;
}

.seccion_gastronomico .feactures .box_content h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
}

.seccion_distribuidores .cta {
    background-color: #2a2a54;
    border: 1px solid #2a2a54;
    color: #f5efe2;
}

.seccion_distribuidores .cta:hover {
    background-color: #f5efe2;
    color: #2a2a54;
}

.distribuidor_images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.distribuidor_images img {
    width: 49%;
    height: 412px;
    object-fit: cover;
}
.distribuidor_images img.img01 {
    object-position: left;
}
.distribuidor_images img.img02 {}

.seccion_gastro_carrusel {
    background: #f7f7f7;
}

.screen-carousel .owl-item img {
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ebebeb;
    border-radius: 30px;
}

.screen-carousel .owl-item.active.center img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.dot-indicator.owl-theme button.owl-dot.active span {
    background: #2a2a54;
    border: 2px solid transparent;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.full-screen {
    min-height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.gradient-overlay:before {
    position: absolute;
    content: '';
    background: linear-gradient(45deg, #2a2a54 0%, #6262c5 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.error-content .notfound-404 {
    position: relative;
    height: 280px;
    z-index: 2;
    margin-bottom: 30px;
}

.error-content .notfound-404 h1 {
    font-size: 230px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: cover;
    background-position: center;
}

.error-content h3 {
    position: relative;
    z-index: 1;
}

.error-content p {
    position: relative;
    z-index: 1;
}

.seccion_enviado.gradient-overlay:before {
    background: linear-gradient(45deg, rgb(0 0 0 / 40%) 0%, rgb(0 0 0 / 40%) 100%);
}
.text-black {
    color: #000;
}