@media screen and (min-aspect-ratio: 13/9) {
  .popupLandscape {
    display: block !important;
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .popupLandscape .popup {
    background: rgba(0, 0, 0, 0.95);
  }
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .popupLandscape {
    display: none;
  }
  .noPhone {
    display: none !important;
    visibility: hidden !important;
  }
  .wrapper {
    float: left;
    width: 100%;
    height: 15vw;
    margin: 0px 0px 0px 0px;
    padding: 0px 5vw 0px 5vw;
    position: relative;
    top: 0;
    left: 0;
    background: #262626;
    z-index: 30;
  }
  .wrapper__logo {
    float: left;
    height: 80%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: 4vw;
    font-weight: 600;
    line-height: 5vw;
    text-decoration: none;
    text-align: left;
  }
  .wrapper__logo .mainFoto {
    width: auto !important;
    height: 100% !important;
    margin: 0px 5vw 0px 0px;
  }
  .wrapper__menu {
    float: left;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
  }
  .wrapper__menu--name {
    float: left;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href {
    color: #f42f39;
  }
  .wrapper__menu--name:hover .wrapper__menu--href:before {
    width: 100%;
    left: 0;
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href:before {
    width: 100%;
    left: 0;
  }
  .wrapper__menu--name:last-child .wrapper__menu--hr {
    display: none;
    visibility: hidden;
  }
  .wrapper__menu--href {
    float: left;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #ffffff;
    font-size: 4.75vw;
    font-weight: 400;
    line-height: 4.75vw;
    text-transform: uppercase;
    text-decoration: none;
  }
  .wrapper__menu--href:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: 0.5vw;
    background-color: #f42f39;
    transition: all 0.2s ease-in-out;
  }
  .wrapper__menu--href:hover {
    color: #f42f39;
  }
  .wrapper__menu--hr {
    float: left;
    position: relative;
    padding: 0px 5vw 0px 5vw;
  }
  .main {
    background: #fff url(images/bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .content {
    width: 100%;
    padding: 10vw 5vw 10vw 5vw;
  }
  .home {
    padding: 0vw 0px 0vw 0px;
  }
  .homeList {
    margin: 10vw 0px 0px 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }
  .homeBox {
    height: 17.5vw;
    padding: 0vw;
    background-color: #fff;
    border-radius: 1.75vw;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .homeBox:hover .homeBox__href {
    background-color: #f42f39;
  }
  .homeBox:hover .homeBox__href .homeBox__name {
    color: #fff;
  }
  .homeBox__href {
    height: 100%;
    padding: 2.5vw;
    background-color: #fff;
  }
  .homeBox__number {
    width: 12.5vw;
    height: 100%;
    color: #476c72;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
  }
  .homeBox__name {
    width: calc(100% - 12.5vw);
    padding: 0px 5vw 0px 3.75vw;
    color: #476c72;
  }
  .examStart {
    padding: 0vw 0px 0vw 0px;
  }
  .exam__submit {
    height: 15vw;
    color: #ffffff;
    font-size: 5vw;
    font-weight: 700;
    line-height: 5vw;
    letter-spacing: 0.5vw;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #f42f39;
    border: 0px solid #fff;
    border-radius: 1.75vw;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  .exam__other {
    float: left;
    height: 12.5vw;
    position: fixed;
    top: 1.25vw;
    right: 5vw;
    margin: 0px 0px 0px 0px;
    padding: 0px 2.5vw 0px 2.5vw;
    border-radius: 1.75vw;
    border: 1px solid rgb(255, 255, 255);
    z-index: 50;
    background: #262626;
  }
  .exam__times {
    height: 7.5vw;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: fixed;
    top: 0;
    right: 0;
    color: #f42f39;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 3.5vw;
  }
  .exam__time {
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  .exam__time--number {
    height: 7.5vw;
    color: #262626;
    font-size: 5vw;
    font-weight: 500;
    line-height: 5vw;
    background-color: #e8e5e0;
    border-radius: 1.75vw;
  }
  .exam__time--number.w-100 {
    width: 10vw !important;
  }
  .exam__time--text {
    margin: 1.25vw 0px 0px 0px;
  }
  .exam__time--text.w-100 {
    width: 10vw !important;
  }
  .exam__time--dots {
    display: none !important;
    margin: -6.25vw 1.25vw 0px 1.25vw;
  }
  .exam__time--textEndFixed {
    width: calc(100% - 20vw);
    position: fixed;
    left: 10vw;
    top: 42%;
    padding: 6.25vw 10vw 6.25vw 10vw;
    background: #f42f39;
    border-radius: 1.75vw;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 50;
  }
  .questionList {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 2.5vw;
    grid-row-gap: 15vw;
  }
  .question {
    padding: 2.5vw 0px 0px 0px;
  }
  .page--idk--4 .questionList .question:nth-child(1) {
    padding: 2.5vw 0px 0px 0px;
  }
  .page--idk--4 .questionList .question {
    padding: 15vw 0px 0px 0px;
  }
  .question__foto .mainFoto {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin: 5vw 0px 0px 0px;
    padding: 5vw 5vw 5vw 5vw;
    background-color: rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .question__foto .mainFoto .img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    width: auto !important;
    height: auto !important;
    min-width: 25vw;
    max-width: 100%;
    max-height: 100vw;
  }
  .answers {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }
  .answer {
    min-height: 15vw;
    padding: 0vw;
    background-color: #fff;
    border-radius: 1.75vw;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .answer.correct {
    box-shadow: 2px 2px 10px 0px rgb(31, 210, 63);
  }
  .answer.correct .answer__label {
    background-color: rgb(31, 210, 63) !important;
    border-radius: 1.75vw;
  }
  .answer.correct .answer__label .answer__text {
    color: #fff !important;
  }
  .answer__label {
    height: 100%;
    padding: 2.5vw;
    background-color: #fff;
  }
  .answer__number {
    width: 12.5vw;
    height: 100%;
    color: #476c72;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
  }
  .answer__text {
    width: calc(100% - 12.5vw);
    padding: 0px 6.25vw 0px 3.75vw;
    color: #476c72;
  }
  .answer__input {
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 0;
  }
  .answer .answer__input:checked + .answer__label {
    background-color: #f42f39;
  }
  .answer .answer__input:checked + .answer__label .answer__text {
    color: #fff;
  }
  .bar {
    float: left;
    width: 100%;
    position: relative;
    margin: 0vw 0px 0px 0px;
    padding: 5vw 5vw 0vw 5vw;
  }
  .bar__inside {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 5vw 5vw 2.5vw 5vw;
    background: #262626;
    border-radius: 1.75vw;
  }
  .bar__progress {
    width: calc(100% - 10vw);
    height: 5vw;
    margin: 0px 5vw 0px 5vw;
  }
  .bar__progress.p-r {
    position: absolute !important;
    top: 5vw;
    left: 0;
  }
  .bar__progress--line {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 1.75vw;
  }
  .bar__progress--active {
    width: 0;
    height: 100%;
    background-color: #f42f39;
    border-radius: 1.75vw;
  }
  .bar__progress--toltip {
    float: right;
    width: 3vw;
    height: 3vw;
    position: absolute;
    right: 0;
    top: 0;
  }
  .bar__progress--toltip:before {
    content: " ";
    width: 3vw;
    height: 3vw;
    position: absolute;
    left: 50%;
    bottom: 5vw;
    margin: 0px 0px 0px 0vw;
    background-color: #f42f39;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
            clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
  .bar__progress--text {
    float: right;
    width: 15vw;
    height: 12.5vw;
    position: absolute;
    top: -17.5vw;
    left: 80%;
    transform: translate(-50%, 0);
    color: #fff;
    font-size: 0vw;
    font-weight: 400;
    line-height: 3.5vw;
    background-color: #f42f39;
    border-radius: 1.75vw;
  }
  .bar__progress--percentage {
    margin: 0px 0vw;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 3.5vw;
  }
  .bar__progress--step {
    margin: 0px 0vw;
  }
  .button__box {
    width: 49% !important;
    margin: 7.5vw 0px 0vw 0px;
  }
  .button__nav {
    width: 100%;
    height: 15vw;
    padding: 0px 15vw 0px 15vw;
    color: #262626;
    font-size: 4.5vw;
    font-weight: 600;
    line-height: 5vw;
    border: 0px solid #fff;
    border-radius: 1.75vw;
    background-color: #fff;
  }
  .button__nav:hover {
    color: #fff;
    background-color: #f42f39;
  }
  .button__nav.prev {
    margin: 0vw 0px 2.5vw 0px;
  }
  .button__nav.next {
    margin: 0vw 0px 2.5vw 0px;
  }
  .contact {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0vw 0vw 0vw 0vw;
    background: #fff;
  }
  .contact__left {
    float: left;
    width: 100%;
    position: relative;
    padding: 5vw;
    overflow: hidden;
  }
  .contact__left .mainFoto {
    width: 62.5vw !important;
    height: auto !important;
    margin: 0px 0px 5vw -5vw;
  }
  .contact__right {
    float: left;
    width: 100%;
    height: 87.5vw;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0vw 0px 0px 0vw;
  }
  .footer {
    float: left;
    width: 100%;
    position: relative;
    margin: 5vw 0px 5vw 0px;
    padding: 0vw 5vw 0vw 5vw;
  }
  .footer__inside {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 5vw 5vw 5vw 5vw;
    background: #262626;
    border-radius: 1.75vw;
    align-items: flex-start !important;
    align-content: flex-start !important;
  }
  .footer__arrow {
    float: left;
    width: 30%;
    position: relative;
    margin: 2.5vw 0px 0px 0px;
    justify-content: flex-start !important;
  }
  .footer__arrow--img {
    float: right;
    width: 3.75vw;
    position: relative;
  }
  .footer__menu {
    float: left;
    width: 70%;
    position: relative;
    margin: 0vw 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    justify-content: flex-end !important;
  }
  .footer__menu--name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .footer__menu--href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #ffffff;
    font-size: 4vw;
    font-weight: 400;
    line-height: 6.5vw;
    text-decoration: none;
    justify-content: flex-end !important;
  }
  .footer__menu--href:hover {
    color: #f42f39;
  }
  .footer__menu--name.footer__menu--active .footer__menu--href {
    color: #f42f39;
  }
  .footer__menu--hr {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 2.5vw 0px 2.5vw;
  }
  .footer__menu--name:last-child .footer__menu--hr {
    display: none;
    visibility: hidden;
  }
  .default {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0vw 0vw 0vw 0vw;
  }
  .default__left {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 5vw 0px;
    overflow: hidden;
  }
  .default__right {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 12.5vw 0px 0px 25vw;
  }
  .default .galleryFoto {
    margin: 10vw 0px 0px 0px;
  }
  .default .filesBox {
    margin: 10vw 0px 0px 0px;
  }
  .default .text__19 iframe {
    float: left;
    width: 100%;
    height: 62.5vw;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 5vw 5vw 5vw 5vw;
    background-color: rgba(0, 0, 0, 0.05);
  }
  /* Default */
  .mainFoto {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .mainFotoBackground {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .mainFoto .img,
  .mainFotoBackground .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .galleryFoto {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .galleryFoto.columns--5 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }
  .galleryFoto.columns--4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }
  .galleryFoto.columns--3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }
  .galleryFoto.columns--2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }
  .galleryFoto.columns--1 {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0vw;
    grid-row-gap: 2.5vw;
  }
  .galleryFoto .box {
    float: left;
    width: 100%;
    height: 62.5vw;
    position: relative;
    overflow: hidden;
  }
  .galleryFoto.columns--1 .box {
    height: 100%;
  }
  .galleryFoto .box .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 1s;
  }
  .galleryFoto .box:hover .img {
    transform: scale(1.1);
  }
  .galleryFotoOwl {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .galleryFotoOwl .box {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .galleryFotoOwl .box .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .filesBox {
    float: left;
    width: 100%;
    position: relative;
    margin: 5vw 0px 5vw 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 2.5vw 2.5vw 0px;
    color: #000;
    font-size: 4vw;
    font-weight: 400;
    line-height: 4.5vw;
    text-decoration: none;
  }
  .filesBoxFileImg {
    float: left;
    width: 10vw;
    position: relative;
    margin: 0px 5vw 0px 0px;
  }
  .filesBoxFileTitle {
    float: left;
    width: calc(100% - 15vw);
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile:hover {
    color: #e12e38;
  }
  .googleMap {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .googleMap .mapaBox {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .contentMap {
    float: left;
    position: relative;
    padding: 5vw;
  }
  .contentMap__name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 2.5vw 0px;
    color: #383436;
    font-size: 5vw;
    font-weight: 400;
    line-height: 5.5vw;
    text-align: left;
  }
  .contentMap__text {
    float: left;
    width: 100%;
    position: relative;
    color: #383436;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 5.5vw;
    text-align: left;
  }
  .gm-ui-hover-effect {
    top: 3px !important;
    right: 3px !important;
  }
}/*# sourceMappingURL=style_rwd.css.map */