
.containerprinpalFooter{
    width: 100%;
    background-image: url('../images/backgrounfooter.png');
    height: 28rem;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center; 
    align-items: center;   
    background-position: center;
    flex-direction: column; 
    box-sizing: border-box;
}

.contenidoinformacionFooter{
    width: 80%;
    height: 70%;
   margin: 0px auto;
   display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 400;
letter-spacing: 0.5px;
}
.seccionprimera{
    width: 30%;
    height: 80%;
    margin-top: 1rem;
}
.informacionprimeraseccion{
    display: flex;
    width: 80%;
    font-size: 16px;
    font-style: normal;
    color: var(--color-whiteforwhite);
    letter-spacing: 0.5px;
    font-weight: 400;
    flex-direction: column;
}

.contenidosegundaseccion{
    display: flex;
    width: 50%;
    margin: 0px auto;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.5px;
    font-weight: 400;
    flex-direction: column;
    letter-spacing: 0.5px;
    line-height: 30px;
}

.segundaseccion{
    width: 30%;
}

.titlesegundaseccion{
    font-weight: bold;
    color: var(--color-whiteforwhite);
    font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 125% */
}
.enlacessegundaseccion{
    text-decoration: none;
    color: var(--color-whiteforwhite);
}

.terceraseccion{
    width: 30%;  /* No se expandirá más allá del 30% */
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.5px;
    font-weight: 400;
    flex-direction: column;
    letter-spacing: 0.5px;
    display: flex;
    flex-direction: column;
}
.redessocialesfooteritem{
display: none;
}
.titleterceraseccion{
    font-weight: bold;
    color: var(--color-whiteforwhite);
    font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 125% */
}
.numeroteerceraseccion ,
.correoterceraseccion,
.direccionterceraseccion{
    width: 78%;
    color: var(--color-whiteforwhite);
}
.cooreo{
    width: 100%;
}
.direccionterceraseccion{
    width: 90%;
}




.footerinferior {
    background:var(--colorbackgrounfooterinferior);
    width: 100%;
    height: 30%;
    color: var( --color-text-footer);
    text-align: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.enlacesfooterinferior{
    display: flex;
    width: 100%;
    justify-content: center;
    gap:2%;
    text-align: center;
}

.linksfooterinferior{
    color: var( --color-text-footer);
    font-size: 16px;
    text-decoration: none;
}

.informacionprimeraseccionversiculo{
    display: none;
    color: var( --color-text-footer);
}
#svgiconoSegundo{
    display: none;
}
#terminosdeuso{
    display: none;
}
.contenidosegundaseccionSegundaparte{
    display: none;
}
.iconofooter{
    display: none;
}

#copyrightfooter{
    font-weight: normal !important;
}
.linksfooterinferior{
    font-weight: normal !important;
}

@media(max-width:760px){
    .informacionprimeraseccion{
        width: 120% !important;
    }
    .contenidoinformacionFooter{
        width: 80%;
        height: 90%;
       margin: 0px auto;
       display: flex;
        justify-content: space-between;
        margin-top: 2rem;
    }
    #copyrightfooter{
        font-weight: normal !important;
        margin-top: 1.5rem;
    }
}


@media(max-width:1000px){
    .informacionprimeraseccion{
        width: 100%;
    }
}

@media(max-width:905px){
    #terminosdeuso{
        display: block;
        color: black;
        font-size: 16px;
        font-weight: 400;
    text-decoration: none;
    font-weight: normal !important;
    }
    #avisolegal{
        display: none;
    }
}

@media(max-width:900px){
    .terceraseccion{
        width: 40%;  /* No se expandirá más allá del 30% */
        font-size: 16px;
        font-style: normal;
        letter-spacing: 0.5px;
        font-weight: 400;
        flex-direction: column;
        letter-spacing: 0.5px;
    }
}


