* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
}

header{
    text-align: center;
   
}
.logo-tersapiel {
    width: 150px;
}

h1 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: 'Montserrat', sans-serif;
}

#contenido {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenedor1 {
    width: 40%;
    height: 500px;
    background-color: rgba(248, 220, 230, 1);
    margin: 20px;
    border-radius: 10px;
}

.p1 {
    text-align: center;
    justify-content: center;
    padding: 10px;
    font-size: 20px;
}

.imagen1 {
    display: grid;
    display: grid;
    grid-template-columns: 122px 1fr;
    gap: 250px;
    margin-bottom: 24 px;
    align-items: center;
}

.producto1 {
    width: 200px;
    margin-left: 50px;
}

.imagen2 {
    display: grid;
    display: grid;
    grid-template-columns: 122px 1fr;
    gap: 250px;
    margin-bottom: 24 px;
    align-items: center;
}
.producto2 {
    width: 200px;
    margin-left: 50px;
    }

 .p3 {
    font-size: 36px;
 }

 .p4 {
    font-size: 36px;
 }  

.contenedor2 {
    width: 40%;
    height: 500px;
    background-color: rgba(254, 178, 223, 1);
    border-radius: 10px;
}

.p2 {
    margin: 10px;
    padding: 30px;
    font-size: 20px;
    text-align: center;
    justify-content: center;
}

.p5 {
    text-align: center;
    justify-content: center;
    font-size: 35px;
    font-weight: bold;
    margin-top: 50px;
}

#footer {
    text-align: center;
    margin: 20px;
}

.formulario {
    width: 100%;
    padding: 80px 70px 30px 70px;
    border-radius: 10px;
    position: relative;
}

.formulario label {
display: block;
margin-bottom: 5px;
font-size: 16px;
}

.formulario input {
    border: 2px solid #ced6e0;
    font-size: 16px;
    height: 50px;
    width: 100%;
    padding: 5px 12px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-transform: uppercase
}

button { 
    height: 50px;
    width: 100%;
    padding: 5px 12px;
    border-radius: 5px hidden;
}

.formulario input:hover { 
    border: 2px solid #93bded;
}

.formulario input:focus {
    outline: rgb(4, 4,4);
    box-shadow: 1px 7px 10px -5px rgba(90, 116, 148, 0.3);
}

.mini-contenedor {
    display: flex;
    justify-content: space-between;
}

#codigo {
    min-width: 100px;
    width: 15px;
}

#fecha {
    margin-right: 10px;
}

.formulario .boton-validar {
    border: none;
    padding: 10px;
    margin-top: 20px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    background: rgba(172, 31, 158, 1);
    box-shadow: 2px 2px 10 px 0px rgba(0,85, 212, 0.4);
    cursor: pointer;
}

.formulario .boton-validar:hover {
    background: rgba(227, 14, 206, 1);
}