* {
    font-family: 'Cinzel', serif;
}

html {
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #111;
}

#main_container{
    height: 100vh;
}

#left_container {
    height: 100vh;
    background-color: #111;
}

#right_container {
    height: 100vh;
    background-image: url("../img/fondo-1.jpg");
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
}

ul {
    padding-top: 5vh;
    width: 50vw;
    float: left;
    line-height: 4vh !important;
    font-size: 1.2vw !important;
    text-transform: none;
    list-style: none;
}

li {
    margin-left: -3vw;
    color: #ff8000;
}

#left_container a {
    padding-left: 13vh;
}

h1.display-3 {
    color: #ff8000;
    padding: 1vw;
    text-align: center;
}

/* h1.display-3 { */
/*     padding: 0px;    */
/* } */

.map{
    padding-right: 10vw;
    padding-top: 3vw;
    padding-left: 10vw;
}

iframe {
    height: 50vh;
    width: 40vw;
    margin-left: -50px;
}

form {
    float: left;
    display: inline-block;
    padding: 2em;
    height: 75vh;
    width: 50vw;
}

#main_title {
    padding-top: 20vh
}

/* #main { */
/*     /\* margin: 2vh; *\/ */
/*     margin: 0 0 3vw -1vw; */
/*     font-size: 3.5vw; */
/*     margin-bottom: 2vh; */
/* } */

#main {
    margin: 0 0 3vw -1vw;
    margin-bottom: -1vh;
    font-size: 3.5vw;
    font-weight: 500;
    letter-spacing: 0.25vw;
    line-height: 8.25vw;
}

div#links {
    width: 50vw;
    text-align: center;
}

#left_container a {
    color: #ff8000;
    font-size: 1em;
    padding-left: 3vh;
    margin-top: -1vh;
}

ul#contact_info {
    padding-left: 9vw;
}

.form-control::-webkit-input-placeholder { color: #ff8000; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #ff8000; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #ff8000; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #ff8000; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #ff8000; }  /* Microsoft Edge */

.form-control:focus {
    color: #ff8000;
}

.form-control:active {
    color: #ff8000;
}

input, textarea {
}

.input-group-prepend {
    margin-right: 0px;
    border-radius: 5px;
}

.input-group-text {
    border-radius: 0px;
    background-color: #111;
    color: #ff8000;
    border: 1px solid;
}

.custom-select {
    border-radius: 0px;
}

#Comentario {
    max-height: 8vh;
}

option {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    background-color: #111;
    color: #ff8000;
}

.form-control {
    border-radius: 0px;
    margin-bottom: 1em;
    background-color: #111;
    color: #ff8000;
    border-color: #ff8000;
}

input, .custom-select {
    padding: 7px;
    border: 1px solid;
    color: #ff8000;
    background-color: #111;
}

input:active {
    color: #111;
    background-color: #ff8000;
}

textarea {
    height: 15vh;
}

div#buttons {
    margin-top: 7vh;
}

.button {
    margin-top: 3vh;
}

#terms p {
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-block;
    background-color: #111;
    font-size: 1vw;
    width: 50vw;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2em;
    color: #ff8000;
    margin: 0 !important;
    text-align: justify;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 750px){
    .caption a {
        float: left;
        color: #ff8000;
        background-color: #111;
        padding: 4vw;
        font-size: 5vw;
        line-height: 14px;
        letter-spacing: -0.5px;
    }

    #main {
        font-size: 8vw !important;
        padding-top: 5vh;
    }

    #main_title {
        padding-top: 2vh !important;
        text-align: center !important;
    }

    #main_container {
        float:left;
        width: 100vw;
    }

    #left_container{
        float:left;
        width: 100vw !important;
        height: 100vh;
    }

    #right_container{
        display: block;
        float:left;
        z-index: 3;
        clear: both;
        width: 100vw;
    }

    .map {
        width: 100vw;
    }

    iframe {
        height: 55vh;
        width: 80vw;
        margin-left: 0px;
    }

    form {
        width: 100vw;
        height: 95vh;
    }

    textarea {
        height: 25vh;
    }

    div#buttons {
        margin-top: 20vh;
    }

    div#terms {
        width: 100vw;
    }

    #terms p {
        position: relative;
        bottom: 0;
        right: 0;
        background-color: #111;
        width: 100vw;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 2em;
        color: #ff8000;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 12px;
    }

    div#links {
        width: 100vw;
        text-align: center;
    }

    #left_container a {
        padding-left: 1vw;
    }

    ul#contact_info {
        padding-top: 5vh;
        padding-bottom: 2vh;
        margin-left: 5vh;
        width: 90vw;
        float: left;
        line-height: 4vh !important;
        font-size: 4vw !important;
        list-style: none;
    }

    li {
        margin-left: -9vw;
        color: #ff8000;
    }


}
