@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
# Normalize
# Forms
# Links
# Transitions
# Utilities
# Header
# Panel Side Mobile
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'circular_stdlight';
    src: url('../../assets/fonts/circularstd-light-webfont.woff2') format('woff2'),
         url('../../assets/fonts/circularstd-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'circular_stdbook';
    src: url('../../assets/fonts/circularstd-book-webfont.woff2') format('woff2'),
         url('../../assets/fonts/circularstd-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'circular_stdmedium';
    src: url('../../assets/fonts/circularstd-medium-webfont.woff2') format('woff2'),
         url('../../assets/fonts/circularstd-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'circular_stdbold';
    src: url('../../assets/fonts/circularstd-bold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/circularstd-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}
body {
    font-family: 'circular_stdlight';
    background: #fff;
    color: #00395d;
    font-size: 16px;
    position: relative;
}

p {
    font-weight: 400;
}

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

h1,h2,h3,h4,h5,h6 {
    font-family: 'circular_stdbold';
}

img {
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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: 0;
}

input:focus-visible,
select:focus-visible {
  outline: 0;
}

button,
input,
select,
textarea {
  color: #00395d;
  font-size: 16px;
  line-height: 1.875;
  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: #00395d;
    border: none;
    background: transparent;
    border-bottom: 1px solid #00395d;
    padding: 10px 11px;
    box-sizing: border-box;
    outline: none;
    font-size: 1.375rem;
    line-height: 1.375rem;
}

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,
textarea:focus {
  color: #00395d;
}

select {
  border: none;
  background: transparent;
  outline: none;
  border-bottom: 1px solid #00395d;
}

textarea {
  width: 100%;
  height: 130px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #00395d;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #00395d;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #00395d;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #00395d;
}
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
  color: #fff;
  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;
}

.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 {
    font-family: 'circular_stdlight';
    border: 0;
    background-color: transparent;
    padding: 0px 0;
    color: #00395d;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 1.563rem;
    line-height: 1.563rem;
    font-weight: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    border-radius: 0;
    position: relative;
}

.cta:hover{
    color: #00395d;
    text-decoration: none;
}

.cta .arrow {
    position: relative;
    display: inline-block;
    background-color: #00395d;
    width: 34px;
    height: 1px;
    margin-left: 19px;
}

.cta .arrow::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 7px;
    height: 7px;
    top: -3px;
    right: 0;
    transform: rotate(45deg);
    border: 1px solid transparent;
    border-top-color: #00395d;
    border-right-color: #00395d;
}

.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: 9991;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
}

.panel-overlay.active {
    opacity: 1;
    visibility: visible;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.Web-Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 40px 0;
}

.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.65;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
}

.header-row .col-header.col-logo {
    flex-grow: 0.4;
}

.header-row .col-header.col-nav {
    -ms-flex-pack: center;
    justify-content: flex-end;
    flex-grow: 0.6;
}

.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: normal;
    font-size: 1.125rem;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.main-navigation > ul > li {
    margin: 0px 21px;
    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:last-of-type {
    margin-right: 0;
}

.main-navigation ul > li > a {
    font-family: 'circular_stdbook';
    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: #fff;
    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;
}

.menu-burger {
    position: relative;
    width: 32px;
    height: 100%;
    max-height: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 24px;
    cursor: pointer;
}

.menu-burger > span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
}

.Web-Header.Sticky {
    padding: 12px 0;
    background-color: #171717;
}

.Web-Header.Web-Header-Style-Two .main-navigation ul > li > a {
    color: #00395d;
}

.Web-Header.Web-Header-Style-Two.Sticky .main-navigation ul > li > a {
    color: #fff;
}

.Web-Header.Web-Header-Style-Two.Sticky .main-navigation ul > li > a > svg > path {
    fill: #fff;
}

.Web-Header.Web-Header-Style-Two .header-logo .logo-sticky {
    display: none;
}

.Web-Header.Web-Header-Style-Two.Sticky .header-logo .logo-static {
    display: none;
}

.Web-Header.Web-Header-Style-Two.Sticky .header-logo .logo-sticky {
    display: block;
}

.Web-Header.Web-Header-Style-Two .col-header.col-nav .menu-burger > span {
    background-color: #00395d;
}

.Web-Header.Web-Header-Style-Two.Sticky .col-header.col-nav .menu-burger > span {
    background-color: #fff;
}

