@font-face {
    font-family: 'The Piraglen';
    src: url('./fonts/ThePiraglen-Bold.woff2') format('woff2'),
        url('./fonts/ThePiraglen-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Piraglen';
    src: url('./fonts/ThePiraglen-BoldItalic.woff2') format('woff2'),
        url('./fonts/ThePiraglen-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'The Piraglen';
    src: url('./fonts/ThePiraglen-BoldItalic.woff2') format('woff2'),
        url('./fonts/ThePiraglen-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'The Piraglen';
    src: url('./fonts/ThePiraglen-Bold.woff2') format('woff2'),
        url('./fonts/ThePiraglen-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Piraglen';
    src: url('./fonts/ThePiraglen-Italic.woff2') format('woff2'),
        url('./fonts/ThePiraglen-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'The Piraglen';
    src: url('./fonts/ThePiraglen-Italic.woff2') format('woff2'),
        url('./fonts/ThePiraglen-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'The Piraglen';
    src: url('./fonts/ThePiraglen.woff2') format('woff2'),
        url('./fonts/ThePiraglen.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Piraglen';
    src: url('./fonts/ThePiraglen.woff2') format('woff2'),
        url('./fonts/ThePiraglen.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Klik';
    src: url('./fonts/Klik-Light.woff2') format('woff2'),
        url('./fonts/Klik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('./fonts/Adobe Caslon Pro Regular'), url('./fonts/ACaslonPro-Regular.woff') format('woff');
}

/*GENERAL*/

body {
    font-family: 'Klik', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: normal;
    color: rgba(95,78,108,1);
    overflow-x:hidden;
}

.lang {
    position: fixed;
    right: 20px;
    top: 10px;
    color: white;
    text-decoration: none;
    text-shadow: 1px 1px 5px black;
    z-index: 11111;
}

p, ul, li, img, ol {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 100px;
}

h1, h2 {
    font-family: 'The Piraglen';
}

h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.4;
    letter-spacing: normal;
    color: rgba(95,78,107,1);
}

img {
    max-width: 100%;
}

a.boton {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    padding-top: 7px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 7px;
    transition: color .15s linear;
    background-color: rgba(83, 83, 83, 1);
    border-radius: 3px;
    border: solid 2px rgba(95, 78, 107, 1);
}

a.boton:hover {
    background-color: #797979;
    border: solid 2px #797979;
}

a.boton:before {
    content: "";
    display: inline-block;
    z-index: -1;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background-color: rgba(83, 83, 83, 1);
    border-radius: 3px;
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    -ms-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
}

a.boton:after {
    content: "";
    display: inline-block;
    z-index: -2;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: transparent;
    border: solid 2px rgba(95, 78, 107, 1);
    border-radius: 5px 5px 5px 5px;
    -webkit-transition: border-color .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    -ms-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}

.min-container {
    max-width: 100%;
    width: 600px;
}

.xs-container {
    max-width: 100%;
    width: 300px;
}

.box {
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 4px rgba(0,0,0,.25);
    margin: 32px auto;
    padding: 56px 32px;
    width: 65%;
    max-width: 900px;
}

.padding-big {
    padding: 100px 20px;
}

#novios {
    padding: 100px 20px;
}

#main {
    height: 100vh;
    padding: 50px 20px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}


#main h2 {
    color: white;
    font-size: 74px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.4;
    letter-spacing: normal;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

#main p {
    font-family: 'Adobe Caslon Pro Regular', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.7;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

#main .text {
    position: sticky;
    top: 4rem;
}

#quotes {
    height: 100vh;
    overflow: scroll;
}

.parallax {
    position: relative;
    height: 400vh; /* Suficiente espacio para permitir el scroll */
    overflow: hidden;
}

.parallax blockquote {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: normal;
    color: rgba(95, 78, 108, 1);
    margin-top: 100vh;
}

.nombres {
    font-family: 'Adobe Caslon Pro Regular', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 100;
    line-height: 2.7;
}

.text-big {
    font-size: 80px;
}

.text-big2 {
    font-size: 30px;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: opacity 1s ease-in-out;
}

.bg1 {
    background-image: url('./img/quotes1.jpg');
    opacity: 1;
}

.bg2 {
    background-image: url('./img/quotes2.jpg');
    opacity: 0;
}

.quote-container {
    position: relative;
    /*padding-top: 100vh;*/
    text-align: center;
}

.quote {
    font-size: 2rem;
    padding: 70px 20px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#lluvia-de-sobres {
    /*background: url('./img/lluvia-de-sobres.jpg');
    background-size: cover;
    background-position: center center;*/
    /*height: 400dvh;*/
}

#lluvia-de-sobres .sobres-bg {
    background: url(./img/lluvia-de-sobres-bg.jpg);
    background-image: url(./img/lluvia-de-sobres-bg.jpg);
    /* width: auto; */
    /* height: 200vh; */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation-range: cover 0% cover 100%;
    animation: the-animation linear;
    animation-timeline: view();
    animation-iteration-count: 1;
    padding: 30vh 0;
}

@keyframes the-animation {
    to {
      background-size: 150%;
    }
  }

.zoom{
	overflow: hidden;
   padding-bottom: 60%;
	background-image: url('./img/lluvia-de-sobres.jpg');
	background-size: 100% 100%;
	background-position: top center;	
}

@media (max-width: 1024px) {
	.content{text-align: justify;}
	.zoom{
		overflow: hidden;
   	padding-bottom: 60%;
	}
}

@media (max-width: 700px) {
	h2 {
        font-size: 35px;
    }

    #main p {
        font-size: 16px;
    }

    h1 {
        font-size: 60px;
    }

    .nombres {
        font-size: 18px;
    }

    .text-big {
        font-size: 40px;;
    }

    .text-big2 {
        font-size: 22px;
    }

    #lluvia-de-sobres .sobres-bg {
        padding: 10vh 0;
        background-size: 120%;
    }

}