html {
    scroll-behavior: smooth
}

.reserva:hover {
    color: rgb(198 18 49) !important
}

.float {
    position: fixed;
    width: auto;
    height: 40px;
    padding: 5px 10px 10px 10px;
    bottom: 20px;
    right: 40px;
    background-color: rgb(198 18 49);
    color: rgb(255 255 255);
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 1px 1px 2px #373737;
    z-index: 100
}

.float:hover {
    text-decoration: none;
    color: #25D366;
    background-color: #fff
}

html,
body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

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

.hide {
    display: none !important
}

.clearfix {
    clear: both
}

.autoheight {
    height: auto !important
}

.fixedwrap {
    width: 90%;
    margin: 0 auto
}

.body>section {
    margin: 70px 0 0
}

section>article>h2 {
    color: #c61331;
    margin: 0 0 20px
}

.logo {
    background: #c61231;
    padding: 10px;
    display: block
}

.logo h1 {
    margin: 0
}

.logo img {
    width: 100%
}

.navbar .nav {
    width: 100%
}

.navbar a {
    color: #000;
    padding-left: 2.5rem;
    transition: all .1s linear
}

.navbar a.active {
    background: #c61231;
    color: #fff
}

.navbar a:hover {
    background: rgba(198, 18, 49, .8);
    color: #fff
}

.intro {
    position: absolute;
    z-index: 1;
    width: 50%;
    text-align: center;
    left: 25%;
    color: #fff;
    top: 45%
}

.intro h3 {
    font-size: 45px;
    text-shadow: 0px 3px 8px rgba(0,0,0,0.9);
}

.intro h1{
    text-shadow: 0px 3px 8px rgba(0,0,0,0.9);
}

.intro p {
    background: rgba(198, 18, 49, .8);
    padding: 4px
}

.carousel {
    height: 70vh;
    overflow: hidden
}

#sec-home .carousel {
    height: 100vh
}

.carousel-item a {
    display: flex;
    height: 100%
}

.carousel img {
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: 50% 50%
}

.carousel-item,
.carousel-inner {
    height: 100%
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%
}

.carousel-indicators .active {
    background: #c61331
}

.carousel-indicators {
    z-index: 1
}

.tarifa {
    font-size: 25px;
    border: 1px solid #c61331;
    padding: 4px;
    display: inline-block
}

#servicios p {
    color: #c61331;
    text-transform: uppercase;
    max-width: 65%;
    margin: 0 auto
}

#servicios i.icon {
    background: #c61331;
    width: 150px;
    display: flex;
    border-radius: 50%;
    height: 150px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    margin-bottom: 20px
}

.img {
    padding: 5px;
    border: 1px solid #ccc
}

.img.pull-left {
    margin-right: 20px
}

.btn-vermas {
    text-align: left !important
}

#contacto {
    background: url(../images/bg-contacto.webp) no-repeat center top transparent;
    background-size: cover
}

.bg-image,
.bg-image h2 {
    color: #fff
}

.bg-image h2 {
    margin-top: 0;
    padding-top: 20px
}

.btn-send {
    border-color: #fff;
    background: none;
    color: #fff;
    text-transform: uppercase;
    margin: 20px auto;
    display: block;
    transition: all .2s linear
}

.btn-send:hover {
    background: rgba(255, 255, 255, .4)
}

#form-contacto label {
    margin-top: 10px
}

#form-contacto .chosen-container {
    width: 100% !important
}

#form-contacto .chosen-single {
    background: #fff;
    padding: 7px 5px;
    color: #495057;
    font-size: 1rem;
    height: auto
}

#form-contacto .chosen-container-single .chosen-single div {
    width: 40px
}

#map {
    height: 345px
}

#contacto p {
    margin-top: 10px
}

footer {
    background: #282a2b;
    padding: 10px 0;
    color: #fff
}

footer .logo {
    background: none;
    padding: none;
    width: 132px;
    display: inline-block
}

footer h3 {
    padding-top: 20px
}

footer .footer-logo img {
    width: 100%;
    max-width: 150px
}

ul.grid {
    margin-bottom: 3rem;
    overflow: hidden;
    padding: 0;
    font-size: .85em
}