@media(max-width:755px){
    .contenidoinformacionFooter{
        width: 80% !important;
        margin-top: 4rem !important;
    }
    .segundaseccion{
        width: 70% !important;
    }
    .terceraseccion{
        margin: 0px auto !important;
    }
    .titleterceraseccion{
       width: 90%;
       margin: 0px auto !important;
    }
    .numeroteerceraseccion{
        display: flex;
        gap: .2rem;
        margin: 0px auto !important;
        margin-top: 1rem !important;
        text-align: center !important;
        width: 90%;
    }

    .redessocialesfooter{
        margin-top: 1rem !important;
        margin: 0px auto !important;
        width: 90%;
    }
    .direccionterceraseccion{
        display: flex;
        gap: .2rem;
        margin: 0px auto !important;
    }
    .correoterceraseccion{
        display: flex;
        gap: .2rem;
        width: 90%;
        margin: 0px auto !important;
    }
    .informacionprimeraseccion{
        width: 120% !important;
    }
    #avisolegal{
        display: none;
    }

    #terminosdeuso{
        display: block;
        color: black;
        font-size: 16px;
        font-weight: 400;
    text-decoration: none;
    }
    .contenidoinformacionFooter{
        width: 90%;
        height: 90%;
       display: flex;
        justify-content: space-between;
        margin-top: 2rem;
    }
    .informacionprimeraseccion{
        display: none;
    }
    .informacionprimeraseccionversiculo{
        width: 70%;
        display: flex;
        font-size: 14px;
    }
    .informacionprimeraseccionversiculo{
        display: block;
    }
    #svgiconoSegundo{
        display: flex;
        margin-top: 1rem;
        margin-bottom: -2rem;
    }
    .seccionprimera{
        display: none;
    }
    #svgiconoSegundo{
        display: flex;
        margin-top: 1rem;
        margin-bottom: -2rem;
    }
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .redessocialesfooteritem{
        display: inline-block;
        }
    .terceraseccion{
        width: 60%;
    }
    .segundaseccion{
        width: 50%;
       
    }
    .contenidosegundaseccion{
        width: 100%;
        height: 100%;
    }
    .correoterceraseccion{
        font-size: 90%;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .contenidosegundaseccion{
        display: none;
    }
    .contenidosegundaseccionSegundaparte{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .columaunofooter{
        display: flex;
        flex-direction: column;
        width: 50%;
        line-height: 35px;
    }
    .columadosfooter{
        display: flex;
        flex-direction: column;
        width: 30%;    
        line-height: 35px;

    }
    .contenidointeriorfootersegunda{
        display: flex;
        flex-direction: space-between;
    }
    .iconofooter{
        display: flex;
    }
}



@media(max-width:700px){
    #copyrightfooter{
        font-size: 14px !important;
    }
    .linksfooterinferior {
        font-size: 14px !important;
    }
    .titlesegundaseccion {
        font-weight: bold;
        color: var(--color-whiteforwhite);
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
    }
    .titleterceraseccion {
      font-size: 22px;
    }
}

@media(max-width:601px){
    #copyrightfooter{
        font-size: 14px;
        margin-top: 1.5rem;
    }
    .linksfooterinferior{
        font-size: 14px;
    }
    .titlesegundaseccion {
        font-weight: bold;
        color: var(--color-whiteforwhite);
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
    }
    .titleterceraseccion {
       font-size: 22px;
    }
    .direccionterceraseccion {
        display: flex;
        gap: .2rem;
        margin: 0px auto !important;
        width: 100%;
    }
    .redessocialesfooter {
        margin-top: 1rem !important;
        margin: 10px auto !important;
    }
    .informacionprimeraseccionversiculo {
        display: block;
        font-weight: normal;
    }
}

