/*css del contenido*/
#Boton {
    border-radius: 10px;
    background-color: #ffb6d4;
    color: rgb(0, 0, 0);
    height: 30px;
    width: 160px;
}

#blanco {
    font-size: x-large;
    text-align: center;
    color: aliceblue;
}

h6 {
    font-size: large;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

/*Termina css contenido*/

body {
    font-family: 'Montserrat';
}

.bg-w {
    background-color: white;
}

.subscribe {
    position: absolute;
    top: 35%;
    left: 25%;
}

.input-encima {
    position: absolute;
    top: 35%;
    left: 60%;
}

.centrado {
    position: absolute;
    top: 55%;
    left: 60%;
}

.imagen {
    height: 350px;
    width: 100%;
    object-fit: cover;
    filter: blur(2px);
    filter: brightness(0.6);
}

.nw-inpt {
    border-radius: 5px;
    border: none;
}

.nw-inpt:focus {
    outline: none;
}

.boton-nw {
    border-radius: 40px;
    padding: 6px 10px;
}

h1 {
    text-align: center;
    margin-top: 100px;
}

.Imagenes {
    padding-top: 3%;
    padding-left: 5%;
    padding-bottom: 15%;
}

h5 {
    font-weight: 400;
    text-align: center;
    font-size: 17px;
}

h2 {
    text-align: center;
    font-size: 20px;
}

/* SAKURA NEWSLETTER */
.sakura {
    width: 100%;
    height: 250px;
    background-image: url("../img/sakura.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    filter: saturate(1.2);
    align-items: center;
    justify-content: center;
}

.hprom {
    margin-right: 10px;
    width: 50%;
    color: #fff;
}

.inpprom {
    margin-left: 10px;
}

.inpprom input {
    border: none;
}

.inpprom input:focus {
    border: none;
    outline: none;
}

.inpprom button {
    border-radius: 20px;
    margin-top: 20px;
    background-color: #FFDCDC;
    border: none;
    color: #fff;
    height: 30px;
    width: 60%;
}

/* SAKURA NEWSLETTER */
/* FOOTERS */

.bg {
    background-color: #F8E8E6;
}

hr {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.containerp {
	width: 100%;
	overflow: hidden;
}


.text-left {
    float: left;
    margin-left: 5%;
}

.text-right {
    float: right;
    margin-right: 5%;
}

/* FOOTERS */