#footer
{
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 51px;
    text-transform: uppercase;
    bottom: 0;
    background: white;
    z-index: 2;
    border-top: #DEB25B 2px solid;
}

#footer a
{
    text-decoration: none;
}

#footer_content{
    height: 79%;
    top: 7px;
    padding-left: 3%;
    padding-right: 3%;
}

.footer_sublink{
    margin-top: 2%;
    opacity: 0;
}

.transicion {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.footer_todo_visible
{
    height:181px!important;
}

#footer_superior{
    width: 100%;

    /* height: 90%; */
    position: absolute;
}
#footer_left,#footer_right{
    width: 44%;

    position: relative;
    height: 100%;
    float: left;
}
#footer_siguenos{
    float: left;

    margin-right: 12px;
}


#footer_siguenos > div > span{

}
.footer_titulo{

    text-align: start;


    margin-bottom: 4px;

    margin-top: 9px;

    font-weight: bold;

    cursor: pointer;

}

#footer_siguenos > div{
    text-align: start;

}
#footer_contacto{
    width: 29%;
    position: relative;
    float: left;
    margin-right: 7%;
    height: 100%;
}

.footer_sublink_img{
    width: 100%;
    position: absolute;
    height: 48%;
    margin-top: 7%;
}

#footer_map_img img{
    width:90%;
    max-height:none;
}


#footer_contacto > div:nth-child(3) > div:nth-child(1) > span{
    font-weight:bold;
}

.footer_link{
    position: relative;
    float: left;
    padding-bottom: 10px;
}

.footer_sublink_columna{
    width: 50%;
    opacity:0;
    height: 78%;
    float: left;
    position: relative;
}

#footer_menu{
    width: 74%;
    left: 26%;

    float: left;
    height: 51px;
}

.footer_menu_div{
    width: 10%;
    float: right;
    list-style: none;
    margin-right: 2%;
}


#footer_suscribete{
    width: 100%;
    clear: both;
}

#footer_suscribete > div:nth-child(1){
    font-weight:bold;
    text-align: start;
    margin-bottom: 4px;
}

#footer_boton_suscribir
{
    padding-left: 2%;
    padding-right: 2%;
}

#footer_content_mobile
{
    width:100%;
    display:none;
}

#footer_redes_sociales_mobile
{
    margin-top:4%;
    margin-bottom:4%;
}

#footer_redes_sociales_container_mobile
{
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

#suscribir_container_mobile
{
    margin-top:3%;
}

.social_media_mobile
{
    width:14%;
    margin-left: 1%;
    margin-right:1%;
}

#input_newsletter_mobile
{
    margin-top:1%;
    width:70%;
}

#footer_boton_suscribir_mobile
{
    width:25%;
    margin-right:2%;
}

#cerrar_footer_button_content
{
    width:5%;
    height:20%;
    right:5%;
    top:0%;
    z-index:1;
}

@media screen and (max-width: 600px)
{
    #footer_content
    {
        display:none;
    }

    #footer_content_mobile
    {
        display:block;
    }

    #footer
    {
        height:auto;
    }
}