footer_old {
    width: 100%;
    z-index: 0;
    padding-top: 20px;
}

@media only screen and (min-width: 768px) {
     footer_old {
         position: fixed;
         bottom: 0;
     }
}
footer_old a {
    color: var(--verde);
    text-decoration: none;
}
footer_old a:hover {
    color: var(--verde);
    text-decoration: underline;
}
footer_old .link {
    font-size: var(--f-18);
    text-decoration: none;
    font-weight: bold;
}
footer_old .call-center {
    max-width: 80px;
}
@media only screen and (min-width: 992px) {
    footer_old .call-center {
        max-width: 110px;}
}

.footer-home {
    width: 100%;
    position: fixed;
    bottom: 0;
}
.footer-interno {
    width: 100%;
}
@media only screen and (min-width: 768px) and ( max-height: 780px )
{
    .footer-home {
        position: absolute;
        bottom: unset;
        margin-top:25px;
    }
}
.footer-dinamica-old {
    width: 127px;
    height: 106;
    position: absolute;
    bottom:8px;
    right: 2px;
}
@media only screen and (max-width: 768px) {
    .footer-dinamica-old {
        width: 78px;
        height: 100px;
        z-index: 20;
    }
}

.footer-row{
    width: 100%;
    display: grid;
}

.footer-tyc{
    width: 100%;
    height: 45px;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
    padding-top: 7px;
    background: #007D35;
}

.footer-logo{
    width:25%
}

.footer-link{
    font-size: var(--f-18);
    text-decoration: none;
    font-weight: bold;
    color: var(--verde);
}
@media only screen and (max-width: 768px) {
    .footer-link{
        font-size: var(--f-12);
    }
}

.footer-tyc-link{
    color:white;
}
.footer-tyc-p{
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.footer-dinamica {
    width: 127px;
    /*height: 215px;*/
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.footer-dinamica-v2 {
    width: 100%;
    height: 90px;
    position: relative;
    bottom: 132px;
    right: 10px;
    z-index: 1;
    text-align:right
}
.footer-dinamica-img{
    max-width: 95%;
    padding-bottom: 10px;
    width:85px;
}

.footer-dinamica-img-mobile{
  display:none;
}


.footer-call-center-img{
    max-width: 95%;
    padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
    .footer-dinamica {
        width: 95px;
        height: 135px;
    }
    .footer-call-center-img{
        max-width: 100%;
    }
}

.footer-tyc-intern{
    width: 270px;
    height: 45px;
    position: fixed;
    bottom: 0;
    left: 0;
}
.footer-linea-atencion{
    font-weight: bolder;
    color:white;
    text-align: center;
    padding-top: 25px;
    font-size:15px;
}
.footer-horarios{
    text-align: center;
    color: #D8D8D8;
    padding-bottom: 12px;
    font-size: 13px;
}

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

    footer {
        padding: .6rem 0;
    }

    #footer-logo__container {
        display: flex;
        justify-content: center;
    }

   .footer-horarios{
        font-size: 10px;
        padding-bottom: 2px;
   }
   .footer-tyc-p{
    padding-bottom: 12px;
   }
   .footer-tyc-link{
    font-size: 12px;
   }
   
   .footer-linea-atencion{
    padding-top: 10px
   }
   
   .footer-dinamica-v2 {
        bottom: 186px;
        width: 25%;
        text-align:right;
        position: fixed;
    }

    .footer-dinamica-img-mobile {
        display:unset;
    }

    .footer-logo{
        width:30%
    }
}