h1,
h4 {
    font-family: 'Old Standard TT', serif;
    color: #23314C;
    font-weight: 300;
}

h4 {
    text-align: justify;
    color: #CD8987;
}

#nav-logo {
    width: 10px;
    height: 15px;
    width: fit-content;
}

#logo {
    width: 10px;
    height: 15px;
}

nav {
    background-color: #F6F7FC;
}

#barra {
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-size: 25px;

}

#carrusel {
    background-color: #FFFFFF;
    margin-top: 0px;
}

#quees {
    position: relative;
    height: fit-content;
    width: 95%;
    background-color: #EFEDFF;
    border-radius: 25px;
}

#banner {
    position: relative;
    height: fit-content;
    width: 100%;
    border-radius: 30px;
}

#prod {
    height: 60px;
    font-size: 48px;
}

.desc {
    color: #23314C;
    font-family: 'Roboto', sans-serif;
}

.blob {
    position: absolute;
    width: 100%;
}

#blob {
    position: relative;
    align-self: center;
    max-width: 60vw;
    max-height: 50vw;
}

#somos {
    position: relative;
    width: 400px;
    height: 200px;
    color: #000000;
    text-align: center;
    padding-top: 80px;

}

nav-item:hover {
    background-color: #23314C;
}

#t p {
    font-family: 'Roboto', sans-serif;
    padding-left: 0;
    padding-right: 20px;
    text-align: left;
    font-size: 22px;
}

.text {
    font-family: 'Roboto', sans-serif;
    padding-left: 0;
    padding-right: 20px;
    text-align: left;
}

.nosotros {
    align-content: center;
    position: absolute;
    width: 40%;
}

.nosotros img {
    position: absolute;
    width: 80%;
    opacity: 0.9;
    left: 70%;
    top: 90px;
}

.nosotros h1 {
    text-align: center;
    position: relative;
    width: 100%;
    top: 130px;
    font-size: 5em;
    font-family: 'Old Standard TT', serif;
    left: 60%;
}

.bg-items {
    position: relative;
    padding: 20px;
    width: 200px;
    height: 200px;
    margin: 20px;
    background-color: #CD8987;
    float: left;
    cursor: pointer;
    box-shadow: 3px, 3px, 5px, 0px rgba(0, 0, 0, 0.5);
}

.items {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    background-color: #F6F7FC;
}

.details {
    background-color: rgba(246, 247, 252, 0.5);
    width: 200px;
    height: 200px;
    padding: 30px;
    top: 0;
    left: 0;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    opacity: 0;
}

.details p {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.items:hover .details {
    opacity: 1;
}

.items div {
    position: relative;
}

.frame {
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
    background-color: #102b46;
    transition: all .3s;
    transform: scale(0, 0);
}

.items:hover .frame {
    left: 0;
    top: 0;
    transform: scale(1, 1);
    transition: all .3s;
}

#descripcion {
    max-width: 100%;
}

#productos {
    background-color: #f5e7e7;
    margin: 8px;
    text-align: center;
    border-radius: 15px;
}

#productos h2 {
    font-family: 'Old Standard TT', serif;
    color: #23314C;
    font-weight: 300;
    font-size: 32px;
    text-align: center;
}

#productos p {

    position: relative;
    font-family: 'Roboto', sans-serif;
    padding-left: 0;
    padding-right: 20px;
    text-align: center;
    font-size: 20px;
    color: #102b46;
    
}

#whats {
    color: #a46e6c;
    background-color: #f5e7e7;
    font-family: 'Old Standard TT', serif;
    text-decoration: none;
    font-size: 28px;
}

#whats:hover {
    color: #102b46;
}

ul {
    list-style: url(../imagenes/lapiz.webp);
    text-align: left;
}

#imagen {
    max-width: fit-content;
    align-self: center;
}

#imagen img {
    border-radius: 15px;
    width: 90%;
}

#iconos {
    width: 150px;
}

#formulario {
    display: inline-block;
    background: #102b46;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    align-self: flex-start;
}

#formulario h1 {
    color: white;
    font-size: 40px;
}

.formline {
    background: transparent;
    border-bottom: 2px solid white;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin: 20px;
    font-size: 15px;
    color: white;
    resize: none;
    outline: none;
}

.button {
    color: white;
    padding: 7px 14px;
    border: 2px solid white;
    background: transparent;
    margin-top: 30px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.5s ease;
}

.button:hover {
    background: white;
    color: #061724;
}

#piedepagina {
    background-color: #6D81FE;
    position: absolute;
}

#piedepagina p {
    color: #000000;
}

#piedepagina a {
    color: #000000;
    text-decoration: none;
}

#piedepagina a:hover {
    color: #CD8987;
}

#contact {
    position: relative;
    height: fit-content;
    width: fit-content;
    background-color: #EFEDFF;
    border-radius: 25px;
    left: 20px;
}

#arriba {
    position: absolute;
    right: 0;
    bottom: 0px;
}

#seguridad {
    font-family: 'Roboto', sans-serif;
    padding: 20px;
    font-size: 20px;
}

#icon {
    width: fit-content;
}

#quees1 img {
    align-self: flex-end;
}