@import url('https://fonts.googleapis.com/css2?family=Hind:wght@600&family=Poppins:wght@300;400;500;600;700;800&display=swap');
/* ------  Styles for Site  ------ */

@font-face {
	font-family: "Signifier";
	src: url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/Signifier-Light.woff2) format("woff2"),url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/Signifier-Light.woff) format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Signifier";
	src: url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/Signifier-Extralight.woff2) format("woff2"),url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/Signifier-Extralight.woff) format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Signifier";
	src: url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/Signifier-Thin.woff2) format("woff2"),url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/Signifier-Thin.woff) format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Signifier";
	src: url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/Signifier-ThinItalic.woff2) format("woff2"),url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/Signifier-ThinItalic.woff) format("woff");
	font-weight: 100;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: "Signifier";
	src: url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/Signifier-LightItalic.woff2) format("woff2"),url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/Signifier-LightItalic.woff) format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: "Signifier";
	src: url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/Signifier-ExtralightItalic.woff2) format("woff2"),url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/Signifier-ExtralightItalic.woff) format("woff");
	font-weight: 200;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: "GT America";
	src: url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/GTAmerica-Medium.woff2) format("woff2"),url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/GTAmerica-Medium.woff) format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "GT America";
	src: url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/GTAmerica-Regular.woff2) format("woff2"),url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/GTAmerica-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "GT America";
	src: url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/GTAmerica-Light.woff2) format("woff2"),url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/GTAmerica-Light.woff) format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "GT America";
	src: url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/GTAmerica-Bold.woff2) format("woff2"),url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/GTAmerica-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "GT America";
	src: url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/GTAmerica-LightItalic.woff2) format("woff2"),url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/GTAmerica-LightItalic.woff) format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: "GT America";
	src: url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/GTAmerica-RegularItalic.woff2) format("woff2"),url(https://kybourbontrail.com/wp-content/themes/kentucky_bourbon/css/fonts/GTAmerica-RegularItalic.woff) format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap
}

html {
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
  margin: 0;
  padding: 0;
	-webkit-tap-highlight-color: transparent;
	text-size-adjust: none;
  font-family: 'Poppins', sans-serif;
  user-select: none;
}

body {
	--nav-height:110px;
	--padding-h-logo: 24px;
	-webkit-font-smoothing: antialiased;
	min-height: 100vh;
  display: flex;
  flex-direction: column;
	color: #1c1315;
}

div {
	display: block;
	unicode-bidi: isolate;
}

h1 {
	font-size: 28px;
	font-weight: 500;
}

h2 {
	font-weight: 400;
	margin: 18px 0;
}

h3 {
	font-weight: 400;
	margin: 14px 0;
}

h4 {
	font-weight: 500;
	margin: 10px 0;
}

p {
	color: #1c1315;
	text-align: left;
	text-align: justify;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	padding: 10px;
}

a {
	text-decoration: none;
	color: #16767d;
}

a:hover {
	color: #25b3bd;
	text-decoration: underline;
}

a:visited {
	color: #16767d;
}

/*----------------- N A V B A R -----------------*/
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
		background-color: #141827;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: var(--nav-height);
		z-index: 10;
		box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
		transition: transform .2s;
}

.nav-hidden {
	transform: translateY(calc(-1 * var(--nav-height)));
	box-shadow: none;
}

.nav .logo {
	padding-left: var(--padding-h-logo);
	padding-right: var(--padding-h-logo);
}

.nav img {
    /* width: 249px; */
		height: 95px;
}

.nav-links {
    flex: 1;
    text-align: right;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a {
    color: #fff;
		font-family: "GT America";
    text-decoration: none;
    font-size: 11px;
		font-weight: 100;
		text-transform: uppercase;
		letter-spacing: 2px;
}

.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #20d2e9;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after {
    width: 100%;
}

.nav .fa {
	display: none;
}

