
main {
  background-color: #fafafa;
}

.fafafa {
  background-color: #fafafa;
}

.navbar-nav .nav-link.active {
  font-weight:750;
  color: #49703B;
}

.navbar-nav li a {
  font-weight: 500;
  font-size: 16px;
}

.nav-link {
  display: inline-block;
  position: relative;
  }

.nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #49703B;
  transform-origin: bottom;
  transition: transform 0.25s ease-out;
}

.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom;
}

.carousel-item {
  transition: transform 2.0s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 2.0s;
}




footer p1 {
  line-height: 1;
  padding-left: 1vh;
}


 

.footer a{
text-decoration: none;
color: #fafafa;
font-weight:200;
}

.footer a:hover{
  text-decoration: underline;
}

.table-responsive {
  line-height: 0.5;
}

.card-img-top {
  width: 100%;
  height: 10vw;
  object-fit: cover;
}


#carouselLandingPage .carousel-item img {  
  object-fit: cover;
  object-position: center;
  height: 550px;
}


#carouselLandingPage .carousel-caption{
  color: #fafafa;
  font-size: large;
  text-shadow: #000000 1.5px 1.5px 0px;    
}


#carouselLandingPage .carousel-inner>.carousel-item img
{  
-webkit-transform-origin:50% 50%;
-moz-transform-origin:50% 50%;
-ms-transform-origin:50% 50%;
-o-transform-origin:50% 50%;
transform-origin:50% 50%;
-webkit-animation:kenburns 8000ms linear 0s infinite;
animation:kenburns 8000ms linear 0s infinite
}


@-webkit-keyframes kenburns
{
0%
{
  -webkit-transform:scale(1);
  -webkit-transition:-webkit-transform 8000ms linear 0s
}
100%
{
  -webkit-transform:scale(1.1);
  -webkit-transition:-webkit-transform 8000ms linear 0s
}

}
@-moz-keyframes kenburns
{
0%
{
  -moz-transform:scale(1);
  -moz-transition:-moz-transform 8000ms linear 0s
}
100%
{
  -moz-transform:scale(1.1);
  -moz-transition:-moz-transform 9000ms linear 0s
}

}
@-ms-keyframes kenburns
{
0%
{
  -ms-transform:scale(1);
  -ms-transition:-ms-transform 8000ms linear 0s
}
100%
{
  -ms-transform:scale(1.1);
  -ms-transition:-ms-transform 8000ms linear 0s
}

}
@-o-keyframes kenburns
{
0%
{
  -o-transform:scale(1);
  -o-transition:-o-transform 8000ms linear 0s
}
100%
{
  -o-transform:scale(1.1);
  -o-transition:-o-transform 8000ms linear 0s
}

}
@keyframes kenburns
{
0%
{
  transform:scale(1);
  transition:transform 8000ms linear 0s
}
100%
{
  transform:scale(1.1);
  transition:transform 8000ms linear 0s
}

}


.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
  z-index: 1;
}

/* Common style */
.grid figure {
	position: relative;
	display:inline-block;
	overflow: hidden;
	margin: 5px 5px;
	min-width: 230px;
	max-width: 230px;
	max-height: 160px;
	width: 48%;
	background: #363636;
	text-align: center;
	cursor: pointer;
}

/* Effect Milo Landing only */



.gridLandingPage figure {
	
	display: inline-block;
    overflow: hidden;
	min-width: 390px;
    min-height: 230px;
	width: 48%;
	background: #363636;
	cursor: pointer;
	text-align: center;
	cursor: pointer;

}


/* Effect Milo Projects only */
.col1 figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 5px 5px;
	max-width: 180px;
  	max-height: 180px;
  	min-width: 180px;
  	min-height: 180px;
	width: 48%;
	background: #363636;
	text-align: center;
	cursor: pointer;
}

.grid .col1 figure figcaption h2 {
	word-spacing: 0em;
	font-weight: 300;
  	font-size: 10.8px;
  
}

.col1 figure h2 span {
	font-weight: 100;
}

.grid .col1 figure p {
	margin: 0;
  	font-size: 50%;
}

.grid .col1 figure p {
	letter-spacing: 0px;
	font-size: 50%;
}


.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 700;
}

.grid figure h2,
.grid figure p {
	margin: 0;
  font-size: 95%;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.4;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: center;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1.7em;
	width: 100%;
	height: 100%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


figure.effect-milo {
	background: #363636;
}

figure.effect-milo img {
	max-width: 465px;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align:right;
	text-shadow: #000000 1px 1px 0px;
	padding: 0.8em 1.2em;
}

figure.effect-milo p {
	padding: 0 10px 0 0;
	width: 44%;
	border-right: 1px solid #fff;
	text-align: right;
  	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



.ac-container {
  max-width: 100%;
  margin: 10px;
  text-align: left;
}

.sinicon .accordion-button::after {
background-image: initial;
}



.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #49703B;
  }

.accordion-button {
  color: #5e5e5e;
  font-weight: 550;
}

.accordion-body{
  font-style: italic;
}


.accordion-button:focus {
  box-shadow: none;
}


@media (min-width: 100px) {
  .animate {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}


#proyectosrel {
  font-weight: 550;

}


.proyectofoto img {  
  object-fit: cover;
  object-position: center;
  height: 250px;
}



@-webkit-keyframes kenburns
{
0%
{
  -webkit-transform:scale(1);
  -webkit-transition:-webkit-transform 8000ms linear 0s
}
100%
{
  -webkit-transform:scale(1.1);
  -webkit-transition:-webkit-transform 8000ms linear 0s
}

}
@-moz-keyframes kenburns
{
0%
{
  -moz-transform:scale(1);
  -moz-transition:-moz-transform 8000ms linear 0s
}
100%
{
  -moz-transform:scale(1.1);
  -moz-transition:-moz-transform 9000ms linear 0s
}

}
@-ms-keyframes kenburns
{
0%
{
  -ms-transform:scale(1);
  -ms-transition:-ms-transform 8000ms linear 0s
}
100%
{
  -ms-transform:scale(1.1);
  -ms-transition:-ms-transform 8000ms linear 0s
}

}
@-o-keyframes kenburns
{
0%
{
  -o-transform:scale(1);
  -o-transition:-o-transform 8000ms linear 0s
}
100%
{
  -o-transform:scale(1.1);
  -o-transition:-o-transform 8000ms linear 0s
}

}
@keyframes kenburns
{
0%
{
  transform:scale(1);
  transition:transform 8000ms linear 0s
}
100%
{
  transform:scale(1.1);
  transition:transform 8000ms linear 0s
}

}



/*footer*/
.col_white_amrc { color:#fff;}
footer { width:100%; background-color:#49723A; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}
.footer_ul2_amrc li p a {color:#ccc}
.footer_ul2_amrc li p a:hover{ color:#fff; text-decoration:none;}

.bottom_border { border-bottom:1px solid #c0bebe; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
  font-size:12px;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#fff; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}