/*------------------------ MEDIA QUERIES CMMS -----------------------*/
@media (max-width: 1530px) {
    .img_logo_header {
        width: 50%;
    }

    .descripcion {
        margin-left: 45px;
    }

    .descripcion h1 {
        font-size: 50px;
    }

    .titulo_contacto {
        font-size: 20px;
    }

    .carousel_com {
        height: 60vh;
    }
}

@media (max-width: 1399px) {
    .img_logo_header {
        width: 55%;
    }

    .nav-link {
        font-size: 16px !important;
    }

    .descripcion h1 {
        font-size: 42px;
        font-weight: 400;
    }

    .text_cmms {
        font-size: 32px;
        font-weight: 600;
        color: #0097e2;
    }

    .text_software {
        font-size: 19px;
    }

    .text_pilares p {
        font-size: 18px;
    }

    .text-congresos h2 {
        font-size: 36px;
    }

    .img_congresos img {
        width: 80%;
    }

    .text_consultoria h2 {
        font-size: 35px;
        font-weight: 600;
        color: rgb(30, 30, 30);
    }

    .text_consultoria .text_consultoria_p {
        font-size: 18px;
    }

    .text_consultoria p {
        font-size: 18px;
        color: #464646;
    }

    .consultorias-2 .text h3 {
        font-size: 25px;

    }

    .faded p {
        font-size: 18px;
        color: #464646;
        line-height: 28px;
    }

    .text_activos h1 {
        font-size: 30px;
        color: #000000;
    }

    .text_activos h1 b {
        font-size: 35px;
    }

    .text_activos p {
        font-size: 18px;
        line-height: 28px;
        color: #464646;
    }

    .img_codigo img {
        width: 90%;
    }

    .img_hdv img {
        width: 60%;
    }

    .text_hdv h1 {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .text_hdv p {
        font-size: 18px;
        color: #595b5e;
        margin-bottom: 40px;
        line-height: 28px;
    }

    .text_hdv .text_auditorias {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .text-estrategias h2 {
        font-size: 41px;
    }

    .text-estrategias p {
        font-size: 22px;
    }

    .text_e h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .text_e p {
        font-size: 19px;
    }

    .text-programacion h2 {
        font-size: 41px;
    }

    .text-programacion p {
        font-size: 22px;
        color: #595b5e;
    }

    .text_programacion-2 h1 {
        font-size: 36px;
        margin-bottom: 24px;
    }

    .text_programacion-2 p {
        font-size: 18px;
        line-height: 28px;
    }

    .carousel_com {
        height: 88vh;
    }

    .text-calendario h2 {
        font-size: 41px;
    }

    .text_calendario-2 p {
        font-size: 18px;
        line-height: 28px;
    }

    .graficos {
        padding: 4em 0;
        height: 60vh;
    }

    .text-graficos h2 {
        font-size: 42px;
        margin-bottom: 35px;
    }

    .text_graficos-2 p {
        font-size: 22px;
        line-height: 32px;
    }

    .block-23 span {
        font-size: 17px;
    }

    .text_menu h2 {
        font-size: 24px;
    }

    .text_contactanos {
        font-size: 24px;
    }

    .bg-orange {
        font-size: 20px;
    }

    .titulo_datos {
        font-size: 40px;
    }
}


@media (max-width: 1330px) {
    .descripcion h1 {
        font-size: 48px;
    }

    .img_laptop img {
        width: 98%;
    }
}

@media (max-width: 1199px) {
    .img_logo_header {
        width: 90%;
    }

    .nav-link {
        font-size: 14px !important;
    }

    .descripcion h1 {
        font-size: 40px;
    }

    .logo-blanco img {
        width: 90%;
    }

    .bg-orange {
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 992px) {
    .img_logo_header {
        width: 20%;
    }

    .navbar-brand {
        width: 80%;
    }

    .informacion-fondo {
        height: 100vh;
    }

    .descripcion {
        margin-top: 50px;
        margin-left: 0px;
        text-align: center;
    }

    .descripcion h1 {
        font-size: 50px;
    }

    .text_cmms {
        font-size: 36px;
    }

    .text_software {
        font-size: 24px;
    }

    .img_laptop img {
        width: 95%;
    }

    .img_activos img {
        width: 80%;
    }

    .text_activos h1 {
        margin-top: 50px;
        font-size: 30px;
        color: rgb(30, 30, 30);
    }

    .text_activos p {
        font-size: 18px;
        line-height: 32px;
        color: #595b5e;
    }

    .img_hdv img {
        width: 50%;
    }

    .text_hdv {
        text-align: center;
    }

    .text_hdv h1 {
        font-size: 50px;
        margin-top: 45px;
        margin-bottom: 15px;
    }

    .text_hdv p {
        margin-bottom: 40px;
    }

    .text_hdv .text_auditorias {
        font-weight: 600;
        margin-bottom: 50px;
    }

    .text_calendario-2 button {
        margin-bottom: 40px;
    }

    .text_programacion-2 {
        text-align: center;
        margin-bottom: 40px;
    }

    .graficos {
        min-height: 50vh;
    }

    .img_grafico img {
        width: 42%;
    }

    .des_cmms img {
        width: 40%;
    }

    .img_logo_lab img {
        width: 30%;
    }

    .text_calendario-2 {
        text-align: center;
    }

    .text_graficos-2 {
        text-align: center;
    }

    .icon_contacto {
        margin-right: 0px;
    }

    .logo-blanco img {
        width: 40%;
    }

    .bg-light-opacity-dos {
        padding-left: 20px;
        padding-right: 20px;
    }

    .img-logo-dos img {
        width: 38%;
    }

    .text-apping {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .img_logo_header {
        width: 30%;
    }

    .navbar-brand {
        width: 70%;
    }

    .informacion-fondo {
        height: 70vh;
        margin-bottom: 70px;
    }

    .descripcion {
        margin-top: 20px;
    }

    .descripcion h1 {
        font-size: 40px;
    }

    .text_cmms {
        font-size: 30px;
    }

    .text_software {
        font-size: 24px;
    }

    .img_laptop img {
        width: 95%;
    }

    .img_consultoria img {
        display: none;
    }

    .text_activos {
        margin-left: 0px;
    }

    .text_hdv h1 {
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .icon_contacto {
        margin-left: 0px;
        text-align: center !important;
    }

    .call-to-action {
        text-align: center;
    }

    .center-img img {
        width: 45%;
    }
}

@media (max-width: 576px) {
    .informacion-fondo {
        min-height: 700px;
    }

    .text_activos p {
        line-height: 28px;
    }

    .text-graficos h2 {
        font-size: 35px;
    }

    .text_graficos-2 p {
        font-size: 19px;
        line-height: 28px;
    }

    .text-calendario h2 {
        font-size: 35px;
    }

    .img-logo-md img {
        width: 40%;
    }

    .contacto {
        justify-content: center;
    }

    .img_icons_contacto {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .slider .slide img {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .img_logo_header {
        width: 40%;
    }

    .informacion-fondo {
        min-height: 550px;
    }

    .descripcion h1 {
        font-size: 35px;
    }

    .text_cmms {
        font-size: 26px;
    }

    .text_software {
        font-size: 20px;
    }

    .experiencia-section h2 {
        font-size: 35px;
    }

    .text-congresos h2 {
        font-size: 30px;
    }

    .img_congresos img {
        width: 70%;
    }

    .img_hdv img {
        width: 70%;
    }

    .text_hdv h1 {
        font-size: 35px;
    }

    .text_hdv p {
        line-height: 28px;
    }

    .text-programacion h2 {
        font-size: 35px;
    }

    .text_compatible p {
        font-size: 28px;
    }

    .carousel_com {
        min-height: 700px;
    }

    .graficos {
        min-height: 650px;
    }
}

@media (max-width: 420px) {
    .img_logo_header {
        width: 100px;
    }

    .informacion-fondo {
        height: 570px;
    }

    .experiencia-section h2 {
        font-size: 38px;
    }

    textarea {
        margin-top: 50px;
    }
}

@media (max-width: 390px) {
    .logo-blanco img {
        margin-top: 15px;
    }

    .h-15 {
        height: 12% !important;
    }

    textarea {
        margin-top: 42px;
    }

    textarea:focus~label,
    textarea:not(:placeholder-shown)~label {
        top: -2px;
    }
}