/*
   Theme Name: Divi-child
   Theme URI: https://elegantthemes.com/
   Version: 1
   Description: Child Theme. Parent Theme Divi WordPress
   Author: Carlos Mendoza
   Author URI: https://agenciacmarketing.com
   Template: Divi
*/

@import url("../Divi/style.css");

.Tiles {
	display: flex;
	justify-content: space-around;
}

.BaseTile {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.Tratamientos {
	width: 190px;
	height: 196px;

	background-image: url('/wp-content/uploads/2023/05/Dentista-En-Tijuana-Dra-Dalia-Galindo-Cuadros.png');
	background-repeat: no-repeat;
	background-size: cover;

	overflow: hidden;
}

.Tratamientos > .Imagen {
	width: 50px;
}

.Tratamientos > .Texto {
	font-size: 1rem;
	color: #3d3d41!important;
	line-height: 1.2rem;
}

.Resenas {
	width: 100%;
	max-width: 237px;
	height: 353px;

	padding: 2rem;

	background-image: url('/wp-content/uploads/2023/05/Dentista-En-Tijuana-Dra-Dalia-Galindo-Rectangulos-Prueba.png');
	background-repeat: no-repeat;
	background-size: cover;

	overflow: hidden;
}

.Resenas > .Imagen {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #3d3d41;
	padding: 10px;
}

.Resenas > .Texto {
	font-size: 1rem;
	color: #3d3d41!important;
	line-height: 1.2rem;
}

.Articulos {
	width: 100%;
	max-width: 237px;
	height: 353px;

	padding: 2rem;

	background-image: url('/wp-content/uploads/2023/05/Dentista-En-Tijuana-Dra-Dalia-Galindo-Rectangulos-Prueba.png');
	background-repeat: no-repeat;
	background-size: cover;

	overflow: hidden;
}

.Articulos .Imagen {
	/*width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #3d3d41;
	padding: 10px;*/
}

.Articulos > .Texto {
	font-size: 1rem;
	color: #3d3d41!important;
	line-height: 1.2rem;
}

.Articulos .BtnTerciario {
	display: block;
	background-color: #3d3d41!important;
	padding: 8px 40px;
	color: #fff;
	border-radius: 14px;
	font-size: 1rem;
}