@font-face {
	font-family: 'Optima';
	font-style: normal;
	font-display: swap;
	src: local('Optima'),
	url('../fonts/woff2/Optima-Regular.woff2') format('woff2'),
	url('../fonts/woff/Optima-Regular.woff') format('woff'),
	url('../fonts/ttf/Optima-Regular.ttf') format('truetype'),
	url('../fonts/otf/Optima-Regular.otf') format('opentype'),
	url('../fonts/eot/Optima-Regular.eot') format('embedded-opentype');
}
@font-face {
	font-family: 'Optima-Bold';
	font-style: bold;
	font-display: swap;
	src: local('Optima-Bold'),
	url('../fonts/woff2/Optima-Bold.woff2') format('woff2'),
	url('../fonts/woff/Optima-Bold.woff') format('woff'),
	url('../fonts/ttf/Optima-Bold.ttf') format('truetype'),
	url('../fonts/otf/Optima-Bold.otf') format('opentype'),
	url('../fonts/eot/Optima-Bold.eot') format('embedded-opentype');
}
@font-face {
	font-family: 'GalanoClassic-Regular';
	font-style: normal;
	font-display: swap;
	src: local('GalanoClassic-Regular'),
	url('../fonts/woff2/GalanoClassic-Regular.woff2') format('woff2'),
	url('../fonts/woff/GalanoClassic-Regular.woff') format('woff'),
	url('../fonts/ttf/GalanoClassic-Regular.ttf') format('truetype'),
	url('../fonts/otf/GalanoClassic-Regular.otf') format('opentype'),
	url('../fonts/eot/GalanoClassic-Regular.eot') format('embedded-opentype');
}
@font-face {
	font-family: 'GalanoClassic-Light';
	font-style: normal;
	font-display: swap;
	src: local('GalanoClassic-Light'),
	url('../fonts/woff2/GalanoClassic-Light.woff2') format('woff2'),
	url('../fonts/woff/GalanoClassic-Light.woff') format('woff'),
	url('../fonts/ttf/GalanoClassic-Light.ttf') format('truetype'),
	url('../fonts/otf/GalanoClassic-Light.otf') format('opentype'),
	url('../fonts/eot/GalanoClassic-Light.eot') format('embedded-opentype');
}
@font-face {
	font-family: 'GalanoClassic-Bold';
	font-style: bold;
	font-display: swap;
	src: local('GalanoClassic-Bold'),
	url('../fonts/woff2/GalanoClassic-Bold.woff2') format('woff2'),
	url('../fonts/woff/GalanoClassic-Bold.woff') format('woff'),
	url('../fonts/ttf/GalanoClassic-Bold.ttf') format('truetype'),
	url('../fonts/otf/GalanoClassic-Bold.otf') format('opentype'),
	url('../fonts/eot/GalanoClassic-Bold.eot') format('embedded-opentype');
}
:root {
	--font-GalanoClassic-Regular:"GalanoClassic-Regular";
	--font-GalanoClassic-Light:"GalanoClassic-Light";
	--font-GalanoClassic-Bold:"GalanoClassic-Bold";
	--font-Optima:"Optima";
	--font-Optima-Bold:"Optima-Bold";
}

html, body {
    overflow-x: hidden;
}

.grecaptcha-badge {display: none;}
.d-c-contact-form .text.form-send .alert-success {color: inherit;background-color: inherit;border: 0;}
/* */
.d-c-intro-services .select-block-2 .d-b-text {
    padding-left: 115px;
    margin-top: 11%;
}
.d-c-intro-services .select-block-2 .title {
    font-size: 36px;
    color: #A4493D;
    letter-spacing: 0.72px;
    line-height: 46px;
    margin-bottom: 20px;
    max-width: 426px;
}
.d-c-intro-services .select-block-2 .text {
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 35px;

    max-width: 426px;
    margin-left: 0;
}
.d-c-intro-services .select-block-2 .d-block-btn {
    margin-top: 25px;
}
.d-c-intro-services .select-block-2 .d-block-btn a {
    margin-left: 0;
}
.d-c-intro-services .select-block-2 .d-b-img {
    padding: 0;
}
.d-c-intro-services .select-block-2 .d-b-img .img-1 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.d-c-intro-services .select-block-2 .d-b-img .img-2 img {
    position: absolute;
    bottom: 55px;
    left: -14%;
    width: 352px;
    height: 284px;
    object-fit: cover;
}
.d-c-intro-services .select-block-2 .carousel-inner {
    overflow: inherit;
}

:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-red-brown: #A4493D;
    --color-red:#59241D;
    --color-bg:#F1ECEB;
}

/*////// GENERAL //////*/
body {
    overflow-x: hidden;
}
.flickity-viewport {
    overflow: visible !important;
}
.d-hero .container-fluid,
.d-c-slider .container-fluid,
.d-c-nav-tabs-info .container-fluid {
    max-width: 100%;
}
.container-fluid {
    max-width: 1440px;
}
section, footer {position: relative;}
a:hover {text-decoration: none;}
p, li, a, h1, h2, h3,h4, h5, strong, b, address {
    -webkit-font-smoothing: antialiased;
    -khtml-font-smoothing: antialiased;
    -apple-font-smoothing: antialiased;
}

