﻿.logo {
   
    margin-top: -15px;
}
.header {
  
    background: #000;
	
}

.logo a {
    width: 350px;
    display: block;
    margin-top: 34px;
    margin-bottom: 28px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    position: relative;
}


.pt-80 {
    padding-top: 20px;
}

#square {
	background: #FFF;
    display: table;
    text-align: center;
    display: block;
    position: absolute;
    top: 20%;
    left: 0%;
	right: 5%;
    width: 100%;
    font-family: sans-serif;
    font-size: 15px;
    color: black;
    vertical-align: middle;
    text-align: center;
	opacity: 0.8;
	}
	
	#texto {opacity: 0.9; 
	padding: 5px;
	
	}
	
	
	 .overlay-dark:before {
        /*background-color: rgba(32,32,32,0.4);*/
    }

    .overlay-dark80:before {
        /*background-color: rgba(32,32,32,0.8);*/
    }

    .overlay-light:before {
        /*background-color: rgba(255,255,255,0.4);*/
    }

    .overlay-light80:before {
        /*background-color: rgba(255,255,255,0.8);*/
    }
	
	.square-home {
	background: rgba(0, 0, 0, .4);
    display: table;
    text-align: center;
    display: block;
    position: absolute;
    top: 30%;
    left: 37%;
    width: 27%;
    font-family: sans-serif;
    font-size: 40px;
    color: black;
    vertical-align: middle;
    text-align: center;
    height: 110px;

	}


	p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0 10px 0;
    color: #000;
    /* letter-spacing: 1px; */
}


	
		
		#page-wrap { width: 60%; margin: 10% auto; padding: 20px; opacity: 0.8; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }
		p { font: 15px/2 Raleway, Serif; margin: 0 0 30px 0; text-indent: 40px; }

		
		.footer {
    background-color: #000;
    color: #FFF;
    position: relative;
    width: 100%;
    display: block;
	height:55px;
	
	
				}
				


	.footer p {
    line-height: 20px;
    font-size: 10px;
    font-weight: 500;
    margin: 0px 0 10px 0;
    color: #FFF;
    /* letter-spacing: 1px; */
}

	.footer a {
    line-height: 20px;
    font-size: 10px;
    font-weight: 100;
    margin: 0px 0 10px 0;
    color: #FFF;
    /* letter-spacing: 1px; */
}

				
	.ptb-60 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-facu {
    padding-top: 1px;
    padding-bottom: 9px;
}


.imagenes-header {  
			 margin-top:90px;
			}  


 @media screen and (max-width: 991px) {   
			.square-home{  
			 width: 35%;
			 height: 120px;
			}  
			.titulo-boxes-home {font-size:12px; color: #fff;}
			.btn-white-line {
				color: #fff;
				border-color: #fff;
				padding-top: 3px;
				padding-right: 20px;
				padding-bottom: 9px;
				padding-left: 20px;
				font-size:12px;
			}
			 } 
			 
			 
			 @media only screen and ( max-width: 767px ) {
	
             .square-home{  
			 width: 45%;
			 height: 120px;
			 margin-left: -40px;
			 padding-right: 5px;
			padding-bottom: 2px;
			padding-left: 20px;
			}  
	
}			

 @media screen and (max-width: 1025px) {   
			.imagenes-header {  
			 margin-top:63px;
			}  
			
			 } 
			 
			 
			 @media only screen and ( max-width: 767px ) {
	
             .square-home{  
			 width: 45%;
			 height: 120px;
			 margin-left: -40px;
			 padding-right: 5px;
			padding-bottom: 2px;
			padding-left: 20px;
			}  
	
}	


.footer-absolute {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #000;
  text-align: center;
}

@media screen and (min-width: 768px) {   
			.square-home{  
			 width: 35%;
			 height: 120px;
			}  
			.titulo-boxes-home {font-size:12px; color: #fff; padding-left:20px;}
			.btn-white-line {
				color: #fff;
				border-color: #fff;
				padding-top: 3px;
				padding-right: 20px;
				padding-bottom: 9px;
				padding-left: 20px;
				font-size:12px;
			}
			
			.viviendas {padding-left:40px;}
			 .boton-viviendas {padding-left:55px;}
			 } 
			 
			 
			 @media screen and (min-width: 992px) {   
			.square-home{  
			 width: 18%;
			 height: 120px;
			 margin-left: 40px;
			}  
			.titulo-boxes-home {font-size:12px; color: #fff; padding-left:10px;}
			.btn-white-line {
				color: #fff;
				border-color: #fff;
				padding-top: 3px;
				padding-right: 20px;
				padding-bottom: 9px;
				padding-left: 20px;
				font-size:12px;
			}
			
			.viviendas {padding-left:5px;}
			 .boton-viviendas {padding-left:10px;}
			 } 
		
	
}


.ptb-60 {
    padding-top: 1px;
    padding-bottom: 1px;
}

.site-footer {
    background-color: #123456;
    width: 100%;
    position: relative;
    height: 100px;
    margin-top: 100%;
}

.no-scroll {overflow-y: hidden;}

.h2-titulos {border-bottom: 2px solid #000;
  background:#000;
color:#fff;}

h3:after {
    color: #none;
    content: "";
    font-size: 34px;
}

/* Galaxy Tab 10.1 portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait) { 

}

/* Galaxy Tab 10.1 landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape) { 

}