li.grid-item {
    background: #fff;
    padding: 0;
    padding: inherit;
    opacity: 0;
    max-height: 300px;
    overflow: hidden;
    transform: translateY(200px);
    transition: all 0.3s, top 1s
}

.grid.effect li.show {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    -moz-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards
}

.grid-item span {
    height: 28%;
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    bottom: 0;
    padding: 20px;
    font-size: 20px;
    transition: all .2s linear;
    top: 0
}

.grid-item span:after {
    display: block;
    font-size: 50px;
    color: #c61d31;
    margin-top: 10%;
    text-align: center;
    width: 92%;
    font-family: 'FontAwesome'
}

.grid li:hover span {
    height: 100%
}

.grid li:hover span:after {
    content: '\f00e'
}

.grid li a {
    color: #333;
    text-decoration: none
}

.grid li a,
.grid li img {
    padding: 0;
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.grid.noplugin {
    overflow: visible;
    display: flex;
    margin: 0 auto 20px;
    flex-wrap: wrap;
    justify-content: center
}

.grid.noplugin li.grid-item {
    width: 50%;
    opacity: 1;
    transform: none;
    position: relative
}

.grid.col4 li.grid-item {
    width: 25%
}

.grid.col3 li.grid-item {
    width: 33%
}

.grid.noplugin li a {
    height: 100%;
    width: auto
}

#overlay {
    opacity: 0;
    position: fixed;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    transition: all .2s linear
}

#overlay img {
    max-height: calc(100% - 20px);
    display: block;
    margin: 10px auto
}

#overlay.visible {
    z-index: 1;
    opacity: 1
}

.closeBtn {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
    background: none;
    border: none
}

.closeBtn:focus {
    box-shadow: none;
    outline: none
}

.closeBtn i {
    font-size: 30px;
    color: #fff
}

.habitaciondetalle {
    background: #eddcdc;
    padding: 20px;
    margin-bottom: 40px
}

.habitaciondetalle h4 {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px
}

.habitaciondetalle ul {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto
}

.habitaciondetalle ul li {
    width: 50%;
    box-sizing: border-box
}

.habitaciondetalle ul li i {
    color: #c80b2c;
    font-size: 18px;
    margin-right: 10px
}

#sliderBar {
    margin-bottom: 30px
}

#botonsubmit {
    position: relative
}

#botonsubmit .fa-spinner {
    display: none;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px)
}

#botonsubmit .fa-spinner.rotating {
    display: block;
    animation: rotate .6s linear infinite
}

@-webkit-keyframes moveUp {
    to {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes moveUp {
    to {
        -moz-transform: translateY(0);
        opacity: 1
    }
}

@keyframes moveUp {
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.tabla-precio {
    width: 90%;
    display: block;
    margin: 0 auto 30px;
    border: 1px solid #c61d31;
    text-align: center
}

.tabla-precio h4 {
    background: #c61d31;
    color: #fff;
    font-size: 1.5rem;
    padding: 5px;
    margin: 0
}

.tabla-precio span {
    padding: 5px;
    color: #333
}

.tabla-precio h4.darker {
    background: #850f1e
}

.collapse.show {
    z-index: 1
}

.contacto-mensaje {
    padding: 40px;
    font-size: 30px;
    color: #c61d31
}

.ssl-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1em;
}

@media (max-width:991px) {
    img {
        max-width: 100%
    }

    .logo {
        width: 20vh;
        float: left;
        background: none;
        margin: 5px 20px
    }

    .navbar {
        float: right;
        background: none !important;
        display: flex;
        position: static
    }

    .navbar-collapse {
        position: absolute
    }

    header .col-lg-3 {
        background: #c61231;
        position: fixed;
        top: 0;
        z-index: 2
    }

    header .col-lg-9 {
        margin-top: 6.2em;
    }

    .carousel {
        height: 77vh
    }

    .navbar-toggler {
        margin: 30px;
        border: none
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important
    }

    .navbar-collapse {
        background: #fff;
        top: 100%;
        width: 90%;
        right: 5%
    }

    #bar-y-restaurant h2 {
        text-align: center
    }

    .grid.noplugin li.grid-item {
        width: 50%
    }

    .carousel-container {
        margin-top: 0 !important
    }
}

@media (max-width:814px) {
    li.grid-item {
        display: block !important;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        margin: 0 auto
    }

    .grid li img {
        width: 100%
    }

    #overlay {
        padding-top: 162px
    }

    .expand-promo .innerwrap {
        padding: 0 15px
    }

    .carousel-item .promo-container {
        width: 100%
    }
}

