/*Generales*/

* {
    box-sizing: border-box;
}

button{
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Halant', serif;
}

.container {
    margin: 0 auto;
    position: relative;
    width: 1024px;
}

.main-container {
    position: relative;
    overflow: hidden;
}
.col-info b{
    border: 1px solid #727475;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 15px;
    margin: 16px auto;
    display: block;
    width: 84px;
}
.owl-carousel{
    margin-top:42px;
}
.select {
     position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    padding: 8px 15px;
    width: 48%;
    float: right;
}
  .select:before {
    content: '';
    position: absolute;
    right: 5px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #ccc transparent transparent transparent;
    z-index: 5;
    pointer-events: none;
  }
  .select select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    appearance: none;
    font-size: 13px;
    color: #666;
    border:none;
  }
  .select select:focus{
    border:none;
    box-shadow: none;
  }
/*Flores*/

.btn-grl {
    color: #fff;
    background: #9c27b0;
    transition: all 0.3s;
    position: relative;
    padding: 10px 20px;
    border-radius: 30px;
    font-family: "Cinzel";
    text-decoration: none;
    margin: 0 4px;
    transition: .25s ease-in all;
    font-weight: 600;

}

.btn-grl:after {
    background-color: #9c27b0;
    border-radius: 65px;
    transition: all 0.3s;
    z-index: -1;
    display: block;
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0;
    left: 0;
}

.btn-grl:hover:after {
    box-shadow: 0 6px 30px 10px rgba(255, 56, 83, 0.25);
}

/*
.comprar-btn:hover {
    opacity: 1;
}

.comprar-btn:after {
    background-color: rgba(236, 2, 1, 0.4);
    border-radius: 65px;
    transition: all 0.3s;
    z-index: -1;
    display: block;
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0;
    box-shadow: 0 6px 30px 6px rgba(236, 2, 1, 0.4);
    left: 0;
}
*/
div.flores-wrap {
    position: absolute;
    z-index: 1000;
    height: 100%;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
}

.flores {
    position: absolute;
    transition: all 3s;
    transform: scale(0.6);
}

.flor1 {
    top: 250px;
    left: -10%;
    transform: scale(0.7);
}

.flor2 {
    top: 200px;
    left: 4%;
    transform: scale(0.5);
}

.flor3 {
    top: 200px;
    left: 15%;
    transform: scale(0.4);
}

.flor4 {
    top: 440px;
    left: 25%;
}

.flor5 {
    top: 40px;
    left: 22%;
    transform: scale(0.4);
}

.flor6 {
    top: 350px;
    left: 3%;
}

.flor7 {
    top: 250px;
    right: 0%;
}

.flor8 {
    top: 150px;
    right: -100px;
}

.flor9 {
    top: 100px;
    left: 21%;
}

.flor10 {
    top: 100px;
    right: 100px;
}

.flor13 {
    top: 0px;
    left: 0%
}

.flor14 {
    top: 120px;
    left: 12%;
}

.flor15 {
    top: 120px;
    left: 14%;
}

.flor16 {
    top: 240px;
    right: 12%;
    transform: scale(0.5);
}

.flor17 {
    top: 180px;
    right: -13%;
    transform: scale(0.7);
}

.flor18 {
    top: 380px;
    right: 23%;
    transform: scale(0.7);
}

.flor19 {
    top: 370px;
    right: 20%;
    transform: scale(0.6);
}

.flor20 {
    top: 30px;
    right: 20%;
    transform: scale(0.3);
}


/*Fin Generales "Great Vibes" Halant*/


/*Sections grl*/

.intro,
.propuesta,
.reservacion {
    background-size: cover;
    position: relative;
    /* background-position: center 0;*/
}

