@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: Poppins;
}

footer {
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
    flex-direction: column;
    padding: 0%;
    position: inherit;
}

@media (max-width: 1200px){
    footer {
        border-top:none !important;
        position: relative;
    }
}

.container {
    padding: 0%;
}
@media (min-width: 1200px){
    .container {
        width: 1233.88px;
    }
}

.pt-footer-info{
    display: flex;
    flex-direction: row;
    gap: 56px;
    grid-column: 1 / -1;
    align-items: initial;
    padding-top: 40px;
}
@media (max-width: 1200px){
    .pt-footer-info {
        flex-direction: column !important;
        gap: 24px !important;
        padding-top: 0px;
    }
}

.footer-logo {
    flex: 1 1 0%;
    width: auto;
    grid-column: 1 / -1;
    padding: 0 8px 0 0;
}
.footer-logo img {
    max-width: 150px;
}
.footer-info{
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 8px;
    color: #383E42;

}
.footer-info p {
    font-size: 14px;
    margin-bottom: 0px;
}

.footer-info a {
    color:  #ff6600;
    text-decoration: none;
}

.footer-info h2{
    margin: 0%;
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
    line-height: 24px;
    color: black;
}

.footer-info-dataTreatment p{
    font-family: Poppins;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    margin-bottom: 0px;
}

.footer-info-social{
    flex: 1 1 0%;
}

.footer-apps h2,
.footer-social h2 {
    margin: 0%;
    font-size: 14px;
    color: #383E42;
    text-transform: none;
    font-weight: 400;
    line-height: 18px;
}

.footer-apps-icon{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    padding-top: 8px;
    padding-bottom: 16px;
}

.footer-apps a img{
    max-width: 144px;
}
.footer-social a img {
    max-width: 40px;
}
.footer-social-icon{
    display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: flex-start;
        padding-top: 8px;

}

.footer-links {
    margin: 24px 0 32px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

@media (max-width: 1200px){
    .footer-links {
        justify-content:left;
        gap: 1rem;
    }
    .footer-links-contact-container{
        flex: 1 100%;
    }
}

.footer-links-contact a{
    width: 157px;
    border: 1px solid #FF5F00;
    padding: 9px 16px !important;
    display: flex;
    align-items: center;
    gap: 10px !important;
    border-radius: 2px;
    text-decoration: none !important;
}
.footer-links-contact a:hover{
    background-color: rgba(255, 95, 0, 0.16);
    color: #FF5F00 !important;
}

@media (min-width: 1280px){
    .footer-links{
        grid-column: 1 / -1;
    }
}

.footer-links a {
    margin: 0 10px;
    font-size: 14px;
    color: #FF5F00;
    text-decoration: underline;
    gap: 32px;
    margin: 0% !important;
}

.footer-links a:hover {
    color: rgb(224 82 0/1);
}

.container-footer-bottom{
    background-color: #F5F5F5;
}

.footer-bottom {
    padding-block: 24px;
    text-align: center;
    font-size: 12px;
    color: #383E42;
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1200px){
    .footer-bottom {
        flex-direction: column;
        padding-inline: 16px;
    }
}

.footer-bottom-info{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-bottom-info p{
    margin-bottom: 0% !important;
}

.footer-bottom-links a {
    color: #383E42;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}
.footer-bottom-links a:hover {
    text-decoration: underline;
}
@media (max-width: 590px){
    .footer-bottom-links {
        text-align: initial;
    }
    .footer-bottom-info p{
        text-align: initial;
    }
}

.footer-logo-superintendencia img {
    max-height: 40px;
    width: auto;
}

.borde-separador {border-left: 1px solid #B2B9BD; height: 150px;}

/* Dropdown styles for "Pauta con nosotros" */
.dropdown-container {
    position: relative;
    display: inline-block;
}

.dropdown-arrow {
    margin-left: 6px;
    font-size: 10px;
    color: #FF5F00;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 2px;
    z-index: 1000;
    min-width: 200px;
    margin-top: 4px;
}

.dropdown-menu a {
    display: block;
    padding: 12px 16px;
    color: #383E42 !important;
    text-decoration: none !important;
    font-size: 14px;
    border-bottom: none !important;
}

.dropdown-menu a:hover {
    background-color: #f5f5f5;
    color: #FF5F00 !important;
}

.dropdown-menu a:first-child {
    border-radius: 2px 2px 0 0;
}

.dropdown-menu a:last-child {
    border-radius: 0 0 2px 2px;
}

span.dropdown-arrow.borde-separador {
    height: 18px !important;
    margin-top: 4px !important;
}

#paute-con-nosotros {
    gap: 5px !important;
}