@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Casas Trío
Autor: Omar De Luna
actualización: oct 2023 */


img{border:0;}

* { margin: 0; padding: 0; font-family: 'MyriadProLight', sans-serif; box-sizing: border-box;}


a, input, nav ul, textarea{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

body{
	background:#253237;
	color: #555;
	}


main {
	width: 100%;
	margin:0 auto;
	}


header{
	width: 100%;
	position: relative;
	text-align: center;
}

header h1{
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	color: white;
	margin: 0 auto;
}

strong{
	font-family: 'MyriadProBold';
}

header hr{
	width: 200px;
	border-top: 0;
	border-bottom: 10px solid #388679;
	margin: 20px auto;
}


nav{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 99;
	display: flex;
	justify-content: space-between;
}


nav ul{
	list-style: none;
	padding-top: 25px;
}

nav ul li{
	display: inline-block;
}

nav ul li a{
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 1px;
	color: #fff;
	margin: 0 20px;
	font-weight: 400;
	border-bottom: 0;
}

nav ul li a:hover, nav ul li a.active{
	color: #388679;
}

nav ul li ul{
	position: absolute;
	display: none;
	background: rgba(0,0,0,0.2);
	padding: 20px 10px;
}

nav ul li:hover ul{
	display: block;
}

nav ul li ul li{
	display: block;
}

nav ul li ul li a{
	line-height: 30px;
}



.flecha{
	width: 100%;
	position: absolute;
	z-index: 9999;
	bottom: 100px;
	text-align: center;
	animation: abajo;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

@keyframes abajo{
	from{
		transform: translateY(-30px);
	}
	to{
		transform: translateY(0px);
	}
}


.logo img{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 200px;
	margin-top: 10px;
}

.welcome{
	width: 100%;
	padding: 50px 35%;
	text-align: center;
}

.service{
	width: 100%;
	padding: 100px 0;
	text-align: center;
	background: url("images/fondo.jpg") no-repeat top center;
	background-size: cover;
}

.pieces{
	width: 890px;
	height: auto;
	margin: 50px auto;
	display: flex;
	align-items: center;
	padding-left: 50px;
}

.pieces div{
	width: 50%;
	padding-top: 10vh;
	text-align: center;
	position: relative;
}

.pieces div:last-child{
	margin-left: -75px;
}

.pieces .text{
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 2;
	left: 0;
	padding-top: 10vh;
}

.izquierda{
	margin-left: -30px;
}

.derecha{
	margin-left: 30px;
}

.serv{
	width: 760px;
	height: auto;
	background: rgba(206,206,206,0.8);
	margin: 0 auto;
	padding: 50px;
	transform: translateX(-10px);
	margin-top: -50px;
}

.F-lex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto;
	padding: 100px 0;
}

.col25{
	width: 24%;
}

.col30{
	width: 31%;
}

.col50{
	width: 48%;
}

.col60{
	width: 66%;
}

.logo a{
	border: 0;
}

footer{
	width: 100%;
	background: #253237;
	list-style: none;
	padding: 50px 5%;
	text-align: center;
}

footer p, footer a{
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	border: 0;
}

footer hr{
	width: 150px;
	border-top: 0;
	border-bottom: 10px solid #cecece;
	margin: 20px auto;
}


input[type=text], input[type=email], select{
	padding: 10px 2%;
	background: #e6e6e6;
	border: 0;
	outline: none;
	color: gray;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	line-height: 25px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus{
	background: #388679;
	color: white;
}

textarea{
	padding: 20px 2%;
	background: #e6e6e6;
	height: 100px;
	border: 0;
	outline: none;
	color: gray;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	line-height: 25px;
}

input[type=submit]{
	padding: 20px 2%;
	background: #388679;
	border: 0;
	outline: none;
	color: #FFF;
	width: 100%;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 15px;
	text-align: center;
}

input[type=submit]:hover{
	background: #FFF;
	color: #388679;
}


	
h1{
	font-size:30px;
	line-height:35px;
	}

h2{
	font-size:28px;
	line-height:34px;
	font-family: 'MyriadProBold';
	}

h3{
	font-size:28px;
	line-height:34px;
	font-weight: lighter;
	}

p {
	font-size:16px;
	line-height:22px;
	}
	
a {
	font-size:16px;
	line-height:22px;
	text-decoration: none;
	color: #D0CDD0;
	}
	
a:hover {
	color:#388679;
	}

.cleare {
	display: block;
	clear: both;
}

.btn{
	letter-spacing: 2px;
	border-bottom: 2px solid #388679;
}


#menuiphone{
	display: none;
}

.verdeOscuroC{
	color: #388679;
}

.grisC{
	color: #253237;
}


.blancoC{
	color: white;
}

.verdeOscuroB{
	background: #388679;
}

.grisB{
	background: #253237;
}


/*----------------------------------about--------------------------------*/


.about{
	width: 100%;
	padding: 50px 25% 250px 25%;
	text-align: center;
	background: url("images/back3.jpg") no-repeat top center;
	background-size: cover;
}

.about .col50{
	text-align: left;
}

.about .F-lex .col50:last-child{
	padding-top: 0px;
}

.founders{
	width: 100%;
	padding: 1px 20% 100px 20%;
	text-align: center;
	background: url("images/back.jpg") no-repeat top center;
	background-size: cover;
}

.founders .col50 p.justi{
	text-align: justify;
}

.founders .col50{
	margin-bottom: 40px;
}

.founders hr{
	width: 80px;
	border-top: 0;
	border-bottom: 7px solid #388679;
	margin: 20px auto;
}

.title{
	margin-top: -200px;
}

.founders .col50 img, .founders .col30 img{
	filter: grayscale(100%);
}


/*----------------------------------services--------------------------------*/


.markets{
	width: 100%;
	padding: 100px 15% 100px 15%;
	text-align: center;
	background: url("images/back2.jpg") no-repeat top center;
	background-size: cover;
}

.markets .col30{
	text-align: left;
}

.assets{
	width: 100%;
	padding: 100px 15% 100px 15%;
	text-align: center;
	background: url("images/back.jpg") no-repeat top center;
	background-size: cover;
}

.assets .col50{
	text-align: left;
}

.assets ul{
	padding-left: 18px;
}

.assets ul li{
	color: white;
}

@media only screen and (min-width:0px) and (max-width:767px){
	
#menuiphone{
	display: block;
}
	

header{
	width: 100%;
}

header h1{
	bottom: 5%;
}


header hr{
	width: 150px;
	border-bottom: 10px solid #388679;
	margin: 10px auto;
}

nav ul{
	padding-top: 15px;
	text-align: right;
	overflow: hidden;
	height: 50px;
}
	
nav ul li:nth-child(3){
	border-right: 1px solid #999;
}
	
nav > ul.active{
	height: 300px;
}

nav ul li{
	display: block;
}

nav ul li a{
	font-size: 15px;
	line-height: 31px;
	letter-spacing: 1px;
	margin: 0 15px;
}
	
nav ul li ul{
	position: relative;
	display: block;
	background: transparent;
	padding: 0;
	height: auto;
}

nav ul li:hover ul{
	display: block;
}

nav ul li ul li{
	display: block;
	padding-right: 9px;
}

nav ul li ul li a{
	line-height: 30px;
}
	
nav ul li ul li:nth-child(3){
	border-right: 0;
}

.flecha{
	width: 100%;
	z-index: 9999;
	bottom: 10px;
	animation: abajo;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	display: none;
}


@keyframes abajo{
	from{
		transform: translateY(-30px);
	}
	to{
		transform: translateY(0px);
	}
}


.logo img{
	width: 180px;
	margin-top: 10px;
}

.welcome{
	width: 100%;
	padding: 30px 5%;
}

.service{
	width: 100%;
	padding: 60px 5%;
	text-align: center;
	background: url("images/fondo.jpg") no-repeat top center;
	background-size: cover;
}

.pieces{
	width: 100%;
	height: auto;
	margin: 30px auto;
	background: transparent;
	background-size: 100%;
	flex-wrap: wrap;
	padding: 0;
}

.pieces div{
	width: 100%;
	height: auto;
	padding: 20px;
	background-image: none;
	margin: 0;
}
	
.pieces div:first-child{
	background: rgba(56,134,121,0.8);
	background-image: none;
	margin-bottom: 10px;
}
	
.pieces div:last-child{
	background: rgba(92,107,115,0.8);
	background-image: none;
	margin-left: 0;
}
	
.pieces div img{
	display: none;
}
	
.pieces .text{
	position: relative;
}
	
.serv{
	width: 100%;
	height: auto;
	background: rgba(206,206,206,0.8);
	margin: 0 auto;
	padding: 20px;
	transform: none;
	margin-top: -20px;
}

.F-lex{
	max-width: 1250px;
	padding: 100px 0;
}

.col25{
	width: 100%;
	margin-bottom: 20px;
}

.col30{
	width: 100%;
	margin-bottom: 20px;
}

.col50{
	width: 100%;
	margin-bottom: 20px;
}

.col60{
	width: 100%;
	margin-bottom: 20px;
}


footer{
	width: 100%;
	padding: 30px 5%;
}

footer p, footer a{
	font-size: 16px;
	line-height: 24px;
}

footer hr{
	width: 150px;
	margin: 20px auto;
}


	
h1{
	font-size:20px;
	line-height:25px;
	}

h2{
	font-size:22px;
	line-height:26px;
	}

h3{
	font-size:22px;
	line-height:26px;
	}

p {
	font-size:15px;
	line-height:21px;
	}
	
a {
	font-size:15px;
	line-height:21px;
	}
	
/*----------------------------------about--------------------------------*/


.about{
	width: 100%;
	padding: 50px 10% 60px 10%;
	background: url("images/back3.jpg") no-repeat bottom center;
}


.about .F-lex .col50:last-child{
	padding-top: 0px;
}
	
	.about img{
		object-fit: cover;
		height: 500px;
	}

.founders{
	width: 100%;
	padding: 50px 10% 60px 10%;
	background: url("images/back.jpg") no-repeat top center;
	background-size: cover;
}


.title{
	margin-top: 0px;
}
	
	
/*----------------------------------services--------------------------------*/


.markets{
	width: 100%;
	padding: 60px 10% 60px 10%;
	background: url("images/back2.jpg") no-repeat top center;
	background-size: cover;
}


.assets{
	width: 100%;
	padding: 60px 10% 60px 10%;
	background: url("images/back.jpg") no-repeat top center;
	background-size: cover;
}



}

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