h1,
h2,
h3 {
    font-family: "Cinzel";
    color: #727475;
    text-align: center;
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

h3 {
    font-size: 22px;
    margin-bottom: 14px;
}

.hg-100 {
    min-height: 100vh;
    width: 100%;
    padding: 100px 0;
    position: relative;
    height: auto;
}
/*
.btn-grl {
    color: #fff;
    background: rgb(99, 150, 177);
    transition: all 0.3s;
    position: relative;
    padding: 10px 20px;
    border-radius: 3px;
    font-family: "Cinzel";
    text-decoration: none;
    margin: 0 4px;
    transition: .25s ease-in all;
}

.btn-grl:after {
    background-color: rgba(99, 150, 177, 0.4);
    border-radius: 65px;
    transition: all 0.3s;
    z-index: -1;
    display: block;
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0;
    left: 0;
}

.btn-grl:hover:after {
    box-shadow: 0 16px 50px 10px rgba(99, 150, 177, 0.4);
} */


/**/


/*Fin sections*/


/*Intro section*/


/* Footer */
footer{
    text-align: center;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #f7f7f7;
    background: #fbfbfb;
}
footer img{
    width: 164px;
    margin-right: 10px;
    vertical-align: middle;
    max-width: 90%;
}
footer a{
    font-size: 28px;
    text-decoration: none;
}


.intro {
    background-image: url(../img/portada.jpg);
    background-position:60% center;

}

.intro-circulo {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 224px;
    height: 224px;
    color: #000;
    position: absolute;
    bottom: 100px;
    z-index: 5;
    left: 50%;
    margin-left: -112px;
    text-align: center;
    color: #333;
    font-family: 'Great Vibes', cursive;
}

.intro-circulo p {
    font-family: 'Great Vibes', cursive;
    font-size: 20px;
    margin: 40px 0 28px;
}

.circulo-nombre {
    font-size: 36px;
    line-height: 0;
    font-family: "Cinzel";
}

.circulo-and {
    font-size: 24px;
    font-family: 'Great Vibes', cursive;
    margin: 14px 0;
}

.circulo-and:after,
.circulo-and:before {
    content: "";
    width: 60px;
    height: 1px;
    vertical-align: middle;
    display: inline-block;
    background: #000;
    margin: 0 8px;
}

.intro-circulo:after {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .24s ease-out all;
}

.intro-circulo:hover:after {
    box-shadow: 0px 0 30px 10px rgba(38, 38, 38, 0.18);
}

.circulo-fecha {
    font-size: 16px;
    font-family: "Halant";
    margin-top: 34px;
}

.mouse-scroll {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #fff;
    width: 25px;
    z-index: 2;
    opacity: 0.75;
    transform: translateX(-50%);
    text-decoration: none;
    font-size: 14px;
}
.instagram-logo-svg{
    color:000;
}

.mouse-scroll span {
    display: inline-block;
    width: 25px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    position: relative;
}

.mouse-scroll span:before {
    width: 2px;
    height: 5px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    top: 10px;
    margin-left: 11px;
    display: block;
    content: "";
    -webkit-animation: 2s ease infinite mouse-down;
    -moz-animation: 2s ease infinite mouse-down;
    -ms-animation: 2s ease infinite mouse-down;
    -o-animation: 2s ease infinite mouse-down;
    animation: 2s ease infinite mouse-down;
}

@-webkit-keyframes mouse-down {
    0% {
        top: 10px;
    }
    50% {
        top: 15px;
    }
    100% {
        top: 10px;
    }
}

@-moz-keyframes mouse-down {
    0% {
        top: 10px;
    }
    50% {
        top: 15px;
    }
    100% {
        top: 10px;
    }
}



@-o-keyframes mouse-down {
    0% {
        top: 10px;
    }
    50% {
        top: 15px;
    }
    100% {
        top: 10px;
    }
}

@keyframes mouse-down {
    0% {
        top: 10px;
    }
    50% {
        top: 15px;
    }
    100% {
        top: 10px;
    }
}


/*Fin intro section*/



/*Modal container*/

.modal-container {
    background: rgba(255, 255, 255, .98);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100000;
    display: none;
    overflow: scroll;
    top: 0;
    left: 0;
    padding: 10px 0;
}

.modal-wrap {
    width: 80%;
    max-width: 800px;
    border: 3px solid #ccb186;
    background-color: #fff;
    left: 50%;
    margin-left: -40%;
    top: 10%;
    position: absolute;
}

.modal-wrap h3 {
    font-size: 38px;
    margin-top: -50px;
    background: #fff;
    padding: 0 20px;
    margin-bottom: 30px;
    margin-left: -20px;
}

.modal-wrap h3 span {
    color: #ccb186;
}

.wrap-info-modal {
    padding: 30px 40px;
}

.wrap-info-modal ul {
    padding-top: 28px;
}

.wrap-info-modal li {
    margin-bottom: 18px;
    font-weight: 300;
}

.cerrar-modal {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 1000;
}

/*=== Recomendaciones ===*/
.recomendaciones-section{
    padding:86px 0;
}
.recomendaciones-section h2 a{
    color: inherit;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-radius: 20px;
    display: block;
    margin: 10px auto;
    width: 190px;
}
.recomendaciones-section h2 a img{
    width: 14px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
}

.recomendaciones-section p{
    margin-bottom: 24px;
    color: #666;
    padding:0 12px;
}
.titulo-recomendacion{
    font-size: 28px;
    color: #333;
    margin: 18px 0 12px;
}


.recomendaciones-texto{
    max-width: 640px;
    width: 90%;
    margin:0 auto;
    text-align: center;
    display: block
}
/*=== Recomendaciones ===*/

.cerrar-modal:before,
.cerrar-modal:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #173a65;
    display: block;
    transform: rotate(45deg);
    position: absolute;
}

