/*! familia de fuentes: 'Playfair Display', serif;
familia = Quattrocento: wght @ 400; 700 &*/
@charset "UTF-8";


:root {
/* nombres de lo padres */
  --papasdenovios:'Baskerville BT';
    /* tipografia de frase principal */
  --frasenovios: 'Baskerville BT';
/* tipografia de menú y textos parrafos */
  --parrafos:'Didot';
  /* color de botones */
  --titulos:'NewYork';
/* tipografias que no tiene acento complemento */
  --acento:'NewYork';
  /*  */
  --formulario:'Didot';


  --bold: 'Didot';

    --primario: #000000;
    --secundario:#bd9779;
    --complematario:#000000;
    --terciario: #96731d;
    --claro: #ffffff;
    --opcion: #726958;
    --opacidad: #4f4f4f50;
}




/* Fuentes */
@font-face {
  font-family: 'Vestha Regular' ;
  font-style: normal;
  font-weight: normal;
  src: local('Vestha Regular' ), url('../webfont/Vestha.woff') format('woff');
  }


@font-face {
  font-family: 'Actalou Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Actalou Regular'), url('../webfont/actalou.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Actalou Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Actalou Italic'), url('../webfont/actalou-italic.woff') format('woff');
  }



@font-face {
  font-family: 'NewYork';
  font-style: normal;
  font-weight: normal;
  src: local('NewYork'), url('../webfont/NewYork.woff') format('woff');
}


@font-face {
  font-family: 'Baskerville BT';
  font-style: normal;
  font-weight: normal;
  src: local('Baskerville BT'), url('../webfont/BASKE1.woff') format('woff');
}


@font-face {
font-family: 'baskerville bold bt';
font-style: normal;
font-weight: normal;
src: local('baskerville bold bt'), url('../webfont/BASKE10.woff') format('woff');
}


@font-face {
  font-family: 'Didot';
  font-style: normal;
  font-weight: normal;
  src: local('Didot'), url('../webfont/Didot.woff') format('woff');
  }


body {
  margin: 0px;
  background-image: url(../image/papel4.jpg);
  background-repeat: repeat;
  
}

html{
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
width: 20px;
}
body::-webkit-scrollbar-track {
border-radius: 15px;
background-color: var(--opacidad);
opacity: 10%;
}
body::-webkit-scrollbar-thumb {
background-color: var(--terciario);
background-image:-webkit-linear-gradient(rgba(255,255,255,.3) 20%,transparent 20%,transparent 40%,rgba(255, 255, 255, 0.3) 40%,rgba(255,255,255,.3) 60%,transparent 60%,transparent 80%,rgba(255, 255, 255, 0.3) 80%);
border-radius: 15px;
height: 300px;
}

.centrado {
  height: 100vh;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: var(--primario);
}
.borrar {
  overflow: hidden
}
.lds-heart {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  transform-origin: 40px 40px;
}
.lds-heart div {
  top: 32px;
  left: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  background: var(--terciario);
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
}
.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: var(--terciario);
}
.lds-heart div:before {
  left: -24px;
  border-radius: 50% 0 0 50%
}
.lds-heart div:after {
  top: -24px;
  border-radius: 50% 50% 0 0
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95)
  }
  5% {
    transform: scale(1.1)
  }
  39% {
    transform: scale(0.85)
  }
  45% {
    transform: scale(1)
  }
  60% {
    transform: scale(0.95)
  }
  100% {
    transform: scale(0.9)
  }
}
* {
  margin: 0;
  padding: 0
}
.contenedor {
  width: 90%;
  max-width: 1280px;
  margin: auto
}





@-webkit-keyframes kenburns-top-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 16%;
            transform-origin: 16% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(-20px, -15px);
            transform: scale(1.25) translate(-20px, -15px);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@keyframes kenburns-top-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 16%;
            transform-origin: 16% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(-20px, -15px);
            transform: scale(1.25) translate(-20px, -15px);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}







