/* FOOTER */

*{
/*  border: 1px solid red  */
}

iframe{
    width: 100%;
    height: 240px;
    border: 0px;
}

.fnd_footer{
    width: 100%;
    background-color: #4972b2;
}

.container_footer{
    width: 100%;
    padding: 30px 0px 50px 0px;
    float: left;
}

.container_footer_col-1{
    width: 23%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.container_footer_col-2{
    width: 38%;
    float: left;
    text-align: left;
    padding-right: 30px;
}

.container_footer_col-3{
    width: 39%;
    float: left;
}

.container_copyright{
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #a3bce1;
}

.box_direccion{
    width: 40%;
    float: left;
    text-align: left;
    padding-bottom: 30px;
}

.box_horario{
    width: 60%;
    float: left;
    text-align: left;
}

.titulo_footer{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: white;
    padding-bottom: 10px;
}

.texto_footer{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4em;
    color: white;
}

.texto_copyright{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #a3bce1;
}


/*--- MEDIA QUERY ---*/


@media screen and (max-width: 1170px){
    .box_direccion,
    .box_horario{
        width: 100%;
        float:none;
    }
    .container_footer_col-1{
        width: 30%; 
    }
    .container_footer_col-2{
        width: 42%; 
    }
    .container_footer_col-3{
        width: 28%; 
    }
}

@media screen and (max-width: 1060px){
    .container_footer_col-1{
        width: 25%;
    }
    .container_footer_col-2{
        width: 47%;
    }
    .container_footer_col-3{
        width: 28%;
    }
}

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

    .container_footer_col-1{
        width: 100%;
        float: none;
    }
    .container_footer_col-2{
        width: 68%;
        text-align: right;
        padding-left: 32px;
    }
    .container_footer_col-3{
        width: 30%;
    }
}

@media screen and (max-width: 654px){
    .container_footer_col-1,
    .container_footer_col-2,
    .container_footer_col-3{
        width: 100%;
        float: none;
    }
    .container_footer_col-2{
        padding: 0px 15px;
    }
    .container_footer_col-3{
        padding-top: 30px;
        padding-left: 0px;
    }
    
    .box_direccion{
        width: 50%;
        float: left;
        text-align: right;
        padding: 0px 15px;
    }
    
    .box_horario{
        width: 50%;
        float: left;
        text-align: left;
        padding: 0px 15px;
    }
}

@media screen and (max-width: 384px){
    .box_direccion,
    .box_horario{
        width: 100%;
        float: none;
        text-align: center;
    }
    .box_direccion{
        padding-bottom: 30px;
    }
}
