/*
 Theme Name:     Divi Ecofinanzas - Khaos Digital S.L.
 Description:    Tema hijo para el tema Divi de Ecofinanzas.
 Author:         Khaos Digital S.L.
 Author URI:     https://www.desarrollosappsvalencia.es/
 Template:       Divi
 Version:        6.0
*/

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

/* PANEL USUARIO */

div.panel_usuario .mec-ud-main-content
{
    max-width: 1230px;
}

/* FORMULARIO */

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

.cont_cform
{
    position:relative;
}

.row_cform
{
    width:100%;
    margin-bottom: 16px;
}

.row_cform p
{
    padding-bottom:4px !important;
}

 .row_lat
{
	margin-bottom: 0 !important;
}

.col_cform
{
    padding:0;
    box-sizing:border-box;
}

.col_archivo
{
    padding:5px 0;
}

.col_100
{
    width:100%;
}

.col_50
{
    width:50%;
}

label.archivo
{
	font-size:11px;
	font-style: italic;
}

label.archivo span
{
	color:#ff9900;
}

.cb_cform
{

}

.cb_cform span
{
	font-size:11px;
	font-style:italic;
	line-height: 140%;
}

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

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

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

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

input.date_selector
{
	width: 100%;
    padding: 8px;
    border: solid 1px #bbb;
}

.txtarea_cbas
{
	width:100%;
	padding:10px 16px;
	box-sizing:border-box;
	resize:none;
	height:120px;
	Font-size:16px;
	-webkit-appearance: none;
    background-color: transparent !important;
    border-color: rgba(53,55,64,0.1) !important;
    color: #222 !important;
	border-bottom: solid 1px #999999 !important;
}

.check_cbas
{
	margin-left: -10px;
    margin-right: 6px;
}

.btn_cbas
{
	width: 100%;
    padding: 10px;
    font-size: 16px;
    background: #637c94;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    FONT-WEIGHT: 600;
    letter-spacing: .8px;
}

.btn_cbas:hover
{
    background: #3a4c5d;
}

.txt_lopd
{
	font-size: 9px;
    line-height: 112%;
    font-style: italic;
}

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

.row_cform_flex
{
    display: block;
	margin-bottom:0;
}
	
.row_cform label
{
    color:#222222;
	margin-bottom:3px;
}
	
.col_cform
{
    margin-bottom: 10px;
}
	
.col_50
{
    width:100%;
}
	
}