header {
  background-image:
  linear-gradient(
    rgba(0, 0, 0, 0.0),
    rgba(0, 0, 0, 0.0)
    ),
    url(../image/acuarela2.jpg);
    height: 100vh;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px


  }



  .kenburns-top-left {
  	-webkit-animation: kenburns-top-left 7s cubic-bezier(0.550, 0.085, 0.680, 0.530) alternate-reverse forwards;
  	        animation: kenburns-top-left 7s cubic-bezier(0.550, 0.085, 0.680, 0.530) alternate-reverse forwards;
  }



  .menu {
    background: var(--primario);
    height: 60px;
    border-bottom: 1px solid var(--primario);
    align-items: center;
  }
  .menu .contenedor {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nombrenoviosmenu {
    height: 60px;
  }
  .nombre-menu {
    height: 90%;
  }
  h1 {
    font-size: 50px;
    margin: 15px;
    font-family: var(--parrafos);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
  }
  h2 {
    font-size: 30px;
    font-family:  var(--parrafos);
    margin-top: 100px;
    margin-bottom: 25px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
  }
  h3 {

    z-index: 900;
    position: relative;
    font-size: 35px;
    text-align: center;
    font-weight: lighter;
    font-family:var(--titulos);
    margin:19px auto;
    padding-top: 10px !important;
    padding-bottom: 10px;
    color: var(--terciario);
    line-height: 70px;
    text-transform:uppercase;
  }


        .acento{
          font-size:inherit;
          font-family: var(--acento)!important;
          position: relative;
          text-transform:uppercase;



        }




  h4 {
    z-index: 900;
    position: relative;
    font-size: 40px;
    text-align: center;
    font-weight: lighter;
    font-family:var(--titulos);
    margin: auto;
    padding-top: 70px !important;
    padding-bottom: 10px;
    color: var(--complematario);
    line-height: 70px;
    text-transform:inherit;
  }
  p {
    position: relative;
    z-index: 904;
    font-family: var(--parrafos);
    font-weight: normal;
    line-height: 37px;
    letter-spacing: 3px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color:var(--complematario);
    }


  b{
    font-family: var(--bold);
    font-size: inherit;
    text-align: center;
    font-size: 23px;


  }




  a{
    font-family:   var(--parrafos);
    text-decoration: none;
    color: black;
    text-transform: uppercase;



  }

  li{
    font-family:  var(--parrafos);

  }



  .nombre-novios {
    font-family:  var(--parrafos);
    font-size: 20px;
    color: var(--claro);
    margin: auto;
    padding: 20px;
    text-transform: uppercase;

  }

  .nombre-novios  a{
    decoration: none;
    font-family:   var(--parrafos);
    font-size: 25px;
color: var(--claro);
    margin: auto;
    padding: 15px;
    text-transform: inherit;



  }

  nav ul li {
    display: inline-block;
    margin-left: 10px;
    align-items: center
  }
  nav ul li a {
    text-decoration: none;
    font-size: 15px;
    color: var(--claro);
    padding: 14px 0px 14px 0px;
    text-align: center
  }
  nav ul li a:hover {
    text-decoration: none;
    color: var(--secundario);
  }
  nav ul li a::before {
    content: "|";
    font-size: 19px;
    font-weight: lighter;
    padding-right: 19px;
    color: var(--claro);
    text-align: center
  }
  header .contenedor-inicio {
    display: flex;
    width: 90%;
    justify-content: flex-end;
    align-items: center;
    height: 90vh;
  }

  .contenedor-nos{
    width: 35%;
  }

.contenedor-inicio p{
  color: var(--claro);
  letter-spacing: 5px;
  font-size: 45px;
    font-family: var(--titulos) ;
    font-weight: lighter;
   
  }

}

  header .titular {

    display: inline-block;
    position: absolute;

  }
.monograma {
width: 35%;
margin: auto;

}


.monogramaimg {
    display: inherit;
    fill: var( --secundario);
    margin: auto;
    width: 100%;
    height: 100%;
}

.icono-svg{
fill: var( --complematario);
width: 100%;
height: 100%;
/* transform: scale(1.5); */



}
  .elementor-image{
    vertical-align: middle;
    display: inline-block;
  }


  .nombreimg {
    -moz-animation: 1s aparecernombre 1;
    animation-fill-mode: backwards;
    -webkit-animation: 1s aparecernombre 1;
    -webkit-animation-delay: 1s
  }
  @-webkit-keyframes aparecernombre {
    0% {
      opacity: 0%;
      -webkit-transform: translate(-200%);
      -moz-transform: translate(-200%);
    }
  }
  .monogramaimg {
    -moz-animation: 1.2s aparecermonograma 1;
    -webkit-animation: 1s aparecermonograma 1;
    -webkit-animation-delay: .5s;
  }
  @-webkit-keyframes aparecermonograma {
    0% {
      opacity: 0%;
      -webkit-transform: translate(200%);
      -moz-transform: translate(200%)

    }
  }
  header .nombreimg {
    width:90%;
    padding: 10px;
    position: relative;
    right: -5px !important;
    top: -10px;
    z-index: 700;
    margin: 10px;
  }

  .boton {
    color: var(--primario);
    background: #c4c4c4;
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 15px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
    margin-top: 60px;
    margin-bottom: 45px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: .7px;

  }



  .titular{
    display: none;
  }




  .tiempo {
    
    width: 100%;
    background-repeat: repeat;
    padding-top: 10px;
    align-items: center;
    margin-top: 20px;
    padding-top: 68px;
    z-index: 910;
    min-height: 500px;

  }

  .frasenovioscontenedor {
    width: 70%;
margin-top: 300px !important;
margin: auto;
position: relative;
z-index: 999;
  }

  .frasenovios {
      text-align: center;
      color: var(--opcion);
      margin-bottom: 28px;
      margin-top: 20px;
      font-size: 30px !important;
    line-height: 50px;
      font-family: var(--frasenovios)!important;
      z-index: 911;
      text-transform: inherit !important;

  }