.cerrar-modal:after {
    transform: rotate(-45deg);
    left: 0;
}

.cerrar-modal:before {
    right: 0;
}

.wrap-info-modal li:before {
    content: "-";
    color: #ccb186;
    margin-right: 5px;
}

.recomendaciones-section .owl-stage-outer{
    overflow:visible!important;
}

.wrap-recomendacion{
    border: 1px solid #eee;
    padding: 0 0 10px;
    transition: .2s ease-in-out all;
    text-align: center;
    box-shadow: 0 0 50px 5px rgba(0, 0, 0, .05);
    font-family: "Halant";
}

.wrap-recomendacion:hover{
    box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.15);
    transform: translate(0, -10px) scale(1.05, 1.05);

}

.img-recomendacion img{
    width: 100%;
    max-height: 280px;
    overflow: hidden;
}
.img-recomendacion img{
    width: 100%;
    height: auto;
}
.wrap-recomendacion button,.wrap-recomendacion a{
    margin: 24px auto;
    display: block;
    font-size: 12px;
    height: 36px;
    max-width: 200px;
    line-height: 16px;
}
/*Invitacion*/




.invitacion-section {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.col-info {
    display: inline-block;
    width: 430px;
    vertical-align: top;
    text-align: center;
    color: #a4a4a4;
    padding: 0 12px;
}

.foto-novios {
    width: 290px;
    height: 290px;
    display: inline-block;
    position: relative;
    opacity: 1;
    overflow: hidden;
    border-radius: 50%;
}



.foto-novio {
    background: url(../img/novio.jpg) no-repeat center;
    background-size: cover;
    float: right;
}

.foto-novia {
    background: url(../img/novia.jpg) no-repeat center;
    background-size: cover;
    float: left;
}

.invitacion-texto {
    line-height: 24px;
    margin-bottom: 22px;
}

.col-info p {
    margin-bottom: 18px;
    font-size:18px;
}

.event-container {
    display: flex;
    margin-top: 46px;
}

.ceremonia-wrap {
    border-right: 1px solid #e8e8e8;
}

.event-wrap {
    width: 50%;
    flex-grow: 1;
    padding: 0 42px;
    text-align: center;
    color: #707070;
}

.event-hra {
    border: 1px solid #9c27b0;
    color: #9c27b0;
    border-radius: 30px;
    width: 114px;
    font-size: 20px;
    padding: 10px;
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
}

.event-btn {
    margin-top: 26px;
}

.event-wrap p {
    line-height: 26px;
}

/* Contador */
.contador-container {
    text-align: center;
    margin: 94px auto 38px;
    width: 430px;
    border: 1px solid #9c27b0;
    padding: 20px 0 40px;
    position: relative;
}

.contador-container:before {
    content: "Faltan";
    position: absolute;
    top: -23px;
    background: #fff;
    width: 160px;
    display: block;
    color: #707070;
    font-size: 32px;
    font-family: "Cinzel";
    left: 50%;
    margin-left: -80px;
}

.contador-container>div {
    font-family: "Halant";
    text-align: center;
    font-size: 52px;
    display: inline-block;
    vertical-align: middle;
    color: #9c27b0;
    position: relative;
    margin: 0 20px;
    font-weight: 300;
}

.contador-container>div:before {
    content: "Días";
    position: absolute;
    font-size: 24px;
    bottom: -20px;
    color: #707070;
    text-align: center;
    width: 100%;
}

.contador-container>div:nth-child(2):before {
    content: "Horas";
}

.contador-container>div:nth-child(3):before {
    content: "Mins";
}

.contador-container>div:nth-child(4):before {
    content: "Segs";
}


/* .contador-container > div:after {
    content: "/";
    vertical-align: middle;
    font-size: 20px;
    margin: 0 10px;
} */

.contador-container>div:nth-child(4):after {
    display: none
}




/*hacer fade cuando haga scrollen blanco*/
/*
.invitacion-section {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.col-info {
    display: inline-block;
    width: 430px;
    vertical-align: top;
    text-align: center;
    color: #a4a4a4;
    padding: 0 12px;
}

.foto-novios {
    width: 290px;
    height: 290px;
    display: inline-block;
    position: relative;
    opacity: 1;
    overflow: hidden;
    border-radius: 50%;
}

.foto-novios:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    right: 6px;
    bottom: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .24s ease-out all;
}

.foto-novio {
    background: url(../img/novio-400x400.jpg) no-repeat center;
    background-size: cover;
    float: right;
}

.foto-novia {
    background: url(../img/novia-400x400.jpg) no-repeat center;
    background-size: cover;
    float: left;
}

.invitacion-texto {
    line-height: 24px;
    margin-bottom: 22px;
}

.col-info p {
    margin-bottom: 18px;
}

.btn-invitacion {
    margin-top: 56px;
}

.btn-invitacion a {
    color: #fff;
    background: #6396b1;
    transition: all 0.3s;
    position: relative;
    padding: 10px 20px;
    border-radius: 3px;
    font-family: "Cinzel";
    text-decoration: none;
    margin: 0 4px;
    transition: .25s ease-in all;
}

.btn-invitacion a:after {
    background-color: rgba(99, 150, 177, 0.4);
    border-radius: 65px;
    transition: all 0.3s;
    z-index: -1;
    display: block;
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0;
    left: 0;
}

.btn-invitacion a:hover:after {
    box-shadow: 0 16px 50px 10px rgba(99, 150, 177, 0.4);
}

.contador-container {
    text-align: center;
    margin-top: 58px;
}

.contador-container > div {
    font-family: "Cinzel";
    text-align: center;
    font-size: 58px;
    display: inline-block;
    vertical-align: middle;
    color: #727475;
    position: relative;
}

.contador-container > div:before {
    content: "DÃ­as";
    position: absolute;
    font-size: 16px;
    bottom: -8px;
    left: 42px;
}

.contador-container > div:nth-child(2):before {
    content: "Horas";
}

.contador-container > div:nth-child(3):before {
    content: "Minutos";
}

.contador-container > div:nth-child(4):before {
    content: "Segundos";
}

.contador-container > div:after {
    content: "/";
    vertical-align: middle;
    font-size: 20px;
    margin: 0 10px;
}

.contador-container > div:nth-child(4):after {
    display: none
}


/*Invitacion*/

.propuesta {
    background-image: url("../img/propuesta.jpg");
    padding: 100px 0 340px;
    color: #fff;
    overflow: hidden;
    background-position: bottom;
}

.propuesta:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .25);
}

