@font-face {
    font-family: 'Atyp';
    src: url('../fonts/AtypDisplay-Bold.woff') format('woff'),
    url('../fonts/AtypDisplay-Bold.ttf') format('truetype'),
    url('../fonts/AtypDisplay-Bold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Paganini';
    src: url('../fonts/paganini-regular.woff') format('woff'),
    url('../fonts/paganini-regular.ttf') format('truetype'),
    url('../fonts/paganini-regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Paganini-italic';
    src: url('../fonts/paganini-italic.woff') format('woff'),
    url('../fonts/paganini-italic.ttf') format('truetype'),
    url('../fonts/paganini-italic.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'PTMono-Bold';
    src: url('../fonts/PTMono-Bold.woff2') format('woff'),
    url('../fonts/PTMono-Bold.ttf') format('truetype'),
    url('../fonts/PTMono-Bold.eot') format('embedded-opentype');
    font-weight: 800;
    font-style: bold;
}
@font-face {
    font-family: 'PTMono-Regular';
    src: url('../fonts/PTMono-Regular.woff2') format('woff'),
    url('../fonts/PTMono-Regular.ttf') format('truetype'),
    url('../fonts/PTMono-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Atyp', Arial, sans-serif;
    color: #FF5733;
    background-color: #27291E;
}
body.about{
    background-color: #721519;
}
body.menu{
    background-color: #721519;
}
body.celebrate{
    background-color: #28291F;
}
body.contacto{
    background-color: #28291F;
}
body.home {
    background: url('../images/fondo_desktop.jpg') no-repeat center center fixed;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    overflow: hidden;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    position: relative;
    z-index: 10;
}
.logo{
    display: block;
    margin-left: 30px;
}
.contacto .logo-rojo{
    display: block;
}
.contacto .logo{
    display: none;
}
.contacto .logo-beige{
    display: block;
}
.logo-beige{
    display: none;
    margin-left: 30px;
}
.logo .flecha {
    width: 30px;
}
.logo .icono {
    width: 60px;
}

.logo-beige .flecha {
    width: 30px;
}
.logo-beige .icono {
    width: 60px;
}
.nav {
    display: flex;
    justify-content: right;
    flex: 1;
}
.nav-left, .nav-right {
    display: flex;
    margin: 0 50px;
}
.nav-left ul, .nav-right ul {
    list-style: none;
    display: flex;
    gap: 40px;
}

.nav ul li a {
    text-decoration: none;
    color: #FF5733;
    font-size: 18px;
    cursor: pointer;
    font-weight: 400;
    font-family: 'PTMono-Regular', Arial, Helvetica, sans-serif;
}
.contacto .nav ul li a {
    text-decoration: none;
    color: #e0ca89;
    font-size: 18px;
    cursor: pointer;
}
.nav ul li a:hover {
    color: #CCCCCC;
}

.menu-toggle {
    display: none;
    position: absolute;
    right: 0;
    font-size: 45px;
    color: #FF5733;
    cursor: pointer;
}
.home .menu-toggle {
    display: none !important;
}

.main-content {
    position: relative;
    float: left;
    width: 100%;
}

.home-content{
    position: absolute;
    float: left;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
}
.home-logo{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100vh;
    align-items: center;
}
.logo_home {
    display: none;
}
.nav-mobile{
    display: none;
}
.milvidas{
    width: 100%;
    max-width: 600px;
}
/* ==============================================*/
/* ====== ABOUT =================================*/
/* ==============================================*/
.about .degrade {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 250px;
    z-index: 1;
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%,#000000 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%,#000000 100%);
}
.about-container{
    position: relative;
    float: left;
    width: 100.0%;
}
.about-section{
    height: 500px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-content-text{
    max-width: 1280px;
    margin: 100px auto;
}
.about-logo{
    padding: 0 30px;
}
.about-logo img{
    height: 100px;
}
.about-text-1{
    width: 100%;
    font-family: 'PTMono-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #E0CA89;
}.about-text-1 strong{
    width: 100%;
    font-family: 'PTMono-Bold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #E0CA89;
}
.about-foto1{
    width: 100%;
    max-width: 250px;
}
.about-flotante {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -45px;
    z-index: 100;
}
.about-flotante img{
    width: 100%;
    max-width: 600px;
}
.about-foto2{
    width: 100%;
    max-width: 300px;
}
.about-text-2{
    width: 100%;
    font-family: 'PTMono-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #E0CA89;
    margin-top: 100px;
}
@media (max-width: 768px) {
    .about-text-2{
        margin-top: 20px;
    }
}
/* ==============================================*/
/* ====== MENU ==================================*/
/* ==============================================*/
.menu .degrade {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 250px;
    z-index: 1;
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%,#000000 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%,#000000 100%);
}

.menu-container{
    position: relative;
    float: left;
    width: 100.0%;
}
.menu-section{
    height: 500px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-content-text{
    max-width: 1280px;
    margin: 0 auto;
}
.menu-content{
    margin: auto;
    width: 50%;
    padding: 10px;
}

.menu-section {
    height: 300px;
}
.menu-content{
    position: relative;
    float: left;
    width: 100%;
}
.menu-logo{
    margin-top: 100px;
    margin-bottom: 20px;
    z-index: 8;
}
.menu-logo img{
    width: 320px;
    margin-left: 40px;
}

.menu-1 {
    background: url('../images/desktop-menu-1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px !important;
}
.menu-2 {
    background: url('../images/desktop-menu-2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px !important;
}
.menu-3 {
    background: url('../images/desktop-menu-3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px !important;
    margin-bottom: 50px;
}
.menu-content-left{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
    margin-left: 120px;
    text-align: left;
}
.menu-content-right{
    display: flex;
    align-items: center;
    justify-content: right;
    height: 100%;
    margin-right: 120px;
    text-align: right;
}

.menu-content-options{
    position: relative;
    float: left;
    width: 100%;
}
.menu-title {
    width: 100%;
    font-family: 'PTMono-Regular', Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #E53F19;
    padding: 10px 0;
}
.menu-text{
    width: 100%;
    font-family: 'PTMono-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #E53F19;
    padding: 10px 0;
}
.menu-link{
    font-family: Atyp, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #E53F19;
}
.menu-link a {
    color: #E53F19;
    text-decoration: none;
}
.menu-link a:hover {
    color: #ea9f8d;
}

.menu-icon {
    display: none;
    position: absolute;
    top: 40px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.menu-icon div {
    width: 100%;
    height: 2px;
    background-color: #ff5b3c;
    margin: 5px 0;
}

body.contacto .menu-icon div {
    background-color: #e0ca89;
}


.mobile-menu-button {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
}

.menu-icon,
.close-icon {
    display: inline-block;
    cursor: pointer;
}

.close-icon {
    display: none;
}

.mobile-menu-button.open .menu-icon {
    display: none;
}

.mobile-menu-button.open .close-icon {
    display: inline-block;
}

.mobile-menu {
    display: none;
}
.volver{
    display: none;
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}

@media (max-width: 768px) {
    .logo{
        margin-left: 0px;
    }
    .menu-text{
        font-family: 'PTMono-Regular', Arial, Helvetica, sans-serif;
        font-size: 14px;
    }
    .menu-1 {
        background: url('../images/mobile-menu-foto1.jpg');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        height: 200px !important;
    }
    .menu-2 {
        background: url('../images/mobile-menu-foto2.jpg');
        background-repeat: no-repeat;
        background-position: center left;
        background-size: contain;
        height: 200px !important;
    }
    .menu-3 {
        background: url('../images/mobile-menu-foto3.jpg');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        height: 200px !important;
    }

    .menu-content-left{
        margin-left: 30px;
    }
    .menu-content-right{
        margin-right: 30px;
    }
    .menu-title {
        font-size: 18px;
    }
    .menu-text{
        font-size: 14px;
    }
    .menu-link{
        font-size: 12px;
    }
}

/* ==============================================*/
/* ====== LOCATION ==============================*/
/* ==============================================*/
.location-container{
    height: 100%;
}
.location-section {
    margin-top: 0 !important;
}

.location-logo{
    max-width: 1280px;
    margin: 100px auto 20px auto;
    z-index: 8;
}
.location-logo img {
    width: 400px;
    margin-left: 40px;
}
.location-foto-desktop {
    display: block;
}
.location-foto-mobile {
    display: none;
}

.location-content-left {
    position: relative;
    float: left;
    width: 50%;
    text-align: left;
    padding-left: 30px;
}

.location-content-right {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 40%;
}

.location-title {
    font-family: 'PTMono-Bold', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #E53F19;
    padding: 10px 0;
}

.location-text {
    font-family: 'PTMono-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #E53F19;
    padding: 10px 0;
}
.location-fondo-desktop {
    position: absolute;
    width: 100%;
    height: 400px;
    background-image: url("../images/desktop-location-fondo.png");
    background-size: 50%;
    background-position: top right;
    background-repeat: no-repeat;
}
.location-content{
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.location-text-desktop{
    margin-bottom: 100px;
}
.location-desktop{
    display: block;
}
.location-mobile{
    display: none;
}
@media (max-width: 768px) {
    .location-foto-desktop {
        display: none;
    }
    .location-foto-mobile {
        display: block;
    }
    .location-logo {
        margin: 50px auto;
    }
    .location-logo img {
        width: 350px;
    }
    .location-content-left {;
        width: 80%;
    }
    .location-content-right {
        padding-left: 40%;
    }

    .location-title {
        font-size: 16px;
    }
    .location-text {
        font-size: 14px;
    }
    .location-desktop{
        display: none;
    }
    .location-mobile{
        display: block;
    }
    .location-fondo-desktop {
        display: none;
    }
    .location-fondo-mobile {
        background-image: url("../images/mobile-location-imagen.png");
        background-size: 80%;
        background-position: top left;
        background-repeat: no-repeat;
        margin-bottom: 50px;
    }

    .map-responsive {
        overflow: hidden;
        padding-bottom: 80%;
        position: relative;
        height: 0;
        margin-bottom: 50px;
    }

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
}

/* Estilos para dispositivos móviles */
@media (max-width: 768px) {

    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .mobile-menu-button {
        display: block;
    }

    .mobile-menu {
        display: block;
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
        background-color: #000000;
        background-image: url("../images/mobile-menu-fondo.png");
        background-position: center;
        background-size: cover;
    }
    .mobile-fondo{

    }
    .volver{
        display: none;
        position: absolute;
        left: 20px;
        top: 45px;
    }
    .logo-mobile{
        text-align: center;
    }
    .close-icon{
        display: block;
        position: absolute;
        right: 25px;
        top: 12px;
    }
    .logo{
        width: 100%;
        text-align: center;
    }
    .logo-mobile img {
        width: 150px;
        margin-top: 30px;
    }

    .mobile-menu ul{
        margin-top: 30%;
        text-align: center;
    }
    .mobile-menu ul li{
        height: 70px;
    }
    .mobile-menu ul li a {
        font-size: 30px;
        color: #E0CA89;
        text-decoration: none;
        font-family: PTMono-Regular;
        cursor: pointer;
    }

}
/* ==============================================*/
/* ====== CELEBRATE ==============================*/
/* ==============================================*/
.celebrate-container{
    height: 100%;
    margin-top: 50px;
}
.celebrate-section {
    max-width: 1280px;
    margin: 0px auto;
}

.celebrate-logo{
    margin-top: 50px;
    margin-left: 40px;
    margin-bottom: 20px;
    z-index: 8;
}
.celebrate-logo img {
    width: 100%;
    max-width: 240px;
}
.celebrate-logo-salon{
    text-align: right;
    margin-bottom: 20px;
    z-index: 8;
}
.celebrate-logo-salon img {
    width: 100%;
    max-width: 400px;
}
.celebrate-fondo{
    width: 100%;
    max-width: 800px;
}
.celebrate-content-left {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 50px;
}
.celebrate-content-right {
    position: relative;
    float: right;
    width: 80%;
    text-align: right;
    padding-left: 50px;
    margin-top: 50px;
}
.celebrate-text{
    font-family: 'PTMono-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #E53F19;
    padding: 10px 20px;
}
.celebrate-link{
    font-family: 'PTMono-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #E53F19;
    margin: 20px;
}
.celebrate-link a {
    color: #E53F19;
    text-decoration: none;
}
.celebrate-link a:hover {
    color: #ea9f8d;
}
.celebrate-letras{
    display: none;
}
/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
    .celebrate-container{
        margin-top: 20px;
    }
    .celebrate-logo {
        margin-bottom: 0;
    }
    .celebrate-logo-salon img {
        max-width: 300px;
        margin-right: 40px;
    }
    .celebrate-letras{
        position: absolute;
        display: block;
        background-image: url("../images/mobile-celebrate-fondo.png");
        background-position: top right;
        background-size: contain;
        background-repeat: no-repeat;
        width: 300px;
        height: 100px;
        right: 35px;
        margin-top: 170px;
    }
    .celebrate-content-left {
        margin-top: 50px;
        padding-left: 20px;
        width: 90%;
    }
    .celebrate-content-right {
        width: 100%;
        padding: 0 20px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .celebrate-logo img {
        width: 100%;
        max-width: 200px;
    }
    .celebrate-logo-salon{
        padding: 0 0 0 50px;
    }
    .celebrate-fondo{
        padding: 0 30px;
    }
}

/* ==============================================*/
/* ====== BANGKOK ===============================*/
/* ==============================================*/
.bangkok .degrade {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 250px;
    z-index: 1;
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%,#000000 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%,#000000 100%);
}
.bangkok-section{
    height: 600px;
    margin-top: 100px !important;
}
.bangkok-1 {
    background: url('../images/fondo_bba-1.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    height: 600px;
}
.bangkok-2 {
    background: url('../images/fondo_bba-2.jpg');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    height: 600px;
}
.bangkok-container{
    position: relative;
    float: left;
    width: 100%;
}
.bangkok-content-left{
    padding: 100px 30px 0 0;
}
.bangkok-content-right{
    padding: 100px 0 0 30px;
}

.bangkok-content-left{
    margin-left: 120px;
    text-align: left;
}
.bangkok-content-right{
    margin-right: 0px;
    text-align: right;
}

.bangkok-title{
    font-family: Atyp, Arial, Helvetica, sans-serif;
    font-size: 30px;
    max-width: 400px;
    color: #E53F19;
}
.bangkok-subtitle{
    font-family: Paganini, Arial, Helvetica, sans-serif;
    font-size: 25px;
    max-width: 400px;
    color: #E53F19;
}
.bangkok-text{
    font-family: 'PTMono-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #E53F19;
    padding: 10px 0;
    max-width: 400px;
}
/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
    .bangkok-container{
        height: 100%;
    }
    .bangkok-section {
        margin-top: 0 !important;
        height: 300px;
    }
    .bangkok-2 {
        margin-top: 0px;
    }
    .bangkok-text-mobile{
      margin-top: 0px;
    }
    .bangkok-content-left {
        padding: 100px 30px 50px 30px;
        margin-left: 20px;
    }
    .bangkok-content-right{
        padding: 50px 30px;
        margin-right: 10px;
    }
    .bangkok-title{
        font-size: 35px;
    }
    .bangkok-subtitle{
        font-size: 22px;
    }
    .bangkok-text{
        font-size: 14px;
    }
}


/* ==============================================*/
/* ====== CONTACRO ==============================*/
/* ==============================================*/
.desktop-fondo{
    position: absolute;
    background: url('../images/desktop-contacto-fondo-2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;

}
.contacto-container{
    position: relative;
    float: left;
    width: 100%;
}
.contacto-formulario{
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 500px;
    margin: 100px auto;
}
.contacto-form-title{
    font-family: 'Atyp', Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #e0ca89;
    font-weight: 800;
}
.contact-input{
    width: 100%;
    padding: 14px;
    font-family: 'PTMono-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #e0ca89;
    margin: 10px 0;
    border-radius: 5px;
    color: #e0ca89;
}
.contact-textarea{
    width: 100%;
    height: 150px;
    padding: 14px;
    font-family: 'PTMono-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #e0ca89;
    margin: 10px 0;
    border-radius: 5px;
    color: #e0ca89;
}
::placeholder {
    color: #e0ca89;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #e0ca89;
}
.btn-enviar{
    font-family: 'PTMono-Regular', Arial, Helvetica, sans-serif;
    position: relative;
    margin: 0 auto;
    width: 150px;
    background-color: #e0ca89;
    color: #000000;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}
.btn-enviar:hover {
    background-color: #cbbb8e;
}
.contacto-footer{
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
}
.contacto-footer-fondo{
    display: none;
}
.contacto-footer-datos{
    position: relative;
    display: inline;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    vertical-align: middle;
}
.contacto-footer-datos  div a{
    text-decoration: none;
    color: #cbbb8e;
}
.contacto-footer-links{
    position: relative;
    float: left;
    text-align: center;
    margin-top: 10px;
    width: 50%;
}
.contacto-footer-links-ico{
    display: inline-block;
    vertical-align: middle;
    height: 23px;
}
.contacto-footer-links-txt{
    font-family: 'PTMono-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
    display: inline-block;
    height: 35px;
    line-height: 35px;
}
.success{
    color: #4caf50;
    margin-top: 30px;
}
.error{
    color: #f44336;
    margin-top: 30px;
}
.borde-error{
    border: 1px solid #f44336;
}
/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
    .logo-beige{
        width: 100%;
        text-align: center;
    }
    .contacto-logo{
        display: none;
    }
    .contacto-formulario{
        padding: 0 30px;
        margin: 30px auto;
    }
    .contacto-footer {
        /*
        background: url('../images/mobile-contacto-fondo.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
         */
        margin-bottom: 50px;
        max-width: 300px;
    }
    .contacto-footer-datos{
        display: table-cell;
    }
    .contacto-footer-links{
        text-align: left;
        width: 100%;
        margin-left: 30px;
    }

}
/* ==============================================*/
/* ====== FOOTER ================================*/
/* ==============================================*/
.flotante{
    position: fixed;
    bottom: 0px;
    right: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    z-index: 1000000;
    background-color: #e53e1a;
    padding: 10px;
    border-radius: 10px;
    width: 220px;
    height: 50px;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.51);
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.51);
}
.flotante a {
    font-family: 'PTMono-Bold', Arial, Helvetica, sans-serif;
    color: #8d201c;
    text-decoration: none;
    text-align: center;
}
.flotante_btn{
    height: 30px;
    display: flex;
    align-items: center;
}
.flotante-text{
    font-size: 16px;
    padding: 6px 10px;
    border: 1px solid #8d201c;
    border-radius: 10px;
    font-weight: 900;
}
.flotante-linea{
    position: relative;
    float: left;
    width: 15px;
    height: 35px;
    border-right: 2px ridge #8d201c;
    margin-right: 10px;
}
.flotante-ico{
    width: 35px;
    height: 35px;
    background-image: url('../images/logo-osculo.png');
    background-size: cover;
    background-position: center;
}

.flotante:hover{
    background-color: #8d201c;
}
.flotante:hover .flotante-text{
    color: #e53e1a;
    background-color: #8d201c;
    border: 1px solid #e53e1a;
}
.flotante:hover .flotante-linea{
    border-right: 2px ridge #e53e1a;
}
.flotante:hover .flotante-ico{
    background-image: url('../images/ico.png');
}

/* Estilos para dispositivos móviles */
@media (max-width: 768px) {

    .flotante {
        position: fixed;
        bottom: 0px;
        right: auto;
        left: 50%;
        transform: translateX(-110px);
        margin-right: 0;
    }

    body.home {
        background: url('../images/mobile-home-fondo.jpg') no-repeat center center fixed;
        background-size: cover;
        background-attachment: fixed;
        height: 100vh;
        overflow: hidden;
    }
    .home .logo {
        display: none !important;
    }
    .home .logo_home img {
        width: 100%;
        padding: 0 30px;
    }

    .nav {
        display: none;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .nav.active {
        display: flex;
    }
    .menu-toggle {
        display: block;
        margin-right: 20px;
    }
    .home {
        height: 300px;
    }
    .home-logo{
        padding: 0 50px;
    }
    .nav-mobile{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .nav-mobile ul {
        list-style: none;
        display: table;
        margin-top: 30px;
    }
    .nav-mobile ul li {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 120px;
        text-align: center;
    }
    .nav-mobile ul li a {
        text-decoration: none;
        color: #FF5733;
        font-size: 30px;
        cursor: pointer;
        display: block;
        margin: 0 auto;
    }
    .nav-mobile ul li a:hover {
        color: #CCCCCC;
    }
}