.especial{
  font-family: var(--especial)!important;
  text-transform:inherit !important;
  font-size: 70px !important;
  margin-top: 50px!important;

}


  .frasenovios span {
      text-align: center;
    font-weight: lighter;
font-family:  var(--parrafos);
    font-size: 100px !important;
    color: var(--complematario);



  }


#nos-casamos{
  position: relative;
  z-index: 10;

}


#nos-casamos span{
  font-family:   var(--parrafos);
;
  font-style: italic;
  font-size:45px;

}

#nos-casamos .rotate{
  transform: rotate(-90deg)!important;
   -webkit-transform: rotate(-90deg)!important;
     -moz-transform: rotate(-90deg)!important;
}




  .nombrebodacontenedor{
    max-width: 100%;
    margin: auto;
    padding: 0px;


  }
  .nombreboda {
    display: block;
    margin: auto;
  width: 80%;
    padding: 0px;
  }


  .fechabodadetalles {
      display: block;
        margin: auto;
        width: 18%;
        margin-top: 3px;
        margin-bottom: 3px;
  }

  #timeline{
    padding-top: 80px;
  }

    .timelinecontenedor {
      max-width: 600px;
      margin: auto
    }
    .timeline {
      margin: auto;
      width: 100%;

      align: center;
      padding-left: 20px;
    }
    .detalles {
      width: 57%;
      margin: auto;
      position: relative;


    }
    .diasmes {
      position: relative;
      text-align: center;
      margin: auto;
      z-index: 900;
      padding: 10px 10px;
      margin-bottom: 30px;
      margin-top: 50px;
      align-items: baseline;
      color: var(--complematario);
      display: block
    }
    #days, #seconds, #hours, #minutes {
      font-size: 35px;
      padding: 10px 5px;
    }

    .ceremoniareligiosa {
      background-image: url(../image/papel3.jpg);
      background-repeat: repeat;
      padding-top: 2px;
      padding-bottom: 3px;
      align-items: center
    }

     /* papa de los novios */

.linea-horizontal{
  visibility: hidden;
}

    .padres {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      margin: auto;
      max-width: 90%;
    }
    .papasnovia, .papasnovio {
      width: 49%;
      margin: auto;
      margin-top: 25px;
      text-align: center;
      color: var(--complematario)!important;
      line-height: 40px;
    }

    .papasdenovios {
      font-size: 22px;
      line-height: 27px;
      margin-bottom: 20px;
      color: var(--complematario)!important;
      font-family: var(--papasdenovios);
      text-transform: inherit !important;
      margin-top: 40px;
    }

.novios{
  width: 83%;
  padding: 55px;
  margin: auto;
  /* background-color: rgb(199, 23, 213); */
}

.novios img, .novios-2 img{
  width: 100% !important;
}

.novios-2{
  width: 70%;
  margin: auto;

}


.nombres{
margin: auto;
width: 100%;
height: 113%;
fill:var(--primario);

}

.diaespecial{
margin: auto;
width: 50%;
height: 100%;

}

.fecha{
width: 100% !important;
height: 200px;
padding: 10px;
fill:var(--secundario);


  /* background-color: rgb(199, 23, 213); */
}


.contenedor-formulario p{
  color: var(--claro);
  margin-top: 25px;

}


.luto {
  margin-top: 15px;
  width: 20px;

}

    .iglesia {
      margin: auto;
      padding:0px;
      width: 80%;
      text-align: center;
      text-transform: uppercase;
      position: relative;
      z-index: 800;
      margin-top: 3px;
    }


    /* TIMELINE+*/
    .iconoscontenedor{
      width: 70%;
      display: flex;
      flex-wrap: wrap;
      margin: auto;
      position: relative;
      padding-bottom: 20px;
      margin-top: 63px;
      margin-bottom: 80px;

    }
    .iconoscontenedor hr{
      position: absolute;
      width: 100%;
      top:121px;
      border-color: var(--primario);
      color: var(--primario);
      z-index: 33;



    }

.horarios p{
font-size: 17px;
    color: var(--complematario)!important;
    margin-bottom: 30px;
}





    .circulo p{
      text-align: center;
      font-size: 60px;

      color: var(--primario) ;
    }


    .icono{
      width: 155px;
      margin: auto;
      padding: 10px;
    }
    .icono p{
      align-content: space-around;
      text-align: center;
      baseline: bottom;
      color: var(--complematario);
      font-size: 12px;
        z-index: 600;
        line-height: 13px;


    }

    .icono figure{
      width: 100px;
      display: block;
      margin: auto;
      background-color: var(--primario);
      -webkit-border-radius:50px;



    }
    .icono figure img{
      width: 100%;
      margin: auto;
    }
    /* AQUI EMPIEZA LA GALERIA DE FOTOS*/
    .galeria {
 
      padding-top: 100px;
      padding-bottom: 50px;
      align-items: center
    }
