@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.buttons {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    margin: 40px 0 0 0;
    text-decoration: none;
    border: 1px solid #000000;
    padding: 10px 20px;
    border-radius: 10px;
    color: #000000;
    font-weight: bold;
    transition: 0.5s linear;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.buttons:hover{
    text-decoration: none;
    background-color: #000000;
    color: #ffffff;
}
.paragraph {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin: 15px 0 0 0;
    line-height: 25px;
}
.title-main {
    font-family: 'Space Mono', monospace;
    font-size: 40px;
    letter-spacing: 1px;
}

.title-second {
    font-family: 'Space Mono', monospace;
    font-size: 25px;
    letter-spacing: 1px;
}
.container-title {
    width: 100%;
    height: 35vh;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 100px;
}

/*************** Main ***************/
.section-main {
    width: 100%;
    height: 100vh;
    display: flex;
}
.left-section-main {
    width: 50%;
    height: 100vh;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 60px;
}
.right-section-main {
    width: 50%;
    height: 100vh;
    background-image: url(../img/img-main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*************** Spotlight ***************/
.container-spotlight {
    width: 100%;
    height: auto;
}
.box-spotlight {
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: row;
}
.row-reverse {
    flex-direction: row-reverse;
}
.img-spotlight {
    width: 40%;
    height: 100%;
}
.img-spotlight img{
    width: 100%;
    height: 100%;
}
.text-spotlight {
    width: 60%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 50px;
}

/*************** Slides ***************/
.container-slidess{
    width: 100%;
    height: 50vh;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.autoplay{
    width: 90%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.autoplay img{
    width: 100%;
    height: 100%;
}
.slick-prev:before, 
.slick-next:before {
    color: #000000;
}

/*************** Items ***************/
.container-items {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0;
}
.box-item {
    width: 28%;
    height: 40vh;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 25px;
    text-align: center;
    color: #999999;
}
.box-item i {
    font-size: 30px;
    color: #999999;
}
.box-item h3 {
    font-size: 18px;
    margin: 20px 0 0 0;
    font-weight: bold;
}
.box-item p {
    font-size: 12px;
    margin: 15px;
}
.border-one {
    border-bottom: 0.5px solid #999999;
    border-right: 0.5px solid #999999;
}
.border-two {
    border-bottom: 0.5px solid #999999;
}
.border-three {
    border-right: 0.5px solid #999999;
}

/*************** Contact ***************/
.container-contact {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.box-form-contact{
    width: 60%;
    height: 60vh;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-contact{
    width: 90%;
    height: 90%;
    background-color: #ffffff;
}
.form-group label{
    font-family: 'Space Mono', monospace;
    font-size: 13px;
    letter-spacing: 1px;
}
.form-contact button{
    background-color: #000000;
    outline: none;
    border: none;
    font-family: 'Space Mono', monospace;
    font-size: 14px;
    padding: 10px 15px;
}
.form-control:focus,
.form-control:active {
    color: #495057;
    background-color: #fff;
    border-color: none !important;
    outline: 0;
    box-shadow: none;
}
.form-contact button:hover{
    background-color: #000000;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
    box-shadow: none !important;
}

/*************** Footer ***************/
.container-footer{
    width: 100%;
    height: 20vh;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container-footer i{
    margin: 0;
}
.container-footer a{
    margin: 0 15px;
    text-decoration: none;
    color: #999999;
    border-radius: 50%;
    transition: 0.5s linear;
}
.container-footer a:hover{
    color: #3FBCCC;
}
.container-footer h6{
    font-family: 'Space Mono', monospace;
    color: #999999;
    font-size: 14px;
    margin: 30px 0 0 0;
    letter-spacing: 1px;
}
.container-footer .fa-heart{
    color: red;
}