.propuesta h2 {
    color: inherit;
    font-family: "Great vibes";
    margin-top: 28px;
}

.propuesta .container {
    z-index: 100;
    max-width: 600px;
    padding-bottom: 140px;
}

.propuesta h3 {
    color: #fff;
    margin-bottom: 34px;
    font-size: 28px;
    line-height: 36px;
}

.propuesta p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
}

.propuesta p:before,
.propuesta p:after {
    content: '“';
    font-size: 42px;
    font-family: "Cinzel";
    position: relative;
    top: 12px;
    line-height: 0;
}

.propuesta p:after {
    content: '”';
}

.pareja {
    background: url("https://www.miboda.love/demo/img/pareja.png") no-repeat;
   background-size: cover;
    width: 319px;
    height: 508px;
    position: absolute;
    z-index: 100;
    margin-left: -160px;
    bottom: -60px;
    left: 50%;

}



/*Reservacion*/
.reservacion-section {
    background: #F9F9F9;
    padding: 68px 0;

}

.form-reservacion {
    position: relative;
    padding: 34px 40px;
    width: 90%;
    max-width: 880px;
    border: #E2E2E2 1px solid;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 50px 5px rgba(0, 0, 0, .05);
}
.form-reservacion .btn-grl{
    margin: 0 auto;
    font-size: 20px;
    display: block;
    max-width: 260px;
    border:0;
    width: 100%;
    z-index: 10000;
    cursor: pointer;
}
.form-reservacion .btn-grl:after{
    width:100%;
    height: 100%;
}

