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


* { font-family: "Archivo", sans-serif;}

.ocreC{
	color: #a3988b;
}

.ocreB{
	background: #a3988b;
}

.doradoC{
	color: #8c7754;
}

.doradoB{
	background: #8c7754;
}

.blancoC{
	color: white;
}

.blancoB{
	background: white;
}


.Incicio .col30{
	padding-top: 30%;
}


html{
	height: 100%;
}

body{
	background:url("images/lineas.png") no-repeat bottom right, #1a1a1a url("images/TRAVAMM_En_Construccion.jpg") no-repeat center;
	background-size:35%, cover;
	color: #555;
	height: 100%;
	}


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


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

header video{
	position: relative;
	z-index: 1;
}



.frase{
	position: absolute;
	top: 40%;
	z-index: 4;
	width: 100%;
	text-align: center;
}

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;
	padding: 10px 3%;
	flex-wrap: wrap;
}


nav ul{
	list-style: none;
	padding-top: 15px;
	text-align: right;
}

nav ul li{
	display: inline-block;
	margin: 0 15px;
}

nav ul li a{
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 1px;
}

nav ul li a:hover, nav ul li a.active{
	color: #d4c5b4;
	font-weight: 500;
}


nav img{
	margin-bottom: -5px;
}

nav .acceso{
	text-align: right;
	padding-top: 5px;
}

nav .acceso a{
	font-size: 11px;
	background: url("images/icon-acceso.svg") 10px bottom no-repeat #a3988b;
	background-size: 40px;
	padding-left: 50px;
	letter-spacing: 1px;
	
}


.logo{
}

.logo img{
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}


footer .F-lex{
	background: url("images/slide-generico.jpg") center bottom;
	background-size: cover;
	border-radius: 15px;
	margin: 50px 10%;
}

footer a{
	color: #f2f2f2;
	font-size: 22px;
	margin-bottom: 15px;
	margin-right: 20px;
	display: inline-block;
}

footer a img{
	margin-bottom: -7px;
}

footer h3{
	font-size: 40px;
}

.badge{
	margin-top: -150px;
}


hr{
	width: 100%;
	margin: 40px 0;
	border-bottom: 0;
	border-top: 1px solid #999;
	display: block;
}

input[type=text], input[type=email], select{
	padding: 10px 2%;
	width: 100%;
	background: #9ea2a2;
	outline: none;
	color: white;
	margin-bottom: 15px;
	line-height: 25px;
	border-radius: 5px;
	border: 0;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus{
	background: #8a7753;
	color: black;
}

textarea{
	padding: 20px 2%;
	width: 100%;
	background: #9ea2a2;
	height: 100px;
	outline: none;
	color: white;
	margin-bottom: 15px;
	line-height: 25px;
	border-radius: 5px;
	border: 0;
}

input[type=submit]{
	padding: 15px 2%;
	background: #8a7753;
	border: 0;
	outline: none;
	color: #FFF;
	width: 300px;
	cursor: pointer;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 5px;
}

input[type=submit]:hover{
	background: #a3988b;
	color: black;
}

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

h3{
	font-family: 'Griffiths';
	font-weight: 300;
	font-size: 60px;
	line-height: 65px;
	}


p {
	font-size:17px;
	line-height:23px;
	font-weight: 300;
	}

.big{
	font-size:19px;
	line-height:27px;
}
	
a {
	font-size:17px;
	line-height:23px;
	text-decoration: none;
	font-weight: 300;
	color: #fff;
	}

strong{
	font-family: 'DiagrammBlack';
}
	
a:hover {
	color:#b59753;
	}

.btn{
	display: inline-block;
	padding: 7px 20px;
	letter-spacing: 2px;
	border-radius: 8px;
	font-family: 'AgrandirHeavy';
}

.btn:hover{
	filter: brightness(90%);
	color: black;
}

#menuiphone{
	display: none;
}

.whats{
	position: fixed;
	right: 0px;
	bottom: 70px;
	z-index: 99999999;
}

.whats:hover{
	transform: scale(1.1);
}

.whats .btn{
	border-radius: 10px 0 0 10px;
}





@media only screen and (min-width:0px) and (max-width:767px){

.Incicio .col30 img{
	max-width: 300px;
}
	
.Incicio .col30{
	text-align: center;
	padding-top: 10%;
}

body{
background:none, #1a1a1a url("images/TRAVAMM_En_Construccion.jpg") no-repeat center;
background-size:35%, cover;
color: #555;
height: 100%;
}

}


@media only screen and (min-width:0px) and (max-width:600px){

	

	
}


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




}

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


}


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



}


