
html {
/*  scroll-behavior: smooth;*/
}

a:active {
  color: #fff !important
}

a:visited {
  color: #fff !important
}

.orange {
    color: #dab161;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background-image: url(../images/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
  }

.luyseba {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -130px;
    z-index: 99
}

.glow {
    background-color: white;
    margin-top: 320px;
    padding: 35px 30px 35px 30px;
    -webkit-box-shadow: 0px 0px 48px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 48px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 48px 20px rgba(0,0,0,0.1);
    margin-bottom: 150px;
}

.stroke {
    border: 3px solid #dab161;
    background-image: url(../images/map.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.stroke-gracias {
    border: 3px solid #dab161;
    padding-top: 50px
}

.noscasamos {
    margin: 60px auto 0 auto;
}

.ayudanos {
    margin: 230px auto 20px auto;
}

.row-regalos {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px
}

.regalo {
    padding: 10px 40px 0px 40px;
    min-height: 435px;
    margin-bottom: 25px;
}

.img-regalo {
    margin:10px auto 10px auto;
}

h1 {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600
}

h2 {
    font-size: 16px; 
    color: #87b57e;
    letter-spacing: 1px;
    margin: 15px 0 10px 0;
    font-weight: 600
}

h3 {
    font-style: italic;
    font-size: 13px;
    text-transform: none;
    letter-spacing: .3px;
    margin: 5px 0;
    color: #969696;
    font-weight: 300
}

p {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3.5px;
    margin: 25px 0 25px 0;
    font-weight: 600
}

h4 {
    font-size: 20px;
    letter-spacing: 9px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 70px
}

h5 {
    font-size: 20px;
    letter-spacing: 9px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 30px
}

h6 {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 35px;
        line-height: 24px;
}

.boton {
    display: block;
    background-color: #dab161;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding: 17px 30px 15px 30px;
    letter-spacing: 2px;
    margin-top: 15px;
    position: absolute;
    bottom: 0px;
    width: 180px;
    left: 50%;
    margin-left: -90px;
}

.boton:hover {
    background-color: #0b7025;
    color: white
}

.formulario {
    display: block;
    margin: 30px 25% 50px 25%;
    text-align: center;
}


input, select, textarea {
    display: block;
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 10px 0px 8px 15px;
    color: black;
    border: 1px solid black
}

textarea {
    height: 230px
}



.cta-form {
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 8px 0;
    background-color: #dab161;
    letter-spacing: 1.5px;
    color: white;
    border: 1px solid #dab161;
    margin-bottom: 100px
}

/*MOBILE*/


@media only screen and (max-width: 768px) {

    body {
        background-size: contain;
    }

    .glow {
        margin-top: 150px;
        padding: 35px 10px 35px 10px;
        margin-bottom: 20px;
        border: 3px solid #dab161;
    }
   
    .luyseba {
        top: 40px;
        margin-left: -100px;
        max-width: 200px;
    }

    .stroke, .stroke-gracias {
        border: none;
        background-image: none;
    }

    .noscasamos {
        margin: 70px auto 0 auto;
    }

    .regalo {
        min-height: auto
    }

    .boton {
        position: relative;
    }

    .ayudanos {
        margin: 25px auto 20px auto;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 20px;
    }

	p {
	    font-size: 12px;
	    line-height: 18px;
	    letter-spacing: 2px;
	    margin: 25px 20px 25px 20px;
	}

    h3 {
        font-size: 15px;
    }

    h4 {
        font-size: 25px;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .formulario {
        margin: 30px 0% 50px 0%;
    }
}
