@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');


/* COLORS */
/* Dark rgba(40, 40, 40, 1) */
/* White rgba(255, 255, 255, 1) */



/* ------ BODY ------ */

html, body{
	font-family: 'PT Sans', sans-serif !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;

}

.darkbackground{
	background-color: rgba(40, 40, 40, 1);
}

.whitebackground{
	background-color: rgba(255, 255, 255, 1);
}


.padding-top{
	padding-top: 70px;
}

.center-flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
	
}

.row{
	padding: 30px;
}

/* ------ FULL SCREEN INDEX ------ */
.fullscreen-container{
  width: 100% !important;
  height: 100% !important;
}

.rowParent, .columnParent{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columnParent{
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexChild{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}


.block-2{
	color: #000000;
	background: url(../../imagenes/casa-tejada.jpg) center center no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	border-bottom: solid 3px #FFFFFF;
	position: relative;
}

.block-2 .logo{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px;
	width: 150px;
	height: auto;
	display: table;
	margin: 0 auto;
	margin-top: 30px;
  }

.block-3{
	color: #000000;
	background: url(../../imagenes/grupo-aravel.jpg) center center no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;	
	position: relative;

}

.block-3 .logo{
	background-color: rgba(40, 40, 40, 0.8);
	padding: 10px;
	width: 150px;
	height: auto;
	display: table;
	margin: 0 auto;
	margin-top: 30px;
}

.index-button{
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
    margin: 0 auto;
	position: absolute;
	bottom: 20%;
	display: table;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.index-button:hover{
	background-color: rgba(40, 40, 40, 0.8);
	color: #ffffff;
}


.index-button .index-button-content{
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 30px;
	border: rgba(40, 40, 40, 0.8) 3px solid;
	color: rgba(40, 40, 40, 0.8);
}

.index-button .index-button-content:hover{
	color: #ffffff;
	border: rgba(255, 255, 255, 0.8) 3px solid;
}




	


/* Medium */
@media only screen and (min-width: 769px) and (max-width: 1366px) { 

} 

/* Landscape */

@media only screen and (min-width: 481px) and (max-width: 768px) { 

} 

/* Smarthphone Portrait */
@media only screen and (max-width: 480px) { 
	.rowParent, .columnParent{
		flex-direction: column !important;
		display: -webkit-flex;
  -webkit-justify-content: space-around;

	}
	
	.columnParent{
  		flex-direction: column !important;
		display: -webkit-flex;
  -webkit-justify-content: space-around;
	}
	
	.flexChild{
		flex-direction: column !important;
		display: -webkit-flex;
  -webkit-justify-content: space-around;
	}

} 






/* ------ TEXT ------ */
.tittle{
	font-size: 24px;
	color: white;
	
}

/* ------ NAVBAR ------ */
.navbar{
  background-color: rgba(40, 40, 40, 1) !important;
  padding: 10px !important;
  align-self: flex-end !important;
  right:0 !important;
  top: 30px !important;
  position: absolute !important;
  z-index: 999 !important;
  padding-right: 0 !important;
}

.navbar a{
	color: white;
	font-weight: 400 !important;
}

.navbar a:hover{
	background-color: transparent !important;
	color: #B1B1B1;
}

.navbar-nav>li{
	padding: 5px;	
}
.navbar-nav>li>a{
	padding: 0px 30px !important;
	
}

.navbar-nav li:not(:last-child) { 
    border-right:solid 1px #fff;
}


.navbar-nav li:last-child a:after{
        display: none;
}


.navbar-toggle {
	
}

.navbar-toggle span.icon-bar{
	border-color: white !important;
	color: white !important;
	background-color: white !important;
}


/* ------ INDEX ------ */
.darkheaderlogo{
  background-color: rgba(40, 40, 40, 0.8);
  padding: 20px;
  align-self: flex-start;
  left: 50px;
  top: 0; 
  position: absolute;
  z-index: 999;
	
}

.darkheaderlogo img{
	width: 140px;
	height: auto;
}

@media (max-width: 767px) {

	.darkheaderlogo img{
	width: 80px;
	height: auto;
	}
	
	.proyectoslogo img{
	width: 50px;
	height: auto;opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	}
	
	.whiteheaderlogo img{
		width: 50px;
		height: auto;opacity: 0.8;
		filter: alpha(opacity=80); /* For IE8 and earlier */
	}

}


/* ------ PROYECTOS ------ */
.proyectos-opacityMask{
	height: 100%;
	width: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.80);
	z-index: -1;
}

.proyectos-background{
	background: url(../../imagenes/grupo-aravel-proyectos.jpg) no-repeat top center; 
 	 display: table;
  	-webkit-background-size: cover;
 	-moz-background-size: cover;
  	-o-background-size: cover;
 	 background-size: cover;
	z-index: 1;
}

.proyectoslogo{
  padding: 20px;
  align-self: flex-start;
  left: 50px;
  top: 0; 
  position: absolute;
  z-index: 999;
	
	
}

.proyectoslogo img{
	width: 140px;
	height: auto;opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.proyectos{
	padding-top: 100px;
}
.proyectos .tittle{
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

.proyectos .square {
    float:left;
    position: relative;
    width: 30%;
    padding-bottom: 30%;
    margin:1%;
    background-color:#D4D4D4;
    overflow:hidden;
	border: 10px solid rgba(255, 255, 255, .8);
}


.proyectos .content {
    position:absolute;
    height:100%;
    width:100%;
    padding:10px;
    
}

.proyectos .table{
    display:table;
    width:100%;
    height:100%;
}

.proyectos .table-cell{
    display:table-cell;
    vertical-align:middle;
	text-align:center;
	font-size:20px;
	color:transparent;
}
.proyectos .table-cell .ubication{
	font-size:12px;
}

.proyectos .table-cell .detalles{
	font-size:12px;
	margin-top:20px;
	font-weight:normal;
	min-width: 100%;
	padding: 9px 40px;
	text-align: center;
	text-decoration:none;	
	margin: 0 auto;
	
}

.proyectos .bg{
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; 
    color:#B9B9B9;
}

.proyectos .bg:hover .table-cell{
    background-color: rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.7);
	color:#FFFFFF !important;
	
}

.proyectos .img1{
	background-image: url(../../imagenes/proyectos/casa-mexico/casa-mexico_1.jpg);
}
.proyectos .img2{
    background-image:url(../../imagenes/proyectos/casa-tejada/casa-tejada_8.jpg);
}
.proyectos .img3{
    background-image:url(../../imagenes/proyectos/casa-1212/casa-1212_1.jpg);
}



@media (max-width: 767px) {
	
	.proyectoslogo{
	  padding: 20px;
	  align-self: flex-start;
	  left: 0px;
	  top: 0; 
	  position: absolute;
	  z-index: 999;
	}

	.proyectoslogo img{
		width: 80px;
	}
	
	.proyectos .square {
		border: 3px solid rgba(255, 255, 255, .8);
	}
	
	.proyectos .tittle{
		margin-top: 30px;
		text-align: right;
	}
	
	.proyectos .table-cell{
		font-size:14px;
	}
	.proyectos .table-cell .ubication{
		font-size:12px;
	}

	.proyectos .table-cell .detalles{
		font-size:11px;
		margin-top:20px;
		padding: 9px 9px;
		text-align: center;
		text-decoration:none;	
		margin: 0 auto;
	}


}



/* ------ DETALLES PROYECTOS ------ */

.project-details{
	padding: 40px;
	background-color: rgba(40, 40, 40, 0.85);
	color:#FFFFFF !important;
	width: 40%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999999;
}

.project-details .proyect-detailstext-wrap{
	overflow: hidden;
}

@media (max-width: 767px) {

	.project-details{
	width: 100%;
	position: relative;
	
	}

}



.project-details .project-name{
	
}

.project-details .ubication{
	
}

.project-details p{
	text-align: justify;
}

/* ------ BACK BUTTON ------ */

.backbutton {
	float: right;
	font-size: 20px;
	text-align: right;
	line-height: 60px;
	color: #ffffff;
	
}

.backbutton:hover{
	text-decoration: none !important;
	color: #ABA8A8;
}

.backbutton img{
	width: 60px;
	padding: 10px;
	
}

/* ------ PROYECTOS IMAGENES ------ */

.image-thumbnails{
	padding: 10px;
	z-index: 999 !important;
	position: absolute;
	bottom: 80px;
	right: 40px;
	width: 55%;
}


.image-thumbnails .thumbnail-size{
	height: 100px;
	width: auto;
	float: right;
	margin-right: 10px;
}

.image-thumbnails img:hover{
	-webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

@media (max-width: 767px) {

	.image-thumbnails{
	padding: 20px;
	z-index: 999 !important;
	bottom: 40px;
	right: 20px;
	width: 100%;
		position: relative;
		
	}
	
}


/* ------ NOSOTROS ------ */
.whiteheaderlogo{
  padding: 20px;
  align-self: flex-start;
  left: 50px;
  top: 0; 
  position: absolute;
  z-index: 999;
	
	
}

.whiteheaderlogo img{
	width: 140px;
	height: auto;opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}


.nosotros-background{
	background: url(../../imagenes/grupo-aravel-nosotros.jpg) no-repeat top center; 
 	 display: table;
  	-webkit-background-size: fixed;
 	-moz-background-size: fixed;
  	-o-background-size: fixed;
 	 background-size: fixed;
	z-index: 1;
}

.nosotros-opacityMask{
	height: 100%;
	width: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.70);
	z-index: -1;
}


.nosotros p{
	text-align: center !important;
	color: white !important;
	border-right:solid 3px #fff;
	border-left: solid 3px #fff;
	padding: 20px;
}

.nosotros img{
	width: 100%;
	height: auto;
	margin-top: 30px;
	
}

@media (max-width: 767px) {
	
	.whiteheaderlogo{
	  padding: 20px;
	  align-self: flex-start;
	  left: 0px;
	  top: 0; 
	  position: absolute;
	  z-index: 999;
	}

	.whiteheaderlogo img{
		width: 80px;
	}
	
	.nosotros .tittle{
		margin-top: 50px;
		text-align: right;
	}
	
	.nosotros p{
	margin-top: 50px;
	border-right:solid 1px #fff;
	border-left: solid 1px #fff;
}
	

}



/* ------ CONTACTO ------ */

.contacto-background{
	background: url(../../imagenes/grupo-aravel-contacto.jpg) no-repeat top center; 
 	 display: table;
  	-webkit-background-size: fixed;
 	-moz-background-size: fixed;
  	-o-background-size: fixed;
 	 background-size: fixed;
	z-index: 1;
}

.contacto-opacityMask{
	height: 100%;
	width: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.70);
	z-index: -1;
}


.contacto-wrap{
	background-color: rgba(255, 255, 255, 1);
	padding: 20px 0;
	margin-bottom: 20px;
}


.contacto .contact-address{
	text-align: center !important;
	color: white !important;
}


form ul{
	list-style:none;
	margin:0;
	padding:0;
}

form li{
	display:list-item;	
	margin-bottom:8px;
	font-size:12px;
padding: 0 10px;
}

form .formGroup{
	margin-bottom:10px;
}


form input, select, textarea{
	width:100%;	
	font-size:14px;
	background-color:transparent;
  
  	margin:0;
	padding: 0;
    border-width:0px;
    border:none;
  	border-bottom: 1px solid #b7b7b7;
  
  	color: rgba(0,142,198,1);
  	-o-text-overflow: clip;
  	text-overflow: clip;

	resize: none;
	outline: none !important;
}

form .button{
	font-size:16px;
	font-weight:normal;
	min-width: 100%;
	padding: 9px 40px;
	text-align: center;
	text-decoration:none;
	background-color: white;
	color: rgba(40,40,40,1);
	margin-top:20px;
	border: 1px solid #b7b7b7;
	display: block;
	margin: 0 auto;
}


form .button:hover{
	text-decoration:none;
	background-color: rgba(40,40,40,1);
	color:white;
}

form  .txtobligatorios{
	font-size:10px;
	font-weight:normal;
}

/* ------ LOGO VIARDE ------ */
.logoViarde{
	padding: 20px;
 	position: absolute;
 	bottom: 50px;
 	right: 0;
  z-index: 999;
}

.logoViarde img{
	width: 120px;
	height: auto;
	
}

@media (max-width: 767px) {
	.logoViarde{
	padding: 20px;
 	position: absolute;
 	bottom: 20px;
 	right: 0;
  z-index: 999;
}
	.logoViarde img{
	width: 80px;
	height: auto;
	
}
}

/* ------ FOOTER ------ */
.footerline{
  padding: 20px;
 position: absolute;
 bottom: 0;
 right: 0;
  z-index: 999;
}

.footerline p{
	color:white;
	font-size: 12px;
	text-align: right;
}


@media (max-width: 767px) {

	.footerline{
	width: 100%;
	position: relative;
	}

}

/* ------ SCROLL ARROW ------ */

.arrow {
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
	z-index: 999999;
	
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
	40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
	60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
	40% {
    transform: translateY(-30px);
  }
	60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
	40% {
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
	60% {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@media (max-width: 767px) {

	.bounce{
		display: block !important;
	}

}



	