/*----------------- B A N N E R -----------------*/
.bg {
	position: relative;
  overflow: hidden;
  /* padding: 243px 0 135px; */
  min-height: 100vh;
  height: 100%;
}

.bg .video_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	min-height: 100vh;
	z-index: -1;
}

.bg .video_bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.text_box_bg {
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-25%);
}

.text_box_bg h1 {
	box-sizing: border-box;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	text-size-adjust: none;
	margin: 0 0 1.25rem;
	font-family: "Signifier";
	font-size: 60px;
	line-height: normal;
	font-weight: 200;
	color: #f1eddd;
	letter-spacing: 4px;
	margin-bottom: .75rem;
}

.text_box_bg p {
  /* margin: 10px 0 40px; */
	margin: 0 0 2.25rem;
	font-family: "GT America";
  font-size: 18px;
  font-weight: 300;
  color: #fff;
	letter-spacing: 2px;
	line-height: 180%;
	}

.bg_btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.bg_btn:hover {
  border: 1px solid rgba(26,100,180,0.9);
  background: rgba(14, 18, 27, 0.8);
  transition: 1s;
}

/*----------------- M A I N -----------------*/
.main {
	position: relative;
	height: min-content;
	padding: 0;
	margin: 0;
}

.main_sec {
	padding-top: var(--nav-height);
}

.main_toc_01 {
	margin: 20px 16px 32px 16px;
}

.main_toc_01 ul {
	padding-left: 16px;
	line-height: 36px;
}

.main_toc_01 h1 {
	font-size: 24px;
	text-align: center;
	padding-bottom: 16px;
}

.main .main_00 {
	padding: 0px;
	display: grid;
	width: 100%;
	gap: 0px;
	grid-template-columns: 50% 50%;
	transition: 0.3s;
}

.main .main_00 .main_00_img {
	padding: 0;
	margin: 0;
	align-content: center;
}

.main .main_00 .main_00_img img {
	width: 100%;
	display: block;
	height: fit-content;
	overflow: hidden;
}

.main .main_01 {
	padding: 0 16px;
	margin: 0;
}

.main .main_01 h1 {
	font-size: 24px;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 8px;
}

.main .main_01 h2 {
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 20px;
}

.lema {
	font-size: 18px;
	font-style: italic;
	font-weight: 200;
}

.div_revista {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	align-content: center;
	text-align: center;
}

.revista {
	width: 460px;
}

.qr {
	width: 230px;
}

.main .main_01 .mapa_contacto {
	padding: 0px;
	margin: 36px 0 24px;
	display: grid;
	width: 100%;
	gap: 0px;
	grid-template-columns: 40% 60%;
}

.main .main_01 .mapa_contacto h4 {
	font-weight: 100px;
}

.main .main_01 .mapa_contacto p {
	font-size: 12px;
}

.main .main_01 .mapa {
	display: block;
	height:fit-content;
	overflow: hidden;
	width: 100%;
}

.main .main_02 {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	align-content: center;
}

.main .main_02_sp {
	padding-bottom: 45px;
}

.main_00_video {
	padding: 48px 5%;
	width: 100%;
	justify-items: center;
}

.main_00_video video {
	padding: 0;
	width: 100%;
}

.main_01_video {
	padding: 48px 0;
	width: 100%;
	justify-items: center;
}

.main_01_video video {
	padding: 48px 0;
	width: 100%;
	height: 100%;
}

.main_02_video {
	padding: 48px 0;
	width: 100%;
}

.main_02_video .video {
	margin: 0 auto;
	padding: 48px 0 0;
	width: 40%;
	height: 100%;
}

.main_02_video video {
	width: 100%;
}

.abuelos {
	text-align: center;
}

.musical {
	font-style: italic;
	font-size: 18px;
	text-align: center;
}
/*----------------- S O M O S -----------------*/

.somos .unit span {
	padding: 0.5rem;
	color: #20d2e9;
	font-size: 3rem;
}

.somos {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	align-content: center;
	width: 100%;
}

