/*
.footer {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 370px;
    color: white;
    font-size: 15px;
    font-family: 'Poppins', 'sans-serif';
}

.footer a {
    display: block;
    margin: 10px 0;
    color: white;
    text-decoration: none;
    outline: none;
    transition: color linear 200ms;

}

.footer a:hover {
    color: lightgreen;
    text-decoration: none;
    outline: none;
}

.footer__redes a{
    position: relative;
    z-index: 1;
}

.footer ul {
    margin: 0;
    padding-left: 18px
}

.footer .footer__propiedades {
    margin: 0 0 20px 0;
}

.footer .social__media{
    list-style: none;
    display: inline-block;
}


.footer__redes i {
    font-size: 40px;
    margin: 0 20px;
    cursor: pointer;
}



.footer__designed {
    margin: 30px 0 0 0;
}

.footer__designed a {
    display: inline;
    text-decoration: underline;
}

.footer__designed a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .footer {
        height: 600px;
    }
}

 */
.imagen__cotizacion-footer{
    width: 100%;
    height: 100%;
    background-image: url("/images/casa1.jpg");
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 40%;
    position: relative;
    padding: 40px 20px;
    color: white;
}
.imagen__cotizacion-footer::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index: 1;
}

.footer-site{
    z-index: 2;
    position: relative;
}

.footer-site p{
    /*font-size: 18px;*/
    /*font-weight: bold;*/
    /*padding-bottom: 10px;*/
    line-height: 1.8;
    text-align: justify;
}
.footer-site p a{
    text-align: center;
    color: white;
    text-decoration: underline;
    transition: all linear 200ms;
}
.footer-site p a:hover{
    color: #0b72b8;
}


.footer-site__list ul li a{
    text-decoration: none;
    color: white;
    transition: color linear 200ms;
}

.footer-site__list__redes{
    padding: 0 25px;
}
.footer-site__list ul{
    list-style: none;
    text-align: left;
    padding-left: 0;
}
.footer-site__list ul li{
   margin: 0 0 10px 0;
}

.footer-site__list__redes ul li{
    display:inline;
}
.footer-site__list ul li a:hover{
    color: #0b72b8;
}

.footer-site__list__redes ul i{
    border: 2px solid;
    padding: 7px;
    margin: 0 12px;
    width: 40px;
    text-align: center;
    font-size: 22px;
}

@media screen and (max-width: 1200px) {
    .footer-site__list__redes ul i{
        margin: 0 6px;
    }

    .footer-site__list__redes{
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .footer-site__list__redes ul i{
        border: 2px solid;
        padding: 6px;
        margin: 0 12px;
        width: 32px;
        text-align: center;
        font-size: 16px;
    }

    .footer-site__list__redes{
        padding: 0;
    }
    .footer-site__list h4{
        text-align: center;
    }

    .footer-site p{
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 5px;
    }
    .footer-site__list ul{
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
    .imagen__cotizacion-footer{
        height: 100%;
    }
    .footer-site p{
        text-align: justify;
        margin-bottom: 20px;

    }

    .footer-site ul{
        text-align: center;
        padding-bottom: 10px;
    }
}

