* {
    box-sizing: border-box;
}

:root {
    /* --main50: #e28513b8;  
    --main50: #424530c6; 
    --ntwo: #E09132; 
    --main: #b2434d;
    --main: #9a373f;
    --main50: #b2434c99;
    --main: #cbb595;
    --ntwo: #c55760;
    */
    --main: #ebe9e6; 
    --main2: #e2dbd2; 
    --main50: #e2dbd2a9;
    --main75: #e2dbd2d1;
    --ntwo: #38303b;
    --nthree: #471b6b;
    --nfour: #fffafa;
    --nfive: #fff;
    --grad1: #471b6b;
    --grad2: #38303b;
    --darker: #221b25;
    --nocolor: transparent;
}

body {
    background-color: var(--ntwo);
    font-family: 'Raleway', sans-serif;
}

h1, h2, h3 {
    font-family: 'Lora', serif;
}

.light {
    color: var(--main);
}

header {
    min-height: 10vh;
    transition: .3s step-end;
}

.scrolled {
    background-color: var(--main50); 
    backdrop-filter: blur(4px);
    transition: .3s ease-in-out;
 }

footer {
    min-height: 5vh;
    background: linear-gradient(180deg, var(--ntwo), var(--darker));
    background-color: var(--main);
    color: var(--nfive);
    padding: 3rem 0;
}

footer a { 
    color: var(--nfive);
}

footer a:hover {
    color: var(--nfour);
}

footer ul {
    list-style-type: none;
}

footer ul li a {
    text-decoration: none;
    font-size: 1.15em;
}

footer ul li a:hover {
  color: var(--main50);
}

svg {
    font-size: 20px;
    color: var(--main);
}

svg:hover{
    color: var(--main50);
}


#Seccion3, #Seccion4, #Seccion5, #Seccion6 {
    margin-top: 4em;
    margin-bottom: 4em;
    padding-top: 3em;
    padding-bottom: 3em;
} 

h2 {
    font-size: 2.35rem;
}

h3 {
    font-weight: 600;
}

.colored-back {
    background-color: var(--nfour);
}

.darker-bg {
    background-color: var(--darker);
}

.nav-link {
    color: var(--grad2)!important;
}

.nav-link:hover, .nav-link:focus {
    font-weight: 600;
}

.nav-link.active {
    font-weight: 700;
}

.nav-item {
    font-size: 1.1em;
}

.container-container {
    background-color: var(--main);
    color: var(--ntwo);
    /*background: linear-gradient(to right, rgba(0,0,0,.1), var(--main)), url(../imgs/background1.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8em 0;
    overflow: hidden;
}

.container-doble {
    margin-left: 1.5em;
    max-width: 750px;
}

.portada-container {
    min-height: 50vh;
    max-height: 550px;
}

#portada {
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
}

#portada-text {
    background-color: var(--nocolor); 
}

#portada-text h1 {
    font-size: 7em;
}

#portada-text .slogan {
    margin-top: -1rem;
}

.circle {
    width: 45vw;
    height: 45vw;
    max-height: 500px;
    max-width: 500px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--ntwo);
    /*background-color: #d3c9bb;*/
}

.container-doble h2 {
    font-size: 4em;
}

.img-portada {
    min-width: 250px;
    max-width: 45vw;
    z-index: 1;
}

#portada-img {
    height: 45vw;
    width: 45vw;
    max-height: 500px;
    max-width: 500px;
}

#cta-section-container {
    max-width: 950px;
}

.cta-container {
    width: fit-content;
}

.btn-cta {
    background-color: var(--nocolor);
    border: solid 2px var(--main)!important;
    border-radius: 50px;
    padding: 7px 25px;
    color: var(--main);
}

.btn-cta:hover {
    background-color: var(--main)!important;
    color: var(--nthree)!important;
}

.btn-cta.head-btn {
    background-color: var(--nthree);
    border: solid 2px var(--nocolor)!important;
    box-shadow: 10px 10px 24px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 24px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 24px -5px rgba(0,0,0,0.75);
}