/*--------------------------------------------------------------
# Panel Side Mobile
--------------------------------------------------------------*/
.side-panel {
    width: 432px;
    max-width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #900c3e;
    overflow-x: hidden;
    z-index: 9999;
    -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;
    padding-top: 0;
}
.side-panel_head {
    padding: 12px 0 13px;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
}
.side-panel_body {
    padding: 1.5rem 0;
}
.side-panel_body nav ul li {
    margin-bottom: 0.5rem;
}
.side-panel_body nav ul li a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 16px;
    background-color: transparent;
    text-decoration: none;
    border: 1px solid #fff;
}
.side-panel-redes {
    margin-top: 24px;
    line-height: 0;
}
.side-panel-redes > a {
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    background-color: #e8e7dd;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.Web-Footer {
    background-color: #fff;
    padding: 90px 0 70px;
}

.hr-footer {
    height: 1px;
    width: 100%;
    background-color: #dddddd;
    margin: 100px 0 60px;
}

.footer-cta-contacto {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.footer-cta-contacto .text {
    font-family: 'circular_stdbold';
    font-size: 3.063rem;
    line-height: 3.063rem;
    margin-right: 70px;
}

.footer-cta-contacto a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border: 1px solid #dddddd;
    border-radius: 50%;
}

.footer-cta-contacto a .arrow {
    position: relative;
    display: inline-block;
    background-color: #00395d;
    width: 34px;
    height: 1px;
}

.footer-cta-contacto a .arrow::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 7px;
    height: 7px;
    top: -3px;
    right: 0;
    transform: rotate(45deg);
    border: 1px solid transparent;
    border-top-color: #00395d;
    border-right-color: #00395d;
}

.widget-footer.widget-footer-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.footer-info-contacto .title {
    font-family: 'circular_stdbold';
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
}

.footer-info-contacto a {
    font-family: 'circular_stdlight';
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #00395d;
    text-decoration: none;
}

.row-footer-navigator .main-navigation ul > li > a {
    color: #00395d;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Hero Home
--------------------------------------------------------------*/
.seccion-home-hero {
    height: 766px;
    color: #fff;
    background-image: url('../../assets/img/home/Dreamkers-Hero.jpg');
    padding: 142px 0;
}

.seccion-home-hero .box-content .subTitle {
    font-family: 'circular_stdbook';
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 1.875rem;
    margin-bottom: 32px;
}
.seccion-home-hero .box-content .title {
    font-size: 3.875rem;
    line-height: 4.125rem;
}

/*--------------------------------------------------------------
# Logos Home
--------------------------------------------------------------*/
.seccion-home-logos {
    background-color: #e6ddd0;
    padding: 35px 0;
    border-top: 1px solid #00395d;
    border-bottom: 1px solid #00395d;
}

.seccion-home-logos .container-fluid {
    max-width: 1440px;
}

.logo-marca {
    display: block;
    margin: auto;
}

/*--------------------------------------------------------------
# Bodegas Home
--------------------------------------------------------------*/
.seccion-home-bodegas {
    background-color: #e6ddd0;
    padding: 140px 0;
}

.box-content .title {
    font-size: 3.063rem;
    line-height: 3.313rem;
    margin-bottom: 42px;
}
.box-content .text {
    font-family: 'circular_stdlight';
    font-size: 1.375rem;
    line-height: 1.938rem;
}

.slide-home-marcas {
    max-width: 1440px;
    margin-top: 120px;
    margin-right: auto;
    margin-bottom: 120px;
    margin-left: auto;
}

/*--------------------------------------------------------------
# Portfolio Home
--------------------------------------------------------------*/
.seccion-home-portfolio {
    padding: 130px 0;
}

.seccion-home-portfolio .box-content .subTitle {
    font-family: 'circular_stdbook';
    text-transform: uppercase;
    font-size: 1.375rem;
    line-height: 1.375rem;
}

.home-portfolio-links {}
.home-portfolio-links a {
    font-family: 'circular_stdbold';
    color: #e0d6c8;
    font-size: 3.063rem;
    line-height: 3.063rem;
    margin-bottom: 32px;
    text-decoration: none;
    display: block;
}

.home-portfolio-links a:hover {
    color: #00395d;
}

/*--------------------------------------------------------------
# Novedades Home
--------------------------------------------------------------*/
.seccion-home-novedades {
    padding: 130px 0;
    background-color: #00395d;
    color: #fff;
}

.box-home-nodevades img {
    width: 563px;
    height: 407px;
    object-fit: cover;
    max-width: 100%;
}

.box-home-nodevades a {
    font-family: 'circular_stdlight';
    font-size: 1.875rem;
    line-height: 2.375rem;
    color: #fff;
    text-decoration: none;
    display: block;
    margin-top: 32px;
}

.box-home-nodevades a .arrow {
    position: relative;
    display: block;
    background-color: #fff;
    width: 34px;
    height: 1px;
    margin: 6px 0;
    margin-top: 32px;
}

.box-home-nodevades a .arrow::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 7px;
    height: 7px;
    top: -3px;
    right: 0;
    transform: rotate(45deg);
    border: 1px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
}

