*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rubik", serif;
}

html,body{
    height: 100%;
    background: black;
}

a[href]{
    color: white;
    text-decoration: none;
}

.container{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2%;
}

header{
    border-bottom: 1px solid white;
    width: 100%;
    min-height: 100px;
    padding: 20px 0;
    background-color: black;       
}

header .img-logo{
    float: left;
    width: 200px;
    height: 80px;
    background-color: transparent;
    background-image: url('../img/img2.png');
    background-position: center;
    background-size: 100% 100%;    
}

header nav{
    float: right;    
}

nav.desktop-menu ul{
    list-style-type: none;
    list-style-position: inside;
    position: relative;
    top:25px;
}

nav.desktop-menu ul li{
    float: left;
    padding: 0 20px;
    font-size: 23px;
}

nav.mobile-menu{
    display: none;
    margin: 10px;
    cursor: pointer; 
    width: 32px;
    height: 32px;
    background-image:url('../img/mobile-menu.png');
    background-size: 100% 100%;  
}

nav.mobile-menu ul{
	display: none;
    background-color: white;
	position: absolute;
	left: 0;
	top: 63px;
	width: 100%;
	list-style-type: none;
	text-align: center;
    z-index: 999;
}

/*nav.mobile-menu:hover ul{
	display: block;
	opacity: 1;
}*/

nav.mobile-menu ul li{
    color: black;
	padding: 8px 0;
	border-bottom: 1px solid black;

}

nav.mobile-menu ul li:hover{
	transition: 0.7s;
	background-color: rgb(210, 210, 210);
}
nav.mobile-menu ul li a {
	color: black;
	text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}
/* header */

section.chamada{
    width: 100%;
    padding-top:20px;
    margin-top: 20px;
}

section.chamada .container{
    max-width: 1000px;
}

section.chamada .wraper{
    display: flex;
    width: 100%;
    max-height: 600px;
    height: 100vw;
}

section.chamada .wraper .img-chamada{
    width: 55%;
    height: 100%;
    background-image: url('../img/img1.jpeg');
    background-position: center;
    background-size: 100% 100%;
}

section.chamada .wraper .chamada-text{
    width: 45%;
    padding: 5px 2%;
    height: fit-content;
    text-align: center;    
    position: relative;
}

section.chamada .wraper .chamada-text h2{
    font-weight: bold;
    font-size: 23px;
    display: inline-block;
    color: white;
    margin: 10px 0;
}

section.chamada .wraper .chamada-text p{
    padding: 30px 0;
    text-align: justify;
    color: white;
    font-size: 16px;
}
/*form-contato*/

section.form-contato{
    margin-top: 20px;
}

section.form-contato .container{
    max-width: 800px;
}

section.form-contato form{
    background-color: white;
    border: 8px solid rgba(40, 40, 40, 0.2);
    width: 100%;
    padding: 80px 2% 30px 2%;
    text-align: center;
    box-sizing: padding-box;
    position: relative;
    text-align: center;
}


section.form-contato form h2{
    font-weight:bold;
    font-size: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    width: 100%;
    height: 70px;
    display: inline-block;
    background-color: rgba(200, 200, 200, 0.3);
    line-height: 70px;
 
}

section.form-contato form input[type=text]{
    width: 100%;
    max-width: 500px;
    height: 40px;
    padding-left: 8px;
    line-height: 40px;
    margin: 20px 0;
    display: inline-block;
}
section.form-contato form textarea{
    margin-top: 20px;
    width: 100%;
    max-width: 500px;
    height: 150px;
    padding: 8px;
    resize: none;
}
section.form-contato form input[type=submit]{
    margin-top: 20px;
    width: 50%;
    max-width: 250px;
    height: 70px;
    border: 0;
    border-radius: 10px;
    background-color: black;
    color: white;
}

/* Exercícios*/
section.exercicios{
    text-align: center;
    height: 400px;
    height: fit-content;
    padding: 20px 0;
}

section.exercicios .container{
    max-width: 1100px;
    min-height:170px;
    height: 10vw;
}

section.exercicios .exercicios-single{
    float: left;
    width: 20%;
    height:100% ;
    border: 10px solid black;
    opacity: 0.7;
}

section.exercicios .exercicios-single:hover{
    opacity: 2;
}