header{
	width: 100%;
}

header h1{
	bottom: 10%;
}


header hr{
	width: 150px;
	border-bottom: 10px solid #388679;
	margin: 20px auto;
}

nav ul{
	padding-top: 25px;
}

nav ul li{
	display: inline-block;
}

nav ul li a{
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 1px;
	margin: 0 15px;
}

.flecha{
	width: 100%;
	z-index: 9999;
	bottom: 10px;
	animation: abajo;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}


@keyframes abajo{
	from{
		transform: translateY(-30px);
	}
	to{
		transform: translateY(0px);
	}
}


.logo img{
	width: 180px;
	margin-top: 10px;
}

.welcome{
	width: 100%;
	padding: 50px 20%;
}

.service{
	width: 100%;
	padding: 80px 0%;
	text-align: center;
	background: url("images/fondo.jpg") no-repeat top center;
	background-size: cover;
}

.pieces{
	width: 690px;
	margin: 50px auto;
	padding-left: 50px;
}

.pieces div{
	width: 50%;
	padding-top: 10vh;
}

.pieces div:last-child{
	margin-left: -55px;
}

.pieces .text{
	width: 100%;
	padding-top: 8vh;
}
	
.serv{
	width: 580px;
	height: auto;
	background: rgba(206,206,206,0.8);
	margin: 0 auto;
	padding: 50px;
	transform: none;
	margin-top: -50px;
}
	
	

