@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

body
{
    font-family: "Red Hat Display", sans-serif;
    font-weight: 400;
    background-color: #0d0d0d;
}

.logotipo
{
    width: 140px;
}

header
{
    padding: 5px 0;
    z-index: 99;
    position: fixed;
    width: 100%;
    backdrop-filter: blur(8px);
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.51);
}

.bgColor
{
    background-color: #0d0d0de3;
}

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: #97f622;
}

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

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

.offcanvas
{
    height: 100vh;
    background-color: #0d0d0d!important;
}

.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;
}

/* Main stage */

#stage
{
    height: 100vh;
    background-image: url(../img/stage.jpg);
    background-position: center top;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.videoRoad
{
    position: relative;
}

#video {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 100%;
    min-width: 100%;
    z-index: 0;
}

#stage h1
{
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 900;
    font-family: "Red Hat Display", sans-serif;
    text-shadow: 0 0 60px #000000;
    font-size: 56px;
    margin-bottom: 15px;
}

#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 span
{
    font-family: "Red Hat Display", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: #90e62480;
    padding: 6px 20px;
    border-radius: 15px;
    backdrop-filter: blur(3px);
}

section h2
{
    font-weight: 800;
    font-size: 38px;
    margin-bottom: 20px;
    color: #8ce522;
}

/* about */

#about
{
    padding: 120px 0;
    background-color: #0d0d0d;
}

#about h3
{
    color: #8ce522;
    font-size: 24px;
    margin-bottom: 15px;
}

#about p
{
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
}

.aboutText
{
    padding: 120px 0;
}

.Mission
{
    padding: 25px 20px;
    background: #202020;
    height: 100%;
    border-radius: 40px;
}

.Mission .icon
{
    font-size: 30px;
    color: #ffffffa8;
    background: #00000054;
    padding: 7px 12px;
    border-radius: 50%;
}

.Vission
{
    padding: 25px 20px;
    background: #8ce522;
    height: 100%;
    border-radius: 40px;
}

.Vission .icon
{
    font-size: 30px;
    color: #ffffffa8;
    background: #00000054;
    padding: 7px 12px;
    border-radius: 50%;
}

.Vission h3, .Vission p
{
    color: #000!important;
}

