/*------------------------------------------------FOOTER---------------------------------------------------------*/
:root{
    --var-morado: #4E15BC;
    --var-azul: #2172FF;
    --var-amarillo: #FDB900;
    --var-amarilloOscuro: #e4c143;
    --var-verde: #00B945;
    --var-naranjaSegurito: #F66B0A;
    --var-negroClaro: rgb(15, 15, 15);
    
}
footer{
    width: 100%;
    padding: 5% 10% 2% 10%;
    background-position: center;
    background-size: cover;
    background-color: var(--var-azul);
}
.wid-foot{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.5% 0;
    
}
.wid{
    width: 100%;
    
    
}
.widgets-center{
   position: relative;
   padding:  0 50px;
}
.lista-1-foot{
    display: flex;
    list-style: none;
    flex-direction: column;
}

.wid .img-foot{
    width: 100px;
}

.wid .text-foot{
    color: white;
    font-weight: 400;
    text-align: justify;
    font-size: 16px;
}
.wid h1{
    font-size: 20px;
    margin-bottom: 20px;
    color: white;
    font-weight: 600;
}
.wid .lista-1-foot .anclas-li-foot{
    margin: 5px 0;
    padding:5px 0;
}

.wid .lista-1-foot li a{
    color: white;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
}
.info-foot{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 5px 0;
    color: white;
    text-decoration: none;
    font-weight: 400;

}
.info-foot i{
    font-size: 25px;
    color: white;
    margin: 0 10px 0 0 ;
}
.info-foot a{
    font-size: 15px;

}

.lista-1-foot .decargar-foot{
    width: 100%;
    margin: 20px 0;
        padding:15px 20px;
    color: white;
    text-decoration: none;
    background-color: var(--var-morado);
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
}

.redes-sociales{
    width: 100%;
    display: flex;
    align-items: center;
    padding:0 0 20px 0;
justify-content: center;

}
.redes-sociales a {
    text-decoration: none;
    border: none;
    
}
.redes-sociales a:hover{
    text-decoration: none;
    border: none;
}

.redes-sociales a i{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0px 5px;
    color: white;
    padding: 5px;
    border-radius: 50%;
    transition: .4s;
    background:var(--var-naranjaSegurito);
}
.redes-sociales a i:hover{
    background:none;
    transition: .4s;
    color: var(--var-naranjaSegurito);
    border: 2px solid white;
    background-color: white;
    width: 40px;
    height: 40px;   
     text-decoration: none;

}
.terminos{
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    justify-content: center;
    padding: 10px 0;

}
.pie-copy{
    width: 100%;
    margin-top: 60px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;

}
.derechos{
    font-size: 13px;
}
.lista-1-foot .anclas-li-foot a:hover{
    transition: .2s;
    border-bottom:3px solid white;
    
}
/*------------------------------------------------FOOTER---------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1023px){
    footer{
        width: 100%;
        padding: 5% ;
    }
    .wid-foot{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        padding: 2%;
        
    }
    .wid{
        width: 100%;
        margin: 10px 0;
        
    }
    .widgets-center{
       position: relative;
       padding: 15px 0;
    }
    .lista-1-foot{
        display: flex;
        list-style: none;
        flex-direction: column;
    }
    
  
    
   
    .info-foot i{
        font-size: 25px;
        margin: 0 10px 0 0 ;
    }
    
    .lista-1-foot .decargar-foot{
        width: 100%;
        margin: 20px 0;
        padding:15px 20px;
        color: white;
        text-decoration: none;
        text-align: center;
        border-radius: 5px;
        font-weight: 600;
    }
    
    .redes-sociales{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding:0 0 20px  0;
        
    }
    
    .redes-sociales a i{
        font-size: 25px;
        margin: 0px;
        color: var(--var-naranjaSegurito);
        background-color: white;
        padding: 5px;
        margin:  0 5px;
    }
    .terminos{
        display: flex;
        align-items: center;
        flex-direction: column;
    
    }
    .pie-copy{
        width: 100%;
        padding: 20px 0 0 0;
        border-top: 1px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: white;
        margin: 0;    

    }
    .derechos{
        font-size: 13px;
        position: relative;
        left: -5px;
    }
}

@media (min-width: 320px) and (max-width: 767px){
    footer{
        width: 100%;
        padding:5% ;
        background-position: center;
        background-size: cover;
    }
    .wid-foot{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        padding: 2%;
        
    }
    .wid{
        width: 100%;
        margin:10px 0;
        
    }
    .widgets-center{
       position: relative;
       padding: 15px 0;
    }
    .lista-1-foot{
        display: flex;
        list-style: none;
        flex-direction: column;
    }
    
    .wid .img-foot{
        width: 80px;
    }
    
    .wid .text-foot{
        color: white;
        text-align: justify;
    }
    .wid h1{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .wid .lista-1-foot .anclas-li-foot{
        margin: 5px 0;
        padding:5px 0;
    }
    
    .wid .lista-1-foot li a{
        color: white;
        text-decoration: none;
    }
    .info-foot{
        width: 100%;
        display: flex;
        align-items: center;
        margin: 5px 0;
        padding: 5px 0;
        color: rgb(43, 40, 40);
    
    }
    .info-foot i{
        font-size: 25px;
        margin: 0 10px 0 0 ;
    }
    
    .lista-1-foot .decargar-foot{
        width: 100%;
        margin: 20px 0;
        padding:15px 20px;
        color: white;
        text-decoration: none;
        text-align: center;
        border-radius: 5px;
        font-weight: 600;
    }
    
    .redes-sociales{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin:  0;
        position: relative;
        right: 54px;
        padding: 10px 0;
    }
    
    .redes-sociales a i{
        width: 35px;
        height: 35px;
        font-size: 20px;
        margin: 0px;
        color:white;
        background-color: var(--var-naranjaSegurito);
        padding: 5px;
        margin:  0 5px;
    }
    .terminos{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        color: white;
        border: none;
    }
    .terminos p{
        font-size: 14px;
        
    }
    .pie-copy{
        width: 100%;
        padding: 0px 0 0 0;
        border-top: 1px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
        color: var(--var-morado);
        margin: 0;    
    }
    
    .derechos{
        font-size: 13px;
        position: relative;
    }
}