@font-face {
    font-family: 'Proxima_Nova_Soft';
    src: url('../../fonts/FontsFree-Net-Proxima-Nova-Soft-W03-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Big_Shoulders_Text';
    src: url('../../fonts/BigShouldersText-Regular.ttf') format('truetype');

}
@font-face {
    font-family: 'Nunito-Regular';
    src: url('../../fonts/Nunito-Regular.ttf') format('truetype');

}
@font-face {
    font-family: 'Nunito-SemiBold';
    src: url('../../fonts/Nunito-SemiBold.ttf') format('truetype');

}

body {
    font-family: 'Proxima_Nova_Soft';
    background-color: #BA0767;
    overflow-x: clip;
    box-sizing: border-box;
    overflow-y: scroll;
    margin: 0;
    height: 100vh;
    width: 100vw;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

body::-webkit-scrollbar {
    display: none;
    scroll-behavior: smooth;
}
section {
    position: relative;
    height: 100vh;
    width: 100vw;
    scroll-behavior: smooth;
    overflow-x: clip;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;

}

a {
    text-decoration: none;
    color: white;
}

#home {
    height: 80vh;
    color: white;
    background-color: #BA0767;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

#home h1 {
    font-family: 'Big_Shoulders_Text';
    font-size: calc(5vw + 4vh);
    font-weight: 400;
    letter-spacing: -1.5px;
    text-transform: uppercase;
}

.div_home {
    width: 80vw;
    padding-left: 8vw;
}

#eclipse {
    position: relative;
    width: 6vw;
    top: 0vh;

}

.div_image_home {
    display: flex;
    align-items: flex-end;
    position: absolute;
    justify-content: flex-end;
    bottom: 0vh;
    height: 50vh;
    flex-wrap: wrap;
    padding-left: 90vw;
    flex-direction: row;
}

.circle_home_capabilities {
    display: flex;
    width: calc(40vw + 40vh);
    height: calc(40vw + 40vh);
    border: 0.1px solid #F6F7F84D;
    border-radius: 50%;
    position: absolute;
    top: 36vh;
    left: 57vw;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.circle_2_capabilities {
    display: flex;
    width: calc(12vw + 12vh);
    height: calc(12vw + 12vh);
    border: 0.1px solid #F6F7F84D;
    border-radius: 50%;
    position: absolute;
    top: 16vh;
    left: 29vw;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#positions{
  
    color: #000;
    background-color: #F6F7F8;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative !important;
}
.positions_container{
    width: 90vw;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: row;
    justify-content: flex-start;
}
.position_title{
    width: 20vw;
}
.position_title h1{
    font-size: 4.5vw;
    font-weight: 400;
    letter-spacing: -2px;
}
.position_content{
    padding-left: 10vw;
    width: 55vw;
    overflow: hidden;
    font-family: 'Nunito-Regular';
}
.position_content p{
    font-size: 1.4vw;
    line-height: 4vh;
}
.position_content hr{
    margin-top: 5vh;
    background-color: black;
    height: 0.5px;
    width: 90vw;
    opacity: 25%;
}
.aply_button{
    display: flex;
    height: 6vh;
    background-color: #BA0767;
    width: 10vw;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 10vw;
}
.aply_button a{
    width: 50%;
    font-size: 0.9vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-transform: uppercase;
}
.aply_button img{
    width: 1.2vw;
}
.container_scroll_button{
    display: flex;
    flex-direction: row-reverse;
}
.scroll_buttons{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.scroll_buttons img{
    width: 4vw;
}
.container_scroll p{
    font-size: 1.2vw;
    line-height: 4vh;
}
.container_scroll h1{
    font-size: 3vw;
    font-weight: 400;
    letter-spacing: -1.2px;
    line-height: 3.5vh;
}

.container_scroll h3{
    font-size: 1.5vw;
}
.container_scroll{
    height: 65vh;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.scroll_texts{
    display: flex;
    justify-content: space-between;
}
.scroll_texts .hidden_content {
    display: none;
    opacity: 0;
}

.show_more {
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    transition: transform 0.5s;
}
.show_less{
    visibility: hidden;
}
.container_scroll::-webkit-scrollbar {
    display: none;
  }
.bottom {

  top: 30vh !important;
}
.position_title_mobile {
    display: none;
}
@media (max-width : 1024px){
    .div_home {
  width: 90vw;
        
    }
    #eclipse {
  
  width: 8vw;
    }
    .position_content p {
  font-size: 3vw;
  line-height: 4vw;
}
.position_title h1 {
  font-size: 5.5vw;
 
  letter-spacing: 0px;
}
.container_scroll h1 {
  font-size: 4vw;
}
.show_more img{
    width : 10vw;
}
.container_scroll p {
  font-size: 2.5vw;
  line-height: 4vw;
}
.container_scroll h3 {
  font-size: 3.5vw;
}
.aply_button {
  
  height: 3vh;
 
  width: 25vw;
}
.aply_button a {
 
  font-size: 1.9vw;
}
.aply_button img {
  width: 2.2vw;
}
}
@media (max-width:768px) {
    #home h1 {
        letter-spacing: -2.5px;
        line-height: 18vw;
        width: 75vw;
        font-size: calc(7vw + 5vh);
    }
    #home{
        margin-top: -40vw;
    }
    #eclipse {
        width: 15vw;
    }
    .circle_home_capabilities {
        top: 63vh;
        left: -6vw;
    }
    .circle_2_capabilities {
        top: 10vh;
        left: 53vw;
    }
    .positions_container {
        width: 95vw;
        display: flex
    ;
        align-items: flex-end;
        align-content: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
    .position_content p {
        font-size: 4.5vw;
        line-height: 6vw;
        font-family: 'Nunito-Regular';
    }
    .position_content {
        padding-left: 10vw;
        width: 95vw;
        overflow: hidden;
    }
    .position_title {
        display: none;
    }
    .position_title_mobile{
        display: flex;
    }
    .position_title_mobile h1 {
        font-family: 'Nunito-SemiBold';
        font-size: 10vw;
    }
    .container_scroll h1 {
        font-size: 9vw;
        font-family: 'Nunito-Regular';
    }
    .show_more img {
        width: 14vw;
    }
    .container_scroll h3 {
        font-size: 5.5vw;
    }
    .aply_button {
        height: 5vh;
        width: 34vw;
    }
    .aply_button a {
        font-size: 3.9vw;
    }
    .aply_button img {
        width: 4.2vw;
    }
    .contact_text {
      
        top: 20vw !important;
    }
    .contact_info {
        top: 29vh !important;
    }
    .social_media {
        top: 52vh !important;
    }
    .bottom {
        top: 47vh !important;
    }
    #logo_contact {
       
        top: 25vw !important;
    }
}
