/*
 Theme Name:     Child DIVI - Suzanna Kachikyan
 Description:    Tema hijo para el tema Divi para Suzanna Kachikyan.
 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 
------------------------------------------------------- */

/* MAIN */

.cont_servicio ul.et_pb_tabs_controls
{
    background-color: transparent !important;
}

.cont_servicio ul.et_pb_tabs_controls:after
{
    border-top: none;
}

.cont_servicio .et_pb_tabs_controls li
{
    border-right: none;
}

.cont_servicio ul.et_pb_tabs_controls li.et_pb_tab_1
{
	background: #eeeeee;
}

.col-post .ssbp-wrap
{
    margin-top: 20px;
}

.col-post .ssbp-wrap .ssbp-list
{
    margin-bottom: 5px;
}

/* SERVICIOS HOME */

.col_serv_home
{
}

/*.col_serv_home:hover
{
	transition: all .4s ease-in-out;
	-webkit-filter: grayscale(.2); 
      -webkit-filter: grayscale(20%); 
      -moz-filter: grayscale(20%);
      filter: grayscale(20%);
}*/

.col_serv_home .ico_servicio_home
{
	transition: all .4s ease-in-out;

}

.col_serv_home:hover > .ico_servicio_home
{
    transform: translateY(-5px) scale(1.1);
	transition: all .4s ease-in-out;
}

/* EQUIPO */

.ico_law
{
    width: 20px;
    vertical-align: sub;
    margin-right: 4px;
}

/* FORMULARIO */

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

.cont_cform
{
    position:relative;
}

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

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

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

.col_100
{
    width:100%;
}

.col_50
{
    width:50%;
}

.cb_cform
{
    margin-bottom: 10px;
    display: inline-flex;
}

.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: 10px 16px !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: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.2) !important;
    color: #222 !important;
}

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

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

.btn_cbas:hover
{
    background: #4f0000;
    color: #fff;
}

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

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

/* ENLACES TEXTOS LEGALES */

.menu_lat ul
{
   padding-left:0;
}

.menu_lat ul li
{
    list-style: none;
    margin-bottom: 2px;
}

.menu_lat ul li a
{
	transition: all .2s ease-in-out;
	color:#BBBBBB;
}

.menu_lat ul li a:hover
{
	color:#FFFFFF;
	font-weight:600;
	padding-left:2px;
}

/* PIE DE PÁGINA */

.col_pie
{
	
}

.col_pie h7
{
    font-family: 'Times New Roman',serif;
    color: #7d1713;
    font-weight: 600;
	font-size: 16px;
}

.col_pie ul
{
   padding-left:0;
}

.col_pie ul li
{
    list-style: none;
    margin-bottom: 2px;
}

.col_pie ul li a
{
	transition: all .2s ease-in-out;
	color:#444444;
}

.col_pie ul li a:hover
{
	color:#7d1713;
	font-weight:600;
	padding-left:2px;
}