/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.head-ribbon {
    width: 100%;
    height: 40vh;
    background-color: #004F92;
    flex-shrink: 0;
}

.tcsb-main {
    margin-top: -35vh;
    flex-shrink: 0;
}

.tcsb-header .mdl-layout__header-row {
    padding-left: 20px;
    padding-top: 1px;
    background-color: #003E71;
    border-bottom: 1px solid #0C5590;
}

.tcsb-container {
    max-width: 1600px;
    width: calc(100% - 16px);
    margin: 0 auto;
}

.tcsb-content {
    border-radius: 2px;
    padding: 80px 56px;
    margin-bottom: 80px;
}

.tcsb-layout.is-small-screen .tcsb-content {
    padding: 40px 28px;
}

.tcsb-content h3 {
    margin-top: 48px;
}

.tcsb-footer {
    padding-left: 40px;
}

.tcsb-footer .mdl-mini-footer--link-list a {
    font-size: 13px;
}

#logo-tcs {
    width: 35%;
}

.form-container{
    padding: 5%;
}
header{
    background: url(/images/header.png) center 0 no-repeat #165096;
    padding-top: 70px;
    padding-bottom: 70px;
    border-bottom: 5px solid #FBC708;
}
#content{
    margin-top: 35px;
}

body{
    background: url(/images/sol-bg.png) repeat #fff;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color:#165096;
    color: #fff;
    padding-top: 20px;
}
footer a{
    color: #FBC707;
}
footer a:hover{
    color: #fff;
}
.btn-yellow{
    background: #FBC707;
    border:2px solid #d9aa00;
    color: #000;
}
.btn-default{
    border:2px solid #ccc;
    color: #000;
}
.document
{
    box-shadow: 0px 4px 5px #9E9E9E;
}
/* Landscape phones and down */
@media (max-width: 480px) { 

    header{
        background: url(/images/header-movil.png) center 0 no-repeat #165096;
        padding-top: 20px;
        padding-bottom: 40px;
        height: 130px;
    }
    .logo{
        display: none;
    }
    .btn-yellow{
        margin-bottom: 20px;
    }

}