
/* FONTS Great Vibes, Pacifico, Dancing Script, Playfair Display*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dynalight&display=swap");


/* VARIABLES */
:root {
    --c-dark: #212529;
    --c-white: #fff;
    --c-brand: #092442;
    --c-brand-light: #c2a267;
    --c-brand-rgb: 0, 0, 0;
    --c-brand-rgba: 255, 255, 255;
    --c-brand-r: 199, 156, 74;
    --c-body: #000000;
    --font-base: "Libre Baskerville", serif;
    --box-shadow: 0px 15px 25px rgba(0,0,0,0.08);
    --transition: all 0.5s ease;
    --padding-container: 100px 0;
}

/* RESET & HELPERS */
html, body, header {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--c-body);
    min-height: 100%;
    box-sizing: border-box;
    display: block;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;

}

.cursiva {
    font-family: "Dynalight", cursive;
    font-weight: 400;
    font-style: normal;
}

.normal {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}

::-webkit-scrollbar {
    display: none;
}

.container {
    max-width: 1280px;
    margin: 0;
    overflow: hidden;
}

.container-texto {
    margin-left: 6%;
    margin-right: 6%;
}

.martop {
    margin-top: 15%;
}

.hero {
    position: relative;
    display: grid;
    color: #fff;
    overflow: hidden;
    margin-bottom: 10%;
}

h1, h2, h3,h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
    color: var(--c-dark);
}

.great-vibes-regular h1 {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
    color: #092442;
  }

p {
    font-weight: 600;
}

a {
    text-decoration: none;
    color: var(--c-brand);
    transition: var(--transition);
}


a:hover {
    color: var(--c-brand-light);
}

img {
    overflow-x: hidden;
    max-width: 100%;
    height: auto;
}


.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-padding2 {
    padding-top: 60px;
    padding-bottom: 80px;
}

.margin {
    margin: 0;
    margin-left: 0;
}

.theme-shadow {
    box-shadow: var(--box-shadow);
}

.fondoazul {
    background-color: #092442;
}

/* IMAGE ZOOM */
.image-zoom {
    position: relative;
    background-size: contain;
}

.image-zoom-wrapper {
    overflow: hidden;
    position: relative;
}

.image-zoom-wrapper img{
     transition: var(--transition);
}

.image-zoom:hover .image-zoom-wrapper img {
    transform: scale(1.1);
}

/* NAVBAR */
.navbar {
    box-shadow: #F9F5F2;
    margin-right: 0px !important;
    margin: 0px !important;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #092442;
}

.navbar-nav .nav-link.active {
    color: #092442;
}

.navlogo {
    width: 220px;
    height: 50px;
}

.padding-texto {
    padding-top: 25%;
    padding-bottom: 0;
}


/* BTN */
.btn {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 6px 20px;
}

.btn-brand {
    background-color: #092442;
    border-color: #092442;
    color: white;
}

.btn-brand:hover {
    background-color: #ffffff;
    border-color: #092442;
    color: #092442;
}

.btnBlanco-brand:hover {
    background-color: var(--c-brand-light);
    border-color: var(--c-brand-light);
    color: white;
}

.btn-redes {
    border: 0;
    padding: 50px 50px;
    background: none;
    outline: none;
}

/* HERO */
#inicio {
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.0), rgba(var(--c-brand-rgb), 0.0)), url(../img/fondo2.jpg);
    background-position: center;
    background-size: cover;    
    overflow: hidden;
}

#end {
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.3), rgba(var(--c-brand-rgb), 0.0)), url(../img/final.jpeg);
    background-position: center;
    background-size: cover;
}

#frase {
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.0), rgba(var(--c-brand-rgb), 0.0)), url(../img/fondo4.jpg);
    background-position: center;
    background-size: cover;
}

#qr {
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.0), rgba(var(--c-brand-rgb), 0.0)), url(../img/fondo1.jpg);
    background-position: center;
    background-size: cover;
}

#redes {
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.0), rgba(var(--c-brand-rgb), 0.0)), url(../img/fondo5.jpg);
    background-position: center;
    background-size: cover;
}

