@import url(https://fonts.googleapis.com/css?family=Roboto&subset=latin,latin-ext);

*{
    font-family: 'Roboto' sans-serif;
}

section#contenedor_general{
    background-image: url(../images/grupo2_header.jpg);
    background-position: center 0px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: -2;
}

section#contenedorHeader{
    background-color: #1d3e62;
    border-bottom: 8px solid white;
    padding: 20px;
    width: 100%;
}

.textNumero{
    color: white;
    text-align: right;
    margin-top: 50px;
}

.textDirecc{
    color: white;
    text-align: right;
    margin-top: -7px;
}

.textRedes{
    color: white;
    text-align: center;
    margin-top: 50px;
}

.textLogo{
    color: white;
    text-align: center;
}

.textLogo a{
    opacity: 0.5;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
}

.textLogo a:hover{
    opacity: 1;
}

section#contenedorIdioma{
    padding: 20px;
    margin-top: 150px;
}

.col-center{
    float: none;
    margin: 0px auto;
}

.botonEs{
    background-color: white;
    border-bottom: 5px solid #e70418;
    border-radius: 15px;
    padding: 9px 18px;
    text-align: center;
}

.botonEs a{
    color: #e70418;
    font-size: 1.5em;
    font-weight: bold;
    -webkit-transition: color ease 0.8s;
    -o-transition: color ease 0.8s;
    transition: color ease 0.8s;
}

.botonEs a:hover{
    color: #ffc500;
    text-decoration: none;
}

.botonEn{
    background-color: #ffc500;
    border-bottom: 5px solid #8d6d00;
    border-radius: 15px;
    padding: 9px 18px;
    text-align: center;
}

.botonEn a{
    color: #00004b;
    font-size: 1.5em;
    font-weight: bold;
    -webkit-transition: color ease 0.8s;
    -o-transition: color ease 0.8s;
    transition: color ease 0.8s;
}

.botonEn a:hover{
    color: #e70418;
    text-decoration: none;
}

.botonIt{
    background-color: #163a58;
    border-bottom: 5px solid #052743;
    border-radius: 15px;
    padding: 9px 18px;
    text-align: center;
}

.botonIt a{
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    -webkit-transition: color ease 0.8s;
    -o-transition: color ease 0.8s;
    transition: color ease 0.8s;
}

.botonIt a:hover{
    color: #ffc500;
    text-decoration: none;
}

#contenedorPie{
    background-color: white;
    border-top: 8px solid #1d3e62;
    padding: 20px;
    color: #1d3e62;
    text-align: center;
    width: 100%;
}

#contenedorPie p a{
    color: #1d3e62;
}

@media (max-width: 480px){
    .textNumero{
        font-size: 1.4em;
        text-align: center;
        margin-top: 22px;
    }
    .textRedes{
        margin-top: 5px;
    }
    section#contenedorIdioma{
        margin-top: 20px;
    }
    footer#contenedorPie{
        z-index: -1;
    }
}

@media (max-width: 767px) {
    .textNumero{
        font-size: 1.4em;
        text-align: center;
        margin-top: 22px;
    }
    .textDirecc{
        text-align: center;
    }
    .textRedes{
        margin-top: 5px;
    }
    section#contenedorIdioma{
        margin-top: 20px;
    }
    footer#contenedorPie{
        z-index: -1;
    }
}