.promo-text{
    .offer-text{
        font-size: 2.8rem !important;
        font-weight: bolder !important;
    }
    .before-text{
        width: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: start !important;
        gap: 5px !important;
        padding: 0 10.7em;
        font-size: 20px !important;
        i{
            text-decoration: line-through !important;
        }
    }
}

@media (max-width:768px) {
    .grid.noplugin li.grid-item {
        width: 100% !important
    }

    .col4,
    .col3 {
        width: 100% !important
    }

    #servicios .col-12 {
        margin-bottom: 10px
    }

    footer h3 {
        padding-top: 0;
        font-size: 1.2rem
    }

    .img.pull-left {
        float: none;
        margin: 20px auto
    }

    .btn-vermas {
        text-align: center !important
    }

    .habitaciondetalle ul {
        width: 80%
    }

    #como-llegar>div {
        -webkit-order: 2;
        order: 2
    }

    #como-llegar>div:last-child {
        -webkit-order: 1;
        order: 1
    }

    .expand-promo .innerwrap {
        padding: 0 15px
    }

    .carousel-item .promo-container {
        width: 94%
    }

    .carousel-item .promo-container .promo-badge h3 {
        max-width: 160px;
        padding: 5px;
        font-size: 1.5rem;
        text-shadow: 0px 3px 8px rgba(0,0,0,0.9);
    }

    .promo-text{
        .offer-text{
            font-weight: bolder !important;
        }
        .before-text{
            width: auto !important;
            display: flex !important;
            align-items: center !important;
            justify-content: end !important;
            gap: 5px !important;
            padding: 0 1em !important;
            font-size: 20px !important;
            i{
                text-decoration: line-through !important;
            }
        }
    }

    .promo-text h3 {
        font-size: 2rem;
        text-shadow: 0px 3px 8px rgba(0,0,0,0.9);
    }

    .promo-text h2 {
        font-size: 8.2rem;
        text-shadow: 0px 3px 8px rgba(0,0,0,0.9);
    }

    #promo0 .promo-text h2{
        font-size: 6.2rem !important;
        margin-left: -6px;
        margin-bottom: 15px;
    }

    .promo-text h4 {
        font-size: 2.3rem;
        text-shadow: 0px 3px 8px rgba(0,0,0,0.9);
    }

    .promo-text h5 {
        font-size: 1.5rem;
        text-shadow: 0px 3px 8px rgba(0,0,0,0.9);

    }

    .promo-text p {
        font-size: 1rem
    }
}

@media (max-width:544px) {
    .carousel {
        height: 50vh
    }

    .intro {
        width: 70%;
        left: 15%;
        top: 25%
    }

    .intro h3 {
        font-size: 25px;
    }

    .body>section {
        margin: 25px 0 0
    }

    .tarifa {
        font-size: 16px
    }

    .habitaciondetalle ul {
        width: 100%
    }

    .habitaciondetalle ul li {
        width: 100%
    }
}

.iframe {
    width: 99% !important;
    height: 370px !important
}

#promociones {
    background: url(../images/promo_bg.png) no-repeat scroll center center transparent;
    background-size: cover;
    margin: 0 !important
}

.promociones #contacto {
    margin: 0 !important
}

.promociones .carousel {
    height: auto !important
}

#promociones .innerwrap {
    max-width: 936px;
    margin: 0 auto;
    padding-bottom: 20px
}

.expand-promo .innerwrap {
    padding-bottom: 0 !important
}

.innerwrap .description-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

#promociones .main-promo .title {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px
}

#promociones .main-promo img,
#promociones .expand-promo .card-promo img {
    width: 100%
}

#promociones .main-promo .title h2 {
    color: #fff;
    font-size: 2.4rem
}

#promociones .main-promo .sec-title,
#promociones .expand-promo .card-promo .sec-title {
    text-align: center
}

#promociones .main-promo .sec-title h4,
#promociones .main-promo .sec-title p,
#promociones .expand-promo .card-promo .sec-title h4,
#promociones .expand-promo .card-promo .sec-title p {
    color: #fff;
    margin: 0 0 5px
}

