@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html {
  scroll-behavior: smooth;
}

body{
    font-family: "Manrope";
    font-style: normal;
}


.contenedor {
    margin: 0 auto;
    width: 92.5%;
    max-width: 1350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    font-family: var(--primary-font);
}
.contenedor--md {
    max-width: 1000px;
}
.form {
    border: 1px solid rgba(0,0,0,0.075);
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}





.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.error {
	color:red
}