.elementor-1448 .elementor-element.elementor-element-d405856 .elementor-repeater-item-a98aeec.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1448 .elementor-element.elementor-element-0f4c6a6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1448 .elementor-element.elementor-element-0f4c6a6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1448 .elementor-element.elementor-element-d405856{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1448 .elementor-element.elementor-element-d405856 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(min-width:768px){.elementor-1448 .elementor-element.elementor-element-0f4c6a6{width:100%;}}/* Start custom CSS for html, class: .elementor-element-7923374 */.ditec-pw-container{
    width: 100%;
}
.pw-container{
    margin-left: 7.3%!important;
    margin-right: 7.3%!important;
}
.page-header{
    display: none;
}
p{
	color: #696969;
}
.unm-blue{
	color: #1C4493;
}
.pw-ditec-banner{
	background-image: url('https://www.unm.edu.pe/wp-content/uploads/2021/06/ditec-banner.jpg');
   	background-position:center top;
   	background-repeat: no-repeat;
   	background-size: cover;
	min-height: 350px;
	height: 460px;
	display: flex;
	align-items: center;
}
.pw-ditec-banner .item.text{
	width: 50%;
	height: 350px;
	display: flex;
	align-items: center;
	margin-left: 5%;
	margin-right: 5%;
}
.pw-ditec-banner h1{
	color: #fff;
	/*font-family: 'EB Garamond', serif;*/
	font-family: 'Cormorant Garamond', serif;
	font-size: 2.8em;
	font-weight: 500;
}
.pw-container.four{
	display: flex;
}
.capital{
	color: #1C4493;
	float: left;
	font-size: 3em;
	font-weight: 600;
	margin: 0 10px 0 0;
	line-height: .8em;
}

.pw-container.icons{
	display: flex;
	justify-content: space-between;
	width: 70%;
	margin: 0 auto!important;
}
.pw-container.icons .item{
	flex: 33.33%;
	text-align: center;
}
.item.grey-icon img{
	background-color: #696969;
	border-radius: 50%;
	padding: 2%;
	width: 80px;
	transition: .5s;
	margin-bottom: 3%;
}
.item.grey-icon img:hover{
	background-color: #1C4493;
	cursor: pointer;
}
.item.grey-icon p{
	color: #1C4493;
}
.pw-container.four .item.one{
	margin-right: 1%;
	padding-right: 2%;
}

.pw-container.five{
	display: flex;
	margin-top: 2%;
}

.pw-contenedor{
    margin-left: 7.3%;
    margin-right: 7.3%;
}
.five .item.one{
	margin: 0 auto;
	width: 35%;
	display: flex;
	color: #1C4493;
	justify-content: space-between;
	text-align: center;
}
@media(max-width:425px){

.pw-contenedor{
    margin-left: 0;
    margin-right: 0;
}

.five .item.one p{
	font-size: .8em;
	color: #696969;
}
}

.five .item.one img{
	width: 45px;
	height: 35px;
}

.five .item.one .fas{
	margin-top: 10px;
}

/* EFECTO ONDA */
.blurb-ripple-out {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	/*background: rgba(178, 221, 76, 1);*/
	background: #696969;
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}
.blurb-ripple-out:hover{
	background: #1C4493;
}

.blurb-ripple-out:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	/*box-shadow: 0 0 0 2px rgba(178, 221, 76, 1);*/
	box-shadow: 0 0 0 2px #1C4493;
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.blurb-ripple-out:before {
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.blurb-ripple-out:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}


@keyframes sonarEffect {
	0% {
		opacity: 0.5;
	}
	40% {
		opacity: 0.7;
		/*box-shadow: 0 0 0 2px rgba(178, 221, 76, 1), 0 0 10px 10px rgba(178, 221, 76, 1), 0 0 0 10px rgba(178, 221, 76, 1);*/
		box-shadow: 0 0 0 2px #1C4493, 0 0 10px 10px #1C4493, 0 0 0 10px #1C4493;
	}
	100% {
		/*box-shadow: 0 0 0 2px rgba(178, 221, 76, 1), 0 0 10px 10px rgba(178, 221, 76, 1), 0 0 0 10px rgba(178, 221, 76, 1);*/
		box-shadow: 0 0 0 2px #1C4493, 0 0 10px 10px #1C4493, 0 0 0 10px #1C4493;
		transform: scale(1.5);
		opacity: 0;
	}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7923374 */.ditec-pw-container{
    width: 100%;
}
.pw-container{
    margin-left: 7.3%!important;
    margin-right: 7.3%!important;
}
.page-header{
    display: none;
}
p{
	color: #696969;
}
.unm-blue{
	color: #1C4493;
}
.pw-ditec-banner{
	background-image: url('https://www.unm.edu.pe/wp-content/uploads/2021/06/ditec-banner.jpg');
   	background-position:center top;
   	background-repeat: no-repeat;
   	background-size: cover;
	min-height: 350px;
	height: 460px;
	display: flex;
	align-items: center;
}
.pw-ditec-banner .item.text{
	width: 50%;
	height: 350px;
	display: flex;
	align-items: center;
	margin-left: 5%;
	margin-right: 5%;
}
.pw-ditec-banner h1{
	color: #fff;
	/*font-family: 'EB Garamond', serif;*/
	font-family: 'Cormorant Garamond', serif;
	font-size: 2.8em;
	font-weight: 500;
}
.pw-container.four{
	display: flex;
}
.capital{
	color: #1C4493;
	float: left;
	font-size: 3em;
	font-weight: 600;
	margin: 0 10px 0 0;
	line-height: .8em;
}

.pw-container.icons{
	display: flex;
	justify-content: space-between;
	width: 70%;
	margin: 0 auto!important;
}
.pw-container.icons .item{
	flex: 33.33%;
	text-align: center;
}
.item.grey-icon img{
	background-color: #696969;
	border-radius: 50%;
	padding: 2%;
	width: 80px;
	transition: .5s;
	margin-bottom: 3%;
}
.item.grey-icon img:hover{
	background-color: #1C4493;
	cursor: pointer;
}
.item.grey-icon p{
	color: #1C4493;
}
.pw-container.four .item.one{
	margin-right: 1%;
	padding-right: 2%;
}

.pw-container.five{
	display: flex;
	margin-top: 2%;
}

.pw-contenedor{
    margin-left: 7.3%;
    margin-right: 7.3%;
}
.five .item.one{
	margin: 0 auto;
	width: 35%;
	display: flex;
	color: #1C4493;
	justify-content: space-between;
	text-align: center;
}
@media(max-width:425px){

.pw-contenedor{
    margin-left: 0;
    margin-right: 0;
}

.five .item.one p{
	font-size: .8em;
	color: #696969;
}
}

.five .item.one img{
	width: 45px;
	height: 35px;
}

.five .item.one .fas{
	margin-top: 10px;
}

/* EFECTO ONDA */
.blurb-ripple-out {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	/*background: rgba(178, 221, 76, 1);*/
	background: #696969;
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}
.blurb-ripple-out:hover{
	background: #1C4493;
}

.blurb-ripple-out:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	/*box-shadow: 0 0 0 2px rgba(178, 221, 76, 1);*/
	box-shadow: 0 0 0 2px #1C4493;
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.blurb-ripple-out:before {
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.blurb-ripple-out:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}


@keyframes sonarEffect {
	0% {
		opacity: 0.5;
	}
	40% {
		opacity: 0.7;
		/*box-shadow: 0 0 0 2px rgba(178, 221, 76, 1), 0 0 10px 10px rgba(178, 221, 76, 1), 0 0 0 10px rgba(178, 221, 76, 1);*/
		box-shadow: 0 0 0 2px #1C4493, 0 0 10px 10px #1C4493, 0 0 0 10px #1C4493;
	}
	100% {
		/*box-shadow: 0 0 0 2px rgba(178, 221, 76, 1), 0 0 10px 10px rgba(178, 221, 76, 1), 0 0 0 10px rgba(178, 221, 76, 1);*/
		box-shadow: 0 0 0 2px #1C4493, 0 0 10px 10px #1C4493, 0 0 0 10px #1C4493;
		transform: scale(1.5);
		opacity: 0;
	}
}/* End custom CSS */