.cont-header-general{
    width: 100%;
    height: 140px;
    background-color: aliceblue;
}
.cont-header-general .header{
    width: 100%;
    height: 100px;
    background-color: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
}


.cont-header-general a{
    text-decoration: none;
    color: white;
}


.h-logo{
    width: 300px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-header-general .header-button{
    width: 100%;
    height: 40px;
    background-color: black;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont-header-general .header-button .header-opcions{
    width: 800px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.cont-header-general .header-button .header-opcions ul{
    width: 700px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    list-style: none;
    cursor: pointer;
    margin: 0%;
    padding: 0%;
}

.cont-header-general .header-button .header-opcions ul li{
    margin-left: 30px;
    font-weight: 500;
    transition: font-weight 0.3s ease; 
}

.cont-header-general .header-button .header-opcions ul li:hover{
    font-weight: 700;
}

.sect-form-1{
    width: 100%;
    height: 350px;
    background-color: black;
    background-image: url(/assets/img/background-color\ white;.png);
    background-position: center;
    background-size: cover;
}

.cont-form{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenedor{
    justify-content: center;
    width: 50%;
    height: 500px;
}

.cont-button-general{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-button-general .col-12{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont-button-general .col-12 button{
    margin-top: 100px;
}

.cont-general-ec{
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body{
    text-align: center;
}


@media screen and (max-width: 354px) {
    .cont-header-general .header .h-logo img {
        width: 300px;
    }
    .cont-header-general .header-button {
        width: 100%;
    }
    .scroll {
        overflow-y: scroll;
    }
    .cont-header-general .header-button .header-opcions {
        width: 500px;
    }
    .cont-header-general .header-button .header-opcions ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        color: white;
        list-style: none;
        cursor: pointer;
        margin: 0%;
        padding: 0%;
    }
    .cont-header-general .header-button .header-opcions ul li {
        margin-left: 10px;
        font-weight: 500;
        transition: font-weight 0.3s ease;
        font-size: 15px;
    }
}

@media screen and (min-width: 355px) and (max-width: 600px) {
    .cont-header-general .header-button {
        width: 100%;
    }
    .scroll {
        overflow-y: scroll;
    }
    .cont-header-general .header-button .header-opcions {
        width: 500px;
    }
    .cont-header-general .header-button .header-opcions ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        color: white;
        list-style: none;
        cursor: pointer;
        margin: 0%;
        padding: 0%;
    }
    .cont-header-general .header-button .header-opcions ul li {
        margin-left: 10px;
        font-weight: 500;
        transition: font-weight 0.3s ease;
        font-size: 15px;
    }
}

@media screen and (min-width: 601px) and (max-width: 901px) {
    .cont-header-general .header-button .header-opcions ul {
        width: 700px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        color: white;
        list-style: none;
        cursor: pointer;
        margin: 0%;
        padding: 0%;
    }
    .cont-header-general .header-button .header-opcions ul li {
        margin-left: 30px;
        font-weight: 500;
        transition: font-weight 0.3s ease;
        font-size: 15px;
    }
}
