@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;700&display=swap');

/* colors */
.dival-color-primary{
    color:#0C7383;
}
.dival-color-secondary{
    color:#00A77A;
}
.dival-color-tertiary{
    color:#00B5A8;
}

.dival-bgcolor-primary{
    background-color:#0C7383;
}
.dival-bgcolor-secondary{
    background-color:#00A77A;
}
.dival-bgcolor-tertiary{
    background-color:#00B5A8;
}

html {
    scroll-behavior: smooth;
  }

header {
    background-image: url('../img/bg-header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 800px;
}
#navbar{
    background: transparent;
}
li.nav-item.active{
    font-weight: bold;
}
li.nav-item{
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    margin: 0 15px;
}
.sticky {
    position: fixed!important;
    background-color:#0C7383!important;
    z-index: 9;
    top: -40px;
    left: 0;
    width: 100%;
  }
h1,h2,h3,h4,h5,h6,h7,h{
    font-family: 'Lexend', sans-serif;
    font-weight: bold;
}
p {
    font-family: 'Heebo', sans-serif;
}
.title{
    font-size: 48px;
}
.intro{
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
}
/* font-family: 'Heebo', sans-serif;
font-family: 'Lexend', sans-serif; */

#quienes-somos{
    background-image: url('../img/bg-section-1.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 35%;
}
#quienes-somos p{
    line-height: 2rem;
}
#nuestro-compromiso{
    background-image: url('../img/bg-section-2.jpg');
    background-size: cover;
}
#nuestro-compromiso p{
    font-size: 14px;
    line-height: 20px;
}
#nuestro-compromiso h6{
    height: 50px;
}
#nuestro-servicio .dival-box-color{
     max-width: 320px;
}
#instalaciones{
    background-image: url('../img/bg-section-4.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 35%;
}
#contactanos{
    background-image: url('../img/bg-header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
#contactanos a{
    text-decoration: underline;
    color: white;
}
#contactanos a:hover{
    color:#00B5A8 ;
}
.dival-box-color{
    border-radius: 8px;
}
