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


* { font-family: 'DiagrammLight', sans-serif;}

.ocreC{
	color: #a3988b;
}

.ocreB{
	background: #a3988b;
}

.doradoC{
	color: #8c7754;
}

.doradoB{
	background: #8c7754;
}

.blancoC{
	color: white;
}

.blancoB{
	background: white;
}


body{
	background:#1a1a1a;
	color: #555;
	}


main {
	width: 100%;
	margin:0 auto;
	background: #1a1a1a;
	}


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: #333;
	}

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;
}


.home div:last-child{
	text-align: right;
	align-self: baseline;
}

.redondeado{
	object-fit: cover;
	border-radius: 15px;
}

.accesos a{
	display: block;
	text-align: center;
}



/*–––––––––––––––––––––––––––––––clases–––––––––––––––––––––––––––*/

.clases{
	background: url("images/slide-generico.jpg") top center no-repeat #1a1a1a;
	background-size: 100%;
	padding-top: 200px;
}

.clases div{
	margin-bottom: 40px;
}

.simbologia{
	width: 100%;
	padding: 10px 50px 15px 40px;
	border: 1px solid #fff;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.simbologia div{
	margin-bottom: 0;
}

.simbologia img{
	display: inline-block;
	margin-bottom: -15px;
}

.clases h3{
	font-size: 38px;
	line-height: 44px;
}

h2{
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
}



/*–––––––––––––––––––––––––––––––instalaciones–––––––––––––––––––––––––––*/


.instalaciones img{
	object-fit: cover;
	border-radius: 10px;
	height: 300px;
	object-position: center;
}

/*–––––––––––––––––––––––––––––––contacto–––––––––––––––––––––––––––*/

.forma{}

::placeholder{
	color: white;
}


/*–––––––––––––––––––––––––––––––horarios–––––––––––––––––––––––––––*/

.horarios{
	align-items: flex-start;
}

.horarios .col100{
	margin-bottom: 40px;
}

.horarios .col50 h1{
	display: block;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	margin-bottom: 40px;
	height: 60px;
}

.horarios .col50{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

h4{
	font-size:25px;
	line-height:30px;
	font-weight: 300;
	}

.col10{
	width: 10%;
}

.col10 img{
	display: block;
	margin-top: -10px;
}

.col90{
	text-align: left;
	width: 88%;
	margin-bottom: 40px;
}

.col90 h3{
	font-size: 26px;
	line-height: 30px;
}

.nota{
	font-size: 13px;
}

.maturino .colM h1{
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 20px;
}


.colM{
	width: 13%;
	text-align: center;
	margin-bottom: 30px;
}


.bor{
	border-right: 1px solid white;
}


.alinEnd{
	aling-items:flex-start;
}

@media only screen and (min-width:0px) and (max-width:767px){
	
	video{
		margin-top: 140px;
	}

.frase{
	top: 50%;
	width: 100%;
}

.cbp-af-header.active{
	background: #1a1a1a;
}	
	
nav{
	padding: 10px 2%;
}


nav ul{
	padding-top: 0px;
	order: 3;
	overflow: hidden;
	height: 43px;
	width: 100%;
}

nav ul.active{
	height: 250px;
}	
	
nav ul li{
	margin: 10px 0;
	display: block;
}

nav ul li a{
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 1px;
}


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

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

.logo img{
	width: 110px;
}


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

footer a{
	font-size: 22px;
	margin-bottom: 15px;
	margin-right: 20px;
}

footer h3{
	font-size: 40px;
}

.badge{
	width: 150px;
}

footer .F-lex div:last-child{
	text-align: right;
	margin-top: -200px;
}


h1{
	font-size:26px;
	line-height:28px;
	}

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


p {
	font-size:16px;
	line-height:22px;
	}

.big{
	font-size:18px;
	line-height:25px;
}
	
a {
	font-size:16px;
	line-height:22px;
	}


.btn{
	padding: 5px 15px;
	letter-spacing: 1px;
	border-radius: 8px;
}


#menuiphone{
	display: block;
}

.whats{
	right: 0px;
	bottom: 70px;
}


.home div:last-child{
	text-align: right;
	align-self: baseline;
}

.accesos a{
	display: block;
	text-align: center;
}
	
	
/*–––––––––––––––––––––––––––––––clases–––––––––––––––––––––––––––*/

.clases{
	padding-top: 150px;
}
	
.simbologia{
	width: 100%;
	padding: 10px 50px 15px 40px;
	border: 1px solid #fff;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.simbologia div{
	margin-bottom: 0;
}

.simbologia img{
	display: inline-block;
	margin-bottom: -15px;
}
	
.ClasIcon img{
	width: 45px;
}
	
.clases h3{
	font-size: 30px;
	line-height: 35px;
}
	
/*–––––––––––––––––––––––––––––––contacto–––––––––––––––––––––––––––*/

.forma .badge{
	display: none;
	}
	
.forma .F-lex div:last-child{
	text-align: right;
	margin-top: 20px;
}
	
	
/*–––––––––––––––––––––––––––––––horarios–––––––––––––––––––––––––––*/


.horarios .col100{
	margin-bottom: 30px;
}

.horarios .col50 h1{
	padding: 10px 0;
	margin-bottom: 40px;
	height: 35px;
	font-size: 25px;
}
	


.horarios .col50{
	
}

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

.col10{
	width: 10%;
	text-align: right;
}
	
.col10 img{
	width: 27px;
	margin-bottom: -10px;
}


.col90{
	width: 88%;
	margin-bottom: 30px;
}

.col90 h3{
	font-size: 20px;
	line-height: 25px;
}

.nota{
	font-size: 13px;
}

.maturino .colM h1{
	font-size: 10px;
	line-height: 18px;
	padding: 5px 0;
	margin-bottom: 20px;
}


.colM{
	width: 13%;
	margin-bottom: 30px;
}
	
	.colM p{
	font-size: 12px;
	line-height: 14px;
}
	

}


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

	
.maturino .colM h1{
	font-size: 8px;
	line-height: 12px;
	padding: 5px 0;
	margin-bottom: 20px;
	hyphens: auto;
}


	.colM p{
	font-size: 9px;
	line-height: 13px;
	hyphens: auto;
}
	
}