#padres {
    background: linear-gradient(rgba(var(--c-brand-rgba), 0.3), rgba(var(--c-brand-rgba), 0.0)), url(../img/fondo3.jpg);
    background-position: center;
    background-size: cover;
}

#contacto {
    background: linear-gradient(rgba(var(--c-brand-rgba), 0.5), rgba(var(--c-brand-rgb), 0.0)), url(../img/fondo3.jpg);
    background-position: center;
    background-size: cover;
}

#deseos {
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.0), rgba(var(--c-brand-rgb), 0.0)), url(../img/fondo1.jpg);
    background-position: center;
    background-size: cover;
}

.img-recepcion {
    background-position: center;
    background-size: cover;
}

.img-codigo {
    background-position: center;
    background-size: cover;
}


/* SECTION TITLE */
.section-titleP {
    margin-top: 70%;
    font-family: "Meow Script", cursive;
    size: 600px;
}

.section-texto {
    padding-bottom: 20%;
}

@font-face {
    font-family:BrittanySignature;
    src: url(/fonts/Burton.ttf);
}

@font-face {
    font-family:Brittany;
    src: url(/fonts/Burton.ttf);
}

.titleDorado {
    padding-top: 1rem;
    font-family:BrittanySignature;
  font-style: light;
    color: #092442;
}

.img-tamaño {
    width: 100%;
    height: 100%;
}

.text-white {
    font-family: "Libre Baskerville", serif;
    font-style: light;
    color: #ffffff;
}

.text-black {
    font-family:BrittanySignature;
    font-style: light;
    color: #000000;
}

.text-black1 {
    margin-top: 35%;
    font-family:BrittanySignature;
    font-style: light;
    color: #000000;
}

.text-b {
    margin-top: 55%;
    color: #000000;
}

.text-a {
    color: #092442;
}

.titleBlanco {
    margin-top: 55%;
    font-family:BrittanySignature;
  font-style: light;
    color: #ffffff;
}

.tcontador {
    margin-bottom: 20%;
    margin-top: 10%;
    color: #000000;
}


.section-titleF {
    font-family: "Libre Baskerville", serif;
    color: #000000;
    margin-bottom: 20%;
}

.titleBlancoEnd {
    margin-top: 25%;
    font-family:BrittanySignature;
  font-style: light;
    color: #ffffff;
}

/*MUSIC*/
.music-player-container{
    height: 25%;
    width: 100%;
    border-radius: 10px;
    margin-right: auto;
    margin-left: 35%;
    display: flex;
    position: fixed;
    margin-top: 80%;
    justify-content: end;
    align-items: center;
    flex-direction: column;
}

.title-music-container{
    width: 100%;
    height: 20%;
    width: fit-content;
    color: white;
    margin-right: auto;
    margin-left: 10%;
}