#promociones .main-promo .promo-description,
#promociones .expand-promo .card-promo .promo-description {
    text-align: center;
    color: #fff
}

#promociones .main-promo .promo-description p,
#promociones .expand-promo .card-promo .promo-description p {
    margin-top: 10px
}

#promociones .expand-promo {
    border-top: 1px solid #fff;
    width: 100%
}

.card-promo {
    padding-bottom: 20px
}

#promociones .expand-promo .first-promo,
#promociones .expand-promo .second-promo,
#promociones .expand-promo .third-promo {
    border-bottom: 1px solid #fff;
    background: url(../images/promo_bg.png) no-repeat scroll center center transparent;
    background-size: cover
}

#promociones .expand-promo button {
    width: 100%;
    display: block;
    padding: 20px 10px 20px 0;
    outline-color: transparent !important;
    outline-style: none;
    background-color: transparent;
    border: none;
    color: #fff;
    position: relative;
    cursor: pointer !important
}

#promociones .expand-promo button.btn-promo {
    text-align: center;
    transition: all linear 0.3s
}

#promociones .expand-promo button.btn-promo span {
    display: block;
    right: 0;
    top: -2px;
    position: absolute;
    transition: all linear 0.3s;
    font-size: 50px
}

#promociones .expand-promo button.btn-promo.collapsed {
    text-align: left;
    transition: all linear 0.3s
}

#promociones .expand-promo button.btn-promo .minus {
    opacity: 1;
    line-height: 0.8;
}

#promociones .expand-promo button.btn-promo .plus {
    opacity: 0
}

#promociones .expand-promo button.btn-promo.collapsed .minus {
    opacity: 0
}

#promociones .expand-promo button.btn-promo.collapsed .plus {
    opacity: 1;
    line-height: 0.8;
}

#promociones .expand-promo button.btn-promo span.title,
#promociones .expand-promo button.btn-promo p {
    margin: 0
}

#promociones .expand-promo button.btn-promo span.title {
    font-size: 1.75rem;
    left: 0;
}

.advertencia {
    background-color: #ad0921;
    padding: 20px 0;
    text-align: center
}

.advertencia .innerwrap .text-container p {
    color: #fff;
    margin: 0
}

#banner-promociones {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

#banner-promociones .col-md-3 {
    padding: 0
}

#banner-promociones a {
    display: flex;
    height: 100%;
    transition: all ease 0.3s;
    transform-origin: center;
    text-align: center;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    padding-bottom: 50px;
    background-size: auto 100%
}

#banner-promociones a span {
    background-color: rgba(198, 18, 49, .8);
    padding: 3px 5px
}

#banner-promociones a:hover {
    background-size: auto 105% !important
}

.promoExpand1 {
    background: url(./../images/palta_bg.png) no-repeat scroll center top transparent
}

.promoExpand2 {
    background: url(./../images/delicioso-lomo-a-la-parrilla.png) no-repeat scroll center top transparent
}

.promoExpand3 {
    background: url(./../images/tabla_bg.png) no-repeat scroll center top transparent
}

.promoExpand4 {
    background: url(./../images/desayuno_bg.png) no-repeat scroll center top transparent
}

.title-promociones {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    padding-top: 22%;
    text-shadow: 0 0 4px rgba(0, 0, 0, .4);
    text-align: center;
    line-height: 1
}

/*Lavandería*/
#banner-promociones.lavanderia .col-md-3:nth-child(2){
    background: url(./../images/lavanderia_2.webp) no-repeat scroll center center transparent;
    background-size: cover;
}
#banner-promociones.lavanderia .col-md-3:nth-child(3){
    background: url(./../images/lavanderia_1.webp) no-repeat scroll center center transparent;
    background-size: cover;
}
#banner-promociones.lavanderia .col-md-3:nth-child(4){
    background: url(./../images/lavanderia_4.webp) no-repeat scroll center center transparent;
    background-size: cover;
}
#banner-promociones.lavanderia .col-md-3:nth-child(5){
    background: url(./../images/lavanderia_3.webp) no-repeat scroll center center transparent;
    background-size: cover;
}