section.exercicios .exercicios-single .wraper{
    width: 100%;
    height: 150px;
}
section.exercicios .exercicios-single .wraper h2{
    font-weight: bold;
    font-size: 11.9px;
    color: red;
    width: 100%;
    height: 20px;
    background-color:rgba(0,0,0,0.1) ;
    margin:8px 0 0px 0;
    text-transform: uppercase;
    padding: 5px 2%;
    word-break: break-all;
}

footer{
    width: 100%;
    height: 80px;
    padding: 30px 0;
}

footer .contato{
    float: left;
    padding: 10px 20px;
}

footer .contato p{
    color: white;
    text-align: center;
    line-height: 25px;
}

footer .social-media{
    float: right;
    text-align: center;
    padding: 0 20px;
    border: 4px solid black;
    position: relative;
    top: 20px;
    
}

footer .social-media .img{
    width: 30px;
    display: inline-block;
    height: 30px;
    background-size: 100% 100%;
    background-position: center;
    cursor: pointer;
}

footer .social-media p{
    color: white;
    font-size: 10px;
}
/*peito html*/

.ln1{
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;
    max-width: 1000px;
    padding: 0 2%;
    border-bottom: 4px solid white;
}

.ln1 h2{
    color: white;
    position: relative;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    background-color: black;
    width: 150px;
    text-align: center;
    z-index: 0;

}

.set-peitoral{
    width: 100%;
    padding: 10px 0;
}

.set-peitoral .center{
    max-width: 800px;
    margin: 0 2%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.topo{
    max-width:810px;
    height: 60px;
    background-color: blue;
    border: 1px solid white;
    border-bottom: 0;
    margin: 0 auto;
    margin-top: 0px;
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
}

.topo:first-child{
    margin-top: 50px;
}

.topo h2{
    margin-top:17px ;
    color: white;
    font-weight: bold;
}

.set-peitoral video{
    width: 50%;
    float: left;
    height: 400px;
    margin: 0 auto;
    position: relative;
    top: -85px;
    border: 4px solid transparent;
}

.set-peitoral h1{
    text-align: center;
}

.set-peitoral .texto{
    display: inline-block;
    position: relative;
    top: -120px;
    width: 100%;
    margin-top: 10px;
    text-align: left;
}

.set-peitoral .texto:first-child{
    margin-top: 0;
}

.set-peitoral span{
    float: left;
    width: 25px;
    height: 25px;
    border-radius:12.5px;
    background-color: blue;
    text-align: center;
    align-content: center;
    color: white;
    font-weight: 800;
    border: 2px solid black;
}

.set-peitoral p{
    display: inline-block;
    color: white;
    float: left;
    max-width: 600px;
    width: 80%;
    margin-left:8px;
}

@media screen and (max-width:768px){
    header .desktop-menu{
    display: none;     
    }
    
    section.exercicios .container{
        max-width: 600px;
    }
    
    section.exercicios .exercicios-single{
        width: 50%;
    }
    
    nav.mobile-menu{
        display: block;
    }
    
}

section.exercicios .exercicios-single .wraper .img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    height: calc(100% - 28px);
}


@media screen and (max-width:725px){
    footer .contato{
        float: none;
        display: inline-block;
        width: 100%;
    }

    footer .social-media{
        width: 33.3%;
        padding-bottom: 20px;
    }

.set-peitoral video{
    width: 80%;
    float: none;
}

.set-peitoral .texto{
   padding: 0 2%;
   text-align: left;
   padding-left: 25%;
   width: 100%;
}

}



@media screen and (max-width:600px){
    section.chamada .wraper{
        display: inline-block;
        text-align: center;
    }
    
    section.chamada .wraper .img-chamada{
        width:90%;
        display: inline-block;      
    }
    
    section.chamada .wraper .chamada-text{
        width: 100%;
        max-height: 350px;
    }
    
    section.chamada .wraper .chamada-text p{
        font-size: 15px;
        padding-bottom: 0;
        margin-top: 8px;
    }
    
}

@media screen and (max-width:435px){

    section.exercicios .container{
        text-align: center;
    }
    section.exercicios .exercicios-single{
        float: none;
        display: inline-block;
        width: 65%;
    }
    
}