.controls-music-container{
    width: 80%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.progress-song-container{
    margin-top: 0.05rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.progress-bar{
    height: 1px;
    border-radius: 2px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: relative;
}

.progress{
    position: absolute;
    height: 100%;
    width: 0%;
    border-radius: 1px;
    background-color: rgb(0, 0, 0);
}

.time-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
}


.main-song-controls{
    height: 30%;
    width: 100%;
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.iconM{
    height: 100%;
    width: auto;
    opacity: 1;
    cursor: pointer;
}

.iconM:hover{
    opacity: 1;
}

audio{
    display: none;
}

/* PORTFOLIO */

.porfolio {
    overflow: hidden;
}

.portfolio-item .iconbox {    
    overflow: hidden;
    background-color: #092442;
    color: white;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.portfolio-item:hover .iconbox {
    opacity: 1;
    top: 50%;
}

/* ICONBOX */

.iconredes {
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    flex: none;
}

.iconbox {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #092442;
    font-size: 34px;
    flex: none;
}

/* timeline */

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 100px auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background: #092442;
    top: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -1;
    animation: moveline 6s linear forwards;
}


@keyframes moveline {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

.content-time {
    padding: 10px 40px;
    position: relative;
    width: 50%;
    border-radius: 6px;
}

.content-time img {
    position: absolute;
    width: 20px;
    border-radius: 50%;
    right: -20px;
    top: 32px;
    z-index: 10;
}

.text-box {
    padding: 10px 0px;
    border-radius: 6px;
    font-size: 10px;
    color: #000000;
}

.left-content {
    left: 0;
    text-align: center;
}

.right-content {
    left: 50%;
    text-align: center;
}

.right-content img {
    left: -10px;
}

.left-content img {
    right: -10px;
}

/* ICONBOX */
.mesa {
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.service {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.margen {
    margin-left: 6rem;
}


/* PORTFOLIO */
.portfolio-item .iconbox {
    background-color: var(--c-brand);
    color: white;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.portfolio-item:hover .iconbox {
    opacity: 1;
    top: 50%;
}

/* FOOTER */
footer {
    overflow: hidden;
    padding-top: 30px;
}

.fcolor {
    background-color: #F9F5F2;
}

.footer-top {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom {
    padding-top: 50px;
    padding-bottom: 20px;
}


footer li,
footer p,
footer a,
footer h5 {
    color: rgba(8, 8, 8, 0.7);
}

footer ul {
    list-style: none;
    padding: 0;
}

footer .line {
    width: 170px;
    height: 4px;
    background-color: var(--c-brand);
    margin-top: 12px;
    margin-bottom: 24px;
}

.social-icons a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--c-brand);
    color: white;
}

.social-icons a:hover {
    background-color: var(--c-brand);
    color: white;
}

.social-icons1 a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #000000;
}

.social-icons1 a:hover {
    background-color: var(--c-brand);
    color: white;
}

.img_f {
    height: 100%;
    width: 100%;
    margin: 0;
}

/* Media queries */
@media (max-width:1400px){
    ::-webkit-scrollbar {
        display: none;
    }
    .body {
        overflow-x: hidden;
    }
    .container {
        max-width: 100%;
        margin: 0;
        overflow: hidden;
    }
    .img {
        height: 100%;
        width: 100%;
    }
    .titleBlancoEnd {
        padding-top: 0%;
        font-family:BrittanySignature;
      font-style: light;
        color: #ffffff;
    }
    .section-titleF {
        font-family: "Libre Baskerville", serif;
        font-style: light;
        color: #ffffff;
        margin-bottom: 60%;
    }
    .section-texto {
        padding-bottom: 8%;
    }
}

@media (max-width:1280px){
    ::-webkit-scrollbar {
        display: none;
    }
    .body {
        overflow-x: hidden;
    }
    .container {
        max-width: 100%;
        margin: 0;
        overflow: hidden;
    }
    .img {
        height: 100%;
        width: 100%;
    }
    .titleBlancoEnd {
        padding-top: 0%;
        font-family:BrittanySignature;
      font-style: light;
        color: #ffffff;
    }
    .section-titleF {
        font-family: "Libre Baskerville", serif;
        font-style: light;
        color: #ffffff;
        margin-bottom: 60%;
    }
    .section-texto {
        padding-bottom: 8%;
    }
}

@media (max-width:1080px){
    ::-webkit-scrollbar {
        display: none;
    }
    .body {
        overflow-x: hidden;
    }
    .container {
        max-width: 100%;
        margin: 0;
        overflow: hidden;
    }
    .img {
        height: 100%;
        width: 100%;
    }
    .titleBlancoEnd {
        padding-top: 0%;
        font-family:BrittanySignature;
      font-style: light;
        color: #ffffff;
    }
    .section-titleF {
        font-family: "Libre Baskerville", serif;
        font-style: light;
        color: #ffffff;
        margin-bottom: 60%;
    }
    .section-texto {
        padding-bottom: 8%;
    }
}

@media (max-width:800px){
    ::-webkit-scrollbar {
        display: none;
    }
    .body {
        overflow-x: hidden;
    }
    .container {
        max-width: 720px;
        margin: 0;
        overflow: hidden;
    }
    .titleBlancoEnd {
        margin-top: 25%;
        font-family:BrittanySignature;
      font-style: light;
        color: #ffffff;
    }
}