/*
Theme Name:   Astra Child
Description:  Tema hijo 
Author:       Medios Digitales
Author URL:   https://mediosdigitales.cl
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-child
*/

.tituloModal {
    margin-bottom: 10px;
}
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    padding: 0.5em;
    margin-bottom: 8px;
}
.wpcf7-form p {
    margin-bottom: 0px !important;
}
.wpcf7-form br {
    display: none;
}
.wpcf7-form {
    padding-bottom: 40px;
}
.btnEnviar {
    background-color: #D2233C !important;
    width: 100%;
    text-transform: uppercase;
}
#cotizar {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    background-color: #CE181E;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    width: 100%;
    text-decoration: none;
    font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}



#megali {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    background-color: #CE181E;
    font-size: 12px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    width: 100%;
    text-decoration: none;
    font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}