.F-lex{
	max-width: 1250px;
	padding: 100px 0;
}

.col25{
	width: 24%;
}

.col30{
	width: 31%;
}

.col50{
	width: 48%;
}

.col60{
	width: 66%;
}



footer{
	width: 100%;
	padding: 50px 5%;
}

footer p, footer a{
	font-size: 16px;
	line-height: 24px;
}

footer hr{
	width: 150px;
	margin: 20px auto;
}


	
h1{
	font-size:25px;
	line-height:30px;
	}

h2{
	font-size:24px;
	line-height:30px;
	}

h3{
	font-size:24px;
	line-height:30px;
	}

p {
	font-size:16px;
	line-height:22px;
	}
	
a {
	font-size:16px;
	line-height:22px;
	}
	
/*----------------------------------about--------------------------------*/


.about{
	width: 100%;
	padding: 50px 5% 200px 5%;
	background: url("images/back3.jpg") no-repeat bottom center;
}


.about .F-lex .col50:last-child{
	padding-top: 0px;
}

.founders{
	width: 100%;
	padding: 1px 5% 100px 5%;
	background: url("images/back.jpg") no-repeat top center;
	background-size: cover;
}


.title{
	margin-top: -200px;
}
	
	
/*----------------------------------services--------------------------------*/


.markets{
	width: 100%;
	padding: 80px 10% 80px 10%;
	background: url("images/back2.jpg") no-repeat top center;
	background-size: cover;
}


