.main-container
{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    gap: 20px;
    align-items: center;
    overflow-x: hidden;
}

.main-container > div
{
    position: relative;
}

.container-text
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.container-text-right
{
    position: absolute;
    top: 0;
    right: 5%;
    width: 45%;
    height: 100%;
}


img
{
    width: 100%;
    object-fit: scale-down;
}

img.logo
{
    max-width: 10rem;
    height: auto;
    transform: translate(0,100%);
}

img.logo2
{
    position: relative;
    max-width: 45%;
    height: auto;
    top: 10%;
    left: 0;
}

.item-bullet
{
    max-width: 3%;
    height: auto;
    top: 10%;
    left: 3%;
}

.pub-text
{
    display: block;
    color: white;
    transform: translate(0,60%);
    width: 100%;
    text-align: center;
    font-size: 4rem;
    text-shadow: 4px 4px 8px #000000;
}

.pub-text2
{
    position: absolute;
    color: black;
    right: 0;
    top: 30%;
    width: 100%;
    text-align: justify;
    font-size: 2.5rem;
    font-family: 'Open Sauce Semibold', sans-serif;
    font-weight: 600;
    line-height: 1.25;
}

.pub-text3
{
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
    font-size: 2rem;
    line-height: 1.25;
}

.pub-text4
{
    display:block;
    left: 0;
    top: 0;
    width: 40%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.25;
}


.subtitle
{
    font-size: 2rem;
}

.subtitle2
{
    font-size: 2rem;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.subtitle3
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-left: 20px;
    padding: 2%;
    border-radius: 10px;
    background-color: #f5f3f1;
}

.subtitle3 > p
{
    display: block;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
}

.list-span
{
    display: inline-block;
    margin-left: 10px;
    font-size: 2rem;
}

.list-par
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    left: 5%;
    width: 100%;
    align-items: center;
    align-content: space-around;
}

.to-the-right-please
{
    top: 10%;
    left: 3%;
}

.contact-div
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer-div
{
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #554a40;
  color: #b8baa8;
}
