* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Cormorant Garamond', serif;
}

.ewk_navbar {
    background-color: rgba(255, 255, 255, 0.7) !important;
    float: left;
    width: 100%;
}

.ewk_navbar div,
.ewk_navbar ul {
    background-color: transparent !important;
}

.ewk_cont_sec_1 {
    padding: 10%;
}

.ewk_cont_sec_1_link {
    padding: 5%;
}

.ewk_cont_sec_1_link a {
    width: 200px;
}

.ewk_cont_sec_1 hr {
    border-top: 1px solid rgba(1, 1, 1, 0.3);
}

.ewk_cont_footer {
    background-color: rgba(1, 1, 1, 0.7);
    padding: 10%;
    color: #fff;
    margin-top: 100px;
}

.ewk_cont_footer a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.ewk_cont_img_footer {
    padding: 5%;
}

h1 {
    font-size: 3vh;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

#navbar {
    background-color: white;
    padding: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;

}

#titulo {

    padding: 10px;
    position: fixed;
    width: 100%;
    top: 10px;
    z-index: 190;
    background-color:white;
    margin-top: 70px;
}

#content {
    margin-top: 200px; 
    margin-bottom: 20px
    /* Ajusta según la altura de tu barra de navegación */

}

.logo {
    width: 150px;
    margin-right: 20px;
    margin-left: 20px;

}

.dropdown-item {
    background-color: #fff;
}

.select2-container--default .select2-selection--single {
    background-color: white !important;
    min-height: 37.6px;

}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: blue !important;
    min-height: 37.6px;
    max-width: 351.2;
}

.form-control, .form-select  {
    color:blue !important;
}

.form-label{
    margin-top: 10px;
}

@media (max-width: 500px) {

    h1 {
        font-size: 15px;
    }

    .logo {
        width: 70px;

        margin-left: 0px;

    }

    header {
        max-width: 370px !important;

    }

    iframe {
        max-width: 350px;
    }

    .select2-container--default .select2-selection--single {
        max-width: 351.2;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        max-width: 351.2;
    }
}