.somos p {
	font-weight: 300;
	line-height: 22px;
	padding: 10px;
}

.somos h1 {
	font-size: 22px;
}

.somos h2 {
	font-weight: 500;
	font-size: 20px;
	/* line-height: 12px; */
	padding: 0px 10px;
	margin: 0;
	margin-top: 4px;
	text-align: left;
}

.somos-conoce {
	/* align-items: center; */
	padding: 0px;
	display: grid;
	width: 100%;
	gap: 0px;
	grid-template-columns: 50% 50%;
	transition: 0.3s;
}

.somos-conoce .unit {
	padding: 25px;
}

.somos-conoce-img {
	/* padding: 40px 40px 40px 80px; */
	/* width: 100%; */
	height: 100%;
	width: 100%;
	/* overflow: hidden; */
}
.somos-conoce-img img {
	width: 100%;
	display: block;
	height:fit-content;
	overflow: hidden;
	/* border-radius: 10px; */
}

.row {
    margin-top: 5%;
    display: block;
    justify-content: center;
}

.somos-col {
	/* flex-basis: 31%; */
	background: #fff3f3;
	width: 85%;
	border-radius: 10px;
	margin-bottom: 5%;
	/* padding: 20px 12px; */
	box-sizing: border-box;
	transition: 0.5s;
}
.somos-col:hover {
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

/*  servicios  */

.servicios {
	padding: 40px 0;
	align-items: center;
	align-content: center;
	text-align: center;
	margin: 0;
	transition: 0.5s;
}
.servicios:hover {
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}
.servicios .row {
	display: grid;
	padding: 0;
	gap: 0 50px;
	background: none;
	grid-template-columns: 25% 25% 25%;
	margin: 0;
	padding-top: 30px;
}
.servicios-col {
	/* flex-basis: 32%; */
	/* border-radius: 32px; */
	/* background: #777; */
	position: relative;
	/* overflow: hidden; */
}

.servicios-col img {
	width: 100%;
	display: block;
	border-radius: 15px;
}

.layer {
  background: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
	border-radius: 15px;
	transition: 0.5s;
}

.layer:hover {
  background: rgba(26,100,180,0.8);
}

.layer h3 {
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.layer:hover h3 {
    bottom: 49%;
    opacity: 1;
}

.layer p {
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    transition: 2.5s;
}

.layer:hover p {
    opacity: 1;
}

.cta {
  margin: 100px;
  width: 80%;
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(images/banner2.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  padding: 100px 0;

}

.cta h1 {
  color: #fff;
  margin-bottom: 40px;
  padding: 0;
}

/*-----------------  S L I D E R  -----------------*/

.slider_00 {
	position: relative;
	width: 100%;
	height: 180px;
	margin-top: 110px;
	justify-items: center;
}

.slider {
	position: relative;
	width: 200px;
	height: 150px;
	transform-style: preserve-3d;
	animation: rotate 60s linear infinite;
}

@keyframes rotate {
	0% {
		transform: perspective(1200px) rotateY(0deg);
	}
	100% {
		transform: perspective(1200px) rotateY(360deg);
	}
}

.slider span  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: center;
	transform-style: preserve-3d;
	transform: rotateY(calc(var(--i) * 36deg)) translateZ(350px);
}

.slider span img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
	transition: 2s;
}

.slider span:hover img {
	transform: translateY(-50px) scale(1.4);
}

/*-----------------  V A A T  -----------------*/

.vaat_00 {
	position: relative;
	padding: 0 0 50px 0;
}

.vaat {
	width: 80%;
	margin: auto;
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.vaat_pic {
	display: flex;
	flex-direction: row;
}

.vaat_pic img {
    box-shadow: 1px 1px 3px 1px lightgray;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 8px;
    transition: .5s;
}
/*-----------------  F O O T E R  -----------------*/

.footer {
	width: 100%;
	text-align: center;
	background: #141827;
	color: #f3f1f1;
	margin-top: auto;
}

.footer h4 {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 3px;
}

.footer .logo {
	height: 30px;
}

.footer .c_unefa {

  align-items: center;
}
.footer .unefa {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer div {
	font-size: 10px;
	letter-spacing: 0.6px;
	align-content: center;
	/* text-align: left; */
}

.footer div span {
	font-size: 11px;
	font-weight: 500;
	text-decoration: underline;
	letter-spacing: 0.6px;
}

.icons .fa {
	color: #f44336;
	margin: 13px;
	cursor: pointer;
	padding: 8px 0;
}

.fa-heart-o {
	color: #f44336;
}

 /*----------------- M   E   D   I   A  -----------------*/
@media(max-width: 1050px) {

	.nav-links ul li {
	        display: block;
  }
  .nav-links {
      position: absolute;
      background: rgba(14, 18, 27, 0.85);
      height: 100vh;
      width: 200px;
      top: 0;
      right: -200px;
      text-align: left;
      z-index: 2;
      transition: 1s;
  }
  .nav .fa {
      display: block;
      color: #fff;
      margin: 10px;
      font-size: 22px;
      cursor: pointer;
  }
  .nav-links ul {
      padding: 30px;
  }
}

@media(max-width: 800px) {
	.text_box_bg {
		transform: translate(-50%,-50%);
		height: auto;
	}
	.text_box_bg h1 {
		font-size: 24px;
		font-weight: 400;
	}
	.text_box_bg p {
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 .75rem;
	}
	/* .nav-links ul li {
	        display: block;
  }
  .nav-links {
      position: absolute;
      background: rgba(14, 18, 27, 0.85);
      height: 100vh;
      width: 200px;
      top: 0;
      right: -200px;
      text-align: left;
      z-index: 2;
      transition: 1s;
  }
  .nav .fa {
      display: block;
      color: #fff;
      margin: 10px;
      font-size: 22px;
      cursor: pointer;
  }
  .nav-links ul {
      padding: 30px;
  } */

	.row {
		flex-direction: column;
	}

	.somos-conoce {
		display: flex;
		gap: 0;
		flex-direction: column;
		align-items: center;
	}
	
	.unit {
		padding-top: 15px;
	}
	.somos-conoce-img {
		padding: 0;
		padding-bottom: 15px;
		width: 80vw;
		border-radius: 10px;
	}

	.unit2 {
		order: 0;
		padding-top: 0;
	}
	.unit3 {
		order: 0;
		padding-top: 0;
	}
	.img2 {
		order: 1;
	}
	.img3 {
		order: 1;
	}
	.somos h1 {
		font-size: 20px;
	}
	.somos p {
		font-size: 12px;
	}
	.footer h4 {
		font-size: 10px;
	}
	.footer div {
		font-size: 8px;
	}

	.main .main_00 {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		align-content: center;
	}

	.main_toc_01 {
		padding: 0;	
	}

	.main_toc_01 h1 {
		padding: 0;	
	}
	.main .main_01 {
		margin: 20px 0 0;
	}
	.main .main_01 h2 {
		margin: 0;
		padding: 0;
	}

	.main .main_01 .mapa_contacto {
		display: flex;
		flex-direction: column;
		margin: 0;
		align-items: center;
	}

	.main .main_01 .mapa_contacto .direccion {
		margin: 0;
		padding: 0;
	}
	.main .main_01 .mapa_contacto .direccion h4 {
		padding: 0;
		margin: 0;
	}
	.main .main_01 .mapa {
		display: block;
		height: fit-content;
		overflow: hidden;
		width: 90%;
	}

	.main_00_video {
		padding: 48px 5%;
		width: 100%;
	}

	.main_00_video video {
		padding: 0;
		width: 100%;
	}

	.main_01_video video {
		padding: 16px 16px;
	}

	.main_02_video .video {
		width: 90%;
	}

	.revista {
		width: 100%;
	}

	.vaat {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
}

@media(max-width: 700px) {
	.cta h1{
			font-size: 24px;
	}

}
