/*
Theme Name:     Persiprotec - Child Theme
Template:       hello-elementor
Author:         
Version:        3.0
Domain Path:    /languages/
*/

/* *
 * ------Botón ScrollTop-------- *
 								 * */
.scrolltop {
	width: 58px;
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
	text-decoration: none;
	position: fixed;
	z-index: 99999;
	bottom: 30px;
	right: 0px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	cursor: pointer;
	font-size: 30px;
	padding: 0px 15px;
	color: rgb(255, 255, 255);
}

/* *
 * ------Menú Fijo-------- *
 								 * */
.menu_fijo{ 
	position:fixed; 
	/*-webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;*/
}
.menu_fijo_icono{width:50px;}
.mobmenur-container i{line-height: 60px;}
.elementor-section.elementor-section-boxed > .elementor-container{max-width:initial;}
@media (min-width: 768px){
	.elementor-column.menu_fijo, .espacio_menu_fijo{ 
		display:none; 
	}
}
/* *
 * ------Caja de Icono-------- *
 								 * */
.icono-alto .elementor-icon-box-icon .elementor-icon{
	margin-top: -25px;
}
.icono-alto .elementor-icon-box-description{
	text-align: justify;
}
.altura-igual{
	height: 100%;
	display: flex;
}
.centrar-contenido{
	display: contents;
	height: 100%;
	align-items: center;
}

.align-items-center .elementor-icon-box-wrapper{
	align-items: center;
}


