/**
ont-family: 'Anton', sans-serif;
font-family: 'Dancing Script', cursive;
font-family: 'Lobster', cursive;
font-family: 'Pirata One', cursive;
font-family: 'Yellowtail', cursive;
font-family: 'Herr Von Muellerhoff', cursive;
#616956 color eucalipto
b19355 color champan 1
998865 color champan 2
 */
#first_panel {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100vh;
    background-image: url("../images/anillos.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 100% 40%;
    overflow: hidden;
    color: #ffffff;
    font-size: 50px;
}
#first_panel .font-2 {
    color: #998865;
}
#first_panel .font-1 {
    font-size: 200%;
}
#first_panel .font-2 {
    font-size: 150%;
    font-weight: bold;
}
#first_panel .font-3 {
    font-size: 50%;
}
.font-1 {
    font-family: "Herr Von Muellerhoff", cursive;
}
.font-2 {
    /*font-family: "Herr Von Muellerhoff", cursive;*/
    font-family: "Lobster", cursive;
}
.font-3 {
    margin-top: 10%;
}
#second_panel {
    padding: 25px;
    background-color: #ffffff;
}
.line {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #616956;
    margin: 0 auto;
}
.tittle-first {
    background: linear-gradient(to right, #98a388 5%, #ffffff 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#third_panel {
    display: block;
    width: 100%;
    padding: 30px;
    margin: 0;
    background-image: url("../images/flores_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 100% 40%;
    overflow: hidden;
    color: #ffffff;
    font-size: 50px;
}
#spaces_number {
    position: absolute;
    top: 21%;
    left: 48%;
    z-index: 3;
    font-size: 130px;
    color: #cca047;
}

#fourth_panel {
    padding: 50px;
}

#five_panel {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100vh;
    background-image: url("../images/boda_final.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 100% 40%;
    overflow: hidden;
    color: #ffffff;
    font-size: 45px;
}

#btn-confirmar {
    background-color: #616956;
    border: 2px solid #616956;
    color: white;
    font-size: 20px;
    border-radius: 25px;
    transition: all 0.5s;
}
#btn-confirmar:hover,
#btn-confirmar:focus,
#btn-confirmar:active,
#btn-confirmar:visited,
.icono-social:hover,
.icono-social:focus,
.icono-social:active,
.icono-social:visited {
    box-shadow: none !important;
}
#btn-confirmar:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #616956;
}

.btn-ubication {
    background-color: #616956;
    border: 2px solid #616956;
    color: white;
    font-size: 20px;
    border-radius: 25px;
    transition: all 0.5s;
}
.btn-ubication:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #616956;
}
.space-around {
    margin: 5px;
}
.space-around-first {
    margin: 5px;
    margin-left: 0px;
}
.icono-social {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all 0.5s;
}
.icono-social img {
    margin-top: 5px;
}
.waze {
    background-color: #14c6f7;
}
.waze:hover {
    background-color: #2e88a1;
}
.maps {
    background-color: #f7172b;
}
.maps:hover {
    background-color: #ad3d46;
}
@media (max-width: 600px) {
    #first_panel {
        background-position: 28% 0;
    }
    #spaces_number {
        left: 41%;
    }
    .space-around {
        margin: 0px;
        margin-bottom: 5px;
    }
    .space-around-first {
        margin: 0px;
        margin-bottom: 5px;
    }
}
