@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;
  }
  .hamburger {
    width: calc(46vw / var(--setSize--mobile));
    height: calc(24vw / var(--setSize--mobile));
    margin: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
    position: absolute;
    right: calc(20vw / var(--setSize--mobile));
    top: calc(45vw / var(--setSize--mobile));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 14;
  }
  .hamburger span {
    display: block;
    width: calc(46vw / var(--setSize--mobile));
    height: calc(2vw / var(--setSize--mobile));
    background-color: #fff;
    border-radius: calc(2vw / var(--setSize--mobile));
    transition: all 0.3s ease-in-out;
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(calc(11vw / var(--setSize--mobile))) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(calc(-20vw / var(--setSize--mobile)));
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(calc(-11vw / var(--setSize--mobile))) rotate(-45deg);
  }
  .wrapperMargin {
    float: left;
    width: 0;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .wrapper {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(10vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    background: var(--default--color--1);
    z-index: 30;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .wrapper__logo {
    float: left;
    width: calc(200vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
  }
  .wrapper__logo--img {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__right {
    height: auto;
  }
  .wrapper__contact {
    width: 100%;
    height: calc(auto - calc(100vw / var(--setSize--mobile)));
    position: fixed;
    left: 0;
    bottom: 0;
    padding: calc(15vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(15vw / var(--setSize--mobile)) 0px;
    background: var(--default--color--1);
    border-top: 1px solid #2960B7;
  }
  .wrapper__contact--href {
    margin: 0px 0px 0px calc(30vw / var(--setSize--mobile));
    padding: 0px 0px 0px calc(30vw / var(--setSize--mobile));
    color: #B7E1FA;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(20vw / var(--setSize--mobile));
    text-decoration: none;
  }
  .wrapper__contact--href:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: calc(5vw / var(--setSize--mobile));
    text-decoration-thickness: 1px;
  }
  .wrapper__contact--1 {
    background: url(images/wrapperContact_1.svg) center left no-repeat;
    background-size: calc(15vw / var(--setSize--mobile));
  }
  .wrapper__contact--2 {
    background: url(images/wrapperContact_2.svg) center left no-repeat;
    background-size: calc(15vw / var(--setSize--mobile));
  }
  .wrapper__contact--3 {
    display: none !important;
    background: url(images/wrapperContact_3.svg) center left no-repeat;
    background-size: calc(12vw / var(--setSize--mobile));
  }
  .wrapper__menu {
    display: none;
    float: right;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    list-style: none;
    background: #fff;
  }
  .wrapper__menu.wrapper--active {
    display: block;
  }
  .wrapper__menu--name {
    float: left;
    width: 100%;
    position: relative;
    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;
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href {
    color: var(--default--color--1);
  }
  .wrapper__menu--name:hover .wrapper__menu--href {
    color: var(--default--color--1);
  }
  .wrapper__menu--name:last-child .wrapper__menu--hr {
    display: none;
    visibility: hidden;
  }
  .wrapper__menu--href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(10vw / var(--setSize--mobile)) 0px calc(10vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile));
    color: #282828;
    font-size: calc(22vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(32vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
  }
  .wrapper__menu--href:before {
    content: "";
    float: left;
    width: calc(12vw / var(--setSize--mobile));
    height: calc(12vw / var(--setSize--mobile));
    position: absolute;
    top: calc(19vw / var(--setSize--mobile));
    left: 0;
    margin: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
    padding: 0px 0px 0px 0px;
    background: var(--default--color--1);
  }
  .wrapper__menu--hr {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .wrapper.smallWrapper {
    height: auto;
  }
  .header {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--header--color--1);
    font-size: calc(40vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(50vw / var(--setSize--mobile));
    text-wrap: balance;
  }
  .header span {
    color: var(--header--color--2);
  }
  .header:has(+ .text__19) {
    margin: 0px 0px calc(30vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
  }
  .header.header--80 {
    font-size: calc(50vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(50vw / var(--setSize--mobile));
  }
  .header.header--25 {
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .main {
    overflow: hidden;
  }
  .homeOne {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
    background: url(images/homeOneBg.jpg) center no-repeat;
    background-size: cover;
  }
  .homeOne__left .header {
    text-transform: none;
  }
  .homeOne__contact {
    width: calc(134vw / var(--setSize--mobile));
    height: calc(134vw / var(--setSize--mobile));
  }
  .homeOne__contact.p-r {
    position: fixed !important;
    right: calc(20vw / var(--setSize--mobile));
    bottom: calc(60vw / var(--setSize--mobile));
  }
  .homeOne__contact {
    background: var(--default--color--2);
    border-radius: 50%;
    flex-direction: column;
    z-index: 10;
  }
  .homeOneContact--img {
    width: calc(30vw / var(--setSize--mobile));
    margin: 0px 0px calc(5vw / var(--setSize--mobile)) 0px;
  }
  .homeOne__contact--text {
    font-size: calc(14vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(20vw / var(--setSize--mobile));
  }
  .homeOne__contact--text a {
    color: #fff;
    text-decoration: none;
  }
  .homeOne__contact--text a:hover {
    text-decoration: underline;
    text-underline-offset: calc(5vw / var(--setSize--mobile));
    text-decoration-thickness: 1px;
  }
  .homeOne__down {
    position: relative;
    padding: calc(60vw / var(--setSize--mobile)) 0px calc(80vw / var(--setSize--mobile)) 0px;
  }
  .homeOneBox {
    float: left;
    width: calc(150vw / var(--setSize--mobile));
    height: calc(150vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px calc(8vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px calc(0vw / var(--setSize--mobile)) 0px;
    text-decoration: none;
    background: var(--default--color--1);
    border-radius: 50%;
    overflow: hidden;
  }
  .homeOneBox:hover {
    background: var(--default--color--2);
  }
  .homeOneBox.homeOneBox--8 .homeOneBox__foto--img {
    width: calc(45vw / var(--setSize--mobile));
  }
  .homeOneBox.homeOneBox--9 .homeOneBox__foto--img {
    width: calc(55vw / var(--setSize--mobile));
  }
  .homeOneBox.homeOneBox--10 .homeOneBox__foto--img {
    width: calc(49vw / var(--setSize--mobile));
  }
  .homeOneBox.homeOneBox--11 .homeOneBox__foto--img {
    width: calc(48vw / var(--setSize--mobile));
  }
  .homeOneBox.homeOneBox--12 .homeOneBox__foto--img {
    width: calc(68vw / var(--setSize--mobile));
  }
  .homeOneBox.homeOneBox--13 .homeOneBox__foto--img {
    width: calc(48vw / var(--setSize--mobile));
  }
  .homeOneBox.homeOneBox--13 .homeOneBox__name {
    letter-spacing: calc(-1vw / var(--setSize--mobile));
  }
  .homeOneBox__foto {
    height: calc(70vw / var(--setSize--mobile));
  }
  .homeOneBox__name {
    height: calc(40vw / var(--setSize--mobile));
    font-size: calc(12vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(18vw / var(--setSize--mobile));
    text-wrap: balance;
    text-decoration: none;
  }
  .homeTwo .more--all {
    width: 100%;
  }
  .content {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .content__right {
    padding: calc(80vw / var(--setSize--mobile)) 0px 0px calc(0vw / var(--setSize--mobile));
  }
  .listOne {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .listOneBox {
    height: calc(280vw / var(--setSize--mobile));
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px calc(40vw / var(--setSize--mobile));
    background: #F2F6FC;
    border-radius: calc(40vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .listOneBox:hover .listOneBox__more {
    background: var(--default--color--2) !important;
  }
  .listOneBox__name {
    margin: 0px 0px calc(15vw / var(--setSize--mobile)) 0px !important;
  }
  .listOneBox__down {
    height: calc(40vw / var(--setSize--mobile)) !important;
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .listOneBox__date {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px 0px 0px calc(30vw / var(--setSize--mobile));
    color: var(--default--color--1);
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(22vw / var(--setSize--mobile));
    background: url(images/calendarIcon.svg) center left no-repeat;
    background-size: calc(16vw / var(--setSize--mobile));
  }
  .listOneBox__more {
    height: calc(40vw / var(--setSize--mobile)) !important;
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) !important;
    margin: 0 !important;
  }
  .listOneBox__more:after {
    margin: 0px 0px 0px calc(20vw / var(--setSize--mobile)) !important;
  }
  .listTwo {
    margin: calc(50vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .listTwoBox {
    height: calc(280vw / var(--setSize--mobile));
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px calc(50vw / var(--setSize--mobile));
    background: #022663;
    border-radius: calc(40vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .listTwoBox:hover .listTwoBox__more {
    background: var(--default--color--2) !important;
  }
  .listTwoBox__name {
    margin: 0px 0px calc(15vw / var(--setSize--mobile)) 0px !important;
  }
  .listTwoBox__down {
    height: calc(40vw / var(--setSize--mobile));
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .listTwoBox__date {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px 0px 0px calc(30vw / var(--setSize--mobile));
    color: var(--default--color--1);
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(22vw / var(--setSize--mobile));
    background: url(images/calendarIconWhite.svg) center left no-repeat;
    background-size: calc(16vw / var(--setSize--mobile));
  }
  .listTwoBox__more {
    height: calc(40vw / var(--setSize--mobile)) !important;
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) !important;
    margin: 0 !important;
    background: var(--default--color--1) !important;
  }
  .listTwoBox__more:after {
    margin: 0px 0px 0px calc(20vw / var(--setSize--mobile)) !important;
  }
  .listOne {
    margin: calc(50vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .listThreeBox {
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile));
    background: #F2F6FC;
    border-radius: calc(40vw / var(--setSize--mobile));
    overflow: hidden;
    justify-content: space-between !important;
  }
  .listThreeBox:hover .listThreeBox__more {
    background: var(--default--color--2) !important;
  }
  .listThreeBox__name {
    width: 100%;
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px !important;
  }
  .listThreeBox__down.w-100 {
    float: right !important;
    width: auto !important;
  }
  .listThreeBox__down {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .listThreeBox__date {
    display: none !important;
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px 0px 0px calc(30vw / var(--setSize--mobile));
    color: var(--default--color--1);
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(22vw / var(--setSize--mobile));
    background: url(images/calendarIcon.svg) center left no-repeat;
    background-size: calc(16vw / var(--setSize--mobile));
  }
  .listThreeBox__more {
    height: calc(40vw / var(--setSize--mobile)) !important;
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) !important;
    margin: 0 !important;
  }
  .listThreeBox__more:after {
    margin: 0px 0px 0px calc(20vw / var(--setSize--mobile)) !important;
  }
  .pageOne .content__left .text__19 {
    margin: calc(15vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile)) 0px;
  }
  .pageOne .more--all {
    width: 100% !important;
  }
  .searchBox {
    margin: calc(50vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .searchForm .formInput {
    width: 100%;
  }
  .searchForm .formSubmit {
    width: 100%;
    margin: calc(10vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .searchResults__info {
    margin: calc(30vw / var(--setSize--mobile)) 0px 0px 0px;
    color: #666;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(20vw / var(--setSize--mobile));
  }
  .searchResults__empty {
    margin: calc(30vw / var(--setSize--mobile)) 0px 0px 0px;
    color: #666;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(20vw / var(--setSize--mobile));
  }
  .footer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    background: var(--default--color--1);
  }
  .footer__up {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    border-bottom: 1px solid #2960B7;
  }
  .footer__up--logo {
    width: calc(190vw / var(--setSize--mobile));
    margin: 0px 0px calc(30vw / var(--setSize--mobile)) 0px;
  }
  .footer__up--text {
    width: 100%;
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile)) !important;
    color: #B7E1FA;
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .footer__up--text strong {
    color: #fff;
    font-weight: 500;
  }
  .footer__up--text a {
    color: #B7E1FA;
    text-decoration: none;
  }
  .footer__up--text a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: calc(5vw / var(--setSize--mobile));
    text-decoration-thickness: 1px;
  }
  .footer__up--text table {
    float: left;
    width: 100% !important;
    height: auto !important;
  }
  .footer__up--text table:nth-child(1) {
    background: url(images/footerIcon_1.svg) center left calc(0vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(38vw / var(--setSize--mobile)) !important;
  }
  .footer__up--text table:nth-child(2) {
    background: url(images/footerIcon_2.svg) center left calc(0vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(45vw / var(--setSize--mobile)) !important;
  }
  .footer__up--text table:nth-child(3) {
    background: url(images/footerIcon_3.svg) center left calc(0vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(43vw / var(--setSize--mobile)) !important;
  }
  .footer__up--text table:nth-child(4) {
    background: url(images/footerIcon_4.svg) center left calc(0vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(43vw / var(--setSize--mobile)) !important;
  }
  .footer__up--text table tr {
    width: auto !important;
    height: auto !important;
  }
  .footer__up--text table tr td {
    width: auto !important;
    height: calc(80vw / var(--setSize--mobile)) !important;
    padding: 0px 0px 0px calc(70vw / var(--setSize--mobile));
  }
  .footer__down {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .footer__arrow {
    float: left;
    position: absolute;
    top: 50%;
    left: calc(-70vw / var(--setSize--mobile));
    margin: calc(-4vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .footer__arrow--img {
    float: left;
    width: calc(16vw / var(--setSize--mobile));
    position: relative;
  }
  .footer__menu {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(40vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
  }
  .footer__menu--name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .footer__menu--name:last-child .footer__menu--hr {
    display: none;
    visibility: hidden;
  }
  .footer__menu--href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px calc(30vw / var(--setSize--mobile));
    color: #B7E1FA;
    font-size: calc(14vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(26vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    justify-content: flex-start !important;
  }
  .footer__menu--href:before {
    content: "";
    float: left;
    width: calc(12vw / var(--setSize--mobile));
    height: calc(12vw / var(--setSize--mobile));
    position: absolute;
    top: calc(7vw / var(--setSize--mobile));
    left: 0;
    margin: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #3863A4;
  }
  .footer__menu--href:hover {
    color: #fff;
  }
  .footer__menu--name.footer__menu--active .footer__menu--href {
    color: #fff;
  }
  .footer__menu--hr {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .scooli-logo img {
    width: calc(80vw / var(--setSize--mobile));
    filter: invert(1) brightness(100);
  }
  .dir {
    float: left;
    width: 100%;
    position: relative;
    padding: calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    background-color: var(--default--color--1);
    border-top: 1px solid #2960B7;
    z-index: 1;
  }
  .dir__li {
    float: left;
    position: relative;
  }
  .dir__li:first-child {
    margin: 0px 0px 0px calc(20vw / var(--setSize--mobile));
  }
  .dir__href {
    float: left;
    position: relative;
    color: #fff;
    font-size: calc(14vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(16vw / var(--setSize--mobile));
    text-decoration: none;
  }
  .dir__href:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: calc(5vw / var(--setSize--mobile));
    text-decoration-thickness: 1px;
  }
  .dir__arrow {
    float: left;
    width: calc(4vw / var(--setSize--mobile));
    position: relative;
    margin: calc(0vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) 0px calc(10vw / var(--setSize--mobile));
    filter: invert(1) brightness(100);
  }
  /* 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: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--1 {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(0vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto .box {
    float: left;
    width: 100%;
    height: calc(250vw / var(--setSize--mobile));
    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: calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(10vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) 0px;
    color: #000;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(18vw / var(--setSize--mobile));
    text-decoration: none;
  }
  .filesBoxFileImg {
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    position: relative;
    margin: 0px calc(20vw / var(--setSize--mobile)) 0px 0px;
  }
  .filesBoxFileTitle {
    float: left;
    width: calc(100% - calc(60vw / var(--setSize--mobile)));
    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: calc(20vw / var(--setSize--mobile));
  }
  .contentMap__name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
    color: #383436;
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(22vw / var(--setSize--mobile));
    text-align: left;
  }
  .contentMap__text {
    float: left;
    width: 100%;
    position: relative;
    color: #383436;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(22vw / var(--setSize--mobile));
    text-align: left;
  }
  .gm-ui-hover-effect {
    top: 3px !important;
    right: 3px !important;
  }
}/*# sourceMappingURL=style_rwd.css.map */