/* home styles */

.body_slide{
    background-image: url('../images/home/top_slide.png');
    background-repeat: no-repeat;
    background-position: top center;
    height: 607px;
}

.body_slide_description{
    position: absolute;
    margin-left: 250px;
    margin-top: 75px;
    width: 400px;
    margin-left: calc(50% - 400px);
}

.body_slide_description_logo{
    height: 110px;
    text-align: left;
}

.body_slide_description_big_text{
    font-family: proxima-nova-bold;
    font-size: 30px;
    color: #FFF;
    text-align: left;
    width: 250px;
    line-height: 36px;
    margin-bottom: 10px;
}

.body_slide_description_small_text{
    font-family: proxima-nova-regular;
    font-size: 14px;
    color: #FFF;
    text-align: justify;
}

.body_slide_register_button{
    margin-top: 30px;
    text-align: left;
}

.body_slide_register_button a, .body_slide_register_button a:hover{
    width: 160px;
    height: 70px;
    padding: 10px;
    border-radius: 8px;
    font-family: proxima-nova-bold;
    font-size: 20px;
    text-decoration: none;
}

.body_slide_register_button a{
    background-color: #FFF;
    color: #3c8c80;
}

.body_slide_register_button a:hover{
    background-color: #1e2726;
    color: #FFF;
}

.body_slide_logos{
    margin-top: 580px;
    width: 1280px;
    position: absolute;
    text-align: center;
    margin-left: calc(50% - 640px);
}

.sections_header{
    font-family: proxima-nova-bold;
    font-size: 36px;
    text-align: center;
    color: #494949;
}

.sections_content, .sections_content_margins{
    float: left;
}

.sections_content_margins{
    width: calc(50% - 325px);
}

.sections_content{
    width: 650px;
    font-family: proxima-nova-regular;
    font-size: 14px;
    text-align: center;
    color: #494949;
}

.sections_rectangle{
    text-align: center;
}

.addressed_to{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
}

.categories_row_1_margin, .categories_row_1, .categories_row_2_margin, .categories_row_2{
    float: left;
}

.categories_row_1{
    width: 820px;
    margin-top: 20px;
}

.categories_row_1_margin{
    width: calc(50% - 410px);
}

.categories_row_2{
    width: 1240px;
    margin-top: 20px;
}

.categories_row_2_margin{
    width: calc(50% - 620px);
}

.categories_box{
    float: left;
    width: 400px;
    height: 500px;
    box-shadow: 0 0 14px 2px darkgray;
}

.category_title{
    font-family: proxima-nova-bold;
    font-size: 24px;
    text-align: left;
    line-height: 25px;
    margin-left: 40px;
    width: 230px;
}

.category_description{
    font-family: proxima-nova-regular;
    font-size: 14px;
    text-align: justify;
    color: #494949;
    margin-left: 40px;
    margin-top: 10px;
    width: 320px;
}

.areas_row_margin, .areas_row{
    float: left;
}

.areas_row_margin{
    width: calc(50% - 410px);
}

.areas_row{
    width: 820px;
    height: 226px;
    margin-top: 20px;
}

.areas_big_box, .areas_box{
    float: left;
    height: 226px;
    border-radius: 12px;
    box-shadow: 0 0 14px 2px darkgray;
}

.areas_big_box{
    width: 540px;
    background-image: url('../images/home/areas/areas.png');
    background-repeat: no-repeat;
    background-position: top center;
}

.areas_box{
    width: 260px;
    background-color: #fafafa;
}

#area_1{
    background-image: url('../images/home/areas/area_1_bakground.png');
}

#area_2{
    background-image: url('../images/home/areas/area_2_bakground.png');
}

#area_3{
    background-image: url('../images/home/areas/area_3_bakground.png');
}

#area_4{
    background-image: url('../images/home/areas/area_4_bakground.png');
}

#area_5{
    background-image: url('../images/home/areas/area_5_bakground.png');
}

#area_6{
    background-image: url('../images/home/areas/area_6_bakground.png');
}

#area_7{
    background-image: url('../images/home/areas/area_7_bakground.png');
}

#area_1, #area_2, #area_3, #area_4, #area_5, #area_6, #area_7{
    background-repeat: no-repeat;
    background-position: top center;
    width: 260px;
    height: 226px;
    border-radius: 12px;
}

#area_1_details, #area_2_details, #area_3_details, #area_4_details, #area_5_details, #area_6_details, #area_7_details{
    width: 260px;
    height: 226px;
    cursor: pointer;
}

.area_number{
    font-family: proxima-nova-bold;
    font-size: 30px;
    text-align: right;
    color: #FFF;
    margin-top: 10px;
    margin-right: 20px;
    position: absolute;
    width: 240px;
}

.area_name{
    font-family: proxima-nova-bold;
    font-size: 22px;
    text-align: left;
    color: #FFF;
    margin-top: 135px;
    margin-left: 20px;
    position: absolute;
    width: 240px;
    line-height: 24px;
}

.area_details_icons, .area_details_name{
    float: left;
    margin-top: 10px;
}

.area_details_icons{
    margin-left: 10px;
    width: 60px;
    height: 60px;
}

.area_details_name{
    width: 190px;
    padding-left: 10px;
    text-align: left;
}

.area_details_name_title{
    font-family: poppins-medium;
    color: #1eb89c;
    font-weight: bold;
    font-size: 16px;
}

.area_details_name_description{
    font-family: poppins-medium;
    color: black;
    font-size: 12px;
}

.area_details_fields{
    width: 100%;
    padding-top: 10px;
    padding-left: 20px;
    text-align: left;
}

.area_details_fields_title{
    font-family: poppins-medium;
    color: #1eb89c;
    font-weight: bold;
    font-size: 14px;
}

.area_details_fields_names{
    float: left;
    width: 120px;
    font-family: poppins-medium;
    color: #494949;
    font-size: 12px;
}

.recognitions_row_margin, .recognitions_row{
    float: left;
}

.recognitions_row_margin{
    width: calc(50% - 410px);
}

.recognitions_row{
    width: 820px;
}

.recognitions_number, .recognitions_description{
    float: left;
    margin-top: 20px;
    height: 95px;
}

.recognitions_number{
    width: 110px;
}

.recognitions_description{
    width: 700px;
    padding-left: 20px;
    font-family: poppins-medium;
    font-size: 14px;
    text-align: left;
}

.recognitions_squares{
    float: left;
    width: 340px;
}

.recognitions_squares_icon, .recognitions_squares_description{
    float: left;
    margin-top: 20px;
    height: 50px;
}

.recognitions_squares_icon{
    width: 50px;
    text-align: right;
}

.recognitions_squares_description{
    width: 290px;
    padding-left: 20px;
    font-size: 13px;
}

.recognition_gray_square{
    background-color: #e4e4e4;
    width: 700px;
    height: 85px;
    padding: 20px;
    margin-top: 30px;
}

.carousel-container {
    margin-top: 20px;
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.3s ease;
}

.carousel-slide {
    flex: 0 0 100%;
}

img {
    max-width: 100%;
    height: auto;
}