.box-home-nodevades-sidebar {}

.box-home-nodevades-sidebar .box-nota {
    display: grid;
    grid-template-columns: 177px 1fr;
    align-items: center;
    gap: 29px;
    margin-bottom: 32px;
}
.box-home-nodevades-sidebar .box-nota img {
    width: 177px;
    height: 177px;
}
.box-home-nodevades-sidebar .box-nota a {
    margin-top: 0;
    font-size: 1.563rem;
    line-height: 1.938rem;
}

/*--------------------------------------------------------------
# Google Maps Home
--------------------------------------------------------------*/
.seccion-home-maps {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding: 22px;
}

/*--------------------------------------------------------------
# Servicios
--------------------------------------------------------------*/
.seccion-servicios-hero {
    background-color: #e6ddd0;
    padding: 178px 0 100px;
}

.seccion-servicios-hero .box-content .title {
    font-size: 5.925rem;
    line-height: 6.25rem;
    display: inline-block;
}

.seccion-servicios-hero .box-content .title-shape::before {
    content: 'Nuestros servicios.';
    font-size: 5.925rem;
    line-height: 6.25rem;
    -webkit-text-stroke: 1px #00395d;
    color: #e6ddd0;
    position: absolute;
    left: -103%;
}
.seccion-servicios-hero .box-content .title-shape::after {
    content: 'Nuestros servicios.';
    font-size: 5.925rem;
    line-height: 6.25rem;
    -webkit-text-stroke: 1px #00395d;
    color: #e6ddd0;
    position: absolute;
    right: -103%;
}

.seccion-servicios {
    background-color: #e6ddd0;
    padding: 30px 0 125px;
}

.servicios-hr {
    width: 100%;
    height: 1px;
    background-color: #738b96;
    margin-top: 120px;
    margin-bottom: 120px;
}

.servicios-nota {}
.servicios-nota img {
    margin-bottom: 40px;
}
.servicios-nota .title {
    font-size: 1.813rem;
    line-height: 1.813rem;
    margin-bottom: 24px;
}
.servicios-nota .text {
    font-size: 1.375rem;
    line-height: 1.938rem;
}

/*--------------------------------------------------------------
# Nosotros
--------------------------------------------------------------*/
.seccion-nosotros-hero {
    background-color: #00395d;
    padding: 178px 0 100px;
    color: #fff;
}

.seccion-nosotros-hero .box-content .title {
    font-family: 'circular_stdmedium';
    font-size: 3.875rem;
    line-height: 4.125rem;
    display: inline-block;
}

.seccion-nosotros-distribuidora {
    padding: 0 0 120px;
    background-color: #00395d;
    color: #fff;
}

.img-nosotros {
    margin-bottom: 100px;
}

.seccion-nosotros-distribuidora .box-content .title {
    font-size: 2.25rem;
    line-height: 2.75rem;
}

.slide-nosotros {
    max-width: 1600px;
    margin-top: 120px;
    margin-right: auto;
    margin-bottom: 120px;
    margin-left: auto;
}

.seccion-nosotros-orgullosos {
    padding: 100px 0 20px;
}

.seccion-nosotros-orgullosos .box-content h3 {
    font-family: 'circular_stdbook';
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin-bottom: 84px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.seccion-portfolio-hero {
    background-color: #e6ddd0;
    padding: 178px 0 0;
}

.seccion-portfolio-hero .box-content .title {
    font-size: 5.875rem;
    line-height: 6.25rem;
    margin-bottom: 32px;
}

/* //////////// Marcas //////////////// */
.seccion-portfolios-marcas {
    background-color: #e6ddd0;
    padding-bottom: 100px;
}

.portfolio-hr {
    width: 100%;
    height: 1px;
    background-color: #c8c0b5;
    margin-top: 70px;
    margin-bottom: 70px;
}

.seccion-portfolios-marcas .title {
    font-size: 3.875rem;
    line-height: 4.125rem;
}

.box-marcas-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 57px;
}