.galeria h2{
margin: auto;
text-align: center;
font-family:  var(--parrafos);
font-size: 28px;
}


    .owl-carousel {
      margin-top: 40px
    }
    .owl-carousel img {
      border-radius: 2px
    }
    .owl-nav span {
      font-size: 50px;
      padding: 15px;
      color: var(--primario) ;
    }
    .owl-nav button {
      outline: 0
    }
    .owl-nav {
      text-align: center
    }
    .catalogo {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 20px
    }
    .decoracionfoto {
      background-image: url(../image/fondo-3.jpg);
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size:  cover;
      background-position: center;
      height: 700px;
      margin-top: 0px !important;
      padding-top: 10px;
        }


    .decoracionfoto2 {
      background-image: url(../image/fondo-4.jpg);
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size:  cover;
      background-position: center;
      height: 700px;
      margin-top: 0px !important;
      padding-top: 10px;
      width: 100%;
      }

    .decoracionfoto3 {
      background-image: url(../image/acuarela5.jpg);
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size:  cover ;
      background-position: 80%;
      height: 700px;
      margin-top: 0px !important;
      padding-top: 10px;
    }



    .RSVP {
      align-items: center;
    height: auto;
    display: flex;
    justify-content: center;
    }

    #que-esperas-para-tener-tus-invitaciones {
      color: var(--claro);
      text-shadow: 1px 1px 5px #91762a;
      font-family:  var(--parrafos);
    }
  {
      margin-top: 100px !important;
      margin: 10px !important;
      padding: 30px !important ;
      padding-top: 20px !important ;
    }


    .menu-icon {
      display: none
    }
    .contenedor-formulario span {
      color: var(--primario)!important
    }
    label {
      color: var(--claro);
      font-size: 13px;
      font-family: var(--formulario);
      font-weight: 400;
      line-height: 30px;
      letter-spacing: .5px;
    }
    .contenedor-formulario {
      background-color: rgba(0, 0, 0, 1);
      max-width: 700px;
      min-width: 272px;
      height: 300px;
      margin: auto;
      padding: 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
     
    }


    .contenedor-formulario h3 {
      margin: 0px auto;
      padding-top: 0px !important;
      font-size: 63px;
      padding-bottom: 1px;
      text-align: center;
     
      color: var(--terciario)!important;
		 

    }
    .form_headTab {
      color: var(--secundario);
      padding: 2px;
      font-size: 1em;
    }
    .Ajust {
      background: var(--secundario);
      max-width: 450px;
      min-width: 250px
    }
    .form-consulta {
      padding: 0px 15px 10px 10px;
      font-family:  var(--parrafos);
      text-align: left !important;
      margin: auto;
      font-size: 1em;
      color: var(--secundario);
    }
    .campo-form {
      width: 98%;
      height: 13px;
      margin: auto;
      padding: 10px 6px 10px 10px;
      font-family:  var(--parrafos);
      background: rgba(212, 212, 212, 0.71);
      font-size: 1em;
      transition: 1s;
      border-radius: 5px;
      border: 1px solid  var(--claro);
      color: rgb(0, 0, 0);
      box-shadow: 0 0 6px 0 rgba(32, 32, 36, 0.12);
    }
    .campo-form:hover {
      transition: 1s;
      background: white;
    }

    input:focus {
      background: rgba(212, 212, 212, 0.71);
    }
    label:focus {
      background: rgba(212, 212, 212, 0.71);
    }
    input:visited {
      background: rgba(212, 212, 212, 0.71);
    }
    label:visited {
      background: rgba(212, 212, 212, 0.71);
    }
    .obligatorio {
      color: #f00 !important
    }
    textarea {
      min-height: 70px!important
    }
    .btn-form {
      display: inline-block;
      border: 0;
      background: #000;
      height: 46px;
      line-height: 46px;
      padding: 0px 20px;
      border-radius: 6px;
      color: var(--claro);
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .btn-form:hover {
      background: #444;
    }
    .boton-formulario {
      width: 94%;
      border: none;
      font-size: 20px;
      background-color: var(--secundario) !important;
      padding: 30px 20px;
      font-family:  var(--parrafos);
      color: var(--claro);
      display: inline-block;
      transition: 1.5s;
      cursor: pointer;
      border-radius: 2px;
      text-align: center;
      margin: auto;
    }
 

    /* nuevo codigp para loa input ---------------*/

    /* Customize the label (the container) */
    .container {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 3px;
      margin-top: 0px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }


    .cantidad{
      display: inline-block !important;
      margin-left: 27px;
      margin-top: 8px;
      margin-right: 3px;
      font-size: 20px;
    }



    /* Hide the browser's default radio button */
    .container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }

    /* Create a custom radio button */
    .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: var(--secundario);
      border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .container:hover input ~ .checkmark {
      background-color: var(--secundario);
    }

    /* When the radio button is checked, add a blue background */
    .container input:checked ~ .checkmark {
      background-color: var(--secundario);
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .container input:checked ~ .checkmark:after {
      display: block;
    }

    /* Style the indicator (dot/circle) */
    .container .checkmark:after {
      top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--claro);
    }







    /* mesa de regalos +]*/


    .contenedor-testimonials {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      flex-direction: column;
    }

    .testimonial {
      width: 100%;
    }

    #contacto {
   
      color: var(--claro);
      text-align: center;
      padding: 50px 0;
      width: auto;

    }

    #contacto .contenedor {
      display: flex;
      justify-content: center;
      
    }
