@media screen and (max-width: 1366px) {
    .contenedor-portada {
        text-align: center;
        padding-top: 190px;
    }
}

@media screen and (max-width: 1144px) {
    .nav-item {
        margin-right: 0;
    }

    .tit-carousel {
        font-size: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .contenedor-portada {
        text-align: center;
        padding-top: 455px;
    }

    .text-extra-large {
        font-size: 14px;
    }

    .contProductos {
        max-width: 85%;
        margin: auto;
    }

    #sobreNosotros {
        clip-path: polygon( 0 0, 102% 0, 100% 100%, 0 calc(100% - 5vw) );
    }

    .cont-nosotros2 {
        padding-left: 40px;
    }

    .row-nosotros {
        padding: 0 30px;
    }

    .single-contact-details p {
        font-size: 12px;
    }

    .redes-sociales {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 991px) {
    .nav-link {
        position: relative;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .nav-item {
        margin: 0 auto 20px;
    }

    .nav-item-ultimo {
        margin: 0 auto 20px;
    }

    #sobreNosotros {
        height: 1120px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .carousel-item img {
        margin: auto;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .contenedor-portada {
        text-align: center;
        padding-top: 41%;
    }

    .single-contact-details {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .contenedor-redes {
        flex-direction: column;
    }

    .contenedor-redes .tit-redes-sociales {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 15px;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .tit-carousel {
        font-size: 30px;
    }

    .carouselmobile {
        display: none;
    }

    #nuestroProductos {
        display: none;
    }

    #sobreNosotros {
        height: 850px;
    }

    .sub-titulos {
        font-size: 32px !important;
        line-height: 35px !important;
        margin: 32px 0;
    }

    .imagen-cotiza {
        height: 1260px;
    }

    .carousel-item {
        background-color: black;
        height: 75vh;
        min-height: 25rem;
        width: 100%;
        overflow: hidden;
    }

    .carousel-item img {
        width: 100%;
    }

    .carousel-item video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@media screen and (max-width: 491px) {
    .tit-sobre-nosotros {
        font-size: 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px){
    .contenedor-portada {
        text-align: center;
        padding-top: 66%;
    }

    .texto-portada p {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        width: 90%;
        margin: auto;
        color: #063954;
    }

    .row-datos-personales {
        margin-top: 45px;
    }

    .carousel {
        position: relative;
        height: 17vh;
    }

    .carousel-item {
        background-color: #ffffff !important;
    }

    #sobreNosotros {
        clip-path: polygon( 0 0, 102% 0, 100% 100%, 0 calc(100% - 5vw) );
        height: 100%;
    }

    .parrafo-nosotros {
        font-size: 18px;
        line-height: 25px;
        margin-top: 7px;
        margin-bottom: 35px;
        text-align: left;
    }

    .cont-nosotros2 {
        padding-left: 15px;
        margin-bottom: 40px;
    }

    ul.clients-border li {
        border-right: none;
    }

    .text-title-large {
        font-size: 28px;
        line-height: 44px;
    }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .contenedor-redes .tit-redes-sociales {
        font-size: 24px;
    }

    .contProductos .img_producto01,
    .contProductos .img_producto02,
    .contProductos .img_producto03,
    .contProductos .img_producto04,
    .contProductos .img_producto05,
    .contProductos .img_producto06,
    .contProductos .img_producto07,
    .contProductos .img_producto08 {
        height: 312px;
    }
}

@media screen and (min-width: 320px) and (max-width: 360px) {
    .texto-portada p {
        font-size: 16px;
        line-height: 25px;
        width: 90%;
    }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .logo-index {
        width: 120px;
    }

    .contenedor-portada img {
        width: 280px;
    }

    .row-nosotros {
        padding: 0 10px;
    }
}