.container{
    padding: 40px 12%;
}
/* menu */
.menu{
    padding: 0 12%;
}

.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-menu .link-logo .img-logo{
    width: 150px;
}

.content-menu .link-content-menu{
    padding: 10px;
    font-size: 18px;
    letter-spacing: 1px;
}

.content-menu .link-content-menu:hover{
    border-bottom: 1px solid #333;
}
/* home */
.home{
    background: url(../img/bg/pexels-photo-273209.jpeg);
    background-attachment: fixed;
    object-fit: cover;
    vertical-align: middle;
    background-size: cover;
}

.home .content-home{
    margin: 180px 240px 0;
}

.content-home .title-home{
    font-size: 3.75rem;
    font-weight: 700;
    color: #fff;
}

.content-home .text-home{
    margin: 62px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.content-home .btn-home{
    padding: 16px 51px;
    background: #fff;
    border-radius: 50px;
    background-image: none;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #111111;
}
/* about */
.s-about{
    height: 620px;
}

.about{
    display: flex;
    justify-content: center;
}

.about .box-about{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 100%;
    max-width: 100%;
    align-items: center;
}

.content-about .title-about{
    font-weight: 700;
    font-size: 3rem;
    margin: 0 auto 0 0;
}

.content-about .m-title-about{
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: left;
    font-weight: 700;
    margin: 35px 60px 0 0;
}

.content-about .text-about{
    font-size: 1rem;
    text-align: justify;
    margin: 30px 0;
}

.content-about .btn-about{
    padding: 16px 51px;
    background: #333;
    border-radius: 50px;
    background-image: none;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
}

.box-img-about{
    flex: 1;
    max-width: 100%;
    transition-duration: inherit;
    display: flex;
    flex-direction: column;
    margin-left: 100px;
}

.box-img-about .img-about{
    width: 255px;
    height: 270px;
    margin: 0 0 0 200px;
}

.img-about-1{
    margin: 23px auto 0 0 !important; 
}

.block-about{
    min-height: 252px;
    width: 259px;
    margin: -429px auto 0;
    background-color: #e0e5eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-about .title-block-about{
    font-size: 6rem;
    font-weight: 700;
}

.about-1{
    display: flex;
    justify-content: center;
}

.box-about-1 .content-about-1 h3{
    font-size: 3rem;
    font-weight: 700;
    margin: 61px 365px 0 0;
}

.info-about-1 p{
    line-height: 2;
    font-size: 1.1rem;
    --animation-custom_in-translate_x: 300px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
    margin: 24px 0 -51px 430px;
}

.info-about-1 p span{
    color: #ccd3db !important;
}

.box-about-2{
    display: flex;
    justify-content: space-evenly;
}

.content-about-2{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-about-2 h3{
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
}

.content-about-2 img{
    height: 425px;
    width: 425px;
    margin: 30px auto 0;
}

.info-about-2 img{
    height: 291px;
    width: 291px;
    margin: 10px 9px 0 0;
}

.info-about-2 p{
    margin: 30px 0 40px;
}

.info-about-2 a{
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    background-image: none;
    border-radius: 50px;
    font-weight: 700;
    margin: 20px auto 0 0;
    padding: 17px 54px 18px 53px;
    background-color: #e0e5eb;
}

.box-about-3{
    display: flex;
    justify-content: space-evenly;
}

.content-about-3 h3{
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
}

.content-about-3 h5{
    font-weight: 700;
    font-size: 1.125rem;
    font-style: italic;
    margin: 20px 0 0;
    color: #ccd3db;
}

.content-about-3 p{
    font-size: 1rem;
    margin: 20px 0 0;
    color: #9999;
}

.info-about-3{
    display: flex;
    flex-wrap: wrap;
}

.card-about-3{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.card-about-3 h3{
    font-weight: 700;
    font-size: 4.5rem;
    margin: 0;
    color: #b9c1cc;
}

.card-about-3 p{
    font-size: 1.1rem;
    margin: 20px 0 0;
    color: #9999;
}

.card-1{
    margin-right: 20px;
}

    .box-about-4{
    display: flex;
    flex-direction: column;
    }
    
    .box-about-4 h3{
    font-size: 3rem;
    font-weight: 700;
    margin: 60px 570px 0 180px;
    }
    
    .box-card-about-4{
    display: flex;
    width: 928px;
    margin: 30px 0 60px 460px;
    }
    
    .card{
    margin-right: 40px;
    }
    
    .card img{
    height: 296px;
    margin-top: 0;
    width: 400px;
    margin-bottom: 0;
    }
    
    .card h4{
    font-size: 1.5rem;
    font-weight: 700;
    margin: 30px auto 0 0;
    }

    .card p{
        margin: 30px auto 0 0;
    }

    .arrow{
    object-fit: contain;
    width: 48px !important;
    height: 48px !important;
    }

    /* desc */
    .desc{
        padding: 40px 18%;
    }

    .link-box-desc{
        display: flex;
    }

    .link-desc{
    font-size: 1.5rem;
    background-image: none;
    font-weight: 700;
    padding: 10px 25px;
    background-color: #e0e5eb;
    flex: 1;
    text-align: center;
    cursor: pointer;
    }

    .link-desc:hover{
        background-color: #b9c1cc;
    }

    .desc-2{
        display: none;
    }

    .desc-3{
        display: none;
    }

    .card-desc-1{
        display: flex;
        justify-content: space-around
        }
        
        .logo-card-desc-1 img{
        width: 420px;
        height: 367px;
        margin: 30px auto 0 0;
        }
        
        .content-card-desc-1{
        margin-top: 30px;
        }
        
        .content-card-desc-1 h3{
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 1.2;
        }
        
        .content-card-desc-1 p{
        color: #9999;
        margin: 23px 0 0 0;
        }

        .content-card-desc-1 ul{
        line-height: 1.8;
        margin: 27px 0 0 20px;
        }

        .tabs__content_active {
        display: block;
        }

        .non-active{
            display: none;
        }

        .btn-active{
            background-color: #ffff;
        }

        .desc-2 h4{
        padding: 20px;
        line-height: 1.8;
        }

        .desc-2 p{
        padding: 20px;
        line-height: 1.8;
        }

        .desc-3 h3{
            font-weight: 400;
            font-size: 1.5rem;
            line-height: 1.2;
            padding: 20px;
        }

        .desc-3 p{
            padding: 20px;
            line-height: 1.8;
        }

        .desc-3 a{
            padding: 10px 30px;
            background-color: #111111;
            color: #fff;
            margin-left: 20px;
        }
        /* photo */
        .photo{
            padding: 40px 18%;
        }

        .box-photo{
            display: flex;
            flex-wrap: wrap;
        }

        .box-photo a{
            width: 25%;
            height: 250px;
        }

        .box-photo a img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            padding: 10px;
        }
        /* footer */
        .box-footer{
            display: flex;
            justify-content: space-around;
            }
            
            .card-footer-1{
            display: flex;
            flex-direction: column;
            }
            
            .card-footer-1 h3{
            font-size: 2.25rem;
            line-height: 1.1;
            font-weight: 700;
            padding: 10px;
            }
            
            .card-footer-1 p{
            font-size: 1.25rem;
            padding: 10px;
            }
            
            .card-footer-1 a{
            font-size: 1.25rem;
            font-weight: 700;
            padding: 10px;
            }
            
            .card-footer-2 h3{
            font-size: 2.25rem;
            line-height: 1.1;
            font-weight: 700;
            padding: 10px;
            }
            
            .card-footer-2 p{
            font-size: 1.25rem;
            padding: 10px;
            }
            
            .entry-form input{
            padding: 10px 12px;
            margin-top: 10px;
            }
            
            .entry-form label a{
            padding: 10px 30px;
            background: #e0e5eb;
            margin-top: 10px;
            }