.header
{

}
.header .main-title
{
    position: relative;
    background: url('../uploads/images/rosario_drop.jpg');
    background-position: center 40%;
    background-size: cover;
    height: 40vh;
}
.header .main-title .bg
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, var(--color-dark), var(--color-dark-2));
}
.header .main-title .title
{
    position: absolute;
    top: calc(50% + 23px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.header .main-title .title h1
{
    color: white;
    font-size: 4em;
    text-align: center;
    margin: 0;
}

@media screen and (orientation: portrait){
    .header .main-title .title h1
    {
        font-size: 3em;
    }
}
@media (orientation: landscape) and (max-width: 1024px) {
    .header .main-title .title h1
    {
        font-size: 3em;
    }
}

/* -------------------------------------------
SOBRE ESCRITURA DE MAIN.CSS
---------------------------------------------- */
.section
{
    padding: 0;
}
.section .content {
    width: 100%;
    margin: 40px auto;
}
.section .title {
    margin-bottom: 0;
}


.banner-simple
{
    padding-top: 0;
    padding-bottom: 5em;
}
/* ---------------------------------------- */

.section .section-about
{
    padding: 5em 0;
}
.p-bottom-custom
{
    padding-bottom: 2em !important;
}
.section .container-fluid
{
    padding: 0;
}
.description-text
{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.description-text .title h2 {
    margin: auto;
    font-size: 3em;
    margin-bottom: 0.5em;
    color: var(--color-dark);
}
.description-text .text
{
    text-align: left;
    color: #476d69;
    letter-spacing: 1px;
    font-size: 1.3em;
    line-height: 1.7em;
}
.description-image
{
    width: 100%;
    height: 100%;
}
.description-image img
{
    width: 70%;
    margin: auto;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.description-image iframe
{
    width: 70%;
    margin: auto;
    min-height: 40vh;
    display: block;
}

.bg-dark
{
    background-image: linear-gradient(0deg, var(--color-dark), var(--color-dark));
    margin: auto;
}
.bg-dark .description-text .title h2,
.bg-dark .description-text .text
{
    color: white;
    text-align: right;
}

.contact-text .title h2,
.contact-text .text p
{
    text-align: center;
    color: white;
}
.contact-text .text p
{
    font-size: 1.2em;
}
.contact-media{
    padding: 0;
    margin-top: 4em;
}
.contact-media li{
    list-style: none;
    letter-spacing: 1px;
    display: inline-block;
    min-width: 200px;
}
.contact-media li span,
.contact-media li a{
    display: block;
    text-align: center;
}
.contact-media li span{
    font-size: 1.5em;
    color: rgb(221, 221, 221);
}
.contact-media li a{
    color: rgb(221, 221, 221);
}
.content-contact .networks li a{
    color: rgb(221, 221, 221);
    text-decoration: none;
    font-size: 13px;
}
.contact-media li a:hover{
    text-decoration: underline;
}

@media screen and (orientation: portrait){
    .section .section-about
    {
        padding: 2em 0;
    }
    .description-text
    {
        width: 90%;
        margin: auto;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
    .description-text .title h2 {
        font-size: 2em;
    }
    .description-text .text
    {
        font-size: 10px;
        text-align: justify;
    }
    .description-image img
    {
        width: 90%;
        top: 0;
        transform: translateY(0);
    }
    .description-image iframe
    {
        width: 90%;
    }
}
@media (orientation: landscape) and (max-width: 1024px) {
    .section .section-about
    {
        padding: 2em 0;
    }
    .description-text
    {
        width: 90%;
        margin: auto;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
    .description-text .title h2 {
        font-size: 2em;
    }
    .description-text .text
    {
        font-size: 10px;
        text-align: justify;
    }
    .description-image img
    {
        width: 90%;
        top: 0;
        transform: translateY(0);
    }
    .description-image iframe
    {
        width: 90%;
    }
}
