/*
Theme Name: Isida Child
Theme URI: https://isida.ancorathemes.com/
Template: isida
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Description: Isida - excellent WordPress theme with many different blog and header layouts
Tags: flexible-header,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,full-width-template,microformats,post-formats,theme-options,threaded-comments,translation-ready
Version: 1.5.0.1715584118
Updated: 2024-05-13 07:08:38

*/
/*cambiar estilo del llámanos de inicio*/
.scheme_default .sc_promo div.sc_promo_image .sc_promo_phone_wrap div.sc_promo_phone {
    background-image: -moz-linear-gradient(left, #3c3c3c, #b4a08c) !important;
    background-image: -webkit-linear-gradient(left, #3c3c3c, #b4a08c) !important;
    background-image: -o-linear-gradient(left, #3c3c3c, #b4a08c) !important;
    background-image: -ms-linear-gradient(left, #3c3c3c, #b4a08c) !important;
    background-image: linear-gradient(to right, #3c3c3c, #b4a08c) !important;
}


/*cambiar estilos del contacto*/
.scheme_default .sc_googlemap_content {
    background-color: white !important;
}
#wpcf7-f895-p282-o1 > form > div > div > span > input, #wpcf7-f895-p282-o1 > form > div.row > span > textarea {
    background-color: #f7f7f7 !important;
    border-color: #b4a08c;
}
#wpcf7-f895-p282-o1 > form > div > div > span > input::placeholder, #wpcf7-f895-p282-o1 > form > div.row > span > textarea::placeholder {
    color: black !important;
}
#wpcf7-f895-p282-o1 > form > span > span > span > label > span {
    color: black;
}
.scheme_default .wpcf7-form input[type="radio"] + span:before, .scheme_default .wpcf7-form input[type="checkbox"] + span:before, .scheme_default input[type="radio"] + label:before, .scheme_default input[type="checkbox"] + label:before {
    border-color: #b4a08c !important;
}
.scheme_default .sc_googlemap_content .sc_form_field_button input.sc_button_hover_slide_left{
	color: white !important;
	background: linear-gradient(to right, #27782c 50%, #b4a08c 50%) no-repeat scroll right bottom / 210% 100% #b4a08c!important;
}
/*cambiar estilos en reserva*/
#texto-reserva {
    margin-bottom: 2em;
    font-size: 1.25em;
    line-height: 1.75em;
    border: 2px solid #b4a08c;
    background-color: #f4f4f4;
    text-align: center;
    padding: 2em 4em;
}
body .booked-calendarSwitcher {
    margin: 0 !important;
}
@media (max-width: 768px) {
#texto-reserva {
    padding: 2em .5em;
}
}
/*cambiar estilos de header*/
div.open_hours a, div.info_phone span.info_phone_number a{
	color: #b4a08c !important;
	
}

div.open_hours a:hover, div.info_phone span.info_phone_number a:hover{
	color: white !important;
	
}
@media (min-width: 769px) {
.header_title_off .top_panel_navi {
    padding-bottom: 1.2em !important;
}
body > div.body_wrap > div > header > div.top_panel_navi.scheme_default > div > div {
    display: flex;
    flex-direction: column;
}
body > div.body_wrap > div > header > div.top_panel_navi.scheme_default > div > div > a.logo {
    text-align: center;
    max-width: 100%;
}
body > div.body_wrap > div > header > div.top_panel_navi.scheme_default > div > div > nav {
    text-align: center;
    max-width: 100%;
}
}

/*cambiar estilos de entradas*/

.scheme_default .post_content blockquote{
	background-color: #f4f4f4;
	border: 2px solid #b4a08c;
	color: #b4a08c;
}
.scheme_default .post_content blockquote cite{
	color: #27782c;
}

/*cambiar estilos de footer*/

.scheme_default .scheme_default.site_footer_wrap aside a:hover{
	color: white !important;
}
.widget_contacts .contacts_info span{
	margin-bottom: 0 !important;
}
span.contacts_address{
	text-align: center;
}

footer aside, .footer_wrap .widget_title, .widget_contacts[class*="column-"] .contacts_info .contacts_right{
	text-align: center !important;
}
.widget_contacts .contacts_info span:before{
	left: auto !important;
	text-align: center !important;
}
table.footer-table-schedule tbody tr *{
	border: 2px solid rgba(255, 255, 255, 0.2) !important;
}
table.footer-table-schedule tbody tr td a{
	border: none !important;
}

table.footer-table-schedule tbody tr th{
	background-color: transparent;
	font-size: 100%;
	padding: 5px 10px;	
}
table.footer-table-schedule tbody tr td{
	text-align: center;
	background-color: transparent !important;
	color: white;
	padding: 5px 10px;
}
@media (max-width: 767px){
	table.footer-table-schedule{
		margin-bottom: 2em;
		width: 100%;
	}
	.logo img{
		min-width: 200px;
	}
	aside#text-3{
		width: 100%;
	}
}

@media (min-width: 768px){
	aside#text-3.column-1_3.widget.widget_text{
		width: 60%;
	}
	#tabla-horarios{
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		gap: 0.5em;
	}
	
	div.copyright_wrap_inner{
		padding: 1em 0;
	}
	footer aside#text-5 , footer aside#text-4, footer aside#text-5 h5, footer aside#text-4 h5{
		text-align: left !important;
	}
	footer aside#text-4 h5{
		margin-bottom: 0.5em;
	}
	
	table.footer-table-schedule tbody tr .discipline{
		min-width: 200px;
	}
	
}

/*cambiar tamaño de logo*/
a.logo img{
	width: 350px;
	max-height: inherit;
}

.top_panel_fixed a.logo img{
	max-height: inherit;
}

/*servicios*/

.lista-servicios{
	line-height: 1.8em;	
}

@media (max-width: 767px){
	.servicios-sanitas{
		margin-top: 2em;
	}	
}
@media (min-width: 768px){
	.medicina-familiar-servicios{
		border-right: 2px solid #b4a08c;
	}
}


