html,
body {
    height: 100%;
}

body {
    color: #022658;
    font-family: 'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

a {
    color: #022658;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:focus,
a:hover {
    color: #022658;
    text-decoration: none;
}

a:focus,
button:focus {
    outline: 0;
}
textarea:focus,
input:focus{
    outline: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #242424;
    opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #242424;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #242424;
}

.overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .40);
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}
.overlay>img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.uppercase {
    text-transform: uppercase;
}
.no-padding {
    padding-right: 0;
    padding-left: 0;
}

.navbar {
    position: absolute;
    top: 0;
    background-color: transparent;
    min-height: 100px;
    margin-bottom: 0;
    padding-top: 50px;
    border: none;
    width: 100%;
    border-radius: 0;
    z-index: 9999;
}

.navbar-brand {
    float: left;
    height: 90px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand>img {
    display: block;
    width: 160px;
}

.navbar-nav {
    float: left;
    margin: 37px 0 0 0;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
    margin-top: 20px;
    margin-right: 0;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #022658;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    border: 2px solid transparent;
    margin-right: 5px;
    padding: 5px 15px 6px;
    border-radius: 30px;
}
.navbar-inverse .navbar-nav>li>a:hover {
    border-color: #fff;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>li.menu-brand>img {
    margin-top: -20px;
    margin-left: 10px;
    width: 155px;
}

/* Home Page Carousel */

header.carousel {
    background: #022658;
    height: 80%;
    min-height: 400px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
    overflow: inherit;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

header.carousel .carousel-indicators {
    display: none;
}


h2 {
    color: #022658;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h2.page-title {
    display: inline-block;
}
h2.page-title:after {
    content: "";
    display: block;
    float: right;
    border-bottom: 1px solid #000;
    height: 1px;
    width: 150px;
    margin: 18px 0 0 12px;
}

.section-interviews {
    background: #ebeef3;
    padding: 20px 0 80px;
}
.section-interviews .interview-wrap {
    display: block;
    margin-bottom: 30px;
}
.section-interviews .interview-wrap .interview-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: no-repeat center top;
    background-size: cover;
    height: 190px;
    padding: 12px;
    text-align: center;
}
.section-interviews .interview-wrap .interview-image span {
    display: inline-block;
    background: #fdce04;
    font-weight: 300;
    padding: 3px 20px 4px;
    border-radius: 15px;
}
.section-interviews .interview-wrap .interview-content {
    position: relative;
    padding: 14px 0 0;
}
.section-interviews .interview-wrap .interview-content h4 {
    font-size: 14px;
    line-height: 17px;
    padding-right: 40px;
    margin: 0;
}
.section-interviews .interview-wrap .interview-content .interview-arrow {
    position: absolute;
    top: 19px;
    right: 0;
    background: no-repeat center top url('../img/flecha2.png');
    background-size: cover;
    width: 30px;
    height: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section-interviews .interview-wrap:hover .interview-content .interview-arrow {
    background-image: url('../img/flecha1.png');
}

.section-interview-content {
    padding: 0;
}
.section-interview-content .interview-content-wrap {
    display: none;
    position: relative;
    padding: 30px 0 20px;
    min-height: 500px;
}
.section-interview-content .interview-content-wrap .interview-content-pre {
    font-size: 14px;
    font-style: italic;
}
.section-interview-content .interview-content-wrap .interview-content-title {
    position: relative;
    font-size: 27px;
    line-height: 32px;
    padding-right: 50%;
    margin-top: 20px;
    margin-bottom: 25px;
}
.section-interview-content .interview-content-wrap .interview-content-image {
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
    background: no-repeat center top;
    background-size: cover;
    width: 305px;
    height: 205px;
}
.section-interview-content .interview-content-wrap .interview-content-inner {
}
.section-interview-content .interview-content-wrap .interview-content-inner .interview-content-main {
    margin-bottom: 35px;
}
.section-interview-content .interview-content-wrap .interview-content-inner .interview-content-second {
}
.section-interview-content .interview-content-wrap .interview-content-inner .interview-gallery-photo {
    display: block;
    background: no-repeat center center;
    background-size: cover;
    height: 210px;
    margin-top: 20px;
}
.section-interview-content .interview-content-wrap .interview-content-inner p {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 15px;
}
.section-interview-content .interview-content-wrap .interview-content-inner em {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 0 0 15px;
}
.section-interview-content .interview-content-wrap .interview-content-inner h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.section-notes {
    padding: 50px 0 50px;
}
.section-notes h2.page-title {
    margin-top: 10px;
}
.section-notes .note-container {
    padding: 17px;
    margin-bottom: 25px;
    height: 331px;
    min-height: 314px;
    border-radius: 23px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
}
.section-notes .note-container .note-content-image {
    background: no-repeat center center;
    background-size: cover;
    height: 170px;
}
.section-notes .note-container .note-content-title {
    color: #01265a;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 14px;
    text-align: center;
}
.section-notes .note-container .note-read-more {
    display: block;
    background: #01265a;
    color: #fff;
    font-size: 13px;
    margin: auto auto 5px;
    padding: 5px 0 7px;
    text-align: center;
    width: 110px;
    border-radius: 20px;
}

.section-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: no-repeat center top url('../img/fondo-contacto.jpg');
    background-size: cover;
    color: #fff;
    height: 360px;
}
.section-contact strong {
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
}
.section-contact span {
    font-weight: 300;
    font-size: 28px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
}
.section-contact a {
    display: inline-block;
    color: #fff;
    font-size: 21px;
    -webkit-font-smoothing: antialiased;
}
.section-contact a:before {
    content: "\f0e0";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.2em;
    margin-right: 11px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Footer Styles */

footer {
    background: #e3e7ec;
    padding: 15px 0 20px;
}

footer .footer-social {
    margin-top: 15px;
    text-align: center;
}
footer .footer-social a {
    display: inline-block;
    background: no-repeat center center url('../img/rrss.png');
    background-size: cover;
    margin-right: 3px;
    width: 29px;
    height: 29px;
}
footer .footer-social a.social-fb {
    background-position: 0;
}
footer .footer-social a.social-ig {}
footer .footer-social a.social-tw {
    background-position: -67px;
}

footer span {
    display: block;
    font-size: 12px;
}

footer .footer-icon {
    position: relative;
    margin-top: 12px;
    padding-left: 16px;
}
footer .footer-icon:before {
    position: absolute;
    top: 2px;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.2em;
    margin-right: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
footer .footer-address {
    display: inline-block;
    padding-right: 20px;
    border-right: 1px solid #a7b4c7;
}
footer .footer-address:before {
    content: "\f041";
}
footer .footer-phone {
    display: inline-block;
    margin-left: 20px;
    padding-left: 21px;
    padding-right: 20px;
    border-right: 1px solid #a7b4c7;
}
footer .footer-phone:before {
    content: "\f095";
}
footer .footer-email {
    display: inline-block;
    margin-left: 20px;
    padding-left: 25px;
}
footer .footer-email:before {
    content: "\f0e0";
}
footer .footer-email a {
    font-size: 12px;
}

.video-youtube {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-youtube iframe {
    /* optional */
    position: initial;
    top: initial;
    width: 100%;
    height: 100%; 
}

/* Responsive Styles */

/* xs */
@media (max-width: 767px) {

    .carousel-caption {
        right: 15px;
        left: 15px;
        bottom: -94px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .section-interviews {
        padding: 92px 0 40px;
    }

    .navbar {
        background-color: #022658;
        position: inherit;
        top: inherit;
        padding-top: 0;
        min-height: auto;
    }

    .navbar-brand {
        height: 75px;
        margin-bottom: 10px;
        padding: 15px 0 0;
    }

    .navbar-nav {
        float: left;
        margin: 10px 0 0 0;
    }

    header.carousel {
        height: 151px;
        min-height: auto;
    }
    header.carousel .fill {
        height: 151px;
        background-size: contain;
    }

    .section-interview-content .interview-content-wrap .interview-content-title {
        padding-right: 0;
    }

    .section-interview-content .interview-content-wrap .interview-content-image {
        position: inherit;
        top: inherit;
        right: inherit;
        margin-top: 15px;
        width: auto;
        height: 215px;
    }

    footer .footer-address,
    footer .footer-phone,
    footer .footer-email {
        border-right: none;
        padding-right: 0;
        margin-left: 0;
    }

    footer img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    footer .text-right {
        text-align: center;
    }

}

/* sm, md, lg, ... */
@media (min-width: 768px) {

    .carousel-caption {
        right: 20%;
        left: 20%;
        bottom: -90px;
        padding-bottom: 0;
    }

    .section-interviews {
        padding: 100px 0 80px;
    }

    .section-notes .col-md-3:first-child {
        padding-left: 15px;
    }
    .section-notes .col-md-3:last-child {
        padding-right: 15px;
    }
    .section-notes .col-md-3 {
        padding-right: 10px;
        padding-left: 10px;
    }

}

/* md, lg, ... */
@media (min-width: 992px) {
}

/* lg, ...  */
@media (min-width: 1200px) {
}