.faro-marcas .seccion-descripcion {
    margin-top: 64px;
    font-size: 1.375rem;
    line-height: 1.938rem;
}

.faro-marcas .seccion-descripcion .text .bold {
    font-family: 'circular_stdbold';
}

/*--------------------------------------------------------------
# Contacto
--------------------------------------------------------------*/
.seccion-contacto {
    padding: 220px 0 100px;
}

.seccion-contacto .box-content .title {
    font-family: 'circular_stdbook';
    font-size: 3.875rem;
    line-height: 4.125rem;
    margin-bottom: 90px;
}

.box-info-contacto {}
.box-info-contacto .footer-info-contacto {
    margin-bottom: 32px;
}

.box-info-contacto .footer-info-contacto:last-of-type {
    margin-bottom: 0;
}

.btn-contacto {
    font-family: 'circular_stdlight';
    border: 0;
    color: #fff;
    background-color: #00395d;
    padding: 16px 32px;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 1.563rem;
    line-height: 1.563rem;
    font-weight: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    border-radius: 0;
    position: relative;    
}

.btn-contacto .arrow {
    position: relative;
    display: inline-block;
    background-color: #fff;
    width: 34px;
    height: 1px;
    margin-left: 33px;
}

.btn-contacto .arrow::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 7px;
    height: 7px;
    top: -3px;
    right: 0;
    transform: rotate(45deg);
    border: 1px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
}

.btn-contacto:hover {
    color: #fff;
}

/*--------------------------------------------------------------
# Articulo
--------------------------------------------------------------*/
.seccion-head-articulo {
    background-color: #e6ddd0;
    padding: 200px 0 110px;
}

.head-content .subTitle {
    font-family: 'circular_stdbook';
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin-bottom: 32px;
}

.head-content .title {
    font-family: 'circular_stdbold';
    font-size: 3.875rem;
    line-height: 4.125rem;
    margin-bottom: 64px;
}

.head-content .text {
    font-family: 'circular_stdbook';
    font-size: 2rem;
    line-height: 2.5rem;
    max-width: 690px;
    margin: auto;
    margin-bottom: 0.5rem;
}

.seccion-body-articulo {
    font-family: 'circular_stdbook';
    font-size: 1.375rem;
    line-height: 1.938rem;
    padding: 100px 0;
}

.seccion-body-articulo h2,
.seccion-body-articulo h3,
.seccion-body-articulo h4,
.seccion-body-articulo h5,
.seccion-body-articulo h6 {
    font-family: 'circular_stdbook';
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 24px 0;
}

.seccion-body-articulo p {
    margin-bottom: 2rem;
}

.seccion-body-articulo a {
    font-family: 'circular_stdbook';
    color: #00395d;
}

.seccion-body-articulo a:hover {
    color: #00395d;
}

.row-image {
    margin: 70px 0 100px;
}

.row-image .text-large {
    font-size: 2rem;
    line-height: 2.5rem;
}

.bg-beige {
    background-color: #e6ddd0;
}

.seccion-body-articulo .mt-200 {
    margin-top: 200px;
}

.syrah-vinos h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 16px;
}

.syrah-vinos p {
    font-size: 1.125rem;
    line-height: 1.525rem;
}

/*--------------------------------------------------------------
# Bodegas
--------------------------------------------------------------*/
.seccion-bodega-hero {
    padding: 190px 0 45px;
}

.seccion-bodega-hero .title {
    font-size: 3.875rem;
    line-height: 4.125rem;
}

.seccion-bodega-slide-fotos {
    padding: 45px 0 50px;
}

.slide_bodega_fotos.tns-horizontal.tns-subpixel>.tns-item {
    vertical-align: middle;
}

.slide_bodega_fotos .foto {}
.slide_bodega_fotos.slide_bodega_fotos_pharos .foto {
    max-width: 465px;
}

.seccion-bodega-descripcion {
    padding: 50px 0 320px;
}

.seccion-bodega-descripcion .text {
    font-family: 'circular_stdbook';
    font-size: 2.25rem;
    line-height: 2.75rem;
}