.btn-cta.head-btn:hover {
    font-weight: bold;
}

.cta-section h2 {
    color: var(--nfive)!important;
}

.cta-section {
    min-height: 25vh;
    padding: 3rem 0;
    background: var(--ntwo);
    /*
    background: linear-gradient(90deg, var(--grad2) 0%, var(--grad1) 70%);
    background: rgb(70,58,255);
    background: linear-gradient(90deg, rgba(70,58,255,1) 0%, rgba(108,99,255,1) 49%, rgba(248,164,216,1) 100%);
    background: linear-gradient(90deg, rgba(70,58,255,1) 0%, rgba(248,164,216,1) 100%);
    */
    color: var(--nfive)!important;
}

.card {
    border: none;
    padding: 1em;
}

.card-body h5 {
    font-family: 'Lora', serif;
    padding: .5em 0 .2em 0;
    font-size: 1.25rem;
}

.card-group.valores > .card > .card-img-top {
  max-height: 50%;
  border-radius: var(--bs-card-inner-border-radius);
}

.cita {
    font-weight: 300;
    font-style: italic;
}

.mx-750 {
    max-width: 750px;
    margin: 2em auto;
}

#bodas {
  padding-bottom: 3rem;
}

.input-group-text {
    background-color: var(--nthree);
    color: var(--nfive);
}

form button {
    background-color: var(--nthree);
    color: var(--nfive);
    padding: .5em 1em;
    margin: 1em 0;
    border: none;
    border-radius: 50px;
    min-width: 100px;
}


form button:hover {
    background-color: var(--nfour);
    transition: all .2s;
    color: var(--nthree);
    font-weight: bold;
}

main h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.img-cover {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.h-80vh {
    height: 80vh;
}

.h-80 {
    max-height: 80%;
}

.card > img {
    max-height: 200px;
}

.card > .card-img-top {
    max-height: 485px;
}

.horizontal-img {
    max-height: 400px;
    border-radius: 2%;
}

.img-doble {
    max-height: 70vh;
}


@media screen and (max-width: 750px) {

    #portada-img {
        display: none!important;
    }

    main h2 {
        font-size: 2em;
    }

    .container-doble h2 {
        font-size: 2.5em;
    }

    #portada-text h1 {
      font-size: 5em;
  }
}

