/*
Theme Name: Reipad
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.3.1733423052
Updated: 2024-12-05 18:24:12

*/

.servicios-titulo .et_pb_text_inner, .servicios-texto .et_pb_text_inner {
	display: flex;
	
}

.servicios-titulo .et_pb_text_inner, .servicios-texto .et_pb_text_inner {
	align-items: center;
	height:350px;
	padding: 10px;
	flex-direction: column;
    justify-content: center;
}

.pictos {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	gap:10px;
	justify-items: center;
}

.pictos-container>div {
	width: 200px;
	height:200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.pictos-titulo, .pictos-titulo h3 {
	color: #ffffff
}

.pictos-titulo i {
	font-size: 3em;
	padding-bottom: 20px
}
.pictos-texto {
	background-color: #ffffff;
	border-radius: 100px;
	padding: 40px;
	margin-top: -200px;
	opacity:0;
	transition: ease 0.5s;
	width: 210px;
	height:210px;
}
.pictos-texto h4 {
	font-weight: 400;
	font-size: 1em;
	line-height: 1.1em
}
.pictos-beneficio {
	background-color: #E02B20;
	font-size: 10px;
	color: #ffffff;
	height: auto !important;
    line-height: 1.3em;
    padding: 5px 10px;
    border-radius: 20px;
	margin-top:0;
	display: none;
	opacity: 0;
	transition: all 1s ease-in
}
.pictos-container:hover .pictos-texto, .pictos-texto:hover,.pictos-container:hover .pictos-beneficio {
	opacity:1;
}
.pictos-container:hover .pictos-titulo {
	opacity:0;
}
.pictos-container:hover .pictos-beneficio {
	display:block;
	margin-top: -35px !important;
}

.unico {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	justify-items: center;
	justify-content: center;
	gap: 10px;
	width:100%;
}
.unico-container>div {
	height:350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgb(230,0,0);
	background: linear-gradient(180deg, rgba(230,0,0,1) 0%, rgba(88,0,0,1) 100%);
	border-radius: 20px
}
.unico>div {
	
/*border-right:1px solid rgba(255,255,255,0.2);*/
}
.unico>div:last-of-type {
	border-right: 0px
} 
.unico-titulo h3 {
	color: #ffffff;
	padding: 25px;
	font-size: 1.3em
}

.unico-texto {
	background: #f3f3f3 !important;
	padding: 40px;
	margin-top: -350px;
	opacity:0;
	transition: ease 0.5s;
}

.unico-contaner:hover .unico-texto, .unico-texto:hover {
	opacity:1;
}
.unico-container:hover .unico-titulo {
	opacity:0;
}
.tablepress tr th {
	background-color: #E02B20 !important;
	color: #ffffff !important;
	margin: 0 !important
}
.entry-content table:not(.variations) {
	margin: 0 !important;
	border: 0
}
.porcentaje {
	font-size: 1.3em
}
.tablepress td {
	font-size: 0.9em
}
@media only screen and (max-width:768px) { 
	.pictos, .unico {
	grid-template-columns: 50% 50%;
}
}
@media only screen and (max-width:450px) { 
	.pictos, .unico {
	grid-template-columns: 100%;
}
	.unico>div {
	border-bottom:1px solid rgba(255,255,255,0.2);
	
}
}