@charset "UTF-8";

.block_go_to_proyectos { margin-top: 25px ; }
.btn_go_proyectos { font-size: 16px; background: #d7d1c9 ; color: black ; padding: 7px 15px ; 
	border-radius: 7px; font-family: 'Cardo-Regular' ; }
.btn_go_proyectos:hover { opacity: 1 ; }

.img-100 { width: 100% ; }
.homesleft, .homesright { position: relative; }
.homesleft:hover img, .homesright:hover img { filter:brightness(0.6); }
.homesleft:hover .text_inside_img, .homesright:hover .text_inside_img { display: block ; z-index: 10; }
.text_inside_img p.p1 { font-size: 32px; color: white ; margin-bottom: 0px ;font-family: 'Cardo-Regular' }
.text_inside_img p.p2 { font-size: 23px; color: white ; margin-bottom: 0px ;font-family: 'Cardo-Italic' }
.link_to_homes { font-size: 16px; background: white ; color: black ; padding: 7px 15px ;
	border-radius: 7px; position: relative; top: -15px; font-family: 'Cardo-Regular' ; }
a.link_to_homes:hover { background: white ; filter:brightness(1); opacity: 1 ; }

.homesleft .text_inside_img, .homesright .text_inside_img { 
	text-align: center; width: 60%; margin: auto ; position: absolute; left: 20%; height: 20%; vertical-align: middle; top: 38%; display: none; 
}

@media only screen and (max-width: 750px) {
	.homesleft { margin-bottom: 25px ; }
	.text_inside_img p.p1 { font-size: 25px; }
	.text_inside_img p.p2 { font-size: 16px; }
}




