html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}
.p23{
    margin-top: 0px;
}
.portada{
    background-image: url(imgServicios/marianaServicioPortada.jpg);
    background-size: cover;
    width: 100%;
    height: 500px;  
    background-position: center;
}
.contBtnMas{
    width: 100%;
    height: 11%;
}
.btnMas{
    margin-bottom: 20px;
    float: right
}
.btnMas:hover{
    transform: scale(1.2);
}

.iconServicio{
    width: 61px ;
    height: 45px ;
    margin-top: 10px;
    margin-right: 10px;
}

@media(max-width: 1319px){
    .portada{
        height: 400px;
    }
}
@media(max-width: 1197px){
    .p24{
        color: #828282;
        font-size:12px;
    }
}
@media(max-width: 1181px){
    .p24{
        color: #828282;
        font-size:11px;

    }
}

@media(max-width: 551px){
    .portada{
        background-image: url(imgServicios/marianaServicioPortada.jpg);
        background-size: cover;
        width: 100%;
        height: 200px;  
        background-position: center;
    }
}
.contTitulo{
    display: flex;
    padding-bottom: 10px;
    align-items: center;
}
.tituloPortada{
    width: 100%;
}
h3{
    color: #4d4d4d;
    font-size: 20px;
    margin-top: 10px;
}
.titulo{
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #4D4D4D;
}
@media(max-width: 1150px){
    .titulo{
        font-size: 13px;
    }
}
.p24{
    color: #828282;
    font-size: 12px;
}
.p23{
    color: #828282;
    font-size: 13px;
}
.ae{
    margin-top: 10px;
}

.texto p{
    font-size: 50px;
    color: #f39200;
}
.cuerpo{
    width: 100%;
}
.parte1{
    width: 100%;
    display: flex;
}
.parte2{
    width: 100%;
}
.parte3{
    width: 100%;
}
.contenedorImagen{
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
}
.der{
    width: 24%;
}
.izq{
    width: 24%;
}
.margenServicio{
    margin-left: 10%;
    margin-right: 10%;
}
.parte1{
    display: flex;
    width: 100%;

}
.contenido1{
    padding: 10px;
    width: 50%;
    height: 300px;
    display: flex;
    flex-direction: column;
}
.contenido1 p{
    height: 100%;
}
.contenido2{
    padding: 10px;
    width: 92%;
    height: 300px;
}
@media (max-width:1087){
    .contenido2{
        padding: 10px;
        width: 400px;
        height: 300px;
    }
}
.contenedorImagen{
    padding: 10px;
     
}


.linea{
    background-color: #4d4d4d;height: 1px;width: 100%;
    
}
.flex1{
    width: 50%;
    display: flex;
}
.flex2{
    width: 50%;
    display: flex;
}
.ParteFondo{
    width: 100%;
    display: flex;
}




/*pie de pagina*/
.piePagina{
    width: 100%;
    background-color: #1d1c1c;
    height: 300px;
}


/*parte de el responsive*/
@media (max-width: 1354px) {
    
}
/*--------------------------------*/
.margenServicio{
    
    margin-right: 10%;
}


/*parte cuerpo de pagina */

.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 {
    max-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: 24px;
    font-weight: 500;
}

.service-description {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}





/* Pie de pagina*/
.piePagina{
    width: 100%;
    background-color: #1d1c1c;
    padding-top: 20px;
    padding-bottom: 20px;

}

/*parte del navegador*/
.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: #ffffff !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: #ffffff !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: 600px) {
    .menu-navegador {
        display: none !important; /* Ocultar menú de navegación */
        
    }
    .iconosPortada{
        display: none;
    }
    
    .menu-boton {
        display: block; /* Mostrar el botón */
    }
}


/*PARTE DEL REPONSIVE*/

