/* lustria-regular - latin */
@font-face {
    font-family: 'Lustria';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lustria-v5-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Lustria'), local('Lustria-Regular'),
        url('../fonts/lustria-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/lustria-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/lustria-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/lustria-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/lustria-v5-latin-regular.svg#Lustria') format('svg'); /* Legacy iOS */
}

/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'),
        url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
        url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'fontello';
        src: url('../fonts/fontello.eot?31061440');
        src: url('../fonts/fontello.eot?31061440#iefix') format('embedded-opentype'),
        url('../fonts/fontello.woff2?31061440') format('woff2'),
        url('../fonts/fontello.woff?31061440') format('woff'),
        url('../fonts/fontello.ttf?31061440') format('truetype'),
        url('../fonts/fontello.svg?31061440#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?9856132#fontello') format('svg');
  }
}
*/

    [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-facebook:before { content: '\e806'; }
.icon-twitter:before { content: '\e802'; }
.icon-gplus:before { content: '\e801'; }
.icon-linkedin:before { content: '\e800'; }
.icon-left:before { content: '\e803'; }
.icon-right:before { content: '\e804'; }
.icon-mail:before { content: '\e80a'; }
.icon-phone:before { content: '\e80b'; }
.icon-mobile:before { content: '\e808'; }
.icon-whatsapp:before { content: '\f232'; }
.icon-pencil:before { content: '\e809'; }
.icon-clipboard:before { content: '\e80c'; }
.icon-location:before { content: '\f031'; }
.icon-facultad:before { 
    content: '\f19c'; 
    color: #2771b7;
}
.icon-balanza:before { content: '\f24e'; }
.icon-clock:before { content: '\e80e'; }
.icon-plane:before { content: '\f1d9'; }

.icon-der:before { 
    content: '\e805'; 
    font-size: 40px;
    color: #000;
}
.icon-izq:before { 
    content: '\e807'; 
    font-size: 40px;
    color: #000;
}

.icon-facebook,
.icon-twitter,
.icon-linkedin {
    cursor: pointer;
}

.icon-facebook:hover,
.icon-twitter:hover,
.icon-linkedin:hover {
    color: #ddf;
}

body {
    margin: 0;
    font-family: 'Lustria', serif;
    font-size: 18px;
}

.barrita-azul {
    background: #2771b7;
    color: #fff;
    font-size: 13px;
    padding: 9px;
}

.barrita-azul span {
    padding-left: 15px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.container-fluid.barrita-azul > .izquierda {
    float: left;
}

.social {
    text-align: right;
}

.navbar {
    border-bottom: 1px solid #48c;
    width: 100%;
    z-index: 10;
    background-color: #f9f9f9;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: #000;
    height: 43px;
}

.navbar .navbar-nav .nav-item a:hover {
    color: #2771b7;
    border-bottom: 1px solid #2771b7;
}

.navbar .navbar-nav .nav-item a.active {
    color: #2771b7;
    border-bottom: 1px solid #2771b7;
}

.idioma {
    display: flex;
    height: 43px;
}

.idioma a {
    color: #000;
    padding: 0.5rem;
    text-decoration: none;
}

.idioma a:hover {
    color: #4a4a4a;
    border-bottom: 1px solid #2771b7;
}

/* separa items para que no se junten los bordes inferiores over */
li.nav-item {
    padding: 0 3px;    
}

.carousel {
    padding-bottom: 10px;
}

.carousel-control-next, 
.carousel-control-prev {
    width: 12%;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #48c;
}

.carousel-caption {
    text-align: left;
    left: 11%;
    right: 35%;
    height: 35%;
}

.carousel-caption span {
    color: #777;
    padding-left: 10px;
}

.carousel-caption p {
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    color: #666;
}

.carousel-caption.interior {
    height: 53%;
    padding: 0;
    width: 80%;
    text-align: center;
}

.carousel-caption.interior h1 {
    color: #444;
}

.h1, h1 {
    font-size: 43px;
    font-family: arial black;
    letter-spacing: -1px;
    color: #aaa;
}

h1 span {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 28px;
    letter-spacing: 0;
    color: #bbb;
}

.container.frase {
    text-align: center;
}

.container.frase h2{
    color: #444;
}

.subtitulo {
    font-size: 23px;
    font-weight: bold;
    color: #777;
}

.separador {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #aa9065;
    padding-bottom: 40px;
}

.container {
    color: #777;
}

.cartel {
    padding-left: 0;
    width: 595px;
}

.cartel img {
    border: 0;
}

.logo-grande {
    
}
.img-fluid.cabecera {
    position: relative;
}

.titulo {
    position: absolute;
    top: 50%;
    text-align: right;
    width: 100%;
    color: #555;
    font-size: 60px;
}

.container.cv {
    padding-top: 25px;
}

.frase-contacto {
    font-size: 18px;
    text-align: center;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
}

.col-sm-6.cv {
    padding-top: 40px;
    padding-bottom: 40px;
}


.col-md-6.cv {
    padding-top: 40px;
    padding-bottom: 40px;
}

.card {
    border-radius: 0;
}

.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-title {
    color: #444;
}

.card-body > .btn-primary {
    background-color: #2770b7!important;
    margin: 0;
    float: right;
    border-radius: 0;
}

.card > .card-body > .card-text {
    font-size: 17px;
}

.container.contacto {
    padding-bottom: 20px;
}

.jumbotron.contacto {
    background-color: #f9f7f4;
}

.form-control-lg {
    border-radius: 0;
    font-size: 16px;
    line-height: 32px;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
}

.form-control.error {
    border-color: #a66;
    background-color: #fee;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 100, 100, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 100, 100, .6);
} 

.col-md-6.contacto {
    padding-bottom: 15px;
}

/* botón */
.col-md-12 {
    text-align: center;
}

.col-md-12 > .btn-amber {
    background-color: #2770b7!important;
    width: 200px;
    border-radius: 0;
}

#map {
    width: 100%;
    height: 500px;
    border-top: 1px solid #2771b7;
}

.container-fluid.pie {
    background-color: #444;
    margin-top: 10px;
}

.container.pie {
    color: #ddd;
    padding: 40px 10px 30px 10px;
}

.container.pie h5 {
    font-size: 33px;
    padding-bottom: 15px;
}

.container.pie p {
    font-size: 14px;
    line-height: 14px;
}

/* íconos pie */
.container.pie span {
    color: #ddd;
}

.container.pie a {
    color: #ddd;
}

@media (max-width: 767px) {
    .navbar {
        position: relative;
        top: 0;
    }
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

/* extra chicos */
@media (max-width: 575px) {
    .barrita-azul {
        font-size: 11px;
    }
    .carousel-caption span {
        font-size: 14px;
        line-height: 14px;
    }
    .carousel-caption p {
        display:none;
    }
    h1 {
        font-size: 25px;
    }

    h1 span {
        font-size: 16px;
    }
    .container.frase h2{
        font-size: 15px;
        padding: 5px 0 35px 0;
    }
    .titulo {
        font-size: 19px;
    }
    .frase-contacto {
        font-size: 16px;
    }
    .col-sm-6.cv {
       padding-bottom: 0;
    }
    .col-form-label {
        text-align: left;
        font-size: 16px;
    }
    .col-sm-12 {
        padding-bottom: 40px;
    }
    .col-md-6.cv {
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

@media (min-width: 576px) {
    .carousel-caption span {
        font-size: 14px;
        line-height: 14px;
    }
    .carousel-caption p {
        padding-top: 0px;
        font-size: 12px;
    }
    h1 {
        font-size: 26px;
    }

    h1 span {
        font-size: 18px;
    }
    .container.frase h2{
        font-size: 19px;
        padding: 5px 0 40px 0;
    }
    .titulo {
        font-size: 25px;
    }
    .col-form-label {
        text-align: right;
        padding-left: 0;
        font-size: 14px;
    }
    .col-md-6.cv {
        padding-top: 10px;
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .carousel {
        padding-bottom: 25px;
    }
    .carousel-caption span {
        font-size: 18px;
        line-height: 18px;
    }
    .carousel-caption p {
        padding-top: 5px;
        font-size: 13px;
    }
    h1 {
        font-size: 30px;
    }

    h1 span {
        font-size: 23px;
    }
    .container.frase h2{
        font-size: 23px;
        padding: 5px 0 40px 0;
    }
    .titulo {
        font-size: 35px;
    }
    .col-form-label {
        text-align: right;
        padding-right: 0;
        font-size: 16px;
    }
    .col-md-6.cv {
        font-size: 13px;
    }
    .col-md-6.contacto {
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .carousel {
        padding-bottom: 45px;
    }
    .carousel-caption span {
        font-size: 23px;
        line-height: 21px;
    }
    .carousel-caption p {
        padding-top: 10px;
        font-size: 15px;
    }
    h1 {
        font-size: 41px;
    }

    h1 span {
        font-size: 26px;
    }
    .container.frase h2{
        font-size: 30px;
        padding: 5px 0 40px 0;
    }
    .titulo {
        font-size: 44px;
    }
    .col-form-label {
        text-align: right;
        padding-right: 0;
        font-size: 18px;
    }
    .col-md-6.cv {
        font-size: 15px;
    }
    .container-fluid.pie {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .carousel-caption.interior h1 {
        font-size: 70px;
    }
    .carousel-caption span {
        font-size: 30px;
        line-height: 20px;
    }
    .carousel-caption p {
        font-size: 18px;
    }
    h1 {
        font-size: 43px;
    }

    h1 span {
        font-size: 28px;
    }
    .container.frase h2{
        font-size: 33px;
        padding: 5px 10px 40px 10px;
    }
    .titulo {
        font-size: 60px;
    }
    .col-md-6.cv {
        font-size: 18px;
    }
}