.dos-columnas{
  display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    gap: 2rem;
}


     .izquierda {


      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      cursor: pointer;
      width: 40%;
     
      padding: 2em 0;
background-color: #fafafa;
      box-shadow: 0 0 6px 0 rgba(32, 32, 36, 0.12);}
     

   


    ul#tercero {
      border-bottom: 0px;
    }

    #contacto ul li {
      list-style: none;
      font-size: 90%;
      text-align: center;
      text-transform: inherit;
    }

    #contacto h2 {
      font-family:  var(--parrafos);
      font-size: 32px;
      font-weight: 100;

    }


    #contacto ul  {
      margin-top: 10px;
      margin-bottom: 20px;

    }

    #contacto ul li:nth-child(1) {

      color: var(--secundario);
      font-weight: bold;
      font-size: 25px;
      margin-top: 5px;
      text-align: center;


    }

    #contacto ul li:nth-child(2) {
      color: var(--claro);
      font-weight: bold;

      margin-top: 7px;
      text-align: center;

    }

    #contacto a {
      color: var(--claro);
      padding: 20px;
      background: var(--primario);
      letter-spacing: 2px;
      display: inline-block;
      margin-top: 12px;
      margin-bottom: 10px;
      text-decoration: none;
      margin: center !important;
      font-size: 10px;
   }

    #contacto h3 {
      font-size: 60px !important;
      font-weight: 100;
      line-height: 50px;
      width: 100%;
      margin: 0px;
      color: var(--secundario);
      margin-top: 0px !important;
      padding-bottom: 0px !important;
      padding-top: 0px !important;


    }

    #contacto .derecha p {
      opacity: 0.8;
      width: 70%;
      margin: auto;
    }

    #contacto .derecha a {
      padding: 9px 12px;
    }

    #contacto h3 {
      font-size: 40px !important;


    }

    #contacto form {
      margin-top: 25px;
    }

    .intro{
      font-size: 14px;
      color: var(--claro);
    }

  #contacto .ligas{

    padding: 3px;
    background: none;
    color: #997312;
    text-align: center;
    font-size: 20px;
  }

    .derecha input[type="text"] {
      width: 72%;
      border: 0;
      background: #111111;
      padding: 15px;
      font-size: 16px;
      margin-bottom: 10px;
    }

    ::placeholder {
      color: #cdcdcd;
    }

    ::-ms-input-placeholder {
      color: #cdcdcd;
    }

    input[type="submit"] {
      display: block;
      width: 79%;
      margin: auto;
      margin-top: 10px;
      border: 0;
      background: var(--secundario) !important;
      color: var(--claro);
      padding: 11px 0px;
      font-size: 16px;
    }



    #contacto .derecha {
      padding: 99px 0px;
      width: 40%;
    }
.izquierda b{
  color: var(--primario);

}

