@font-face {
    font-family: "CaviarDreams";
    src: url("../../../fonts/CaviarDreams.ttf");
    font-weight: 1 1000;
}

@font-face {
    font-family: "PhotographSignature";
    src: url("../../../fonts/PhotographSignature.ttf");
    font-weight: 1 1000;
}

body {
    padding: 0;
    margin: 0;
    color: #7b7567;
}

section {
    position: relative;
}

#banner {
    background-image: url(../../images/session/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* background-position: center; */
    padding-top: 25%;
    padding-bottom: 10%;
}
div#circle_container {
    height: 250px;
    width: 250px;
    margin: 0 auto;
    border: solid 1px white;
    border-radius: 200px;
    z-index: 2;
    position: relative;
}

#nombres_container {
    background-color: white;
    width: 230px;
    height: 230px;
    margin: 10px auto;
    border-radius: 200px;
}
#titulos {
    padding: 20px;
}

.subtitle,
.submini,
.caviar-lg,
.cita {
    font-family: CaviarDreams;
    color: #7b7567;
    font-size: 1.2em;
}

.submini {
    font-size: 0.9em;
}

.caviar-lg {
    font-size: 1.6em;
}

.cita {
    font-size: 1.5em;
}

.title,
.title-lg {
    font-family: PhotographSignature;
    color: #7b7567;
    font-size: 2.7em;
    margin: 0;
}

.nombre-inicio {
    font-size: 2.4em;
}

.title-lg {
    font-size: 3em;
}

hr {
    margin: 15px !important;
}

section#fechas {
    padding-top: 50px;
    padding-bottom: 50px;
}

img.imagenes-ellos {
    width: 100%;
    max-width: 200px;
}

.imagen-ellos {
    width: 70%;
    margin: 0 auto;
}
.row.no-gutter.imagenes-ellos {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 100px;
    /* overflow: hidden; */
}

.imagenes-ellos .filepond--drop-label.filepond--drop-label label {
    font-size: 1em !important;
}

.imagenes-ellos .filepond--image-preview-wrapper {
    border-radius: 100px !important;
}

.imagenes-ellos .filepond--drop-label {
    border-radius: 100px;
}

.imagenes-ellos .filepond--file-wrapper {
    background: white;
}

.imagenes-ellos  .filepond--list {
    background-color: white;
}

#caja-tiempo-ext {
    border: solid 1px #f7f0e0;
    margin: 0 auto;
}
#caja-tiempo-int {
    border: solid 1px #f7f0e0;
    padding: 10px;
    margin: 10px;
}
.hora {
    font-family: "CaviarDreams";
    display: inline-block;
    padding: 5px 30px;
    border: solid 1px #f7f0e0;
    border-radius: 20px;
}
.btn-mapa {
    padding: 5px 30px;
    background-color: #7b7567;
    border: solid 1px #7b7567;
    text-decoration: none;
    color: white;
    border-radius: 20px;
}
.btn-mapa:hover {
    color: white;
    background-color: #5b574d;
}

.fondo-base {
    background-color: rgb(228, 227, 225);
    height: 300px;
}

#foto-pareja {
    /* background-color: #eee; */
    background: linear-gradient(#eee 50%, #ffffff 50%);
    min-height: 500px;
}
#imagen-ellos {
    max-width: 80%;
    box-shadow: 3px 3px 20px #ccc;
}
#info {
    padding-bottom: 100px !important;
}

#invitacion {
    background-color: #eee;
}

.qr {
    width: 140px;
    padding: 0px;
    background-color: white;
}

#asistencia {
    width: 50%;
    margin: 0 auto;
    font-family: "CaviarDreams";
    text-align: left;
}

a.btn-confirm {
    text-decoration: none;
    color: #7b7566;
    font-family: "CaviarDreams";
    font-size: 1.1em;
    border: solid 1px #7b7566;
    padding: 11px 50px;
}

#gallery {
    padding-top: 150px !important;
    padding-bottom: 100px !important;
}
#recomendaciones {
    padding-top: 50px;
    padding-bottom: 100px;
}

.card.recomendacion {
    border-radius: 0;
    border: none;
    box-shadow: 3px 3px 10px #eee;
}

img.card-img-top.img-fluid {
    border-radius: 0;
}

.recomendacion .card-body {
    min-height: 150px;
    padding: 40px;
}

.card.recomendacion:hover{
    cursor: pointer;
}

footer {
    padding: 50px;
}

.banner-img-drop{
    background-color: black;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: .5;
    z-index: 1;
}

.banner-img-drop p{
    text-align: center;
    padding-top: 10%;
    font-size: 1.5em;
}

.banner-img-drop:hover{
    cursor: pointer;
}
.item {
    height: 300px;
}


.img-m {
    background-image: url(../../images/icon/dresscode_sin_fondo_m.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%; 
    height: 150px;
}

.img-h {
    background-image: url(../../images/icon/dresscode_sin_fondo_h.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%; 
    height: 150px;
}
.titulo-dress{
    font-family: PhotographSignature;
    color: #7b7567;
    font-size: 3em;
}

.sub-dress{
        font-family: CaviarDreams;
    color: #7b7567;
    font-size: 1.2em;
}
.min-dress{
        font-family: CaviarDreams;
    color: #7b7567;
    font-size: 1em;
}