*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    font-family: 'Montserrat';
    overflow-x: hidden;
    
}

body{
    background-color: rgb(32, 31, 31);
    color: white;
}

.header{
    color: white;
    width: 100%;
}

.header ul{
    list-style: none;
    overflow: hidden;
}

.header ul a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: white;
    text-align: center;
}

.header ul a:hover{
    color: steelblue;
}

.logo{
    float: left;
    display: block;
    font-weight: bolder;
    padding: 15px 10px;
    text-decoration: none;
    color: white;
    font-size: 27.2px;
}
.logotexto {
    position: absolute;
    top: 43px;
    left: 10px;
}

.header .menu{
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.header .menu-icon {
    padding: 30px 20px;
    position: relative;
    float: right;
    cursor: pointer;
}

.header .menu-icon .nav-icon{
    background: white;
    display: block;
    height: 2px;
    width: 18px;
    position: relative;
    transition: background .2s ease-out;
}

.header .menu-icon .nav-icon:before{
    background: white;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all .2s ease-out;
    top: 5px;
}

.header .menu-icon .nav-icon:after{
    background: white;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all .2s ease-out;
    top: -5px;
}

.header .menu-btn{
    display: none;
}

.header .menu-btn:checked ~ .menu{
    max-height: 240px;
}

.header .menu-btn:checked ~.menu-icon .nav-icon{
    background: transparent;
}

.header .menu-btn:checked ~.menu-icon .nav-icon:before{
    transform: rotate(-45deg);
    top: 0;
}

.header .menu-btn:checked ~.menu-icon .nav-icon:after{
    transform: rotate(45deg);
    top: 0;
}

@media screen and (min-width:54em) {
    .header li{
        float: left;
    }
    .header li a{
        padding: 20px 20px;
    }
    .header .menu{
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon{
        display: none;
    }
    .logo {
        font-size: 1.7rem;
    }
    .logotexto {
        position: absolute;
        top: 43px;
        left: 10px;
    }
    
}

@media screen and (max-width: 375px) {
    .logo {
        font-size: 1.15rem;
        padding-right: 2px;
    }
    .logotexto {
        position: absolute;
        top: 38px;
        left: 10px;
    }
    .header .menu-icon {
    padding: 25px 20px;
    position: relative;
    float: right;
    cursor: pointer;
}
}

section{
    width: 100%;
    text-align: center;
    padding: 40px 2.5%;
    background: rgb(34, 33, 33);
    color: white;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section img{
    text-align: center;
    width: 100%;
}

section h1{
    margin-bottom: 20px;
    background-color: rgb(34, 33, 33);
}

h1, h2, h3, h4{
    font-weight: normal;
}

section p{
    font-size: 16px;
}

.apresenta {
    text-align: justify;
    width: 80%;
    display: inline-block;
}

.final{
    text-align: center;
    width: 100%;
}

.uefa {
    margin: 20px;
    text-align: center;
    white-space: pre-line;
}
.uefa p{
    line-height: 1.8;
}

.uefalogo img{
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.uefacard img { 
    width: 100%;
    max-width: 30em;
    height: auto;
}

.clube img{
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin: 2em;
}
.clube{
    margin: 20px;
    white-space: pre-line;
}
.clube p{
    line-height: 1.8;
}

.clube1 img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    margin: 2em;
}

.clube1 {
    margin: 20px;
    white-space: pre-line;
}

.clube1 p {
    line-height: 1.8;
}

.youthlogo{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 2em;
}

.formacao img{
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin: 2em;
}

.formacao{
    margin: 20px;
    white-space: pre-line;
}

.formacao p{
    line-height: 1.8;
}

/*--Slider--*/




.mySlides1, .mySlides2 {display: none}
img {vertical-align: middle;}

.mySlides1 {
    width: 90%;
    margin: auto;
}

.mySlides1 img{
    width: 100%;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}



#i1, #i2, #i3, #i4 { display: none;}
.containerpress{
        margin: 0 auto;
        margin-top: 50px;
        position: relative;
        width: 70%;
        height: 0;
        padding-bottom: 38%;
        user-select: none;
        background-color: #222222;
    }
    .containerpress .slide_img{
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .containerpress .slide_img img{
        width: inherit;
        height: inherit;
    }
     .preview, .nexts{
        width: 12%;
        height: inherit;
        position: absolute;
        top:0; 
        color:rgba(244, 244, 244,.9);
        z-index: 99;
        transition: .45s;
        cursor: pointer;
        text-align: center;
    }
    .nexts{right:0;}
    .preview{left:0;}
    label span{
        position: absolute;
        font-size: 100pt;
        top: 50%;
         transform: translateY(-50%);
    }
    .preview:hover, .nexts:hover{
        transition: .3s;
        background-color: rgba(88, 88, 89,.8);
        color: #ffffff; 
    }

.slide_img{z-index: -1;}
    #i1:checked ~ #one  ,
    #i2:checked ~ #two  ,
    #i3:checked ~ #three,
    #i4:checked ~ #four 
    {z-index: 9; animation: scroll 1s ease-in-out;}
    
@keyframes scroll{
    0%{    opacity:.4;}
    100%{opacity:1;}
}        
@media screen and (max-width: 685px){
    .containerpress{
        border: none;
        width: 100%;
        height: 0;
        padding-bottom: 55%; 
    }    
    
    label span { font-size: 50pt; }
    
    .preview, .nexts{
        width: 15%;
    }
      
    
}
@media screen  and(min-width: 970px){
    .me{ display: none;}
}








.clubesescola{
    width: 100%;
    text-align: center;
    padding: 40px 2.5%;
    background: rgb(34, 34, 34);
    color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/*
.clubesescola img{
    text-align: center;
    width: 100%;
}
*/

.clubesescola h1{
    margin-bottom: 20px;
    background-color: rgb(34, 33, 33);
    font-size: 1.5em;
}

.clubesescola p{
    font-size: 16px;
}

.olheiroexp{
    width: 100%;
    text-align: center;
    padding: 40px 2.5%;
    background: rgb(34, 34, 34);
    color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.olheiroexp h1{
    margin-bottom: 20px;
    background-color: rgb(34, 33, 33);
    font-size: 1.5em;
}

.olheiroexp p{
    font-size: 16px;
}

.press{
    width: 100%;
    text-align: center;
    padding: 40px 2.5%;
    background: rgb(34, 33, 33);
    color: white;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.press h1{
    margin-bottom: 20px;
    background-color: rgb(34, 33, 33);
    font-size: 1.5em;
}

.press p{
    font-size: 16px;
}



.footer-distributed{
	background: rgb(32, 31, 31);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 50px 60px 40px;
	overflow: hidden;
}

/* Footer left */

.footer-distributed .footer-left{
	float: left;
}


/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

/* Footer social icons */

.footer-distributed .footer-icons{
	margin-top: 20px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* Footer Right */

.footer-distributed .footer-right{
	float: right;
}

.footer-distributed .footer-right p{
	vertical-align: top;
    line-height: 2;
	color: #ffffff;
}

/* The contact form */

.footer-distributed form{
	display: inline-block;
}

.footer-distributed form input,
.footer-distributed form textarea{
	display: block;
	border-radius: 3px;
	box-sizing: border-box;
	background-color:  #3d3d3f;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	border: none;
	resize: none;

	font: inherit;
	font-size: 14px;
	font-weight: normal;
	color:  #cfd8d8;

	width: 400px;
	padding: 18px;
}

.footer-distributed ::-webkit-input-placeholder {
	color:  #5c666b;
}

.footer-distributed ::-moz-placeholder {
	color:  #5c666b;
	opacity: 1;
}

.footer-distributed :-ms-input-placeholder{
	color:  #5c666b;
}


.footer-distributed form input{
	height: 55px;
	margin-bottom: 15px;
}

.footer-distributed form textarea{
	height: 100px;
	margin-bottom: 20px;
}

.footer-distributed form button{
	border-radius: 3px;
	background-color:  #33383b;
	color: #ffffff;
	border: 0;
	padding: 15px 50px;
	font-weight: bold;
}

.direitos {
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
}

.direitos p{
    text-align: center;
    margin: 10px;
}

.direitos a{
    text-decoration: none;
    color: rgb(76, 72, 94);
}


@media (max-width: 1000px) {

	.footer-distributed {
		font: bold 14px sans-serif;
	}

	.footer-distributed .direitos{
		font-size: 12px;
	}

	.footer-distributed form input,
	.footer-distributed form textarea{
		width: 250px;
        margin: 15px auto;
	}

	.footer-distributed form button{
		padding: 10px 35px;
	}

}

@media (min-width: 801px) {
    .footer-left {
        text-align: center;
    }
    
}

@media (max-width: 800px) {

	.footer-distributed{
		padding: 30px;
        text-align: center;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		float: none;
		max-width: 300px;
		margin: 0 auto;
	}

	.footer-distributed .footer-left{
		margin-bottom: 40px;
	}

	.footer-distributed form{
		margin-top: 30px;
	}

	.footer-distributed form{
		display: block;
	}

	.footer-distributed form button{
		float: none;
	}
    .footer-right p{
        text-align: center;
    }
}

.thanks {
    position: relative;
    text-align: center;
    color: #ffffff;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.bottom-right a {
    text-decoration: none;
    color: white;
    background: #222222;
    border: solid 1px white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
