.hero {
    background-image: url(/img/hero.jpg);
    min-height: 620px;
    background-size: cover;
    background-position: 50%;
}
.logo-36 {
    margin: 3em auto 1em auto;
    width: 100%;
    max-width: 700px;
    display: block;
}

.splash {
    background-image: url(/img/splash.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 0.7em;
    color: white;
    font-family: "Kaushan Script", cursive;
    font-weight: 400;
    font-style: normal;
}
.splash-green {
    background-image: url(/img/splash-green.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 1em;
    color: white;
    margin-top: -1.5em;
}
.text-fi {
    font-family: "Kaushan Script", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
}
.cal {
    margin-top: -1.5em;
    z-index: -1;
    font-size: 1.2em;
    font-weight: bold;
}
.foto-t {
    z-index: -1;
    position: relative;
    width: 100%;

}
.high1 {
    color: red;
}
.high2 {
    color: green
}
.mt-fi {
    margin-top: 2em;
    margin-bottom: 1em;
}
.logos {
    margin: auto;
    width: 100%;
    display: flex;
}
.logo-fix-1 {
    width: 30.333%;
    height: 30.333%;
    max-height: 90px;
    max-width: 90px;

}
.logos-pat {
    margin: 0!important;
}
.logos-pat .logos {
    width: 30.333%;
    margin: auto 1.5% auto 1.5%;
    max-height: 70px;
}
.pat {
    font-size: 1em;
    margin: 2em 0 0.7em 0;
}
.logo1 {
    max-width: 222px;
}
.logo2 {
    max-width: 60px;
    margin: 0 auto;
    width: 100%;
    display: block;
}
.logo-pscj {
    margin: 3em auto 1em auto;
    width: 100%;
    max-width: 120px;
    display: block;
}
.soc-icon {
    width: 40px;
}
.vol { 
    margin-top: -1.2em;
}
.paint {
    background-image: url(/img/paint.jpg);
    background-size: cover;
    z-index: -2;
}


/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 2000px) {
	.hero {
        background-image: url(/img/hero.jpg);
        min-height: 800px;
        background-size: cover;
        background-position: 50%;
    }

}


@media screen and (max-width: 767px) {
	.hero {
        background-image: url(/img/hero.jpg);
        min-height: 400px;
        background-size: cover;
        background-position: 50%;
    }
	.rounded {
        border-radius: 0% !important;
    }
    .logos-pat .logos {
        margin-bottom: 1em;
        max-height: 40px;
    }
    .logos-pat .fix1 {
        max-height: 55px !important;
    }
    .logos-pat .fix2 {
        max-height: 35px !important;
    }
    .logo2 {
        max-width: 60px;
    }
}