.izquierda a{
  color: var(--primario);

}

    .derecha ol {
      width: 90%;
      margin-left: 30px;
      margin: auto;
      text-align:left;
      font-size: 10px;
      margin-top: 5px;
    }

    .derecha h4{
      color: var(--terciario);
      margin-bottom: 10px;
      margin-top: 13px;

    }
    .derecha li{

      margin-left: 30px;
      line-height: 17px;

      font-size: 13px;
    }


  .contenedorobservaciones{
    width: 100%;
    margin: auto;
    padding-top: 20px;
    margin-top: 0px;
    background-color: var(--primario);



  }


  .observaciones
      {
  	margin: auto;
  	text-align: center;
  	font-family:  var(--parrafos);
  	font-size: 19px;
  	color: var(--claro);
    width: 60%;
  	padding: 10px;
    }

    .hastag{
text-transform: lowercase !important;
color:var(--claro);
padding-bottom: 10px;
    }



      .contenedorobservaciones h3
          {
      	margin: auto;
      	text-align: center;
      	font-family:   var(--parrafos);
      	font-size: 40px;
      	color: var(--claro);
        width: 80%;
      	padding: 20px;
        padding-top: 17px !important;

        }


    /* ____________ aqui whatsç __________ */

    .whats {
      background: none !important;
      position: fixed;
      top: 85%;
      left: 15px;
      z-index: 999;

    }


    .whats2 {
   
        width: 50px;
        height: 50px;
        background: none !important;
        position: fixed;
        top: 85%;
        right: 15px;
        z-index: 999;
  
      }

    

    /* ____________ Datso de contacto __________ */

    .logotipo2{
      display: none;
    }

    .proyectos-xv h3{
      padding-bottom: 10px;
      color: var(--claro) !important;
    }


    .compatir{
      margin: auto;


    }
    .datosdecontact {
      background-image:  url(../image/textura2.jpg);
      background-repeat: repeat;
      padding-top: 30px;
      padding-bottom: 30px;
      align-items: center;
    }
    .redessociales{
      height: 200px;
      width: 230px;
      margin:auto;
      align-items: center;
    }


    .redessociales h3{
      font-size: 15px;
      color: var(--terciario);
      margin-top:10px !important;
      font-family:  var(--parrafos);
    }

    .datosdecontact figure{
      display: inline-block;
      justify-content: space-around !important;
      margin: auto;
    }
    .datosdecontact a{
      border-radius: 50% !important;
      margin-top: 10px !important;
    }

    .logo img{
      width: 15% !important;
      height: 15% !important;
      margin: auto;
    }



    .datosdecontact img{
      height: 20px;
      display: block;
    }

    .legales {
      display: flex;
      justify-content: space-between !important;
    }

    .legales p{
      font-size: 9px;
    color: #ffffff50;

    }

    .derechos{
      width: 30%;
      margin-right: 10px;
      margin-top: 30px;
      text-align: center;
    }


    /* ____________ confirmación diseño  __________ */


    .muchas-gracias{
      background-color: #ffffff50;
      width: 600px;
      height: 400px;
      position: relative;
      left: 20%;
      top:250px;

    }

    .gracias{
      width: 350px;
      margin: auto;
      margin-top: 20px;
      padding-top: 30px;
    }



    .gracias p{
      font-size: 19px;
      margin-top: 70px;
    }


    .gracias h3{
      font-size: 54px;
      margin-top: 50px;
      padding-top: 20px !important;
      text-align: center;
    }
    .gracias h4{
      font-size: 25px;
      margin-top: 30px;
      line-height: 35px;
    }

    .span{

    }
    .confirmacion{
      background-image: url(../image/acuarela2.jpg);
      background-repeat: no-repeat;
      background-position: 80%;
    }


    .decorado-detalle{
      position: relative;
      width: 100%;
      margin: auto;
      z-index: 0;

    }
    .decorado-detalle-2{
    bottom: 700px;
      position: relative;
      width: 100%;
      margin: auto;
      z-index: 0;

    }



    .nonefile{
      display: none;
    }

.espacio{
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}




    .decorado{

      width: 100%;
      margin: auto;
      position: absolute;
      z-index: 2;
      left: -0px;
      top: 0px;
      opacity: 100%;
    }


.audio{
margin: auto;

}


.backtotop {
    position: fixed;
    left: 30px;
    bottom: 80px;
    cursor: pointer;
    z-index: 1000;
    width: 30px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    background: rgba(198, 195, 175, 0.72);
    border-radius: 50%;
    opacity: 60%;

}

.backtotop:hover{
opacity: 90%;
animation: 2s;

}


.flecha{
  width: 70%;
  margin: auto;
  margin-top: 2px;
}


    @media (max-width: 500px)

    {

      .dos-columnas{
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

      }

      .izquierda{
        width: 89%;

      }

      header .contenedor-inicio{
        height: 52vh;
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-end;
    }

 
      

      .contenedor {
          width: 96%;
        }


      .muchas-gracias{
        position: relative;
        margin: auto;
        left: auto;
        top: 90px;
        height: auto;

      }

      .menu .contenedor {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }



      header  .nombreimg {
        display:none;
    ;


      }







      p{
        font-size: 20px;
      }

      header {
background-image: url(../image/acuarela1.jpg)!important;
        background-position: 46% !important;



      }



      header  .nombreimg {
        top: 30px;


      }



      .nombreimg {
        top:64px !important;
        left:-2px !important;;
        z-index: 980;
      }
      nav {
        position: absolute;
        top: 61px;
        left: 0px;
        background: rgba(255, 255, 255, 0.90);
        padding: 40px 0px;
        width: 100%;
        display: none;
        margin: 0px;
        z-index: 500;
      }
      ul {
        display: flex;
        flex-direction: column;
      }
      .menu-icon {
        display: block;
        width: 28px
      }
      nav ul li a {
        color: var(--complematario) ;
        text-decoration: none;
        font-size: 20px;
        letter-spacing: 2px;
        padding: 0px 40px 10px 40px;
        margin-top: 30px;
      }


      nav ul li{
        margin-top: 10px;
      }






      #hours, #days{
        font-size: 30px;
        padding-left: 22px;
        padding-right: 15px;
        color: var(--primario)  !important;
      }

      #seconds, #minutes{
        font-size: 30px;
        padding-left: 15px;
        color: var(--primario)  !important;
      }

