@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter.ttf') format('truetype');
    font-weight: 300 900;
    font-style: normal;
}
  
@font-face {
    font-family: 'CovesLight';
    src: url('/fonts/coves/CovesLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
  
@font-face {
    font-family: 'CovesBold';
    src: url('/fonts/coves/CovesBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
  
body {
    margin: 0;
    overflow-x: hidden;
}

/* BANNER SECTION */

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.sub-navbar {
    z-index: 3;
}

.sub-navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.sub-navbar ul li{
    font-family: 'Inter';
    font-size: 18px;
    color: #39A78E;
    list-style: none;
    padding: 80px 0;
    margin: 0;
}

.top-banner {
    background-image: url('../img/contact_us/contactanos_banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 180px;
    color: white;
    position: relative;
    z-index: 1;
}

/* CONTACT ROW*/

.contact-section > * {
    position: relative;
    z-index: 1 !important;
}

.contact-section {
    position: relative;
    padding: 80px;
    overflow: hidden;
    background-color: #F7F7F7;
    z-index: 1;
}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../img/contact_us/contactanos_background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
    z-index: 0;
}

.contact-info-box .row{
    color: white;
    margin-top: 80px;
    padding: 40px 0;
    border-radius: 30px;
    background-color: #004F73;
}

.outside-circle{
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    border: 2px solid #39A78E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inside-circle{
    width: 80px;
    height: 80px;
    background-color: #39A78E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
}

.inside-circle img{
    object-fit: contain;
    max-width: 35px;
}

.borders-1{
    border-right: 2px solid #39A78E;
}

.borders-2{
    border-right: 2px solid #39A78E;
}

/* MAP AND FORMS SECTION */

.map-forms-margin{
    margin-top: 80px;
    margin-bottom: 80px;
}

.title-forms{
    font-family: 'Inter';
    margin-bottom: 20px;
}

.form-design{
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-family: 'Inter';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    appearance: none;
    border-radius: 10px;
    border: 1px solid #004F73 ;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input:focus, textarea:focus{
  border: 1px solid #39A78E;
  outline: none;
}

.form-design-message{
    display: block;
    width: 100%;
    height: 180px;
    padding: .700rem .75rem;
    font-family: 'Inter';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    appearance: none;
    border-radius: 10px;
    border: 1px solid #004F73 ;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.button-design{
    color: white;
    width: 120px;
    height: 40px;
    border: none;
    border-radius: 10px;
    background-color: #39A78E;
}
