
@font-face{
    font-family: Narrow;
    src: url('Narrow/owners-narrow-black.ttf');
}

@font-face{
    font-family: Monserrat;
    src: url('Monserrat/Montserrat-VariableFont_wght.ttf');
}

@font-face{
    font-family: Gotham;
    src: url('Gotham/GothamBook.otf');
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(222, 222, 231);
    text-align: center;
    margin: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btnEnviat {
    padding: 10px;
    width: 300px;
    border: 1px solid #000;
    color: #696969;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    transition-duration: 0.5s;
}

.btnEnviat:hover {
    background: #000;
    color: #fff;
    transition-duration: 0.5s;
}

.btnEnviat.active {
    background: #3BB800;
    color: #fff;
    transition-duration: 0.5s;
}

.btn_submit {
    width: 200px;
    border: none;
    background: #000;
    color: #fff;
    height: 50px;
    font-size: 20px;
    border-radius: 8px;
    transition-duration: 0.5s;
    position: relative;
    float: right
}

.btn_submit:hover {
    cursor: pointer;
    transition-duration: 0.5s;
    opacity: 0.8;
}

.Contenedor_Cuerpo {
    background-color: rgb(246, 246, 247);
    width: 50vmax;
    margin: auto;
    /* outline: solid rgb(150, 150, 150) 2px; */
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    padding-bottom: 50px;
}

.Contenedor_Form {
    margin: 15px;
}

.Form_Celda {
    width: 50vmax;
    padding: 10px;
    text-align: center;
    vertical-align: top;
}

.Form_Div {
    width: fit-content;
}

.Form_Label {
    /* position: relative; */
    background-color: #383838;
    padding: 3px;
    color: white;
    height: auto;
    border-radius: 5px;
}

.label-flotante{
    color: white!important;
    font-family: Monserrat;
    font-size: 1em;
    text-shadow: 2px 2px   black;
}

.Form_Label_Rad {
    float: left;
}

.Form_Subtitulo {
    background-color: #0082d6;
    padding: 5px;
    color: white!important;
    font-family: Monserrat;
    font-size: 1em;
}

.Form_Tabla {
    outline: solid rgb(221, 231, 251) 1px;
}

.Form_Titulo {
    background-color: #0082d6;
    padding: 7px;
    color: white;
    font-weight: 600;

}

.nuevoSitio{
    font-family: Narrow;
}

.textoSitio{
    font-size: 2em;
    font-family: Monserrat;
}

.textoSitio:hover{
    background-color: #0082d6!important;
}

.Header_Foto {
    width: 100%;
    /* outline: solid rgb(150, 150, 150) 2px; */
    /* border-radius: 10px; */
    margin-bottom: 15px;

}

#Header_Titulo {
    /* outline: solid rgb(0, 9, 58) 1px; */
    background-color: #0f3261;
    color: rgb(255, 255, 255);
    /* border-radius: 10px; */
    padding: 20px;
    font-family: Monserrat;
}

.Header_Subtitulo {
    background-color: #0f3261;
    color: rgb(255, 255, 255);
    /* outline:solid rgb(0, 27, 85) 1px; */
    font-weight: 100;
    font-size: 1.2rem;
    padding: 10px;
    /* border-radius: 10px; */
}

header {
    text-align: center;
    /* padding: 15px; */
    /* position: relative;
    background: linear-gradient(145deg, #003b6f, #00284d); */

}
textarea {
border: 2px solid #e2e8f0;
    border-radius: 3px;
}

.Input_Text {
    width: 98%;
    height: 30px;
    border: 2px solid #e2e8f0;
    border-radius: 3px;
}

.Input_Select {
    width: 100%;
    height: 30px;
    border: 2px solid #e2e8f0;
    border-radius: 3px;
}

.Tabla {
    width: 100%;
}

textarea {
    width: 100%;
    height: 60px;
}