@media screen and (max-width: 991px) {
    .h-80vh {
        height: auto;
    }
}

    .main-container {
        background-repeat: no-repeat;
        background-size: cover;
       /* background-attachment: fixed;*/
        padding: 3em 1em;
    }

    iframe.mapa {
      min-height: 40vh;
    }

    /*  /////////////// 

GALERIA 

///////////////   */
.gallery-img {
  
    transition: ease-in-out .3s;
  }
  
  .gallery-img:hover {
    opacity: .7;
    transition: ease-in-out .3s;
  }
  
  .galeria {
    width: 100%;
    overflow: hidden;
  }
  .galeria.vis .container h1, .galeria.vis .container h2 {
    opacity: 1;
    transform: none;
  }
  .galeria.vis .container .h2 {
    transition-delay: 0.2s;
  }
  .imagen {
    max-height: 100px;
  }
  .galeria.vis .container .contenedorImgs .imagen {
    opacity: 1;
    transform: none;
  }
  .galeria.vis .container .contenedorImgs .imagen:nth-child(1) {
    transition-delay: 0.1s;
  }
  .galeria.vis .container .contenedorImgs .imagen:nth-child(2) {
    transition-delay: 0.2s;
  }
  .galeria.vis .container .contenedorImgs .imagen:nth-child(3) {
    transition-delay: 0.3s;
  }
  .galeria.vis .container .contenedorImgs .imagen:nth-child(4) {
    transition-delay: 0.4s;
  }
  .galeria.vis .container .contenedorImgs .imagen:nth-child(5) {
    transition-delay: 0.5s;
  }
  .galeria.vis .container .contenedorImgs .imagen:nth-child(6) {
    transition-delay: 0.6s;
  }
  .galeria.vis .container .contenedorImgs .imagen:nth-child(7) {
    transition-delay: 0.7s;
  }
  .galeria.vis .container .contenedorImgs .imagen:nth-child(8) {
    transition-delay: 0.8s;
  }
  .galeria.vis .container .contenedorImgs .imagen:nth-child(9) {
    transition-delay: 0.9s;
  }
  .galeria.vis .container .contenedorImgs .imagen:nth-child(10) {
    transition-delay: 1s;
  }
  .galeria.scale .container {
    opacity: 0;
    transform: scale(1.2);
  }
  .galeria .container {
    width: 90%;
    min-height: 100vh;
    margin: 0 auto;
    padding: 50px 0;
    transition: ease all 0.5s;
  }
  .galeria .container h1, .galeria .container h2 {
    opacity: 0;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: translateY(-30px);
    transition: ease all 0.5s;
  }
  .galeria .container h1 {
    font-size: 60px;
  }
  .galeria .container .contenedorImgs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .galeria .container .contenedorImgs .imagen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc((100% / 3) - 20px);
    height: 250px;
    margin: 10px;
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: ease all 0.5s;
  }
  .galeria .container .contenedorImgs .imagen:hover:before {
    opacity: 1;
  }
  .galeria .container .contenedorImgs .imagen:hover .nombre {
    transform: none;
  }
  .galeria .container .contenedorImgs .imagen:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(transparent, #fff);
    transition: ease all 0.5s;
  }
  .galeria .container .contenedorImgs .imagen .nombre {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    color: #fff;
    font-size: 30px;
    text-align: center;
    transform: translateY(100%);
    text-shadow: -2px -2px 5px #1c1c1c;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s;
  }
  
  .fullPreview {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 28, 28, 0.9);
    z-index: 10000;
  }
  .fullPreview.anim .wrapper .titulo {
    opacity: 0;
    transform: translateX(-100px);
    transition-delay: 0s;
  }
  .fullPreview.anim .wrapper img {
    opacity: 0;
    transform: translateX(100px);
  }
  .fullPreview.anim .wrapper .desc {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 0s;
  }
  .fullPreview .cerrarModal {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    z-index: 1055;
    transition: ease all 0.3s;
  }
  .fullPreview .cerrarModal:hover {
    transform: rotate(90deg);
  }
  .fullPreview .cerrarModal:before, .fullPreview .cerrarModal:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #1c1c1c;
  }
  .fullPreview .cerrarModal:before {
    transform: rotate(45deg);
  }
  .fullPreview .cerrarModal:after {
    transform: rotate(-45deg);
  }
  .fullPreview .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 90%;
    height: 90%;
    position: relative;
  }
  .fullPreview .wrapper .blur {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(40px);
    transition: ease all 0.5s;
    opacity: .3;
  }
  .fullPreview .wrapper .titulo {
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    font-size: 100px;
    -webkit-text-stroke: 1px #fff;
    z-index: 1050;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s 0.3s;
  }
  .fullPreview .wrapper img {
    max-width: 90%;
    max-height: 80%;
    position: relative;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s;
  }
  .fullPreview .wrapper .desc {
    width: 100%;
    max-width: 600px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    position: relative;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s 0.5s;
  }
  .fullPreview .controles {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
  .fullPreview .controles .control {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 50px;
    height: 30px;
    position: relative;
    cursor: pointer;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s;
  }
  .fullPreview .controles .control:hover {
    width: 70px;
  }
  .fullPreview .controles .control.av {
    margin-left: auto;
  }
  .fullPreview .controles .control.ret {
    margin: 10px 30px 0 0;
    transform: rotate(180deg);
  }
  .fullPreview .controles .control:before, .fullPreview .controles .control:after {
    content: "";
    position: absolute;
  }
  .fullPreview .controles .control:before {
    left: 0;
    width: 80%;
    height: 2px;
    background-color: #fff;
  }
  .fullPreview .controles .control:after {
    right: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(45deg);
  }