html, body{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 100;
    overflow-x: hidden;
}
.btn-warning {
    background-color: #FD4E19;
}
.btn-warning:hover {
    background-color: #9e300e;
}
.btn-empty {
    border: 1px solid #000000;
    background-color: transparent !important;
    color: #000000;
}

.container {
    max-width: 1480px;
    margin: 0 auto;
}
.blank-top {
    margin-top: 145px;
}
.link-home {
    color: #FFFFFF;
    text-decoration: none;
}
.link-home:hover {
    text-decoration: none;
}

.header {
    height: 145px;
    font-size: 1rem;
    color: #602770;
    font-weight: 300;
}

.nav-link{
    margin-left: 20px;
}

.nav-link:hover{
    color: #000000;
}

.navbar > .container {
    background-color: white;
}

.navbar-toggler {
    border: 1px solid #000000 !important;
}
.navbar-toggler:hover {
    border: 1px solid #602770;
}

.hero {
    background: url('../img/1_slide.jpg') center center / cover no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 145px;
}
.hero-mobile{
    margin-top: 145px;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.purple-title, .purple2-title, .section-heading {
    color: #602770;
}
.purple2-title {
    font-weight: bolder;
}

.purple-box {
    background: url('../img/1_banner_manos.png') center center / contain no-repeat;
    color: white;
    height: 745px;
    padding: 3rem;
}

.blue-box {
    background: url('../img/1_banner.jpg') center center / contain no-repeat;
    color: white;
    height: 367px;
    padding: 3rem;
}

.text-section {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #000000;
}

.bg-lightgray {
    background-color: #EBEBEB;
}

.card{
    border: none;
    background-color: #f4f4f4;
    border-radius: 20px;
}
.card-body{
    padding: 40px;
    min-height: 300px;
}
.card-title {
    font-size: 1.2rem;
    font-weight: bolder;
    color: #602770;
}
.card-text{
    min-height: 100px;
    font-size: 0.9rem;
}

.card-img{
    border-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    height: 250px !important;
}

.product-img{
    border-radius: 20px;
    width: auto;
    height: auto;
}

.contacto {
    font-size: 0.9rem;
}
.contacto p {
    margin: 1.5rem 0;
}

footer {
    padding: 2rem 0;
}

.desktop {
  display: block;
}
.mobile {
  display: none;
}

@media (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}

/* Bootstrap redefinitions */
.py-4 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}
.py-5 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}