@font-face {
  font-family: 'NeueEinstellung';
  src: url('../font/NeueEinstellung-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'NeueEinstellung';
  src: url('../font/NeueEinstellung-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'NeueEinstellung';
  src: url('../font/NeueEinstellung-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NeueEinstellung';
  src: url('../font/NeueEinstellung-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NeueEinstellung';
  src: url('../font/NeueEinstellung-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'NeueEinstellung';
  src: url('../font/NeueEinstellung-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'NeueEinstellung';
  src: url('../font/NeueEinstellung-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NeueEinstellung';
  src: url('../font/NeueEinstellung-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'NeueEinstellung';
  src: url('../font/NeueEinstellung-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}


body
{
    font-family: 'NeueEinstellung', sans-serif;
    font-weight: 400;
}

.logotipo
{
    width: 140px;
}

header
{
    padding: 3px 0;
    z-index: 99;
    position: fixed;
    width: 100%;
    backdrop-filter: blur(5px);
}

.bgColor
{
    background-color: #61b5edd4;
}

header nav
{
    margin-left: 20px;
}

header nav ul
{
    margin: 0;
    padding: 0;
}

header nav ul li
{
    display: inline;
}

header nav ul li a
{
    text-decoration: none;
    color: #ffffff;
    padding: 6px 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.3s;
    font-weight: 500;
}

header nav ul li a:hover
{
    color: #1377be;
}

.networks i
{
    margin-left: 0;
    font-size: 1.2rem;
    color: #ffffff;
    transition: 0.3s;
}

.networks i:hover
{
    color: #e6ff2b;
}

.offcanvas
{
    height: 100vh;
}

.navbar
{
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-toggler
{
    border: none;
}

.navbar-toggler:focus
{
    box-shadow: none;
}

.bar1
{
    background-color: #fff;
    width: 28px;
    height: 2px;
}

.bar2
{
    background-color: #fff;
    width: 22px;
    height: 2px;
    margin-top: 6px;
    margin-left: 3px;
}

.bar3
{
    background-color: #fff;
    width: 28px;
    height: 2px;
    margin-top: 6px;
}

.language a
{
    padding: 5px;
    border: 1px solid #1377be;
    font-size: 12px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.language a:hover
{
    background-color: #ffffff;
    color: #000000;
}

/* Main stage */

#stage
{
    height: 100vh;
    background-image: linear-gradient(0deg,rgba(93, 184, 235, 1) 0%, rgba(93, 184, 235, 0) 45%), url(../img/cover.jpg);
    background-position: center top;
    background-size: cover;
    text-align: center;
}

#stage h1
{
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    font-family: 'NeueEinstellung', sans-serif;
    text-shadow: 0px 0px 60px #23475d;
    margin-bottom: 20px;
    font-size: 50px;
}

#stage a
{
    display: block;
    color: #fff;
    font-size: 25px;
    border: 1px solid #fff;
    width: fit-content;
    text-align: center;
    margin: 0 auto 50px auto;
    padding: 7px 12px 5px;
    border-radius: 50%;
    transition: 0.2s;
}

#stage a:hover
{
    background-color: #fff;
    color: #1377be;
}

#stage h1 span
{
    font-family: 'NeueEinstellung', sans-serif;
    display: block;
    font-size: 32px;
    font-weight: 500;
}

section h2
{
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 50px;
}

/* about */

#about, #aboutThree
{
    background-color: #054e83;
}

.coverAbout {
    height: 100%;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#about h3, #aboutTwo h3, #aboutThree h3
{
    color: #81ceff;
    font-size: 34px;
    margin-bottom: 15px;
}

#about p, #aboutTwo p, #aboutThree p
{
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    text-align: left;
}

.aboutText
{
    padding: 120px 0;
}

.mision
{
    padding: 120px;
    background: url(../img/mision.svg), #292768;
    background-repeat: no-repeat, no-repeat;
    background-position-x: left;
    background-position-y: top;
    background-size: 500px;
    height: 100%;
}

.vision
{
    padding: 120px;
    background: url(../img/vision.svg), #55abe5;
    background-repeat: no-repeat, no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 500px;
    height: 100%;
}

/* services */

#services
{
    padding: 120px 0;
}

#services h4
{
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
}

#services p
{
    font-size: 18px!important;
}

#services .card
{
    border: none;
    background-color: aliceblue;
}

.ServiceIcon
{
    font-size: 35px;
    background-color: #a2daff;
    display: inline;
    border-radius: 50%;
    padding: 14px 18px;
    color: #4493c8;
}

.btn-blue
{
    background-color: #292768;
    color: #ffffff;
}

.btn-blue:hover
{
    background-color: #171541;
    color: #ffffff;
}

/* Publication */

#publication
{
    padding: 120px 0;
    background: #271D69;
    background: url(../img/museo.png), linear-gradient(90deg, rgba(19, 119, 190, 1) 0%, rgba(39, 29, 105, 1) 100%);
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    background-position: left center, center;
    background-blend-mode: soft-light;
}

#publication h3
{
    color: #a2daff;
    font-size: 42px;
    margin-bottom: 0;
}

#publication h5
{
    color: #a2daff;
    font-size: 22px;
    margin-bottom: 20px;
}

#publication p
{
    color: #ffffff;
    font-size: 18px;
}

.bookImage
{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.btn-yellow
{
    background-color:#d7a920;
}

.btn-yellow:hover
{
    background-color:#ba9218;
}

/* Gellery */

#gallery
{
    padding: 120px 0;
}

.picture
{
    width: 100%;
    height: 120px;
    background-color: #0d3f61;
    border-radius: 0;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
}

.picture:hover
{
    background-blend-mode: luminosity;
}

/* Testimonials */

#testimonials
{
    background-color: #1377be;
    padding: 120px 0;
}

#testimonials h2
{
    color: #ffffff;
}

#testimonials .card
{
    background-color: #054e83;
    color: #fff;
}

#testimonials .card .card-body
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.quotes
{
    text-align: center;
    margin: 10px 0 30px 0;
}

.quote
{
    width: 40px;
}

.quoteAutor
{
    color: #7ec2f0;
}

.italicText
{
    font-style: italic;
}

/* Contact */

#contact
{
    padding: 120px 0;
}

#contact h5
{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

#contact h5 a
{
    color: #ffffff;
    text-decoration: none;
}

#contact h5 i
{
    margin-right: 10px;
    color: #55abe5;
}

.titleContact
{
    font-size: 22px;
    color: #ffffff;
}

.contactInfo
{
    background-color: #e9e9e9;
    border-radius: 35px;
}

.leftContactoInfo
{
    background-color: #292768;
    border-radius: 35px;
    padding: 50px;
    height: 100%;
}

.rightContactoInfo
{
    padding: 50px;
}

.socialNetworks
{
    margin-top: 10px;
}

.socialNetworks a
{
    font-size: 30px;
    color: #55abe5;
}

.socialNetworks a i
{
    margin-right: 10px;
}

/* footer */

footer
{
    padding: 60px 0;
    background-color: #171717;
    color: #fff;
}

footer ul
{
    border-bottom: 1px solid #61b5ed;
}

footer ul li
{
    
}

footer ul li a
{
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.3s;
}

footer ul li a:hover
{
    color: #1377be;
}

footer p
{
    color: #9f9f9f;
    font-size: 12px;
}

/* Team */

#team
{
    padding: 120px 0;
}

#team h4
{
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}

#team p
{
    font-size: 11px;
    margin-bottom: 0;
    color: #93d3ff;
}

.team
{
    position: relative;
    width: 100%;
    height: 300px;
    background-position: center, center!important;
    background-repeat: no-repeat, no-repeat!important;
    background-size: cover, cover!important;
    background-color: aliceblue;
}

.teamTwo
{
    position: relative;
    width: 100%;
    height: 300px;
    background-position: center, center!important;
    background-repeat: no-repeat, no-repeat!important;
    background-size: cover, contain!important;
}

.teamDesc
{
    position: absolute;
    bottom: 10px;
    left: 10px;
}

/* Others */

.pswp__bg
{
    background: #000000e0;
    backdrop-filter: blur(4px);
}

#Back
{
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #61b5ed;
}

#Back p
{
    margin: 10px;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    letter-spacing: 6px;
}

.svg-defs
{
    height: 1px;
    left: -100px;
    position: absolute;
    top: -100px;
    width: 1px;
}

.loading__filler
{
    transform: skew(0, 0deg);
}

.loading__logo
{
    clip-path: url(#pictogram);
    height: 118px;
    width: 200px;
}

.accordion-flush>.accordion-item>.accordion-collapse, .accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed
{
    background-color: aliceblue;
}

/* Media Queries */

@media (max-width: 575.98px) {
    
    .Scroll
    {
        display: none;
    }
    
    .swiper
    {
        width: 75%;
    }
    
    #stage h1
    {
        font-size: 30px;
        margin-bottom: 10px;
    }

    #stage h1 span
    {
        font-size: 20px;
    }
    
    .borderOne
    {
        border-top: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        border-right: none;
        border-left: none;
        padding: 10px 0;
        margin: 10px 0;
    }
    
    .formacion
    {
        min-height: 260px;
    }
    
    .SchoolIcon
    {
        position: relative;
        margin: 15px 10px;
    }
    
    .SchoolIcon2
    {
        position: relative;
        margin: 15px 10px;
    }
    #about ul
    {
        padding-left: 10px;
    }
    
    header nav ul li
    {
        display: inline;
        padding: 12px 0;
        border-bottom: 1px solid #253b41;
    }
    
    .navbar-nav
    {
        padding: 0 !important;
    }
    
    .networks
    {
        padding-top: 20px;
        float: left;
        padding-left: 10px;
    }
    
    .language
    {
        float: right;
        margin-top: 20px;
        padding-right: 10px;
    }

    .mision
    {
        padding: 100px 40px;
    }

    .vision
    {
        padding: 100px 40px;
        background-position-x: left;
        background-position-y: top;
    }

    .aboutText
    {
        padding: 120px 0;
    }

    #stage a
    {
        margin: 0 auto 15px auto;
        padding: 4px 8px 0px;
    }
    
    #about h3, #aboutTwo h3, #aboutThree h3
    {
        font-size: 26px;
    }

    #about p, #aboutTwo p, #aboutThree p
    {
        font-size: 18px;
    }

    #services
    {
        padding: 100px 0;
    }

    #publication
    {
        padding: 100px 0;
    }

    .bookImage img
    {
        margin-right: -35px;
    }

    #gallery
    {
        padding: 100px 0;
    }

    #testimonials
    {
        padding: 100px 0;
    }

    #contact
    {
        padding: 100px 0;
    }

    .leftContactoInfo
    {
        margin-top: 15px;
        border-radius: 25px;
        padding: 20px;
    }

    .rightContactoInfo
    {
        padding: 20px;
    }
    
    #publication
    {
        background-size: contain, auto;
        background-position: left bottom, center;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .swiper
    {
        width: 70%;
    }
    
    #stage h1
    {
        font-size: 40px;
        margin-bottom: 10px;
    }

    #stage h1 span
    {
        font-size: 25px;
    }
    
    .borderOne
    {
        border-top: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        border-right: none;
        border-left: none;
        padding: 10px 0;
        margin: 10px 0;
    }
    
    .formacion
    {
        min-height: 160px;
    }
    
    header nav ul li
    {
        display: inline;
        padding: 12px 0;
        border-bottom: 1px solid #253b41;
    }
    
    .navbar-nav
    {
        padding: 0 !important;
    }
    
    .networks
    {
        padding-top: 20px;
        float: left;
        padding-left: 10px;
    }
    
    .language
    {
        float: right;
        margin-top: 20px;
        padding-right: 10px;
    }

    .mision
    {
        padding: 100px 40px;
    }

    .vision
    {
        padding: 100px 40px;
        background-position-x: left;
        background-position-y: top;
    }

    .aboutText
    {
        padding: 120px 0;
    }

    #stage a
    {
        margin: 0 auto 15px auto;
        padding: 4px 8px 0px;
    }
    
    #about h3, #aboutTwo h3, #aboutThree h3
    {
        font-size: 26px;
    }

    #about p, #aboutTwo p, #aboutThree p
    {
        font-size: 18px;
    }

    #services
    {
        padding: 100px 0;
    }

    #publication
    {
        padding: 100px 0;
    }

    .bookImage img
    {
        margin-right: -35px;
    }

    #gallery
    {
        padding: 100px 0;
    }

    #testimonials
    {
        padding: 100px 0;
    }

    #contact
    {
        padding: 100px 0;
    }

    .leftContactoInfo
    {
        margin-top: 15px;
        border-radius: 25px;
        padding: 20px;
    }

    .rightContactoInfo
    {
        padding: 20px;
    }
    
    #publication
    {
        background-size: contain, auto;
        background-position: left bottom, center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .formacion
    {
        min-height: 180px;
    }
    
    header nav ul li
    {
        display: inline;
        padding: 12px 0;
        border-bottom: 1px solid #253b41;
    }
    
    .navbar-nav
    {
        padding: 0 !important;
    }
    
    .networks
    {
        padding-top: 20px;
        float: left;
        padding-left: 10px;
    }
    
    .language
    {
        float: right;
        margin-top: 20px;
        padding-right: 10px;
    }

    #stage h1
    {
        font-size: 40px;
        margin-bottom: 10px;
    }

    #stage h1 span
    {
        font-size: 24px;
    }

    .mision
    {
        padding: 100px 40px;
    }

    .vision
    {
        padding: 100px 40px;
        background-position-x: left;
        background-position-y: top;
    }

    .aboutText
    {
        padding: 120px 0;
    }

    #stage a
    {
        margin: 0 auto 15px auto;
        padding: 4px 8px 0px;
    }
    
    #about h3, #aboutTwo h3, #aboutThree h3
    {
        font-size: 28px;
    }

    #about p, #aboutTwo p, #aboutThree p
    {
        font-size: 18px;
    }

    #services
    {
        padding: 100px 0;
    }

    #publication
    {
        padding: 100px 0;
    }

    .bookImage img
    {
        margin-right: -145px;
        width: 550px;
        max-width: 300%;
    }

    #gallery
    {
        padding: 100px 0;
    }

    #testimonials
    {
        padding: 100px 0;
    }

    #contact
    {
        padding: 100px 0;
    }

    .leftContactoInfo
    {
        padding: 20px;
    }

    .rightContactoInfo
    {
        padding: 20px;
    }
    
    #publication
    {
        background-size: contain, auto;
        background-position: left bottom, center;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .bookImage img
    {
        margin-right: -145px;
        width: 550px;
        max-width: 300%;
    }
    
    #stage h1
    {
        font-size: 42px;
        margin-bottom: 10px;
    }

    #stage h1 span
    {
        font-size: 26px;
    }
    
    #publication
    {
        background-size: contain, auto;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    #stage h1
    {
        font-size: 42px;
        margin-bottom: 10px;
    }

    #stage h1 span
    {
        font-size: 26px;
    }
    
    #publication
    {
        background-size: contain, auto;
    }
}

@media (min-width: 1400px) {

}