* {
    box-sizing: border-box;
    font-family: 'BenchNine', sans-serif;
}
a {
    color: #e88f19;
}
/* BARRA DE NAVEGACION */

.navbar-default {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    transition: background-color 500ms, color 500ms;
}
@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
}
.navbar-header {
    width: 40%;
    display: inline-block;
}
.notransition {
    /* para la barra de navegacion de las paginas de politica de cookies, aviso legal y politica de privacidad */
    background-color: rgba(0, 0, 0, 0.7)!important;
}
.link-active {
    color: #e88f19 !important;
}
.navbar-default .navbar-nav>li>a {
    color: #FFFFFF;
    font-size: 1.2em;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #777777;
}
#bs-example-navbar-collapse-1 {
    width: 30%;
    margin-left: 65%;
    padding-bottom: 1%;
    padding-top: 1%;
}
#logo-superior {
    padding-top: 0.5%;
    margin-left: 11%;
}
#logo-superior>img {
    height: 55px;
}
/* BANNER FOOTER */

.banner-footer {
    background: url(../img/banner-2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-footer>h2 {
    background-color: rgba(232, 143, 25, 0.8);
    color: #FFFFFF;
    text-align: center;
    padding: 20px;
}
/* BANNER INTRODUCCION */

.intro-header {
    background: url('../img/banner-1.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: #FFFFFF;
}
.fondo-amarillo {
    background-color: #e88f19;
}
.fondo-semiopaco {
    background-color: rgba(0, 0, 0, 0.5);
}
.intro-message {
    position: relative;
    padding-top: 25%;
    width: 75%;
    margin: auto;
}
.intro-message>h1, .intro-message>h2 {
    font-size: 60px;
    font-weight: bold;
}
.intro-message>h2>p {
    display: inline-block;
    padding: 0 5px;
}
.banner-azul {
    margin-top: 200px;
    background-color: rgba(63, 127, 250, 0.6);
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.banner-azul>div>h3 {
    font-size: 2em;
}
.banner-azul>div>p {
    font-size: 1.3em;
}
.banner-azul>a {
    font-size: 1.7em;
    padding: 1.5%;
    color: #FFFFFF;
    background-color: rgba(3, 56, 110, 0.8);
    border: solid 1px #FFFFFF;
}
/* FORMULARIO */

/*.contacto > p {
	font-size: 2em;
}

.contacto > p > strong {
	font-size: 2.1em;
}*/

#form_contacto>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
}
#form_contacto>div>p {
    display: block;
    margin: auto;
}
@media (min-width: 767px) {
    #form_contacto>div {
        flex-direction: row;
    }
}
.formulario-sup {
    background-color: #FFFFFF;
    padding: 50px 0;
}
.formulario-sup h4 {
    text-align: center;
    font-weight: bold;
}
.formulario-sup p {
    text-align: center;
    font-size: 1.5em;
}
.formulario-sup p>strong {
    font-size: 1.6em;
}
.col-md-12 div {
    margin: 0 auto;
}
.formulario-sup input {
    padding: 10px;
    margin: 5px;
}
@media (min-width: 768px) {
    .formulario-sup input {
        max-width: 30%;
    }
}
.formulario-sup input[type^="submit"] {
    color: #FFF;
    background-color: #e88f19;
    font-size: 18px;
    margin: auto;
    border: 0px;
}
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px;
    resize: none;
    max-width: 100%;
}
@media (min-width: 974px) {
    textarea {
        width: 100%;
    }
}
/* FLEXBOXES */

.section-heading {
    margin-top: 75px;
    margin-bottom: 0;
    text-align: center;
}
.caja {
    width: 100%;
    padding: 0;
}
.caja>.section-heading {
    padding-top: 50px;
    padding-bottom: 1px;
    background-color: #e5e5e5;
}
.fila-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 25px;
    padding-bottom: 50px;
}
.fila-flex:nth-child(even) {
    background-color: #f5f5f5;
}
.fila-flex>div {
    width: 100%;
    /*padding: 10px;*/
}
.texto-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.texto-flex>p {
    text-align: justify;
    font-size: 1.5em;
}
.flex-divider {
    width: 75px;
    border-top: 5px solid #e88f19;
}
.texto-flex>.flex-divider {
    margin-left: 0;
}
.img-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
/*.img-flex > img {
	transition: transform 0.5s;
}

.img-flex > img:hover {
	transform: scale(1.2);
}*/

@media (min-width: 768px) {
    .fila-flex {
        display: flex;
        flex-direction: row;
        padding-top: 50px;
        /*padding-left: 15%;
		padding-right: 15%;*/
    }
    .fila-flex:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .fila-flex>div {
        width: 40%;
    }
    .img-flex>img {
        max-height: 300px;
    }
}
/* FOOTER */

footer {
    padding: 40px 0;
    background-color: #000;
    border-top: 13px solid #e88f19;
}
footer {
    width: 100%;
    /*text-align: center;*/
    color: #fff;
    display: inline-block;
}
#subfooter {
    width: 100%;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    font-family: "Open Sans";
    padding: 1%;
}
#subfooter a {
    color: #000;
    text-decoration: none;
}
#subfooter a:hover {
    color: #e88f19;
    text-decoration: none;
}
.footer-copy a {
    color: #FF0000 !important;
    text-decoration: underline !important;
}
.footer-copy a:hover {
    color: #000000 !important;
}
.img-social {
    width: 25px;
    height: auto;
    margin: 10px;
    display: inline;
}
.logo-footer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    height: 100px;
}