@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* CSS Document */


html, body {
  padding: 0;
  color: #333;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-size:10px;
		text-decoration:none;
		font-weight: 400;
}
			
.animation {
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}

.align {
	display: table-cell; 
	vertical-align: middle;
}

/*HEADER*/

header {
	width:  calc(100% - 16rem);
	z-index: 40;
	top: 0;
	left: 0;
	padding: 0 8rem;
    height: 20rem;
    display: table;
    position: fixed;
    text-align: center;
}
.header-black {
	background-color: #000;
    height: 10rem;
}

header .logo {
vertical-align: middle;
display: inline-block;
width: 30rem;
margin: auto;
}
header .logo-small {
width: 20rem;
}
header .logo img {
width: 100%;
height: auto;
}

footer {
	width:  calc(100% - 32rem);
	padding: 12rem 16rem;
    padding-top: 6rem;
    height: 10rem;
    display: table;
    background-image: url("images/patch-black.png?v=!.2");
    background-repeat: no-repeat;
    background-size: .83% 100%;
    background-position: left 67.55% center;
}


/*MAIN BANNER*/
.main-banner {
width: 100%;
height: 100vh;
position: relative;
overflow: hidden;
}
.main-banner video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -1;
      transform: translate(-50%, -50%);
      object-fit: cover; /* ajusta el video al contenedor */
}

.main-banner .content {
      position: relative;
      z-index: 1;
      display: flex;
      height: 100%;
      background: rgba(0,0,0,0.5); /* opcional: oscurece un poco el fondo */
}
.main-banner .txt {
width: calc(100% - 24rem);
position: absolute;
z-index: 2;
left: 0;
bottom: 0;
padding: 0 0 6rem 24rem;
background-image: url("images/patch-white.png?v=!.2");
background-repeat: no-repeat;
background-size: .83% 100%;
background-position: left 9.87% center;
}
.down {
    appearance: none;
    border: none;
    color: transparent;
    background-color: transparent;
    cursor: pointer;
}


/*SLIDES */
.slide-nosotros, .slide-galeria, .slide-frase {
width: calc(100% - 32rem);
position: relative;
text-align: left;
padding: 6rem 8rem 6rem 24rem;
background-image: url("images/patch-black.png?v=!.2");
background-repeat: no-repeat;
background-size: .83% 100%;
background-position: left 9.87% center;
}

.slide-nosotros  {
z-index: 2;
}
.slide-nosotros .txt {
max-width: 60%;
}

.benefit {
display: inline-block;
vertical-align: top;
width: calc(33.3333% - 8.5rem);
margin-right: 3rem;
padding-left: 6rem;
text-align: left;
background-position: left center;
background-repeat: no-repeat;
background-size: 4rem auto;
}

.slide-frase {
background-image: url("images/patch-black.png?v=!.2"), url("images/patch-black.png?v=!.2");
background-size: .83% 100%;
background-position: left 9.87% center, right 10.28% center;
width: calc(100% - 48rem);
padding: 6rem 24rem;
padding-top: 0;
padding-bottom: 12rem;
}
.frase {
width: 30rem;
padding-left: 20rem;
background-image: url("images/corchete.svg");
background-repeat: no-repeat;
background-position: left center;
background-size: 16rem auto;
float: right;
text-align: right;
}

.slide-galeria .txt {
max-width: 50%;
}


.access {
width: calc(33.3333% - 1.3333rem);
aspect-ratio: 1 / 1; /* Alto = ancho */
background-color: #000;
border: none;
margin-right: 2rem;
position: relative;
float: left;
text-align: left;
appearance:none;
margin-bottom: 2rem;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.access .mask  {
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
top: 0;
right: 0;
background-color: #000;
opacity: .4;
}
.access .content  {
position: absolute;
z-index: 2;
left: 4rem;
bottom: 4rem;
right: 4rem;
}

.access .desc  {
display: none;
opacity: 0;
padding-top: 4rem;
}
.access:hover .desc  {
display: table;
opacity: 1;
}


/* FONTS */

.t1 {
	font-size:3.6rem;
	line-height: 4rem;
    font-weight: 200;
    letter-spacing: .4rem;
}

.t2 {
	font-size:2.6rem;
	line-height: 3rem;
    font-weight: 300;
    letter-spacing: .2rem;
}
.t3 {
	font-size:2.2rem;
	line-height: 2.4rem;
    
}
.t4 {
	font-size:1.8rem;
	line-height: 2.6rem;
}


.white {
	color:#FFF;
}
.black {
color: #000;
}



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


html, body {
		font-size:9px;
}

}

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


/*HEADER*/

html, body {
		font-size:10px;
}

/*HEADER*/

header {
	width:  calc(100% - 8rem);
	padding: 0 4rem;
    height: 16rem;
}
.header-black {
    height: 8rem;
}

header .logo {
width: 20rem;
}
header .logo-small {
width: 12rem;
}

    footer {
        width: calc(100% - 20rem);
        padding: 6rem 16rem 6rem 4rem;
        padding-top: 4rem;
        height: initial;
    }


/*MAIN BANNER*/

.main-banner .txt {
width: calc(100% - 12rem);
padding: 0 4rem 6rem 8rem;
}


/*SLIDES */
.slide-nosotros, .slide-galeria, .slide-frase {
width: calc(100% - 12rem);
padding: 6rem 4rem 6rem 8rem;
}

.slide-nosotros  {
padding-bottom: 0;
}

.slide-nosotros .txt {
max-width: 100%;
}

.benefit {
display: block;
width: calc(100% - 6rem);
margin-right: 0;
padding-top: 2rem;
padding-bottom: 2rem;
}

.slide-frase {
width: calc(100% - 16rem);
padding: 6rem 8rem;
padding-top: 0;
}
    .frase {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-top: 10rem;
        background-size: 10rem auto;
        background-position: top left;
    }

.slide-galeria .txt {
max-width: 100%;
}


.access {
width: 100%;
margin-right: 0;
float: none;
}


/* FONTS */

.t1 {
	font-size:2.4rem;
	line-height: 2.8rem;
}

.t2 {
	font-size:2.2rem;
	line-height: 2.6rem;
}
.t3 {
	font-size:1.8rem;
	line-height: 2.4rem;
    
}
.t4 {
	font-size:1.4rem;
	line-height: 2rem;
}


}