.own_img {
    width: 40px !important;
    height: 40px !important;
    margin-right: 0.5rem;
}

.own_footer {
    background-color: #eee;
    height: 15rem;
    display: flex;
    flex-direction: row;
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    white-space: nowrap;
    height: auto;

    .own_title_section {
        color: black;
        margin-left: 1rem;
        text-align: center;
    }

    .own_row {
        display: flex;
        flex-direction: row;
        color: black;
        padding-left: 0.5rem;

        .own_title {
            font-weight: bold;
            margin-left: 1.5rem;
            margin-right: 0.5rem;
        }
    }

    .own_redes_icons {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .own_data_link {
        white-space: nowrap;
    }

    .contactos {
        width: 38%;
    }

    .redes {
        width: 24%;
    }

    .ubicacion {
        width: 38%;
    }
}

@media (max-width: 600px) {
    .own_footer {
        display: flex;
        flex-direction: column;
        height: auto;

        .own_row {
            display: flex;
            flex-direction: column;

            .own_title {
                font-weight: bold;
                margin-left: 0.5rem;
                margin-right: 0.5rem;
            }

            .own_data {
                margin-left: 0.5rem;
                margin-bottom: 1rem;
            }

            .own_data_link {
                white-space: wrap;
            }
        }

        .own_redes_icons {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            margin-left: 0.5rem;
        }

        .contactos {
            width: 100%;
        }

        .redes {
            width: 100%;
        }

        .ubicacion {
            width: 100%;
        }
    }
}


.a_mail {
    a {
        color: white;
    }
}

.cuadro {
    background-color: #eee;
    color: black;
    border-radius: 1px;
    width: 35% !important;
    text-align: center;
    padding: 1.5rem 1rem 0 1rem !important;
    margin-right: 0.5rem;
}

.rectangulo{
    background-color: #eee;
    color: black;
    border-radius: 1px;
    width: 100% !important;
    text-align: center;
    padding: 1.5rem 1rem 0 1rem !important;
    margin-right: 0.5rem;
}

.rectangulo_padding{
    padding-inline: 8rem;
}

.icono_cuadro {
    transform: scale(2);
    margin-bottom: 1rem;
    display: block;
    margin-bottom: 1.5rem;
}

.datos_contacto {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
}

.contact_row_up{
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
}

@media (max-width: 600px) {
    .datos_contacto {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 0;
    }

    .cuadro {
        width: 100% !important;
        margin-bottom: 0.5rem;
    }
    
    .rectangulo_padding{
        padding-inline: 0;
    }
    
    .contact_row_up{
        display: flex;
        flex-direction:column;
        justify-content: center;
        margin-bottom: 0.5rem;
    }
}

.index_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 1.5rem;
}

.index_image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39%;
}

.index_information {
    text-align: center;
    width: 60%;
    display: flex;
    flex-direction: column;
}

.index_paragraph {
    text-align: justify;
}

@media (max-width: 600px) {
    .index_row {
        display: flex;
        flex-direction: column;
        padding: 0 0.5rem;
    }

    .index_image {
        width: 100%;
        margin: 1rem 0;
    }

    .index_information {
        width: 100%;
    }

    h2 {
        display: none;
    }
}


/*Logos*/
.footer_logos {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_logos .logo_index {
    max-width: 100%;
    height: auto;
}

.footer_logos .footer_title {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    text-align: center;
    min-width: 100%;
    margin-bottom: 1rem;
    font-weight: bolder;
    font-size: 14px;
}

.footer_logos .footer_img_content {
    text-align: center;
    align-content: center;
    margin-inline: 0.5rem;
    margin-block: 0.5rem;
}

.footer_col-3 {
    flex: 0 0 auto;
    width: 25%;
}

@media (min-width: 1400px) {
    .footer_logos .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .footer_logos .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
}

@media (min-width: 768px) {
    .footer_logos .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
}

@media (min-width: 576px) {
    .footer_logos .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}