.mdl-2{
    width: 48%;
    width: calc(50% - 12px);
    float: left;
}
.mdl-2:nth-child(2){
    float: right;
}
.iniciales{
    border: 1px solid #707070;
    right: 40px;
    top: 30px;
    border-radius: 6px;
    padding: 7px;
    text-align: center;
    font-size: 20px;
    width: 32px;
    color: #707070;
    position: absolute;
    background: #fff;
    opacity: 0.76;
}
.iniciales span{
    display: block;
}
.divisor{
    background: #707070;
    width: 100%;
    height: 1px;
    margin: 6px 0;
}
.form-reservacion h4 {
    font-size: 34px;
    color: #707070;
}
.ninos{
    display: block;

    margin-bottom: 54px;
}
.ninos:before{
    content:"*";
    color:#9c27b0;
}

.form-reservacion .row {
    margin: 24px 0 24px;
}

.form-reservacion input,.form-reservacion select{
    border: 1px solid #E2E2E2;
    width: 100%;
    height: 42px;
    padding: 0 24px;
    font-size: 20px;
    color: #707070;
    font-family: "halant";
    margin-top: 8px;
    transition: .18s ease-in all;
    box-shadow: 0 0 12px rgba(156, 156, 156, 0.14);
    background:#fff;
    border-radius:2px;
}
.form-reservacion select,.form-reservacion input,.form-reservacion textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}
.form-reservacion select:focus,.form-reservacion input:focus,.form-reservacion textarea:focus{
    border: #9c27b0 1px solid;
    outline: 0;
    box-shadow: 0 0 22px rgba(255, 39, 84, .2);

}
.form-reservacion textarea{
    border-radius:2px;
    border: 1px solid #E2E2E2;
    width: 100%;
    box-shadow: 0 0 12px rgba(156, 156, 156, 0.14);
    resize: none;
    padding: 16px 24px;
    height: 120px;
    font-size: 20px;

    margin-top: 8px;
    font-family: "halant";
}
.form-reservacion label {
    font-size: 16px;
}

.reservacion {
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: #fff;
}

.reservacion .container {
    position: relative;
}

.reservacion .container>h3 {
    font-size: 16px;
    margin-bottom: 24px;
}

.foto-rsvp,
.wrapper-form {
    width: 60%;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    padding: 15px;
    transform: rotate(-12deg);
    margin-top: 50px;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    min-height: 380px;
}

.foto-rsvp img {
    width: 100%;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    height: auto;
}

.wrapper-form {
    transform: rotate(12deg);
    right: 0;
    margin-top: 100px;
    padding: 40px;
    overflow: hidden;
}

.wrapper-form h1 {
    font-size: 30px;
    color: #000;
    line-height: 46px;
    margin-top: 10%;
}

.wrapper-form button {
    border: 0;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    outline: none;
}

.wrapper-form input {
    border-color: #ccc;
    width: calc(50% - 8px);
    height: 38px;
}

.wrapper-form input {
    float: left;
}

.wrapper-form input:last-child {
    float: right;
}



@keyframes border-one {
    0% {
        width: 0;
    }
    10% {
        width: 100%;
    }
    100% {
        width: 100%;
    }
}

