:root {
	--color-primario: rgba(0, 0, 0, 0.7);
	--color-secundario: rgba(255, 255, 255, 1);
	
	--tittle: Morganite-Light;
	--tittle-size: 100px;
	--tittle-line: 1;
	--tittle-weight: lighter;
	--tittle-color: rgba(0, 0, 0, 0.3);
	--tittle-decoration: none;
	--tittle-margin: 0;
}

*{
	box-sizing: border-box;
	font-family: "Barlow Semi Condensed", sans-serif;
	color: var(--color-primario);
	text-decoration: none;
}






/* NEW CODE */
.headernew 		{background: rgba(255,255,255,0.9); position: fixed; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; z-index: 9;}
.headernew-wrap {width: 88%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.headernew-logo {font-size: 30px; font-weight: 400; padding: 12px 0px 10px 0px;}
.ico-s09p 		{font-size: 32px; cursor: pointer;}
.headernew-line {width: 90%; height: 1px; background: rgba(0,0,0,0.2);}

.line-bio		{width: 1px; height: 50px; background: rgba(0,0,0,0.5);}
.footop			{margin: 50vh 0 20px 0 !important;}
.wrap-items		{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px 0px;}
.btimgport		{width: 380px; height: 380px; overflow: hidden; border-radius: 10px; transition: .3s;}
.imgport		{width: 100%; height: 100%; object-fit: cover; object-position: center;}

.btimgport:hover {transform: scale(1.03);}


.contact-wrap {
    display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; margin: 22px 0 0 0;}

.contact-line {
	width: 1px; height: 100px; background: gray;}

.contact-item {
    width: 880px;}

#frmContacto {
	display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start;}

.form-item {
	width: 49%; display: flex; flex-wrap: wrap; gap: 9px;}

.form-item2 {
	width: 49%; display: flex; flex-wrap: wrap; justify-content: flex-end;}

.nav {
position: fixed; width: 100%; height: 100vh; display: flex; align-items: flex-start; justify-content: center; padding: 0px 0 0 0; background: rgb(255,255,255,0.8); z-index: 10; top: 59px; opacity: 0; visibility: hidden; transition: .3s .4s;}

.nav-wrap {
width: 88%; display: flex; justify-content: flex-end; overflow: hidden;}

.nav-item {
background: white; width: 160px; display: flex; flex-direction: column; padding: 15px; gap: 13px; position: relative; z-index: 90; margin: -225px 0px 0px 0px; transition: .3s .2s;}

.nav-bt {
color: rgba(0, 0, 0, 0.4); font-size: 23px; font-weight: 300; text-align: right; transition: .3s;}

.nav-line {
width: 100%; height: 1px; background: rgba(0, 0, 0, 0.1);}

.nav-bt:hover {color: black;}

.ico-x925 {
display: flex; background: white; justify-content: center; align-items: center; font-size: 32px; position: fixed; right: 6%; top: 13px; cursor: pointer;}

.nav-on {
opacity: 1; visibility: visible; transition: .3s .1s;}

.nav-down {
margin: 0px 0px 0px 0px; transition: .7s .2s;}


/* @font-face {
	font-family: Morganite-Light;
	src: url(fonts/Morganite-Light.ttf) format(truetype);
}
@font-face {
	font-family: Morganite-Bold;
	src: url(fonts/Morganite-Bold.ttf) format(truetype);
} */

.julio-cardenas-mob {display: none;}
.bt-about-b {display: none;}

