<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">textarea {
    resize: none;
  }

.titulo-seccion{
    text-align: start;
}

.texto-seccion{
    text-align: justify;
}

.titulo-seccion2{
    text-align: start;
  
}

.texto-seccion2{
    text-align: justify;
  
}



.icon-styles{
    font-size: 40px;
    width: 80px;
    height: 80px;
    background-color: #202020;
    border-radius: 100%;
}

.icon-styles2{
    font-size: 40px;
    width: 80px;
    height: 80px;
    background-color: #8cbb5f;
    border-radius: 100%;
}


@media only screen and (max-width: 540px) {

    .ocultar-imagen{
        display: none;
    }
    

}


@media only screen and (max-width: 992px) {



    .titulo-seccion{
        text-align: center;
    }
    
    .texto-seccion{
        text-align: center;
    }
    .titulo-seccion2{
        text-align: center;
     
    }
    
    .texto-seccion2{
        text-align: center;
    }
    


}</pre></body></html>