    #nosotros {
        margin: 0;
        background-image: url(imagenes/nosotros.jpg);
        min-height: 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        width: unset;
    }

    #nav {
        background-color: #23225e !important;
        color: white;
    }

    #nav #tel-responsive {
        display: none;
    }

    #nav li a {
        color: white;
    }

    #nav li a:active {
        color: yellow;
    }
    #nav li a:hover {
        color: yellow;
    }

    #footer-icons1{
        padding-top: 70px;
    }

    #footer-icons2{
        padding-bottom: 60px;
    }

    #telefono-footer{
        text-decoration: none;
        color: white;
    }

    .container1{
        display: flex;
    justify-content: flex-end;
    text-align: end;
    padding-left: 450px;
    }

    .container1 p{
        font-size: 14px !important;
    }

    #footer-contacto{
        margin-bottom: 5px !important;
    }

    .nav-link {
        margin-left: 10px;
    }

    .nosotros {
        height: auto;
        padding: inherit;
    }

    #nosotros .overlay {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .card-body {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .containerservicios {
        display: flex;
        flex-wrap: wrap;
    }

    #carousel {
        position: relative;
    }

    #carousel .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /* background-color: rgba(0, 0, 0, 0.2); */
        color: white;
        z-index: 2;
    }

    #carousel .overlay .container, #carousel .overlay .row {
        height: 100%;
    }

    #main .carousel-inner img {
        max-height: 65vh;
        object-fit: cover;
    }

    #main .carousel-inner .container p {
        font-size: 25px;
    }

    #main .carousel-inner .container strong {
        color: #23225e;
    }

    #responsiveimage {
        display: none;
    }

    .mainresponsive {
        display: none;
    }

    #SeccionServicios {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 40px;
    }

    .servicios {
        height: auto;
    }

    .servicios .card-title {
        text-align: center;
        margin: 0 !important;
        color: white;
    }

    .servicios .card .card-body {
        padding-bottom: 20px;
        background-color: #23225e;
    }

    .servicios .card img {
        height: 14em;
        object-fit: cover;
    }

    #nav-text {
        font-weight: bolder;
        font-size: 20px;
    }

    #numero {
        margin-left: 50px;
        color: yellow;
    }

    .servicios .card {
        height: 22rem;
    }

    .contacto {
        background-color: white;
        display: flex;
        justify-content: space-around;
        padding-top: 100px;
    }

    .info {
        font-size: 30px;
        /*  padding-top: 60px; */
    }

    .info h2 {
        font-size: 45px;
    }

    .clientes .titulo-clientes h2 {
        font-size: 45px;
        margin-bottom: 70px !important;
    }

    .form {
        width: 300px;
        margin: 0;
    }

    #space {
        margin: 0;
    }

    .form-space {
        display: flex;
        flex-direction: column;
    }

    .proyectos {
        background-color: white;
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .proyectos h2 {
        padding-bottom: 40px;
        text-align: center;
    }

    .responsive {
        display: none;
    }

    .logos {
        width: 130px;
        margin: 30px;
        max-height: 80px;
        object-fit: contain;
    }

    #tel-contacto{
        color: black;
    }

    .marcas {
        height: auto;
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .marcas h2 {
        margin-top: 60px;
        margin-bottom: 40px;
        text-align: center;
        font-size: 45px;
    }

    .container-fluidmarcas {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    #banner {
        margin-top: 70px;
        /*  background-image: url(imagenes/banner1.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; */
    }

    #banner img {
        object-fit: contain
    }

    #banner .overlay {
        background-color: rgba(0, 0, 0, 0.1);
    }

    #banner .overlay p {
        font-size: 25px;
        font-weight: 500;
    }

    #banner .overlay strong {
        color: #060E63;
    }

    .contacto button i{
        margin-right: 5px;
    }
    .label1 {
        font-size: 25px;
        margin-bottom: 0;
    }
    .label {
        font-size: 25px;
        margin-top: 25px;
        margin-bottom: 0;
    }
    #contacto .info{
        font-size: 25px;
    }
    
    #contacto .info .titulo{
        font-size: 40px;

    }
    .frase {
        margin-top: 30px;
        height: auto;
        background-image: url(imagenes/banner6.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: unset;
    }

    .container-frase {
        text-align: end;
        padding: 60px;
    }

    .container {
        text-align: left;
        padding: 60px;
    }

    .responsivemarcas {
        display: none;
    }

    .container2 {
        display: none;
    }

    .container-fraseresponsive {
        display: none;
    }

    .servicios .card .card-body img {
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }

    .fraseresponsive {
        display: none;
    }

    /* media queries */
    @media screen and (max-width: 2560px){
        .container1{
            display: flex;
        justify-content: flex-end;
        text-align: end;
        padding-left: 1081px;
        }
    
        .container1 p{
            padding-top: 10px;
            font-size: 25px !important;
        }
    }
    @media screen and (max-width: 2072px){
        .container1{
            display: flex;
        justify-content: flex-end;
        text-align: end;
        padding-left: 857px;
        }
    
        .container1 p{
            padding-top: 10px;
            font-size: 24px !important;
        }
    }
    @media screen and (max-width: 1810px){
        .container1{
            display: flex;
        justify-content: flex-end;
        text-align: end;
        padding-left: 755px;
        }
    
        .container1 p{
            padding-top: 10px;
            font-size: 23px !important;
        }
    }

    @media screen and (max-width: 1440px){
        .container1{
            display: flex;
        justify-content: flex-end;
        text-align: end;
        padding-left: 694px;
        }
    
        .container1 p{
            padding-top: 10px;
            font-size: 20px !important;
        }
    }
    
    @media screen and (max-width: 1289px){
        .container1{
            display: flex;
        justify-content: flex-end;
        text-align: end;
        padding-left: 604px;
        }
    
        .container1 p{
            padding-top: 10px;
            font-size: 20px !important;
        }
    }

    
    @media screen and (max-width: 1219px){
        .container1{
            display: flex;
        justify-content: flex-end;
        text-align: end;
        padding-left: 510px;
        }
    
        .container1 p{
            padding-top: 10px;
            font-size: 20px !important;
        }
    }
    
    
    @media screen and (max-width: 1125px){
        .container1{
            display: flex;
        justify-content: flex-end;
        text-align: end;
        padding-left: 458px;
        }
    
        .container1 p{
            padding-top: 10px;
            font-size: 20px !important;
        }
    }
    
    @media screen and (max-width: 1098px){
        .container1{
            display: flex;
        justify-content: flex-end;
        text-align: end;
        padding-left: 454px;
        }
    
        .container1 p{
            padding-top: 10px;
            font-size: 18px !important;
        }
    }

    @media screen and (max-width: 1012px){
        .container1{
            display: flex;
        justify-content: flex-end;
        text-align: end;
        padding-left: 401px;
        }
    
        .container1 p{
            padding-top: 10px;
            font-size: 17px !important;
        }
    }
    @media screen and (max-width: 979px){
        .container1{
            display: flex;
        justify-content: flex-end;
        text-align: end;
        padding-left: 415px;
        }
    
        .container1 p{
            font-size: 14px !important;
        }
    }

    @media screen and (max-width: 945px){
        .container1{
            display: flex;
        justify-content: flex-end;
        text-align: end;
        padding-left: 415px;
        }
    
        .container1 p{
            font-size: 13px !important;
        }
    }

    @media screen and (max-width: 924px){
        .container1{
            display: flex;
        justify-content: flex-end;
        text-align: end;
        padding-left: 393px;
        }
    
        .container1 p{
            font-size: 12px !important;
        }
    }

    @media screen and (max-width: 890px){
        .container1{
            display: flex;
        justify-content: flex-end;
        text-align: end;
        padding-left: 383px ;
        }
    
        .container1 p{
            font-size: 11px !important;
        }
    }

    @media screen and (max-width: 841px){
        .container1{
            display: flex;
        justify-content: flex-end;
        text-align: end;
        padding-left: 330px;
        }
    
        .container1 p{
            font-size: 10px !important;
        }
    }

    @media screen and (max-width: 767.98px) {
        #nav #tel-responsive {
            display: block;
            margin: 0;
            color: white;
        }
    }

    @media screen and (max-width: 442px){
        #nav #tel-responsive {
            font-size: 13px !important;
            color: white;
          
        }  
    }


    @media screen and (max-width: 767.98px) {
        #banner {
            display: none;
        }
        .mainresponsive {
            display: block;
        }

        .carousel-inner h1{
            margin-left: 40px;
            margin-right: 40px;
        }
        .mainresponsive .imagenresponsive img {
            max-width: 100%;
            display: block;
        }
        .mainresponsive .imagenresponsive {
            position: relative;
            display: inline-block;
        }
        .mainresponsive .imagenresponsive .descripcion {
            position: absolute;
            top: 0%;
            padding-left: 10px;
            padding-top: 50px;
            font-size: 20px;
            text-align: center;
            color: white;
        }
        .marcas {
            display: none;
        }
        .marcas {
            display: none;
        }
        #responsiveimage img {
            max-width: 100%;
            height: auto;
            width: auto;
        }
        #carousel {
            display: none;
        }
        .container-fluidmarcas img {
            width: 50px;
        }
        .frase {
            display: none;
        }
        .fraseresponsive {
            display: block;
            margin-top: 30px;
            height: auto;
            background-color: #23225e;
        }
        .fraseresponsive .container-fraseresponsive {
            display: block;
            text-align: center;
            padding: 35px;
        }
        .fraseresponsive .container-fraseresponsive p {
            margin-top: 30px;
        }
        #nosotros .container {
            display: none;
        }
        #nosotros .container2 {
            display: block;
            text-align: center;
            padding: 40px;
        }
        #nosotros .container2 p {
            margin-top: 30px;
        }
        .servicios {
            display: none;
        }
        .responsive {
            display: block;
            background-color: white;
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 40px;
        }
        .responsive h2 {
            text-align: center;
            margin-top: 20px;
            margin-bottom: 20px;
            font-size: 30px;
            letter-spacing: 2px;
        }
        /*    #carouselservicios{
            position: relative;
        } */
        #carouselservicios .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            z-index: 2;
        }
        #carouselservicios .overlay .container, #carouselservicios .overlay .row {
            height: 100%;
        }
        #carouselservicios .carousel-inner img {
            max-height: 70vh;
            object-fit: cover;
            filter: grayscale(70%);
        }
        .contacto {
            display: block;
            justify-content: center;
            background-color: white;
            padding: 0;
        }
        .contacto h2 {
            margin-top: 40px;
            margin-bottom: 40px;
            font-size: 45px;
            letter-spacing: 2px;
        }
        .info {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            font-size: 30px;
        }
        .form {
            display: flex;
            margin: 0;
            justify-content: center;
            width: 300px;
        }
        .container-fluid {
            text-align: center;
        }
        .form-space {
            text-align: left;
        }
    }

    /* -------------------------------------------- */

    /* #SeccionServicios .container .card{
        margin: 0;
    }
    */

    #footer {
        background-color: rgb(7, 15, 100) !important;
        height: auto;
        color: white;
        width: auto;
        margin-top: 55px;
    }

    #footer .slogan {
        background-color: #FFE50D !important;
        color: #23225e;
        height: auto;
        padding-top: 1.5rem;
        font-weight: bold
    }

    .facebook {
        font-size: 1.5rem;
        margin-right: 10px;
        margin-left: 10px;
        color: white;
    }

    .twitter, .location, .phone, .envelop {
        font-size: 1.5rem;
        color: white;
    }

    @font-face {
        font-family: 'icomoon';
        src: url('fonts/fonts/icomoon.eot?m1ocs7');
        src: url('fonts/fonts/icomoon.eot?m1ocs7#iefix') format('embedded-opentype'), url('fonts/fonts/icomoon.ttf?m1ocs7') format('truetype'), url('fonts/fonts/icomoon.woff?m1ocs7') format('woff'), url('fonts/fonts/icomoon.svg?m1ocs7#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    [class^="icon-"], [class*=" icon-"] {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .icon-envelop:before {
        content: "\e945";
    }

    @font-face {
        font-family: 'icomoon';
        src: url('fonts/icomoon.eot?ls41yn');
        src: url('fonts/icomoon.eot?ls41yn#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?ls41yn') format('truetype'), url('fonts/icomoon.woff?ls41yn') format('woff'), url('fonts/icomoon.svg?ls41yn#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    [class^="icon-"], [class*=" icon-"] {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .icon-phone:before {
        content: "\e942";
    }

    .icon-location:before {
        content: "\e947";
    }

    .icon-facebook:before {
        content: "\ea91";
    }

    .icon-twitter:before {
        content: "\ea96";
    }

    @media (min-width: 1200px) {
        .frase2 .container {
            padding-top: 50px;
        }
        .frase2 h5 {
            font-size: 40px;
        }
        .frase2 p {
            font-size: 30px;
        }


        #footer .row {
            font-size: 2rem;
        }
        #footer .facebook {
            font-size: 2rem;
            margin-right: 10px;
            margin-left: 10px;
            color: white;
        }
        #footer .twitter {
            font-size: 2rem;
            color: white;
        }
        #footer .location, #footer .phone, #footer .envelop {
            font-size: 2rem;
            color: white;
        }
        #footer .slogan {
            font-size: 1.5rem;
            height: 3em;
            padding-top: 35px !important;
        }
        #footer .font-weight-bold {
            font-size: 2rem;
        }
    }

    @media (min-width: 992px) {
        #footer .row {
            font-size: 1rem;
        }
        #footer .facebook {
            font-size: 1rem;
            margin-right: 10px;
            margin-left: 10px;
            color: white;
        }
        #footer .twitter {
            font-size: 1rem;
            color: white;
        }
        #footer .location, #footer .phone, #footer .envelop {
            font-size: 1rem;
            color: white;
        }
        #footer .slogan {
            font-size: 1rem;
            height: 3em;
            padding-top: 35px !important;
        }
        #footer .font-weight-bold {
            font-size: 1rem;
        }
    }

    @media (max-width: 575.98px) {
        #footer .row {
            font-size: 1rem;
        }
        #footer .facebook {
            font-size: 1.2rem;
            margin-right: 10px;
            margin-left: 10px;
            color: white;
        }
        #footer .twitter {
            font-size: 1.2rem;
            color: white;
        }
        #footer .location, #footer .phone, #footer .envelop {
            font-size: 1.2rem;
            color: white;
        }
        #footer .slogan {
            font-size: 1rem;
            padding-top: 25px !important;
        }
        #footer .font-weight-bold {
            font-size: 1.2rem;
        }
    }

    @media (max-width: 425px) {
        .mainresponsive .imagenresponsive .descripcion {
            padding-top: 45px !important;
        }
        .mainresponsive .descripcion h3 {
            font-size: 14px !important;
        }
        #footer .row {
            font-size: 1rem;
        }
        #footer .facebook {
            font-size: 1.2rem;
            margin-right: 10px;
            margin-left: 10px;
            color: white;
        }
        #footer .twitter {
            font-size: 1.2rem;
            color: white;
        }
        #footer .location, #footer .phone, #footer .envelop {
            font-size: 1.2rem;
            color: white;
        }
        #footer .slogan {
            font-size: 1rem;
            height: 3em;
            padding-top: 2rem;
        }
        #footer .font-weight-bold {
            font-size: 1.2rem;
        }
        #carouselservicios .carousel-inner img {
            max-height: 45vh;
            object-fit: cover;
            filter: grayscale(70%);
        }
    }

    @media (max-width: 337px) {
        #footer .slogan {
            padding-top: 15px !important;
        }
    }

    /* /Media query footer */

    /* Media query Menu */

    /* /Media query Menu */

    /* Media query formulario */

    @media (max-width: 767px) {
        .contacto .info {
            padding-left: 0px;
        }
        .form-row, .form-group {
            text-align: left;
        }
    }

    @media (min-width: 992px) {
        .contacto .info {
            padding-left: 15px;
        }
        #Servicios {
            padding-top: 45px;
        }
        #Servicios h2 {
            margin-bottom: 40px;
            font-size: 45px;
        }
    }

    @media (max-width: 991.98px) {
        #Servicios {
            padding-top: 45px;
        }
        #Servicios h2 {
            margin-bottom: 40px;
            font-size: 45px;
        }
    }

    @media (max-width: 767.98px) {
        .info h2 {
            margin-bottom: 30px;
        }
        #contacto {
            padding-top: 45px;
        }
        .info {
            margin-bottom: 40px;
        }
        #Servicios {
            padding-top: 0
        }
        .responsive h2 {
            padding-top: 60px;
            padding-bottom: 50px;
            font-size: 40px;
        }
        .telefono {
            display: none;
        }
    }

    @media (max-width: 376.98px) {
        .contacto .info {
            padding-left: 20px;
        }
        .responsive h2 {
            padding-top: 60px;
            padding-bottom: 50px;
            font-size: 30px;
        }
    }

    @media (max-width: 445px) {
        .contacto .info {
            font-size: 20px;
            text-align: center;
            padding-left: 0;
        }
        .contacto {
            padding-top: 10px;
        }
    }
    
    .titulo-clientes {
        height: 50px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .titulo-clientes h3 {
        font-size: 40px;
    }

    .clientes .carousel-inner {
        height: 20vh;
        display: flex;
        align-items: center;
    }

    .clientes .carousel-inner img {
        max-height: 80px;
        max-width: 150px;
        object-fit: contain;
    }

    .clientes .carousel-inner .col-3, .clientes .carousel-inner .col-4 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .clientes .carousel-indicators li {
        width: 10px !important;
        height: 10px !important;
        border-radius: 50% !important;
        background-color: #060E63 !important;
    }

    .clientes .carousel-indicators .active {
        background-color: rgb(255, 242, 0) !important;
    }

    /* media query clientes */

    @media (max-width: 767.98px) {
        .titulo-clientes {
            height: 45px;
            display: flex;
            text-align: center;
            justify-content: center;
            align-items: center;
        }
        .titulo-clientes h3 {
            font-size: 25px;
        }
        .clientes .carousel-inner {
            height: 20vh;
            display: flex;
            align-items: center;
        }
        .clientes .carousel-inner img {
            max-height: 100px;
            max-width: 80px;
            object-fit: contain;
        }
    }

    @media (max-width: 450px) {
        .titulo-clientes {
            height: 40px;
            display: flex;
            text-align: center;
            justify-content: center;
            align-items: center;
        }
        .titulo-clientes h3 {
            font-size: 20px;
        }
        .clientes .carousel-inner img {
            max-height: 80px;
            max-width: 50px;
            object-fit: contain;
        }
    }

    /* media query clientes */

    .navbar-dark .navbar-toggler {
        background-color: #FFE50D;
    }

    @media (max-width: 1200px) {
        #main .carousel-inner .img1 h1 {
            font-size: 30px;
        }
        #main .carousel-inner .img1 p {
            font-size: 20px;
        }
    }

    @media (max-width: 992px) {
        #main .carousel-inner .img1 h1 {
            font-size: 28px;
        }
        #main .carousel-inner .img1 p {
            font-size: 23px;
        }
        #main .carousel-inner .img4 h1 {
            font-size: 35px;
            text-align: end;
        }
    }

    @media (max-width: 991.98px) {
        #main .carousel-inner img {
            height: 300px;
            object-fit: fill
        }
    }

    @media (min-width: 768px) {}

    /* navbar */

    @media (max-width: 369px) {
        #nav {
            padding-right: 8px;
            padding-left: 8px;
        }
        #nav a img {
            height: 75px;
            width: 75px;
        }
       #nav #tel-responsive {
            font-size: 10px !important;
            color: white;
          
        }
    }

    /* navbar */

    /* clientes mobile */

    @media (max-width: 501px) {
        #carouselExampleIndicators.primero {
            display: none;
        }
        .clientes #carouselExampleIndicatorsMobile .carousel-inner img {
            max-height: 80px;
            max-width: 130px;
            object-fit: contain;
        }
        .clientes .carousel-indicators li {
            width: 60px !important;
            height: 20px !important;
        }
    }

    @media (min-width: 501px) {
        #carouselExampleIndicatorsMobile {
            display: none;
        }
    }

    @media (max-width: 375px) {
        .mainresponsive .imagenresponsive .descripcion {
            padding-top: 40px !important;
            padding-left: 0;
        }
        .mainresponsive .descripcion h3 {
            font-size: 12px !important;
        }
        #nav #tel-responsive {
            font-size: 10px !important;
            color: white;
          
        }
        #carouselservicios .carousel-inner img {
            max-height: 40vh;
            object-fit: cover;
            filter: grayscale(70%);
        }
        #carouselservicios .carousel-inner h1 {
            font-size: 25px;
        }
    }

    @media (max-width: 320px) {
        #nav #tel-responsive {
            font-size: 10px !important;
            color: white;
          
        }
        #carouselservicios .carousel-inner img {
            max-height: 30vh;
            object-fit: cover;
            filter: grayscale(70%);
        }
        #carouselservicios .carousel-inner h1 {
            font-size: 20px;
        }
    }

    @media (max-width: 1199.98px) {
        .frase2 .container {
            padding-top: 20px;
        }
        .frase2 h5 {
            font-size: 25px;
        }
        .frase2 p {
            font-size: 20px;
        }
    }

    @media (max-width: 991.98px) {
        .frase2 .container {
            padding-top: 15px;
            margin-left: 0px
        }
        .frase2 img {
            max-height: 70vh;
        }
        .frase2 h5 {
            font-size: 20px;
        }
        .frase2 p {
            font-size: 18px;
        }
    }

    @media (max-width: 767.98px) {
        .mainresponsive .descripcion h3 {
            font-size: 25px;
        }
    }

    @media (max-width:668px) {
        .mainresponsive .imagenresponsive .descripcion {
            padding-top: 35px;
        }
        .mainresponsive .descripcion h3 {
            font-size: 22px;
        }
    }

    @media (max-width:580px) {
        .mainresponsive .imagenresponsive .descripcion {
            padding-top: 25px;
        }
        .mainresponsive .descripcion h3 {
            font-size: 19px;
        }
    }

    @media (max-width: 501px) {
        .mainresponsive .container {
            padding-top: 15px;
        }
        .mainresponsive .imagenresponsive .descripcion {
            padding-top: 50px;
        }
        .mainresponsive .descripcion h3 {
            font-size: 16px;
        }
    }

    @media (min-width: 1700px) {

        #banner img{
            height: 300px !important;
            object-fit: cover;
        }

        .frase2 h5 {
            font-size: 35px;
        }
        .frase2 p {
            font-size: 30px;
        }

        #main .carousel-inner .img2 h1 {
            font-size: 60px;
        }
        #main .carousel-inner .img2 p {
            font-size: 40px;
        }
        #main .carousel-inner .img2 .container {
            transform: translateX(150px);
        }
        #main .carousel-inner .img3 h1 {
            font-size: 60px;
        }
        #main .carousel-inner .img3 p {
            font-size: 40px;
        }
        #main .carousel-inner .img3 .container {
            transform: translateX(-100px);
        }
        #main .carousel-inner .img4 h1 {
            font-size: 60px;
        }
        #main .carousel-inner .img4 p {
            font-size: 40px;
        }
        #main .carousel-inner .img4 .container {
            transform: translateX(220px);
        }
        #main .carousel-inner .img5 h1 {
            font-size: 60px;
        }
        #main .carousel-inner .img5 p {
            font-size: 60px;
        }
        #main .carousel-inner .img5 .container {
            transform: translateX(150px);
        }
        .servicios .card .card-body .card-title {
            /* padding-bottom: 80px; */
            font-size: 30px;
            height: 100px;
            display: flex;
            justify-content: center !important;
            align-items: center;
        }
        .servicios .card img {
            height: 300px;
            object-fit: cover;
        }
        .servicios .card {
            height: 400px;
            margin-bottom: 80px
        }
        #nav li a {
            font-size: 23px;
        }
        .nosotros h2 {
            font-size: 40px;
        }
        .nosotros p {
            font-size: 25px;
        }
        .marcas h2 {
            font-size: 40px
        }
        .marcas img {
            max-height: 150px;
            max-width: 200px;
            object-fit: contain;
        }
        .frase h2 {
            font-size: 40px;
        }
        .frase p {
            font-size: 25px
        }
        .info {
            font-size: 40px;
            /*  padding-top: 60px; */
        }
        .info h2 {
            font-size: 50px;
        }
        form label {
            font-size: 30px;
        }
        form input {
            font-size: 20px !important;
        }
        form button {
            font-size: 25px !important;
        }
        .titulo-clientes h2 {
            font-size: 45px;
        }
        .clientes .carousel-inner img {
            max-height: 120px;
            max-width: 180px;
            object-fit: contain;
        }
        .clientes .carousel-indicators li {
            width: 15px !important;
            height: 15px !important;
        }
        .facebook, .twitter, .location, .phone, .envelop {
            font-size: 20px !important;
        }
        #footer .font-weight-bold {
            font-size: 25px;
        }
    }