/*
Theme Name:   Divi child
Description: Tema hijo para hacer personalizaciones de código en CIEZARI & ASOCIADOS
Author:       Eugenio Colomer
Author URL:  https://desarrollosappsvalencia.es
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Divi-child
*/

 
/*------------------------------------------------------- 
A partir de aquí puedes poner tus estilos de CSS personalizados 
------------------------------------------------------- */

/* HOME */

.col_serv_home
{
	display: flex;
    align-items: flex-end;
}

.tit_serv_home
{
	width:100%;
}

.menu_web .et_mobile_menu
{
	margin-top:20px;
}

.menu_web .et_mobile_menu li a
{
	padding: 5px 2%;
}

/* FORMULARIO */

.bloq_cform
{
    position:relative;
    width:100%;
	-webkit-font-smoothing: antialiased;
}

.cont_cform
{
    position:relative;
}

.row_cform
{
    width:100%;
    margin-bottom: 12px;
    display:flex;
}

.col_cform
{
    padding:8px;
    box-sizing:border-box;
}

.col_100
{
    width:100%;
}

.col_50
{
    width:50%;
}

.cb_cform
{
    margin-bottom:5px;
}

.cb_cform span
{
   font-size:11px;
   font-style:italic; 
}

.legal_cform
{
    font-size:11px;
    text-align: justify;
    display: block;
	line-height: 140%;
}

.dato_cbas
{
	width: 100%;
    padding: 10px !important;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-appearance: none;
    background-color: transparent !important;
    border-color: rgba(53,55,64,0.2) !important;
    color: #222 !important;
}

span.etiqueta_form
{
	display: block;
    margin-bottom: 10px;
    color: #4c4c4c;
    font-size: 14px;
}

select.desp_servicio
{
	width: 100%;
    padding: 8px;
    background: none;
}

.txtarea_cbas
{
	width:100%;
	padding:16px;
	box-sizing:border-box;
	resize:none;
	height:200px;
	font-size:14px;
	-webkit-appearance: none;
    background-color: transparent !important;
    border-color: rgba(53,55,64,0.2) !important;
    color: #222 !important;
}

.check_cbas
{
	
}

.btn_cbas
{
	width: 100%;
    padding: 10px;
    font-size: 16px;
    background: #b79b5a;
    color: #fafafa;
    border: none;
    border-radius: 6px;
	text-transform:uppercase;
	transition: all .4s ease-in-out;
}

.btn_cbas:hover
{
    background: #846f3f;
    color: #fff;
}

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

.row_cform
{
    display: block;
	margin-bottom:0;
}
	
.col_cform
{
    margin-bottom: 10px;
}
	
.col_50
{
    width:100%;
}
	
}