@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
*{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
  :root{
  /* Colores */
  --gris:#f1f1f1;
  --negro:rgba(0,0,0,0.7);
  }
header{
	background: #fff;
}
body{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	background: #fff;
	overflow-x: hidden!important;
}
h3{
	font-family: dejanire-headline, serif;
	font-weight: 200;
	font-style: normal;
	font-size: 2rem;
	text-transform: uppercase;
}
footer{
	background-color: #000;
}
b{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-style: bold;
}
.conoce{
	height: 40px;
}
.logo{
  height: 30px;
  margin: 1rem 0rem;
}

.intro{
	font-size: 1.3rem;
}

.back-1{
	background: #000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 70%, rgba(255, 255, 255, 1) 30%);
}
.back-2{
	background: #FFF;
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%);
}

/*Header*/
.oper{
    background-image: url(../img/one-portada.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    max-height: 800px;
}

.tit1{
    text-align: center;
    font-family: dejanire-headline, serif;
font-weight: 100;
font-style: normal;
    font-size: 5vw;
    padding: 23% 0px 20% 0px;
    color: #fff;
    text-shadow: 0px 0px 20px #000;
    text-align: -webkit-center;
    text-transform: uppercase;
}
/*Header*/

.bajada{
	background: var(--gris);
	color: #f1f1f1;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-style: normal;
	background: #000;

}


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

.div1 { grid-area: 1 / 1 / 9 / 5; }
.div2 { 
	grid-area: 7 / 1 / 9 / 5; 
	z-index: 10;
}
.glass{
	/* From https://css.glass */
background: rgba(255, 255, 255, 0.7);
border-radius: 0px;
box-shadow: 0 4px 30px rgba(255, 255, 255, 0.5);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.7);
}

.aire{
	padding-right: 0px;
    padding-left: 0px;
}
.blanco{
	background: #f1f1f1;
}

footer{
	background: #000;
	text-align: center;
	padding: 3% 0%;
}
.conoce{
	height: 40px;
}

.box2_2{
	background: #1c69d4;
	color: #fff;
}

/*button*/
/* From Uiverse.io by portseif */ 
button {
  align-items: center;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  padding: 1rem;
}

button:before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 10px;
  transition: all .42s cubic-bezier(.25,.8,.25,1);
  width: 0;
}

button:hover:before {
  background-color: #fff;
  width: 3rem;
}
/*button*/


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

.parent {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.div1 { grid-area: 1 / 1 / 2 / 5; }
.div2 { grid-area: 2 / 1 / 3 / 5; }



.oper{
    background-image: url(../img/one-portada-m.jpg);

}

.tit1{
    text-align: center;
    font-family: dejanire-headline, serif;
font-weight: 100;
font-style: normal;
    font-size: 8vw;
    padding: 30% 0px 40% 0px;
    color: #fff;
    text-shadow: 0px 0px 20px #000;
    text-align: -webkit-center;
    text-transform: uppercase;
}

}

