/* CSS GENERAL
* -----------------------------------------------------------------------*/
#main {
    padding: 70px 0 70px 0;
    max-width: 1200px;
    margin: 0 auto;
}

#main > div > img {
    max-width: 100%;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

#img-header {
    margin-bottom: 35px;
}

h1,h2,h3,h4 {
    font-weight: bold;
    text-transform: uppercase;
    color: #3b3f4a;
}

h1 {
    font: normal bold 34px / 44px "Yanone Kaffeesatz", Helvetica, Arial, Verdana, sans-serif;
}

p {
    /*font: normal  30px / 45px "Yanone Kaffeesatz", Helvetica, Arial, Verdana, sans-serif;*/
    font-size: 22px;
}

body {
    font-family: "Yanone Kaffeesatz", Helvetica, Arial, Verdana, sans-serif;
    font-size: 20px;
    word-spacing: normal;
    color: #787d85;
    background-color: #fff;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

form > label,
form > div > label,
form > div > div > label {
    color: #444444;
    font-weight: bold;
    text-transform: uppercase;
}

input,
textarea {
    font-size: 20px !important;
}

.blackButton {
    background-color: #000000 !important;
    border-color: #000000 !important;
    width: 100%;
}

.btn:focus {
    outline: none;
}

.vertical-top {
    vertical-align: top;
}
.vertical-middle {
    vertical-align: middle;
}
.vertical-bottom {
    vertical-align: bottom;
}

.red {
    color: darkred;
}

.alert {
    text-align: justify;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 62px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #23262d;
}

footer > div > a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

footer > div > a:hover {
    text-decoration: underline;
    color: #fff;
}
footer > div > a:focus {
    text-decoration: none;
    color: #fff;
}

.container {
    max-width: 1200px;
    padding: 0;
}

/* ScrollToTop Button
--------------------------------------------------------*/
.scrolltop {
    display:none;
    width:100%;
    margin:0 auto;
    position:fixed;
    bottom:20px;
    right:10px;
}
.scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 44px;
    height: 44px;
    z-index: 109;
    background-color: rgba(0,0,0,.2);
    color: #fff;
    padding:20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor:pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.scroll:hover {
    background:rgba(178,178,178,1.0);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover .fa {
    padding-top:-10px;
}
.scroll .fa {
    position: fixed;
    right: 22px;
    bottom: 20px;
    font-size:22px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

/* Hiding input number arrows
--------------------------------------*/
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* CSS para distintos navegadores y
 * tamaños de pantalla
 -------------------------------------------------------*/
@media screen and (max-width:640px) {
    .thetop > div {
        margin-right: 15px;
    }
    .alertBox {
        width: 80% !important;
        position: fixed !important;
        left: 10% !important;
    }
}
@media screen and (max-width:1024px) and (min-width:640px) {
    .alertBox {
        width: 50% !important;
        position: fixed !important;
        left: 25% !important;
    }
}
@media screen and (min-width:1024px) {
    /* reglas CSS */
}

@media (max-width: 850px) {
    .footer > .container {
        text-align: center;
    }
}