.row.lavanderia-desc {
    flex-direction: row;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.lavanderia-desc .digit {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
}

.digit:nth-child(odd) .lavanderia-text {
    padding-left: 20px;
}

.digit:nth-child(even) .lavanderia-text {
    padding-right: 20px;
}

.lavanderia-image {
    width: 150px;
    height: 300px;
    z-index: 1;
    border-radius: 10px;
    background-size: cover !important;
}

.box1 .lavanderia-image{
    background: url(./../images/lavanderia_1.webp) no-repeat scroll center center rgba(255, 255, 255, .1);
}

.box2 .lavanderia-image{
    background: url(./../images/lavanderia_2.webp) no-repeat scroll center center rgba(255, 255, 255, .1);
}

.box3 .lavanderia-image{
    background: url(./../images/lavanderia_3.webp) no-repeat scroll center center rgba(255, 255, 255, .1);
}

.lavanderia-text {
    width: calc(100% - 150px);
    color: white;
    text-align: justify;
    font-size: 1.1em;
}

.lavanderia-text p span {
    font-size: 2em;
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    font-weight: bold;
    text-align: left !important;
}

@media (max-width:991px) {
    .onlydesktop {
        display: none
    }

    header .col-lg-3 {
        max-height: 100px
    }

    header .logo {
        height: 90px;
        width: auto
    }

    header .logo img {
        width: auto;
        height: 65px
    }

    #promociones {
        margin: 100px 0 0 !important
    }

    #promociones .expand-promo button.btn-promo span.title {
        font-size: 1.65rem
    }
}

.rrss .title {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px
}

.rrss .facebook,
.rrss .tiktok,
.rrss .instagram {
    min-width: 250px;
    margin-bottom: 10px
}

.rrss a {
    color: #fff;
    font: bold 16px sans-serif
}

.rrss a img {
    width: 35px;
    height: 35px;
    border-radius: 18px
}

.rrss a span {
    margin-left: 10px
}

.carousel-item#promo1,
.carousel-item#promo2 {
    width: 100%;
    height: 100%
}

.carousel-item a {
    width: 100%
}

.carousel-item .promo-container {
    position: absolute;
    width: 60%;
    z-index: 1;
    left: 7%
}

.carousel-item .promo-container .promo-badge {
    padding: 10px;
    background-color: #c61231;
    border-radius: 45px;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.carousel-item .promo-container .promo-badge h3 {
    color: #fff;
    font-size: 2rem;
    margin: 0
}

.promo-text {
    color: #fff
}

.promo-text h2,
.promo-text h3,
.promo-text h4,
.promo-text h5,
.promo-text p {
    margin: 0;
    text-shadow: 0px 3px 8px rgba(0,0,0,0.9);
}

.promo-text h3 {
    font-size: 3rem
}

.promo-text h2 {
    font-size: 11.6rem;
    font-weight: 700;
    margin-left: -19px
}

.promo-text h4 {
    font-size: 3.3rem
}

.promo-text h5 {
    font-size: 2rem
}

.promo-text p {
    margin-top: 10px;
    font-size: 1.4rem
}

#promo0 h2{
    font-size: 7.6rem;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: flex !important
}

/*Sillon del amor*/
.sillon-amor .banner-sillon-amor{
    display: none;
}

#sillonAmor{
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

#sillonAmor .main-title h2{
    color: black;
    font-size: 3.5em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#sillonAmor .main-title h2 span{
    font-weight: normal;
}

#sillonAmor .poses-group {
    width: calc(100% - 16px);
    display: flex;
    margin: 0 auto 10px;
    flex-direction: column;
}

#sillonAmor .poses-title {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(90deg, rgba(215, 6, 27, 1) 0%, rgba(112, 11, 15, 1) 3%, rgba(112, 11, 15, 1) 17%, rgba(215, 6, 27, 1) 34%, rgba(255, 0, 63, 1) 66%, rgba(255, 0, 63, 1) 96%, rgba(255, 0, 63, 1) 100%);
    padding: 0 10px;
}

#sillonAmor .poses-title h3, #sillonAmor .poses-title p{
    margin: 0;
    color: white;
}

#sillonAmor .poses-title h3{
    text-transform: uppercase;
}

#sillonAmor .poses-title p{
    padding-left: 10px;
}

#sillonAmor .poses-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
}

#sillonAmor .poses-items .pose-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    max-width: 50%;
}

