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

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

/* CABECERA */

.link_cabecera
{
	
}

.link_cabecera a.link_tlf
{
	color:#222222 !important;
	margin-right:12px;
}

.link_cabecera a.link_mail
{
	color:#222222 !important;
}

.link_cabecera a.link_tlf:hover, .link_cabecera a.link_mail:hover
{
	color:#03989E !important;
}

.link_cabecera a.link_tlf img, .link_cabecera a.link_mail img
{
	width: 14px;
    vertical-align: middle;
    margin-right: 4px;
}

@media only screen and (max-width : 400px) {
.link_cabecera a.link_tlf, .link_cabecera a.link_mail
{
	display:block;
}
}
/* 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:20px;
	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: #03989e;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    margin-bottom: 4px;
    FONT-WEIGHT: 600;
    letter-spacing: .8px;
}

.btn_cbas:hover
{
    background: #02696d;
}

.txt_lopd
{
    font-size: 9px !important;
    line-height: 140%;
    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%;
}
	
}