@keyframes border-two {
    0% {
        height: 0;
    }
    10% {
        height: 0%;
    }
    20% {
        height: 100%;
    }
    100% {
        height: 100%;
    }
}

@keyframes border-three {
    0% {
        width: 0;
    }
    20% {
        width: 0%;
    }
    30% {
        width: 100%;
    }
    100% {
        width: 100%;
    }
}

@keyframes border-four {
    0% {
        height: 0;
    }
    30% {
        height: 0%;
    }
    40% {
        height: 100%;
    }
    100% {
        height: 100%;
    }
}

@keyframes line-one {
    0% {
        left: 25%;
        width: 0;
    }
    40% {
        left: 25%;
        width: 0%;
    }
    43% {
        left: 25%;
        width: 50%;
    }
    52% {
        left: 25%;
        width: 50%;
    }
    54% {
        left: 25%;
        width: 0%
    }
    55% {
        right: 25%;
        left: auto;
    }
    63% {
        width: 10%;
        right: 25%;
        left: auto;
    }
    100% {
        width: 10%;
        right: 25%;
        left: auto;
    }
}

@keyframes line-two {
    0% {
        width: 0;
    }
    42% {
        width: 0%;
    }
    45% {
        width: 50%;
    }
    53% {
        width: 50%;
    }
    54% {
        width: 0%
    }
    60% {
        width: 50%
    }
    100% {
        width: 50%;
    }
}

@keyframes line-three {
    0% {
        width: 0;
    }
    45% {
        width: 0%;
    }
    48% {
        width: 50%;
    }
    51% {
        width: 50%;
    }
    52% {
        width: 0%
    }
    100% {
        width: 0%;
    }
}

