@charset "utf-8";
@import 'styles.css';

/* CSS Document */

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.eot');
    src: url('../fonts/GothamBook.woff2') format('woff2'), url('../fonts/GothamBook.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype'), url('../fonts/GothamBook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'GothamBook', sans-serif;
    webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: #3a3a38;
}

.btn-sac,
.btn-file {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #3a3a38;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 34px;
    padding: 0 30px;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 34px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #3c3c3b;
    border-radius: 4px;
    border: 0px solid #3c3c3b;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-sac:hover,
.btn-file:hover,
.btn-sac:focus,
.btn-file:focus,
.btn-sac:active,
.btn-file:active {
    color: #fff;
    background: #3a3a38;
}

.btn-sac:before,
.btn-file:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c8c3ba;
    border-radius: 4px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-sac:hover:before,
.btn-file:hover:before,
.btn-sac:focus:before,
.btn-file:focus:before,
.btn-sac:active:before,
.btn-file:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

header {
    background-image: url(../imgs/header-alhambra.jpg);
    background-size: cover;
    background-color: #eceae6;
    color: #fff;
    padding: 3em 1em 6em 1em;
}

header div.logo {
    background-image: url(../imgs/logo-alhambra.svg);
    width: 170px;
    height: 21px;
    margin-left: 75px;
    position: relative;
}

header:before {
    content: ' ';
    background: -webkit-gradient(linear, left top, left bottom, from(#3c3c30), color-stop(51%, rgba(60, 60, 59, 0.5)), color-stop(97%, rgba(60, 60, 59, 0)));
    background: linear-gradient(180deg, #3c3c30 0%, rgba(60, 60, 59, 0.5) 51%, rgba(60, 60, 59, 0) 97%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 123px;
    display: block;
    width: 100%;
}

header h1 {
    font-family: 'GothamBook', sans-serif;
    font-weight: bold;
    font-size: 2.3em;
    color: #fff;
    text-align: center;
    margin-bottom: .5em;
    margin-top: 2em;
    padding-bottom: .5em;
}

header .header {
    text-align: center;
    color: #fff;
}

header a,
header a:hover {
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
}

a,
a:hover,
h3 {
    color: #3a3a38;
    font-weight: bold;
}

h3 {
    text-transform: uppercase;
    font-size: 21px;
}

input[type="text"],
input[type="email"],
input[type="file"],
input[type="checkbox"],
select,
textarea {
    border: solid 1px #f1f1f1 !important;
    background-color: #f1f1f1 !important;
}

input[type="checkbox"] {
    padding: 2px;
}

input[type="text"]:focus,
select:focus,
textarea:focus {
    background-color: #fff;
}

.input-group-btn {
    position: relative;
    font-size: small;
    white-space: nowrap;
}

footer {
    font-size: .9em;
    background-color: #fff;
}

footer a,
footer a:visited {
    color: #3E3A3B;
    text-decoration: none;
    font-weight: normal;
}

footer a:hover {
    color: #3E3A3B;
    text-decoration: none;
}

@media (max-width: 767px) {
    main {
        margin-bottom: 100px;
    }

    footer li {
        display: inline-block;
        margin: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {}

@media screen and (min-width:0\0) {
    .control-label {
        top: -1.5em !important;
    }

    input {
        color: #008b43 !important;
    }
}

@supports (-ms-ime-align:auto) {
    .control-label {
        top: -1.5em !important;
    }

    input {
        color: #008b43 !important;
    }
}