@media (max-width:991px) {
    #promociones .expand-promo button.btn-promo span.title {
        font-size: 1.65rem
    }
    .sillon-amor .carousel{
        display: none;
    }
    .sillon-amor .banner-sillon-amor{
        display: block;
    }
}

@media (max-width:768px) {

    .lavanderia-desc .digit{
        flex-direction: column;
    }

    .lavanderia-image{
        height: 150px;
        margin-bottom: 10px;
        order: 1;
    }

    .lavanderia-text{
        width: 100%;
        padding: 0 !important;
    }

    .lavanderia-text p{
        width: 100%;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
    }

    .lavanderia-text p span{
        margin: 0 auto;
    }

    .box2 .lavanderia-image{
        display: none;
    }

    .carousel-item .promo-container {
        width: 94%;
        padding-right: 16px
    }

    .carousel-item .promo-container .promo-badge {
        max-width: 160px;
        padding: 5px
    }

    .carousel-item .promo-container .promo-badge h3 {
        font-size: 1.5rem
    }

    .promo-text h3 {
        font-size: 2rem;
        margin-bottom: -10px
    }

    .promo-text h2 {
        font-size: 8.2rem;
        margin-bottom: -20px
    }

    .promo-text h4 {
        font-size: 2.3rem
    }

    .promo-text h5 {
        font-size: 1rem
    }

    .promo-text p {
        font-size: 1rem
    }

    #sillonAmor .poses-title{
        padding: 5px 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    #sillonAmor .poses-title p{
        margin-top: -6px;
        padding-left: 0;
    }
}

.fixed-row {
    flex-wrap: unset;
    max-height: 717px
}

.fixed-col .carousel {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
    background: url(../images/guia-smart-tv.jpg) no-repeat scroll center center transparent;
    background-size: cover
}

.fixed-col .carousel img {
    width: 100%;
    position: absolute
}

.fixed-col .carousel .text {
    position: absolute;
    z-index: 1;
    bottom: 7vw;
    left: 5vw
}

.fixed-col .carousel .text h4,
h2 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1
}

.fixed-col .carousel .text h4 {
    font-size: 3.3vw
}

.fixed-col .carousel .text h2 {
    font-size: 10.3vw
}

.fixed-col .carousel .text p {
    color: #fff;
    font-size: 1.5vw;
    margin: 0
}

.video-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

#guia-smart-tv {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0
}

#guia-smart-tv .row {
    display: flex;
    flex-wrap: nowrap
}

#guia-smart-tv #grid-thumb {
    max-height: fit-content;
    background: #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0
}

#guia-smart-tv #grid-thumb p {
    text-align: center;
    padding: 0 10px;
    color: #fff;
    margin-top: 10px
}

#guia-smart-tv .images {
    border-radius: 0;
    height: 100% !important;
    width: auto !important;
    object-fit: contain
}

#guia-smart-tv .text-left {
    padding-left: 15px
}

#guia-smart-tv h2 {
    color: #c61331;
    margin: 0 0 20px
}

@media (max-width:991px) {
    .fixed-row {
        max-height: 447px
    }

    .fixed-col {
        margin-top: 100px !important
    }

    .fixed-col .carousel img {
        position: relative
    }

    .fixed-col .carousel {
        height: 260px;
        background-position: center -130px
    }
}

@media (max-width:930px) {
    .video-row {
        flex-wrap: wrap
    }

    #guia-smart-tv #grid-thumb {
        margin-bottom: 10px
    }
}

@media (max-width:768px) {
    #guia-smart-tv .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    #guia-smart-tv #grid-thumb {
        margin-bottom: 20px;
        max-height: unset;
        padding: 0
    }

    #guia-smart-tv .images {
        border-radius: 10px
    }
}

@media (max-width:680px) {
    .fixed-col .carousel {
        height: 180px;
        background-position: center center
    }

    .fixed-col .carousel .text p {
        font-size: 3.5vw
    }

    #guia-smart-tv {
        padding: 15px 0
    }

    #guia-smart-tv #grid-thumb {
        width: 100%
    }

    #guia-smart-tv .images {
        width: 100% !important
    }
    #sillonAmor .main-title h2{
        font-size: 2.5em;
    }
    
}

.habitaciones-size {
    width: 350px !important;
    height: 225px !important;
}