.p-section {
    font-family: Optima-Bold;
    font-size: 14px;
    color: #A4493D;
    letter-spacing: 3px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.title {
    font-family: "Optima";
    font-size: 80px;
    letter-spacing: 1.6px;
    line-height: 105px;
    text-transform: uppercase;
}

.fill {
    --color: #A4493D;
    --hover: white;
}
.fill:hover,
.fill:focus {
    box-shadow: inset 0 0 0 4em var(--hover);
}
.btn-1,
.btn-2,
.btn-3 {
    -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.btn-1:hover,
.btn-1:focus {
    background-color: white;
    color: #A4493D;
    -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.btn-2:hover,
.btn-2:focus {
    background-color: #F1ECEB;
    color: #A4493D;
    -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.btn-3:hover,
.btn-3:focus {
    background-color: #A4493D;
    color: white;
    border:1px solid #A4493D;
    -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.btn-red-brown {
    padding: 40px 53px;
    background-color: #A4493D;
    font-family: "Optima-Bold";
    font-size: 16px;
    color: white;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    line-height: 18px;
}
.btn-border-white {
    padding: 40px 53px;
    background-color: transparent;
    font-family: "Optima-Bold";
    font-size: 16px;
    color: white;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    border:1px solid white;
    line-height: 18px;
    transition: 0.25s;
}
.color-2 .btn-border-white {
    color:#A4493D
}
.btn-border-white:hover {
    color:var(--color);
}
.btn-white {
    padding: 40px 53px;
    background-color: white;
    font-family: "Optima-Bold";
    font-size: 16px;
    color: #A4493D;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    border:1px solid white;
    line-height: 18px;
}

.d-block-left,
.d-block-right,
.d-block-left img,
.d-block-right img{
    display: none;
}
.d-block-left {
    height: 100%;
    top: 50px !important;
    bottom: 0;
    left: 0 !important;
    width: 20%;
    z-index: 1;
    cursor: pointer !important;
    cursor: url(../img/icons/left.svg) 10 10,auto !important;
}
.d-block-right {
    height: 100%;
    top: 50px !important;
    bottom: 0;
    left: auto !important;
    right: 0 !important;
    width: 20%;
    z-index: 1;
    cursor: pointer !important;
    cursor: url(../img/icons/right.svg) 10 10,auto !important;
}
.d-c-text-slider .d-block-left,
.d-c-nav-tabs-info .d-block-left,
.d-c-slider-rooms .d-block-left {
    cursor: url(../img/icons/left-color.svg) 10 10,auto !important;
}
.d-c-text-slider .d-block-right,
.d-c-nav-tabs-info .d-block-right,
.d-c-slider-rooms .d-block-right {
    cursor: url(../img/icons/right-color.svg) 10 10,auto !important;
}

.d-c-text-slider .d-block-left,
.d-c-text-slider .d-block-right{
    display: none;
}

/*////// popup reserva //////*/
.c-menu__col-left, .c-menu__col-left_white {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    background-color: white;
    /*transform: translateX(-100%);*/
    transform: translateX(0);
    transition: all 0.6s cubic-bezier(0.49, 0.78, 0.22, 1);
    transition-delay: .5s;
    overflow: hidden;
    height: 100%;
    position: fixed;
    left: 0;
    opacity: 0;
    z-index: -1;
}
.c-menu__col-right, .c-menu__col-right_white {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    background-color: white;
    /*transform: translateX(100%);*/
    transform: translateX(0);
    transition: all 0.6s cubic-bezier(0.49, 0.78, 0.22, 1);
    transition-delay: .5s;
    overflow: hidden;
    height: 100%;
    position: fixed;
    right: 0;
    opacity: 0;
    z-index: -1;
}
.c-menu__col-left.open, .c-menu__col-left_white.open {
    transform: translateX(0px);
    opacity: 1;
    z-index: 53;
    transition-delay: .1s;
}
.c-menu__col-right.open, .c-menu__col-right_white.open {
    transform: translateX(0px);
    opacity: 1;
    z-index: 53;
    transition-delay: .1s;
}
.site-nav__menu {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    /* padding-top: 7.4vw; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transition-delay: .5s;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;

    padding: 70px 0 80px;
    overflow: auto;
    opacity:0;
}
.site-nav__menu.open {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    z-index: 54;
    opacity: 1;
}
.site-nav__main, .site-nav__menu-inner {
    height: 100vh;
}
.site-nav__main {
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-repeat: no-repeat;
    background-position: center;
}
.site-nav__main.open {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    transition-delay: .5s;
}
.site-nav__main .display-table {
    max-width: 100%;
    margin: 0 auto;
}
.display-table {
    display: table;
    height: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.site-nav__menu .d-block-logo {
    margin-bottom: 20px;
}
.site-nav__menu .d-block-text .title {
    color: #A4493D;
}
.site-nav__menu .d-block-text p {
    /* Reserva ahora en nue: */
    font-family: "GalanoClassic-Regular";
    font-size: 24px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 45px;
}
.site-nav__menu .d-block-text {
    margin-bottom: 40px;
    overflow: hidden;
    height: 149px;
    min-height: 138px;
}
.site-nav__menu .d-block-bottom p {
    font-family: "Optima-Bold";
    font-size: 14px;
    color: #A4493D;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.site-nav__menu .d-block-bottom p.link, .site-nav__menu .d-block-bottom p.links a {
    font-family: "GalanoClassic-Regular";
    font-size: 24px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 45px;
    text-transform: none;
}
.site-nav__menu .d-block-bottom .links a {
    margin: 0 35px;
}
.site-nav__menu .d-block-bottom .links img {
    margin-right: 26px;
    height: 18px;
}

.site-nav__menu form {
    margin-bottom: 80px;
}
.site-nav__menu .d-block-form {
    padding: 0 25px;
}
.site-nav__menu form button {
    border:0;
    width: 100%;
}
.site-nav__menu form .col-12 {
    display: flex;
}
.site-nav__menu form .d-block-btn .block-btn{
    width: 100%;
}
.site-nav__menu form .block-hotel {
    width: 42%;
    position: relative;
}
.site-nav__menu form .block-calendar, .site-nav__menu form .block-promo {
    width: 20%;
}
.site-nav__menu form label {
    width: 100%;
    border: 1px solid #A4493D;
    text-align: left;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}
.site-nav__menu form label span{
    padding-left: 20px;
    font-family: "Optima-Bold";
    font-size: 14px;
    color: #A4493D;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.site-nav__menu form .form-control:disabled, .site-nav__menu form .form-control[readonly], .site-nav__menu form .form-control {
    background-color: white;
    border: 0;
    padding: 10px 20px;
}
.site-nav__menu form input, .site-nav__menu form select {
    font-family: "GalanoClassic-Regular";
    font-size: 24px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 45px;
}
.site-nav__menu form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A4493D;
}
.site-nav__menu form input::-moz-placeholder { /* Firefox 19+ */
    color: #A4493D;
}
.site-nav__menu form input:-ms-input-placeholder { /* IE 10+ */
    color: #A4493D;
}
.site-nav__menu form input:-moz-placeholder { /* Firefox 18- */
    color: #A4493D;
}

.site-nav__menu hr {
    width: 1px;
    background-color: #A4493D;
    height: 69px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}
.site-nav__menu hr:last-child {
    top: auto;
    bottom: 0;
    height: 69px;
    position: relative;
}
.site-nav__menu .close-menu {
    height: 27px;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
.site-nav__menu .close-menu-mobile {
    height: 24px;
    position: absolute;
    left: 42px;
    top: 60px;
    cursor: pointer;
}
.site-nav__menu .close-menu, .site-nav__menu .close-menu-mobile {
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-repeat: no-repeat;
    background-position: center;
}
.site-nav__menu.open .close-menu, .site-nav__menu.open .close-menu-mobile {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    transition-delay: .7s;
}
.site-nav__menu .d-block-menu {
    margin: 50px 0;
}
/*.site-nav__menu .d-block-menu li a {
    margin: 17px 0;
    display: block;
    font-family: "Optima";
    font-size: 19px;
    color: #A4493D;
    letter-spacing: 3px;
    text-transform: uppercase;
}*/
.site-nav__menu.block-menu-mobile .display-table-cell {
    vertical-align: inherit;
}

.site-nav__menu .select-block-hotels {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #F1ECEB;
    width: 100%;
    text-align: left;

    border-left: 1px solid #A4493D;
    border-right: 1px solid #A4493D;
    border-bottom: 1px solid #A4493D;
}
.site-nav__menu .select-block-hotels .column-1,
.site-nav__menu .select-block-hotels .column-2{
    width: 50%;
    margin: 59px 0;
    padding: 0 0 0 55px;
}
.site-nav__menu .select-block-hotels .column-2 {
    border-left: 1px solid #A4493D;
}
.site-nav__menu .select-block-hotels.open {
    display: flex;
}
.site-nav__menu .select-block-hotels p {
    color: #A4493D;
    font-family: "GalanoClassic-Regular";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
}
.site-nav__menu .select-block-hotels p.select-hotel {
    cursor: pointer;
}
.site-nav__menu .select-block-hotels .title-col {
    font-family: "Optima-Bold";
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/*////// header //////*/
header .block-bars {
    display: none;
}
.navbar {
    height: 140px;
    z-index: 53;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: 0 auto;
}
.navbar .block-menu li {
    margin: 0 65px;

    font-family: "Optima-Bold";
    font-size: 14px;
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.navbar .block-menu li.active {
    border-bottom: 1px solid white;
}
.navbar .block-menu li a {
    color: white;
}
.navbar .block-menu li a:hover {
    text-decoration: none;
}
.navbar .block-menu.block-left {
    margin-right: 35px;
}
.navbar .block-menu.block-right {
    margin-left: 35px;
}
.navbar .logo, .navbar .logo img {
    width: 115px;
    margin: 0;
}
ul.nav.navbar-nav.block-menu {
    max-width: 570px;
    width: 100%;
}
.navbar .block-lang img {
    margin-right: 5px;
    height: 20px;
    width: 20px;
}
.navbar .block-lang li {
    font-family: "Optima";
    font-size: 14px;
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.navbar .block-lang li a {
    color: white;
}
.navbar .block-lang li a:hover {
    text-decoration: none;
}
.navbar .block-lang {
    position: absolute;
    right: 77px;
}

/*dropdown*/
.navbar .block-menu .dropdown-menu, .navbar .block-lang .dropdown-menu {
    top: 100%;
    height: auto;
    border: 0;
    min-width: 296px;
    padding: 20px;
    margin: 0;
    text-align: left;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    border-radius: 0;
    left: -10px;
    right: auto;
}
.navbar .block-lang .dropdown-menu {
    min-width: 71px;
}
.navbar .block-menu .dropdown-menu, .navbar .block-lang .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    display: block;
    position: absolute;
}
.navbar .block-menu .dropdown:hover > .dropdown-menu, .navbar .block-lang .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);

}
.navbar .block-menu .dropdown-menu, .navbar .block-lang .dropdown-menu {
    background-color: black;
}
.navbar .block-menu .dropdown-menu li, .navbar .block-lang .dropdown-menu li {
    margin: 0 5px;
    padding: 0;
}
.navbar .block-menu .dropdown-menu li a, .navbar .block-lang .dropdown-menu li a {
    -webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;
}
.navbar .block-menu .dropdown-menu li a:hover, .navbar .block-lang .dropdown-menu li a:hover {
    color: #A4493D;
    -webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;
}

/* btn reservar*/
.d-block-book {
    position: fixed;
    z-index: 3;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    cursor: pointer;

    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
.d-block-book .d-block-text p {
    width: 16px;
    word-break: break-word;
    font-family: Optima-Bold;
    font-size: 16px;
    color: white;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0 auto;
}
.d-block-book .d-block-text {
    background-color: #A4493D;
    padding: 40px;
}
.d-block-book .d-block-icon {
    padding: 15px 30px;
    background-color: white;
}

/*////// d-hero //////*/
.d-hero.d-hero-short,
.d-hero.d-hero-short .carousel,
.d-hero.d-hero-short .carousel-item,
.d-hero.d-hero-short .carousel img,
.d-hero.d-hero-short .container-fluid,
.d-hero.d-hero-short .container-fluid .row,
.d-hero.d-hero-short .col-12{
    height: 540px !important;
}
.d-hero .carousel-item {
    height: 100vh;width: 100%;
}
.d-hero.scroll-1 .carousel img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 3s ease;-moz-transition: all 3s ease;-ms-transition: all 3s ease;-o-transition: all 3s ease;transition: all 3s ease;
}
.d-hero.scroll-1-1 .carousel img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 3s ease;-moz-transition: all 3s ease;-ms-transition: all 3s ease;-o-transition: all 3s ease;transition: all 3s ease;
}
.d-hero.scroll-2 .carousel img {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-transition: all 3s ease;-moz-transition: all 3s ease;-ms-transition: all 3s ease;-o-transition: all 3s ease;transition: all 3s ease;
}
.d-hero.scroll-2-2 .carousel img {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: all 3s ease;-moz-transition: all 3s ease;-ms-transition: all 3s ease;-o-transition: all 3s ease;transition: all 3s ease;
}
.d-hero.scroll-3 .carousel img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 3s ease;-moz-transition: all 3s ease;-ms-transition: all 3s ease;-o-transition: all 3s ease;transition: all 3s ease;
}
.d-hero.scroll-3-3 .carousel img {
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
    -webkit-transition: all 3s ease;-moz-transition: all 3s ease;-ms-transition: all 3s ease;-o-transition: all 3s ease;transition: all 3s ease;
}
.d-hero.scroll-4 .carousel img {
    -webkit-transform: scale(1.22);
    transform: scale(1.22);
    -webkit-transition: all 3s ease;-moz-transition: all 3s ease;-ms-transition: all 3s ease;-o-transition: all 3s ease;transition: all 3s ease;
}
.d-hero.scroll-4-4 .carousel img {
    -webkit-transform: scale(1.26);
    transform: scale(1.26);
    -webkit-transition: all 3s ease;-moz-transition: all 3s ease;-ms-transition: all 3s ease;-o-transition: all 3s ease;transition: all 3s ease;
}
.d-hero.scroll-5 .carousel img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 3s ease;-moz-transition: all 3s ease;-ms-transition: all 3s ease;-o-transition: all 3s ease;transition: all 3s ease;
}
.d-hero.d-hero-short .d-block-title {
    top: 60%;
}
.d-hero .d-block-title .title {
    font-family: "Optima";
    font-size: 78px;
    color: white;
    letter-spacing: 1.6px;
    line-height: 93px;
    max-width: 1275px;
    padding: 0 15px;
    margin: 0 auto;
    text-transform: uppercase;
}
.d-hero .d-block-title .subtitle {
    font-family: "GalanoClassic-Regular";
    font-size: 24px;
    color: white;
    letter-spacing: 0;
    line-height: 38px;
    margin-bottom: 20px;
}
.d-hero .d-anchor p {
    font-family: "Optima";
    font-size: 16px;
    color: white;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
    margin-top:38px;
    margin-bottom: 30px;
}
.d-hero .d-anchor p a {
    color: white;
}
.d-hero .d-anchor p a:hover {
    text-decoration: none;
}
.d-hero .d-anchor p:before {
    content: '';
    position: absolute;
    width: 50px;
    background-color: white;
    height: 1px;
    top: -8px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.d-hero .d-anchor {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
}
.d-hero .d-anchor hr:first-child {
    height: 9vh;
    width: 1px;
    background-color: white;
    margin-bottom: 0;
    margin-top: 0;
}
.d-hero .d-anchor hr:last-child {
    height: 7vh;
    width: 1px;
    background-color: white;
    margin-bottom: 0;
    margin-top: 0;
}
.d-hero .d-hr {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 2;
}
.d-hero .d-hr hr {
    height: 7vh;
    width: 1px;
    background-color: white;
    margin-bottom: 0;
    margin-top: 0;
}

.d-hero .d-hr,
.d-hero .d-block-title,
.d-hero .d-anchor {
    opacity: 1;
    -webkit-transition: opacity .7s ease;-moz-transition: opacity .7s ease;-ms-transition: opacity .7s ease;-o-transition: opacity .7s ease;transition: opacity .7s ease;
}
.d-hero.scroll-1 .d-hr,
.d-hero.scroll-1 .d-block-title,
.d-hero.scroll-1 .d-anchor {
    opacity: 0.9;
    -webkit-transition: opacity .7s ease;-moz-transition: opacity .7s ease;-ms-transition: opacity .7s ease;-o-transition: opacity .7s ease;transition: opacity .7s ease;
}
.d-hero.scroll-1-1 .d-hr,
.d-hero.scroll-1-1 .d-block-title,
.d-hero.scroll-1-1 .d-anchor {
    opacity: 0.8;
    -webkit-transition: opacity .7s ease;-moz-transition: opacity .7s ease;-ms-transition: opacity .7s ease;-o-transition: opacity .7s ease;transition: opacity .7s ease;
}
.d-hero.scroll-2 .d-hr,
.d-hero.scroll-2 .d-block-title,
.d-hero.scroll-2 .d-anchor {
    opacity: 0.7;
    -webkit-transition: opacity .7s ease;-moz-transition: opacity .7s ease;-ms-transition: opacity .7s ease;-o-transition: opacity .7s ease;transition: opacity .7s ease;
}
.d-hero.scroll-2-2 .d-hr,
.d-hero.scroll-2-2 .d-block-title,
.d-hero.scroll-2-2 .d-anchor {
    opacity: 0.6;
    -webkit-transition: opacity .7s ease;-moz-transition: opacity .7s ease;-ms-transition: opacity .7s ease;-o-transition: opacity .7s ease;transition: opacity .7s ease;
}
.d-hero.scroll-3 .d-hr,
.d-hero.scroll-3 .d-block-title,
.d-hero.scroll-3 .d-anchor {
    opacity: 0.5;
    -webkit-transition: opacity .7s ease;-moz-transition: opacity .7s ease;-ms-transition: opacity .7s ease;-o-transition: opacity .7s ease;transition: opacity .7s ease;
}
.d-hero.scroll-3-3 .d-hr,
.d-hero.scroll-3-3 .d-block-title,
.d-hero.scroll-3-3 .d-anchor {
    opacity: 0.4;
    -webkit-transition: opacity .7s ease;-moz-transition: opacity .7s ease;-ms-transition: opacity .7s ease;-o-transition: opacity .7s ease;transition: opacity .7s ease;
}
.d-hero.scroll-4 .d-hr,
.d-hero.scroll-4 .d-block-title,
.d-hero.scroll-4 .d-anchor {
    opacity: 0.3;
    -webkit-transition: opacity .7s ease;-moz-transition: opacity .7s ease;-ms-transition: opacity .7s ease;-o-transition: opacity .7s ease;transition: opacity .7s ease;
}
.d-hero.scroll-4-4 .d-hr,
.d-hero.scroll-4-4 .d-block-title,
.d-hero.scroll-4-4 .d-anchor {
    opacity: 0.2;
    -webkit-transition: opacity .7s ease;-moz-transition: opacity .7s ease;-ms-transition: opacity .7s ease;-o-transition: opacity .7s ease;transition: opacity .7s ease;
}
.d-hero.scroll-5 .d-hr,
.d-hero.scroll-5 .d-block-title,
.d-hero.scroll-5 .d-anchor {
    opacity: 0;
    -webkit-transition: opacity .7s ease;-moz-transition: opacity .7s ease;-ms-transition: opacity .7s ease;-o-transition: opacity .7s ease;transition: opacity .7s ease;
}

/*////// d-c-editorial-intro //////*/
.d-c-editorial-intro {
    padding-top: 200px;
    padding-bottom: 300px;
}
.d-c-editorial-intro hr {
    width: 1px;
    background-color: #A4493D;
    height: 120px;
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}
.d-c-editorial-intro:before {
    content:'';
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
    height: 300px;
    background-color: #A4493D;
    z-index: -1;
}
.d-c-editorial-intro .text {
    font-family: "GalanoClassic-Light";
    font-size: 48px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 70px;
    max-width: 1214px;
    margin: 0 auto;
}
.d-c-editorial-intro .d-block-btn {
    margin-top: 96px;
    margin-bottom: -70px;
    position: relative;
    z-index: 1;
}
.d-c-editorial-intro .img-1 img {
    width: 348px;
    height: 414px;
    object-fit: cover;
}
.d-c-editorial-intro .img-1 picture {
    position: absolute;
    left: 0;
    top: -188px;
}
.d-c-editorial-intro .img-2 {
    margin-top: 16px;
    padding-right: 0;
}
.d-c-editorial-intro .img-2 img {
    width: 100%;
    height: 675px;
    object-fit: cover;
}
.d-c-editorial-intro .img-3 img {
    width: 100%;
    height: 825px;
    object-fit: cover;
}
.d-c-editorial-intro .img-3 picture {
    position: absolute;
    bottom: -300px;
    left: 17%;
    right: 10%;
}

/*////// d-c-intro //////*/
.d-c-intro {
    background-color: #F1ECEB;
}
.d-c-intro.type-2 {
    background-color: white;
}
.d-c-intro .col-12 {
    padding-top: 200px;
    padding-bottom: 145px;
}
.d-c-intro hr {
    width: 1px;
    background-color: #A4493D;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}
.d-c-intro hr:first-child {
    height: 100px;
    top: 0;
}
.d-c-intro hr:last-child {
    height: 124px;
    bottom: 0;
}
.d-c-intro.type-2 hr:last-child {
    height: 120px;
}
.d-c-intro .text {
    font-family: "GalanoClassic-Light";
    font-size: 48px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 70px;
    max-width: 1214px;
    margin: 0 auto;
    margin-bottom: 135px;
}
.d-c-intro .claim {
    font-family: "Optima-Bold";
    font-size: 16px;
    color: #A4493D;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
}
.d-c-intro .claim p:before {
    content: '';
    position: absolute;
    width: 50px;
    background-color: #A4493D;
    height: 1px;
    top: -8px;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*////// d-c-two-blocks-nav-tabs //////*/
.d-c-two-blocks {
    background-color: #A4493D;
    padding-top: 200px;
}
.d-c-two-blocks .d-block-intro .title {
    font-family: "Optima";
    font-size: 80px;
    color: white;
    letter-spacing: 1.6px;
    line-height: 105px;
    max-width: 1054px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.d-c-two-blocks .d-block-intro .text {
    font-family: "GalanoClassic-Light";
    font-size: 48px;
    color: white;
    letter-spacing: 0;
    line-height: 70px;
    max-width: 1214px;
    margin: 0 auto;
}
.d-c-two-blocks .d-block-intro hr {
    width: 1px;
    background-color: white;
    height: 120px;
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}
.d-c-two-blocks .d-block-intro .p-section {
    color: white;
}
.d-c-two-blocks .d-block-link .title {
    font-family: "Optima";
    font-size: 48px;
    color: white;
    letter-spacing: 0.96px;
    line-height: 60px;
    margin-bottom: 13px;
}
.d-c-two-blocks .d-block-link .subtitle {
    font-family: "Optima-Bold";
    font-size: 14px;
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.d-c-two-blocks .d-block-link .text {
    margin: 30px 0;
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    color: white;
    letter-spacing: 0;
    line-height: 38px;
}
.d-c-two-blocks .d-block-link .d-block-btn {
    margin-top: 30px;
}
.d-c-two-blocks .d-block-link .btn-border-white {
    margin-left: 0;
}
.d-c-two-blocks .d-block-link > div {
    max-width: 430px;
    margin: 0 auto;
}
.d-c-two-blocks .position-relative {
    max-width: 1214px;
    margin: 0 auto;
}
.d-c-two-blocks .position-relative hr {
    width: 1px;
    height: 460px;
    background-color: white;
    margin: 0;
    position: absolute;
    left: 50%;
    margin-top: -35px;
}
.d-c-two-blocks .position-relative.hr-short hr {
    height: 222px;
}
.d-c-two-blocks .position-relative {
    padding-top: 170px;
    padding-bottom: 215px;
}
/*---------------*/
.d-c-nav-tabs-1 {
    background-color: #A4493D;
    padding-bottom: 200px;
}
.d-c-nav-tabs-1 .d-block-slider .d-block-title .title {
    font-family: "Optima";
    font-size: 80px;
    color: white;
    letter-spacing: 1.6px;
    line-height: 105px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .nav-tabs {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    border:0;
    padding-bottom: 73px;
}
.d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .nav-tabs a {
    font-family: "Optima-Bold";
    font-size: 14px;
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: transparent;
    border:0;
    padding: 0;
    padding-bottom: 16px;
    margin: 0 30px;
}
.d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .nav-tabs a.active {
    border-bottom: 1px solid white;
}
.d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs {
    padding: 0;
}
.d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .d-block-left,
.d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .d-block-left,
.d-c-text-slider .d-block-slider .d-block-left,
.d-c-slider .d-block-slider .d-block-left,
.d-block-tabs-l2 .d-block-left,
.d-block-tabs-l3 .d-block-left{
    position: absolute;
    top: 50%;
    left: 38px;
    cursor: pointer;
}
.d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .d-block-right,
.d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .d-block-right,
.d-c-text-slider .d-block-slider .d-block-right,
.d-c-slider .d-block-slider .d-block-right,
.d-block-tabs-l2 .d-block-right,
.d-block-tabs-l3 .d-block-right{
    position: absolute;
    top: 50%;
    right: 38px;
    cursor: pointer;
}
.d-c-nav-tabs-1 .d-hr hr {
    width: 1px;
    background-color: white;
    height: 120px;
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}

/*////// d-c-nav-tabs-2 //////*/
.d-c-nav-tabs-2 {
    background-color: #A4493D;
    padding-bottom: 300px;
    padding-top: 200px;
}
.d-c-nav-tabs-2.color-2 {
    background-color: #F1ECEB;
}
.d-c-nav-tabs-2 .p-section {
    color:white;
}
.d-c-nav-tabs-2.color-2 .p-section {
    color: #A4493D;
}
.d-c-nav-tabs-2 .d-block-slider .d-block-title .title {
    font-family: "Optima";
    font-size: 80px;
    color: white;
    letter-spacing: 1.6px;
    line-height: 105px;
    text-transform: uppercase;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.d-c-nav-tabs-2.color-2 .d-block-slider .d-block-title .title {
    color: #A4493D;
}
.d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .nav-tabs {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    border:0;
    padding-bottom: 73px;
}
.d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .nav-tabs a {
    font-family: "Optima";
    font-size: 14px;
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: transparent;
    border:0;
    padding: 0;
    padding-bottom: 16px;
    margin: 0 30px;
}
.d-c-nav-tabs-2.color-2 .d-block-slider .d-block-nav-tabs .nav-tabs a {
    color:#A4493D
}
.d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .nav-tabs a.active {
    border-bottom: 1px solid white;
    font-family: "Optima-Bold";
}
.d-c-nav-tabs-2.color-2 .d-block-slider .d-block-nav-tabs .nav-tabs a.active {
    border-bottom: 1px solid #A4493D;
}
.d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs {
    padding: 0;
}
.d-c-nav-tabs-2 .d-hr hr {
    width: 1px;
    background-color: white;
    height: 175px;
    position: absolute;
    bottom: -300px;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}
.d-c-nav-tabs-2.color-2 hr {
    background-color: #A4493D;
}
.d-c-nav-tabs-2 hr {
    width: 1px;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
    height: 120px;
}
.d-c-nav-tabs-2 hr:first-child {
    top: 0;
}
.d-c-nav-tabs-2 hr:last-child {
    bottom: 0;
}
.d-c-nav-tabs-2 .d-block-slider .nav-item {
    cursor: pointer;
}

/*////// d-c-editorial-two-blocks-1 //////*/
.d-c-editorial-two-blocks-1 {
    padding-top: 173px;
    padding-bottom: 210px;
    background-color: #F1ECEB;
}
.d-c-editorial-two-blocks-1 .d-block-text .title {
    font-family: "Optima";
    font-size: 48px;
    color: #A4493D;
    letter-spacing: 0.96px;
    line-height: 60px;
    margin-bottom: 30px;
}
.d-c-editorial-two-blocks-1 .d-block-2 .d-block-text > div {
    /*position: absolute;
    top: 43%;
    transform: translate(0,-50%);*/
    margin-top: 110px;
    margin-left: 19%;
}
.d-c-editorial-two-blocks-1 .d-block-1 .d-block-text > div {
    max-width: 588px;
    margin-left: 15%;
}
.d-c-editorial-two-blocks-1 .d-block-2 .d-block-text > div {
    max-width: 517px;
    left: 30%;
}
.d-c-editorial-two-blocks-1 .d-block-text .d-block-btn {
    /*position: absolute;*/
    bottom: 0;
    top: auto;
    transform: translate(0,0);
}
.d-c-editorial-two-blocks-1 .d-block-text .d-block-btn a {
    margin-left: 0;
}
.d-c-editorial-two-blocks-1 .d-block-2 .d-block-text .d-block-btn {
    bottom: 80px;
}
.d-c-editorial-two-blocks-1 .d-block-text .text {
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 38px;
    margin-bottom: 40px;
    max-width: 431px;
}
.d-c-editorial-two-blocks-1 .d-block-1 .img-1 img {
    height: 805px;
    margin-left: 130px;
    width: 62%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.d-c-editorial-two-blocks-1 .d-block-1 .img-2 img {
    height: 502px;
    margin-left: 49%;
    width: 40%;
    margin-top: -400px;
    position: relative;
    z-index: 0;
    object-fit: cover;
}
.d-c-editorial-two-blocks-1 .d-block-2 .img-1 img {
    height: 864px;
    margin-left: 7%;
    margin-top: 20px;
    width: 68%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}
.d-c-editorial-two-blocks-1 .d-block-2 .img-2 img {
    height: 473px;
    margin-left: 62%;
    width: 48%;
    margin-top: -200px;
    position: relative;
    z-index: 1;
    object-fit: cover;
}
.d-c-editorial-two-blocks-1 .d-block-1 hr {
    width: 1px;
    background-color: #A4493D;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
    height: 100%;
}

/*////// d-c-editorial-two-blocks-2 //////*/
.d-c-editorial-two-blocks-2 {
    background-color: #F1ECEB;
}
.d-c-editorial-two-blocks-2 .d-block-1 .d-block-intro hr {
    width: 1px;
    background-color: #A4493D;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}
.d-c-editorial-two-blocks-2 .d-block-1 .d-block-intro hr:first-child {
    height: 120px;
    top:0;
}
.d-c-editorial-two-blocks-2 .d-block-1 .d-block-intro hr:last-child {
    height: 146px;
    bottom:0;
}
.d-c-editorial-two-blocks-2 .d-block-1 .d-block-intro {
    padding-top: 200px;
    padding-bottom: 146px;
}
.d-c-editorial-two-blocks-2 .d-block-1 .title {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 40px;
    color: #A4493D;
}
.d-c-editorial-two-blocks-2 .d-block-1 .text {
    max-width: 900px;
    margin: 0 auto;
    font-family: "GalanoClassic-Regular";
    font-size: 24px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 45px;
    margin-bottom: 85px;
}
.d-c-editorial-two-blocks-2 .d-block-1 .d-block-img-1 img {
    height: 540px;
    width: 430px;
    object-fit: cover;
    position: absolute;
    z-index: 2;
    margin-top: -250px;
}
.d-c-editorial-two-blocks-2 .d-block-1 .d-block-img-2 img {
    height: 803px;
    object-fit: cover;
    position: relative;
    z-index: 1;
    width: 80%;
}
.d-c-editorial-two-blocks-2 .d-block-1 .d-block-img-3 {
    padding-right: 0;
    text-align: right;
    padding-bottom: 120px;
}
.d-c-editorial-two-blocks-2 .d-block-1 .d-block-img-3 img {
    height: 596px;
    width: 647px;
    object-fit: cover;
    position: relative;
    z-index: 0;
    margin-top: -300px;
}
.d-c-editorial-two-blocks-2 .d-block-1 .d-block-img-1 hr,
.d-c-editorial-two-blocks-2 .d-block-1 .d-block-img-2 hr,
.d-c-editorial-two-blocks-2 .d-block-1 .d-block-img-3 hr{
    width: 1px;
    background-color: #A4493D;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
    height: 100%;
    z-index: 3;
    top:0;
}
.d-c-editorial-two-blocks-2 .d-block-1 .d-block-img-2 hr {
    z-index: 0;
}
.d-c-editorial-two-blocks-2 .d-block-2 {
    position: relative;
    padding-bottom: 223px;
}
.d-c-editorial-two-blocks-2 .d-block-2 .title {
    font-size: 48px;
    letter-spacing: 0.96px;
    line-height: 60px;
    margin-bottom: 30px;
    color: #A4493D;
}
.d-c-editorial-two-blocks-2 .d-block-2 .text {
    font-family: "GalanoClassic-Regular";
    color: #A4493D;
    letter-spacing: 0;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 38px;
}
.d-c-editorial-two-blocks-2 .d-block-2 .d-block-btn a {
    margin-left: 0;
}
.d-c-editorial-two-blocks-2 .d-block-2 .d-block-intro > div {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 431px;
}
.d-c-editorial-two-blocks-2 .d-block-2 .d-block-img-1 {
    padding-left: 0;
}
.d-c-editorial-two-blocks-2 .d-block-2 .d-block-img-1 img {
    height: 1084px;
    width: 100%;
    object-fit: cover;
}
.d-c-editorial-two-blocks-2 .d-block-2 .d-block-img-2 img {
    height: 479px;
    width: 463px;
    object-fit: cover;
    margin-top: -295px;
    margin-left: -165px;
}
.d-c-editorial-two-blocks-2 .d-block-2 hr{
    width: 1px;
    background-color: #A4493D;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
    height: 100%;
    top:0;
}

/*////// d-c-editorial-two-blocks-3 //////*/
.d-c-editorial-two-blocks-3 {
    background-color: #F1ECEB;
    padding-top: 173px;
    padding-bottom: 450px;
}
.d-c-editorial-two-blocks-3 hr {
    width: 1px;
    background-color: #A4493D;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
    height: 100%;
    top: 0;
}
.d-c-editorial-two-blocks-3 .d-block-1 .d-block-text > div {
    /*position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 431px;*/
    position: initial;
    top: 53%;
    left: 50%;
    transform: translate(0,0);
    width: 100%;
    max-width: 431px;
    margin-left: 104px;
    margin-top: 40px;
}
.d-c-editorial-two-blocks-3 .d-block-text .text {
    font-family: "GalanoClassic-Regular";
    color: #A4493D;
    letter-spacing: 0;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 38px;
}
.d-c-editorial-two-blocks-3 .d-block-text .title {
    font-size: 48px;
    letter-spacing: 0.96px;
    line-height: 60px;
    margin-bottom: 30px;
    color: #A4493D;
}
.d-c-editorial-two-blocks-3 .d-block-text .d-block-btn a {
    margin-left: 0;
}
.d-c-editorial-two-blocks-3 .d-block-text .d-block-btn {
    margin-top: 55px;
}
.d-c-editorial-two-blocks-3 .d-block-1 .d-block-img .img-1 img {
    height: 805px;
    width: 62%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    margin-left: -40px;
}
.d-c-editorial-two-blocks-3 .d-block-1 .d-block-img .img-2 img {
    height: 502px;
    width: 336px;
    object-fit: cover;
    z-index: 0;
    position: absolute;
    right: 16%;
    bottom: -9%;
}
.d-c-editorial-two-blocks-3 .d-block-1 {
    padding-bottom: 75px;
}
.d-c-editorial-two-blocks-3 .d-block-2 .d-block-img .img-1 img {
    height: 864px;
    width: 75%;
    object-fit: cover;
    position: relative;
    z-index: 0;
    margin-left: 80px;
}
.d-c-editorial-two-blocks-3 .d-block-2 .d-block-img .img-2 img {
    height: 473px;
    width: 375px;
    object-fit: cover;
    z-index: 0;
    position: absolute;
    top: 650px;
    right: -47px;
}
.d-c-editorial-two-blocks-3 .d-block-2 .d-block-text > div {
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 455px;
}

/*////// d-c-editorial-four-blocks-1 //////*/
.d-c-editorial-four-blocks-1 {
    background-color: #F1ECEB;
}
.d-c-editorial-four-blocks-1 hr {
    width: 1px;
    background-color: #A4493D;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
    height: 100%;
}
.d-c-editorial-four-blocks-1 .d-block-text > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 431px;
}
.d-c-editorial-four-blocks-1 .d-block-1 .d-block-text > div {
    top: 0;
    transform: translate(-50%,0);
}
.d-c-editorial-four-blocks-1 .d-block-2 .d-block-text > div {
    top: 37%;
}
.d-c-editorial-four-blocks-1 .d-block-3 .d-block-text > div {
    top: 0;
    transform: translate(0,0);
    left:0;
}
.d-c-editorial-four-blocks-1 .d-block-4 .d-block-text > div {
    top: 82%;
}
.d-c-editorial-four-blocks-1 .d-block-text .title {
    font-size: 48px;
    color: #A4493D;
    letter-spacing: 0.96px;
    line-height: 60px;
    text-transform: uppercase;
}
.d-c-editorial-four-blocks-1 .d-block-text .text {
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 38px;
    margin-top: 30px;
}
.d-c-editorial-four-blocks-1 .d-block-1 .d-block-img {
    text-align: right;
}
.d-c-editorial-four-blocks-1 .d-block-1 .d-block-img img {
    height: 473px;
    max-width: 695px;
    width: 100%;
    margin-right: 40px;
    object-fit: cover;
}
.d-c-editorial-four-blocks-1 .d-block-1 {
    padding-bottom: 87px;
}
.d-c-editorial-four-blocks-1 .d-block-2 {
    padding-bottom: 133px;
}
.d-c-editorial-four-blocks-1 .d-block-3 {
    padding-bottom: 104px;
}
.d-c-editorial-four-blocks-1 .d-block-4 {
    padding-bottom: 256px;
}
.d-c-editorial-four-blocks-1 .d-block-2 .d-block-img img {
    height: 576px;
    max-width: 431px;
    width: 100%;
    object-fit: cover;
}
.d-c-editorial-four-blocks-1 .d-block-2 .d-block-img {
    text-align: center;
}
.d-c-editorial-four-blocks-1 .d-block-3 .d-block-img {
    padding-left: 0;
}
.d-c-editorial-four-blocks-1 .d-block-3 .d-block-img img {
    height: 596px;
    max-width: 821px;
    width: 100%;
    margin-top: -290px;
    object-fit: cover;
}
.d-c-editorial-four-blocks-1 .d-block-4 .d-block-img-1 img {
    height: 596px;
    width: 51%;
    margin-left: 14%;
    object-fit: cover;
}
.d-c-editorial-four-blocks-1 .d-block-4 .d-block-img-2 img {
    height: 558px;
    max-width: 431px;
    width: 100%;
    margin-top: -230px;
    object-fit: cover;
}

/*////// d-c-editorial-four-blocks-2 //////*/
.d-c-editorial-four-blocks-2 {
    background-color: #A4493D;
}
.d-c-editorial-four-blocks-2 .row {
    position: relative;
}
.d-c-editorial-four-blocks-2 .d-block-1 .d-block-img {
    padding-left: 0;
}
.d-c-editorial-four-blocks-2 .d-block-1 .d-block-img .img-1 img {
    margin-top: -100px;
    height: 836px;
    object-fit: cover;
    width:100%;
}
.d-c-editorial-four-blocks-2 .d-block-1 .d-block-img .img-2 img {
    height: 510px;
    width: 430px;
    object-fit: cover;
    margin-right: -157px;
    margin-top: -200px;
}
.d-c-editorial-four-blocks-2 .d-block-text > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 431px;
}
.d-c-editorial-four-blocks-2 .d-block-1 .d-block-text > div {
    top: 24%;
}
.d-c-editorial-four-blocks-2 .d-block-3 .d-block-text > div {
    top: 59%;
    left:28%;
}
.d-c-editorial-four-blocks-2 .d-block-4 .d-block-text > div {
    top: 31%;
}
.d-c-editorial-four-blocks-2 .d-block-text .p-section {
    color: white;
}
.d-c-editorial-four-blocks-2 .d-block-text .title {
    font-size: 48px;
    color: white;
    letter-spacing: 0.96px;
    line-height: 60px;
}
.d-c-editorial-four-blocks-2 .d-block-text .text {
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    color: white;
    letter-spacing: 0;
    line-height: 38px;
    margin-top: 30px;
}
.d-c-editorial-four-blocks-2 .d-block-2 .d-block-img-1 {
    padding-left: 0;
}
.d-c-editorial-four-blocks-2 .d-block-2 .d-block-img-1 .img-1 img {
    height: 843px;
    object-fit: cover;
    width:100%;
    margin-top: 269px;
}
.d-c-editorial-four-blocks-2 .d-block-2 .d-block-img-2 .img-2 img {
    height: 633px;
    object-fit: cover;
    width:100%;
    margin-top: -100px;
}
.d-c-editorial-four-blocks-2 .d-block-2 hr:first-child {
    width: 1px;
    background-color: white;
    height: 279px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}
.d-c-editorial-four-blocks-2 .d-block-2 hr:last-child {
    width: 1px;
    background-color: white;
    height: 280px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}
.d-c-editorial-four-blocks-2 .d-block-3 .d-block-img {
    padding-right: 0;
    padding-left: 0;
}
.d-c-editorial-four-blocks-2 .d-block-3 .d-block-img .img-1 img {
    height: 836px;
    object-fit: cover;
    width:100%;
    margin-top: -150px;
}
.d-c-editorial-four-blocks-2 .d-block-3 .d-block-img .img-2 img {
    height: 510px;
    object-fit: cover;
    width:353px;
    margin-left: -178px;
    margin-top: -390px;
    z-index: 1;
    position: relative;
}
.d-c-editorial-four-blocks-2 .d-block-3 {
    padding-bottom: 193px;
}
.d-c-editorial-four-blocks-2 .d-block-3 hr {
    width: 1px;
    background-color: white;
    height: 280px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}
.d-c-editorial-four-blocks-2 .d-block-4 {
    margin-bottom: -146px;
}
.d-c-editorial-four-blocks-2 .d-block-4 .d-block-img {
    padding-left: 0;
}
.d-c-editorial-four-blocks-2 .d-block-4 .d-block-img .img-1 img {
    height: 794px;
    object-fit: cover;
    width:100%;
    position: relative;
    z-index: 1;
}
.d-c-editorial-four-blocks-2 .d-block-4 .d-block-img .img-2 img {
    height: 510px;
    object-fit: cover;
    width:353px;
    margin-top: -140px;
    z-index: 1;
    position: relative;
}
.d-c-editorial-four-blocks-2 .d-block-4 hr {
    width: 1px;
    background-color: white;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}

/*////// d-c-editorial-two-blocks-4 //////*/
.d-c-editorial-two-blocks-4 {
    background-color: black;
    margin-bottom: -147px;
}
.d-c-editorial-two-blocks-4 .d-block-text .p-section {
    color: white;
}
.d-c-editorial-two-blocks-4 .d-block-text .title {
    font-size: 48px;
    color: white;
    letter-spacing: 0.96px;
    line-height: 60px;
}
.d-c-editorial-two-blocks-4 .d-block-text .text {
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    color: white;
    letter-spacing: 0;
    line-height: 38px;
    margin-top: 30px;
}
.d-c-editorial-two-blocks-4 .d-block-text > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 431px;
}
.d-c-editorial-two-blocks-4 .d-block-1 .d-block-text > div {
    top: 70%;
}
.d-c-editorial-two-blocks-4 .d-block-2 .d-block-text > div {
    top: 30%;
}
.d-c-editorial-two-blocks-4 .d-block-1 .d-block-img {
    padding-right: 0;
    padding-left: 0;
}
.d-c-editorial-two-blocks-4 .d-block-1 .d-block-img .img-1 img {
    height: 731px;
    object-fit: cover;
    width:100%;
    margin-top: -150px;
    z-index: 1;
    position: relative;
}
.d-c-editorial-two-blocks-4 .d-block-1 .d-block-img .img-2 img {
    height: 402px;
    object-fit: cover;
    width:314px;
    margin-left: -130px;
    margin-top: -190px;
    z-index: 1;
    position: relative;
}
.d-c-editorial-two-blocks-4 .d-block-1 hr {
    width: 1px;
    background-color: white;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}
.d-c-editorial-two-blocks-4 .d-block-1 {
    padding-bottom: 230px;
}
.d-c-editorial-two-blocks-4 .d-block-2 .d-block-img {
    text-align: right;
    padding-right: 0;
    position: relative;
    z-index: 1;
}
.d-c-editorial-two-blocks-4 .d-block-2 .d-block-img .img-1 img {
    height: 889px;
    object-fit: cover;
    width: 85%;
    margin-right: -1px;
}
.d-c-editorial-two-blocks-4 .d-block-2 .d-block-img .img-2 img {
    height: 604px;
    object-fit: cover;
    width: 463px;
    margin-top: -240px;
    margin-right: -135px;
    z-index: 1;
    position: relative;
}

/*////// d-c-three-blocks //////*/
.d-c-three-blocks {
    background-color: #F1ECEB;
    padding-bottom: 205px;
}
.d-c-three-blocks .d-block-intro {
    padding-top: 406px;
    padding-bottom: 305px;
}
.d-c-three-blocks .d-block-intro hr {
    width: 1px;
    background-color: #A4493D;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}
.d-c-three-blocks .d-block-intro hr:first-child {
    height: 347px;
    top:0;
}
.d-c-three-blocks .d-block-intro hr:last-child {
    height: 254px;
    bottom: 0;
}
.d-c-three-blocks .d-block-intro .title {
    margin-bottom: 40px;
    color: #A4493D;
}
.d-c-three-blocks .d-block-intro .text {
    font-family: "GalanoClassic-Regular";
    font-size: 24px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 45px;
    max-width: 900px;
    margin: 0 auto;
}
.d-c-three-blocks .d-block-info {
    height: 800px;
}
.d-c-three-blocks .d-block-info img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.d-c-three-blocks .d-block-info picture:before {
    position: absolute;
    content:'';
    top:0;
    bottom: 0;
    right:15px;
    left:15px;
}
.d-c-three-blocks .d-block-info.block-1 picture:before {
    background-color: rgba(164,73,61,0.82);
}
.d-c-three-blocks .d-block-info.block-2 picture:before {
    background-color: rgba(255,255,255,0.5);
}
.d-c-three-blocks .d-block-info.block-3 picture:before {
    background-color: rgba(0,0,0,0.82);
}
.d-c-three-blocks .d-block-info hr {
    width: 1px;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
    height: 102px;
    z-index:1;
}
.d-c-three-blocks .d-block-info hr:first-child {
    top:0;
}
.d-c-three-blocks .d-block-info hr:last-child {
    bottom: 0;
}
.d-c-three-blocks .d-block-info .title {
    font-size: 48px;
    color: white;
    letter-spacing: 0.96px;
    line-height: 60px;
    text-transform: none;
    position: absolute;
    top: 125px;
    left:0;
    width: 100%;
    padding: 0 30px;
}
.d-c-three-blocks .d-block-info .text {
    font-family: "GalanoClassic-Regular";
    font-size: 24px;
    color: white;
    letter-spacing: 0;
    line-height: 45px;

    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 100%;
    padding: 0 30px;
}
.d-c-three-blocks .d-block-info .claim {
    position: absolute;
    bottom: 125px;
    left: 0;
    width: 100%;

    font-family: "Optima-Bold";
    font-size: 16px;
    color: white;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 0 30px;
}
.d-c-three-blocks .d-block-info .claim p:before {
    content: '';
    position: absolute;
    width: 50px;
    background-color: white;
    height: 1px;
    top: -8px;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*////// d-c-text //////*/
.d-c-text {
    padding-top: 170px;
    padding-bottom: 170px;
    background-color: white;
}
.d-c-text hr {
    width: 1px;
    background-color: #A4493D;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}
.d-c-text hr:first-child {
    height: 100px;
    top:0;
}
.d-c-text hr:last-child {
    height: 327px;
    bottom: 0;
    display: none;
}
.d-c-text .title {
    margin-bottom: 40px;
    color: #A4493D;
}
.d-c-text .text {
    font-family: "GalanoClassic-Regular";
    font-size: 24px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 45px;
    max-width: 900px;
    margin: 0 auto;
}

/*////// d-c-editorial-block-1 //////*/
.d-c-editorial-block-1 {
    background-color: #F1ECEB;
    padding-top: 200px;
}
.d-c-editorial-block-1 hr,
.d-c-editorial-block-2 hr{
    width: 1px;
    background-color: #A4493D;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
    height: 120px;
}
.d-c-editorial-block-1 hr:first-child,
.d-c-editorial-block-2 hr:first-child{
    top:0;
}
.d-c-editorial-block-1 hr:last-child,
.d-c-editorial-block-2 hr:last-child{
    bottom: 0;
}
.d-c-editorial-block-1 .d-block-intro {
    margin-bottom: 70px;
}
.d-c-editorial-block-1 .d-block-intro .title,
.d-c-editorial-block-2 .d-block-intro .title,
.d-c-editorial-block-3 .d-block-intro .title{
    color: #A4493D;
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.d-c-editorial-block-1 .d-block-intro .text,
.d-c-editorial-block-2 .d-block-intro .text,
.d-c-editorial-block-3 .d-block-intro .text{
    font-family: "GalanoClassic-Regular";
    font-size: 24px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 45px;
    max-width: 900px;
    margin: 0 auto;
}
.d-c-editorial-block-1 .d-block-text > div,
.d-c-editorial-block-2 .d-block-text > div,
.d-c-editorial-block-3 .d-block-text > div{
    /*position: absolute;*/
    top: 46%;
    left: 46%;
    /*transform: translate(-50%,-50%);*/
    width: 100%;
    max-width: 431px;
    margin-top: 122px;
    margin-left: 15%;
}
.d-c-editorial-block-1 .d-block-text .title,
.d-c-editorial-block-2 .d-block-text .title,
.d-c-editorial-block-3 .d-block-text .title{
    font-size: 48px;
    color: #A4493D;
    letter-spacing: 0.96px;
    line-height: 60px;
    text-transform: uppercase;
}
.d-c-editorial-block-1 .d-block-text .text,
.d-c-editorial-block-2 .d-block-text .text,
.d-c-editorial-block-3 .d-block-text .text{
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 38px;
    margin-top: 30px;
}
.d-c-editorial-block-1 .d-block-text .d-block-btn,
.d-c-editorial-block-2 .d-block-text .d-block-btn{
    margin-top: 55px;
}
.d-c-editorial-block-1 .d-block-text .d-block-btn a,
.d-c-editorial-block-2 .d-block-text .d-block-btn a,
.d-c-editorial-block-3 .d-block-text .d-block-btn a{
    margin-left: 0;
}
.d-c-editorial-block-1 .d-block-img {
    padding-left: 0;
}
.d-c-editorial-block-1 .d-block-img .img-1 {
    text-align: right;
}
.d-c-editorial-block-1 .d-block-img .img-2 {
    margin-top: -285px;
}
.d-c-editorial-block-1 .d-block-img .img-1 img {
    width: 73%;
    height: 840px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.d-c-editorial-block-1 .d-block-img .img-2 img {
    width: 451px;
    height: 447px;
    object-fit: cover;
    position: relative;
    z-index: 0;
}
.d-c-editorial-block-3 .d-block-text > div {
    top: 31%;
}

/*////// d-c-editorial-block-2 //////*/
.d-c-editorial-block-2 {
    background-color: black;
    padding-top: 260px;
}
.d-c-editorial-block-2 hr {
    background-color: white;
}
.d-c-editorial-block-2 .d-block-intro .title,
.d-c-editorial-block-2 .d-block-intro .text,
.d-c-editorial-block-2 .d-block-text .title,
.d-c-editorial-block-2 .d-block-text .text{
    color: white;
}
.d-c-editorial-block-2 .d-block-intro .title {
    max-width: 100%;
}
.d-c-editorial-block-2 .d-block-intro .p-section {
    color: white;
}
.d-c-editorial-block-2 .d-block-intro {
    margin-bottom: 241px;
}
.d-c-editorial-block-2 .d-block-img {
    padding-right: 0;
}
.d-c-editorial-block-2 .d-block-img .img-1 img {
    width: 468px;
    height: 497px;
    object-fit: cover;
    margin-bottom: -315px;
    margin-left: -114px;
}
.d-c-editorial-block-2 .d-block-img .img-2 img {
    width: 100%;
    height: 915px;
    object-fit: cover;
    position: relative;
}
.d-c-editorial-block-2 .d-block-img {
    margin-bottom: 200px;
}

/*////// d-c-editorial-block-3 //////*/
.d-c-editorial-block-3 {
    padding-top: 135px;
}
.d-c-editorial-block-3 hr{
    width: 1px;
    background-color: #A4493D;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
    height: 100%;
    top:0;
}
.d-c-editorial-block-3 .d-block-intro {
    padding-top: 60px;
    padding-bottom: 98px;
    background-color: white;
}
.d-c-editorial-block-3 .d-block-img {
    padding-left: 0;
}
.d-c-editorial-block-3 .d-block-img .img-1 img {
    width: 80%;
    height: 1084px;
    object-fit: cover;
}
.d-c-editorial-block-3 .d-block-img .img-2 img {
    width: 463px;
    height: 479px;
    object-fit: cover;
    margin-top: -300px;
    margin-right: -135px;
    position: relative;
}
.d-c-editorial-block-3 .d-block-img .img-2 {
    text-align: right;
}
.d-c-editorial-block-3 .d-block-text .d-block-btn {
    margin-top: 70px;
}

/*////// d-c-intro-two-img //////*/
.d-c-intro-two-img {
    padding-top: 262px;
}
.d-c-intro-two-img:before {
    content: '';
    position: absolute;
    top:80%;
    bottom: 0;
    left:0;
    right: 0;
    background-color: #A4493D;
}
.d-c-intro-two-img hr{
    width: 1px;
    background-color: #A4493D;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
    height: 200px;
    top:0;
}
.d-c-intro-two-img .d-block-intro {
    margin-bottom: 194px;
}
.d-c-intro-two-img .d-block-intro .text{
    font-family: "GalanoClassic-Light";
    font-size: 48px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 70px;
    margin: 0 auto;
    max-width: 1214px;
}
.d-c-intro-two-img .d-block-img .img-1 {
    text-align: right;
}
.d-c-intro-two-img .d-block-img .img-1 img{
    width: 82%;
    height: 766px;
    object-fit: cover;
}
.d-c-intro-two-img .d-block-img .img-2 img {
    width: 588px;
    height: 538px;
    object-fit: cover;
    margin-top: -425px;
    position: relative;
}

/*////// d-c-nav-tabs-info //////*/
.d-c-nav-tabs-info .d-block-title {
    background-color: #A4493D;
    padding-top: 111px;
    padding-bottom: 51px;
}
.d-c-nav-tabs-info .d-block-title .title {
    max-width: 1010px;
    margin: 0 auto;
    color: white;
}
.d-c-nav-tabs-info .d-block-tabs {
    background-color: #A4493D;
    padding: 0;
    padding-top: 65px;
}
.d-c-nav-tabs-info .d-block-tabs hr{
    width: 1px;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
    height: 250px;
    top: 0;
    z-index: 0;
}
.d-c-nav-tabs-info .d-block-tabs .d-c-editorial-two-blocks-3 hr {
    background-color: #A4493D;
    height: 100%;
    top: 70px;
}
.d-c-nav-tabs-info .d-block-tabs .nav-tabs {
    border:0;
}
.d-c-nav-tabs-info .d-block-tabs .nav-item {
    font-family: "Optima";
    font-size: 48px;
    color: #59241D;
    letter-spacing: 0.96px;
    line-height: 37px;
    text-transform: uppercase;
    text-align: center;
    width: 50%;
    border: 0;
    padding: 40px 15px;
}
.d-c-nav-tabs-info .d-block-tabs .nav-item span {
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 38px;
    text-transform: none;
}
.d-c-nav-tabs-info .d-block-tabs .nav-item.active {
    background-color: black;
    color:white;
}
.d-c-nav-tabs-info .d-block-tabs .tab-content {
    background-color: #F1ECEB;
}
/*.d-c-nav-tabs-info .d-block-tabs .tab-content .tab-pane {
    max-width: 1440px;
    margin:0 auto;
}*/
.d-c-nav-tabs-info .d-block-tabs .d-block-bottom,
.d-c-nav-tabs-info .d-block-tabs .d-block-bottom .tab-content .carousel-style-general .carousel-cell {
    background-color: white;
    padding-bottom: 55px;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-bottom hr:last-child {
    height: 100px;
}

.d-c-nav-tabs-info .d-block-tabs .d-block-intro {
    padding-top: 260px;
    padding-bottom: 91px    ;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-intro.d-block-bottom {
    background-color: white;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-intro hr{
    width: 1px;
    background-color: #A4493D;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
    height: 200px;
    top:0;
}
.d-c-nav-tabs-info .d-block-tabs hr:last-child{
    width: 1px;
    background-color: #A4493D;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
    bottom: 0;
    top:auto;
    height: 442px;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-intro .title {
    color: #A4493D;
    margin-bottom: 40px;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-intro .text {
    font-family: "GalanoClassic-Regular";
    font-size: 24px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 45px;
    max-width: 900px;
    margin: 0 auto;
}

/* LEVEL 2 */
.d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l2,
.d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l3{
    padding-left: 0;
    padding-right: 0;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l2 nav,
.d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l3 nav{
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 55px;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l2 .nav-tabs a,
.d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l3 .nav-tabs a{
    font-family: "Optima";
    font-size: 14px;
    color: #A4493D;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    padding: 0;
    padding-bottom: 16px;
    margin: 0 30px;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l2 .nav-tabs a.active,
.d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l3 .nav-tabs a.active{
    border-bottom: 1px solid #A4493D;
    font-family: "Optima-Bold";
}
.d-block-tabs-l2 .d-block-left, .d-block-tabs-l2 .d-block-right,
.d-block-tabs-l3 .d-block-left, .d-block-tabs-l3 .d-block-right{
    top:32%;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l2 .d-block-dot,
.d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l3 .d-block-dot{
    padding-top: 65px;
    margin-bottom: 123px;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l2 .d-block-btn,
.d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l3 .d-block-btn{
    padding-bottom: 223px;
    position: relative;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l2 .d-block-btn hr,
.d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l3 .d-block-btn hr{
    width: 1px;
    background-color: #A4493D;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
    height: 223px;
    bottom:0;
    top:auto;
}

.d-c-nav-tabs-info .d-block-tabs .d-block-text {
    padding-top: 179px;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-text ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-text ul li span {
    font-family: "GalanoClassic-Bold";
    line-height: 38px;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-text ul li {
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 24px;
    width: 50%;
    margin-bottom: 35px;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-text ul li p {
    max-width: 88%;
    display: inline-table;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-text ul li img {
    width: 20px;
    margin-right: 16px;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-text .d-block-btn a {
    margin-left: 0;
    margin-bottom: 15px;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-text .d-block-btn .btn-border-white {
    color: #A4493D;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-text .d-block-btn .btn-red-brown {
    float: left;
    margin-right: 50px;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-img-2 {
    text-align: right;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-img-2 .img-1 img {
    height: 803px;
    width:82%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-img-2 .img-2 img {
    height: 596px;
    width:467px;
    object-fit: cover;
    position: absolute;
    right: -19%;
    bottom: 0;
    z-index: 0;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-bottom .d-block-img-2 .img-2 img {
    height: 447px;
    width: 436px;
    object-fit: cover;
    position: absolute;
    right: auto;
    left: -100px;
    bottom: auto;
    top: 0;
    z-index: 0;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-bottom .d-block-img-2 .img-1 img {
    height: 803px;
    width: 78%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    top: 110px;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-bottom .d-block-text {
    padding-top: 100px;
    padding-left: 5%;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-bottom .d-block-text .title {
    font-family: "Optima";
    font-size: 48px;
    color: #A4493D;
    letter-spacing: 0.96px;
    line-height: 60px;
    margin-bottom: 29px;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-bottom .d-block-text .text {
    font-family: "GalanoClassic-Regular";;
    font-size: 18px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 38px;
    margin-bottom: 45px;
    padding-right: 7%;
}
.d-c-nav-tabs-info .d-block-tabs .d-block-bottom .tab-pane {
    background-color: white;
}

/*////// d-c-slider //////*/
.d-c-slider .d-block-slider {
    padding: 0;
}
.d-c-slider .d-block-dot {
    position: initial;
    left: auto;
    bottom: 0;
    margin-left: 120px;
    /*position: absolute;
    left: 0;
    bottom: 100px;*/
    transform: translate(0,0);
    z-index: 1;
}

.d-c-slider .d-dot {
    position: absolute;
    left: 50%;
    bottom: 100px;
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    display: block;
    transform: translate(-50%,0);
}

/*////// d-c-text-slider //////*/
.d-c-text-slider {
    padding-top: 200px;
    padding-bottom: 203px;
}
.d-c-text-slider .d-block-intro hr {
    width: 1px;
    background-color: #A4493D;
    height: 120px;
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}
.d-c-text-slider .d-block-intro .title {
    color: #A4493D;
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 1200px;
}
.d-c-text-slider .d-block-intro .text {
    font-family: "GalanoClassic-Regular";
    font-size: 24px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 45px;
    max-width: 900px;
    margin: 0 auto;
}
.d-c-text-slider .d-block-slider {
    padding: 0;
    margin-top: 107px;
}

/*////// carousels //////*/

/* carousel-type-1 */
.carousel-type-1 {
    margin-left: 185px;
    margin-left: 124px;
}
.carousel-type-1 .carousel-cell {
    width: 66%;
    width: 63%;
    height: 761px;
    margin-right: 20px;
    margin-left: 20px;
    background: #A4493D;
    border-radius:0;
}
.carousel-type-1 .carousel-cell:before {
    position: absolute;
    content:'';
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.carousel-type-1 .carousel-cell picture img {
    object-fit: cover;
    height: 100% !important;

    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all 3s ease;-moz-transition: all 3s ease;-ms-transition: all 3s ease;-o-transition: all 3s ease;transition: all 3s ease;
}
.carousel-type-1 .carousel-cell.is-selected picture img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 3s ease;-moz-transition: all 3s ease;-ms-transition: all 3s ease;-o-transition: all 3s ease;transition: all 3s ease;
}
.carousel-type-1 .carousel-cell .d-block-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.carousel-type-1 .carousel-cell > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.carousel-type-1 .carousel-cell .d-block-info {
    z-index: 1;
}
.carousel-type-1 .carousel-cell > div .location {
    font-family:"Optima-Bold";
    font-size: 14px;
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 33px;
}
.carousel-type-1 .carousel-cell > div .text{
    font-family: "Optima";
    font-size: 48px;
    color: white;
    letter-spacing: 0.96px;
    line-height: 60px;
    margin: 20px 0 45px;
}
.carousel-type-1 .carousel-cell > div .d-block-btn {
    display: flex;
}
.carousel-type-1 .carousel-cell > div .d-block-btn .btn-red-brown {
    margin-left: 24%;
}
.carousel-type-1 .carousel-cell > div .d-block-btn .btn-border-white {
    margin-right: 24%;
}
.carousel-type-1 .carousel-cell hr {
    width: 1px;
    background-color: white;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}
.carousel-type-1 .carousel-cell hr:first-child {
    top: 0;
}
.carousel-type-1 .carousel-cell hr:last-child {
    bottom: 0;
}

/* carousel-type-2 */
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
    cursor: url(../img/icons/drag-me.svg) 30 30,auto !important;
}
.carousel-type-2 {
    margin-left: 345px;
    margin-left: 124px;
}
.carousel-type-2 .carousel-cell {
    width: 37%;
    width: 31%;
    height: 800px;
    margin-right: 20px;
    margin-left: 20px;
    background: #A4493D;
    border-radius:0;
    text-align: center;
    /*cursor: pointer;*/
    overflow: hidden;
}
.carousel-type-2 .carousel-cell:before {
    position: absolute;
    content:'';
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    background-color: rgba(0,0,0,0.1);
    z-index: 1;
    -webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;
}
.carousel-type-2 .carousel-cell:hover:before {
    position: absolute;
    content:'';
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    background-color: rgba(164,74,61,0.8);
    -webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;
}
.carousel-type-2 .carousel-cell img {
    height: 100%;
    object-fit: cover;

    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .7s ease;-moz-transition: all .7s ease;-ms-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;

}
.carousel-type-2 .carousel-cell:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .7s ease;-moz-transition: all .7s ease;-ms-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;

}
.carousel-type-2 .carousel-cell hr {
    width: 1px;
    background-color: white;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
    top:0;
    z-index: 1;
}
.carousel-type-2 .carousel-cell hr:last-child {
    top:auto;
    bottom: 0;
}
.carousel-type-2 .carousel-cell .title {
    font-family: "Optima";
    font-size: 48px;
    color: white;
    letter-spacing: 0.96px;
    line-height: 60px;
    text-transform: none;
    position: absolute;
    top: 125px;
    padding: 0 15px;
    width: 100%;
    z-index: 1;
}
.carousel-type-2 .carousel-cell .btn-bottom {
    position: absolute;
    bottom: 67px;
    z-index: 1;
    width: 100%;
    left: 0;

    font-family: "Optima-Bold";
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.25px;
    margin: 0;
}
.carousel-type-2 .carousel-cell .btn-bottom:before {
    content: '';
    position: absolute;
    width: 50px;
    background-color: white;
    height: 1px;
    top: -8px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.carousel-type-2 .carousel-cell .btn-bottom a {
    color: white;
}
.carousel-type-2 .carousel-cell .subtitle {
    font-family: "GalanoClassic-Bold";
    font-size: 18px;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.carousel-type-2 .carousel-cell .text {
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    color: white;
    letter-spacing: 0;
    line-height: 38px;

    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.carousel-type-2 .carousel-cell:hover .text {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.carousel-type-2 .carousel-cell > div {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 80px;
    z-index: 1;
}

/* carousel-type-3 */
.carousel-type-3 {
    background-color: black;
}
.carousel-type-3 .flickity-slider {
    transform: translateX(0) !important;
}
.carousel-type-3 .carousel-cell {
    width: 100%;
    height: 1171px;
    background: black;
    border-radius:0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: luminosity;

    -webkit-transition: all .2s ease;-moz-transition: all .2s ease;-ms-transition: all .2s ease;-o-transition: all .2s ease;transition: all 1s ease;

    left: 0 !important;
    opacity: 0;
    /*transition: opacity 0.3s ease-in-out !important;*/
    z-index: -1;
}
.carousel-type-3 .carousel-cell.is-selected {
    -webkit-transition: all .2s ease;-moz-transition: all .2s ease;-ms-transition: all .2s ease;-o-transition: all .2s ease;transition: all 1s ease;
    transition-delay: .2s;

    opacity: 1;
    z-index: 0;
}
.carousel-type-3 .carousel-cell:before {
	position: absolute;
	content:'';
	/*background-color: rgba(0, 0, 0, 0.82);
	background-color: rgb(129 129 129 / 82%);*/
	background-color: #A4493D;
	opacity: 0.8;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.carousel-type-3 .carousel-cell .row {
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.carousel-type-3 .carousel-cell .text {
    font-family: "GalanoClassic-Regular";
    font-size: 24px;
    color: white;
    letter-spacing: 0;
    line-height: 45px;
    max-width: 586px;
}
.carousel-type-3 .carousel-cell .btn-border-white {
	margin: 0;
	margin-top: 40px;
}
.carousel-type-3 .carousel-cell .title {
    margin-bottom: 30px;
}
.carousel-type-3 .carousel-cell .title, .carousel-type-3 .carousel-cell .p-section {
    color: white;
}
.carousel-type-3 .carousel-cell .d-block-text > div {
    margin-left: 120px;
    position: absolute;
    top: 44%;
    left: 0;
    transform: translate(0,-54%);

    -webkit-transition: all .2s ease;-moz-transition: all .2s ease;-ms-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease;
    opacity:0;
}
.carousel-type-3 .carousel-cell.is-selected .d-block-text > div {
    -webkit-transition: all .2s ease;-moz-transition: all .2s ease;-ms-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease;
    transform: translate(0,-50%);
    transition-delay: .5s;
    opacity:1;
}

.carousel-type-3 .carousel-cell .logo {
    margin-top: 114px;
}
.carousel-type-3 .img-1 {
    position: absolute;
    top: 49%;
    left: 126px;
    transform: translate(0,-50%);
    -webkit-transition: opacity 1s ease;-moz-transition: opacity 1s ease;-ms-transition: opacity 1s ease;-o-transition: opacity 1s ease;transition: opacity 1s ease;
    opacity:0;
}
.carousel-type-3 .carousel-cell.is-selected .img-1 {
    -webkit-transition: opacity 1s ease;-moz-transition: opacity 1s ease;-ms-transition: opacity 1s ease;-o-transition: opacity 1s ease;transition: opacity 1s ease;
    transition-delay: .5s;
    opacity:1;
}
.carousel-type-3 .img-1:before, .carousel-type-3 .img-2:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,0) 72%);
}
.carousel-type-3 .img-1 img {
    height: 806px;
    object-fit: cover;

    /*-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);*/
}
.carousel-type-3 .img-2 {
    position: absolute;
    top: 84px;
    right: 0;
    transform: translate(0,0);

    -webkit-transition: opacity 1s ease;-moz-transition: opacity 1s ease;-ms-transition: opacity 1s ease;-o-transition: opacity 1s ease;transition: opacity 1s ease;
    opacity:0;
}
.carousel-type-3 .carousel-cell.is-selected .img-2 {
    -webkit-transition: opacity 1s ease;-moz-transition: opacity 1s ease;-ms-transition: opacity 1s ease;-o-transition: opacity 1s ease;transition: opacity 1s ease;
    transition-delay: .7s;
    opacity:1;
}
.carousel-type-3 .type-2 .img-2 {
    right: auto;
    left:0;
}
.carousel-type-3 .type-2 .img-2:before {
    display: none;
}
.carousel-type-3 .img-2 img {
    width: 372px;
    height: 277px;
    object-fit: cover;
}
.carousel-type-3 .carousel-cell .d-block-img .claim {
    max-width: 405px;
    font-family: "Optima";
    font-size: 48px;
    color: white;
    letter-spacing: 0.96px;
    line-height: 60px;
    margin: 40px 0;
}
.carousel-type-3 .carousel-cell .d-block-img .text-top {
    font-family: "Optima-Bold";
    font-size: 14px;
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.carousel-type-3 .carousel-cell .d-block-img hr {
    width: 90px;
    height: 2px;
    background-color: white;
    margin: 0;
}
.carousel-type-3 .carousel-cell .d-block-img > div {
    position: absolute;
    bottom: 12%;
    transform: translate(0,-39px);
    left: 185px;

    -webkit-transition: opacity 1s ease;-moz-transition: opacity 1s ease;-ms-transition: opacity 1s ease;-o-transition: opacity 1s ease;transition: opacity 1s ease;
    opacity:0;
}
.carousel-type-3 .carousel-cell.is-selected .d-block-img > div {
    -webkit-transition: opacity 1s ease;-moz-transition: opacity 1s ease;-ms-transition: opacity 1s ease;-o-transition: opacity 1s ease;transition: opacity 1s ease;
    transition-delay: .7s;
    opacity:1;
}
.carousel-type-3 .carousel-cell .d-block-img .d-block-btn a {
    margin-left: 0;
}
.carousel-type-3 .carousel-cell .logo img {
    height: 80px;
	height: 70px;
    width: auto;
}

/* carousel-type-4 */
.carousel-type-4 .carousel-cell {
    width: 100%;
    height: 620px;
    background: #A4493D;
    border-radius:0;
}
.color-2 .carousel-type-4 .carousel-cell {
    background: #F1ECEB;
}
.carousel-type-4 .carousel-cell .col-12 {
    padding: 0 87px;
}
.carousel-type-4 .carousel-cell .d-block-img {
    padding-right: 6%;
    padding-left: 0;
}
.carousel-type-4 .carousel-cell .d-block-img picture {
    position: relative;
    display: block;
}
.carousel-type-4 .carousel-cell .d-block-img picture:before {
    position: absolute;
    content:'';
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
}
.color-2 .carousel-type-4 .carousel-cell .d-block-img picture:before {
    display: none;
}
.carousel-type-4 .carousel-cell .d-block-img picture img {
    height: 620px;
    width: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all 3s ease;-moz-transition: all 3s ease;-ms-transition: all 3s ease;-o-transition: all 3s ease;transition: all 3s ease;
}
.carousel-type-4 .carousel-cell.is-selected .d-block-img picture img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 3s ease;-moz-transition: all 3s ease;-ms-transition: all 3s ease;-o-transition: all 3s ease;transition: all 3s ease;
}

.carousel-type-4 .carousel-cell .d-block-img .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.carousel-type-4 .carousel-cell .d-block-img .location {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-50%);

    font-family: "Optima-Bold";
    font-size: 14px;
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.carousel-type-4 .carousel-cell .d-block-img > div {
    overflow: hidden;
    position: relative;
}
.carousel-type-4 .carousel-cell .d-block-img > div > div {
    width: 100%;
    /*position: relative;
    top: -100%;*/
    position: absolute;
    top:0;
    height: 100%;
    z-index: 1;
}
.carousel-type-4 .carousel-cell .d-block-text {
    text-align: left;
    transform: translate(-10%,0);
    -webkit-transition: all 3s ease;-moz-transition: all 3s ease;-ms-transition: all 3s ease;-o-transition: all 3s ease;transition: all 3s ease;
}
.carousel-type-4 .carousel-cell.is-selected .d-block-text {
    transform: translate(0,0);
    -webkit-transition: all 3s ease;-moz-transition: all 3s ease;-ms-transition: all 3s ease;-o-transition: all 3s ease;transition: all 3s ease;
}
.carousel-type-4 .carousel-cell .d-block-text .title {
    font-size: 48px;
    color: white;
    letter-spacing: 0.96px;
    line-height: 60px;
    margin-bottom: 33px;
    text-transform: none;
}
.color-2 .carousel-type-4 .carousel-cell .d-block-text .title,
.color-2 .carousel-type-4 .carousel-cell .d-block-text .text {
    color: #A4493D;
}
.carousel-type-4 .carousel-cell .d-block-text .text {
    font-family: "GalanoClassic-Regular";
    font-size: 24px;
    color: white;
    letter-spacing: 0;
    line-height: 45px;
}
.carousel-type-4 .carousel-cell .d-block-text .d-block-btn {
    display: flex;
    position: absolute;
    bottom: 0;
}
.carousel-type-4 .carousel-cell .d-block-text .d-block-btn a:first-child {
    margin-left: 0;
    margin-right: 110px;
}
/*.carousel-type-4 .carousel-cell {
    opacity: 0;
    -webkit-transition: opacity .5s ease;-moz-transition: opacity .5s ease;-ms-transition: opacity .5s ease;-o-transition: opacity .5s ease;transition: opacity .5s ease;
}
.carousel-type-4 .carousel-cell.is-selected {
    opacity: 1;
    -webkit-transition: opacity 2s ease;-moz-transition: opacity 2s ease;-ms-transition: opacity 2s ease;-o-transition: opacity 2s ease;transition: opacity 2s ease;
}*/

/* carousel-nav-1 */
.carousel-style-general.slider-empresas {
    width: 70%;
    margin-right: 0;
    margin-left: auto;
    overflow: hidden;
}
.carousel-style-general.slider-empresas .carousel-cell {
    width: 100%;
    opacity: 0.5;
    -webkit-transition: opacity .5s ease;-moz-transition: opacity .5s ease;-ms-transition: opacity .5s ease;-o-transition: opacity .5s ease;transition: opacity .5s ease;
}
.carousel-style-general.slider-empresas .carousel-cell.is-selected {
    opacity: 1;
    -webkit-transition: opacity .5s ease;-moz-transition: opacity .5s ease;-ms-transition: opacity .5s ease;-o-transition: opacity .5s ease;transition: opacity .5s ease;
}
.carousel-style-general .carousel-cell {
    width: 100%;
    height: 975px;
    /*background: #F1ECEB;*/
    background: transparent;
    border-radius:0;
}
/*.carousel-style-general .flickity-slider {
    transform: translateX(0) !important;
}
.carousel-style-general .carousel-cell {
    left: 0 !important;
    opacity: 0;
    z-index: -1;
}
.carousel-style-general .carousel-cell.is-selected {
    opacity: 1;
    z-index: 0;
}*/
.carousel-style-general .carousel-cell .d-block-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.carousel-style-general .carousel-cell .d-block-img img {
    height: 975px;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}
.carousel-style-general .carousel-cell .d-block-img .img-1 {
    width: 46%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-style-general .carousel-cell .d-block-img .carousel-fade {
    z-index: 0;
}

.carousel-indicators {
    left: auto;
    margin-right: 1.9rem;
}
.carousel-indicators li {
    height: 40px;
    width: 40px;
    text-indent: initial;
    background-color: transparent;
    text-align: center;
    opacity: 1;
}
.carousel-indicators li.active {
    background-image: url('../img/icons/oval.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.carousel-indicators li p {
    color: white;
    margin: 0;
    height: 40px;
    display: grid;
    align-items: center;
    font-family: "GalanoClassic-Regular";
}
/*.carousel-style-general .carousel-cell .d-block-img .img-2 {
    width: 26%;
    height: 100%;
}
.carousel-style-general .carousel-cell .d-block-img .img-2 img {
    opacity: 0.5;
}*/
.carousel-style-general .carousel-cell .d-block-info .block-red {
    background-color: #A4493D;
    width: -moz-fit-content;
    width: fit-content;
    padding: 45px 70px;
}
.block-red-bg {
    background-color: #A4493D;
    padding: 45px 45px;
    height: 374px;
    width: 365px;
    position: absolute;
    bottom: 489px;
    left: 185px;
    transform: translate(0,0);
    z-index: 1;
}
.block-red-bg > div {
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .1s ease;-moz-transition: opacity .1s ease;-ms-transition: opacity .1s ease;-o-transition: opacity .1s ease;transition: opacity 0s ease;
}
.block-red-bg > div.active {
    opacity: 1;
    -webkit-transition: opacity 1s ease;-moz-transition: opacity 1s ease;-ms-transition: opacity 1s ease;-o-transition: opacity 1s ease;transition: opacity 1s ease;
    transition-delay: .5s;
}
.carousel-style-general .carousel-cell .d-block-info .block-red,
.carousel-style-general .carousel-cell .d-block-info .block-red .title,
.carousel-style-general .carousel-cell .d-block-info .block-red .text,
.carousel-style-general .carousel-cell .d-block-info .block-red .icons,
.carousel-style-general .carousel-cell .d-block-info a,
.carousel-style-general .carousel-cell .d-block-text .btn-border-white {
    opacity: 0;
    -webkit-transition: opacity .1s ease;-moz-transition: opacity .1s ease;-ms-transition: opacity .1s ease;-o-transition: opacity .1s ease;transition: opacity 0s ease;
}
.carousel-style-general .carousel-cell.is-selected .d-block-info .block-red .title,
.carousel-style-general .carousel-cell.is-selected .d-block-info .block-red .text,
.carousel-style-general .carousel-cell.is-selected .d-block-info .block-red .icons,
.carousel-style-general .carousel-cell.is-selected .d-block-info a,
.carousel-style-general .carousel-cell.is-selected .d-block-text .btn-border-white {
    opacity: 1;
    -webkit-transition: opacity 1s ease;-moz-transition: opacity 1s ease;-ms-transition: opacity 1s ease;-o-transition: opacity 1s ease;transition: opacity 1s ease;
    transition-delay: .5s;
}
.carousel-style-general .carousel-cell.is-selected .d-block-info .block-red {
    opacity: 1;
    -webkit-transition: opacity 1s ease;-moz-transition: opacity 1s ease;-ms-transition: opacity 1s ease;-o-transition: opacity 1s ease;transition: opacity 1s ease;
    transition-delay: .7s;
}
.carousel-style-general .carousel-cell.is-selected .d-block-img .img-1,
.carousel-style-general .carousel-cell .d-block-img .img-1 {
    opacity: 1;
    -webkit-transition: opacity 1s ease;-moz-transition: opacity 1s ease;-ms-transition: opacity 1s ease;-o-transition: opacity 1s ease;transition: opacity 1s ease;
    /*transition-delay: 1.2s;*/
}
.carousel-style-general .carousel-cell.is-selected .d-block-img .img-2 {
    opacity: 1;
    -webkit-transition: opacity 1s ease;-moz-transition: opacity 1s ease;-ms-transition: opacity 1s ease;-o-transition: opacity 1s ease;transition: opacity 1s ease;
}
.carousel-style-general .carousel-cell .d-block-info .block-red .title,
.carousel-style-general .carousel-cell .d-block-info .block-red .text,
.carousel-style-general .carousel-cell .d-block-info .block-red .icons,
.block-red-bg .title,
.block-red-bg .text,
.block-red-bg .icons {
    transform: translate(0,-20px);
    -webkit-transition: transform 1s ease;-moz-transition: transform 1s ease;-ms-transition: transform 1s ease;-o-transition: transform 1s ease;transition: transform 1s ease;
    transition-delay: .65s;
}
.carousel-style-general .carousel-cell.is-selected .d-block-info .block-red .title,
.carousel-style-general .carousel-cell.is-selected .d-block-info .block-red .text,
.carousel-style-general .carousel-cell.is-selected .d-block-info .block-red .icons,
.block-red-bg .active .title,
.block-red-bg .active .text,
.block-red-bg .active .icons{
    transform: translate(0,0);
    -webkit-transition: transform 1s ease;-moz-transition: transform 1s ease;-ms-transition: transform 1s ease;-o-transition: transform 1s ease;transition: transform 1s ease;
    transition-delay: .65s;
}
.carousel-style-general .carousel-cell .d-block-info .title,
.block-red-bg .title {
    font-family: "GalanoClassic-Bold";
    font-size: 18px;
    color: white;
    letter-spacing: 0;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 20px;
    max-width: 338px;
}
.carousel-style-general .carousel-cell .d-block-info .text,
.block-red-bg .text{
    font-family: "GalanoClassic-Regular";
    color: white;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}
.carousel-style-general .carousel-cell .d-block-info .title,
.carousel-style-general .carousel-cell .d-block-info .text,
.block-red-bg .title,
.block-red-bg .text {
    max-width: 275px;
}
.carousel-style-general .carousel-cell .d-block-info .icons,
.block-red-bg .icons{
    font-family: "GalanoClassic-Regular";
    font-size: 14px;
    line-height: 30px;
    color: white;
    letter-spacing: 0;
}
.carousel-style-general .carousel-cell .d-block-info .icons img,
.block-red-bg .icons img{
    height: 22px;
}
.carousel-style-general .carousel-cell .d-block-info .icons ul,
.block-red-bg .icons ul{
    display: flex;
}
.carousel-style-general .carousel-cell .d-block-info .icons ul li,
.block-red-bg .icons ul li{
    margin-right: 13px;
}
.carousel-style-general .carousel-cell .d-block-info a,
.carousel-style-general .carousel-cell .d-block-text .btn-border-white,
.block-red-bg a,
.block-red-bg .btn-border-white{
    margin-left: 0;
    margin-bottom: 53px;
    color: #A4493D;
    text-align: left;
    align-items: center;
    display: flex;
    line-height: 18px;
    padding: 22px 18px;
}
.carousel-style-general .carousel-cell .d-block-info a img,
.carousel-style-general .carousel-cell .d-block-text .btn-border-white img,
.block-red-bg a img,
.block-red-bg .btn-border-white img {
    margin-left: 15px;
}
.block-red-bg a {
    position: absolute;
    top: -74%;
    left: -45px;
}
.carousel-style-general .carousel-cell .d-block-info > div {
    position: absolute;
    bottom: 0;
    left: 185px;
    transform: translate(0,0);
    z-index: 1;
}

/* dots */
.dot {
    width: 25%;
    border-top: 1px solid white;
    cursor: pointer;
}
.d-block-dot.c-red-brown .dot,
.color-2 .d-block-dot .dot{
    border-top: 1px solid #A4493D;
}
.d-block-dot {
    display: flex;
    width: 520px;
    bottom: 0;
    margin-left: 185px;
    margin-left: 124px;
    position: relative;
    padding-top: 102px;
}
.d-block-dot .slider {
    position: absolute;
    width: 25%;
    height: 8px;
    background-color: white;
    bottom: -3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    left:0;
}
.d-block-dot.c-red-brown .slider,
.color-2 .d-block-dot .slider{
    background-color: #A4493D;
}
.d-block-dot .slider.dot-1 {
    left: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.dot-2 {
    /*left: 25%;*/
    width: 50%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.dot-3 {
    /*left: 50%;*/
    width: 75%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.dot-4 {
    /*left: 75%;*/
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .num {
    position: absolute;
    right: -70px;
    bottom: -29px;
}
.d-block-dot .num p {
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    color: white;
    letter-spacing: 1px;
}
.d-block-dot .arrows {
    position: absolute;
    right: -168px;
    bottom: -8px;
}
.d-block-dot .arrows img {
    padding: 0 14px;
    cursor: pointer;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
.d-block-dot .arrows img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
.d-block-dot.c-red-brown .num p,
.color-2 .d-block-dot .num p{
    color: #A4493D;
}

/* num 2 */
.d-block-dot .slider.n-2 {
    width: 50%;
}
.d-block-dot .slider.n-2.dot-1 {
    left: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-2.dot-2 {
    /*left: 50%;*/
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

/* num 3 */
.d-block-dot .slider.n-3 {
    width: 33.33%;
}
.d-block-dot .slider.n-3.dot-1 {
    left: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-3.dot-2 {
    /*left: 33.33%;*/
    width: 66.66%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-3.dot-3 {
    /*left: 66.66%;*/
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

/* num 5 */
.d-block-dot .slider.n-5 {
    width: 20%;
}
.d-block-dot .slider.n-5.dot-1 {
    left: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-5.dot-2 {
    /*left: 20%;*/
    width: 40%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-5.dot-3 {
    /*left: 40%;*/
    width: 60%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-5.dot-4 {
    /*left: 60%;*/
    width: 80%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-5.dot-5 {
    /*left: 80%;*/
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

/* num 6 */
.d-block-dot .slider.n-6 {
    width: 16.66%;
}
.d-block-dot .slider.n-6.dot-1 {
    left: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-6.dot-2 {
    /*left: 16.66%;*/
    width:33.32%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-6.dot-3 {
    /*left: 33.32%;*/
    width:49.98%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-6.dot-4 {
    /*left: 49.98%;*/
    width:66.64%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-6.dot-5 {
    /*left: 66.64%;*/
    width:83.3%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-6.dot-6 {
    /*left: 83.3%;*/
    width:100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

/* num 7 */
.d-block-dot .slider.n-7 {
    width: 14.28%;
}
.d-block-dot .slider.n-7.dot-1 {
    left: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-7.dot-2 {
    /*left: 14.28%;*/
    width:28.56%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-7.dot-3 {
    /*left: 28.56%;*/
    width:42.84%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-7.dot-4 {
    /*left: 42.84%;*/
    width:57.12%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-7.dot-5 {
    /*left: 57.12%;*/
    width:71.4%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-7.dot-6 {
    /*left: 71.4%;*/
    width:85.68%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-7.dot-7 {
    /*left: 85.68%;*/
    width:100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

/* num 8 */
.d-block-dot .slider.n-8 {
    width: 12.5%;
}
.d-block-dot .slider.n-8.dot-1 {
    left: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-8.dot-2 {
    /*left: 12.5%;*/
    width: 25%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-8.dot-3 {
    /*left: 25%;*/
    width: 37.5%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-8.dot-4 {
    /*left: 37.5%;*/
    width: 50%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-8.dot-5 {
    /*left: 50%;*/
    width: 62.5%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-8.dot-6 {
    /*left: 62.5%;*/
    width: 75%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-8.dot-7 {
    /*left: 75%;*/
    width: 87.5%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-8.dot-8 {
    /*left: 87.5%;*/
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

/* num 9 */
.d-block-dot .slider.n-9 {
    width: 11.11%;
}
.d-block-dot .slider.n-9.dot-1 {
    left: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-9.dot-2 {
    /*left: 11.11%;*/
    width: 22.22%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-9.dot-3 {
    /*left: 22.22%;*/
    width: 33.33%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-9.dot-4 {
    /*left: 33.33%;*/
    width: 44.44%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-9.dot-5 {
    /*left: 44.44%;*/
    width: 55.55%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-9.dot-6 {
    /*left: 55.55%;*/
    width: 66.66%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-9.dot-7 {
    /*left: 66.66%;*/
    width: 77.77%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-9.dot-8 {
    /*left: 77.77%;*/
    width: 88.88%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-9.dot-9 {
    /*left: 88.88%;*/
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

/* num 10 */
.d-block-dot .slider.n-10 {
    width: 10%;
}
.d-block-dot .slider.n-10.dot-1 {
    left: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-10.dot-2 {
    /*left: 10%;*/
    width: 20%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-10.dot-3 {
    /*left: 20%;*/
    width: 30%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-10.dot-4 {
    /*left: 30%;*/
    width: 40%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-10.dot-5 {
    /*left: 40%;*/
    width: 50%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-10.dot-6 {
    /*left: 50%;*/
    width: 60%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-10.dot-7 {
    /*left: 60%;*/
    width: 70%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-10.dot-8 {
    /*left: 70%;*/
    width: 80%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-10.dot-9 {
    /*left: 80%;*/
    width: 90%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.d-block-dot .slider.n-10.dot-10 {
    /*left: 90%;*/
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

/*////// contacto //////*/
.d-c-contact-1 {
    background-color: #A4493D;
}
.d-c-contact-1 hr {
    width: 1px;
    background-color: white;
    height: 200px;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}
.d-c-contact-1 hr:first-child {
    top: 0;
}
.d-c-contact-1 hr:last-child {
    bottom: 0;
    height: 420px;
}
.d-c-contact-1 .d-block-intro {
    padding-top: 255px;
}
.d-c-contact-1 .d-block-intro .title, .d-c-contact-1 .d-block-intro .p-section {
    color: white;
}
.d-c-contact-1 .d-block-intro .text {
    font-family: "GalanoClassic-Regular";
    font-size: 24px;
    color:white;
    letter-spacing: 0;
    line-height: 45px;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 72px;
}
.d-c-contact-1 .position-relative {
    max-width: 1214px;
    margin: 0 auto;
    padding-bottom: 120px;
}
.d-c-contact-1 .d-block-contact > div {
    max-width: 313px;
    margin: 0 auto;
}
.d-c-contact-1 .d-block-contact .title {
    font-size: 48px;
    color: white;
    letter-spacing: 0.96px;
    line-height: 60px;
    margin-bottom: 20px;
}
.d-c-contact-1 .d-block-contact li, .d-c-contact-1 .d-block-contact li a {
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    color: white;
    letter-spacing: 0;
    line-height: 38px;
}
.d-c-contact-1 .d-block-img img {
    height: 718px;
    object-fit: cover;
}
.d-c-contact-2 {
    padding: 200px 0 180px;
    background-color: #F1ECEB;
}
.d-c-contact-2 p, .d-c-contact-2 p a {
    font-family: "GalanoClassic-Light";
    font-size: 48px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 70px;
    margin-bottom: 30px;
}
.d-c-contact-2 img {
    margin-right: 25px;
    height: 39px;
    margin-top: -9px;
}
.d-c-contact-2 a {
    margin: 0 43px;
}

/* formulario */
.d-c-contact-form {
    padding: 255px 0;
}
.d-c-contact-form hr {
    width: 1px;
    background-color: #A4493D;
    height: 200px;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
}
.d-c-contact-form hr:first-child {
    top:0;
}
.d-c-contact-form hr:last-child {
    bottom: 0;
}
.d-c-contact-form .text {
    font-family: "GalanoClassic-Light";
    font-size: 48px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 70px;
    max-width: 1214px;
    margin: 0 auto;
}
.d-c-contact-form .d-block-form {
    padding: 0 30px;
}
.d-c-contact-form form {
    max-width: 1214px;
    margin: 0 auto;
    margin-top: 148px;
}
.d-c-contact-form form label, .d-c-contact-form form .mc-field-group input, .d-c-contact-form form select, .d-c-contact-form form textarea {
    width: 100%;
    color: #A4493D;
}
.d-c-contact-form form label {
    font-family: "Optima-Bold";
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.d-c-contact-form form .mc-field-group input, .d-c-contact-form form textarea, .d-c-contact-form form select {
    font-family: "GalanoClassic-Regular";
    font-size: 24px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 45px;
    border:0;
    border-radius: 0;
    border-bottom: 1px solid #A4493D;
    margin-bottom: 70px;
}
.d-c-contact-form form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../img/icons/select.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-color: transparent;
}
.d-c-contact-form form .plain-text input {
    width: auto;
    margin-right: 10px;
}
.d-c-contact-form form .plain-text, .d-c-contact-form form .plain-text a {
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: none;
}
.d-c-contact-form form .block-btn input {
    border:0;
    margin-right: 0;
    max-width: 250px;
    width: 100%;
}

/*////// footer //////*/
footer {
    background-color: black;
    padding-top: 133px;
    padding-bottom: 55px;
}
footer p.p-title-footer {
    font-family: "Optima-Bold";
    font-size: 12px;
    color: #A4493D;
    letter-spacing: 3px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
footer p.p-title-footer a {
    color: #A4493D;
}
footer p.p-title-footer a:hover {
    color: #A4493D;
}
footer p, footer address {
    font-family: "GalanoClassic-Regular";
    font-size: 15px;
    color: white;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
}
footer p a {
    color: white;
    -webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
footer p a:hover {
    opacity: 0.7;
    color: white;
}
footer .d-block-footer > div {
    margin-bottom: 40px;
}
footer .d-block-bottom {
    margin-top: 85px;
}
footer .d-block-bottom img {
    margin-right: 30px;
    height: 27px;
    width: auto;
}
footer .link-underline {
    text-decoration: underline;
    margin-bottom: 15px;
    display: block;
}
.mt-80 {
    margin-top: 80px;
}
footer .logo-footer {
    position: absolute;
    left: 0;
    bottom: 26px;
    transform: translate(0,0);
}

/*//////////////////// RESPONSIVE ////////////////////*/
@media screen and (max-width: 1530px) {
    .carousel-type-1 .carousel-cell > div .d-block-btn .btn-red-brown {
        margin-left: 15%;
    }
    .carousel-type-1 .carousel-cell > div .d-block-btn .btn-border-white {
        margin-right: 15%;
    }
    .carousel-type-3 .carousel-cell .logo {
        margin-top: 30px;
    }
    ul.nav.navbar-nav.block-menu {
        max-width: 405px;
        width: 100%;
    }
    footer .logo-footer {
        position: inherit;
        margin-top: 40px;
    }
    /*.carousel-style-general .carousel-cell .d-block-img .img-2 {
        width: 24%;
    }*/
}
@media screen and (min-width: 1200px) {
    .carousel-type-2 .carousel-cell > div {
        padding: 0 40px;
    }
    .carousel-type-2 .carousel-cell .title {
        font-size: 36px;
        letter-spacing: 0.72px;
        line-height: 45px;
        top:75px;
    }
    .carousel-type-2 {
        margin-left: 300px;
        margin-left: 124px;
    }
    .d-c-editorial-four-blocks-2 .d-block-3 .d-block-img .img-2 img {
        margin-left: -65px;
    }

    /*1440*/
    footer p, footer address {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 25px;
    }
    footer p.p-title-footer {
        margin-bottom: 26px;
    }
    footer .d-block-footer > div {
        margin-bottom: 30px;
    }
    footer .logo-footer img {
        height: 80px;
        width: auto;
    }
    .d-c-editorial-intro .img-1 img {
        display: none;
    }
    .navbar .block-menu li {
        margin: 0 25px;
    }
    .p-section {
        font-size: 12px;
        letter-spacing: 2.57px;
    }
    .d-c-editorial-intro .text,
    .d-c-two-blocks .d-block-intro .text,
    .carousel-type-1 .carousel-cell > div .text {
        font-size: 36px;
        line-height: 60px;
    }
    .d-c-editorial-intro .text {
        max-width: 1056px;
        margin: 0 auto;
    }
    .d-c-two-blocks .d-block-link .title {
        font-size: 36px;
        letter-spacing: 0.72px;
        line-height: 46px;
    }
    .btn-red-brown,
    .btn-border-white,
    .btn-white {
        font-size: 14px;
        letter-spacing: 2.62px;
        padding: 30px 40px;
    }
    .title,
    .d-c-two-blocks .d-block-intro .title,
    .d-c-nav-tabs-1 .d-block-slider .d-block-title .title,
    .d-c-nav-tabs-2 .d-block-slider .d-block-title .title {
        font-size: 60px;
        letter-spacing: 1.2px;
        line-height: 80px;
    }
    .d-c-two-blocks .d-block-link .subtitle {
        font-size: 12px;
        letter-spacing: 2.57px;
    }
    .d-c-two-blocks .d-block-link .text {
        font-size: 18px;
        line-height: 38px;
    }
    .d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .nav-tabs a {
        font-size: 12px;
        letter-spacing: 2.57px;
    }
    .carousel-type-1 .carousel-cell > div .location {
        font-size: 12px;
        letter-spacing: 2.57px;
    }
    .carousel-type-1 .carousel-cell > div .location img {
        height: 14px;
    }
    .carousel-type-1 .carousel-cell > div img {
        height: 98px;
    }
    .carousel-type-1 .carousel-cell hr {
        height: 88px;
    }
    .carousel-type-1 .carousel-cell {
        height: 561px;
    }
    .d-block-dot {
        padding-top: 79px;
    }
    .d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .nav-tabs {
        padding-bottom: 42px;
    }
    .d-c-nav-tabs-1 .d-block-slider .d-block-title .title {
        margin-bottom: 42px;
    }
    .d-c-text-slider .d-block-intro .text {
        font-size: 18px;
        line-height: 30px;
        max-width: 883px;
    }
    .carousel-type-2 .carousel-cell hr {
        height: 50px;
    }
    .carousel-type-2 .carousel-cell .subtitle {
        font-size: 16px;
        letter-spacing: 0.89px;
        margin-bottom: 18px;
    }
    .carousel-type-2 .carousel-cell .text {
        font-size: 16px;
        line-height: 24px;
    }
    .carousel-type-2 .carousel-cell {
        height: 583px;
    }
    .d-c-text-slider .d-block-slider {
        margin-top: 70px;
    }
    .d-c-text-slider .d-block-intro .title {
        margin-bottom: 22px;
    }
    .carousel-type-3 .carousel-cell .text {
        font-size: 17px;
        line-height: 27px;
    }
    .carousel-type-3 .carousel-cell .d-block-img .claim {
        font-size: 36px;
        letter-spacing: 0.72px;
        line-height: 46px;
        margin: 22px 0;
        max-width: 326px;
    }
    .carousel-type-3 .carousel-cell .d-block-img hr {
        width: 61px;
    }
    .carousel-type-3 .carousel-cell .title {
        margin-bottom: 16px;
    }
    .carousel-type-3 .img-2 img {
        width: 258px;
        height: 192px;
    }
    .carousel-type-3 .img-1 img {
        height: 547px;
    }
    .carousel-type-3 .carousel-cell {
        height: 900px;
    }
    .d-block-dot {
        width: 386px;
    }
    .d-c-editorial-two-blocks-1 .d-block-text .title {
        font-size: 36px;
        letter-spacing: 0.72px;
        line-height: 46px;
        margin-bottom: 18px;
        max-width: 426px;
    }
    .d-c-editorial-two-blocks-1 .d-block-text .d-block-btn {
        bottom: 23%;
    }
    .d-c-editorial-two-blocks-1 .d-block-2 .d-block-text .d-block-btn {
        bottom: 30%;
    }
    .d-c-editorial-two-blocks-1 .d-block-1 .img-1 img {
        height: 485px;
        width: 50%;
    }
    .d-c-editorial-two-blocks-1 .d-block-1 .img-2 img {
        height: 302px;
        margin-left: 45%;
        width: 35%;
        margin-top: -256px;
    }
    .d-c-editorial-two-blocks-1 .d-block-2 .img-1 img {
        height: 589px;
        margin-left: 15%;
        margin-top: 109px;
    }
    .d-c-editorial-two-blocks-1 .d-block-2 .img-2 img {
        height: 331px;
    }
    .d-c-editorial-two-blocks-1 {
        padding-top: 154px;
        padding-bottom: 162px;
    }
    .d-c-editorial-two-blocks-1 .d-block-2 .d-block-text > div {
        left: 20%;
    }
    .d-c-editorial-four-blocks-2 .d-block-text .title,
    .d-c-editorial-two-blocks-4 .d-block-text .title,
    .d-c-editorial-four-blocks-1 .d-block-text .title,
    .d-c-editorial-block-1 .d-block-text .title,
    .d-c-editorial-block-2 .d-block-text .title,
    .d-c-editorial-block-3 .d-block-text .title,
    .d-c-editorial-two-blocks-3 .d-block-text .title,
    .d-c-editorial-two-blocks-2 .d-block-2 .title,
    .d-c-nav-tabs-info .d-block-tabs .d-block-bottom .d-block-text .title,
    .d-c-adults-only .d-block-text .title {
        font-size: 36px;
        letter-spacing: 0.72px;
        line-height: 46px;
    }
    .d-c-editorial-four-blocks-2 .d-block-text .text,
    .d-c-editorial-two-blocks-4 .d-block-text .text {
        margin-top:22px;
        max-width: 426px;
    }
    .d-c-editorial-four-blocks-2 .d-block-1 .d-block-img .img-1 img {
        height: 623px;
    }
    .d-c-editorial-four-blocks-2 .d-block-1 .d-block-img .img-2 img {
        height: 380px;
        width: 320px;
        margin-right: -127px;
    }
    .d-c-editorial-four-blocks-2 .d-block-2 .d-block-img-2 .img-2 {
        display: none;
    }
    .d-c-editorial-four-blocks-2 .d-block-2 .d-block-img-1 .img-1 img {
        height: 647px;
        margin-top: 144px;
    }
    .d-c-editorial-four-blocks-2 .d-block-3 .d-block-img .img-1 img {
        height: 638px;
        margin-top: 0;
    }
    .d-c-editorial-four-blocks-2 .d-block-3 .d-block-img .img-2 img,
    .d-c-editorial-four-blocks-2 .d-block-4 .d-block-img .img-2 img {
        height: 385px;
        width: 267px;
    }
    .d-c-editorial-four-blocks-2 .d-block-4 .d-block-img .img-1 img {
        height: 601px;
    }
    .d-c-editorial-four-blocks-2 .d-block-3 .d-block-img .img-2 img {
        margin-top: -305px;
        margin-left: -91px;
    }
    .d-c-editorial-four-blocks-2 .d-block-3 .d-block-text > div {
        left: 40%;
    }
    .d-c-editorial-four-blocks-2 .d-block-text > div {
        left: 60%;
        top:56%;
    }
    .d-c-editorial-four-blocks-2 .d-block-2 hr:first-child {
        height: 205px;
    }
    .d-c-editorial-four-blocks-2 .d-block-2 hr:last-child {
        height: 111px;
    }
    .d-c-editorial-four-blocks-2 .d-block-1 .d-block-text > div {
        top: 18%;
    }
    .d-c-editorial-four-blocks-2 .d-block-4 .d-block-text > div {
        left: 53%;
    }
    .d-c-two-blocks .d-block-link > div {
        max-width: 325px;
    }
    .d-c-text .text {
        font-size: 18px;
        line-height: 30px;
    }
    .d-c-editorial-two-blocks-4 .d-block-1 .d-block-img .img-1 img {
        height: 559px;
        margin-top: -76px;
    }
    .d-c-editorial-two-blocks-4 .d-block-1 .d-block-img .img-2 img {
        height: 308px;
        width: 240px;
        margin-left: -106px;
        margin-top: -135px;
    }
    .d-c-editorial-two-blocks-4 .d-block-2 .d-block-img .img-1 img {
        height: 681px;
    }
    .d-c-editorial-two-blocks-4 .d-block-2 .d-block-img .img-2 img {
        height: 462px;
        width: 355px;
        margin-top: -203px;
    }
    .d-c-editorial-two-blocks-4 .d-block-1 .d-block-text > div {
        top: 76%;
        left:56%;
    }
    .d-c-editorial-two-blocks-4 .d-block-1 {
        padding-bottom: 215px;
    }
    .d-c-editorial-two-blocks-4 .d-block-2 .d-block-text > div {
        top: 33%;
    }
    .d-c-three-blocks .d-block-intro .title {
        margin-bottom: 22px;
    }
    .d-c-three-blocks .d-block-intro .text {
        font-size: 18px;
        line-height: 30px;
    }
    .d-c-three-blocks .d-block-info .title {
        font-size: 36px;
        letter-spacing: 0.72px;
        line-height: 45px;
        top:67px;
    }
    .d-c-three-blocks .d-block-info hr {
        height: 50px;
    }
    .d-c-three-blocks .d-block-info .text {
        font-size: 18px;
        line-height: 30px;
    }
    .d-c-three-blocks .d-block-info .claim {
        font-size: 12px;
        letter-spacing: 2.25px;
        bottom: 67px;
    }
    .d-c-three-blocks .d-block-info {
        height: 584px;
    }
    .d-c-three-blocks .d-block-intro {
        padding-top: 290px;
        padding-bottom: 115px;
    }
    .d-c-three-blocks .d-block-intro hr:last-child {
        height: 67px;
    }
    .d-c-three-blocks .d-block-intro hr:first-child {
        height: 245px;
    }
    .d-c-three-blocks {
        padding-bottom: 122px;
    }
    .d-c-intro .text {
        font-size: 36px;
        line-height: 60px;
        margin-bottom: 75px;
        max-width: 1056px;
    }
    .d-c-intro-two-img .d-block-intro .text {
        font-size: 36px;
        line-height: 60px;
        max-width: 1056px;
    }
    .d-c-intro .claim {
        font-size: 14px;
        letter-spacing: 2.62px;
    }
    .d-c-editorial-four-blocks-1 .d-block-1 .d-block-img img {
        height: 367px;
        max-width: 440px;
    }
    .d-c-editorial-four-blocks-1 .d-block-2 .d-block-img img {
        height: 412px;
        max-width: 309px;
    }
    .d-c-editorial-four-blocks-1 .d-block-3 .d-block-img img {
        height: 428px;
        max-width: 589px;
        margin-top: -185px;
    }
    .d-c-editorial-four-blocks-1 .d-block-4 .d-block-img-1 img {
        height: 432px;
    }
    .d-c-editorial-four-blocks-1 .d-block-4 .d-block-img-2 img {
        height: 400px;
        width: 309px;
    }
    .d-c-intro hr:last-child {
        height: 83px;
    }
    .d-c-intro .col-12 {
        padding-bottom: 113px;
    }
    .d-c-editorial-four-blocks-1 .d-block-1 .d-block-text > div {
        top: 15px;
    }
    .d-c-editorial-four-blocks-1 .d-block-2 .d-block-text > div {
        left: 56%;
    }
    .d-c-editorial-four-blocks-1 .d-block-4 .d-block-text > div {
        top: 110%;
        left: 50%;
    }
    .d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .nav-tabs a {
        font-size: 12px;
        letter-spacing: 2.57px;
    }
    .carousel-type-4 .carousel-cell .d-block-text .title {
        font-size: 36px;
        letter-spacing: 0.72px;
        line-height: 46px;
        margin-bottom: 25px;
    }
    .carousel-type-4 .carousel-cell .d-block-text .text {
        font-size: 18px;
        line-height: 30px;
    }
    .carousel-type-4 .carousel-cell .d-block-img .logo {
        height: 100px;
    }
    .carousel-type-4 .carousel-cell .d-block-img .location {
        font-size: 12px;
        letter-spacing: 2.57px;
    }
    .carousel-type-4 .carousel-cell .d-block-img .location img {
        height: 20px;
    }
    .carousel-type-4 .carousel-cell,
    .carousel-type-4 .carousel-cell .d-block-img picture img {
        height: 413px;
    }
    .d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .nav-tabs {
        padding-bottom: 45px;
    }
    .d-c-nav-tabs-2 .d-block-slider .d-block-title .title {
        max-width: 883px;
    }
    .d-c-editorial-two-blocks-2 .d-block-1 .text {
        font-size: 18px;
        line-height: 30px;
        max-width: 883px;
    }
    .d-c-editorial-two-blocks-2 .d-block-1 .d-block-img-1 img {
        height: 393px;
        width: 312px;
    }
    .d-c-editorial-two-blocks-2 .d-block-1 .d-block-img-2 img {
        height: 585px;
    }
    .d-c-editorial-two-blocks-2 .d-block-1 .d-block-img-3 img {
        height: 440px;
        width: 477px;
    }
    .d-c-editorial-two-blocks-2 .d-block-2 .d-block-img-1 img {
        height: 820px;
    }
    .d-c-editorial-two-blocks-2 .d-block-2 .d-block-img-2 img {
        height: 355px;
        width: 342px;
        margin-top: -239px;
    }
    .d-c-editorial-two-blocks-2 .d-block-2 .d-block-intro > div {
        top: 34%;
        left: 55%;
    }
    .d-block-book .d-block-icon img {
        height: 56px;
    }
    .d-block-book .d-block-text p {
        font-size: 14px;
        letter-spacing: 2.62px;
    }
    .d-block-book .d-block-text {
        padding: 25px;
    }
    .d-block-book .d-block-icon {
        padding: 12px 26px;
    }
    .navbar .block-menu li {
        font-size: 12px;
        letter-spacing: 2.57px;
    }
    ul.nav.navbar-nav.block-menu {
        max-width: 360px;
    }
    .d-hero .d-block-title .title {
        font-size: 60px;
        letter-spacing: 1.2px;
        line-height: 80px;
        max-width: 987px;
    }
    .d-hero .d-block-title .subtitle {
        font-size: 20px;
        line-height: 32px;
    }
    .d-hero .d-anchor p {
        font-size: 12px;
        letter-spacing: 2.25px;
    }
    .d-hero .d-anchor p:before {
        width: 40px;
    }
    .d-c-editorial-block-1 .d-block-intro .text,
    .d-c-editorial-block-2 .d-block-intro .text,
    .d-c-editorial-block-3 .d-block-intro .text {
        font-size: 18px;
        line-height: 30px;
        max-width: 888px;
        margin-bottom: 25px;
    }
    .d-c-editorial-block-1 .d-block-img .img-1 img {
        height: 740px;
    }
    .d-c-editorial-block-2 .d-block-img .img-2 img {
        height: 715px;
    }
    .d-c-editorial-block-2 .d-block-img .img-1 img {
        width: 368px;
        height: 397px;
        margin-bottom: -273px;
    }
    .d-c-editorial-block-3 .d-block-img .img-1 img {
        width: 89%;
        height: 884px;
    }
    .d-c-editorial-block-3 .d-block-img .img-2 img {
        width: 426px;
        height: 404px;
        margin-top: -300px;
        margin-right: -112px;
    }
    .d-c-editorial-block-2 .d-block-intro {
        margin-bottom: 141px;
    }
    .d-c-intro-two-img .d-block-intro {
        margin-bottom: 150px;
    }
    .d-c-intro-two-img .d-block-img .img-1 img {
        height: 574px;
    }
    .d-c-intro-two-img .d-block-img .img-2 img {
        width: 441px;
        height: 403px;
        margin-top: -310px;
    }
    .d-c-nav-tabs-info .d-block-title .title {
        max-width: 915px;
    }
    .d-c-nav-tabs-info .d-block-tabs .nav-item {
        font-size: 36px;
        letter-spacing: 0.72px;
        line-height: 36px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-intro .text {
        font-size: 18px;
        line-height: 30px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l2 .nav-tabs a,
    .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l3 .nav-tabs a {
        font-size: 12px;
        letter-spacing: 2.57px;
        margin: 0 21px;
    }
    .carousel-style-general .carousel-cell .d-block-info .block-red {
        padding: 45px 45px;
    }
    .carousel-style-general .carousel-cell .d-block-img img,
    .carousel-style-general .carousel-cell {
        height: 700px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-img-2 .img-1 img {
        height: 600px;
        width: 73%;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-text ul li {
        font-size: 14px;
        line-height: 20px;
        width: 50%;
        margin-bottom: 20px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-text ul li span {
        line-height: 20px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-text ul li img {
        width: 15px;
        margin-right: 8px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-text {
        padding-top: 110px;
    }
    .d-c-nav-tabs-info .d-block-tabs hr:last-child {
        height: 242px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-intro {
        padding-bottom: 45px;
        padding-top: 210px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-intro hr {
        height: 150px;
    }
    .d-c-editorial-two-blocks-3 .d-block-1 .d-block-img .img-1 img {
        height: 605px;
    }
    .d-c-editorial-two-blocks-3 .d-block-1 .d-block-img .img-2 img {
        height: 402px;
    }
    .d-c-editorial-two-blocks-3 .d-block-2 .d-block-img .img-1 img {
        height: 600px;
        width: 64%;
        margin-left: 104px;
    }
    .d-c-editorial-two-blocks-3 .d-block-2 .d-block-img .img-2 img {
        height: 300px;
        width: 278px;
        top: 516px;
    }
    .d-c-editorial-two-blocks-3 {
        padding-bottom: 350px;
        padding-top: 90px;
    }
    .d-c-editorial-intro .img-2 img {
        height: 499px;
    }
    .d-c-editorial-intro .img-3 img {
        height: 599px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-bottom .d-block-text .text {
        font-size: 16px;
        line-height: 30px;
        max-width: 600px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-bottom .d-block-img-2 .img-1 img {
        height: 553px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-bottom .d-block-img-2 .img-2 img {
        height: 347px;
        width: 361px;
    }
    .d-c-nav-tabs-info .d-block-tabs hr{
        height: 263px;
    }
}
@media screen and (max-width: 1350px) {
    /*.navbar .logo, .navbar .logo img {
        width: 101px;
    }
    .carousel-type-4 .carousel-cell .d-block-text .d-block-btn a:first-child {
        margin-right: 20px;
    }
    .carousel-type-4 .carousel-cell .d-block-text .text {
        font-size: 21px;
        line-height: 40px;
    }
    .carousel-type-4 .carousel-cell .d-block-text .title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 30px;
    }
    .btn-white, .btn-border-white, .btn-red-brown {
        padding: 40px 40px;
        font-size: 14px;
    }
    .d-c-editorial-four-blocks-2 .d-block-2 .d-block-img-2 .img-2 img {
        height: 433px;
    }
    .d-c-editorial-four-blocks-2 .d-block-2 .d-block-img-1 .img-1 img {
        height: 743px;
    }
    .d-c-editorial-four-blocks-2 .d-block-3 .d-block-img .img-2 img {
        margin-left: -60px;
    }
    .d-c-editorial-four-blocks-2 .d-block-text > div {
        max-width: 310px;
    }
    .d-c-editorial-four-blocks-2 .d-block-4 .d-block-img .img-2 img {
        width: 60%;
    }
    .d-c-editorial-four-blocks-2 .d-block-2 hr:first-child {
        height: 179px;
    }
    .d-c-editorial-four-blocks-2 .d-block-2 hr:last-child {
        height: 0;
    }
    .d-c-editorial-two-blocks-4 .d-block-1 .d-block-img .img-2 img {
        margin-left: -92px;
    }
    .d-c-editorial-two-blocks-4 .d-block-text > div {
        max-width: 350px;
    }
    .d-c-three-blocks .d-block-info {
        height: 700px;
    }
    .d-c-contact-2 p:first-child {
        display: grid;
    }
    .d-c-editorial-block-1 .d-block-text > div,
    .d-c-editorial-block-2 .d-block-text > div,
    .d-c-editorial-block-3 .d-block-text > div {
        max-width: 390px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-text ul li img {
        width: 18px;
        margin-right: 5px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-img-2 .img-1 img {
        width: 90%;
    }*/
}
@media screen and (max-width: 1200px) {
    .navbar .block-lang {
        right: 50px;
    }
    .d-c-editorial-intro .img-1 img {
        display: none;
    }
    .block-red-bg {
        bottom: 510px;
        left: 125px;
    }
    /*.d-hero .d-block-title .title {
        font-size: 70px;
        line-height: 90px;
    }*/
    /*.d-c-editorial-intro .text,
    .d-c-two-blocks .d-block-intro .text,
    .d-c-intro .text,
    .d-c-contact-form .text {
        font-size: 40px;
        line-height: 63px;
        padding: 0 15px;
    }*/
    .d-c-editorial-intro .img-2 img {
        height: 567px;
    }
    .carousel-type-1 .carousel-cell {
        width: 80%;
    }
    .carousel-type-2 {
        margin-left: 205px;
    }
    .carousel-type-2 .carousel-cell .text {
        font-size: 16px;
        line-height: 32px;
    }
    .carousel-type-2 .carousel-cell {
        height: 700px;
        width: 40%;
    }
    .d-c-editorial-intro .img-3 img {
        height: 625px;
    }
    .carousel-type-2 .carousel-cell > div {
        padding: 0 20px;
    }
    .carousel-type-3 .img-2 img {
        width: 288px;
        height: 215px;
    }
    .carousel-type-3 .carousel-cell .d-block-img .claim {
        max-width: 332px;
        font-size: 37px;
        line-height: 44px;
    }
    .carousel-type-3 .carousel-cell .logo {
        margin-top: 30px;
    }
    .d-c-editorial-two-blocks-1 .d-block-1 .img-1 img {
        height: 505px;
        margin-left: 95px;
    }
    .d-c-editorial-two-blocks-1 .d-block-1 .img-2 img {
        height: 302px;
        width: 45%;
        margin-top: -163px;
    }
    .d-c-editorial-two-blocks-1 .d-block-2 .img-1 img {
        height: 664px;
        width: 75%;
    }
    .d-c-editorial-two-blocks-1 .d-block-2 .img-2 img {
        height: 373px;
        margin-left: 57%;
        width: 54%;
    }
    .carousel-type-3 .type-2 .img-2 {
        right: 0;
        left: auto;
    }
    .carousel-type-4 .carousel-cell .d-block-text .text {
        font-size: 20px;
        line-height: 36px;
    }
    .d-c-editorial-four-blocks-1 .d-block-text .title,
    .d-c-editorial-two-blocks-3 .d-block-text .title,
    .d-c-three-blocks .d-block-info .title,
    .d-c-editorial-block-1 .d-block-text .title,
    .d-c-editorial-block-2 .d-block-text .title,
    .d-c-editorial-block-3 .d-block-text .title,
    .d-c-intro-two-img .d-block-intro .text,
    .d-c-nav-tabs-info .d-block-tabs .nav-item {
        font-size: 40px;
        line-height: 53px;
    }
    .d-c-editorial-four-blocks-1 .d-block-text > div {
        max-width: 320px;
    }
    .d-c-editorial-four-blocks-1 .d-block-3 .d-block-img img {
        width: 95%;
    }
    .d-block-book {
        position: absolute;
    }
    .d-c-editorial-two-blocks-2 .d-block-2 .d-block-intro > div {
        left: 58%;
        max-width: 374px;
    }
    .d-c-editorial-two-blocks-2 .d-block-2 .d-block-img-1 img {
        height: 950px;
    }
    .d-c-editorial-two-blocks-3 .d-block-1 .d-block-img .img-1 img {
        height: 705px;
        width: 85%;
    }
    .d-c-editorial-two-blocks-3 .d-block-2 .d-block-img .img-1 img {
        height: 764px;
        width: 87%;
        margin-left: 38px;
    }
    .d-c-editorial-two-blocks-3 .d-block-2 .d-block-text > div {
        top: 68%;
        left: 54%;
        max-width: 380px;
    }
    .d-c-editorial-two-blocks-4 .d-block-2 .d-block-img .img-1 img {
        height: 789px;
        width: 94%;
    }
    .d-c-three-blocks .d-block-info .claim {
        font-size: 14px;
        letter-spacing: 3px;
    }
    .d-c-editorial-two-blocks-4 .d-block-2 .d-block-img .img-2 img {
        height: 525px;
        object-fit: cover;
        width: 463px;
        margin-top: -252px;
        margin-right: -76px;
    }
    .d-c-editorial-four-blocks-2 .d-block-4 .d-block-img .img-2 img {
        width: 72%;
    }
    .d-c-editorial-four-blocks-2 .d-block-3 .d-block-img .img-1 img {
        height: 736px;
    }
    .d-c-editorial-four-blocks-2 .d-block-2 .d-block-img-2 {
        padding-right: 0;
    }
    .d-c-contact-1 .d-block-img img {
        height: 618px;
    }
    .d-c-editorial-block-1 .d-block-text > div,
    .d-c-editorial-block-2 .d-block-text > div,
    .d-c-editorial-block-3 .d-block-text > div {
        max-width: 350px;
    }
    .d-c-editorial-block-2 .d-block-img .img-1 img {
        margin-left: -70px;
    }
    .d-c-editorial-block-2 .d-block-img .img-2 img {
        height: 715px;
    }
    .d-c-editorial-block-3 .d-block-img .img-1 img {
        width: 86%;
        height: 884px;
    }
    .d-c-editorial-block-1 .d-block-img .img-1 img {
        width: 77%;
        height: 640px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-img-2 .img-1 img {
        height: 700px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-text ul li span {
        line-height: 25px;
    }
    .d-empresas .carousel-style-general .carousel-cell,
    .d-empresas .carousel-style-general .carousel-cell .d-block-img img {
        height: 760px;
    }
    /*.carousel-style-general .carousel-cell .d-block-img .img-2 {
        width: 19%;
    }*/
    .site-nav__menu form input, .site-nav__menu form select {
        font-size: 16px;
    }
}
@media screen and (max-width: 1100px) {
    header .block-bars {
        display: block;
        margin-left: 0;
    }
    .navbar .block-lang {
        position: inherit;
        margin-right: 0;
    }
    ul.nav.navbar-nav.block-menu {
        display: none;
    }
    .navbar .logo, .navbar .logo img {
        margin-right: -20px;
    }
    .d-c-editorial-block-1 .d-block-img .img-1 img {
        height: 640px;
        width: 78%;
    }
    .carousel-style-general .carousel-cell .d-block-info .block-red {
        padding: 40px 50px;
    }
    .carousel-style-general .carousel-cell .d-block-info .text {
        margin-bottom: 82px;
    }
    /*.d-block-book {
        display: none;
    }*/
    .d-block-book .d-block-text p {
        width: auto;
        word-break: initial;
    }
    .d-block-book .d-block-text,
    .d-block-book .d-block-icon {
        width: 50%;
    }
    .d-block-book {
        position: fixed;
        top: auto;
        right: 0;
        left: 0;
        /*transform: translate(0,0);*/
        bottom: 0;
        display: flex;

        transform: translate(0,55px);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .d-block-book .d-block-text {
        padding: 28px;
    }
    .d-block-book .d-block-icon img {
        height:50px;
    }
    .d-block-book.scroll-down {
        transform: translate(0,0);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .d-block-book.scroll-up {
        transform: translate(0,80px);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .navbar {
        position: fixed;
    }
    .navbar.scroll-down {
        transform: translate(0,-95px);
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    .navbar.scroll-up {
        transform: translate(0,0);
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    .site-nav__menu.block-menu-mobile {
        background-color: black;
    }
    .site-nav__menu.block-menu-mobile .site-nav__main li {
        font-family: "Optima";
        color: white;
        text-transform: uppercase;

        font-size: 25px;
        letter-spacing: 0.42px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .site-nav__menu.block-menu-mobile .site-nav__main a {
        color: white;
    }
    .site-nav__menu.block-menu-mobile .site-nav__main li ul {
        margin: 6px 0 10px;
    }
    .site-nav__menu.block-menu-mobile .site-nav__main li ul li {
        font-family: "GalanoClassic-Regular";
        letter-spacing: 0;
        text-transform: none;
        margin: 0;
        font-size: 15px;
        line-height: 30px;
    }
    .site-nav__menu.block-menu-mobile hr {
        background-color: white;
    }
}
@media screen and (max-width: 991px) {
    .site-nav__menu .close-menu-mobile {
        left: 30px;
        top: 35px;
    }
    .site-nav__menu form .col-12 {
        display: block;
    }
    .site-nav__menu form .block-hotel {
        width: 100%;
    }
    .site-nav__menu form .block-calendar, .site-nav__menu form .block-promo {
        width: 100%;
    }
    .site-nav__menu .d-block-text p {
        font-size: 20px;
        line-height: 25px;
        padding: 0 15px;
    }
    .site-nav__menu .d-block-logo img {
        width: 100px;
    }
    .navbar {
        height: 95px;
        padding: 0 15px;
    }
    .d-hero .d-hr {
        top: 105px;
    }
    .p-section {
        font-size: 12px;
    }
    .d-c-editorial-intro .img-3 picture {
        left: 10%;
    }
    .d-c-two-blocks .d-block-link > div {
        max-width: 296px;
    }
    .carousel-type-1 .carousel-cell {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .carousel-type-1 {
        margin-left: 0;
    }
    .carousel-type-2 .carousel-cell {
        width: 60%;
    }
    .title,
    .d-c-two-blocks .d-block-intro .title,
    .d-c-nav-tabs-1 .d-block-slider .d-block-title .title,
    .d-c-editorial-two-blocks-1 .d-block-text .title,
    .d-c-two-blocks .d-block-link .title,
    .d-c-editorial-four-blocks-2 .d-block-text .title,
    .d-c-editorial-two-blocks-4 .d-block-text .title{
        font-size: 36px;
        line-height: 46px;
    }
    .carousel-type-3 .carousel-cell .text,
    .d-c-editorial-two-blocks-1 .d-block-text .text,
    .d-c-editorial-four-blocks-2 .d-block-text .text,
    .d-c-editorial-two-blocks-4 .d-block-text .text,
    .d-c-editorial-block-1 .d-block-text .text,
    .d-c-editorial-block-2 .d-block-text .text,
    .d-c-editorial-block-3 .d-block-text .text,
    .carousel-style-general .carousel-cell .d-block-info .text {
        font-size: 16px;
        line-height: 30px;
    }
    .carousel-type-3 .carousel-cell .d-block-img .claim {
        max-width: 278px;
        font-size: 28px;
        line-height: 34px;
    }
    .carousel-type-3 .img-1 {
        left: 50px;
    }
    .carousel-type-3 .carousel-cell .d-block-img > div {
        left: 100px;
        bottom: 20%;
    }
    .carousel-type-3 .img-1 img {
        height: 606px;
    }
    .carousel-type-3 .img-2 {
        top: 145px;
    }
    .d-c-editorial-two-blocks-1 .d-block-2 .d-block-text > div {
        max-width: 517px;
        left: 15%;
    }
    .d-c-editorial-two-blocks-1 .d-block-1 .d-block-text > div {
        max-width: 352px;
    }
    .d-c-editorial-two-blocks-1 .d-block-2 .img-1 img {
        height: 564px;
        width: 85%;
    }
    .d-c-editorial-two-blocks-1 .d-block-2 .img-2 img {
        height: 273px;
        margin-left: 54%;
    }
    .d-c-editorial-two-blocks-1 .d-block-1 .img-1 img {
        height: 405px;
        margin-left: 30px;
    }
    .d-c-editorial-two-blocks-1 .d-block-1 .img-2 img {
        height: 302px;
        width: 52%;
        margin-top: -151px;
        margin-left: 38%;
    }
    .d-c-editorial-two-blocks-1 {
        padding-bottom: 150px;
    }
    .d-c-editorial-intro .text, .d-c-two-blocks .d-block-intro .text {
        font-size: 30px;
        line-height: 51px;
    }
    .d-hero .d-block-title .title {
        font-size: 60px;
        line-height: 71px;
    }
    .carousel-type-3 .carousel-cell .logo img {
        width: 200px;
    }
    .d-block-dot {
        width: 400px;
    }
    .d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .d-block-left img,
    .d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .d-block-left img,
    .d-c-text-slider .d-block-slider .d-block-left img,
    .d-c-slider .d-block-slider .d-block-left img,
    .d-block-tabs-l2 .d-block-left img,
    .d-block-tabs-l3 .d-block-left img,
    .d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .d-block-right img,
    .d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .d-block-right img,
    .d-c-text-slider .d-block-slider .d-block-right img,
    .d-c-slider .d-block-slider .d-block-right img,
    .d-block-tabs-l2 .d-block-right img,
    .d-block-tabs-l3 .d-block-right img{
        width: 90px;
    }
    .carousel-type-4 .carousel-cell .d-block-text .text {
        font-size: 16px;
        line-height: 32px;
    }
    .d-c-editorial-two-blocks-2 .d-block-2 {
        padding-bottom: 123px;
    }
    .carousel-type-4 .carousel-cell .d-block-img {
        padding-right: 30px;
        padding-left: 30px;
    }
    .d-c-editorial-two-blocks-2 .d-block-1 .d-block-img-1 img {
        margin-top: -146px;
    }
    .d-c-editorial-two-blocks-2 .d-block-2 .d-block-img-1 img {
        height: 750px;
    }
    .d-c-editorial-two-blocks-2 .d-block-2 .d-block-img-2 img {
        margin-top: -140px;
    }
    .carousel-type-4 .carousel-cell .d-block-img picture img {
        height: 320px;
    }
    .carousel-type-4 .carousel-cell .d-block-img .logo {
        height: 90px;
    }
    .carousel-type-4 .carousel-cell .d-block-img .location {
        top: 74%;
        font-size: 12px;
    }
    .carousel-type-4 .carousel-cell .d-block-img .location img {
        height: 20px;
    }
    .carousel-type-4 .carousel-cell .d-block-text .d-block-btn {
        position: inherit;
    }
    .carousel-type-4 .carousel-cell .d-block-text {
        text-align: center;
        margin-top: 30px;
    }
    .carousel-type-4 .carousel-cell .d-block-text .d-block-btn a:first-child {
        margin-right: auto;
        margin-left: auto;
    }
    .carousel-type-4 .carousel-cell {
        height: 700px;
    }
    .carousel-type-4 .carousel-cell .d-block-img > div > div {
        top: -105%;
    }
    .carousel-type-4 .carousel-cell .d-block-text .d-block-btn a {
        margin-top: 20px;
    }
    .d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .nav-tabs a {
        margin: 0 15px;
        letter-spacing: 2px;
    }
    .d-c-editorial-two-blocks-3 .d-block-text .text {
        font-size: 16px;
        line-height: 30px;
    }
    .d-c-editorial-two-blocks-3 .d-block-1 .d-block-img .img-1 img {
        height: 605px;
    }
    .d-c-editorial-two-blocks-3 .d-block-2 .d-block-img .img-1 img {
        height: 664px;
    }
    .d-c-editorial-two-blocks-3 .d-block-2 .d-block-img .img-2 img {
        height: 415px;
        width: 336px;
        top: 543px;
        right: -36px;
    }
    .d-c-editorial-two-blocks-3 .d-block-1 .d-block-img .img-2 img {
        width: 81%;
        right: 3%;
    }
    .d-c-editorial-two-blocks-3 .d-block-2 .d-block-text > div,
    .d-c-editorial-two-blocks-3 .d-block-1 .d-block-text > div{
        max-width: 300px;
        margin-left: auto;
    }
    .d-c-editorial-two-blocks-3 .d-block-text .d-block-btn {
        margin-top: 90px;
    }
    .carousel-type-2 {
        margin-left: 187px;
    }
    .d-c-three-blocks .d-block-info hr {
        height: 60px;
    }
    .d-c-three-blocks .d-block-info .title {
        top: 80px;
    }
    .d-c-three-blocks .d-block-info .claim {
        bottom: 80px;
    }
    .d-c-three-blocks .d-block-info {
        height: 500px;
    }
    .d-c-editorial-two-blocks-4 .d-block-1 .d-block-img .img-2 img {
        margin-left: -30px;
    }
    .d-c-editorial-two-blocks-4 .d-block-2 .d-block-img .img-1 img {
        height: 589px;
        width: 95%;
    }
    .d-c-editorial-two-blocks-4 .d-block-2 .d-block-img .img-2 img {
        height: 425px;
        width: 364px;
        margin-top: -252px;
        margin-right: -57px;
    }
    .d-c-three-blocks .d-block-intro {
        padding-top: 306px;
        padding-bottom: 205px;
    }
    .d-c-three-blocks .d-block-intro hr:first-child {
        height: 247px;
    }
    .d-c-three-blocks .d-block-intro hr:last-child {
        height: 154px;
    }
    .d-c-editorial-four-blocks-2 .d-block-2 .d-block-img-1 .img-1 img {
        height: 643px;
    }
    .d-c-editorial-four-blocks-2 .d-block-4 .d-block-img .img-1 img {
        height: 694px;
    }
    .d-c-editorial-two-blocks-4 .d-block-1 .d-block-img .img-1 img {
        height: 631px;
    }
    .d-c-editorial-two-blocks-4 .d-block-1 .d-block-img .img-2 img {
        margin-left: 0;
    }
    .d-c-editorial-two-blocks-4 .d-block-text > div {
        max-width: 300px;
    }
    .d-c-three-blocks .d-block-info .text {
        font-size: 20px;
        line-height: 30px;
    }
    .d-c-three-blocks .d-block-info .title {
        font-size: 38px;
        line-height: 41px;
    }
    .d-c-editorial-four-blocks-2 .d-block-4 .d-block-img .img-2 img {
        height: 400px;
    }
    .d-c-editorial-four-blocks-2 .d-block-1 .d-block-img .img-1 img {
        height: 700px;
    }
    .d-c-editorial-four-blocks-2 .d-block-1 .d-block-text > div {
        top: 17%;
    }
    .d-c-contact-1 .d-block-contact .title {
        font-size: 30px;
        line-height: 40px;
    }
    .d-c-contact-1 .d-block-contact li, .d-c-contact-1 .d-block-contact li a {
        font-size: 16px;
        line-height: 34px;
    }
    .d-c-contact-1 hr:last-child {
        height: 378px;
    }
    .d-c-contact-1 .d-block-contact > div {
        max-width: 230px;
    }
    .d-c-contact-1 .d-block-img img {
        height: 518px;
    }
    .d-c-contact-2 p, .d-c-contact-2 p a {
        font-size: 37px;
        line-height: 51px;
    }
    .d-c-contact-2 img {
        height: 30px;
    }
    .d-c-editorial-block-2 .d-block-img .img-2 img {
        height: 515px;
    }
    .d-c-editorial-block-1 .d-block-text > div,
    .d-c-editorial-block-2 .d-block-text > div,
    .d-c-editorial-block-3 .d-block-text > div {
        max-width: 300px;
    }
    .d-c-editorial-block-2 .d-block-intro {
        margin-bottom: 141px;
    }
    .d-c-editorial-block-1 .d-block-img .img-1 img {
        height: 580px;
        width: 87%;
    }
    .d-c-editorial-block-3 .d-block-img .img-1 img {
        width: 94%;
        height: 684px;
    }
    .d-c-editorial-block-3 .d-block-img .img-2 img {
        width: 77%;
        height: 310px;
        object-fit: cover;
        margin-top: -101px;
        margin-right: -110px;
    }
    .d-c-editorial-block-2 .d-block-img .img-1 img {
        margin-left: -45px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l2, .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l3 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-img-2 .img-2 {
        display: none;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-text {
        padding-top: 50px;
    }
    .carousel-style-general .carousel-cell {
        height: 815px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-img-2 .img-1 img {
        width: 95%;
    }
    .d-c-nav-tabs-info .d-block-tabs .nav-item {
        padding: 30px 15px;
    }
    .d-c-nav-tabs-info .d-block-tabs .nav-item {
        font-size: 30px;
        line-height: 43px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-intro {
        padding-bottom: 60px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l2 .nav-tabs a,
    .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l3 .nav-tabs a {
        font-size: 12px;
        letter-spacing: 2px;
        margin: 0 16px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-text ul li {
        font-size: 16px;
        line-height: 22px;
    }
    .carousel-style-general .carousel-cell .d-block-info > div {
        left: 124px;
    }
    .carousel-style-general .carousel-cell .d-block-info .icons ul li {
        margin-right: 20px;
    }
    .carousel-style-general .carousel-cell .d-block-info .text {
        max-width: 308px;
    }
    .d-empresas .d-block-dot {
        margin-left: 125px;
    }
    .d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .d-block-left,
    .d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .d-block-left,
    .d-c-text-slider .d-block-slider .d-block-left,
    .d-c-slider .d-block-slider .d-block-left,
    .d-block-tabs-l2 .d-block-left,
    .d-block-tabs-l3 .d-block-left {
        left: 27px;
    }
    .d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .d-block-right,
    .d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .d-block-right,
    .d-c-text-slider .d-block-slider .d-block-right,
    .d-c-slider .d-block-slider .d-block-right,
    .d-block-tabs-l2 .d-block-right,
    .d-block-tabs-l3 .d-block-right {
        right: 27px;
    }
    .carousel-style-general .carousel-cell .d-block-info .text {
        margin-bottom: 68px;
    }
    .d-empresas .carousel-style-general .carousel-cell,
    .d-empresas .carousel-style-general .carousel-cell .d-block-img img {
        height: 648px;
    }
    .carousel-type-4 .carousel-cell .d-block-text {
        transform: translate(0,0);
    }
    .block-red-bg {
        left: 50px;
    }
}
@media screen and (max-width: 768px) {
    .site-nav__menu .d-block-bottom p.link, .site-nav__menu .d-block-bottom p.links a {
        font-size: 16px;
        line-height: 36px;
        display: block;
    }
    .site-nav__menu .d-block-bottom .links img {
        margin-right: 13px;
        height: 13px;
    }
    .d-block-dot {
        margin-left: 30px;
    }
    .d-c-two-blocks .position-relative hr {
        display: none;
    }
    .d-c-two-blocks .position-relative {
        padding-top: 100px;
        padding-bottom: 130px;
    }
    .d-c-two-blocks .d-block-link > div {
        max-width: 388px;
        margin: 40px auto;
        text-align: center;
    }
    .d-c-two-blocks .d-block-link .btn-border-white {
        margin-left: auto;
        margin-right: auto;
    }
    .d-c-editorial-intro .img-3 img {
        height: 425px;
    }
    .d-c-editorial-intro .img-2 img {
        height: 367px;
    }
    .d-c-editorial-intro .img-3 picture {
        left: 5%;
        right: 5%;
    }
    .carousel-type-1 .carousel-cell > div .text {
        font-size: 36px;
        line-height: 50px;
    }
    .carousel-type-2 {
        margin-left: 161px;
    }
    .carousel-type-2 .carousel-cell .title {
        font-size: 30px;
        letter-spacing: 0.96px;
        line-height: 31px;
        top:75px;
    }
    .carousel-type-2 .carousel-cell hr {
        height: 50px;
    }
    .carousel-type-2 .carousel-cell {
        height: 500px;
    }
    .carousel-type-2 .carousel-cell .subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .carousel-type-2 .carousel-cell .text {
        font-size: 14px;
        line-height: 27px;
    }
    .carousel-type-3 .carousel-cell .d-block-text > div {
        margin-left: 0;
        position: initial;
        padding: 0 30px;
        transform: translate(0,0);
        padding-top: 60px;
    }
    .carousel-type-3 .carousel-cell .logo {
        margin-top: 30px;
    }
    .carousel-type-3 .img-1 {
        position: initial;
        transform: translate(0,0);
    }
    .d-c-editorial-two-blocks-1 .d-block-text .d-block-btn {
        position: initial;
    }
    .d-c-editorial-two-blocks-1 .d-block-1 .d-block-text > div,
    .d-c-editorial-two-blocks-1 .d-block-2 .d-block-text > div{
        margin: 0 auto;
        position: initial;
        transform: translate(0,0);
        text-align: center;
    }
    .d-c-editorial-two-blocks-1 .d-block-1 hr {
        height: 100px;
    }
    .d-c-editorial-two-blocks-1 .d-block-1 .img-2 img,
    .d-c-editorial-two-blocks-1 .d-block-2 .img-2 img{
        display: none;
    }
    .d-c-editorial-two-blocks-1 .d-block-1 .img-1 img {
        height: 300px;
        width: 100%;
        margin: 0;
        margin-top: 50px;
    }
    .d-c-editorial-two-blocks-1 .d-block-2 .img-1 img {
        width: 100%;
        margin: 0;
        margin-top: 50px;
        margin-bottom: 50px;
        height: 300px;
    }
    .d-c-editorial-two-blocks-1 .d-block-text .text {
        font-size: 16px;
        line-height: 30px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .d-c-text-slider .d-block-intro hr {
        height: 100px;
        top: -161px;
    }
    .d-c-nav-tabs-1 .d-hr hr {
        height: 100px;
        bottom: -200px;
    }
    .d-c-nav-tabs-1 {
        padding-bottom: 200px;
    }
    .d-c-text-slider {
        padding-top: 161px;
        padding-bottom: 103px;
    }
    .d-c-two-blocks {
        padding-top: 165px;
    }
    .d-c-two-blocks .d-block-intro hr {
        height: 100px;
        top: -165px;
    }
    .d-c-editorial-intro hr {
        height: 100px;
        top: -161px;
    }
    .d-c-editorial-intro {
        padding-top: 163px;
    }
    .d-c-slider .d-block-dot {
        bottom: 80px;
    }
    .carousel-type-3 .carousel-cell .d-block-img > div {
        left: 45px;
    }
    .carousel-type-3 .img-2 img {
        display: none;
    }
    .carousel-type-3 .img-1 img {
        width: 100%;
    }
    .carousel-type-1 .carousel-cell > div .d-block-btn {
        display: block;
    }
    .carousel-type-1 .carousel-cell > div .d-block-btn .btn-red-brown,
    .carousel-type-1 .carousel-cell > div .d-block-btn .btn-border-white{
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .carousel-type-1 .carousel-cell hr {
        display: none;
    }
    .carousel-type-4 .carousel-cell .d-block-img picture img {
        height: 260px;
    }
    .d-c-nav-tabs-2 hr {
        height: 100px;
    }
    .d-c-nav-tabs-2 {
        padding-bottom: 200px;
        padding-top: 155px;
    }
    .title,
    .d-c-two-blocks .d-block-intro .title,
    .d-c-nav-tabs-1 .d-block-slider .d-block-title .title,
    .d-c-nav-tabs-2 .d-block-slider .d-block-title .title {
        font-size: 55px;
        line-height: 64px;
    }
    .d-c-editorial-intro .text,
    .d-c-two-blocks .d-block-intro .text,
    .d-c-intro .text {
        font-size: 30px;
        line-height: 49px;
        padding: 0 15px;
    }
    .d-c-editorial-four-blocks-1 .d-block-text > div {
        position: initial !important;
        transform: translate(0,0) !important;
    }
    .d-c-editorial-four-blocks-1 .d-block-1 .d-block-img {
        text-align: center;
    }
    .d-c-editorial-four-blocks-1 .d-block-1 .d-block-img img,
    .d-c-editorial-four-blocks-1 .d-block-2 .d-block-img img,
    .d-c-editorial-four-blocks-1 .d-block-3 .d-block-img img,
    .d-c-editorial-four-blocks-1 .d-block-4 .d-block-img-2 img{
        height: 476px;
        max-width: 431px;
        width: 100%;
        object-fit: cover;
        margin: 0 auto;
    }
    .d-c-editorial-four-blocks-1 .d-block-text > div {
        margin: 0 auto;
        background-color: #F1ECEB;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .d-c-editorial-four-blocks-1 .d-block-3 .d-block-img {
        padding-left: 15px;
        text-align: center;
    }
    .d-c-editorial-four-blocks-1 .d-block-4 .d-block-img-1 {
        display: none;
    }
    .d-c-editorial-four-blocks-1 .d-block-4 .d-block-img-2 {
        text-align: center;
    }
    .d-c-editorial-four-blocks-1 .d-block-4 {
        padding-bottom: 156px;
    }
    .d-c-intro .col-12 {
        padding-top: 164px;
    }
    .d-c-intro hr:first-child {
        height: 100px;
    }
    .d-c-editorial-two-blocks-2 .d-block-1 .d-block-img-3 img {
        width: 50%;
    }
    .d-c-editorial-two-blocks-2 .d-block-1 .d-block-intro {
        padding-bottom: 0;
    }
    .d-c-editorial-two-blocks-2 .d-block-1 .d-block-img-1 img {
        display: none;
    }
    .d-c-editorial-two-blocks-2 .d-block-2 .d-block-img-1 {
        text-align: center;
    }
    .d-c-editorial-two-blocks-2 .d-block-2 .d-block-img-1 img {
        height: 476px;
        max-width: 431px;
        width: 100%;
        object-fit: cover;
        margin: 0 auto;
    }
    .d-c-editorial-two-blocks-2 .d-block-2 .d-block-intro > div {
        position: initial !important;
        transform: translate(0,0) !important;
        padding: 35px 0;
        background-color: #F1ECEB;
        margin: 0 auto;
    }
    .d-c-editorial-two-blocks-2 .d-block-2 .d-block-img-2 img {
        margin-top: 0;
        margin-left: 0;
    }
    .d-c-editorial-two-blocks-2 .d-block-1 .d-block-intro hr:last-child {
        top: 0;
    }
    .d-c-editorial-two-blocks-3 .d-block-text > div {
        position: initial !important;
        transform: translate(0,0) !important;
        margin: 0 auto;
        background-color: #F1ECEB;
        padding: 35px 0;
    }
    .d-c-editorial-two-blocks-3 .d-block-1 .d-block-img .img-1 img,
    .d-c-editorial-two-blocks-3 .d-block-2 .d-block-img .img-1 img,
    .d-c-editorial-four-blocks-2 .d-block-1 .d-block-img .img-1 img,
    .d-c-editorial-four-blocks-2 .d-block-2 .d-block-img-1 .img-1 img,
    .d-c-editorial-four-blocks-2 .d-block-3 .d-block-img .img-1 img,
    .d-c-editorial-four-blocks-2 .d-block-4 .d-block-img .img-1 img,
    .d-c-editorial-block-1 .d-block-img .img-1 img,
    .d-c-editorial-block-2 .d-block-img .img-2 img,
    .d-c-editorial-block-3 .d-block-img .img-1 img {
        height: 476px;
        max-width: 431px !important;
        width: 100%;
        object-fit: cover;
        margin: 0 auto;
    }
    .d-c-editorial-two-blocks-3 .d-block-1 .d-block-img .img-2,
    .d-c-editorial-two-blocks-3 .d-block-2 .d-block-img .img-2,
    .d-c-editorial-four-blocks-2 .d-block-3 .d-block-img .img-2,
    .d-c-editorial-four-blocks-2 .d-block-4 .d-block-img .img-2{
        display: none;
    }
    .d-c-editorial-two-blocks-3 .d-block-text .d-block-btn {
        margin-top: 60px;
    }
    .d-c-editorial-four-blocks-1 .d-block-text .title,
    .d-c-editorial-two-blocks-3 .d-block-text .title {
        font-size: 33px;
        line-height: 45px;
    }
    .d-c-editorial-two-blocks-3 .d-block-2 .d-block-img{
        text-align: center;
    }
    .d-c-editorial-two-blocks-3 {
        padding-bottom: 150px;
    }
    .d-c-three-blocks {
        padding-bottom: 105px;
    }
    .d-c-editorial-four-blocks-2 .d-block-text > div {
        position: initial !important;
        transform: translate(0, 0) !important;
        margin: 0 auto;
        padding: 35px 0;
    }
    .d-c-editorial-four-blocks-2 .d-block-1 .d-block-img .img-2,
    .d-c-editorial-two-blocks-4 .d-block-2 .d-block-img .img-2{
        display: none;
    }
    .d-c-editorial-four-blocks-2 .d-block-1 .d-block-img,
    .d-c-editorial-four-blocks-2 .d-block-2 .d-block-img-1,
    .d-c-editorial-four-blocks-2 .d-block-3 .d-block-img,
    .d-c-editorial-four-blocks-2 .d-block-4 .d-block-img{
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .d-c-editorial-four-blocks-2 .d-block-3 {
        padding-bottom: 0;
    }
    .d-c-editorial-four-blocks-2 .d-block-3 hr,
    .d-c-editorial-four-blocks-2 .d-block-4 hr{
        display: none;
    }
    .d-c-editorial-four-blocks-2 .d-block-4 {
        margin-bottom: 0;
    }
    .d-c-text hr:first-child,
    .d-c-text hr:last-child {
        height: 100px;
    }
    .d-c-text {
        padding-top: 160px;
        padding-bottom: 60px;
    }
    .d-c-editorial-two-blocks-4 .d-block-text > div {
        position: initial;
        transform: translate(0,0);
        margin: 0 auto;
    }
    .d-c-editorial-two-blocks-4 .d-block-1 .d-block-img .img-2 img {
        display: none;
    }
    .d-c-editorial-two-blocks-4 .d-block-1 .d-block-img .img-1 img {
        height: 500px;
        margin-top: 0;
    }
    .d-c-editorial-two-blocks-4 .d-block-1 .d-block-text,
    .d-c-editorial-two-blocks-4 .d-block-2 .d-block-text {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .d-c-editorial-two-blocks-4 .d-block-1 {
        padding-bottom: 0;
    }
    .d-c-editorial-two-blocks-4 .d-block-2 .d-block-img .img-1 img {
        height: 500px;
        width: 100%;
    }
    .d-c-editorial-two-blocks-4 .d-block-2 .d-block-img {
        padding-left: 0;
    }
    .d-c-editorial-two-blocks-4 {
        margin-bottom: 0;
    }
    .d-c-editorial-two-blocks-4 .d-block-1 hr {
        display: none;
    }
    .d-c-three-blocks .d-block-intro {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .d-c-three-blocks .d-block-intro hr {
        height: 100px !important;
    }
    .d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .d-block-left,
    .d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .d-block-left,
    .d-c-text-slider .d-block-slider .d-block-left,
    .d-c-slider .d-block-slider .d-block-left,
    .d-block-tabs-l2 .d-block-left,
    .d-block-tabs-l3 .d-block-left,
    .d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .d-block-right,
    .d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .d-block-right,
    .d-c-text-slider .d-block-slider .d-block-right,
    .d-c-slider .d-block-slider .d-block-right,
    .d-block-tabs-l2 .d-block-right,
    .d-block-tabs-l3 .d-block-right{
        display: none;
    }
    .d-c-contact-1 .d-block-img img {
        height: 418px;
    }
    .d-c-contact-2 {
        padding: 100px 0 80px;
    }
    .d-c-contact-form {
        padding: 155px 0;
    }
    .d-c-contact-form hr {
        height: 100px;
    }
    .d-c-contact-form form .mc-field-group input,
    .d-c-contact-form form textarea,
    .d-c-contact-form form select {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 50px;
    }
    .d-c-contact-1 .d-block-contact > div {
        max-width: 193px;
    }
    .d-c-contact-1 .position-relative {
        padding-bottom: 70px;
    }
    .d-c-contact-1 hr:last-child {
        height: 336px;
    }
    .d-c-editorial-block-1 .d-block-text > div, .d-c-editorial-block-2 .d-block-text > div, .d-c-editorial-block-3 .d-block-text > div {
        position: initial;
        transform: translate(0,0);
        margin: 0 auto;
        padding: 30px 0;
    }
    .d-c-editorial-block-3 .d-block-text > div {
        background-color: white;
        padding-bottom: 60px;
    }
    .d-c-editorial-block-1 .d-block-img .img-2,
    .d-c-editorial-block-2 .d-block-img .img-1,
    .d-c-editorial-block-3 .d-block-img .img-2 {
        display: none;
    }
    .d-c-editorial-block-1 .d-block-img .img-1,
    .d-c-editorial-block-2 .d-block-img .img-2,
    .d-c-editorial-block-3 .d-block-img .img-1 {
        text-align: center;
    }
    .d-c-intro .text {
        margin-bottom: 50px;
    }
    .d-c-intro.type-2 hr:last-child {
        height: 100px;
    }
    .d-c-editorial-block-1,
    .d-c-editorial-block-2{
        padding-top: 160px;
        padding-bottom: 160px;
    }
    .d-c-editorial-block-1 hr,
    .d-c-editorial-block-2 hr {
        height: 100px;
    }
    .d-c-editorial-block-1 .d-block-text .d-block-btn,
    .d-c-editorial-block-2 .d-block-text .d-block-btn {
        margin-top: 60px;
    }
    .d-c-editorial-block-3 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .d-c-editorial-block-2 .d-block-intro {
        margin-bottom: 60px;
    }
    .d-c-editorial-block-2 .d-block-img {
        margin-bottom: 0;
    }
    .d-c-editorial-block-3 .d-block-intro {
        padding-bottom: 60px;
    }
    .d-c-editorial-block-1 .d-block-intro {
        margin-bottom: 60px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-intro {
        padding-top: 160px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-intro hr {
        height: 100px;
    }
    .d-c-intro-two-img .d-block-intro {
        margin-bottom: 94px;
    }
    .d-c-intro-two-img .d-block-img .img-1 img {
        width: 85%;
        height: 366px;
    }
    .d-c-intro-two-img .d-block-img .img-2 img {
        width: 58%;
        height: 360px;
        margin-top: -208px;
    }
    .d-c-nav-tabs-info .d-block-tabs .nav-item {
        font-size: 24px;
        line-height: 38px;
    }
    .d-c-nav-tabs-info .d-block-tabs .nav-item span {
        font-size: 16px;
        line-height: 34px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-text {
        padding-top: 0;
    }
    .d-c-nav-tabs-info .d-block-tabs hr:last-child {
        display: none;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l2 .d-block-btn,
    .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l3 .d-block-btn {
        padding-bottom: 30px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-img-2 .img-1 img {
        width: 100%;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-text ul li {
        margin-bottom: 10px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-intro {
        padding-bottom: 30px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-img-2 .img-1 img {
        height: 350px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l2 .nav-tabs a, .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l3 .nav-tabs a {
        margin-bottom: 25px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l2 nav, .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l3 nav {
        margin-bottom: 35px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-text .d-block-btn .btn-red-brown {
        margin-right: 20px;
    }
    .d-c-intro-two-img {
        padding-top: 162px;
    }
    .d-c-intro-two-img hr {
        height: 100px;
    }
    .carousel-style-general .carousel-cell .d-block-info > div {
        left: 0;
    }
    /*.carousel-style-general .carousel-cell .d-block-img .img-2 {
        display: none;
    }*/
    .carousel-style-general.slider-empresas .carousel-cell {
        width: 100%;
    }
    .d-empresas .d-block-dot {
        margin-left: 0;
    }
    .d-block-book .d-block-text {
        padding: 18px;
    }
    .d-block-book .d-block-text p {
        font-size: 12px;
        letter-spacing: 3px;
    }
    .d-block-book .d-block-icon {
        padding: 10px 30px;
    }
    .d-block-book .d-block-icon img {
        height: 35px;
    }
    .d-block-book .d-block-text {
        width: 70%;
    }
    .d-block-book .d-block-icon {
        width: 30%;
    }
    .d-block-book.scroll-up {
        transform: translate(0,55px);
    }
    .d-c-editorial-two-blocks-1 .d-block-text .d-block-btn a {
        margin-left: auto;
    }
    .carousel-type-3 .carousel-cell.is-selected .d-block-text > div {
        transform: translate(0,0);
    }
    .d-c-editorial-four-blocks-2 .d-block-2 hr:last-child {
        display: none;
    }
    .d-c-slider .d-block-dot {
        margin-left: 45px;
    }
    .d-block-dot .num {
        position: absolute;
        right: -49px;
        bottom: -26px;
    }
    .d-block-dot .num p {
        font-size: 14px;
    }
    .d-block-dot .arrows {
        position: absolute;
        right: -110px;
        bottom: -8px;
    }
    .d-block-dot .arrows img {
        padding: 0 7px;
        width: auto;
    }
    .d-block-dot .slider {
        height: 7px;
    }
    .d-block-dot {
        padding-top: 60px;
    }
    .block-red-bg {
        left: 20px;
        bottom: 317px;
    }
}
@media screen and (max-width: 575px) {
    .btn-white, .btn-border-white, .btn-red-brown {
        padding: 30px 30px;
        font-size: 12px;
    }
    .title,
    .d-c-two-blocks .d-block-intro .title,
    .d-c-nav-tabs-1 .d-block-slider .d-block-title .title,
    .d-c-nav-tabs-2 .d-block-slider .d-block-title .title {
        font-size: 35px;
        line-height: 41px;
    }
    .d-c-text .text,
    .d-c-text-slider .d-block-intro .text,
    .d-c-text-slider .d-block-intro .text,
    .d-c-editorial-two-blocks-2 .d-block-1 .text,
    .d-c-text-slider .d-block-intro .text {
        font-size: 18px;
        line-height: 34px;
    }
    .d-c-editorial-intro .text, .d-c-two-blocks .d-block-intro .text, .d-c-intro .text {
        font-size: 22px;
        line-height: 38px;
    }
    .d-c-editorial-intro .img-2 {
        padding-left: 0;
    }
    .d-hero .d-block-title .title {
        font-size: 35px !important;
        line-height: 41px !important;
    }
    .d-c-editorial-two-blocks-3 .d-block-1 .d-block-img .img-1 img,
    .d-c-editorial-two-blocks-3 .d-block-2 .d-block-img .img-1 img,
    .d-c-editorial-four-blocks-2 .d-block-1 .d-block-img .img-1 img,
    .d-c-editorial-four-blocks-2 .d-block-2 .d-block-img-1 .img-1 img,
    .d-c-editorial-four-blocks-2 .d-block-3 .d-block-img .img-1 img,
    .d-c-editorial-four-blocks-2 .d-block-4 .d-block-img .img-1 img,
    .d-c-editorial-four-blocks-1 .d-block-1 .d-block-img img,
    .d-c-editorial-four-blocks-1 .d-block-2 .d-block-img img,
    .d-c-editorial-four-blocks-1 .d-block-3 .d-block-img img,
    .d-c-editorial-four-blocks-1 .d-block-4 .d-block-img-2 img,
    .d-c-editorial-two-blocks-2 .d-block-2 .d-block-img-1 img,
    .d-c-editorial-two-blocks-2 .d-block-2 .d-block-img-2 img,
    .d-c-editorial-block-1 .d-block-img .img-1 img,
    .d-c-editorial-block-2 .d-block-img .img-2 img,
    .d-c-editorial-block-3 .d-block-img .img-1 img{
        height: 300px;
    }
    .d-c-two-blocks .position-relative {
        padding-top: 60px;
    }
    .d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .nav-tabs a.active {
        margin-bottom: 25px;
    }
    .d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .nav-tabs {
        padding-bottom: 10px;
    }
    .carousel-type-1 .carousel-cell > div .logo {
        height: 100px;
    }
    .d-block-dot {
        width: 200px;
		width: 176px;
    }
    .d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .d-block-left img, .d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .d-block-left img, .d-c-text-slider .d-block-slider .d-block-left img, .d-c-slider .d-block-slider .d-block-left img, .d-block-tabs-l2 .d-block-left img, .d-block-tabs-l3 .d-block-left img, .d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .d-block-right img, .d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .d-block-right img, .d-c-text-slider .d-block-slider .d-block-right img, .d-c-slider .d-block-slider .d-block-right img, .d-block-tabs-l2 .d-block-right img, .d-block-tabs-l3 .d-block-right img {
        width: 50px;
    }
    .d-c-slider .d-block-dot {
        bottom: 30px;
    }
    .d-c-editorial-two-blocks-1 {
        padding-bottom: 100px;
    }
    footer {
        padding-top: 100px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    .carousel-type-4 .carousel-cell .col-12 {
        padding: 0 15px;
    }
    .carousel-type-4 .carousel-cell .d-block-text .title {
        font-size: 30px;
        line-height: 33px;
    }
    .carousel-type-4 .carousel-cell .d-block-text .text {
        font-size: 16px;
        line-height: 29px;
    }
    .d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .nav-tabs {
        padding-bottom: 20px;
    }
    .d-c-nav-tabs-2 .d-block-slider .d-block-nav-tabs .nav-tabs a {
        margin-bottom: 25px;
        width: 100%;
        padding-bottom: 6px;
    }
    .d-c-editorial-two-blocks-2 .d-block-1 .d-block-img-2 img {
        height: 403px;
        width: 90%;
    }
    .d-c-editorial-two-blocks-2 .d-block-1 .d-block-img-3 img {
        width: 75%;
        height: 400px;
        margin-top: -268px;
    }
    .d-c-editorial-two-blocks-2 .d-block-2 .d-block-img-1 img {
        padding-left: 15px;
    }
    .d-c-editorial-two-blocks-2 .d-block-1 .d-block-intro {
        padding-top: 161px;
    }
    .d-c-editorial-two-blocks-2 .d-block-1 .d-block-intro hr {
        height: 100px !important;
    }
    .carousel-type-3 .carousel-cell .logo img {
        width: 115px;
    }
    .carousel-type-3 .carousel-cell .logo {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .carousel-type-3 .carousel-cell .d-block-img > div {
        bottom: 30%;
    }
    .carousel-type-2 {
        margin-left: 0;
    }
    .d-c-text-slider .d-block-slider {
        margin-top: 60px;
    }
    .carousel-type-2 .carousel-cell .title {
        font-size: 22px;
        letter-spacing: 0.96px;
        line-height: 25px;
        top: 62px;
    }
    .carousel-type-2 .carousel-cell .subtitle {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .carousel-type-2 .carousel-cell > div {
        padding: 0 15px;
    }
    .carousel-type-2 .carousel-cell .text {
        font-size: 14px;
        line-height: 21px;
    }
    .carousel-type-2 .carousel-cell {
        height: 400px;
        width: 70%;
        margin-right: 15px;
        margin-left: 15px;
    }
    .d-c-contact-1 hr:last-child {
        display: none;
    }
    .d-c-contact-1 .d-block-intro {
        padding-top: 155px;
    }
    .d-c-contact-1 hr {
        height: 100px;
    }
    .d-c-contact-1 .d-block-contact > div {
        margin-bottom: 50px;
    }
    .d-c-contact-1 .position-relative {
        padding-bottom: 40px;
    }
    .d-c-contact-1 .d-block-img img {
        height: 200px;
    }
    .d-c-contact-2 p, .d-c-contact-2 p a {
        font-size: 15px;
        line-height: 15px;
        margin: 15px 0;
    }
    .d-c-contact-2 img {
        height: 13px;
        margin-top: -2px;
        margin-right: 10px;
    }
    .d-c-contact-2 {
        padding: 70px 0 70px;
    }
    .d-c-contact-form .text,
    .d-c-contact-1 .d-block-intro .text{
        font-size: 18px;
        line-height: 32px;
        padding: 0;
    }
    .d-c-contact-form form {
        margin-top: 70px;
    }
    .d-c-contact-form form label {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .d-c-contact-form form select {
        background-size: 24px;
    }
    .plain-text input {
        line-height: 30px !important;
        margin-bottom: 8px !important;
    }
    .d-c-contact-form form .block-btn input {
        margin: 0 auto;
        margin-top: 30px;
    }
    .d-c-contact-form form .plain-text, .d-c-contact-form form .plain-text a {
        font-size: 12px;
        line-height: 28px;
    }
    .d-hero.d-hero-short, .d-hero.d-hero-short .carousel img {
        height: 440px;
    }
    .d-c-editorial-block-1 .d-block-img,
    .d-c-editorial-block-3 .d-block-img {
        padding-left: 15px;
    }
    .d-c-editorial-block-2 .d-block-img {
        padding-right: 15px;
    }
    .d-c-editorial-block-3 .d-block-text .d-block-btn {
        margin-top: 50px;
    }
    .d-c-editorial-block-1 .d-block-text .title,
    .d-c-editorial-block-2 .d-block-text .title,
    .d-c-editorial-block-3 .d-block-text .title,
    .d-c-intro-two-img .d-block-intro .text {
        font-size: 30px;
        line-height: 39px;
    }
    .d-c-nav-tabs-info .d-block-tabs .nav-item {
        font-size: 21px;
        line-height: 24px;
    }
    .d-c-nav-tabs-info .d-block-tabs .nav-item span {
        font-size: 14px;
        line-height: 32px;
    }
    .d-c-nav-tabs-info .d-block-tabs .nav-item {
        padding: 20px 15px;
    }
    .d-c-intro-two-img .d-block-img .img-2 {
        display: none;
    }
    .d-c-intro-two-img .d-block-img .img-1 img {
        width: 100%;
        height: 300px;
    }
    .d-c-intro-two-img .d-block-intro {
        margin-bottom: 60px;
    }
    .d-c-nav-tabs-info .d-block-title {
        padding-top: 70px;
    }
    .d-hero .d-block-title .subtitle {
        font-size: 21px;
        line-height: 34px;
    }
    .d-hero .d-anchor hr:first-child {
        height: 12vh;
    }
    .d-hero .d-anchor hr:last-child {
        height: 7vh;
    }
    .d-hero .d-anchor p {
        font-size: 14px;
        letter-spacing: 3px;
        margin-top: 34px;
        margin-bottom: 26px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l2 .nav-tabs a,
    .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l3 .nav-tabs a {
        margin-bottom: 19px;
        padding-bottom: 6px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l2 .nav-tabs a, .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l3 .nav-tabs a {
        margin-bottom: 19px;
        padding-bottom: 6px;
        width: 100%;
        text-align: center;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-text ul li img {
        width: 14px;
        margin-right: 2px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-text ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-img-2 .img-1 img {
        height: 300px;
    }
    .carousel-style-general .carousel-cell {
        height: 980px;
    }
    .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l2 .d-block-dot, .d-c-nav-tabs-info .d-block-tabs .d-block-tabs-l3 .d-block-dot {
        margin-bottom: 65px;
    }
    .carousel-style-general .carousel-cell .d-block-info .block-red {
        padding: 30px 30px;
    }
    .carousel-style-general .carousel-cell .d-block-info .text {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .carousel-style-general .carousel-cell .d-block-info .icons ul li img {
        height: 20px;
    }
    .carousel-style-general .carousel-cell .d-block-info .icons ul li {
        font-size: 14px;
    }
    .carousel-style-general .carousel-cell .d-block-info .icons ul {
        margin-bottom: 0;
    }
    .carousel-style-general .carousel-cell .d-block-info .title,
    .block-red-bg .title{
        font-size: 16px;
        line-height: 27px;
    }
    .carousel-style-general .carousel-cell .d-block-info .icons ul li,
    .block-red-bg .icons ul li{
        margin-right: 10px;
    }
    .carousel-style-general .carousel-cell .d-block-info a, .carousel-style-general .carousel-cell .d-block-text .btn-border-white {
        margin-bottom: 10px;
        padding: 25px 25px;
    }
    .d-empresas .carousel-style-general .carousel-cell .d-block-img img {
        height: 225px;
    }
    .carousel-style-general .carousel-cell .d-block-img .img-1 {
        width: 100%;
    }
    .d-c-nav-tabs-1 .d-block-slider .d-block-nav-tabs .nav-tabs a {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
        padding-bottom: 8px;
    }
    .block-red-bg a {
        top: -48%;
        left:-30px;
    }
    .block-red-bg {
        padding: 30px 30px;
        height: 318px;
        width: 327px;
        bottom: 225px;
    }
    .carousel-style-general.slider-empresas {
        width: 100%;
    }
    body {
        width: 100%;
        overflow-x: hidden;
    }
    .site-nav__menu .d-block-text {
        margin-bottom: 0;
    }
}

/* ----------- */
/* /// LANDING /// */
/* ----------- */
.d-c-advantages {
    background-color: black;
    padding: 15px 0;
    margin-top: -50px;
    z-index: 2;
    position: sticky;
    top: 0;
}
.d-c-advantages p {
    text-transform: uppercase;
    font-family: "Optima-Bold";
    font-size: 14px;
    color: white;
    letter-spacing: 3.5px;
    margin: 0;
}
.d-c-advantages img {
    margin-top: -4px;
}

/*////// INTRO LANDING //////*/
.d-c-intro-landing {
    background-color: #A4493D;
    padding-top: 210px;
    padding-bottom: 90px;
    z-index: 1;
}
.d-c-intro-landing hr {
    width: 1px;
    background-color: white;
    height: 150px;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
    top:0;
}
.d-c-intro-landing hr:last-child {
    bottom: 0;
    top: auto;
}
.d-c-intro-landing .d-block-text img {
    height: 100px;
    margin-bottom: 30px;
}
.d-c-intro-landing .title {
    font-size: 48px;
    color: white;
    letter-spacing: 0.96px;
    line-height: 60px;
    max-width: 1111px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.d-c-intro-landing .text {
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    color: white;
    letter-spacing: 0;
    line-height: 30px;
    max-width: 895px;
    margin: 0 auto;
}
.d-c-intro-landing .d-block-btn {
    margin-top: 64px;
}
.d-c-intro-landing .d-block-img .img-1 img {
    height: 252px;
    width: 207px;
    object-fit: cover;
    position: absolute;
    left: 20px;
    margin-top: -10%;
    z-index: 2;
}
.d-c-intro-landing .d-block-img .img-2 img {
    height: 562px;
    width: 80%;
    object-fit: cover;
    margin-top: 45px;
    position: relative;
    z-index: 1;
}
.d-c-intro-landing .d-block-img .img-3 img {
    height: 533px;
    width: 436px;
    object-fit: cover;
    position: absolute;
    bottom: -30%;
    right: 0;
    z-index: 0;
}

/*////// OFERTA DESCUENTO //////*/
.d-c-offer {
    background-color: #A4493D;
    padding: 60px;
}
.d-c-offer .col-12 {
    border: 1px solid white;
    padding: 38px;
}
.d-c-offer .title {
    font-size: 60px;
    color: white;
    letter-spacing: 1.2px;
    line-height: 80px;
    margin-bottom: 20px;
}
.d-c-offer .text {
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    color: white;
    letter-spacing: 0;
    line-height: 30px;
}
.d-c-offer .d-block-btn {
    margin-top: 30px;
}

/*////// d-c-bg-black //////*/
.d-c-bg-black {
    background: black;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: luminosity;
    position: relative;
    padding-right: 90px;
    padding-left: 124px;
}
.d-c-bg-black:before {
    /*position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.82);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
}
.d-c-bg-black .d-block-text > div {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.d-c-bg-black .p-section {
    color: white;
}
.d-c-bg-black .title {
    font-size: 48px;
    color: white;
    letter-spacing: 0.96px;
    line-height: 60px;
    margin-bottom: 20px;
    max-width: 650px;
}
.d-c-bg-black .text {
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    color: white;
    letter-spacing: 0;
    line-height: 30px;
    max-width: 456px;
    margin-bottom: 40px;
}
.d-c-bg-black .d-block-btn a {
    margin-left: 0;
}
.d-c-bg-black .img-1 img {
    height: 296px;
    width: 437px;
    object-fit: cover;
    position: absolute;
    left: -156px;
    top: -62px;
    z-index: 0;
}
.d-c-bg-black .img-2 img {
    height: 718px;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
    margin: 95px 0;
}
.d-c-bg-black .img-3 img {
    height: 307px;
    width: 246px;
    object-fit: cover;
    position: absolute;
    right: -90px;
    bottom: -60px;
    z-index: 0;
}

/*////// ADULTS ONLY //////*/
.d-c-adults-only .d-block-intro .title {
    color: #A4493D;
    max-width: 1100px;
    margin: 0 auto;
}
.d-c-adults-only .d-block-intro {
    margin-bottom: 200px;
}
.d-c-adults-only .d-block-text {
    padding-left: 7%;
}
.d-c-adults-only .d-block-text img {
    height: 141px;
    margin-bottom: 45px;
}
.d-c-adults-only .d-block-text .title {
    font-size: 48px;
    color: #A4493D;
    letter-spacing: 0.96px;
    line-height: 60px;
    margin-bottom: 29px;
    max-width: 500px
}
.d-c-adults-only .d-block-text .text {
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 38px;
    max-width: 500px;
}
.d-c-adults-only .d-block-text .d-block-btn {
    margin-top: 70px;
}
.d-c-adults-only .d-block-text .d-block-btn a {
    margin-left: 0;
}
.d-c-adults-only .d-block-img .img-1 img {
    height: 447px;
    object-fit: cover;
    width: 436px;
    position: absolute;
    z-index: 0;
    left:0;
    top: -31%;
    opacity: 0.3;
}
.d-c-adults-only .d-block-img .img-2 img {
    height: 740px;
    object-fit: cover;
    width: 100%;
    position: relative;
    z-index: 0;
    padding-left: 18%;
}

/*////// BLOQUE RESERV //////*/
.d-c-book-landing,
.d-c-adults-only {
    padding: 250px 0;
    position: relative;
}
.d-c-book-landing hr,
.d-c-adults-only hr {
    width: 1px;
    background-color: #A4493D;
    height: 150px;
    position: absolute;
    left: 50%;
    transform: translate(0,0);
    margin: 0;
    top:0;
}
.d-c-book-landing hr:last-child,
.d-c-adults-only hr:last-child {
    bottom: 0;
    top: auto;
}
.d-c-book-landing .title {
    color: #A4493D;
    font-size: 60px;
    letter-spacing: 1.2px;
    line-height: 80px;
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.d-c-book-landing .text {
    max-width: 700px;
    margin: 0 auto;
    font-family: "GalanoClassic-Regular";
    font-size: 18px;
    color: #A4493D;
    letter-spacing: 0;
    line-height: 30px;
}
.d-c-book-landing .d-block-btn {
    margin-top: 30px;
}




/* nuevo 28092021 */
.d-slider-video.d-c-experience {
	background-color: #F1ECEB;
	padding-bottom: 0;
	margin-bottom: -68px;
}
.d-slider-video .nav-tabs a {
	text-transform: uppercase;
	font-family: "Optima";
	font-size: 12px;
	color: #A4493D;
	letter-spacing: 2.57px;
	margin: 0 35px;
	cursor: pointer;
}
.d-slider-video.d-c-experience .nav-tabs a.active {
	border: 0;
	border-bottom: 1px solid #A4493D;
	font-family: "Optima-Bold";
	background-color: transparent;
	color: #A4493D;
}
.d-slider-video.d-c-experience hr {
	background-color: #A4493D;
}
.d-slider-video .carousel-style-general.slider-empresas {
	width: 70%;
	margin-right: 0;
	margin-left: 124px;
	overflow: inherit;
}
.d-slider-video.d-c-experience .carousel-cell {
	padding: 0;
	margin: 0;
}
.d-slider-video .carousel-style-general.slider-empresas,
.d-slider-video.d-c-experience .carousel-style-general .carousel-cell .d-block-img img,
.d-slider-video.d-c-experience .carousel-style-general .carousel-cell,
.d-slider-video.d-c-experience video {
	height: 555px;
}
.d-slider-video.d-c-experience video {
	width: 100%;
}
.d-slider-video.d-c-experience .img-play {
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}
.d-slider-video.d-c-experience .carousel-cell:before {
	display: none;
}
.d-slider-video .carousel-style-general.slider-empresas .carousel-cell {
	opacity: 1;
}
.d-slider-video .carousel-style-general.slider-empresas .carousel-cell video {
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
.d-slider-video .carousel-style-general.slider-empresas .carousel-cell video.active {
	opacity: 1;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
.d-slider-video.d-c-experience .img-play.play,
.d-slider-video.d-c-experience p.play{
	opacity: 0;
}
.d-slider-video.d-c-experience hr:last-child {
	bottom: 68px;
}
.d-slider-video .carousel-style-general.slider-empresas .carousel-cell p {
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 67%;
	color: white;
	font-size: 27px;
	font-family: "GalanoClassic-Regular";
	width: 100%;
	text-align: center;
}
.d-slider-video iframe {
	width: 100%;
	height: 100%;
}
.d-slider-video .img-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0.5;
}
.d-slider-video .carousel-cell.open .img-background,
.d-slider-video .carousel-cell.open .img-play.play,
.d-slider-video .carousel-cell.open p.play {
	z-index: -1;
}
.d-slider-video .carousel-cell iframe {
	opacity: 0;
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
}
.d-slider-video .carousel-cell.open iframe {
	opacity: 1;
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
}
@media screen and (max-width: 1400px) {
	.d-slider-video.d-c-experience hr:last-child {
		display: none;
	}
	.d-slider-video .carousel-style-general.slider-empresas {
		width: 77%;
	}
}
@media screen and (max-width: 991px) {
	.d-slider-video .carousel-style-general.slider-empresas,
	.d-slider-video.d-c-experience .carousel-style-general .carousel-cell .d-block-img img,
	.d-slider-video.d-c-experience .carousel-style-general .carousel-cell,
	.d-slider-video.d-c-experience video {
		height: 431px;
	}
	.d-slider-video .carousel-style-general.slider-empresas {
		width: 81%;
	}
}
@media screen and (max-width: 768px) {
	.d-slider-video .carousel-style-general.slider-empresas {
		width: 100%;
		margin-left: 0;
	}
	.d-slider-video .carousel-style-general.slider-empresas .carousel-cell p {
		font-size: 18px;
	}
	.d-slider-video.d-c-experience .img-play {
		height: 40px;
	}
}
@media screen and (max-width: 600px) {
	.d-slider-video .carousel-style-general.slider-empresas,
	.d-slider-video.d-c-experience .carousel-style-general .carousel-cell .d-block-img img,
	.d-slider-video.d-c-experience .carousel-style-general .carousel-cell,
	.d-slider-video.d-c-experience video {
		height: 289px;
	}
	.d-slider-video.d-c-experience .flickity-viewport {
		transform: none;
	}
}
@media screen and (max-width: 400px) {
	.d-slider-video .carousel-style-general.slider-empresas,
	.d-slider-video.d-c-experience .carousel-style-general .carousel-cell .d-block-img img,
	.d-slider-video.d-c-experience .carousel-style-general .carousel-cell,
	.d-slider-video.d-c-experience video {
		height: 195px;
	}
}

.d-c-intro-hotel .title {
	color: white;
}
.d-c-intro-hotel.new-style:before {
	display: none;
}
.d-c-intro-hotel .block-btn {
	margin-top: 90px;
}
.d-c-intro-hotel.new-style {
	padding-top: 165px;
	padding-bottom: 120px;
}
.d-c-intro-hotel.new-style hr:last-child {
	top: auto;
	bottom: 0;
}
.d-c-intro-hotel.new-style .btn-border-white .img-2,
.d-c-intro-hotel.new-style .btn-border-white:hover .img-1 {
	display: none;
}
.d-c-intro-hotel.new-style .btn-border-white:hover .img-2 {
	display: initial;
}
@media screen and (max-width: 575px) {
	.d-c-intro-hotel.new-style .icons > div {
		padding: 15px;
		width: 100%;
	}
	.d-c-intro-hotel.new-style .icons {
		display: block;
	}
}

/* -------------*/
.d-c-intro-services.new-style hr:last-child {
	display: none;
}
.d-c-intro-services.new-style .d-b-intro {
	margin-bottom: 75px;
}
.d-c-intro-services.new-style .d-b-intro .title {
	color: #A4493D;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.d-c-intro-services.new-style .d-b-intro .text {
	font-family: "GalanoClassic-Regular";
	font-size: 22px;
	line-height: 39px;
}
.d-c-intro-services.new-style .block-servicios {
	color: white;
}
.d-c-intro-services.new-style .block-servicios h3 {
	font-family: "GalanoClassic-Bold";
	font-size: 18px;
}
.d-c-intro-services.new-style .block-servicios ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 42px;
}
.d-c-intro-services.new-style .block-servicios ul li {
	font-size: 14px;
	line-height: 27px;
	width: 50%;
	margin-bottom: 20px;
	letter-spacing: 0;
	font-family: "GalanoClassic-Light";
}
.d-c-intro-services.new-style .block-servicios ul li img {
	margin-right: 8px;
}
.d-c-intro-services.new-style .block-servicios ul li p {
	max-width: 70%;
	display: inline-table;
}
.d-c-intro-services.new-style .select-block-1 .d-b-img .img-1 img {
	top: -259px;
}
.d-c-intro-services.new-style .select-block-1 .d-b-img .img-3 img {
	bottom: 245px;
}
.d-c-intro-services.new-style .select-block-1 .d-b-text {
	padding-bottom: 0;
}
.d-c-intro-services.new-style .select-block-1 .d-b-others-services {
	background-color: black;
	position: relative;
	padding-bottom: 90px;
}
.d-c-intro-services.new-style .select-block-1 .d-b-others-services .title {
	font-family: "Optima-Bold";
	font-size: 14px;
	color: white;
	letter-spacing: 3px;
	margin-bottom: 60px;
	line-height: 14px;
	margin-top: 40px;
}
.carousel-type-servicios {
	margin-left: 124px;
}
.carousel-type-servicios .carousel-cell {
	height: 583px;
	width: 31%;
	margin-right: 20px;
	margin-left: 20px;
	background: transparent;
	border-radius: 0;
	text-align: center;
	overflow: hidden;
}
.d-c-intro-services.new-style .d-b-others-services .text {
	font-family: "GalanoClassic-Regular";
	font-size: 18px;
	color: white;
	letter-spacing: 0;
	line-height: 30px;
}
.d-c-intro-services.new-style .select-block-1 .d-b-others-services .carousel-cell .title {
	font-family: "GalanoClassic-Bold";
	font-size: 16px;
}

.d-c-intro-services.new-style .carousel-type-servicios .carousel-cell {
	text-align: left;
	height: 730px;
}
.d-c-intro-services.new-style .carousel-type-servicios .carousel-cell img {
	height: 450px;
	object-fit: cover;
}
.d-c-intro-services.new-style .select-block-1 .d-b-others-services .carousel-cell .title {
	letter-spacing: 0;
	margin-top: 35px;
	margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
	.carousel-type-servicios .carousel-cell {
		width: 44%;
		margin-right: 30px;
		margin-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.carousel-type-servicios {
		margin-left: 15px;
	}
}
@media screen and (max-width: 575px) {
	.carousel-type-servicios .carousel-cell {
		width: 90%;
	}
	.d-c-intro-services.new-style .carousel-type-servicios .carousel-cell img {
		height: 290px;
	}
	.d-c-intro-services.new-style .carousel-type-servicios .carousel-cell {
		height: 670px;
	}
}
/* ------------- */
.d-b-others-services-2.d-c-select .d-block-tabs .tab-content {
	margin-left: 0;
	margin-right: 0;
	overflow: initial;
}
.d-b-others-services-2.d-c-intro-services .select-block-2 .d-b-img .img-2 img {
	bottom: -180px;
}
.d-b-others-services-2.d-c-intro-services .select-block-2 .d-b-text {
	margin-top: 8%;
}
.d-b-others-services-2.d-c-intro-services .select-block-2 .d-b-img .img-1 img {
	height: 90vh;
}
@media screen and (max-width: 768px) {
	.d-b-others-services-2.d-c-intro-services .select-block-2 .d-b-text {
		margin-top: 30px;
		margin-bottom: 30px;
		padding-bottom: 0;
		padding-left: 30px;
	}
	.d-b-others-services-2.d-c-intro-services .select-block-2,
	.d-b-others-services-2.d-c-intro-services {
		padding-bottom: 0;
	}
	.d-b-others-services-2.d-c-intro-services .select-block-2 .d-b-img .img-1 img {
		height: 50vh;
	}
}
.d-c-book.d-c-contact-form .d-c-contact-2 {
	padding: 28px 0 10px;
}
.d-c-book .d-block-text p {
	font-size: 18px;
	line-height: 40px;
}
.d-c-book .d-block-text .title {
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 15px;
}
/* ------------- */
.d-c-slider.d-c-experience-new .carousel-type-3 .carousel-cell:before {
	background-color: #A4493D;
	opacity: 0.8;
}
.d-c-slider.d-c-experience-new .carousel-type-3 .carousel-cell .btn-1 {
	background-color: white;
	color: #A4493D;
}
.d-c-slider.d-c-experience-new .carousel-type-3 .carousel-cell .btn-1:hover,
.d-c-slider.d-c-experience-new .carousel-type-3 .carousel-cell .btn-1:focus {
	background-color: #A4493D;
	color: white;
}
.d-c-slider.d-c-experience-new .carousel-type-3 {
	background-color: #A4493D;
}
.d-c-slider.d-c-experience-new ul {
	margin-top: 35px;
}
.d-c-slider.d-c-experience-new ul li p {
	color: white;
	font-size: 14px;
}
.d-c-slider.d-c-experience-new hr:last-child {
	width: 1px;
	background-color: white;
	height: 120px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(0,0);
	margin: 0;
}
@media screen and (min-width: 1200px) {
	.d-c-slider.d-c-experience-new .carousel-type-3 .carousel-cell {
		height: 1100px;
	}
	.d-c-slider.d-c-experience-new .carousel-type-3 .img-1 {
		top: 39%;
	}
	.d-c-slider.d-c-experience-new .carousel-type-3 .carousel-cell .d-block-img > div {
		bottom: 29%;
	}
}
@media screen and (max-width: 768px) {
	.d-c-slider.d-c-experience-new hr:last-child {
		display: none;
	}
	.d-c-slider.d-c-experience-new ul {
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 576px) {
	.carousel-type-3 .img-1:before,
	.carousel-type-3 .img-2:before {
		right: 15px;
		left: 15px;
		background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 58%) 72%);
	}
	.carousel-type-3 .carousel-cell .d-block-img > div {
		bottom: auto;
		top: 86px;
	}
	.carousel-type-3 .carousel-cell .d-block-img .claim {
		margin: 20px 0;
	}
	.carousel-type-3 {
		background-color: #A4493D;
	}
	.carousel-type-3 .img-1 img {
		height: 490px;
	}
	.carousel-type-3 .carousel-cell {
		height: 1247px;
	}
	.carousel-type-3 .carousel-cell .logo img {
		width: auto;
		height: 60px;
	}
}
