@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500&display=swap');

body{
    font-family: 'Barlow', sans-serif;
}
h3{
    font-weight: bold;
}
p{
    font-weight: bold;
}
.discrible{
    font-weight: lighter;
}
.bg-yellow{
    background-color: #FFC933;
}
.bg-dark-yellow{
    background-color: #EBA518;
}
.info{
    padding: 60px 0;
}
.bg-center{
    position: relative;
    overflow: hidden;
}
.bg-center::before{
    content: "";
    display: block;
    position: absolute;
    width: 75%;
    height: 100%;
    background-image: url(/assets/img/map.png);
    background-size: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.card-body:hover{
    background-color: #f1dda36b;
    border-style: solid;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-width: 1px;
    border-right-color: white;
    
}
.card-body-left{
    padding: 10px;
    border-style: solid;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    border-width: 1px;
    border-left-color: transparent;
}
.card-body-left:hover{
    background-color: #f1dda36b;
    border-style: solid;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    border-width: 1px;
    border-left-color: white;
}
.social-icons{
    padding:0;
}
.social-icons a{
    color: #000;
    width: 35px;
    height: 35px;
    border: 1.5px solid #000;
    border-radius: 50rem;
    text-align: center;
    line-height: 33px;
}
.social-icons a:not(:last-child){
    margin-right: 10px;
}
