@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
    background: url(imgs/site_multivista_2023-07.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

html,
body {
    font-family: 'Gotham', sans-serif;
}

body {
    margin: 0;

}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #188dd9;
    text-decoration: underline;
}

img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.main {
    height: max-content;
    margin: 150px 0 75px;

}

.container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    justify-content: center;
}

.logo-multivista {
    margin-top: 50px;
}

h2 {
    font-size: 70px;
    color: white;
    line-height: 1;
    text-align: center;
    font-weight: 100;
    margin: 100px 0 0;
}

.text-eng {
    color: white;
    font-size: 30px;
    text-align: center;
    margin: 20px 0 50px;
    font-weight: bold;
}

.text-eng span {
    color: #95C04A;
    text-align: center;
}

.phone-contact,
.mail-contact {
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 auto;
}


.phone-contact span,
.mail-contact span {
    color: #95C04A;
    text-align: center;
}

.teaser {
    font-size: 36px;
    letter-spacing: 9px;
    text-align: center;
    color: white;
    font-weight: 100;
    margin: 20px 0;
}

.footer {
    background: white;
    font-size: 20px;
    font-weight: bold;
    color: #0D88AD;
}

@media (max-width: 767px) {}