@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cantata+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* CSS Document */


html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-size:10px;
    text-decoration:none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

				
.animation {
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.main-align {
display: table;
width: 100%;
height: 100%;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}


.content, .content-nobanner {
width: calc(100% - 16rem);
position: relative;
background-color: #FFF;
padding: 8rem;
text-align: center;
z-index: 3;
}
.content-nobanner {
padding-top: 20rem;
}


/*
.wrapper {
width: calc(100% - 16rem);
padding: 16rem 8rem 6rem 8rem;
text-align: center;
}
*/



header {
	width:  calc(100% - 16rem);
	height: 12rem;
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	padding: 0 8rem;
}
.header-small {
background-color: #FFF;
	height: 8rem;
	box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
}


.logo {
	display: inline-table;
    vertical-align: middle;
	overflow: hidden;
	height: 100%;
	width: 20rem;
}
.logo img {
width: 100%;
height: auto;
}
.logo_small {

}
.nav-left, .nav-right {
    display: inline-table;
    vertical-align: middle;
	width: calc(50% - 10.5rem);
	text-align: left;
	height: 100%;
}
.nav-right {
    text-align: right;
}

.menu {
	font-size:1.6rem;
	color:#1D4238;
	text-decoration:none;
	letter-spacing:.1rem;
	margin: 0 4rem 0 0;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
    text-transform: uppercase;
}
.nav-right .menu {
	margin: 0 0 0 4rem;
}
.footer-call {
position: relative;
width: 100%;
text-align: center;
text-decoration: none;
background-color: #00CC66;
height: 15rem;
z-index: 7;
}
.footer-call:hover {
background-color: #0081DF;
}

footer {
width: calc(100% - 16rem);
position: relative;
background-color: #1D4238;
z-index: 6;
padding-left: 16rem;
background-image: url("images/isotipo.svg");
background-position: top 6rem left 8rem;
background-repeat: no-repeat;
background-size: 12rem auto;
}


.call-txt {
width: 50%;
position: absolute;
right: 0;
bottom: 0;
top: 0;
text-align: left;
}
.call-img {
width: 50%;
position: absolute;
left:0;
bottom: 0;
text-align: right;
}
.call-img img {
width: auto;
display: block;
height: 20rem;
float: right;
}


.footer-info {
width: calc(100% - 16rem);
padding: 6rem 8rem;
}
.footer-top .footer-left {
float: left;
margin-right: 6rem;
width: calc(60% - 8rem);
}
.footer-bottom .footer-left {
float: left;
}
.footer-column {
float: left; 
background-position: left top;
background-repeat: no-repeat;
background-size: 2.4rem auto;
margin-right: 6rem;
padding-left: 4rem;
}
.footer-top .footer-right {
float: right;
width: 40%;
}
.footer-bottom .footer-right {
float: right;
padding-right: 10rem;
}
.footer-top {
margin-bottom: 8rem;
}



/*MAIN BANNER*/
.main-banner, .about-banner {
width: 100%; 
height: 100vh;
position: relative;
display: table;
z-index: 2;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.about-banner {
margin-top: 14rem;
height: 35vw;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: aliceblue;
}
.main-banner .txt {
padding: 6rem 8rem;
position: absolute;
width: calc(100% - 16rem);
height: calc(100vh - 12rem);
display: table;
text-align: center;
z-index: 5;
}
.main-banner .mask {
width: 100%; 
height: 100vh;
background-color: rgba(29,66,56,.75);
mix-blend-mode: multiply;
}

.main-banner .scroll {
position: absolute;
bottom: 4rem;
left: 50%;
width: 6rem;
margin-left: -3rem;
z-index: 6;
}

.main-banner .scroll img {
width: 100%;
height: auto;
}


.video_contain {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -2;
    overflow: hidden !important;
}
/*
.video_contain_mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
				z-index: -2;
				overflow: hidden !important;
				display: none;
}
*/
video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}


.icon-close, .icon-menu {
position: initial;
display: inline-block;
vertical-align: middle;
color: transparent !important;
text-decoration: none;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
width: 4rem;
height: 4rem;
}

.icon-menu {
display: none;
position: absolute;
left: 2rem;
top: 2rem;
color: #666;
background-image: url(images/icon-menu.svg);
}

.icon-close {
display: none;
position: absolute;
top: 2rem;
right: 2rem;
background-image: url(images/icon-close.svg);
}




.thumb-depa {
width: calc(33.3333% - 4.7rem);
margin-right: 3rem;
vertical-align: top;
display: inline-block;
border: solid .1rem #1D4238;
padding: 1rem;
border-radius: 1rem;
position: relative;
margin-bottom: 4rem;
text-align: center;
}
.thumb-depa .img {
width: 100%; 
padding-top: 75%;
position: relative;
}
.thumb-depa .img-wrap {
position: absolute;
top: 0;
left: 0;
bottom:0;
right: 0;
}
.thumb-depa .img img {
max-width: 90%;
max-height: 90%;
}
.thumb-depa .txt {
width: 100%;
padding: 1rem 0;
height: 20rem;
text-align: center;
}




.thumb-prop {
width: calc(25% - 5.7rem);
margin-right: 4rem;
vertical-align: top;
display: inline-block;
border: solid .1rem #1D4238;
padding: 1rem;
border-radius: 1rem;
position: relative;
margin-bottom: 4rem;
text-align: center;
}
.thumb-prop .img {
width: 100%; 
padding-top: 75%;
position: relative;
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.thumb-prop .txt {
width: 100%;
padding: 1rem 0;
padding-top: 0;
height: 20rem;
text-align: center;
}




.des-detail  {
display: inline-table;
vertical-align: top;
width: calc(33.3333% - 8.5rem);
margin-right: 3rem;
background-position: left center;
background-repeat: no-repeat;
background-size: 4rem auto;
padding-left: 6rem;
height: 6rem;
}

.des-thumb  {
display: inline-block;
vertical-align: top;
margin-right: 4rem;
}
.icon-desc {
width: 3rem;
height: auto;
margin-right: 1rem;
vertical-align: middle;
display: inline-block;
}
.thumb {
width: calc(100% - 18rem - 2px);
border: solid 1px #1D4238;
border-radius: 4rem;
text-align: left;
position: relative;
padding: 1rem;
margin: 0 8rem;;
}
.thumb:hover {
transform: scale(1.05);
}
.thumb .txt {
display: inline-table;
vertical-align: middle;
width: calc(50% - 6.5rem);
padding: 3rem;
}
.thumb .img {
display: inline-table;
vertical-align: middle;
border-radius: 3rem;
width: 50%;
overflow: hidden;
}
.thumb .img-wrap {
width: 100%;
padding-top: 75%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: aliceblue;
}


.thumb-prod {
width: calc(50% - 4rem - 2px);
border: solid 1px #1D4238;
border-radius: 4rem;
text-align: left;
position: relative;
padding: 1rem;
margin: 0 4rem 0 0;
float: left;
}
.thumb-prod:hover {
transform: scale(1.05);
}
.thumb-prod .txt {
display: inline-table;
vertical-align: middle;
width: calc(50% - 6.5rem);
padding: 3rem;
}
.thumb-prod .img {
display: inline-table;
vertical-align: middle;
border-radius: 3rem;
width: 50%;
overflow: hidden;
}

.thumb-prod .img-wrap {
width: 100%;
padding-top: 125%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: aliceblue;
}




 /*AGENTE*/ 
	
.thumb-agent, .thumb-agent-small {
width: calc(33.3333% - 6.7rem); 
margin-right: 3rem; 
vertical-align: top;
display: inline-block;
margin-bottom: 16rem;
text-align: center;
border-radius: 2rem 0;
position: relative;
padding: 0 2rem 4rem 2rem;
border: solid .1rem #1D4238;
background-color: #FFF;
}
.thumb-agent-small {
width: calc(100% - 4rem); 
margin-bottom: 0;
margin-right: 0; 
background-color: #03D662;
border: none;
}
.thumb-agent-img {
position: relative;
width: 16rem; 
height: 16rem;
border-radius: 50%;
background-color: #000;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border: solid .2rem #1D4238;
margin: auto;
margin-top: -8rem;
}

.thumb-agent-txt {
width: calc(100% - 4rem); 
padding: 2rem;
height: 10rem;
color: #1D4238;
}

.thumb-agent:hover {
background-color: #1D4238;
}
.thumb-agent:hover .thumb-agent-txt {
color: #FFF;
}



.tab {
width: calc(100% - 4rem);
padding: 2rem;
background-color: rgba(29,66,56,.1);
margin-bottom: 2rem;
border-radius: 2rem;
}

.categoria {
	display:table;
	width: 100%;
	height: 4rem;
	text-decoration:none;
	background-image: url(images/arrow-down-black.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 3rem auto;
	cursor:pointer;
	font-weight: 500;
	border: none;
}
.detalle {
	overflow: hidden;
    padding: 2rem 0;
    width: 100%;
	clear: both;
	display:block;
}


.serv-item {
width: 100%;
margin-bottom: 4rem;
}
.serv-img {
width: 40%;
display: inline-block;
vertical-align: middle;
height: 25vw;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 2rem;
}
.serv-txt {
width: calc(60% - 12.5rem);
padding: 6rem;
text-align: left;
display: inline-block;
vertical-align: middle;
}





.gallery {
background-color: aliceblue;
height: 30vw;
width: 100%;
/* overflow-x: scroll; */
margin-top: 14rem;
}
.detalle-info {
width: calc(100% - 40rem);
float: left;
text-align: left;
}
.detalle-agent {
width: 30rem;
float: right;
margin-top: -12rem;
position: sticky;
z-index: 4;
top: 20rem;
right: 8rem;
}







.detalle-morecontent {
width: calc(100% - 16rem); 
padding: 6rem 8rem; 
position: relative; 
text-align: center;
}
.detalle-moreinfo {
text-align: left; 
background-color: #E8F1F9; 
padding: 6rem 8rem; 
width: calc(100% - 16rem);
}
.detalle-moreinfo .txt {
width: calc(100% - 38rem);
}

.patch_ini, .patch_fin {
margin-left: 8rem;
}
.detalle-mapa {
width: 100%; 
height: 35vw; 
background-color: antiquewhite; 
border-radius: 4rem;
}

.tag-wrapper-detail {
position: absolute;
left: 8rem;
top: -2rem;
height: 4rem;
z-index: 3;
}
.tag-wrapper-list {
position: relative;
margin-top: -2rem;
height: 4rem;
z-index: 3;
margin-bottom: 2rem;
}

.tag {
height: 2.8rem;
border-radius: 2rem;
padding: 1.2rem 2rem 0 2rem;
background-color: #1D4238;
margin-right: 1rem;
display: inline-block;
vertical-align: middle;
}

.filter {
position: sticky;
top: 10rem;
padding: 2rem;
left: 8rem;
z-index: 3;
background-color: #FFF;
margin-bottom: 6rem;
}

/* styles for when the header is in sticky mode */
.myElement.is-pinned {
  border: solid .1rem #1D4238;
} 


.main-filter {
width: 100%;
background-color: #FFF;
position: relative;
z-index: 4;
text-align: left;
height: 4rem;
}


.drop-menu, .drop-menu-large, .drop-select {
width: calc(17.5% - 4.7rem);
padding: 1rem;
border: solid .1rem #1D4238;
display: inline-block;
vertical-align: top;
position: relative;
background-color: #FFF;
margin-right: 2rem;
font-size:1.2rem;
cursor: pointer;
}
.drop-menu-large {
width: calc(30% - 2.7rem);
margin-right: 0;
}
.drop-select {
width: calc(17.5% - 2.7rem);
	outline:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	resize:none;
    background-image: url("images/arrow-down-black.svg");
background-position: right .5rem center;
background-repeat: no-repeat;
background-size: 2rem auto;
font-family: "Poppins", sans-serif;
height: 4rem;
}
.drop-tittle {
background-image: url("images/arrow-down-black.svg");
background-position: right .5rem center;
background-repeat: no-repeat;
background-size: 2rem auto;
width: 100%;
}
.drop-content {
width: 100%;
display: none;
}
.drop-content-l {
width: 100%;
display: none;
}
.drop-content-view {
display: block;
}
.drop-menu ul {
  list-style-type: none;
  padding-left: 0;
}
/* FONTS */

.t1 {
    font-family: "Cantata One", serif;
	font-size:4rem;
	line-height: 5rem;
}
.t2 {
	font-size: 3rem;
	line-height: 4rem;
}
.t3 {
	font-size:2.4rem;
	line-height: 3.2rem;
}
.t4 {
	font-size:1.6rem;
	line-height: 2.4rem;
}

.t5 {
    font-family: "Cantata One", serif;
	font-size:3rem;
	line-height: 4rem;
}

.t6 {
	font-size:2rem;
	line-height: 2.4rem;
}
.t7 {
	font-size:1.2rem;
	line-height: 1.6rem;
    letter-spacing: .2rem;
}
.white {
	color:#FFF;
}
.black {
    color: #1D4238;
}
.green {
    color: #03D662;
}
.blue {
    color: #0081DF;
}


/* REDES */

.redes {
	color:transparent;
	background-color: #FFF;
	display:inline-block;
	cursor:pointer;
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	text-decoration:none;
	margin: 0 0 0 3rem;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60% auto;
}
footer .redes {
	width: 5rem;
	height: 5rem;
}
.redes:hover {
transform: scale(1.1);
}


.instagram {
background-image: url(images/icon-in.svg);
}
.instagram:hover {
background-image: url(images/icon-in-color.svg);
}

.linkedin {
background-image: url(images/icon-ld.svg);
}
.linkedin:hover {
background-image: url(images/icon-ld-color.svg);
}

.whatsapp {
position: fixed;
z-index: 10;
bottom: 6rem;
right: 8rem;
background-size: 100% auto;
width: 50px;
height: 50px;
color: transparent;
text-decoration: none;
background-color:transparent;
background-image: url(images/icon_whatsapp.svg);
}
.whatsapp:hover {
transform: scale(1.10);
}
.call-whatsapp {
color: #FFF;
text-align: left;
background-image: url(images/icon_whatsapp-white.svg);
background-position: left center;
background-repeat: no-repeat;
background-size: 10rem auto;
padding: 2rem 0 0 14rem;
height: 8rem;
font-weight: 100; 
text-decoration: none;
letter-spacing: .5rem;
}
.call-whatsapp:hover {
transform: scale(1.1);
}


.bt-planos, .bt-whatsapp, .bt-whatsapp-black {
font-size:1.2rem;
color: #1D4238;
text-align: left;
text-decoration: none;
height: 2.8rem;
padding: 1.2rem 6rem 0 3rem;
font-weight: 500;
border-radius: 1rem;
letter-spacing: .24rem;
display: inline-block;
background-color: #FFF;
border: solid .1rem #1D4238;
text-transform: uppercase;
background-image: url("images/icon-gal-color.svg");
background-position: right 1rem center;
background-repeat: no-repeat;
background-size: 2rem auto;
}
.bt-planos:hover {
background-image: url("images/icon-gal-white.svg");
color: #FFF;
background-color: #1D4238;
}

.bt-whatsapp {
color: #FFF;
background-color: transparent;
border: solid .1rem #FFF;
background-image: url("images/icon_whatsapp-white.svg");
background-size: 3rem auto;
}
.bt-whatsapp-black {
color: #1D4238;
background-color: #FFF;
border: solid .1rem #1D4238;
background-image: url("images/icon_whatsapp-black.svg");
background-size: 3rem auto;
}
.bt-whatsapp:hover, .bt-whatsapp-black:hover {
color: #1D4238;
background-color: #FFF;
background-image: url("images/icon_whatsapp.svg");
}







/* FORM*/

.contact-form {
margin: auto;
width: 75%;
padding: 0 8rem;
}

.form-left {
float: left; 
width: calc(50% - 1rem);
}
.form-right {
float: right; 
width: calc(50% - 1rem);
}

.drop-main {
	border: none;
	color:#1D4238;
	width:30rem;
	height: 6rem;
    border-radius: 3rem;
	text-decoration:none;
	font-size:1.6rem;
	background-color: #FFF;
	display: inline-block;
    vertical-align: middle;
	outline:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	resize:none;
    background-image: url(images/arrow-down-black.svg);
	background-position: right 2rem center;
	background-repeat: no-repeat;
	background-size: 2.4rem auto;
    padding-left: 2rem;
    margin: 0 1rem;
}
.send-main {
	color:transparent;
    background-color: transparent;
	text-decoration:none;
	width: 6rem;
    height: 6rem;
	border: none;
	display:inline-block;
    vertical-align: middle;
	cursor:pointer;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background-image: url(images/icon-send-main.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
     margin: 0 1rem;
}
.field-box, .area-box {
padding: 1.5rem;
background-color: #FFF;
text-align: left;
width: calc(100% - 3rem);
margin-bottom: 2rem;
display: block;
border-radius: 1rem;
}


.field, .area {
	border: none;
	color:#666;
	width:100%;
	height: 3rem;
	text-decoration:none;
	font-size:1.6rem;
	background-color: transparent;
	border-bottom: solid 1px #999;
	display: block;
	outline:none;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
	resize:none;
}
.area {
height: 13rem;
resize: none;
}

.send {
	color:#FFF;
    background-color: transparent;
	text-decoration:none;
	width: calc(100% - 2rem);
	border: #FFF solid .1rem;
	display:block;
	cursor:pointer;
	text-align: left;
	height: 7rem;
	border-radius: 1rem 0;
	font-size: 2rem;
	padding: 0 0 0 2rem;
	font-weight: 500;
    appearance:none;
	margin: auto;
	background-image: url(images/arrow-right-white.svg);
	background-position: right 2rem center;
	background-repeat: no-repeat;
	background-size: 3rem auto;
}

.send:hover {
transform: scale(1.025);
	border: #0081DF solid 2px;
background-color: #0081DF;
}


.result_box {
width: 100%; 
min-height: 300px; 
text-align: center;
display: table;
}



	label.error  {
		color: red;
		font-style: italic; 
		display:inline-block;
	}
	  
	form  label.error  {
		display:none !important;
	}
	  
	form  input.error,
	form  textarea.error,
	form  select.error{
		background-color:#FFC6C6 !important;
	}


.img_fix_mobile {
display: none !important;
margin-right: 0;
margin-left: 10%;
}



@media (min-width: 651px) and (max-width: 650px) {
html, body {
	zoom: 90%;
	-moz-zoom: 90%;
	-webkit-zoom: 90%;
}
}

@media (min-width: 1500px) {
html, body {
	zoom: 110%;
	-moz-zoom: 110%;
	-webkit-zoom: 110%;
}
}

@media (min-width: 1700px) {
html, body {
	zoom: 120%;
	-moz-zoom: 120%;
	-webkit-zoom: 120%;
}	
}

@media (min-width: 2000px) {
html, body {
	zoom: 125%;
	-moz-zoom: 125%;
	-webkit-zoom: 125%;
}
}

@media (min-width: 2400px) {
html, body {
	zoom: 130%;
	-moz-zoom: 130%;
	-webkit-zoom: 130%;
}
}

@media (min-width: 2800px) {
html, body {
	zoom: 137.5%;
	-moz-zoom: 137.5%;
	-webkit-zoom: 137.5%;
}
}




@media screen and (max-width: 650px) {


.icon_close, .icon_menu, .whatsapp_menu  {
display: block;
}

/*HEADER*/

header {
	width:  calc(100% - 4rem);
	height: 8rem;
	padding: 0 2rem;
}



.logo {
	float: none;
	margin: auto;
	width: 12.5rem;
}

.nav {
	width: 100%;
	float: none;
	position: fixed;
	text-align: center;
	background-color: #757DC3;
	min-height: 100vh;
	z-index: 100;
	top: 0;
	left: -100%;
}


.menu {
	font-size:2rem;
	margin: 25px 0 25px 0;
	display: block;
	color: #FFF !important;
}




/*MAIN BANNER*/
.main_banner{
padding-top: 12rem;
height: initial;
}
.interior_banner {
background-attachment: scroll;
height: 120vw;
}
.main_banner .txt {
width: calc(100% - 8rem);
padding: 0 4rem;
text-align: center;
margin-bottom: 4rem;
}
.interior_banner .txt {
width: calc(100% - 8rem);
padding: 0 4rem 4rem 4rem;
left: 0;
}
.main_banner .img {
width: 100%; 
margin-bottom: 4rem;
}
.main_banner .img img {
width: 60%;
height: auto;
margin: auto;
}
.main_banner .scroll, .interior_banner .scroll {
display: none;
}


/*
.access {
width: 100%;
float: none;
font-size: 2.4rem;
line-height: 2.4rem;
margin: 2rem 0;
}


.access_wrapper {
padding-top: 50%;
}
.access .access_wrapper .txt {
left: 2rem;
bottom: 2rem;
}
.access .access_wrapper .img {
right: 2rem; 
top: 2rem; 
width: 6rem;
}
*/




.footer_info {
width: calc(100% - 8rem);
padding: 6rem 4rem;
}
.footer_left, .footer_right {
float: none;
width: 100%;
}
.footer_column {
float: none;
width: calc(100% - 8rem);
margin-right: 0;
margin-bottom: 4rem;
}


/*SLIDES */

.slide_invierte {
height: 75vw;
background-position: right center;
}
.slide_compra {
height: 75vw;
background-position: left center;
}
.slide_invierte_mask, .slide_compra_mask {
transform: rotate(0);
left: 0;
}
.slide_compra_mask {
right: 0;
top: 0;
}
.slide_invierte_txt, .slide_compra_txt {
left: 4rem;
bottom: 4rem;
right: 4rem;
width: calc(100% - 8rem);
top: initial;
}



.slide_motivos, .slide_cita, .slide_blog {
width: calc(100% - 8rem);
padding: 4rem;
}
.motivos_tittle, .motivos_content {
float: none; 
padding-right: 0;
margin-bottom: 4rem;
}

.slide_cita_txt {
max-width: 100%;
}
.columpio {
width: 60%;
margin: auto;
}
.patinadora {
position: initial;
width: 75vw;
}
 .slide_blog {
text-align: center;
	}
.photo {
top: 0;
bottom: initial;
width: 50vw;
right: initial;
left: 50%;
margin-left: -25vw;
margin-top: -37.5vw;
}


.bio {
margin: 0 2rem;
width: calc(50% - 4rem - 5px);
}

.about_intro {
width: calc(100% - 8rem); 
padding: 4rem; 
padding-bottom: 15rem;
}
.about_intro .txt {
width: 100%; 
float: none;
}
.about_why {
padding: 4rem;
width: calc(100% - 8rem); 
padding-top: 15rem;
}
.about_why .column {
float: none; 
padding-right: 0;
text-align: center;
margin-bottom: 4rem;
}
.thumb_wrapper {
width: calc(100% - 8rem); 
padding: 4rem; 
}

.thumb {
width: calc(100% - 2px);
margin-right: 0;
margin-bottom: 6rem;
float: none;
}


.thumb_blog {
width: 100%;
margin-right: 0;
margin-bottom: 4rem;
float: none;
}

.thumb_blog .txt {
width: calc(100% - 4rem);
padding: 4rem 2rem 0 2rem;
}

.invertir_intro, .vivir_intro {
width: calc(100% - 8rem); 
padding: 4rem; 
}
.invertir_intro .txt, .invertir_intro .img, .vivir_intro .txt, .vivir_intro .img, .vivir_intro .img_mob {
width:100%;
}
.invertir_intro .txt, .vivir_intro .txt {
margin-bottom: 4rem;
}
.vivir_intro .img {
display: none;
}
.vivir_intro .img_mob {
display: block;
}

.invertir_call {
width: calc(100% - 8rem); 
float: none; 
height: initial;
padding: 4rem;
}
.invertir_photo {
float: none; 
width: 100%; 
height: 75vw; 
}
.vivir_photo {
height: 60vw; 
background-position: right center;
margin: 4rem 0;
}
.thumb_bene, .thumb_bene_x2 {
width: calc(100% - 8rem);
padding: 4rem;
margin-right: 0; 
float: none; 
margin-bottom: 4rem;
}

.wrapper {
width: calc(100% - 8rem);
padding: 12rem 4rem 4rem 4rem;
}


/*
.txt_tittle {
padding: 0 4rem;
width: calc(100% - 8rem) !important; 
}
*/


/*
.txt_intro {
width: 100% !important; 
}
*/



.contact_form {
width: calc(100% - 8rem);
padding: 0 4rem;
}

.form_left, .form_right {
float: none; 
width: 100%;
margin-bottom: 1rem;
}
.send_wrapper {
width: 100%;
}


.step-txt {
width: 100%; 
float: none;
clear: both;
text-align: center;
}
.step {
clear: both;
width: 6rem;
margin: auto;
margin-top: 4rem;
margin-bottom: 4rem;
float: none; 
content: url("images/arrow_down.svg") !important;
}

.heart {
width: 6rem;
height: 6rem;
}
.thumb_serv {
width: calc(100% - 8rem); 
margin: 2rem 4rem;
}

.t1 {
	font-size:4rem;
	line-height: 4.6rem;
	}
.t2 {
	font-size: 2.8rem;
	line-height: 3.6rem;
}
.t3 {
	font-size:2rem;
	line-height: 3.2rem;
}
.t5 {
	font-size:2.4rem;
	line-height: 3rem;
}
.t6 {
	font-size:1.8rem;
	line-height: 2.2rem;
}
.t7 {
	font-size:1rem;
	line-height: 1.4rem;
}


.main-info {
width: 100%; 
padding: 12rem 0 0 0;
}
.ficha-content {
width: calc(100% - 8rem); 
float: none; 
padding: 0 4rem;
}
.ficha-img {
width: 100%; 
height: 100vw; 
float: none; 
position: initial;
margin-bottom: 4rem;
}
.ficha-desc {
width:100%; 
float: none; 
padding: 0;
}
.ficha-desc .carac {
width: 45%;
}
.ficha-agente {
width:calc(100% - 12rem); 
padding: 2rem; 
margin: 4rem;
position: initial; 
height: initial; 
float: none; 
border-radius: 4rem;
margin-top: 8rem;
margin-bottom: 0;
}

.detalle-moreinfo {
padding: 4rem; 
width: calc(100% - 8rem);
}
.detalle-moreinfo .txt {
width: initial;
}



.detalle_gal {
height: 20rem;
}
.detalle_gal_wrapper {
height: 20rem; 
}
.detalle_gal_mask {
height: 10rem; 
}
.photo-gal {
height: 20rem;
margin-right: 1rem;
}
.patch_ini, .patch_fin {
margin-left: 4rem;
}

.detalle-mapa { 
height: 100vw; 
}
.detalle-morecontent {
width: calc(100% - 8rem); 
padding: 4rem; 
}



.thumb-depa {
width: calc(33.3333%x - 2.7rem);
margin-right: 3rem;
vertical-align: top;
display: inline-block;
height: initial;
margin-bottom: 2rem;
}
.thumb-depa .img {
float: none; 
width: 100%; 
height: initial; 
margin-bottom: 2rem;
}
.thumb-depa .img img {
width: 50%;
}

.thumb-depa .txt {
width:55%;
padding: 0;
}
.thumb-depa .info {
width: calc(45% - 2rem); 
padding: 2rem 1rem;
}



}