@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600&display=swap');

*{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
  :root{
  /* Colores */
  --gris:#010101;
  --negro:rgb(0,0,0);
  --blanco:#f1f1f1;
  }
header{
	background: #000;
}
body{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	background: #fff;
}
h3{
	font-family: futura, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 1.7rem;
	text-transform: uppercase;
}
footer{
	background-color: #f1f1f1;
	padding: 1.5rem;
}
.conoce{
	height: 40px;
	border: solid 1px #ff00b8;

}
.logo{
  height: 40px;
  margin: 1rem 0rem;
}

.bajada{
	background: var(--gris);
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.2rem;
}

/*Header*/
.adi1{
    background-image: url(../img/cazul-portada.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.tit1{
    text-align: right;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4vw;
    padding: 6% 2%;
    color: #fff;
    text-transform: uppercase;
}
/*Header*/
	.b-neg{
		background: var(--negro);
	}
	.t-blan{
		color: var(--blanco);
	}

	.b-dneg{
		background: rgb(255,255,255);
		background: linear-gradient(0deg, rgba(255,255,255,1) 60%, rgba(0,0,0,1) 60%);
	}

	.b-dneg-1{
		background: rgb(255,255,255);
		background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(242,250,255,1) 30%);
	}

	.b-dneg-2{
		background: rgb(255,255,255);
		background: linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(0,0,0,1) 60%);
	}



	.secc1 {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(3, 1fr) 0px;
	grid-column-gap: 0px;
	grid-row-gap: 0px;

	}

	.adi1 { grid-area: 1 / 1 / 7 / 9; }
	.adi2 { grid-area: 3 / 4 / 4 / 9;
					background: #000;
					padding: 0rem 3rem;
	 }
.t-blanco{
		color: #f1f1f1;
	}

/*------Button------*/
/* From Uiverse.io by Juanes200122 */ 
button.conoce {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 1em 2rem 2.5rem 2rem;
  border: 3px solid #000;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #000;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}

button.conoce:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #000;
  z-index: -1;
}

button.conoce:hover, button:focus {
  color: rgb(255, 255, 255);
}

button.conoce:hover:before, button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

button.conoce:active {
  transform: scale(0.9);
}
/*------Button------*/


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


  .adi1{
    background-image: url(../img/cazul-portada-m.jpg);
	}
	.b-dneg-1{
		background: rgb(0,0,0);
		color: #fff;
	}

	.b-dneg-2{
		background: #f1f1f1;
	}
	.t-blanco{
		color: var(--gris);
	}
	footer{
	background-color: #010101;
}
}

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

  .secc1 {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr 10rem;
		}

	.adi1 { 
			grid-area: 1 / 1 / 2 / 5; 
			background-image: url(../img/cazul-portada-m.jpg);
			padding: 40% 0%;
		}
	.adi2 { 
			grid-area: 2 / 1 / 3 / 5;
			padding: 0rem;
		}
	.tit1{
    text-align: center;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 6vw;
    padding: 10% 7%;
}
	.b-dneg-2{
		background: #f1f1f1;
	}
	.t-blanco{
		color: var(--gris);
	}

}
