/*
Theme Name: Prenacer
Theme URI: http://prenacer.mx/
Author: Jesús López Velázquez
Author URI: https://prenacer.mx/
Description: Thema desarrollado para Prenacer.
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.services-card{
	margin-top: 22px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
	padding: 12px;
	min-height: 120px;
	transition: all 1s ease-in-out 0.1s;
	border-color: solid 3px #fff;
}

.services-card:hover{
	border-color: solid 3px #367d84;
}


.services-card h3{
	font-size: 1.3rem;
}

footer p{
	color: #000;
}

footer .list-group-item{
	color: #000;
}

footer a{
	color: #000;
}

.image-post img{
	width: 100%;
	padding: 16px;
}

.text-primary {
    color: #000 !important;
}

.image-doctor{
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
	margin-bottom: 17px;
}

.image-doctor h3, .image-doctor a {
	margin: 1rem;
}

.image-doctor h3{
	font-size: 1.3rem;
}

.image-doctor img{
	width: 100%;
}

.btn-primary{
	background: var(--dark-color);
    border-bottom: 0;
    font-weight: var(--font-weight-semibold);
    color: var(--white-color);
    text-transform: uppercase;
    margin-top: 35px;

}


.btn-primary:hover{
	background: ;
}

.blog-card img{
	width: 100%;
}

.blog-card{
	min-height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.blog-card h3{
	font-size: 1.2rem;
}

.more-articles ul{
	list-style: none;
}
.more-articles a{
	color: var(--primary-color);
	font-size: .9rem;

}

/*** FORM ***/

.none{
  display: none;
}
