/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 2 abr 2025, 13:37:52
    Author     : USUARIO
*/

.title-movil{
    display: none;
}

/* Estilos para móviles (hasta 768px) */
@media only screen and (max-width: 768px) {

    .book-title{
        font-size: 1.7rem !important;
        left: 35px !important;
        position: absolute !important;
    }
    .left-book-title{
        display: none !important;
    }
    .right-book-title{
        display: none !important;
    }

    .service-2 .div-2{
        order: 1 !important;
    }
    .service-2 .div-1{
        order: 2 !important;
    }
    .div-img-service-2{
        margin-left: 0% !important;
    }
    .linea-service-2{
        margin-left: 0% !important;
        width: 100% !important;
    }
    .linea-service-3{
        margin-left: 0% !important;
        width: 100% !important;
    }
    .title-service-3{
        margin-left: 0% !important;
    }
    .title-service-2{
        margin-left: 0% !important;
    }
    .title-service-1{
        margin-left: 0% !important;
    }
    .div-service-4{
        width: 100% !important;
        margin-left: 0% !important;
    }
    .div-service-3{
        width: 100% !important;
        margin-left: 0% !important;
    }
    .div-service-2 div{
        width: 100% !important;
    }
    .div-service-1 .single_feature_widget .single_content{
        margin-left: 0% !important;
    }
    .div-text-about{
        padding-left: 0% !important;
        margin-right: 0% !important;
    }
    .row-img .col-md-4{
        width: 33% !important;
    }
    .row-img .col-md-4 img{
        height: 100px !important;
    }
    .div-form-items{
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .div-msg-service{
        text-align: center !important;
    }
    .img-msg-service{
        width: 250px !important;
    }
    /* Otros estilos específicos para móvil */
    .hero-contents h3{
        font-size: 2rem !important;
        font-size: 1.5rem !important;
        line-height: 40px !important;
    }
    .main-menu{
        display: none !important;
    }
    .header-wrap img{
        height: 130px !important;
    }
    .logo a img{
        height: 70px !important;
    }
    .main_menu_widget .row {
        margin-top: 20px !important;
    }
    .title-page {
        display: none !important;
    }
    .title-movil{
        display: block !important;
    }
    .single_feature_widget{
        width: 100% !important;
    }
    .single_content p{
        width: 100% !important;
        font-size: 0.95rem !important;
    }
    .div-img-index{
        margin-left: 0px !important;
    }
    .footer_wrapper .bg-img{
        height: 140px !important;
    }
    .footer_wrapper{
        margin-top: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 30px !important;
    }
    .img-logo-btn{
        width: 95px !important;
    }
    .subtitle-footer{
        font-size: 0.7rem !important;
    }
    .subtitle-footer a{
        font-size: 0.8rem !important;
    }

    .feature_wrapper .container{
        padding: 0px 0px 50px 0px !important;
    }

    .container-contact{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .map{
        width: 100% !important;
    }
    .feature_wrapper{
        padding: 280px 0px 100px 0px !important;
    }
    p{
        font-size: 0.85rem !important;
    }
    .sec-service2{
        padding: 80px 0px 100px 0px !important;
    }
    .sec-service3{
        padding: 80px 0px 100px 0px !important;
    }
    .sec-service4{
        padding: 80px 0px 100px 0px !important;
    }
    .row-title-apointment .col-md-4{
        width: 33% !important;
    }
    .row-title-apointment h3{
        font-size: 1.5rem !important;
        background-color: white !important;
    }
    .div-logo-apoint{
        text-align: center !important;
    }
    .img-logo-apoint{
        width: 60% !important;
    }
    .div-aboutus-text .div-1{
        order: 2 !important;
    }
    .div-aboutus-text .div-2{
        order: 1 !important;
    }
    .title-page-serv{
        font-size: 2rem !important;
    }
}

.mobile-nav {
    background-color: #080806 !important;
}

.mobile-nav .sidebar-nav .metismenu a:hover, .mobile-nav .sidebar-nav .metismenu a:focus, .mobile-nav .sidebar-nav .metismenu a:active {
    background: #DCB865 !important;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    /* Estilos para tablets en general */
    .main_menu_widget .row{
        margin-top: 0px !important;
    }
    header.header_1 .logo {
        max-width: 150px !important;
        height: auto !important;
        margin-bottom: 30px !important;
        margin-left: 25px !important;
    }
    .title-page{
        font-size: 2rem !important;
        line-height: 50px !important;
    }
    .single_content p{
        font-size: 0.86rem !important;
    }

}