/*
 Theme Name:     Divi ARTEMIMA - Khaos Digital S.L.
 Description:    Tema hijo para el tema Divi para Artemima.
 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 
------------------------------------------------------- */

/* TIENDA */

.woocommerce-Price-currencySymbol
{
	padding-left:2px;
}

.woocommerce-price-suffix
{
	font-size:12px;
	font-weight:400;
}

/* 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: 150%;
    font-style: italic;
}

.dato_cbas
{
	width: 100%;
    padding: 16px !important;
    box-sizing: border-box;
    font-size: 16px;
    -webkit-appearance: none;
    background-color: transparent !important;
    border-color: rgba(53,55,64,0.2) !important;
    color: #222 !important;
	border-bottom: solid 2px #666666 !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:16px;
	-webkit-appearance: none;
    background-color: transparent !important;
    border-color: rgba(53,55,64,0.2) !important;
    color: #222 !important;
	border-bottom: solid 2px #666666 !important;
}

.check_cbas
{
	
}

.btn_cbas
{
	width: 100%;
    padding: 10px;
    font-size: 16px;
    background: #8de3e7;
    color: #396d6f;
    border: none;
    border-radius: 6px;
    text-transform: uppercase;
}

.btn_cbas:hover
{
    background: #7bcdd1;
    color: #396d6f;
}

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

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