@import url(normalize.css);
@import url(lazy-load.css);
@import url(fonts.css);

*,body, html {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font-size: 0.85em;
	line-height: 22px;
	font-family: 'OpenSans';
	color: #706f6f;
	margin:0;
	padding:0;
	background: #fff url(../images/003.jpg) no-repeat top center;
}

.bg1 {background: url(../images/bg.jpg) #f9f9f9 no-repeat center top}
.white {color: #fff;}
.more {
	position: relative;
	display: inline-block;
	font-size: 11px;
	padding: 5px 15px;
    color: #FFF;
	background: url(../images/degrade-green.jpg) #639830 repeat-x;
}
.more:before{ content:''; position:absolute; top:-7px; left:50%; background:url(../images/triangle.png) no-repeat; width:15px; height:7px; margin-left:-7px;}
.more:hover { background:#538b1c; color:#FFF; }

.more1 {
	padding: 8px 35px;
	color: #fff;
	text-transform: uppercase;
	background-color: #a82419;
}
.more2 {
	padding: 6px 20px;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #a82419;
}
.more2:hover {
	background-color:#c83226;
	color:#FFF;
}
.more3 {
	padding: 8px 35px;
	color: #fff;
	text-transform: uppercase;
	background-color: #a82419;
	transition: .5s all;
}
.more3:hover {
	background-color: #461c98;
}

input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }

.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

article, aside, details, footer, header, menu, nav, section { display: block; }
ul{ list-style:none;}

	h2,h3,h4,h5{ font-weight: normal;}

	h2{  font-family: 'OpenSans-Light'; font-size:36px;   color:#000; }
	h3{ font-size:28px; margin:20px 0; color:#646464;  font-family: 'OpenSans-Light';  }
	h3.sub:after{ content:''; height:2px; background:#db1909; width:30px; display:block; margin-top:20px;}
			.sub1{ color:#79b63d; display:block;   font-size:20px; }
			.sub2{   display:block;   font-weight:100;  font-size:37px; color:#1384db; }
			.sub3{ color:#3c729b; font-weight:100;}
			.sub4{ border-top:1px dotted #5c98cb;  border-bottom:1px dotted #5c98cb; padding:8px 0;}


	h4{ font-size:18px; font-weight:600; margin:15px 0; color:#3d2699; }
	h5{   margin:20px 0;  font-size:18px; font-weight:100;}
	h6{ color:#e61300; font-size:20px; font-weight:100;}

	p{ line-height:20px; margin:0 0 19px 0;}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1em;
}
.relative {position:relative;}

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 45px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.padd10{ padding:10px;}
.padd15{ padding:10px 15px;}
.padd30{ padding:30px;}

.section {padding: 2.5em 0;}


/*HEADER */
#header{ padding: 0 0 0; border-bottom:#d4d4d4 2px solid;}
.menu-responsive {display: none;}

.img-responsive {
	display: block;
	max-width: 100%;
}

#top {
	background:#fbfbfb;
	border-bottom:#e4e4e4 1px solid;
	color:#8a8a8a
}
.datos {
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.dato {
	display: inline-flex;
	padding: 0 .25em;
	margin-bottom: 1.5em;
}
.brochure-fr{
	display: inline-flex;
    font: 1em 'OpenSans';
    padding: 0.5em 1em;
    color: #fff;
    margin-right: 1em;
    background-color: #fc2314;
    text-transform: uppercase;
    transition: .5s all;
    border-radius: 5px;
}
.brochure-fr:hover{
	background-color: #422496;
}

/* navigation */
.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em 0;
}
#navigation {
}
#navigation ul {
	display: flex;
	flex-wrap: wrap;
}
#navigation li {
	display: flex;
	align-items: center;
	padding: 0 .25em;

	text-align: center;
	/*border-right: #e1e1e1 1px solid;*/
}
#navigation li a {
	display: block;
	font: 1em 'OpenSans';
	padding: 1em;
	color: #fff;
	background-color: #422496;
	text-transform: uppercase;
	transition: .5s all;
}
#navigation li a:hover {

	background-color: #fc2314;
}


.menu-ubicador {font-size:12px; color:#999; margin-top:30px;}
.menu-ubicador a{ text-decoration:underline; color:#999;}

#sections {padding:20px 0;}

/* SLIDER */
.t_fnd{
	background:rgba(197,39,26,.9);
	/*width:400px;*/
	width:500px !important;
	padding:35px;
	position:relative;

}

.t_fnd h2{
    font-weight: 600;
    font-size: 28px;
    padding: 0 0 5px 0;
	margin:0 0 0 0;
	color:#FFF;
}
.t_fnd  p{ color:#FFF; line-height: normal;}

.bnt1{ background:#422496; color:#FFF; padding:8px 25px;}
.bnt1:hover{ background:#5b3aba; color:#FFF; }


/* main */
#main{ background:#f1f6f9;}
#main p{ margin-bottom:10px;}

	.col1{ width:200px;}
	.col2{ width:455px;}
	.col3{ width:500px;}
	.col4{ width:600px;}
	.col5{ width:700px;}
	.col6{ width:49%;}
		.colm2{ background:#a6def6; min-height:400px;}
	.col7{ width:850px;}


.eolica{ background:url(../images/eolica1.png) no-repeat right bottom; min-height:480px;}

#franja1{ background:#f3f3f3; padding:35px 0 0 0;}

.line{ background:url(../images/line-1.gif) repeat-x;}

.banner_int{
	width:100%;
	height:260px;
	background:#900;
}
.bann1{ background:url(../images/min-slider/001.jpg) no-repeat center top;}

.bann2{ background:url(../images/min-slider/002.jpg) no-repeat center top;}

.bann3{ background:url(../images/min-slider/003.jpg) no-repeat center top;}

.bann4{ background:url(../images/min-slider/004.jpg) no-repeat center top;}

.bann5{ background:url(../images/min-slider/005.jpg) no-repeat center top;}


.frase{
	    font-size: 22px;
    text-align: center;
    line-height: 34px;
    color: #fff;
	font-family: 'Courgette', cursive;
}

.frase2{
	font-size: 30px;
    text-align: center;
    padding: 13px 0;
    line-height: 34px;
    color: #fff;
    font-family: 'Courgette', cursive;
}

.f_lila{
	background: #422496;
}

/* servicioss */
#servicioss{ border-bottom:#dbdbdb 1px solid; background:#f7f7f7}
#servicioss h3{ color:#000;}
	.border-r{ border-right:#dbdbdb 1px solid;}
	.construction{ background:url(../images/icons/construction.png) 60px 40px no-repeat; padding-left:150px;}
	.asesoria{ background:url(../images/icons/asesoria.png) 60px 40px no-repeat; padding-left:150px;}

/* SOLUCIONES */
.soluciones{ text-align: center; }
.soluciones li{ border:#EAEAEA 1px solid; box-shadow:0 0 4px #F4F4F4; border-bottom:#0083c4 4px solid; display:inline-block;  text-align:center; width:19%; margin:0 2px; vertical-align:top;}

.soluciones li p{ color:#858585; font-size:13px; line-height:17px;}
.soluciones li img{ width:100%;}
.soluciones h2{ margin-bottom:10px;}
.soluciones .txt{ padding:15px; background:#FFF;}

/* SERVICIOS */
#servicios{ background:url(../images/bg-green-serv.jpg) no-repeat #7ab245;}
#servicios h4, #servicios h5{ color:#FFF;}
#servicios h4 { font-size:30px !important;}
	.bord1{ border-right:#FFF 1px solid; min-height:400px;}
#servicios .col3{ min-height:360px;}
#servicios li{color:#FFF; }
	.servicios li{ font-family: 'Titillium Web', sans-serif; font-size:17px; background:url(../images/icons/check1.png) no-repeat; padding-left:35px; margin:15px 0 15px 80px; line-height:25px;}

   /* interior servicios */
   .servicioss{ text-align:center;  border-right: 1px solid #E4E8E8; width:1050px; margin:0 auto;}

   .servicioss li{ display:inline-block; border-bottom: 1px solid #E4E8E8;     border-left: 1px solid #E4E8E8; width:517px;}
   servicioss li im{ width:100%;}
   .servicioss li .int{ padding:15px 35px 50px 35px;}
   .servicioss  p{ color:#666; font-size:12px; margin-bottom:10px;}

/* servicios */
.general-servis{ background:url(../images/bg-soluciones.jpg) center bottom no-repeat; padding:50px 0; }
.general-servis li{ display:inline-block;     background: rgba(255,255,255,.9); padding:25px; width:30%; margin:0 15px 20px 15px; vertical-align:top; font-family: 'Titillium Web', sans-serif; font-size:16px; border:#EBEBEB 1px solid; border-radius:3px}
.general-servis li>div{ min-height:50px;}
	.serv1{ background:url(../images/icons/serv1.png) no-repeat; padding-left:55px;}
	.serv2{ background:url(../images/icons/serv2.png) no-repeat; padding-left:55px;}
	.serv3{ background:url(../images/icons/serv3.png) no-repeat; padding-left:55px;}
	.serv4{ background:url(../images/icons/serv4.png) no-repeat; padding-left:55px;}
	.serv5{ background:url(../images/icons/serv5.png) no-repeat; padding-left:55px;}
	.serv6{ background:url(../images/icons/serv6.png) no-repeat; padding-left:55px;}
	.serv7{ background:url(../images/icons/serv7.png) no-repeat; padding-left:55px;}
	.serv8{ background:url(../images/icons/serv8.png) no-repeat; padding-left:55px;}
	.serv9{ background:url(../images/icons/serv9.png) no-repeat; padding-left:55px;}

/* Servicios - Index */
.servicios {background-color: #f7f7f7;}
.grid-3 {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
.col-servicio {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 1em;
	padding: 3em;
}
.col-servicio:not(:last-of-type) {border-right: 2px solid #dbdbdb;}
.col-servicio span {
	font-size: 5em;
	color: #c2c2c2;
}
.col-servicio h3 {
	margin: 0;
	font: 2em 'OpenSans-Light';
	text-transform: uppercase;
}
.col-servicio p {
	font: .86em 'OpenSans-Light';
}

/* Casas - Index */
.bg-white {background-color: #fff;}
.blue {color: #422496;}

.places .title {
	position: relative;
	text-align: center;
}
.places .title h2 {
	line-height: 1em;
	text-transform: uppercase;
}
.places .title::before {
    content: '';
    position: absolute;
    bottom: -33%;
    left: 50%;

    width: 10%;
    height: 2px;

    transform: translate(-50%, -50%);
    background-color: #db1909;
}

.grid-places {
    margin-top: 4em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(3, 268px);
    grid-gap: .65em;
    grid-template-areas: "place1 place2 place3"
                         "place1 place4 place4"
                         "place5 place5 place6";
}

.item-place {
    position: relative;
    overflow: hidden;
}
.item-place::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: .5s all;
}
.item-place::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;
	/*
    background-image: linear-gradient(-30deg, rgba(59, 104, 139, 0.75), rgba(0, 0, 0, 0.25));
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.05), #3b688b);*/
    z-index: 1;
}

.place1 {grid-area: place1;}
.place1::before {background-image: url(../images/place1.jpg);}

.place2 {grid-area: place2;}
.place2::before {background-image: url(../images/place2.jpg);}

.place3 {grid-area: place3;}
.place3::before {background-image: url(../images/place3.jpg);}

.place4 {grid-area: place4;}
.place4::before {background-image: url(../images/place4.jpg);}

.place5 {grid-area: place5;}
.place5::before {background-image: url(../images/place5.jpg);}

.place6 {grid-area: place6;}
.place6::before {background-image: url(../images/place6.jpg);}

.item-place .title-place {
    position: absolute;
    bottom: 2%;
    right: 4%;
    text-shadow: 1px 1px 1px #000;
    z-index: 2;
}

.overlay-place {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);

    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 3;
    transition: .5s all;
}
.overlay-place a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.item-place:hover .overlay-place {opacity: 1;}
.item-place:hover::before {transform: scale(1.1);}

.caption-place {
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
	padding: .5em 0;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
}
.caption-place p {
	margin: 0;
	line-height: 2em;
}

/* Noticias - Index */
.grid-noticias {
	display: grid;
	grid-template-columns: 49% 1fr;
	grid-gap: 1em;
}
/*.col-noticia {padding: 1em 2em;}*/
/*.col-noticia:not(:last-of-type) {border-right: #ccc 1px dashed;}*/

.col-noticia h3,
.col-noticia h4 {text-transform: uppercase;}

.video-noticias {
    width: 100%;
    max-height: 400px;
    min-height: 70px;
}
.video-noticias iframe {
    width: 100%;
    height: 300px;
    border: none;
}

.titulo-noticia {
	display: flex;
	justify-content: space-between;
}
.titulo-noticia a {align-self: center;}

/* Conócenos - Index */
.grid-conocenos {
	display: grid;
	grid-template-columns: 50% 1fr;
}
.video-conocenos {
	width: 100%;
    max-height: 400px;
    min-height: 70px;
}
.video-conocenos iframe {
    width: 100%;
    height: 400px;
    border: none;
}
.info-conocenos {
	background-color: #422496;
	color: #fff;
	padding: 4em;
}
.info-conocenos h3 {
	margin: 0 0 1em;
	color: #fff;
	text-transform: uppercase;
}

/* CONTACTO */
.box-contact{     box-shadow: 0px 9px 20px 0px rgba(64, 73, 89, 0.2);}
.box-contact h3{ background:#0e82cc; color:#FFF; padding:10px 25px; font-size:20px;}
.box-contact ul{ margin:0 20px;}


.formulario .campo{ border:#D8D8D8 1px solid; padding:12px 15px; width:185px; margin:5px;}
.formulario textarea{border:#D8D8D8 1px solid; padding:8px 15px; width:645px; margin:5px;}
.formulario .enviar{ background:#79b63e; color:#FFF; padding:15px 65px;  border:0; margin:5px;}



/* FOOTER */
.news li{  /*border-bottom:#cdd5de 1px solid; padding:25px 0;*/}
.news li p{	color: #706f6f;}
.news .imagen {
	float:left;
	width:271px;
	height:179px;
	position:relative;
	margin-right:30px;
	box-shadow:5px 5px 0 #CCC
}
.news .imagen-noticia {
	float: left;
	width: 30%;
	position: relative;
	margin-right: 30px;
	margin-bottom: 20px;
	box-shadow: 5px 5px 0 #CCC;
}
.news .imagen-noticia img {
	display: block;
	width: 100%;
}

.news .plus {
	display:block;
	position:absolute;
	bottom:0;
	right:0;

	width:50px;
	font-size:26px;
	padding:10px 0;

	color:#FFF;
	text-align:center;
	background:#a92e24;
	transition: .5s all;
	z-index:4;
}
.news .plus:hover {background-color: #461c98;}
.news h4{ color:#3d2699; margin-top:0;}

	.dates p{ padding-left:25px; margin-bottom:15px;}
	.dates .ubic{ background:url(../images/icons/ubic.png) no-repeat;}
	.dates .phone{ background:url(../images/icons/phone.png) no-repeat;}
	.dates .cell{ background:url(../images/icons/cell.png) no-repeat;}

/* mensaje */
.imagen-fija{ width:50%; float:left;}
.bann-info-left{ background: url(../images/imagen-ninos.jpg) no-repeat;
    min-height: 400px;
    background-size: cover;}
.bann-info-right{ width:50%; float:left; background:#422496; color:#FFF; min-height:400px;}
.bann-info-right .cnt{ padding:30px 60px;}
.bann-info-right .cnt p{ color:#d6d0ed;}
.bann-info-right h3{ color:#FFF; line-height: normal;}
	.subtit{ font-size:18px; display:block;}


/* FOOTER */
.grid-footer {
	display: grid;
	grid-template-columns: 20% 15% 25% 40%;
}
.col-footer {padding: 2em 1.5em 0;}
.col-footer:not(:last-of-type) {
	background-image: url(../images/bg-line-col.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}
.col-footer .personas {width: 70%;}

#footer{  padding: 0 0 0;   }
#footer h4{  margin: 0 0 5px 0 !important; line-height:30px;}
.col_1{ background:url(../images/bg-line-col.jpg) right center no-repeat; min-height:150px; float:left; padding:65px 65px 15px 25px; min-height:260px;}
	.date{}
	.date li{ padding:0 0 0 30px; margin:10px 0;}
	.date .phone{ background: url(../images/icons/phone_1.jpg) no-repeat;}
	.date .cell{ background: url(../images/icons/cell_1.jpg) no-repeat;}
	.date .email{ background: url(../images/icons/email_1.jpg) no-repeat;	}
	.menus-foot a{ color:#333; margin:3px 0; display:block;}
		.purple{ color:#3e2992; font-weight:bolder;}

	.group{ position: absolute; bottom:-5px; right:-90px; z-index:9}

	.tips{ background:url(../images/girl-tips.png) center top no-repeat; padding:230px 0 0 20px; min-height:170px;   width:330px; border-left:#CCC 1px dashed;}
	.tips li{ border:#E4E4E4 1px solid; padding:10px 25px 10px 45px; margin:2px; background:url(../images/icons/arrow1.png) no-repeat 20px 16px #FFFFFF; border-radius:15px;}

/* COPY */
#copy{ padding:15px 0; text-align:center; font-size:12px; border-top:#e9e9e9 1px solid;}
#copy p{ margin:0;}

/* ABOUT-US */
.wrap-au {
	display: grid;
	grid-template-columns: 20% 1fr;
	grid-gap: 2em;
}
.menu-au {
	padding: 3em 1.5em;
	border: 1px solid #bbb;
	border-radius: 15px;
}
.menu-au h2 {
	font-size: 2em;
	text-transform: uppercase;
	margin-bottom: 1.2em;
}
.menu-au ul {
	padding: 0 1em;
    list-style-image: url('../images/play.png');
}
.menu-au li{
	padding: .75em 0;
	color: #929292;
	transition: .5s all;
	cursor: pointer;
}
.menu-au li a{
	color: #929292;
}
.menu-au li a.active {
	font-family: 'OpenSans Bold';
	color: #461c98;
}
.menu-au li a:hover {
	color: #461c98;
}
.menu-au li:not(:last-of-type) {border-bottom: 1px solid #dbdbdb;}


.banner {
	position: relative;
	width: 100%;
    min-height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg_about-us {background-image: url(../images/bg-conocenos.jpg);}

.banner::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(67, 45, 128, 0.75);
}
.text-banner {
	position: absolute;
	left: 50%;
	top: 50%;

	width: 36%;
	padding: 3em 4em 2em;
	font: 1.1em 'OpenSans Italic';
	color: #dedede;
	text-align: center;

	border: 1px solid #dedede;
	border-radius: 10px;
	transform: translate(-50%, -50%);
}

.bg-blue {background-color: #461c98;}
.bg-red {background-color: #fc2314;}
.bg-gray {background-color: #bcbcbc;}
.bg_gray-light {background-color: #f2f2f2;}

.grid-au {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
}
.grid-au figure {
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 233px;
}

.item-au {
    position: relative;
    overflow: hidden;
}
.item-au::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: .5s all;
}

.people01::before {background-image: url(../images/people01.jpg);}
.people02::before {background-image: url(../images/people02.jpg);}
.people03::before {background-image: url(../images/people03.jpg);}
.people04::before {background-image: url(../images/people04.jpg);}
.people05::before {background-image: url(../images/people05.jpg);}
.people06::before {background-image: url(../images/people06.jpg);}
.people07::before {background-image: url(../images/people07.jpg);}
.people08::before {background-image: url(../images/people08.jpg);}
.people09::before {background-image: url(../images/people09.jpg);}
.people10::before {background-image: url(../images/people10.jpg);}

.overlay-au {
    position: absolute;
	left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);

    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    transition: .5s all;
}
.item-au:hover .overlay-au {left: 0;}

.overlay-au a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.grid-au figcaption {
	padding: 0 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* CONTACTO */
.grid-contacto {
    display: grid;
    grid-template-columns: 50% 1fr;
}

.form-contact input,
.form-contact textarea {
    display: block;
    width: 85%;

    font: 0.9em 'OpenSans';
    margin: 1em 0;
    padding: 1rem 1.2rem;

    background-color: #f7f7f7;
    border: 1px solid #d3d3d2;
    border-radius: .5rem;
}

.contacto-info h4:nth-of-type(2) {margin-top: 1em;}
.contacto-info p {margin: .75em 0;}

.form-contact button {
    display: inline-block;
    font: 1em 'OpenSans Bold';
    padding: .5em 1em;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s all;

    color: #fff;
    background-color: #a82419;
    border: 1px solid #a82419;
}

.form-contact button:hover {
    color: #a82419;
    background-color: transparent;
}

/* Mensaje Enviado */
.text-exit {text-align: center;}
.text-exit h3 {
	font: 1.5em 'OpenSans Bold';
	text-transform: uppercase;
}

/* Galeria */
.grid-galeria {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	grid-gap: 1em;
}

.item-galeria {
    position: relative;
    overflow: hidden;
	min-height: 300px;
}
.item-galeria::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: .5s all;
}

.huancayo1::before {background-image: url(../images/huancayo1.jpg);}
.huancayo2::before {background-image: url(../images/huancayo2.jpg);}
.huancayo3::before {background-image: url(../images/huancayo3.jpg);}
.huancayo4::before {background-image: url(../images/huancayo4.jpg);}
.huancayo5::before {background-image: url(../images/huancayo5.jpg);}
.huancayo6::before {background-image: url(../images/huancayo6.jpg);}
.huancayo7::before {background-image: url(../images/huancayo7.jpg);}
.huancayo8::before {background-image: url(../images/huancayo8.jpg);}
.huancayo9::before {background-image: url(../images/huancayo9.jpg);}
.huancayo10::before {background-image: url(../images/huancayo10.jpg);}
.huancayo11::before {background-image: url(../images/huancayo11.jpg);}
.huancayo12::before {background-image: url(../images/huancayo12.jpg);}
.huancayo13::before {background-image: url(../images/huancayo13.jpg);}
.huancayo14::before {background-image: url(../images/huancayo14.jpg);}
.huancayo15::before {background-image: url(../images/huancayo15.jpg);}

.proy1::before {background-image: url(../images/proy1.jpg);}
.proy2::before {background-image: url(../images/proy2.jpg);}
.proy3::before {background-image: url(../images/proy3.jpg);}
.proy4::before {background-image: url(../images/proy4.jpg);}
.proy5::before {background-image: url(../images/proy5.jpg);}
.proy6::before {background-image: url(../images/proy6.jpg);}
.proy7::before {background-image: url(../images/proy7.jpg);}
.proy8::before {background-image: url(../images/proy8.jpg);}
.proy9::before {background-image: url(../images/proy9.jpg);}
.proy10::before {background-image: url(../images/proy10.jpg);}
.proy11::before {background-image: url(../images/proy11.jpg);}
.proy12::before {background-image: url(../images/proy12.jpg);}
.proy13::before {background-image: url(../images/proy13.jpg);}
.proy14::before {background-image: url(../images/proy14.jpg);}
.proy15::before {background-image: url(../images/proy15.jpg);}

.overlay-galeria {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);

    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 3;
    transition: .5s all;
}
.overlay-galeria a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.item-galeria:hover .overlay-galeria {opacity: 1;}
.item-galeria:hover::before {transform: scale(1.1);}

.caption-galeria {
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
	padding: .5em 0;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
}
.caption-galeria p {
	margin: 0;
	line-height: 2em;
}
.text-conocenos h4{
	color: #3d2699;
}
.text-conocenos p{
	text-align: justify;
	color: #706f6f;
}
.cont-imag{
	display: flex;
	justify-content: space-evenly;
}
.imag{
	/*display: inline-flex;*/
	padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.imag img{
	width: 100%;
}
.sese{
	width: 50%;
}
.fr-list{
	list-style: disc;
    padding-left: 1.5em;
    margin: 15px 0;
}
.cont-lal{
	display: inline-block;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px dotted#d6cece;
}
.lal{
	display: inline-block;
	padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.lol h1{
	color: #3d2699;
    font-size: 1.5em;
    line-height: 2em;
}
.lol h2{
    font-size: 2em;
    line-height: 1.5em;
    color: #746f6f;
    font-weight: bold;
}
.lol{
	display: inline-block;
    width: 60%;
    margin-right: 5%;
    float: left;
}
.frfr-1{
	display: inline-block;
    vertical-align: top;
    margin: 1em 0;
}
.frfr-2{
	display: inline-block;
    margin-left: 0.5em !important;
}
.frfr-2 a {
    color: #393939;
}
.tamtam{
	font-size: 1.2em;
}