/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/03/2019, 11:00:47 PM
    Author     : Cesar Maya
*/
.modal-header h5{
    width: 90%;
    font-size: 1.5em;
    font-weight: bold;
    color: #6EA205;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
form-group label{
    font-size: 1.5em;
    font-weight: bold;
    color: #6EA205;
    font-family: 'Open Sans', sans-serif;
}
.footer{
    background-color: #484D5A;
    color: #E3E3E4;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 0px;
    line-height: 15px;
    display: flex;
    flex-direction: column;
}
.derechosFooter{
    background-color: #000;
    text-align: center;
}

@media (max-width:767px){
    .infoContacto{
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .cajonInfoFooter{
        width: 24%;
        margin: auto;
    }

}
@media only screen and (min-width:768px) and (max-width:1068px){
    .infoContacto{
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .cajonInfoFooter{
        width: 24%;
        margin: auto;
    }

}
@media (min-width:1069px){
    .infoContacto{
        width: 100%;
        padding-left: 15%;
        padding-right: 15%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .cajonInfoFooter{

    }

}

