@font-face {
  font-family: "Fonde";
  src: url("../font/FontsFree-Net-fonde.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Fonde-bold";
  src: url("../font/FontsFree-Net-OgilenPersonalUse-1G6Re.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Luciano";
  src: url("../font/FontsFree-Net-LucianoDisplay-Light.ttf");
  font-weight: 500;
  font-style: normal;
}


/* Show it is fixed to the top */
body {
  min-height: 75rem;
  /** padding-top: 4.5rem;**/
  /**background: #b9b3a9;**/
  font-family: "Fonde";
  color: #ffff;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}



.main-section {
  height: 50vh;
  background: url('../img/wedding/bg1.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-logo {
  width: 100%;
  position: relative;
}

.main-aros {
  position: absolute;
  z-index: 1;
}

.bg-aros {
  background: url('../img/wedding/aros.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.containerdiv {
  position: relative;
  display: inline-block;
  text-align: center;
}

.cornerimage {
  position: absolute;
  top: 25%;
  left: 25%;
}

.texto-header {
  position: absolute;
  bottom: 33%;
}

.texto-header h3 {
  font-size: 1.2rem;
  color:#ffff;
}

.strong {
  font-family: "Fonde-bold";
  font-size: 1.5;
}


section {
  height: 100vh;
}

.text-right {
  text-align: right;
}



/***********/

.rotate-center {
	-webkit-animation: rotate-center 5s cubic-bezier(0.600, -0.280, 0.735, 0.045) 3s 2 alternate-reverse both;
	        animation: rotate-center 5s cubic-bezier(0.600, -0.280, 0.735, 0.045) 3s 2 alternate-reverse both;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.puff-in-center {
	-webkit-animation: puff-in-center 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: puff-in-center 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.hero {
  background-color: #333;
  height: 100vh;
}

.hero-text {

}
.text1 {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 900;
  margin: 0;
  line-height: 1;
  color: white;
}
.text2 {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 900;
  margin: 0;
  line-height: 1;
  color: white;
}
.typed-cursor {
  margin-left: 1px;
}



.main-section {
	-webkit-animation: kenburns-top 2s ease-out alternate-reverse both;
	        animation: kenburns-top 2s ease-out alternate-reverse both;
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

.img-aros {
  height: 85vh;
  width: auto;
  object-fit: cover;
}

.img-logo {
  width: 35%;
  margin-left: 5%;
}

/** Scroll Imagenbes section epilogo **/
:root {
  --text-color: #111;
  --bg-color: #b9b3a9;
}

body {
  /**font-family: termina, sans-serif;**/
  transition: 0.3s ease-out;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  overscroll-behavior: none;
}


section:not(#sectionPin) {
  min-height: 100vh;
  width: 100%;
  position: relative;
  /**
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
  **/
  padding: 50px 10vw;
  /**
  margin: auto;
  place-items: center;
  **/
}

h1 {
  font-size: 5rem;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 1rem;
  position: absolute;
  top: 10vw;
  left: 10vw;
  z-index: 4;
  overflow-wrap: break-word;
  hyphens: auto;

  @media (max-width: 768px) {
    font-size: 16vw;
  }

  span {
    display: block;
  }
}

h2.titulo-sectio-2{
  font-size: 1.7rem;
  position: absolute;
  top: 30px;
}

.credit {
  font-family: Termina, sans-serif;
  a {
    color: var(--text-color);
  }
}

* {
  box-sizing: border-box;
}

#sectionPin {
  height: 100vh;
  overflow: hidden;
  display: flex;
  left: 0;
  background: #b9b3a9;
  color: white;
}

.slider {
  height: 50vh;
  width: auto;
  object-fit: cover;
  margin-left: 12px;
  margin-right: 12px;
  left: 90px;
}
.slider1 {
  height: 60vh;
  width: auto;
  object-fit: cover;
}

.pin-wrap {
  height: 90vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 10vw;


/**
  & > * {
    min-width: 60vw;
    padding: 0 5vw;
  }
  **/
}
.img-effect{
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
  transition: all .4s ease-in-out;
}


.img-effect:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transform: scale(1.1);
}

.img1 {
  height: 50vh;
}

.img2 {
  height: 60vh;
  z-index: 100;
}
.img3 {
  height: 40vh;
}

.img4 {
  height: 50vh;
}

p {
  /**
  position: absolute;
  bottom: 10vw;
  right: 10vw;
  width: 200px;
  line-height: 1.5;
  **/
}


.img-logo-epilogo {
  width: 250px;
  position: absolute;
  top: -80px;
  left: 50%;  
}

.section-cap-01{
  position: relative;
  background: url('../img/wedding/bg1.png');
}


.logo-lugar {
  position: absolute;
  width: 250px;
  top: -80px;
  right: 0px;
}

.content-lugar {
height: 80vh;
width: 100%;
}

.text-lugar {
  font-size: 1.5rem;
  text-align: center;
}

.date-lugar {
  font-family: "Luciano";
  margin-top: 40px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.dir-lugar  {
  font-family: "Luciano" !important;
  margin-top: 40px;
  font-size: 1rem;
  text-align: center;  font-family: Termina, sans-serif;
}

.buton {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  text-decoration: none;
  font-family: "Luciano";
  font-size: 2rem;
  padding: 8px;
  border: solid 1px transparent;
  transition: border 200ms;
  border-left: solid 1.2px #ffff;
  border-bottom: solid 1.2px #ffff;
}
.buton:hover{
  color: #ffff;
  border: solid 1.2px #ffff;
  border-radius: 1px;
}
.buton::after {
content:"";
display:block;
width: 0px;
height: 24px;
overflow: hidden;
background-image: url("../img/right-arrow.png");
background-repeat: no-repeat;
transition: width 200ms, margin-left 200ms;
}

.buton:is(:hover,:focus):after {
  color: #ffff !important;
  text-decoration: none;
  width: 24px;
  margin-left: 18px;
  
}

.section-music {
  min-height: 150px !important;
  background: #D7D6D8;
  position: relative;
  padding: 50px 0px 50px 0px;
}

.text-play > * {
  text-align: center;
  color: #808982;
  font-weight: 700;
}

.buton-play {
  display: flex;
  justify-content: center;
  align-items: center;
   width: 150px;
    color: #808982;
    text-decoration: none;
    font-family: "Luciano";
    font-size: 2rem;
    padding: 8px;
    border: solid 1.2px #808982;


}

.buton-play:hover {
    color: #808982;

}

.section-cronograma {
  background: url('../img/wedding/fondo-cronograma-09.jpg');
  background-position: center center;
  background-size: cover;
    min-height: 70vh !important;
    position: relative;
}


footer {
  position: relative;
  background: #D7D6D8;
font-family: "Luciano";
}

.logos-footer img {
  width:35px;
  margin-left: 13px;
  margin-right: 13px;
}

.img-fb {
width: 20px !important;
}
a {
  text-decoration: none !important;
  color: #ffff;
}

a:hover {
  color: #ffff;
 
}

footer .col-md-4 {
  text-align: left;
}

.bl {
  border-left: 1px solid white;
  border-right: 1px solid white;
}

footer h5 {
  font-size: 1.4rem;
}

footer p{
  font-size: 1.2rem;
  font-weight: 600;
}
.container, .container-fluid{
  width: 100%;
   padding-right: 0px; 
   padding-left: 0px;
}

.ocultar {
  display: none;
}


/**Mobil css **/
@media (max-width: 768px) {
  font-size: 16vw;
}

span {
  display: block;
}
}
/**Mobil css **/