.assets{
	width: 100%;
	padding: 80px 10% 80px 10%;
	background: url("images/back.jpg") no-repeat top center;
	background-size: cover;
}
	
}

@media only screen and (min-width:1024px) and (max-width:1299px){

header{
	width: 100%;
}

header h1{
	bottom: 20%;
}


header hr{
	width: 200px;
	border-bottom: 10px solid #388679;
	margin: 20px auto;
}

nav ul{
	padding-top: 25px;
}

nav ul li{
	display: inline-block;
}

nav ul li a{
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 1px;
	margin: 0 20px;
}

.flecha{
	width: 100%;
	z-index: 9999;
	bottom: 50px;
	animation: abajo;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}


@keyframes abajo{
	from{
		transform: translateY(-30px);
	}
	to{
		transform: translateY(0px);
	}
}


.logo img{
	width: 200px;
	margin-top: 10px;
}

.welcome{
	width: 100%;
	padding: 50px 25%;
}

.service{
	width: 100%;
	padding: 100px 0%;
	text-align: center;
	background: url("images/fondo.jpg") no-repeat top center;
	background-size: cover;
}



.F-lex{
	max-width: 1250px;
	padding: 100px 0;
}

.col25{
	width: 24%;
}

.col30{
	width: 31%;
}

.col50{
	width: 48%;
}

.col60{
	width: 66%;
}



footer{
	width: 100%;
	padding: 50px 5%;
}

footer p, footer a{
	font-size: 16px;
	line-height: 24px;
}

footer hr{
	width: 150px;
	margin: 20px auto;
}


	
h1{
	font-size:30px;
	line-height:35px;
	}

h2{
	font-size:28px;
	line-height:34px;
	}

h3{
	font-size:28px;
	line-height:34px;
	}

p {
	font-size:16px;
	line-height:22px;
	}
	
a {
	font-size:16px;
	line-height:22px;
	}
	
/*----------------------------------about--------------------------------*/


.about{
	width: 100%;
	padding: 50px 10% 200px 10%;
	background: url("images/back3.jpg") no-repeat bottom center;
}


.about .F-lex .col50:last-child{
	padding-top: 0px;
}

.founders{
	width: 100%;
	padding: 1px 15% 100px 15%;
	background: url("images/back.jpg") no-repeat top center;
	background-size: cover;
}


.title{
	margin-top: -200px;
}

}


@media only screen and (min-width:1300px) and (max-width:1600px){

.welcome{
	width: 100%;
	padding: 50px 25%;
}	
	
.service{
	width: 100%;
	padding: 100px 0%;
	text-align: center;
	background: url("images/fondo.jpg") no-repeat top center;
	background-size: cover;
}


	
	
/*----------------------------------about--------------------------------*/


.about{
	width: 100%;
	padding: 50px 15% 200px 15%;
	background: url("images/back3.jpg") no-repeat bottom center;
}


.about .F-lex .col50:last-child{
	padding-top: 0px;
}

.founders{
	width: 100%;
	padding: 1px 20% 100px 20%;
	background: url("images/back.jpg") no-repeat top center;
	background-size: cover;
}


.title{
	margin-top: -200px;
}

}


@font-face {
    font-family: 'MyriadProLight';
    src: url('fonts/MyriadProLight.eot');
    src: url('fonts/MyriadProLight.eot') format('embedded-opentype'),
         url('fonts/MyriadProLight.woff2') format('woff2'),
         url('fonts/MyriadProLight.woff') format('woff'),
         url('fonts/MyriadProLight.ttf') format('truetype'),
         url('fonts/MyriadProLight.svg#MyriadProLight') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'MyriadProBold';
    src: url('fonts/MyriadProBold.eot');
    src: url('fonts/MyriadProBold.eot') format('embedded-opentype'),
         url('fonts/MyriadProBold.woff2') format('woff2'),
         url('fonts/MyriadProBold.woff') format('woff'),
         url('fonts/MyriadProBold.ttf') format('truetype'),
         url('fonts/MyriadProBold.svg#MyriadProBold') format('svg');
	font-weight: normal;
	font-style: normal;
}



.disclaimer{
	width: 100%;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	color: #999;
	padding: 15px 0;
	background: white;
}

.disclaimer a{
	font-size: 12px;
	color: #2f1c51;
	border: 0;
}

.disclaimer a img{
	margin-bottom: -5px;
	display: inline-block;
}


