/*Estilos para 1366*/
@media (max-width:1366px){
    .img_services{
        height: 330px !important;
    }
    .contenido_service div p{
        margin: 10px 0 0 0px !important;
    }
}

/*Estilos para celular*/
@media (max-width:1080px) {
    /*Primera pagina*/
    .contempora-title {
        font-size: 44px !important;
    }
    /* .imagen_fondo {
        display: none;
    } */
    /*Segunda pagina*/
    .segunda_pagina {
        height: 80vh !important;
    }
    .quienes-somos {
        font-size: 59px !important;
    }
    .contenido-about {
        gap: 0 !important;
        width: 78% !important;
    }
    .texto-tercera {
        font-size: 16px !important;
    }
    section{
        overflow: hidden;
    }
    header{
        display: none !important;
    }
    .menu_button{
        display: flex !important;
    }
    .sexta_pagina{
        min-height: 100vh !important;
        height: auto !important;
        grid-template-rows: 1fr 1fr !important;
        grid-template-columns: 1fr !important;
    }
    .sexta_section{
        height: 100vh !important;
        justify-content: center !important;
        padding-top: 0px !important;
    }
    .contenido_service .img_services{
        width: 80% !important;
        height: 205px !important;
    }
    .texto_caracteristicas{
        width: 80% !important;
    }
    .wsp_button{
        left: 15px !important;
        bottom: 30px !important;
    }
    .a_option{
        width: 85% !important;
    }
    .recomendaciones{
        width: 85% !important;
        margin-top: 50px !important;
    }
    .contempora-title-mobile{
        display: flex !important;
        position: fixed !important;
        z-index: 10 !important;
        left: 27px !important;
    }
    .recuadro_sexta{
        width: 89%;
        /* height: 92vh; */
    }

    /*Portfolio page*/
    .line_div{
        display: none !important;
    }
    .texto_desarrollo{
        display: none !important;
    }
    .proyectos_muestra{
        display: none !important;
    }
    
    .foto_perfil{
        height: 43% !important;
    }
}