@font-face {
  font-family: 'Barlow-ExtraBold';
  src: url('./fonts/barlow/Barlow-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow-Bold';
  src: url('./fonts/barlow/Barlow-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow-Medium';
  src: url('./fonts/barlow/Barlow-Medium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('./fonts/open-sans/static/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #2864AC !important;
}

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

h3,h5{
    font-family: 'Barlow-Bold', sans-serif;
}

.header {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3em;
    font-family: sans-serif;
    padding-top: 60px;
}

.header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-custom{
    background-color: #2864AC;
    height: 60px;
    font: 600 0.875rem/0.875rem "Open Sans", sans-serif;
}

.navbar-brand{
    font-family: 'Barlow-Bold', sans-serif;
    font-style: italic;
    cursor: pointer;
}

.navbar-custom .navbar-brand img {
    height: 30px;
}

.brand-white{
    color: white;
}

.brand-blue{
    color: #5EC1EE;
}

.navbar-custom a{
    color: white;
}

.navbar-custom .nav-link:hover {
  color: #5EC1EE;
  cursor: pointer;
}

.navbar-custom .nav-link.active {
  color: #5EC1EE;
}

.sectionDiv{
    /* background-color: #193B67; */
    padding: 50px 100px;
    color: white;
    scroll-margin-top: 100px;
}

.card-custom {
    background-color: #2864AC !important;
    border: none !important;
    color: white;
}

.card-body{
    padding: 0px !important;
    max-width: 100%;
}

.card-div-image{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.card-div-image img {
    width: 80%;
    height: auto;
    object-fit: cover;
}


.button-div{
    display: flex;
    justify-content: center;
    gap: 50px;
}

.button-custom-page{
    font-family: 'OpenSans-SemiBold', sans-serif;
}

.container-card h1{
    font-family: 'Barlow-ExtraBold', sans-serif;
    color: white;
}

/* .card-body h3,h5{
    font-family: 'Barlow-Bold', sans-serif;
}

.card-body p{
    font-family: 'OpenSans-SemiBold', sans-serif;
} */

.card-news{
    color: black;
}

/* .card-news .carousel {
    width: 50%;
    margin: 0 auto;
} */

.card-div-image video {
    width: 100%;
    height: auto;
}

/* .button-div-custom{
    padding: 30px;
} */

.row-custom{
    padding: 20px;
}

.card-img-container {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-body-news{
    margin-top: 10px;
}

.date-font{
    font-family: 'Barlow-Medium', sans-serif;
}

.btn-outline-info {
  color: #5EC1EE !important;
  border-color: #5EC1EE !important;
}

.btn-outline-info:hover {
    background-color: #5EC1EE !important;
    color: white !important;
}

.footer-custom{
    background-color: #2864AC;
}

.footer-logo{
    width: 200px;
}

.container-footer-logo{
    background-color: white;
    padding: 20px;
}

.contianer-footer-contact{
    padding: 0px 100px 0px 100px !important;
}

.contianer-footer-contact p, h5{
    color: white;
}

.contianer-footer-contact p{
    font-size: 0.8rem;
}

.contianer-footer-contact img{
    width: 600px;
}

.container-footer-raise{
    border-top: 1px solid white;
}

.card-img{
    position: absolute;
    top: 5px;
}

.title-li{
    font-weight: bold;
    font-size: 1.1rem;
}

.custom-row-card-news{
    gap: 100px;
    padding: 20px !important;
}

/* .img-custom{
    width: 60% !important;
} */

.divider {
  border: 1px solid white;
  margin-left: 100px;
  margin-right: 100px;
}

.container-internal-page{
    padding: 20px;
}

#navbarNav{
    color: white;
}

#sectionSubTitle{
    padding: 50px 100px;
    background-color: white;
    margin-top: 10px;
}

#sectionSubTitle h3{
    font-family: 'Barlow-Medium', sans-serif;
    font-size: 1.5rem !important;
    text-align: center;
    color: black;
}