@keyframes box {
    0% {
        opacity: 1;
        margin-left: 0px;
        height: 50px;
        width: 40px;
    }
    55% {
        margin-left: 0px;
        height: 50px;
        width: 40px;
    }
    60% {
        margin-left: 0px;
        height: 35px;
        width: 50px;
    }
    74% {
        msthin-left: 0;
    }
    80% {
        margin-left: -50px;
        opacity: 1;
    }
    90% {
        height: 35px;
        width: 50px;
        margin-left: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


/*Galeria*/

.galeria {
    background: url("https://www.miboda.love/endPoint/generador/img/pared.jpg") no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.galeria h2 {
    text-shadow: 1px 1px 0px #8f8f8f;
}

.galeria h2,
.galeria h3 {
    color: #333;
}

.galeria h3 a {
    color: #000;
}

.owl-stage-outer {
    padding: 5px 0;
}

.galeria .item {
    position: relative;
    padding: 30px;
    border-style: solid;
    border-width: 15px;
    border-top-color: #333333;
    border-right-color: black;
    border-bottom-color: #333333;
    border-left-color: black;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    max-width: 581px;
    max-height: 600px;
    z-index: 1000;
    overflow: hidden;
}
.galeria .item:after{
    content: "";
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    position: absolute;
    z-index: 10;
    border: 30px solid #fff;
}
/* .owl-carousel {
    transform: translate(0, 30%);
    padding: 0 40px;
} */

.owl-dots {
    text-align: center;
    margin-top: 24px;
    opacity: .8;
}

.owl-dot {
    background: #666;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
}

.owl-dot.active {
    background: #333;
}

.owl-dot.active:before {
    content: "";
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 1px solid #333;
    border-radius: 50%;
    position: absolute;
}


/*MEsa*/

.mesa {
    padding: 100px 0;
}

.mesa a {
    margin: 0 auto;
    width: 300px;
    display: block;
    transition: .25s ease-out all;
    padding: 6px 12px 22px 6px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
}


.mesa p {
    width: 600px;
    text-align: center;
    color: #a4a4a4;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
    margin: 0 auto 12px;
}
.mesa a span{
    font-size: 16px;
    display: block;
    width: 138px;
    margin: 0 auto;
}
.mesa .wrap-logos {
    margin-top: 36px
}

.mesa a:hover {
    box-shadow: 0 16px 90px -20px rgba(0, 0, 0, 0.12);
}

.mesa img {
    width: 100%;
    height: auto;
}


/*Musica*/

.musica {
    cursor: pointer;
    display: block;
    height: 38px;
    position: fixed;
    transform: translateZ(0px);
    width: 38px;
    padding: 10px;
    z-index: 100000;
    right: 16px;
    bottom: 16px;
    background-color: #fff;
    border-radius: 50%;
    background-image: url("https://www.miboda.love/endPoint/generador/img/audio.svg");
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 50%;
    opacity: 0.85;
}

.musica:before {
    content: "";
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
}

.pausa:after {
    content: "";
    width: 32px;
    height: 1px;
    border-radius: 3px;
    background: #9a9a9a;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    transform: rotate(-48deg);
    transform-origin: center;
    left: 50%;
    top: 50%;
    margin-left: -16px;
}
.vestimenta-section .row{
    overflow: auto;
}
.vestimenta-section a{
    width: 50%;
    display: block;
    float: left;
    height: 520px;
    margin:0;
    background-size:cover;
    position: relative;
    transition:.12s ease-in-out all;
}
.vest-mask{
    background-color:rgba(255,255,255,.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    transition:.28s ease-in-out all;
}
.vestimenta-section a:hover .vest-mask{
    background-color:rgba(255,255,255,.35);
}
.vest-mask p{
    text-align: center;
    color: #333;
    font-size: 32px;
    position: relative;
    margin-top: 23%;
}
.vest-mujer{
    background: url(../img/vest-mujer.jpg) no-repeat top center;
}
.vest-hombre{
    background: url(../img/vest-hombre.jpg) no-repeat top center;

}
.btn-vest{
    position: relative;
    margin-top: 50px;
    margin: 24px auto 0;
    width: 142px;
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
    background: rgba(0,0,0,0.9);
    color: #fff;
    border-radius: 3px;
    font-family: "Cinzel";
}

.wrap-send {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    display: none;
    background: rgba(255, 255, 255, .96);
    padding: 48px;
    z-index: 100000;
}
.wrap-send h1{
    font-size: 30px;
    line-height: 60px;
    color: #333;
}

.wrap-send:before {
    content: "❤";
    position: absolute;
    width: 100%;
    height: 100%;
    color: rgba(255, 195, 195, 0.1);
    top: 0;
    left: 0;
    text-align: center;
    font-size: 560px;
}

.enviando {
    height: 50px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.enviando::after {
    content: 'Confirmando...';
    color: #EC0201;
    font-weight: 700;
    position: absolute;
    bottom: -56px;
    left: -46px;
    font-size: 22px;
}

.box {
    position: relative;
    height: 50px;
    width: 40px;
    animation: box 5s infinite linear;
}

.border {
    background: #EC0201;
    position: absolute;
}

.border.one {
    height: 4px;
    top: 0;
    left: 0;
    animation: border-one 5s infinite linear;
}

.border.two {
    top: 0;
    right: 0;
    height: 100%;
    width: 4px;
    animation: border-two 5s infinite linear;
}

.border.three {
    bottom: 0;
    right: 0;
    height: 4px;
    width: 100%;
    animation: border-three 5s infinite linear;
}

.border.four {
    bottom: 0;
    left: 0;
    height: 100%;
    width: 4px;
    animation: border-four 5s infinite linear;
}

.line {
    height: 4px;
    background: #EC0201;
    position: absolute;
    width: 0%;
    left: 25%;
}

.line.one {
    top: 25%;
    width: 0%;
    animation: line-one 5s infinite linear;
}

.line.two {
    top: 45%;
    animation: line-two 5s infinite linear;
}

.line.three {
    top: 65%;
    animation: line-three 5s infinite linear;
}
/*Medias*/

@media (max-width: 1424px) {
    /* .foto-novios {
        position: absolute;
        top: 0;
    } */
    .container {
        width: 100%;
    }
    .invitacion-section .container {
        width: 840px;
    }
    .foto-novia {
        left: 0;
    }
    .foto-novio {
        right: 0;
        top: 0;
        position: absolute;
    }
    .invitacion-section .col-info {
        padding-top: 265px;
        margin: 0 auto;
        display: block;
    }
    .wrapper-form {
        transform: rotate(12deg);
        right: 10%;
    }
    /* .owl-carousel {
        transform: translate(0, 20%);
    } */
}

@media (max-width: 1080px) {
.select {
    width: 100%;
}
    .wrapper-form {
        margin-top: 70px;
    }
    .wrapper-form input {
        width: 100%;
        display: block;
        float: none;
    }
    .wrapper-form input.inp-50:first-child {
        margin-bottom: 14px;
    }
    .invitacion-section .container{
        width: 90%;
    }
    .foto-novios {
        width: 214px;
        height: 214px;
    }
    .invitacion-section .col-info {
        padding-top: 184px;
    }
    .foto-rsvp {
        min-height: 315px;
    }
    .intro {
        background-position:60% center;
    }
}

@media (max-width: 880px) {
    .foto-rsvp,
    .wrapper-form {
        width: 90%;
        transform: rotate(4deg);
        margin-top: 10px;
    }
    .wrapper-form {
        transform: rotate(-4deg);
        margin-top: 20px;
    }
    .foto-rsvp {
        right: 10px;
    }
    .hg-100 {
        min-height: 100vh;
    }
    .iniciales{
        top: 70px;
    }
    .mesa p {
        width: 90%;
    }
    .invitacion-section .col-info {
        padding-top: 245px;
    }
    .invitacion-section {
        padding-top: 40px;
    }
    .propuesta {
        background-position: center;
    }
    .recomendacion {
        display: none;
    }
    .vestimenta-section a{
        width: 100%;
    }
    .vest-mask p{
        margin-top: 32%;
    }
    .event-btn .btn-grl, .event-btn .event-hra{
        width: 148px;
        display: block;
        margin: 12px auto;
        height: 42px;
        line-height: 21px;
    }
}

@media (max-width: 640px) {
    .ninos{
        margin-top:18px;
    }
    .foto-novios {
        left: 50%;
        margin-left: -107px;
    }
    .foto-novio {
        top: 230px;
    }
    .invitacion-section .col-info {
        padding-top: 475px;
        width: 100%;
    }
    .contador-container > div {
        font-size: 42px;
    }
    .contador-container > div:before {
        font-size: 18px;
    }
    .contador-container > div:nth-child(3):before {
        content: "Mins.";
    }
    .contador-container > div:nth-child(4):before {
        content: "Segs.";
    }
    .wrapper-form form {
        width: 100%;
    }
    .wrapper-form button {
        width: 100%;
    }
    .wrap-send:before {
        content: "";
    }
    .wrap-gracias{
    	width: 90%;
    	margin-left: -45%;
    }
    .wrap-gracias a.btn-grl{
    	width: 100%;
    }

    .vest-mask p{
        margin-top: 42%;
    }
    .intro {
        background-position:60% center;
    }
    .intro-circulo{
        top:auto;
        bottom: 10px;
    }
    .event-container{
        display: block;
    }
    .event-wrap{
        width:100%;
        padding:24px 0;
    }
    .event-btn .btn-grl, .event-btn .event-hra{
        display: inline-block;
        margin:0 4px;
        width:124px;
    }
    .ceremonia-wrap{
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
    }
    .contador-container{
        width:80%;
    }
    div.mdl-2{
        width:100%;
        margin-bottom:10px;
    }
    .form-reservacion .row {
        margin: 0;
    }
    .form-reservacion .btn-grl{
        margin-top:24px;
    }
    .form-reservacion h4 {
        font-size: 28px;
        width: calc(100% - 15px);
    }

}

@media (max-width: 430px) {
    .contador-container > div {
        font-size: 38px;
    }
    .barra-comprar h3 {
        font-size:15px;
    }
    .btn-invitacion a {
        display: block;
        margin: 10px 0;
    }
    .propuesta {
        padding: 40px 0 340px;
    }
    .hg-100 {
        padding: 40px 0;
    }
    .wrapper-form {
        transform: rotate(-2deg);
        margin-top: 20px;
        width: 98%;
        padding: 30px 24px;
        right: 0;
    }
    .wrapper-form textarea {
        height: 94px;
    }
    .foto-rsvp {
        margin-top: -10px;
    }
    .galeria {
        padding: 70px 0 40px;
    }
    .mesa a {
        width: 90%;
    }
    .contador-container{
        width:100%;
    }

}