/* mostrar animacion si no se ha llenado un campo en el formulario de contactenos */
.error input, input.error{
  border: 1px solid red;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.wpcf7-response-output-form{
  color: #000;
  font-size: 20px;
  margin: 15px 0 0 0; 
}




.julio-cardenas img {
	opacity: 0.7;
}

.julio-cardenas-new img {
	opacity: 0.7;
}

 

 


.title-int {
	font-size: 50px;
	margin: 70px 0px 0px 0px;
}
.item-calend1 {
	margin: 9px 0px 30px 0px;
	width: 470px;
	display: flex;
	gap: 10px;
	font-size: 19px;
}
.item-cal {
	font-size: 20px;
	font-weight: 500;
}
 

.txt-cal {
	font-weight: 600;
}
.txtcal2 {} 














body {
	margin: 0;
	font-size: 17px;
	font-weight: lighter;
	font-family: 'Oswald', sans-serif;
	transition: all 0.2s;
	color: var(--color-primario);
}

.cl-normal {
	background-colors: gray;
	width: 1200px;
	margin: auto;
	padding: 120px 0 0 0;
}
.ctro {width: 100%; text-align: center;}


.wrap-general {
	width: 100%;
	padding: 30px 0px 0px 0px;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.nav-desktop {
	width: 290px;
	position: sticky;
	top: 30px;
}
.wrap-nav {
	width: 100%;
	margin: 30px 0px 0px 0px;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.line-nav {
	width: 1px;
	height: 230px;
	background-color: var(--color-primario); 
	position: sticky;
	top: 30px;
}

.content-right {
	width: 830px;
	text-align: center;
	margin: 0px 0px 30px 0px;
}
.content-right-b {
	width: 830px;
	text-align: center;
	margin: 0px 0px 30px 0px;
}
.bt-link {
	text-decoration: none;
	color: var(--color-primario);
	font-size: 20px;
	margin: 0px 0px 9px 0px;
	transition: all 0.2s;

	display: flex;
	align-items: center;
}
.bt-link:hover {
	transform: scale(1.1);
	padding: 4px 0px 4px 10px;
}
.ico-na {
	font-size: 16px;
	margin: 3px 4px 0px 0px;
}


.bt-about {
	background-color: var(--color-primario);
	color: var(--color-secundario);
	text-decoration: none;
	font-size: 20px;
	display: inline-block;
	padding: 7px 25px 10px 25px;
	border-radius: 60px;
	transition: all 0.2s;
	margin: 0px 0px 80px 0px;
}
.bt-about:hover {
	transform: scale(1.2);
	box-shadow: 0px 13px 13px -9px rgba(0, 0, 0, 0.6);
}

.copy {
	font-size: 80px;
	width: 370px;
	font-family: Morganite-Light;
	font-weight: lighter;
	margin: 40px auto 30px auto;
	line-height: 0.8;
}
.nev-copy {
	font-family: Morganite-Bold;
	text-decoration: underline;
	margin: 0px 10px;
}
.wrap-title {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 22px;
}
h1 {
	font-size: 50px; margin: 0; font-weight: 600;
}
.bt-title {
	font-size: 50px;
	color: rgba(0, 0, 0, 0.3);
}
.bt-title:hover {
	color: black;
	text-decoration: underline;
}
.wrap-content-int {
	width: 100%;
	text-align: justify;
	font-size: 18px;
	margin: 40px 0px 0px 0px;
}
.footer {
	width: 100%;
	font-size: 16px;
	margin: 120px 0px 20px 0px;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.line-footer {
	width: 100%;
	height: 1px;
	background-color: var(--color-primario);
	margin: 20px 0px 10px 0px;
}
.ico-ilu {
	font-size: 13px;
}


.tittle-form {
	font-size: 40px;
	margin: 20px 0px 0px 0px;
}
.campo1 {
	width: 100%;
}
.campo1a {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: lighter;
	padding: 5px 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid black;
}
.bt-send {
	background-color: var(--color-primario);
	color: var(--color-secundario);
	border: none;
	font-size: 18px;
	font-weight: lighter;
	width: 120px;
	padding: 6px 0px;
	border-radius: 6px;
	transition: all 0.2s;
	cursor: pointer;
	margin: 5px 0px 0px 0px;
}
.bt-send:hover {
	transform: scale(1.06);
}
::placeholder {color: black;}


.iluxion {
	text-decoration: none;
	transition: all 0.2s;
	cursor: pointer;
	color: black;
}
.iluxion:hover {
	text-decoration: underline;
	transform: scale(1.07);
}
.wrap-category {
	width: 100%;
	margin: 0px 0px 40px 0px;

	display: flex;
	flex-wrap: wrap;
}
.bt-category {
	color: var(--color-primario);
	text-decoration: none;
	font-size: 20px;
	border-radius: 90px;
	border: solid 1px black;
	width: 135px;
	height: 40px;
	margin: 0px 14px 0px 0px;
	cursor: pointer;
	transition: all 0.2s;

	display: flex;
	justify-content: center;
	align-items: center;
}
.bt-category:hover {
	color: var(--color-secundario);
	background-color: var(--color-primario);
	border: solid 1px black;
	transform: scale(1.2);

	box-shadow: 0px 11px 8px -9px rgba(0, 0, 0, 0.6);
}

.bt-items {
	display: flex;
	flex-direction: column;

	width: 30%;
	color: var(--color-primario);
	text-decoration: none;
}
.img-item {
	border-radius: 15px;
}












/*NEW HOME*/
.new-home {
	width: 100%;
	height: 100vh;

	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s;
}
.nav-desktop-new {
	width: 400px;
	transition: all 0.2s;
}
.julio-cardenas-new {
	width: 100%;
	display: block;
	margin: 0px 0px 40px 0px;
	transition: all 0.2s;
}
.bt-link-new {
	display: flex;
	align-items: center;
	color: var(--color-primario);
	transition: all 0.2s;

	font-size: 20px;
}
.bt-link-new {
	width: 100%;
	text-decoration: none;
	padding: 10px;

	display: flex;
	
	align-items: center;
	transition: all 0.2s;
}
.bt-link-new:hover .wrap-link-home {
	margin: 0px 10px 0px 0px;
	
}

.wrap-link-home {
	display: flex;
	align-items: center;
	transition: all 0.2s;
	width: 75px;
	margin: 0px 288px 0px 0px;
}
.line-home-new {
	width: 100%;
	height: 1px;
	background-color: #dadada;
	margin: 10px 0px;
	transition: all 0.2s;
}
.ico-na-new {
	font-size: 17px;
	margin: 0px 3px 0px 0px;
	transition: all 0.2s;
}





































@media screen and (max-width: 1400px) {
.cl-normal {
	background-colors: gray;
	width: 900px;
	margin: auto;
}



.nav-desktop {
	width: 200px;
	position: sticky;
	top: 30px;
}
.content-right {
	width: 650px;
	text-align: center;
	margin: 0px 0px 30px 0px;
}
.content-right-b {
	width: 650px;
	text-align: center;
	margin: 0px 0px 30px 0px;
}


.btimgport {
    width: 280px;
    height: 280px;
    overflow: hidden;
    border-radius: 10px;
    transition: .3s;
}

.contact-item {
width: 625px;}

}







































@media screen and (max-width: 960px) {
.cl-normal {
	background-colors: gray;
	width: 600px;
	margin: auto;
}
.line-nav {
	display: none;
}


.julio-cardenas-mob {
	display: block;
	background-color: var(--color-primario);
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 0;
	padding: 15px 0px;
	border-bottom-right-radius: 22px;
	border-bottom-left-radius: 22px;
	z-index: 5;
}


.content-right {
	width: 100%;
	text-align: center;
	margin: 0px 0px 30px 0px;
	padding: 60px 0px 110px 0px;
}
.content-right-b {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0px 0px 30px 0px;
}
.nav-desktop {
	width: 100%;
	position: relative;
	top: 0px;
	z-index: 5;
}
.julio-cardenas {
	display: none;
}
.julio-cardenas-mob img {
	width: 220px;
	display: block;
	text-align: center;
	margin: auto;
}

.wrap-general {
	width: 100%;
	padding: 0px 0px 0px 0px;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.wrap-nav {
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 11px 25px 7px 25px;
	box-sizing: border-box;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.5);

	position: fixed;
	bottom: 20px;
	z-index: 999;
	margin: 0px 0px 0px 150px;

	-webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.bt-link {
	text-decoration: none;
	color: var(--color-primario);
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	transition: all 0.2s;

	display: flex;
	flex-direction: column;
	align-items: center;
}
.bt-link:hover {
	transform: scale(1);
	padding: 0px 0px 0px 0px;
}
.ico-na {
	font-size: 24px;
	margin: 0px 0px 0px 0px;
}

.img-banner {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: left;
	display: block;
}

.copy {
	font-size: 80px;
	width: 100%;
	height: 100%;
	font-family: Morganite-Light;
	font-weight: lighter;
	margin: 0px auto 0px auto;
	line-height: 0.8;
	position: absolute;
	padding: 0px 220px;
	top: 0;
	background-color: rgba(255, 255, 255, 0.5);

	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);

	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}


.bt-about { display: none;}
.footer {
	width: 100%;
	font-size: 16px;
	margin: 120px 0px 20px 0px;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.wrap-title {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 22px;
}

.bt-about-b {
	background-color: var(--color-primario);
	color: var(--color-secundario);
	text-decoration: none;
	font-size: 20px;
	display: inline-block;
	padding: 12px 30px 15px 30px;
	border-radius: 60px;
	transition: all 0.2s;
	margin: 30px 0px 80px 0px;
	width: 100%;

	display: inline-block;
}





.nav-desktop-new {
	width: 300px;
}
.bt-link-new:hover .wrap-link-home {
	margin: 0px 10px 0px 0px;
	
}

.wrap-link-home {
	display: flex;
	align-items: center;
	transition: all 0.2s;
	width: 75px;
	margin: 0px 188px 0px 0px;
}


.contact-item {
width: 100%;}

.contact-line {
width: 100%; height: 1px; background: gray; margin: 25px 0px;}




}








































@media screen and (max-width: 680px) {
.cl-normal {
	background-colors: gray;
	width: 420px;
	margin: auto;
}


.bt-category {
	color: var(--color-primario);
	text-decoration: none;
	font-size: 22px;
	border-radius: 90px;
	border: solid 1px black;
	width: 100%;
	height: 40px;
	margin: 10px 0px 10px 0px;
	cursor: pointer;
	transition: all 0.2s;

	display: flex;
	justify-content: center;
	align-items: center;
}
.bt-category:hover {
	color: var(--color-secundario);
	background-color: var(--color-primario);
	border: solid 1px black;
	transform: scale(1.2);

	box-shadow: 0px 11px 8px -9px rgba(0, 0, 0, 0.6);
}




:root {
	--tittle: Morganite-Light;
	--tittle-size: 70px;
	--tittle-line: 1;
}


.wrap-nav {
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 11px 25px 7px 25px;
	box-sizing: border-box;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.7);

	position: fixed;
	bottom: 20px;
	z-index: 999;
	margin: 0px 0px 0px 63px;

	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.copy {
	font-size: 59px;
	width: 100%;
	height: 100%;
	font-family: Morganite-Light;
	font-weight: lighter;
	margin: 0px auto 0px auto;
	line-height: 0.8;
	position: absolute;
	padding: 0px 100px;
	top: 0;
	background-color: rgba(255, 255, 255, 0.5);

	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);

	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.headernew-logo {
font-size: 23px; font-weight: 400; padding: 12px 0px 10px 0px;}

.item-calend1 {
margin: 9px 0px 30px 0px; width: 100%; flex-wrap: wrap; display: flex; gap: 0px; font-size: 19px;}

.wrap-title {
width: 100%; display: flex; justify-content: flex-start; align-items: center; gap: 8px;}


.wrap-category {
width: 100%; margin: 0px 0px 40px 0px; display: flex; flex-wrap: wrap; gap: 10px;}

.bt-category {
color: var(--color-primario); text-decoration: none; font-size: 22px; border-radius: 90px; border: solid 1px black; width: auto; height: 40px; margin: 10px 0px 10px 0px; padding: 0px 16px; cursor: pointer; transition: all 0.2s; display: flex; justify-content: center; align-items: center;}

.wrap-category {
width: 100%; margin: 0px 0px 40px 0px; display: flex; flex-wrap: wrap; gap: 10px;}

.btimgport {
width: 200px; height: 200px; overflow: hidden; border-radius: 10px; transition: .3s;}


.form-item {
width: 100%; display: flex; flex-wrap: wrap; gap: 9px;}

.form-item2 {
width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-end; margin: 20px 0px 0px 0px;}

.txtcal2 {width: 100%;} 

}









































@media screen and (max-width: 450px) {
.cl-normal {
	background-colors: gray;
	width: 290px;
	margin: auto;
}

.footer {
	width: 100%;
	font-size: 16px;
	margin: 120px 0px 20px 0px;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}



.wrap-nav {
	width: 290px;
	margin: 0px 0px 0px 0px;
	padding: 11px 15px 7px 15px;
	box-sizing: border-box;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.7);

	position: fixed;
	bottom: 10px;
	z-index: 999;
	margin: 0px 0px 0px 0px;

	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.copy {
	font-size: 59px;
	width: 100%;
	height: 100%;
	font-family: Morganite-Light;
	font-weight: lighter;
	margin: 0px auto 0px auto;
	line-height: 0.8;
	position: absolute;
	padding: 0px 90px;
	top: 0;
	background-color: rgba(255, 255, 255, 0.5);

	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);

	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}





.nav-desktop-new {
	width: 250px;
}
.bt-link-new:hover .wrap-link-home {
	margin: 0px 10px 0px 0px;
	
}

.wrap-link-home {
	display: flex;
	align-items: center;
	transition: all 0.2s;
	width: 75px;
	margin: 0px 138px 0px 0px;
}



.btimgport {
width: 290px; height: 290px; overflow: hidden; border-radius: 10px; transition: .3s;}




}
































