html,
body {
    max-width: 100%;
    font-family: "Lato", sans-serif !important;
    margin: 0;
    padding: 0;
}

.piped {
    border-right: 1px solid lightgray;
}
@media (max-width: 768px){
    .piped{
        border-right: 0;
    }
}

.iframe{
    background-color: #efefef;
}

iframe::-webkit-scrollbar {
    display: none;
}

iframe,
.container-iframe {
    min-height: 235px;
    max-height: 2435px;
}

@media (max-width: 1199px){
    iframe,
    .container-iframe {
        max-height: 2045px;
    }
}

@media (max-width: 991px){
    iframe,
    .container-iframe {
        max-height: 1525px;
    }
}

@media (max-width: 767px){
    iframe,
    .container-iframe {
        max-height: 1135px;
    }
}

iframe {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    max-width: 1200px;
}

.container-iframe {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 200vw;
}

.footer {
    background-color: #181e37;
}

.footer .icon{
    font-size: 1.4em;
}

.footer .phone{
    font-size: 1.2em;
}

.logo-cieb {
    max-width: 120px;
}