body{
    font-family: 'Montserrat', sans-serif;
    background-image: url(imgSoluciones/FONDO\ INDEX.jpg);
    padding: 0;
    margin: 0;
}
.portada{
    background-image: url(imgSoluciones/contenedoresweb.jpg);
    width: 100%;
    height:500px;
    background-size: cover;
    background-position: bottom;
}
.contBtnMas{
    width: 100%;
    height: 11%;
}
.btnMas{
    margin-bottom: 20px;
    float: right
}
.btnMas:hover{
    transform: scale(1.2);
}
@media(max-width: 1319px){
    .portada{
        height: 471px;
    }
}
@media(max-width: 870px){
    .portada{
        background-image: url(imgSoluciones/contenedoresweb.jpg);
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: bottom;
    }
}
@media(max-width: 551px){
    .portada{
        background-image: url(imgSoluciones/contenedoresweb.jpg);
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: bottom;
    }
}
.margen{
   
    margin-right: 10%;
}
.main-content {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
}
.tituloSoluciones{
    width: 780px;
    float: right;
    display: flex;
}
.p1{
    font-family: 'Montserrat', sans-serif; color: #f39200;
    font-size: 50px;
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 50px;
    width: 950px;
}
.tituloSoluciones p{
    color: #f39200;
    font-size: 50px;
    font-weight: 300;
}
.image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-image {
    width: 100%;
    height: auto;
}
.services-container {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.service-flex{
    display: flex;
   
}
.service {
    margin: 20px;
    width: 350px;
    height: 300px;
    margin-bottom: 20px;
}
.service-title {
    font-family: 'Montserrat', sans-serif;
   
    font-size: 20px;
    font-weight: 500;
}
.service-description {
    font-size: 13px;
    font-weight: 500;
    color: #333;
}
@media (max-width:650px){
   
    .service-title {
        font-size: 16px !important;
        margin: 0;
    }
   
    .service-description {
        font-size: 10px;
    }
    .iconSoluciones{
        margin: 0 !important;
        padding: 0 !important;
        margin-right: 5px !important;
        width: 20px !important;
        height: 16px !important;
    }
}
.piePagina{
    width: 100%;
    background-color: #1d1c1c;
    padding-top: 20px;
    padding-bottom: 20px;
 
}
.PrincipalNavegador{
    width: 900px;
    height: 150px;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    padding-left: 10%;
    padding-right: 10%;
 
 
}
.NavegadorIzquierda{
    left: 0;
}
.contenedor-Navegador{
 
    width: max-content ;
    height: 150px;
    float: left;
 
}
 
.menu-navegador{
    display: block;
    float: right;
   
}
.menu-navegador ul{
    font-size: 21px;
    display: flex;
    float: left;
    list-style-type: none;
    font-weight: 400;
    justify-content: space-around; /* Ajusta el espacio entre los elementos */
 
}
.menu-navegador li{
    margin: 0 2px; /* Espacio alrededor de cada elemento, opcional */
}
.textoNavegador{
    text-decoration: none; /* Elimina el subrayado de los enlaces */
    color: #4d4d4d!important;
    padding: 10px; /* Espaciado dentro de cada enlace */
}
.textoNavegador:hover{
    color: #f39200; /* Cambia el color cuando se pasa el cursor */
}
.textoNavegador1{
    font-size: 15px;
    text-decoration: none; /* Elimina el subrayado de los enlaces */
    color: #4d4d4d !important;
    padding: 10px; /* Espaciado dentro de cada enlace */
}
.textoNavegador1:hover{
    color: #f39200; /* Cambia el color cuando se pasa el cursor */
}
.Navegador1{
    width: 100%;
    height: 50px;
   
}
.Navegador2{
    width: 100%;
}
.menu-boton {
    display: none;
    width: 50px;
    background-color: #333;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    position: absolute;
}
.menu-desplegable {
    display: none; /* Oculto por defecto */
}
/* Si la pantalla es menor o igual a 1143px de ancho */
@media (max-width: 1188px) {
    .menu-navegador {
        display: none; /* Ocultar menú de navegación */
       
    }
    .iconosPortada{
        display: none;
    }
   
    .menu-boton {
        display: block; /* Mostrar el botón */
    }
    .PrincipalNavegador{
        padding-right: 0px;
        width: 200px;
    }
}
 
 
/*PARTE DEL REPONSIVE*/
 
@media (max-width: 1468px) {
   
    .services-container {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .PrincipalNavegador{
        padding-right: 0px;
        width: 900px;
    }
}
 
@media (max-width: 1380px) {
    .margen{
        margin-left:0;
    }
    .PrincipalNavegador{
        padding-right: 0px;
        width: 900px;
    }
    .service{
        margin: 20px;
        width: 250px;
        height: 300px;
 
    }
    .ma{
        margin-top: 27px !important;
    }
    .p1{
        font-size: 25px;
    }
}@media (max-width: 1110px) {
    .margen{
        margin-left: 10%;
    }
 
}
@media (max-width: 1111px) {
    .image-container{
        display: none;
    }
 
}
@media (max-width: 450px) {
    .margen{
        margin-left: 5%;
        margin-right: 5%;
    }
 
}
@media (max-width: 600px) {
 
    .image-container{
        display: none;
    }
    .PrincipalNavegador{
        padding-right: 0px;
        width: 200px;
    }
}
@media (max-width: 1050px) {
    .tituloSoluciones p{
        color: #f39200;
        font-size: 30px;
        font-weight: 300;
 
    }
    .PrincipalNavegador{
        padding-right: 0px;
        width: 900px;
    }
}
@media (max-width: 400px){
    .tituloSoluciones p{
        color: #f39200;
        font-size: 20px !important;
        font-weight: 300;
 
    }
}
@media (max-width: 1300px) {
    .tituloSoluciones{
        width: 730px;
        float: left;
        display: flex;
        margin-left: 10%;
       
    }
    .PrincipalNavegador{
        padding-right: 0px;
        width: 200px;
    }
    .tituloSoluciones p{
        color: #f39200;
        font-size: 31px;
        font-weight: 300;
 
    }
    .service{
        margin: 20px;
        width: 300px;
        height: 300px;
        margin-bottom: 20px;
    }
}
 
@media (max-width: 870px) {
    .service{
        margin: 20px;
        width: 250px;
        height: 300px;
        margin-bottom: 20px;
    }
    .portada{
        width: 100%;
    }
    .dPpagina{
        width: 100%;
    }
    .tituloSoluciones{
        width: 493px;
        float: left;
        display: flex;
       
    }
    .PrincipalNavegador{
        padding-right: 0px;
        width: 200px;
    }
}
@media (max-width: 650px){
    .service{
        margin: 20px;
        width: 180px;
        height: 200px;
 
    }
    .ma{
        margin-top: 6px !important;
    }
    .p1{
        font-size: 25px;
    }
 
}
 
@media (max-width: 570px){
    .service{
        margin: 20px;
        height: 200px;
 
    }
    .service-title {
        font-size: 11px !important;
        margin: 0;
    }
   
    .p1{
        font-size: 25px;
    }
    .service-description {
        font-size: 9px;
    }
 
}
 
@media (max-width: 750px){
    .PrincipalNavegador{
        padding-right: 0px;
        width: 200px;
    }
}
 
@media (max-width: 570px ){
    .tituloSoluciones{
        width: 300px;
    }
}
@media (max-width: 400px){
    .tituloSoluciones{
        width: 300px;
    }
    .service {
        margin: 20px;
        width: 130px;
        height: 190px;
    }
}
@media(max-width: 370px){
    .inicio{
        width: 300px;
    }
    .PrincipalNavegador{
        width: 100px;
    }
}
@media(max-media: 452px){
    .PrincipalNavegador{
        width: 100px;
    }
   
}
@media (max-width: 570px) {
    .services-container {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
 
}
@media(max-width: 400px){
    .service-description {
        font-size: 7px;
    }
    .service-title {
        font-size: 11px !important;
        margin: 0;
    }
    .maz img{
        margin-top: 28px !important;
    }
}
@media(max-width:1300px){
    .ma{
        margin-top: 0px !important;
    }
}
@media(max-width:871px){
    .ma{
        margin-top: 27px !important;
    }
}
@media(max-width: 653px){
    .ma{
        margin-top: 13px !important;
    }
}
@media(max-width: 571px){
        .tituloSoluciones p {
            color: #f39200;
            font-size: 21px;
            font-weight: 300;
        }
        .pñ{
            margin-top: 40px !important;
        
        }
        .p1 {
            font-family: 'Montserrat', sans-serif;
            color: #f39200;
            font-size: 50px;
            font-weight: 300;
            padding-top: 0px;
            padding-bottom: 0px;
            width: 950px;
        }
        .btnMas1{
            margin-top: 31px !important;

        }
    }
.btnMas1{
    height: 100%;
    width: 100%;
    text-align: right;
}
.iconSoluciones{
    width: 51px;
    height: 51px;
    padding-right: 10px;
}
@media(max-width: 1300px){
    .jose{
        margin-top: 39px !important;
    }
}
.jose{
    margin-top: 5px;
}
@media(max-width: 1978px){
    .jose{
        margin-top: 23px;
    }
    .pñ {
        margin-top: 11px;

    }

}
@media(max-width: 1318px){
    .jose{
        margin-top: 24px;
    }
}
@media(max-width: 453px){
    .jose{
        margin-top: 5px !important;
    }
} 



@media(max-width:453px){
    .pñ{
        margin-top: 19px;
    }
}

@media(max-width:868px){
    .pñ{
        margin-top: 48px !important;
    }
}
@media(max-width: 650px){
    .pñ{
        margin-top: 38px !important;
    }
}
@media(max-width: 572px){
    .pñ{
        margin-top: 34px !important;
    }
}
@media(max-width: 570px){
    .pñ{
        margin-top: 42px !important;
    }
}
@media(max-width: 453px){
    .pñ{
        margin-top: 19px !important;
    }
}
@media(max-width: 1358px){
    .pñ{
        margin-top: 32px;
    }
}