@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

html, body{
    min-height: 100vh;
    height: 100vh;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    line-height: 1em;
}

.container-fluid {
    padding: 0 40px 140px 40px;
    position: relative;
    min-height: 100vh;
    max-width: 1400px;
}

.row.header, footer {
    margin-right: -40px;
    margin-left: -40px;
}

.header {
    background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), url('images/header.png');
    background-size: cover;
    margin-bottom: 60px; 
}

.logo {
    background: #fff;
    padding: 15px 20px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px; 
    -moz-border-radius: 0 0 10px 10px; 
    text-align: center;
}

.slogan {
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 8px #000;
    font-size: 33px;
    line-height: 36px;
    margin: 80px 0;
}

.slogan strong {
    font-weight: 700;
}

.form h1 {
    margin-bottom: 40px;
}

input[type=text], input[type=email], textarea {
    border: solid 1px #AF8400 !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
}

.bloque {
    padding: 30px;
    background: #F1F1F1;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
    text-align: center;
}

.bloque h5{
    margin-bottom: 15px;
}

.bloque p {
    margin-bottom: 0;
}


.btn {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    background: #C3325A;
    color: #fff;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
    padding: 5px 25px;
    float: right;
}
.foto {
    text-align: center;
}

footer {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%; 
}

footer .info {
    padding: 20px 20px;
    background: #F1F1F1;
}

footer .info .item {
    text-align: center;
}

footer .info .item img {
    margin-right: 10px;
}

footer .info .item a {
    color: #000;
    font-weight: 400;
}

footer .info .item a:hover {
    color: #C3325A;
    text-decoration: none;
}

footer .legal {
    padding: 10px 20px;
    background: #AF8400;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.mobile-only {
    display: none;
}

span.enviado {
    color: #00A89C;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
}

span.error{
    color: #C3325A;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
}

@media only screen and (max-width: 640px) {
    .slogan { margin: 60px 0; }
    .header { margin-bottom: 40px;}
    .form h1 { margin-bottom: 20px; }
    label.col-sm-2.col-form-label { padding-top: 0; }
    .container-fluid { padding-bottom: 220px; }
    .logo img { max-width: 150px; }
    footer .info .item { text-align: left; margin-bottom: 10px; }
    
}

@media (max-width: 768px) {
    .mobile-only { display: block;  margin-bottom: 40px;}
    .hide-mobile { display: none; }
}

