/*
 Theme Name:   Mediz Child
 Theme URI:    http://demo.goodlayers.com/mediz
 Description:  Goodlayers Mediz Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     mediz
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  mediz-child

 START YOUR CHILD THEME CSS HERE
*/
/*@font-face {
    font-family: "Montserrat";
    src: url(‘fonts/Montserrat-VariableFont_wght.ttf’)  format(ttf);
    font-weight: "100 900";
    font-style: "normal";
}*/
body {
	font-family: "Montserrat", sans-serif !important;
	font-weight: "300 400" !important;
}
.mediz-body, .mediz-body .gdlr-core-content-font, .mediz-body input, .mediz-body textarea, .mediz-body button, .mediz-body select, .mediz-body .mediz-content-font, .gdlr-core-audio .mejs-container * {
	font-family: "Montserrat", sans-serif !important;
	font-weight: "300 400" !important;
}
.tabla tr:nth-child(2n+1),
.tabla tr {
    background-color: transparent !important;
}
.tabla tr td {
    padding:0px !important;
    vertical-align: top;
}
.tabla p {
    margin:10px !important;
}

.full_content .gdlr-core-item-mglr {
	margin:0px !important;
}
.full_content .gdlr-core-pbf-wrapper-container-inner {
	width:100% !important;
}

.wpcf7-submit {
    background-color: black !important;
    margin: 0px auto !important;
}

.cookie-notice-container {
    text-align: left !important;
}
.cn-buttons-container {
    color:#fff;
    margin-right: 180px;
}
.info_contact {
    font-size: 12px;
}
/*
Formulario CF7 a 2 columnas responsive
*/
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 2px !important;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}

.wpcf7-not-valid-tip {
	margin-bottom: 0px !important;
	color:#ff0000 !important;
}
.column-half>p, .column-full>p {
	margin-bottom: 0px !important;
	min-height:55px;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.tab-tratamientos .gdlr-core-tab-featurev-title-item-wrap {
	background: none !important;
}
.tab-tratamientos .gdlr-core-tab-featurev-title-wrap li {
	background: #fff !important;
	padding: 10px 23px 10px !important;
	margin-bottom: 15px !important;
}
.tab-tratamientos .gdlr-core-tab-featurev-title-wrap li.gdlr-core-active {
	color: #000 !important;
}
.tab-tratamientos .gdlr-core-tab-featurev-content-wrap {
	padding: 10px 85px 70px !important;
	max-height: 496px !important;
	overflow-y: auto !important;
}

.tab-tratamientos .gdlr-core-tab-featurev-content {
	font-size: 17px;
	text-align: justify !important;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.list-guion li{list-style-type: none}
.list-guion li:before{content: "- "}