.monograma{
  display: flex;
width: 70%;
height: 100%;
margin: auto;
margin-top: 0px;


}




/* papas de la novia */


        .padres{
          display: block;
          width: 100%;
          margin: auto;
          padding: 0px;

        }

        .linea-horizontal{
          visibility: visible;
          border: 1px solid var(    --terciario);
          width: 10%;
          margin: auto;
        margin-bottom: 10px;
        }

        .novios {
            width: 100%;
            height: auto;
            padding: 0px;
            margin: 0 auto;
            /* background-color: rgb(199, 23, 213); */
        }



.diaespecial{
width: 90% !important;
height: 100px;
padding: 0px;

          }

.fecha{
  margin: auto;
  width: 100%;
  height: 100%;


  }




        /* diseño de imagen que recorre */
        .decoracionfoto {
          display: none;
        }

        .decoracionfoto2 {
          display: none;
        }

        .decoracionfoto3 {
          display: none;
        }

        .decoracionfotocel {
          background-image: url(../image/fondo-cel.jpg) !important;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          height: 390px!important;
          margin-top: 0px !important;
          padding-top: 10px;

        }


        .decoracionfotocel2 {
          background-image: url(../image/fondo-cel2.jpg) !important;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          height: 500px;
          margin-top: 0px !important;
          padding-top: 10px;

        }

        .decoracionfotocel3 {
          background-image: url(../image/fondo-cel5.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          height: 500px;
          margin-top: 0px !important;
          padding-top: 10px;

        }






        /* TIMELINE+*/

        .timelinecontenedor {
          width: 90%;
          margin: auto;
          padding: 0px;
        }
        .timeline{
          width: 100%;
          margin: auto;
          padding: 0px;



        }




        .iconoscontenedor{
          width: 70%;

        }
        .iconoscontenedor hr{
          display: none;



        }
        .circulo p{
          display:  none;
        }


        .icono{
          width: 160px;
          margin: auto;
          padding: 7px;
        }
        .icono p{
          font-size: 15px;
          align-content: space-around;
          text-align: center;
          baseline: top;

        }

        .icono figure{
          width: 100px;
          display: block;
          margin: auto;


        }

        .icono figure img{
          width: 100%;
          margin: auto;
        }


        .logo img {
          width: 32% !important;
        }




        #recepcion{

          padding-top: 20px !important ;
        }



        #contacto .contenedor {
          display: flex;
          justify-content: center;
          flex-direction: column;
        }

        #contacto .izquierda, #contacto .derecha {
          width: 313px;
          margin: auto;
        }



        .postal{
          width: 300px;
          margin: auto;
        }






        #contacto{
          background-repeat: no-repeat;
          background-position: 63%;
          background-size: cover;
        }

        .decorado{
    left: -3px;

        }

        .borrar{
          display: none;
        }




      }

      @media (max-width: 800px)


      {

        .decorado{
          top: 0px;
          left: -3px;}


.fechabodadetalles{

  width:30%;
}



        .menu .contenedor {
          display: flex;
          justify-content: space-between;
          align-items: center;
        }


        .monogramaimg{

    width: 114%;
    height: 57%;

        }




        h3{
          font-size: 41px !important;
           margin-top: 0px !important;
          line-height: 45px;
           padding-top: 59px !important;
          margin: 29px auto;

        }

        H4{
          font-size: 40PX;
          padding-top: 8px !important;
        }

        .acento{
          position: relative;
          font-size: inherit;
        }




        p{
          font-size: 20px;
        }

        header {

          background-image: url(../image/acuarela2.jpg);
          width: 100%;
          height: 64vh;


        }

        b{
          font-size: 21px;

        }
        .novios-2{
          width: 90%;
          margin: auto;
        
        }
ß


        header  .nombreimg {
          top: 30px;


        }

        .contenedor-nos{
          width: 100%;
        }

        .contenedor-inicio p{
        font-size: 30px;
           
          }


        .nombre-novios {
          font-size: 16px;
          width: 100%;
          height: 64px;
          margin: 0px;
        margin-top: 5px;
          padding: 8px 16px;
        }
        .nombreimg {
          top:64px !important;
          left:-2px !important;;
          z-index: 980;
        }
        nav {
          position: absolute;
          top: 61px;
          left: 0px;
          background: rgba(255, 255, 255, 0.90);
          padding: 40px 0px;
          width: 100%;
          display: none;
          margin: 0px;
          z-index: 500;
        }
        ul {
          display: flex;
          flex-direction: column;
        }
        .menu-icon {
          display: block;
          width: 28px
        }
        nav ul li a {
          color: var(--complematario) ;
          text-decoration: none;
          font-size: 17px;
          letter-spacing: 2px;
          padding: 0px 40px 10px 40px;
          margin-top: 30px;
        }


        nav ul li{
          margin-top: 10px;
        }



        .diasmes{
          font-size: 8px;
          width: 100%;
          text-align: center;
          margin: auto;
          z-index: 500;
          padding: 5px 0px;
          margin-bottom: 30px;
          align-items: baseline;

          display: block;
        }




        #hours, #days{
          font-size: 20px;
          padding-left: 2px;
          padding-right: 1px;

        }

        #seconds, #minutes{
          font-size: 20px;
          padding-left: 10px;

        }


        .iglesia {
          margin: auto;
          padding: 8px 0px;
          width: 98%;
          text-align: center;
          font-size: 15px;
          line-height: 25px;
        }




        .frasenovioscontenedor{
          width: 100%;
            margin-top: 90px !important;
            padding-top: 4PX;
        }

        .frasenovios {
          margin-top: 100px !important;
          font-size: 20Px !important;
          line-height: 38px !important;
          top: -0px;
        }







          .frasenovios span{
            font-size: 15px !important;
            line-height: 15px !important;
          }



          .padres{
            display: block;
            width: 100%;
            margin: auto;
            padding: 0px;

          }
          .papasnovia, .papasnovio {
            width: 95%;
            margin: auto;
            text-align: center;

            line-height: 25px;
          }





          .papasdenovios {
            width: 100%;
            font-size: 18px;
            margin: auto;
            margin-bottom: 3px;
            color: var(--complematario) !important;
            margin-top:1px;

          }

          .padres p{
            padding: 10px 10px 10px;
            margin: auto;
            font-size: 15px;

          }

          .fechaboda{
            width: 80%;
            padding: 0px;
            margin: auto;
            display: block;

          }





          /* diseño de imagen que recorre */
          .decoracionfoto {
            display: none;
          }

          .decoracionfoto2 {
            display: none;
          }

          .decoracionfoto3 {
            display: none;
          }

          .decoracionfotocel {
            background-image: url(../image/fondo-cel.jpg)!important;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            height: 800px;
            margin-top: 0px !important;
            padding-top: 10px;

          }


          .decoracionfotocel2 {
            background-image: url(../image/fondo-cel2.jpg)!important;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            height: 500px;
            margin-top: 0px !important;
            padding-top: 10px;

          }

          .decoracionfotocel3 {
            background-image: url(../image/fondo-cel5.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            height: 500px;
            margin-top: 0px !important;
            padding-top: 10px;

          }






          /* TIMELINE+*/

          .timelinecontenedor {
            width: 90%;
            margin: auto;
            padding: 0px;
          }
          .timeline{
            width: 100%;
            margin: auto;
            padding: 0px;



          }

          .galeria h3{
            margin-top: 20px !important;
          }


          .iconoscontenedor{
            width: 80%;

          }
          .iconoscontenedor hr{
            display: none;



          }
          .circulo p{
            display:  none;
          }


          .icono{
            width: 186px;
            margin: auto;
            padding: 14px;
          }
          .icono p{
            font-size: 15px;
            align-content: space-around;
            text-align: center;
            baseline: top;

          }

          .conosinfo p{
            white-space: nowrap;
          }

          .icono figure{
            width: 100px;
            display: block;
            margin: auto;


          }

          .icono figure img{
            width: 100%;
            margin: auto;
          }


          .logo img {
            width: 32% !important;
          }



    .tiempo{
    padding: 0px;
    min-height: 200px;
    }

    #galeria{
      margin-top: 86px !important;
      margin-bottom: 30px !important;
      padding-top: 5px !important ;

    }
    .galeria{

      padding-top: 10px;
    }




          #contacto .contenedor {
            display: flex;
            justify-content: center;
            flex-direction: column;
          }



          .detalles {
            width: 100%;
            top:20px;

          }

#contacto ul{
  padding-top: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#contacto ul li:nth-child(1){
  font-size: 15px;
}

.observaciones{
  font-size: 15px;
  line-height: 25px !important;
}


          .postal{
            width: 300px;
            margin: auto;
          }





          .RSVP{
            background-position: 40%;
            background-repeat: no-repeat;
          height: auto;
          }

       

          #contacto{
            background-repeat: no-repeat;
            background-position: 42%;
            background-size: cover;
          }

          .nombrebodacontenedor{
            width: 105%;
            margin: auto;
          }


.nombreboda{
  width: 100%;
  margin: auto;
}




    .whats2 {
      top: 84%;
      right: 5px;
      z-index: 999;

    }

    .boton-formulario {
      width: 84%;


        }