@media (max-width: 1468px) {
    
    .services-container {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .PrincipalNavegador{
        padding-right: 0px;
        width: 900px;
    }
}
@media (max-width: 899px) {
    .menu-navegador {
        display: none !important; /* Ocultar menú de navegación */
        
    }
}

@media (max-width: 1380px) {
    .margenServicio{
        margin-left: 10%;
    }
    .image-container{
        display: none;
    }
    .PrincipalNavegador{
        padding-right: 0px;
        width: 900px;
    }
}
@media (max-width: 1050px) {
    
    .tituloSoluciones p{
        color: #f39200;
        font-size: 30px;
        font-weight: 300;

    }
    .PrincipalNavegador{
        padding-right: 0px;
        width: 900px;
    }
}
@media (max-width: 1300px) {
   
    .tituloSoluciones{
        width: 730px;
        float: left;
        display: flex;
       
    }
    .PrincipalNavegador{
        padding-right: 0px;
        width: 100px;
    }
    .tituloSoluciones p{
        color: #f39200;
        font-size: 30px;
        font-weight: 300;

    }

    .service{
        margin: 20px;
        width: 300px;
        height: 250px;
        margin-bottom: 20px;
    }
}

@media (max-width: 870px) {
    .service{
        margin: 20px;
        width: 250px;
        height: 300px;
        margin-bottom: 20px;
    }
    .portada{
        width: 100%;
        height: 300px;
    }
  
    .dPpagina{
        width: 100%;
    }
    .tituloSoluciones{
        width: 500px;
        float: left;
        display: flex;
       
    }
    .PrincipalNavegador{
        padding-right: 0px;
        width: 200px;
    }
}

@media (max-width: 750px){
    .PrincipalNavegador{
        padding-right: 0px;
        width: 200px;
    }
}
@media (max-width: 430px ){
    .todo{
        width: 700px;
    }
    .inicio{
        margin-bottom: 50px;
    }
    
}
@media(max-width: 500px){
    .service-flex{
        width: 200px;
    }
}
.ima1{
    width: 64px;
    margin-top: 10px;
    margin-right: 10px;
    height: 37px;

}
.ima2{
    
    width: 40px;
    height: 35px;
    margin-top: 10px;
    margin-right: 10px;

}
@media(max-width: 1230px){
    .p23{
    margin-top: 0px;
    }
}
@media(max-width: 1207px){
    .p23{
    margin-top: 0px;
    
    }
}
@media(max-width: 1135px){
    .p23{
    margin-top: 0px;
    
    }
}
@media(max-width: 1127px){
    .p23{
    margin-top: 0px;
    
    height: 210px;
    }
}
@media(max-width:1087px){
    .p24{
        margin-top: 0px;
        
        height: 210px;
        }
    .contenedorImagen{
        display: none;
    }
    .parte1{
        display: block;
    }
    .linie{
        display: none;
    }
    .lineaAS{
        display: none;
    }
    .flex1{
        width: 100%;
    }
    .flex2{
        width: 100%;
    }
    .ParteFondo{
        width: 100%;
    }
    .izq{
        width: 50%;
       
    }
    .der{
       width: 50%;
    }
    .co1{
        display: none;
    }
        
    }
@media(max-width: 700px){
    .flex1{
        width: 100%px;
        height: 300px
    }
    .flex2{
        width: 100%;
        height: 300px
    }
    .ParteFondo{
        width: 100%;
    }
    .izq{
        width: 50%;
       
    }
    .der{
       width: 50%;
    }
}
    
@media(max-width: 430px){
    
}
    

.ima{
    align-items: center;
    width: 100%; 
    height: 100%;
}
.lineaAS{
    background-color: #4d4d4d;height: 1px;width: 100%;
}

@media(max-width:1072px){
    .cuerpo{
        align-items: center;
        
    }
    
}
@media(max-media: 1070px){
    .linea{
        margin-top: 16px;
        
    }
}
@media(max-media: 437px){
    .PrincipalNavegador{
        padding-right: 0px;width: 100px; 
    }
    .text p{
        font-size: 8px !important;
    }
}
@media(max-width: 750px){
    
  
}
@media(max-width: 700px){
    .todo{    
    width: 100%;
    }
    .lolo{
       
    }
    .contenido2{
        
        width: 230px;
    
        }
        .der{
        padding-right: 0%;
        }
    .texto p{
        font-size: 40px;
    }
}
@media(max-width: 626px){

    .texto p{
        font-size: 30px;
    }
    .contenido2{
        
    width: 230px;

    }
    .der{
    padding-right: 0%;
    }
}
.mas1{
    visibility: hidden;

}
.ma{
    visibility: hidden;
}

@media(max-width: 1087px){
    .ma2{
        display: none;
    }
   .ma{
    visibility: hidden;
   }
   .mas1{
    visibility: visible;
   }
   .masc1{
    display: none;
   }
}
@media(max-width: 568px){
    .contenido1{
        width: 50%;
    }
    .lp{
        width: 100%;
        height: 11%;
        margin-left: -6%;
    }
    .contenido2{
        width: 30%;
    }
    .p24{
        width: 200px;
    }
    .contenido1 p{
        font-size: 10px;
        width: auto;
    }
    .contenido2 p{
        font-size: 10px;
        width: 166px;
        
    }
    .izq{
        font-size: 10px;
    }
    .contenido1 h3 {
        font-size:13px;
    }
    .contenido1 h2 {
        font-size:12px;
    }
    .contenido2 h3 {
        font-size:13px;
        margin-top: 28px;
    }
    .lini{
        width: 100% !important;
    } 
    .contenido1 p {
        padding-top: 10px !important;
    }
    
    .contenido1 h2{
        font-size: 9px !important;
    }
    .texto p{
        font-size: 22px !important;
    }
    .ima1{
        width: 23%;
        height: 51%;
    }
    .ima2{
        width: 21%;
        height: 60%;
    }
    .i{
        width: 29% !important;
        height: 10% !important;
        margin-top: 24px !important;
    }
    
    .imas1{
        width: 51px;
        height: 51px;
        margin-right: 10px;
        height: 29px !important;
        margin-top: 7px !important;
    }
    .lk{
        margin-top: 23px !important;
    }
    .p24p{
        margin-top: 3px !important ;
    }
    

.contenido1 h2{
    font-size: 17px;
}

}
@media(max-width: 430px){

}
.masc1{
    visibility: hidden;
}
.i{
    width: 40px;
    height: 35px;
    margin-top: 4px;
    margin-right: 10px;
}
.ia{
    width: 40px;
    height: 35px;
    margin-top: 20px;
    margin-right: 10px;
}
.p24p{
    margin-top: 0px;
}

@media(max-width: 400px){
    .contenido2 p {
        font-size: 10px;
        width: 138px !important;
        margin-top: 10px;
    }
    
    
}


@media(max-width: 1978px){
    .contenedorImagen{
        height: 100%;
        width: 36% !important;
        align-self: center;
    }
}
@media(max-width: 1085px){
    .contenido2{
        padding: 10px;
        width: 95%;
        height: 300px;
    }
    .botonMasCaraCompleta{
        display: none;
    }
}
@media(max-width: 1350px){
    .p24{
    font-size: 11px;
    }
    .p23{
        margin-top: 0px;
        font-size: 11px;
    }
}
.iconServicio1{
    width: 67px;
    height: 40px;
}
.iconServicio2{
    width: 67px;
    height: 40px;
}
.iconServicio3{
    width: 61px;
    margin-top: 10px;
    height: 35px;
}
.iconServicio4{
    width: 67px;
    margin-top: 6px;
    height: 40px;
}
.iconServicio5{
    width: 53px;
    height: 32px;
    margin-right: 11px;
    margin-top: 6px;
}
.iconServicio6{
    width: 75px;
    height: 40px;
}
.iconServicio7{
    width: 67px;
    height: 40px;
}
.iconServicio8{
    width: 67px;
    height: 40px;
}
.iconServicio9{
    width: 67px;
    height: 40px;
}
.iconServicio10{
    width: 67px;
    height: 40px;
}
.iconServicio11{
    width: 67px;
    margin-right: 10px;
    height: 40px;
}