html,body{
	cursor: none;
    background-color: #222;
    font-family: 'Roboto', sans-serif; /* 100 400 700 italic*/
	font-family: 'Roboto Slab', serif;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

*{ 
  text-decoration: none;
}

.logo img {
  width: 125px;
	color: white;
  display: block;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  margin: 20px;
}

header img {
  color: white;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 20px;
  mix-blend-mode: difference;
  z-index: 2;
}


/* CURSOR */
.cursor {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	transition: 0.1s;
	transition-timing-function: ease-out;
	z-index: 1000;
	transform: translate(-50%,-50%);
	pointer-events: none;
	mix-blend-mode: difference;
}


/* LANDING CSS */


.landing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 10vw 0 10vw;
  height: 100vh;
}

.landingText h1 {
	font-family: roboto;
	font-weight: 700;
  font-size: 6vw;
  margin: 0;
  color: #fcf0cf;
}

.landingText h3 {
  margin: 6px;
  font-size: 20px;
  line-height: 30px;
  color: #F1B71C;
}

.landingText .btn {
  width: 120px;
  margin-top: 30px;
  padding: 14px 20px 14px 20px;
  background-color: #fcf0cf;
  border-radius: 45px;
  text-align: center;
}

.landingText .btn a {
  font-size: 1.2vw;
  color: #fff;
}

.landingImage img {
  width: 28vw;
}


/* BODY */

/* VIDEO HOYO */
.contenedor-caja-video{
 width: 80%;
 align-items: center;
}

.caja-video  {
 position:relative;
  width: 100%;
 padding-bottom:56.25%;
 align-items: center;
 margin-left: 10%;
 border: none;
 
}

.caja-video::before {
 position: absolute;
 content:'';
 
 display:block;
 padding-bottom:56.25%;
}

.video{
 position:absolute;
 width: 100%;
 height: 100%;
 
}

.about {
  height: 600px;
  padding: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 150px;
}


.aboutText {
  position: relative;
  padding: 0 50px;
  height: inherit;
}

.aboutText h1 {
  position: relative;
  left: 10px;
  color: #F1B71C;
}

.aboutText img {
  width: 20vw;
  position: absolute;
}

.aboutList {
    width: 50%;
}

@media (max-width: 900px) {
	.middle {
		margin-left: 0;
	}
  .container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .about {
    padding: 30px;
  }
  .about:first-child {
    margin-top: 100px;
  }
  .aboutList {
    width: 100%;
  }
  .header-content p {
    font-size: 15px;
  }
  .aboutText {
    position: absolute;
    margin-bottom: 600px;
  }
  .aboutText img {
    width: 100%
  }
  .aboutList {
    width: 100%;
  }
  .aboutList ol {
    padding-left: 0;
  }
}



ol {
  list-style: none;
  color: #F1B71C;
}

ol li {
  font-size: 34px;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #F1B71C;
}

li p {
  font-size: 16px;
  color: white;
  padding-left: 60px;
  line-height: 30px;
}

li span {
  position: absolute;
  line-height: 25px;
  font-weight: 600;
}


/* FOTOGALLERY */
.gallerycontainer {
  position: relative;
  column-count: 4;
  padding: 20px;
}

.galleryimage {
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
}

img {
  width: 100%;
  transition: 0.25s ease-out;
}

.galleryimage:hover img {
  transform: scale(1.1);
}

h1 {
  position: absolute;
  padding: 5px;
  font-size: 25px;
  background: green;
  color: white;
  border-radius: 5px;
  opacity: 0;
  z-index: 1;
  transition: 0.25 ease-in-out;
}

.galleryimage:hover {
  opacity: 0.5;
}

@media screen and (max-width:1024px){
  h1 {
    font-size: 20px;
  }
}

@media screen and (max-width:768px){
  .gallerycontainer {
    column-count: 3;
  }
}

@media screen and (max-width:425px){
  .gallerycontainer {
    column-count: 2;
  }
  h1 {
    font-size: 12px;
  }
}

@media screen and (max-width:375px){
  .gallerycontainer {
    column-count: 1;
  }
  h1 {
    font-size: 15px;
  }
}

/* CARTAS */

.infoSection{
  height: 600px;
}

.infoHeader {
  text-align: center;
  margin-bottom: 60px;
  color: #F1B71C;
}

.infoCards {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 40px 0 40px 0;
}

.infoCards .card {
  position: relative;
  height: 420px;
  width: 350px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(0,0,0,0.09), 0 10px 10px rgba(0,0,0,0.09)
}

.infoCards .one .cardoneImg {
  width: 100%;
  position: absolute;
}

.infoCards .two .cardtwoImg {
  width: 100%;
  position: absolute;
}

.infoCards .three .cardthreeImg {
  width: 100%;
  position: absolute;
}

.cardbgone {
  height: 150px;
  background-color:white;
}

.cardbgtwo {
  height: 150px;
  background-color: white;
  z-index: 2;
}

.cardContent {
	margin-top: 80px;
  padding: 0 20px;
  z-index: 1;
}

.cardContent h2 {
	color: black;
  font-weight: 600;
  z-index: 2;
}

.cardContent p {
	color: black;
  line-height: 30px;
  opacity: 0.6
  z-index: 2;
}

.cardContent .cardBtn {
  position: absolute;
  right: 20px;
  padding: 10px;
  background-color: #fcf0cf;
  width: 25px;
  height: 20px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.2s;
  z-index: 2;
}

.cardBtn p {
	color: #F1B71C;
	font-family: roboto;
	font-weight: 700;
}

.cardContent .cardBtn:hover {
  background-color: #F1B71C;
}

.cardContent .cardBtn .cardIcon {
  position: relative;
  top:0px;
  left:0px;
  width: 16px;
}

@media (max-width: 900px) {
	.infoSection {
		display: none;
	}
}

/* 	BOTONES REDES */

.middle{
  position: block;
  top: 50%;
  transform: translateY(10%);
  text-align: center;
  z-index: 2;
  margin-bottom: 20px;
  z-index: 2;
}

.btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #fcf0cf;
  margin: 5px;
  border-radius: 30%;
  box-shadow: 0 5px 15px -5px #00000070;
  color: #F1B71C;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.btn i {
  line-height: 48px;
  font-size: 22px;
  transition: 0.2s linear;
}

.btn:hover i {
  transform: scale(1.3);
  color: #fcf0cf;
}

.btn::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #F1B71C;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.btn:hover::before {
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}

@keyframes aaa {
  0%{
    left: -110%;
    top: 90%;
  }50%{
    left: 10%;
    top: -30%;
  }100%{
    top: -10%;
    left: -10%;
  }
}


/* Banner */

.banner {
  height: 200px;
  background-color: #ffce63;
  display: flex;
  flex-direction: row;
  padding: 50px;
  justify-content: space-evenly;
  align-items: center;
  z-index: 1;
}

.bannerText h1 {
  font-size: 3vw;
  color: #000;
  font-weight: 600;
}

.bannerText img {
  width: 10vw;
  margin-right: 20px;
}

.bannerImg img {
  width: 20vw;
}


/* RESPONSIVE */


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

.nav {
  flex-direction: column;
  justify-content: space-around;
  padding: 20px;
  height: auto;
  overflow-y: hidden;
}

.nav h4 {
  font-size: 6vw;
  margin-top: 10px;
  margin-bottom: 14px;
}

.nav .links a {
  margin-right: 25px;
  font-size: 12px;
   font-weight: 600;
}
