footer{
    background-color: rgba(130,163,55,1);
    width: 100%;
    position: relative;
    box-sizing: border-box;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
footer::before{
    width: 130px;
    content: " ";
    background-image: url(../assets/frutafooter4.png);
    position: absolute;
    left: 0%;
    top: 0px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100px auto;
    -webkit-background-size: 100px auto;
    -moz-background-size: 100px auto;
    -o-background-size: 100px auto;
    z-index: 1; 
}
footer::after{
    width: 110px;
    content: " ";
    background-image: url(../assets/frutafooter3.png);
    position: absolute;
    right: 0%;
    top: 0px;
    height: 200px;
     background-position: right top; 
    background-repeat: no-repeat;
    background-size: 150px auto;
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    z-index: 1; 
}
#footer-contenedor{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding:50px 5%;
    box-sizing: border-box;
}
#footer-logo{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    z-index: 10;
    position: relative;
    margin-bottom: 20px;
}
#footer-logo img{
    width: 150px;
    height: auto;
}
#footer-redes{
    width: 100%;
    padding:10px 0px 30px 0px;
    box-sizing: border-box;
    text-align: center;
    z-index: 10;
    position: relative;
}
.footer-red{
    position: relative;
    display: inline-block;
    margin:0px 8px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 40px;
    text-align: center;
    color: rgba(130,163,55,1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.footer-red:hover{
    transform: rotate(360deg);
}
.footer-facebook{
    background-color: rgba(255,255,255,1);
}
.footer-twitter{
    background-color: rgba(255,255,255,1);
}
.footer-instagram{
    background-color: rgba(255,255,255,1);
}
.footer-google{
    background-color: rgba(255,255,255,1);
}
.footer-whatsapp{
    background-color: rgba(255,255,255,1);
}
#footer-info{
    width: 80%;
    margin:0px auto;
    color: rgba(255,255,255,1);
    font-family: 'Principal',helvetica,verdana,sans-serif;
    font-size: 17px;
    text-align: center;
}
#footer-info::before{
    width: 300px;
    content: " ";
    background-image: url(../assets/frutafooter1.png);
    position: absolute;
    left: 0%;
    bottom: 0px;
    height: 140px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 250px auto;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    z-index: 1;
}
#footer-info::after{
    width: 300px;
    content: " ";
    background-image: url(../assets/frutafooter2.png);
    position: absolute;
    right: 0%;
    bottom: 0px;
    height: 160px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 250px auto;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    z-index: 1;
}
#footer-info p{
    color: rgba(255,255,255,1);
    font-family: 'Principal',helvetica,verdana,sans-serif;
    font-size: 17px;
    text-align: center;
    padding:15px 0px;
    box-sizing: border-box;
    display: block;
    max-width: 300px;
    margin: 0px auto;
}
#footer-info p:nth-child(2),
#footer-info p:nth-child(3),
#footer-info p:nth-child(4){
    display: inline-block;
    vertical-align: top;
    padding: 0px 15px;
}
#footer-info p a{
    color: rgba(255,255,255,1);
}
#footer-info p a:hover{
    text-decoration: underline;
}
#footer-info .telefono:before,
#footer-info .email:before,
#footer-info .localizador:before{
    margin:0px 5px 0px 0px;
}
#footer-marca{
    width: 100%;
    padding:10px 5%;
    box-sizing: border-box;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    position: relative;
    z-index: 10;
}
#footer-copy{
    display: inline-block;
    font-size: 13px;
    width: 60%;
    padding:0 20px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    font-family: 'Principal',helvetica,verdana,sans-serif;
}
#footer-desarrollo{
    display: inline-block;
    font-size: 11px;
    width: 39%;
    padding:0 20px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: right;
}
#footer-desarrollo a img{
    width: 50px;
    height: auto;
}
#footer-mapa{
    width: 160px;
    padding:8px 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 44.3px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    background-color: rgba(189,55,70,1);
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 10;
}
#footer-mapa .marker::before{
    margin-right: 10px;
}
#footer-mapa:hover{
    background-color: rgba(47,101,53,1);
}
#footer-mapa p{
    color: rgba(255,255,255,1);
    font-size: 15px;
    font-family: 'Principal',helvetica,verdana,sans-serif;
    display: block;
}
#footer-mapa-cont{
    position: absolute;
    width: 100%;
    height: 0%;
    bottom:44.3px;
    left: 0;
    z-index: 10;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#footer-mapa-cont iframe{
    width: 100%;
    height: 100%;
}
@media (max-width: 1000px){
    #footer-logo::before{
        width: 200px;
        left: -7%;
        top: 40px;
        height: 200px;
        background-size: 120px auto;
        -webkit-background-size: 120px auto;
        -moz-background-size: 120px auto;
        -o-background-size: 120px auto; 
    }
}
@media (max-width: 900px){
    footer{
        background-attachment: scroll;
    }
    #footer-logo,
    #footer-redes,
    #footer-info{
        width: 100%;
        max-width: 600px;
        display: block;
        margin:20px auto;
    }
    #footer-copy{
        width: 100%;
        text-align: center;
    }
    #footer-desarrollo{
        width: 100%;
        text-align: center;
    }
    #footer-mapa{
        bottom: 62.75px;
    }
    #footer-mapa-cont{
        bottom: 62.75px;
    }
}
@media (max-width: 600px){
    #footer-logo::before{
        width: 130px;
        left: -7%;
        top: 80px;
        height: 150px;
        background-size: 70px auto;
        -webkit-background-size: 70px auto;
        -moz-background-size: 70px auto;
        -o-background-size: 70px auto; 
    }
    #footer-logo::after{
        width: 80px;
        height: 80px;
        position: absolute;
        right: 3%;
        top: 3%;
    }
    #footer-info::before{
        width: 150px;
        height: 100px;
        background-size: 150px auto;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        z-index: 1;
    }
    #footer-info::after{
        width: 150px;
        height: 100px;
        background-size: 130px auto;
        -webkit-background-size: 130px auto;
        -moz-background-size: 130px auto;
        -o-background-size: 130px auto;
        z-index: 1;
    }
}
@media (max-width: 476px){
    #footer-mapa{
        bottom: 76.33px;
    }
    #footer-mapa-cont{
        bottom: 76.33px;
    }
}