.aboutInfo
{
    border: 1px solid;
    border-radius: 40px;
    padding: 25px 20px;
    height: 100%;
    background: url(../img/about.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.aboutInfo h3
{
    text-shadow: 0 0 50px #000;
}

.aboutInfo p
{
    color: #fff!important;
    font-weight: 600;
    text-shadow: 0 0 50px #000;
}

.aboutInfo .icon
{
    font-size: 30px;
    color: #ffffffa8;
    background: #00000054;
    padding: 7px 12px;
    border-radius: 50%;
}

/* services */

#services
{
    padding: 120px 0;
    background-color: #ededed;
}

#services h2
{
    color: #0d0d0d;
}

#services h3
{
    font-weight: 900;
    font-size: 38px;
    margin-bottom: 0;
}


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

#services a
{
    background-color: #8ce522;
    padding: 10px 45px;
    text-decoration: none;
    border-radius: 15px;
    color: #000;
    transition: 0.3s;
}

#services a:hover
{
    background-color: #76c31b;
}

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

.border-service
{
    border-color: #bdbdbd!important;
}

.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;
}

/* Operations */

#operations
{
    padding: 120px 0;
    background-color: #8ce522;
    background-image: url(../img/operations.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#operations h2
{
    color: #0d0d0d;
        font-size: 38px;
}

#operations h3
{
    font-size: 24px;
    margin-bottom: 15px;
}


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

#operations a
{
    background-color: #ff9d01;
    padding: 10px 45px;
    text-decoration: none;
    border-radius: 15px;
    color: #000;
    transition: 0.3s;
}

#operations a:hover
{
    background-color: #c67a00;
}

#operations .icon {
    font-size: 24px;
    color: #92e52c;
    background: #000000;
    padding: 4px 8px;
    border-radius: 50%;
}

#operations .iconNumber
{
    font-size: 20px;
}

.operationContentFirst
{
    border-radius: 40px;
    border: 2px solid #00000082;
    padding: 25px 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px -2px #0000001c;   
    height: 100%;
}

.operationContentFirst h3
{
    font-weight: 700;
}

.operationContent
{
    border-radius: 40px;
    background-color: #ffffffb3;
    padding: 25px 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px -2px #0000001c; 
    height: 100%;
}

.operationContent p, .operationContentFirst p
{
    margin-bottom: 0;
}

.greenBG
{
    background-color: #99d742a1;
}

.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;
}

/* Map */

#map
{
}

.map-wrapper iframe {
  filter: grayscale(10%) invert(100%) contrast(90%);
}

/* Services mainStage */

#mainStage
{
    padding: 120px 0;
    background-image: url(../img/mainStage.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}

#mainStage h1
{
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 900;
    font-family: "Red Hat Display", sans-serif;
    text-shadow: 0 0 60px #000000;
    font-size: 56px;
    margin-bottom: 30px;
}

#mainStage a
{
    background-color: #8ce522;
    padding: 10px 45px;
    text-decoration: none;
    border-radius: 15px;
    color: #000;
    transition: 0.3s;
}

/* Services Pages */

#servicesPage
{
    padding: 120px 0;
    background-image: url(../img/EUA.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1000px;
}

#servicesPage p
{
    color: #fff;
    margin-bottom: 0;
}

#servicesPage h3
{
    color: #8ce522;
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 20px;
}

#servicesPage .icon
{
    color: #e5fa07;
    font-size: 28px;
    float: left;
    margin-bottom: 120px;
    margin-right: 15px;
    margin-top: -6px;
    background: #313131bd;
    padding: 5px 12px;
    border-radius: 50%;
}

.service
{
    padding: 25px 20px;
    /*background: #202020;*/
    height: 100%;
    border-radius: 40px;
}

/* FAQS */

#Faqs
{
    padding: 120px 0;
    background-color: #ededed;
}

#Faqs h2
{
    color: #0d0d0d;
}

.accordion-button:not(.collapsed)
{
    color: #0d0d0d;
    background-color: #8ae426;
}

.accordion
{
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem #4CAF50;
}

/* Phrase */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap");

:root {
  --bg: #000000;
  --clr-1: #8ce522;
  --clr-2: #33ff8c;
  --clr-3: #5dac00;
  --clr-4: #bdff6e;

  --blur: 1rem;
  --fs: clamp(3rem, 8vw, 7rem);
  --ls: clamp(-1.75px, -0.25vw, -3.5px);
}

#phrase {
padding: 120px 0;
display: grid;
place-items: center;
color: #fff;
}

*,
*::before,
*::after {
  font-family: inherit;
  box-sizing: border-box;
}

.content {
  text-align: center;
}

.title {
  font-size: 45px;
  font-weight: 800;
  letter-spacing: var(--ls);
  position: relative;
  overflow: hidden;
  background: var(--bg);
  margin: 0;
}

.subtitle {
}

.aurora {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: darken;
  pointer-events: none;
}

.aurora__item {
  overflow: hidden;
  position: absolute;
  width: 60vw;
  height: 60vw;
  background-color: var(--clr-1);
  border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  filter: blur(var(--blur));
  mix-blend-mode: overlay;
}

.aurora__item:nth-of-type(1) {
  top: -50%;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-1 12s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(2) {
  background-color: var(--clr-3);
  right: 0;
  top: 0;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-2 12s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(3) {
  background-color: var(--clr-2);
  left: 0;
  bottom: 0;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-3 8s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(4) {
  background-color: var(--clr-4);
  right: 0;
  bottom: -50%;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-4 24s ease-in-out infinite alternate;
}

@keyframes aurora-1 {
  0% {
    top: 0;
    right: 0;
  }

  50% {
    top: 100%;
    right: 75%;
  }

  75% {
    top: 100%;
    right: 25%;
  }

  100% {
    top: 0;
    right: 0;
  }
}

@keyframes aurora-2 {
  0% {
    top: -50%;
    left: 0%;
  }

  60% {
    top: 100%;
    left: 75%;
  }

  85% {
    top: 100%;
    left: 25%;
  }

  100% {
    top: -50%;
    left: 0%;
  }
}

@keyframes aurora-3 {
  0% {
    bottom: 0;
    left: 0;
  }

  40% {
    bottom: 100%;
    left: 75%;
  }

  65% {
    bottom: 40%;
    left: 50%;
  }

  100% {
    bottom: 0;
    left: 0;
  }
}

@keyframes aurora-4 {
  0% {
    bottom: -50%;
    right: 0;
  }

  50% {
    bottom: 0%;
    right: 40%;
  }

  90% {
    bottom: 50%;
    right: 25%;
  }

  100% {
    bottom: -50%;
    right: 0;
  }
}

@keyframes aurora-border {
  0% {
    border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  }

  25% {
    border-radius: 47% 29% 39% 49% / 61% 19% 66% 26%;
  }

  50% {
    border-radius: 57% 23% 47% 72% / 63% 17% 66% 33%;
  }

  75% {
    border-radius: 28% 49% 29% 100% / 93% 20% 64% 25%;
  }

  100% {
    border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  }
}

/* Testimonials */

#testimonials
{
    padding: 120px 0;
}

#testimonials p
{
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
}

#testimonials h2
{
    color: #ffffff;
}

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

.quote
{
    border-radius: 40px;
    background-color: #202020;
    width: 60%;
    margin: 0 auto;
    padding: 20px;
    min-height: 200px;
}

.quote p
{
    margin-bottom: 0;
}

.quote h4
{
    font-size: 18px;
    font-weight: 700;
    color: #92e52c;
    margin-top: 20px;
}

.iconStar
{
    color: #e3b800;
    font-size: 14px;
    margin-right: 3px;
}

.quoteIcon
{
    color: #0d0d0d;
    font-size: 40px;
    padding: 0 7px;
    border-radius: 50%;
    background-color: #8ce522;
}

.profile
{
    border-radius: 25px;
}

.quoteAutor
{
    color: #7ec2f0;
}

.italicText
{
    font-style: italic;
}

/* Contact */

#contact
{
    padding: 120px 0;
    background-color: #ededed;
}

#contact h2 {
    color: #0d0d0d;
}

#contact h5
{
    font-size: 16px;
    font-weight: 400;
}

#contact p
{
    font-size: 18px;
}

#contact h5 a
{
    text-decoration: none;
    font-size: 18px;
    color: #000;
}

#contact h5 i
{
    margin-right: 10px;
    font-size: 18px;
    color: #212529;
    background: #d9d9d9;
    padding: 5px 8px;
    border-radius: 50%;
}

.titleContact
{
    font-size: 22px;
}

.leftContactoInfo
{
    padding: 50px;
}

.rightContactoInfo
{
    background-color: #d9d9d9;
    border-radius: 35px;
    padding: 50px;
}

.rightContactoInfo a
{
    text-decoration: none;
    color: #8fe522;
    background-color: #0d0d0e;
    padding: 10px 40px;
    border-radius: 15px;
}

.socialNetworks
{
    margin-top: 10px;
}

.socialNetworks a
{
    font-size: 24px;
    color: #92e52c;
    background: #000000;
    padding: 4px 8px;
    border-radius: 50%;
    margin-right: 3px;
}

/* footer */

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

footer ul
{
    border-bottom: 1px solid #8de423;
}

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: #92e52c;
}

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: #0d0d0d;
}

#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: 15px 0;
        text-align: center;
    }
    
    .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;
    }
    
    .rightContactoInfo a
    {
        display: block;
        text-align: center;
    }
    
    #publication
    {
        background-size: contain, auto;
        background-position: left bottom, center;
    }
    
    #servicesPage .icon
    {
        margin-bottom: 160px;
    }
    
    #mainStage h1
    {
        font-size: 40px;
    }
    
    #video
    {
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%);
    }
    
    .aboutInfo
    {
        height: 450px;
    }
    
    .border-service
    {
        border-color: #ededed!important;
    }
    
    #operations
    {
        background-size: cover;
        background-position: -650px center;
        background-color: transparent;
        background-image: url(../img/operations.jpg);
        background-attachment: scroll;
    }
    
    #stage span
    {
        font-size: 15px;
    }
    
}

@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;
    }
    
    #servicesPage .icon
    {
        margin-bottom: 140px;
    }
    
    #mainStage h1
    {
        font-size: 44px;
    }
    
    #video
    {
        -webkit-transform: translateX(-55%);
        transform: translateX(-55%);
    }
    
    .aboutInfo
    {
        height: 450px;
    }
    
    #services p
    {
        font-size: 16px !important;
    }
    
    #operations
    {
        background-size: cover;
        background-position: -240px 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 #8de423;
    }
    
    .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;
    }
    
    .rightContactoInfo a
    {
        display: block;
        text-align: center;
    }
    
    #publication
    {
        background-size: contain, auto;
        background-position: left bottom, center;
    }
    
    .aboutInfo
    {
        height: 450px;
        background-position: center -320px;
    }
    
    #operations
    {
        background-size: cover;
        background-position: -40px 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) {

}