@media only screen and (min-width:768px) and (max-width:1023px){
	
.frase{
	top: 40%;
	width: 100%;
}
	
.cbp-af-header.active{
	background: #1a1a1a;
}	

nav{
	padding: 10px 2%;
}


nav ul{
	padding-top: 0px;
	order: 3;
	overflow: hidden;
	height: 43px;
	width: 100%;
}

nav ul.active{
	height: 250px;
}	
	
nav ul li{
	margin: 10px 0;
	display: block;
}

nav ul li a{
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 1px;
}


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

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

.logo img{
	width: 110px;
}


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

footer a{
	font-size: 22px;
	margin-bottom: 15px;
	margin-right: 20px;
}

footer h3{
	font-size: 40px;
}

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



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

h3{
	font-size: 40px;
	line-height: 40px;
	}


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

.big{
	font-size:19px;
	line-height:27px;
}
	
a {
	font-size:17px;
	line-height:23px;
	}


.btn{
	padding: 7px 20px;
	letter-spacing: 2px;
	border-radius: 8px;
}


#menuiphone{
	display: block;
}

.whats{
	right: 0px;
	bottom: 70px;
}


.home div:last-child{
	text-align: right;
	align-self: baseline;
}

.accesos a{
	display: block;
	text-align: center;
}
	
.clases h3{
	font-size: 30px;
	line-height: 35px;
}
	
/*–––––––––––––––––––––––––––––––contacto–––––––––––––––––––––––––––*/

.forma .badge{
	display: none;
	}
	
	.forma div{
		width: 100%;
	}
	
	
/*–––––––––––––––––––––––––––––––horarios–––––––––––––––––––––––––––*/


.horarios .col100{
	margin-bottom: 40px;
}

.horarios .col50 h1{
	padding: 10px 0;
	margin-bottom: 40px;
	height: 40px;
	font-size: 25px;
}

.horarios .col50{
	
}

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

.col10{
	width: 14%;
}


.col90{
	width: 84%;
	margin-bottom: 40px;
}

.col90 h3{
	font-size: 20px;
	line-height: 25px;
}

.nota{
	font-size: 13px;
}

.maturino .colM h1{
	font-size: 13px;
	line-height: 18px;
	padding: 5px 0;
	margin-bottom: 20px;
}


.colM{
	width: 13%;
	margin-bottom: 30px;
}



}

@media only screen and (min-width:1024px) and (max-width:1350px){
	
.frase{
	top: 40%;
	width: 100%;
}

nav{
	padding: 10px 2%;
}


nav ul{
	padding-top: 15px;
}

nav ul li{
	margin: 0 5px;
}

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


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

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

.logo img{
	width: 110px;
}


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

footer a{
	font-size: 22px;
	margin-bottom: 15px;
	margin-right: 20px;
}

footer h3{
	font-size: 40px;
}

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



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

h3{
	font-size: 50px;
	line-height: 50px;
	}


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

.big{
	font-size:19px;
	line-height:27px;
}
	
a {
	font-size:17px;
	line-height:23px;
	}


.btn{
	padding: 7px 20px;
	letter-spacing: 2px;
	border-radius: 8px;
}


#menuiphone{
	display: none;
}

.whats{
	right: 0px;
	bottom: 70px;
}


.home div:last-child{
	text-align: right;
	align-self: baseline;
}

.accesos a{
	display: block;
	text-align: center;
}
	
	
.clases h3{
	font-size: 30px;
	line-height: 35px;
}
	
	
/*–––––––––––––––––––––––––––––––horarios–––––––––––––––––––––––––––*/



.horarios .col50 h1{
	padding: 10px 0;
	margin-bottom: 40px;
	height: 50px;
	font-size: 25px;
}


h4{
	font-size:22px;
	line-height:27px;
	}
	
.col10{
	width: 14%;
}


.col90{
	width: 84%;
	margin-bottom: 40px;
}



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


.maturino .colM h1{
	font-size: 13px;
	line-height: 18px;
	padding: 5px 0;
	margin-bottom: 20px;
}



}


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



}


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

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

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

@font-face {
    font-family: 'AgrandirHeavy';
    src: url('fonts/AgrandirHeavy.eot');
    src: url('fonts/AgrandirHeavy.eot') format('embedded-opentype'),
         url('fonts/AgrandirHeavy.woff2') format('woff2'),
         url('fonts/AgrandirHeavy.woff') format('woff'),
         url('fonts/AgrandirHeavy.ttf') format('truetype'),
         url('fonts/AgrandirHeavy.svg#AgrandirHeavy') 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;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #2f1c51;
	border: 0;
}

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