@media(max-width:565px){
    .titleterceraseccion{
        font-size: 22px;
        font-weight: 700;
    }
    .titlesegundaseccion{
        font-size: 22px;
        font-weight: 700;
    }
    .contenidointeriorfootersegunda{
        display: flex;
    }
    .contenidosegundaseccion{
        display: none;
    }
    .correoterceraseccion{
        font-size: 90% !important;
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .direccionterceraseccion{
        font-size: 90% !important;        
        width: 100%;
    }
    .enlacessegundaseccion{
        font-size: 90% !important;
        width: 100%;
    }
    .numeroteerceraseccion{
        font-size: 90% !important;
        width: 100%;
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .containerprinpalFooter{
        width: 100%;
        background-image: url('../images/backgrounfooter.png');
        height: 30rem;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center; 
        align-items: center;   
        flex-direction: column; 
        box-sizing: border-box;
    }
    .linksfooterinferior{
        font-size: 14px;
    }
    .contenidosegundaseccionSegundaparte{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .columaunofooter{
        display: flex;
        flex-direction: column;
        width: 50%;
    }
    .columadosfooter{
        display: flex;
        flex-direction: column;
        width: 30%;
    }
    .contenidointeriorfootersegunda{
        display: flex;
        flex-direction: space-between;
    }
    
    #svgiconoSegundo{
        display: flex;
        margin-top: 1rem;
        margin-bottom: -2rem;
    }
    .columaunofooter{
        display: flex;
        flex-direction: column;
        width: 50%;
        line-height: 35px;
    }
    .columadosfooter{
        display: flex;
        flex-direction: column;
        width: 30%;    
        line-height: 35px;

    }
}


@media(min-width:400px) and (max-width:560px){
    .containerprinpalFooter{
        width: 100%;
        background-image: url('../images/backgrounfooter.png');
        height: 48rem;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center; 
        align-items: center;   
        flex-direction: column; 
        box-sizing: border-box;
    }
    .numeroteerceraseccion{
        width: 50%;
    }
    .correoterceraseccion{
        width: 100%;
    }
    .contenidoinformacionFooter{
        width: 90%;
        height: 70%;
       display: flex;
       flex-direction: column;
       align-items: center;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .terceraseccion{
        text-align: center;
        width: 55%;
    }
    .segundaseccion{
        text-align: center;
    }
    .copyrightfooter{
        font-size: 14px;
        width: 70%;
        color:var( --color-text-footer);
    }
    .linksfooterinferior{
        font-size: 18px;
    }
    .informacionprimeraseccionversiculo{
        font-size: 14px;
        width: 79%;
        margin-bottom: 1rem;
    }
    .enlacesfooterinferior{
        display: flex;
        flex-direction: column;
        line-height: 2;
    }
    .copyrightfooter{
        margin-top: 1rem;
    }
    #terminosdeuso{
        display: block;
        color:var(--color-whiteforwhite);
        font-size: 16px;
        font-weight: 400;
    text-decoration: none;
    }
    .contenidosegundaseccionSegundaparte{
        display: none;
    }
    .contenidosegundaseccion{
        display: flex;
    }
    #svgiconoSegundo {
        display: flex;
        margin-top: 1rem;
        margin-bottom: -5rem;
    }
    .linksfooterinferior {
        font-size: 14px;
    }
}

@media(max-width:400px){
    .containerprinpalFooter{
        width: 100%;
        background-image: url('../images/backgrounfooter.png');
        height: 48rem;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center; 
        align-items: center;   
        flex-direction: column; 
        box-sizing: border-box;
    }
    .contenidoinformacionFooter{
        width: 90%;
        height: 70%;
       display: flex;
       flex-direction: column;
       align-items: center;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .terceraseccion{
        text-align: center;
        width: 55%;
    }
    .segundaseccion{
        text-align: center;
    }
    .copyrightfooter{
        font-size: 14px;
        width: 70%;
        color:var( --color-text-footer);
    }
    .linksfooterinferior{
        font-size: 18px;
    }
    .informacionprimeraseccionversiculo{
        font-size: 14px;
        width: 79%;
        margin-bottom: 1rem;
        font-weight: normal;
    }
    .linksfooterinferior {
        font-size: 14px;
    }
    .enlacesfooterinferior{
        display: flex;
        flex-direction: column;
        line-height: 2;
    }
    .copyrightfooter{
        margin-top: 1rem;
    }
    #terminosdeuso{
        display: block;
        color:var(--color-whiteforwhite);
        font-size: 16px;
        font-weight: 400;
    text-decoration: none;
    }
    .contenidosegundaseccionSegundaparte{
        display: none;
    }
    .contenidosegundaseccion{
        display: flex;
    }
    #svgiconoSegundo{
        display: flex;
        margin-top: 1rem;
        margin-bottom: -2rem;
    }
}

@media(max-width:521px){
    .numeroteerceraseccion{
        width: 70%;
    }
}
@media(max-width:559px){
    .numeroteerceraseccion{
        width: 60%;
    }
}
@media(max-width:535px){
    .numeroteerceraseccion{
        width: 66%;
    }
}
@media(max-width:486px){
    .numeroteerceraseccion{
        width: 70%;
    }
}
@media(max-width:457px){
    .numeroteerceraseccion{
        width: 80%;
    }
    .correoterceraseccion{
        width:10rem;
        margin-left: -1rem !important;
    }
}
@media(max-width:401px){
    .numeroteerceraseccion{
        width: 90%;
    }
    .correoterceraseccion{
        width:10rem;
        margin-left: -3rem !important;
    }
    #svgiconoSegundo{
        display: flex;
        margin-top: 1rem;
        margin-bottom: -2rem;
    }
    #svgiconoSegundo {
        display: flex;
        margin-top: 1rem;
        margin-bottom: -4rem;
    }
}


@media(max-width:432px){
    #svgiconoSegundo {
        display: flex;
        margin-top: 1rem;
        margin-bottom: -4rem;
    }
    .enlacessegundaseccion {
        font-size: 90% !important;
        width: 100%;
        margin-top: -3px;
    }
}

@media(max-width:385px){
    #svgiconoSegundo {
        display: flex;
        margin-top: 1rem;
        margin-bottom: -5rem !important;
    }
}

@media(max-width:365px){
    #svgiconoSegundo {
        display: flex;
        margin-top: 1rem;
        margin-bottom: -4rem !important;
    }
}



@media(max-width:357px){
    .numeroteerceraseccion{
        width: 100%;
    }
}
@media(max-width:321px){
    .numeroteerceraseccion{
        width: 130%;
    }
}


@media(max-width:591px){
    .copyrightfooter{
        margin-top: 1rem;
    }
}

