.nodessd{
    /* border: 2px solid black; */
    height: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.nodessd .uno{
    /* border: 2px solid black; */
    height: auto;
    margin-bottom: 2rem;
}

.nodessd .uno img{
    /* border: 2px solid black; */
    width: 70%;
    margin-bottom: 2rem;
}


.nodessd .uno #novedadess{
    /* border: 2px solid black; */
    margin-top: 2rem;
    width: 70%;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 5.4px 13.2px ;
    border-radius: 8px;
    /* margin-bottom: 2rem; */
}

.nodessd .uno #catalogo{
    /* border: 2px solid black; */
    margin-top: 2rem;
    width: 40%;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 5.4px 13.2px ;
    border-radius: 8px;
    /* margin-bottom: 2rem; */
}

.nodessd .dos{
    /* border: 2px solid black; */
    height: auto;
    margin-bottom: 2rem;
}

.nodessd .tres{
    /* border: 2px solid black; */
    /* width: 70%; */
    height: auto;
    margin-bottom: 2rem;
}

.nodessd .tres #imagent1{
    /* border: 2px solid black; */
    width: 3.5rem;
    margin: auto;
}

.nodessd .tres #imagent2{
    /* border: 2px solid black; */
    width: 5.5rem;
    margin: auto;
}

.nodessd .tres #tit3-1{
    /* border: 2px solid black; */
    color: rgb(152, 47, 75);
    font-size: 1.5rem;
    max-width: 100%;
}


.nodessd .uno-1{
    /* border: 1px solid black; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11.9rem, 1fr));
    grid-auto-rows: auto;
    gap: 1rem;


    margin-bottom: 2rem;
}

.uno-1 .articulo{
    /* border: 1px solid black; */
    margin: auto;
}

.uno-1 img{
    /* border: 2px solid black; */
    width: 60%;
    object-fit: contain;
    text-align: center;
    margin: auto;
    
}

.nodessd .dos-1{
    border: 1px solid black;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11.9rem, 1fr));
    grid-auto-rows: auto;
    gap: 1rem;
    margin-bottom: 2rem;
}

.dos-1 .articulo{
    /* border: 1px solid black; */
    margin: auto;
}

.dos-1 #img_mail {
    /* border: 2px solid black; */
    width: 30%;
    object-fit: contain;
    text-align: center;
    margin: auto;
    
}

.dos-1 #img_faq3 {
    /* border: 2px solid black; */
    width: 70%;
    object-fit: contain;
    text-align: center;
    margin: auto;
    
}

.iconitos{
    /* border: 1px solid black; */
    width: 90%;
    text-align: right;
    margin: auto;
    /* margin-inline-start: 2rem; */
}

.iconitos img{
    /* border: 1px solid black; */
    margin: 1.1rem;
    width: 2.7rem;

}

.iconitos img:hover{
    /* border: 2px solid rgb(152, 47, 75); */
    border-radius: 15%;
    outline: .1rem dotted rgb(152, 47, 75);
}

.nodessd .uno #ilustracion3{
    /* border: 2px solid black;    */
    width: 65%;
    margin: auto;
}

.nodessd .uno #correo2{
    /* border: 2px solid black; */
    width: 60%;
    margin: auto;
}



@media screen and (max-width:991px){
    .uno-1 img{
        /* border: 2px solid black; */
        width: 65%;
    }

    .nodessd .tres #imagent1{
        /* border: 2px solid black; */
        margin-top: 2rem;
        width: 55%;
        /* transform: rotate(90deg); */
        margin-bottom: 2rem;
    }
    
    .nodessd .tres #imagent2{
        /* border: 2px solid black; */
        width: 25%;
        margin: auto;
    }

}







@media screen and  (max-width:768px){

    .uno-1 img{
        /* border: 2px solid black; */
        width: 95%;
    }


    .nodessd .tres #imagent1{
        /* border: 2px solid black; */
        width: 2.5rem;
        transform: rotate(90deg);
        /* margin: auto; */
    }
    
    .nodessd .tres #imagent2{
        /* border: 2px solid black; */
        width: 3rem;
        /* margin: auto; */
    }

    .iconitos {
        text-align: center;
    }

    .iconitos img{
        /* border: 1px solid black; */
        margin: .3rem;
        width: 1.6rem;
    }

    .nodessd .uno #ilustracion3{
        /* border: 2px solid black;    */
        width: 45%;
        margin: auto;
    }

    .nodessd .uno #correo2{
        width: 20%;
    } 

}


@media screen and  (max-width:478px){

    .uno-1 img{
        /* border: 2px solid black; */
        width: 55%;
    }
    
    .nodessd .tres #imagent1{
        /* border: 2px solid black; */
        width: 2rem;
        transform: rotate(90deg);
        /* margin: auto; */
    }

    .nodessd .tres #imagent2{
        /* border: 2px solid black; */
        width: 2rem;
        /* margin: auto; */
    }
}



@media screen and  (max-width:380px){

    .textomail{
        font-size: .8rem;
    }

}