/* ////////// Carrusel Productos ///////////// */
.seccion-bodega-slide-productos {
    margin-top: -190px;
    padding-bottom: 82px;
}

.item-producto {
    text-align: center;
}

.item-producto .image {}
.item-producto .image > img {
    max-height: 450px;
}

.item-producto .nombre {
    text-align: center;
    margin: 40px 0;
    color: #e0d6c8;
}

.item-producto .nombre h2 {
    font-size: 1.563rem;
    line-height: 1.713rem;
    margin-bottom: 0;
}

.item-producto .ficha a {
    opacity: 0;
    visibility: hidden;
    font-family: 'circular_stdlight';
    border: 0;
    color: #fff;
    background-color: #00395d;
    padding: 16px 23px;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 1.563rem;
    line-height: 1.563rem;
    font-weight: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    border-radius: 0;
    position: relative;
    max-width: 245px;
}

.item-producto:hover .nombre {
    color: #00395d;
}

.item-producto:hover .ficha a {
    opacity: 1;
    visibility: visible;
}

.ficha a .arrow {
    position: relative;
    display: inline-block;
    background-color: #fff;
    width: 34px;
    height: 1px;
    margin-left: 20px;
}

.ficha a .arrow::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 7px;
    height: 7px;
    top: -3px;
    right: 0;
    transform: rotate(45deg);
    border: 1px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
}

.controlsContainer {}

.controlsContainer {
    position: absolute;
    bottom: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    pointer-events: none;
}

.controlsContainer .controlSlider {
    background-color: #fff;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 40px -20px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 40px -20px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 40px -20px rgba(0, 0, 0, 0.7);
    border: 1px solid #dddddd;
    cursor: pointer;
    pointer-events: all;
}

.arrow-prev {
    position: relative;
    display: inline-block;
    background-color: #00395d;
    width: 22px;
    height: 1px;
    transform: rotate(180deg);
}

.arrow-prev::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 7px;
    height: 7px;
    top: -3px;
    right: 0;
    transform: rotate(45deg);
    border: 1px solid transparent;
    border-top-color: #00395d;
    border-right-color: #00395d;
}

.arrow-next {
    position: relative;
    display: inline-block;
    background-color: #00395d;
    width: 22px;
    height: 1px;
}

.arrow-next::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 7px;
    height: 7px;
    top: -3px;
    right: 0;
    transform: rotate(45deg);
    border: 1px solid transparent;
    border-top-color: #00395d;
    border-right-color: #00395d;
}

/*--------------------------------------------------------------
# Novedades
--------------------------------------------------------------*/
.seccion-novedades-hero {
    background-color: #e6ddd0;
    padding: 178px 0 100px;
}

.seccion-novedades-hero .box-content .title {
    font-size: 5.925rem;
    line-height: 6.25rem;
    display: inline-block;
}

.seccion-novedades-hero .box-content .title-shape::before {
    content: 'Novedades.';
    font-size: 5.925rem;
    line-height: 6.25rem;
    -webkit-text-stroke: 1px #00395d;
    color: #e6ddd0;
    position: absolute;
    left: -103%;
}

.seccion-novedades-hero .box-content .title-shape::after {
    content: 'Novedades.';
    font-size: 5.925rem;
    line-height: 6.25rem;
    -webkit-text-stroke: 1px #00395d;
    color: #e6ddd0;
    position: absolute;
    right: -103%;
}

.novedad-nota {}

.novedad-nota a {
    display: block;
    text-decoration: none;
    color: #00395d;
}

.novedad-nota img {
    margin-bottom: 24px;
    width: 100%;
    height: 332px;
    object-fit: cover;
    object-position: center center;
}

.novedad-nota .title {
    font-size: 1.5rem;
    line-height: 1.813rem;
    margin-bottom: 24px;
}

/*--------------------------------------------------------------
# Gracias
--------------------------------------------------------------*/
.seccion-gracias {
    padding: 90px 0;
    height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 57, 93, 1) 0%, rgba(144, 12, 62, 1) 100%);
    color: #fff;
}
.seccion-gracias .title {
    font-size: 3.875rem;
    line-height: 4.25rem;
}
.seccion-gracias p {
    font-size: 1.325rem;
}
.seccion-gracias .cta {
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
}
.seccion-gracias .cta:focus {
    color: #900c3e;
}