
        :root {
            --orange: #e56a00;
            --gray-light: #f5f5f5;
            --gray-dark: #333;
            --max-width: 900px;
 
        }

        body {
            font-family: 'Montserrat', sans-serif;
            margin: 0;
            padding: 20px 40px 0px 40px;
            background-color: #fff;
            color: var(--gray-dark);
 
        }

        .container1 {
            font-family: 'Montserrat', sans-serif;
            max-width: var(--max-width);
            margin: 0 auto;
            background-color: #fff;
            color: #414042;
             border-radius: 15px 15px 0px 0px;
        }

        .section {
            font-family: 'Montserrat', sans-serif;
            padding: 40px;
            background-color: #F8FAFB;
            border-bottom: 3px solid #EDEDEE;
            border-top: 3px solid #EDEDEE;
            color: #657179;
            text-align: justify; 
            font-weight: 500; 
        }

        header{
            position: relative;
            border-radius: 15px 15px 0px 0px;
            
        }

        .header-image {
            width: 100%;
            height: auto;
            display: block;
            position: relative;
            max-height: 400px;
            object-fit: cover;
            z-index: 1;
            border-radius: 15px 15px 0px 0px;
        }


        .logo {
        position: absolute;
        width: 60%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;

        }

        .section-header {
            color: var(--orange);
            font-size: 2em;
            padding-bottom: 0.6em;
        }

        
        .columns {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }

        .column {
            flex: 1;
            min-width: 280px;
        }

        .container- {
            background-color: #F8FAFB;
            padding: 40px;
            border-bottom: 3px solid #EDEDEE;
            border-top: 3px solid #EDEDEE;

        }

        .column h4 {
            margin-top: 0;
            color: var(--gray-dark);
            font-weight: 200;
            font-size: 1em;

        }

        .columns p {
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            font-size: 1em;
            line-height: 1.8;
            text-align: left;
            text-align: justify;
            text-justify: inter-word;
            text-align: justify;  

        }
        .section-1{
            font-family: 'Montserrat', sans-serif;
            background-color: #fff;
            padding: 40px;
            box-shadow:
            0 1px 12px hsl(0deg 0% 0% / 0.1);
            color: #657179;

        }

        .section-1 p{
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            font-size: 1em;
            line-height: 1.8;
            color: #657179;
            text-align: justify;       
        }
    
        .contacto{
            font-size: 0.7em;
            color: #414042;
        }
                .telefono{
            font-size: 0.7em;
            color: #414042;
        }

        .footer {
            background-color: #EDEDEE;
            padding: 20px;
 
        }

        .footer-logo img {
            max-width: 150px;
        }


        .footer-column {
            display: flex;
            flex-direction: column;
        }

        .footer-column  {
            color: var(--orange);
            margin-bottom: 5px;
        }

        .footer-column p, .footer-column a {
            font-size: 0.8em;
            line-height: 1.4;
            text-decoration: none;
            color: var(--gray-dark);
            text-align: justify;  

        }

        .footer-column a:hover {
            text-decoration: underline;
        }

        .footer-bottom {
            width: 100%;
            justify-content: space-between;
            align-items: center;
            margin-top: 20px;
            padding-top: 10px;
           font-size: 0.9em;
            font-weight: 500;
            color: #657179;
            text-align: center;
        }

        .footer-bottom img {
            max-height: 40px;
            margin: auto;
        }

        .texto{
            font-family: 'Montserrat', sans-serif;
            font-size: 1.8em;
            font-weight: 500;
            padding-right: 100px;
        }

        .texto span{
            line-height: 80%;
            text-align: justify;  
            

        }

        .container- h4{
            font-family: 'Montserrat', sans-serif;
            font-size: 1.2em;
            font-weight: 700;
            color: #333;
            
        }

        
        .container- p{
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            color: #657179;
            
        }

        .color-naranja{
            font-family: 'Montserrat', sans-serif;
            color: var(--orange);

        }

        .color-gris{
            font-family: 'Montserrat', sans-serif;
            color: #333;
        }
        .footer2 p{
            font-family: 'Montserrat', sans-serif;
            font-size: 0.7em;
            padding-top: 2em;
            color: #657179;
            max-width: var(--max-width);
            margin: 0 auto;
            padding: 20px;
            text-align: justify;  

        }
        .info{
            display: flex;
            align-items: flex-end;
        }

        .footer h3{
            font-family: 'Montserrat', sans-serif;
           color: #657179; 
           font-size: 1.4em;
        }

       
        .footer h5{
         font-family: 'Montserrat', sans-serif;
           color: #414042; 
           font-size: 1em;
        }

        section h2 { 
            font-weight: 700;
        }


        .rrss{
            margin: 0;
            padding: 0;
        }

        .social-list {
            list-style: none; /* Elimina los marcadores de lista */
            padding: 0; /* Elimina el relleno predeterminado */
            margin: 0; /* Elimina el margen predeterminado */
            display: flex; /* Activa el diseño flexbox */
            justify-content: center; /* Centra los elementos horizontalmente */
        }

        .social-list li {
            margin: 0 10px; /* Espacio entre los elementos */
        }

        .social-list a {
            display: block; /* Hace que el enlace ocupe todo el espacio del <li> */
            padding: 10px; /* Espacio alrededor del icono */
        }

        /* Estilos para los iconos (ejemplo con Font Awesome) */
        .social-list i {
            font-size: 16px; /* Tamaño del icono */
            color: #333; /* Color del icono */
        }

        @media (max-width: 600px) {
            .columns {
                flex-direction: column;
            }
            .footer-content {
                flex-direction: column;
                gap: 20px;
            }
            .footer-logo {
                width: 100%;
                text-align: center;
                margin-bottom: 15px;
            }

            .footer2 p{
                text-align: center;

        }

        .header-image {
 
            max-height: 200px;


        }

        .logo {
        width: 80%;

        }

        }
