/*
Theme Name:   Divi child
Description: Tema hijo para hacer personalizaciones de código en LA CASA DEL CORRAL
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 
------------------------------------------------------- */
.enlace_main
{
	color:#f19702;
}

.equi_col h5
{
	font-weight:600;
	color:#f19702;
	margin-left: 10px;
}

/* EMERGENTE COOKIES */

.cli_messagebar_head
{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.cli-bar-message
{
	font-size: 13px;
    line-height: 150%;
}

/* 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;
}

.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;
}

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;
}

.check_cbas
{
	
}

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

.btn_cbas:hover
{
    background: #c97d00;
    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%;
}
	
}

/* PIE PÁGINA */

.menu_pie ul li
{
	list-style:none;
}

.menu_pie ul li a
{
    color:#fafafa;
}

.wpcf7 form.sent .wpcf7-response-output
{
    border-color: #CCC;
    border: solid 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #e5e5e5;
    padding: 50px;
    color: #4a4a4a;
    width: 400px;
    margin-top: -60px;
    margin-left: -200px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
}

/* MAPA */

.bloq_mapa
{
	position: relative;
    width: 100%;
    height: 450px;
}

#mapa
{
	height: 100%;
	position: relative;
    overflow: hidden;
}