@import url(https://unpkg.com/@webpixels/css@1.0/dist/index.css);

.text-footer {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 601px) {
    .navbartext {
        font-size: 14px;
        font-weight: bolder;
        color: #fff;
        margin-left: 10px;
    }
}

@media screen and (max-width: 600px) {
    .navbartext {
        font-size: 9px;
        font-weight: bolder;
        color: #fff;
        margin-left: 10px;
    }
}

body section {
    width: 100% !important;
    height: 100% !important;
}

body, html {
    height: 100% !important;
    padding: 0;
    margin: 0;
    scroll-padding-top: 3.5rem;
}

header {
    padding-top: 5.5rem;
    padding-bottom: 6rem;
}

section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.initHeader {
    /* background: url('../images/img02.jpg') no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100% !important;
}

.span-carousel {
    top: 20.5em;
    padding: 0.25em 0 0 1.25em;
    display: block;
    margin: 0 auto; 
    z-index: 1;
    position: absolute;
    width: 100% !important;
}

.img-carousel {
    top: 10.3em;
    left: 50%;
    padding: 0;
    display: block;
    margin: 0 auto;
    z-index: 1;
    position: absolute;
    border-radius: 20px;
}

video {
    object-fit: fill;
    height: 915px;
    /* position: absolute; */
    width: 100%;
}

@media screen and (min-width: 412px) {
    .img-carousel {
        top: 5.9em;
        left: 15%;
        width: 250px;
        height: 150px;
    }

    .span-carousel > video {
        height: 100px;
    }

    .span-carousel > h5 {
        font-size: 20px;
        font-weight: bolder !important;
        text-align: center;
    }
    
    .span-carousel > p {
        text-align: center;
        font-size: 11px;
    }

    .img-fluid-custom {
        max-width: 100%;
        height: 75px;
    }

    iframe {
        height: 300px;
    }

    .about-photo-full {
        width: 100% !important;
        height: 250px;
        border-radius: 25px;
    }

    .img-banner-custom {
        width: 100% !important;
        height: 870px !important;
    }

    video {
        object-fit: fill;
        height: 885px;
        width: 100%;
    }
}

@media screen and (min-width: 800px) {
    .img-carousel {
        top: 3.9em;
        left: 35%;
        width: 250px;
        height: 150px;
    }

    .span-carousel > h5 {
        font-size: 20px;
        font-weight: bolder !important;
        text-align: center;
        text-shadow: 4px 4px 4px rgba(255,255,255,0.6);
    }
    
    .span-carousel > p {
        text-align: center;
        font-size: 11px;
        text-shadow: 4px 4px 4px rgba(255,255,255,0.6);
    }

    .img-fluid-custom {
        max-width: 100%;
        height: 150px;
    }

    iframe {
        visibility: visible;
    }

    .about-photo-full {
        width: 90% !important;
        height: 125px;
        border-radius: 25px;
    }

    .font-text-li {
        font-size: 16px;
    }

    .font-header-h2 {
        font-size: 18px;
    }

    .img-banner-custom {
        width: 100% !important;
        height: 1030px !important;
    }
}

@media screen and (min-width: 900px) {
    .img-carousel {
        top: 3.9em;
        left: 35%;
        width: 250px;
        height: 150px;
    }

    .span-carousel {
        top: 8.5em;
        padding: 0.25em 0 0 1.25em;
        display: block;
        margin: 0 auto; 
        z-index: 1;
        position: absolute;
        width: 100% !important;
    }

    .span-carousel > h5 {
        font-size: 20px;
        font-weight: bolder !important;
        text-align: center;
        text-shadow: 4px 4px 4px rgba(255,255,255,0.6);
    }
    
    .span-carousel > p {
        text-align: center;
        font-size: 11px;
        text-shadow: 4px 4px 4px rgba(255,255,255,0.6);
    }

    .img-fluid-custom {
        max-width: 100%;
        height: 55px;
    }

    iframe {
        visibility: hidden;
    }

    .about-photo-full {
        width: 90% !important;
        height: 125px;
        border-radius: 25px;
    }

    .font-text-li {
        font-size: 16px;
    }

    .font-header-h2 {
        font-size: 18px;
    }

    .img-banner-custom {
        width: 100% !important;
        height: 370px !important;
    }

    video {
        object-fit: fill;
        height: 385px;
        width: 100%;
    }
}

@media screen and (min-width: 1000px) {
    .img-carousel {
        top: 6.9em;
        left: 35%;
    }

    .span-carousel > h5 {
        font-size: 60px;
        font-weight: bolder !important;
        text-align: center;
        text-shadow: 4px 4px 4px rgba(255,255,255,0.6);
    }
    
    .span-carousel > p {
        text-align: center;
        font-size: 25px;
        text-shadow: 4px 4px 4px rgba(255,255,255,0.6);
    }

    .img-fluid-custom {
        max-width: 100%;
        height: auto;
    }

    iframe {
        visibility: visible;
        height: 450px;
    }

    .about-photo-full {
        width: 100% !important;
        height: 450px;
        border-radius: 25px;
    }

    .img-banner-custom {
        width: 100% !important; 
        height: 760px !important;
    }
}

@media screen and (min-width: 1200px) {
    .img-carousel {
        top: 6.9em;
        left: 45%;
    }

    .img-banner-custom {
        width: 100% !important;
        height: 800px !important;
    }
}

@media screen and (min-width: 1300px) {
    .img-carousel {
        top: 6.9em;
        left: 45%;
    }

    .img-banner-custom {
        width: 100% !important;
        height: 725px !important;
    }

    video {
        object-fit: fill;
        height: 725px;
        width: 100%;
    }
    
}

@media screen and (min-width: 1600px) {
    .img-carousel {
        top: 6.9em;
        left: 45%;
    }

    .img-banner-custom {
        width: 100% !important;
        height: 920px !important;
    }

    video {
        object-fit: fill;
        height: 920px;
        width: 100%;
    }
}
 
/* .span-carousel > h5 {
    font-size: 40px;
    font-weight: bolder !important;
    text-align: center;
}

.span-carousel > p {
    text-align: center;
    font-size: 18px;
} */

#buttonTop {
    display: inline-block;
    background-color: #16192c !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    transition: background-color .3s,
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#buttonTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#buttonTop:hover {
    cursor: pointer;
    background-color: #333;
}

#buttonTop:active {
    background-color: #555;
}

#buttonTop.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 500px) {
    #buttonTop {
        margin: 30px;
    }
}

.contact-photo-full {
    width: 350px;
    height: 350px;
    border-radius: 25px;
}

.logo-jge-top {
    width: 550px;
    height: 350px;
    border-radius: 25px;
}

.portfolio-menu {
	text-align:center;
}

.portfolio-menu ul li {
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item {
	/*width:100%;*/
}

.portfolio-item .item {
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}

.no_padding {
    padding: 0;
}

.img_login {
    max-width: 100%;
    height: 100%;
}