*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style-type: none;
	font-family: "Open Sans";
}

/*padrão do site*/

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

.w33{
	width: 33%;
}

body,html{
	height: 100%;
}

/*final do padrão do site*/

/* menu */


header {
	position: relative;
	background-image:url('../img/Banner2.png');
	background-repeat:no-repeat;
	background-size: cover;
    width: 100%;
    height: 1250px;

}


.menu .section{
	margin-top: 600px;
	width: 100%;
	font-size: 45px;
	text-align: center;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.menu .section h2{
	width: 100%;
}

.menu .section .texto{
	width: 47.3%;
	font-size: 15px;
	text-align: justify;
	margin-top: 40px;

	
}

.menu .section .texto p{
	text-indent: 40px;

}

.menu .section .img_sobre{
	position: relative;
	width: 45%;
	background-image: url(../img/simboloORT.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 500px;
	top: -180px;

}

.menu_mobile{
	display: none;
}

/*header img{
  position: absolute;
  z-index: -1;
  width: 100%;
}

*/

header .menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

header .logo{
	
	height: 150px;
	width: 180px;
	background-image: url('../img/Logo.png');
	background-size: cover;
}

header .menu_items{
    margin-top: 50px;
}

header ul{
	display: flex;
	flex-wrap: wrap;

}

header ul li{
	margin-left: 40px;
	font-weight: bold;
}

header ul li a{
	color: #568b36;
}

/* final do menu */

/*inicio redes sociais*/

header .menu_items .redes-sociais{
	margin-top: 15px;
	margin-left: 60%;
}

header .menu_items .redes-sociais a{
	color: #252a34;
	font-size: 30px;

}

/*
section .sobre{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section .sobre .texto{
    height: 400px;
    background-color: red;
    width: 47.3%;

}

section .sobre .sin_ortopedia{
    height: 400px;
    background-color: green;
    width: 45%;

}*/

/*final redes sociais*/

/*semi-mobile*/

/*tratamentos*/

section .tratamentos{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	background-color: #252a34;
	text-align: center;
	padding: 20px 0;
}

section .card_tratamentos{

	display: inline-block;
	width: 15%;
	margin-left: 30px;
	text-align: center;
	margin: 0 auto;
	margin-left: 20px;
	text-transform: uppercase;
	cursor: pointer;

}



.card_tratamentos:hover img {
	transition: all 0.3s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

section .tratamentos img{
	width: 90%;
	height: auto;
	border-radius: 5px;
	margin-top: 20px;
	-webkit-box-shadow: 6px 8px 5px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 6px 8px 5px 0px rgba(0,0,0,0.44);
    box-shadow: 6px 8px 5px 0px rgba(0,0,0,0.44);
}

section .tratamentos h2{
	font-size: 15px;
	margin: 20px 0;
	color: #a9bf36;
	
}



/*final dos tratamentos*/

/*convenios*/

section .convenios h2{
   text-align: center;
   font-size: 40px;
   margin: 30px 0;
   color: #a9bf36;
   padding: 20px 0;
}

section .plano{

   display: flex;
   flex-wrap: wrap;
   width: 80%;
   margin: 20px auto;
   border-radius: 10px;
   justify-content: center;
 
}

section .plano_emp{
   width: 35%;
   background-color: #a9bf36;
   text-align: center;
   -webkit-box-shadow: 3px 1px 27px 5px rgba(0,0,0,0.41);
   -moz-box-shadow: 3px 1px 27px 5px rgba(0,0,0,0.41);
   box-shadow: 3px 1px 27px 5px rgba(0,0,0,0.41);
   justify-content: center;

}

section .plano_emp img{
   width: 60%;
   height: auto;
}

/*final convenios*/

/*equipe*/
section .equipe{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   margin-bottom: 30px;
   width: 80%;
   margin: 0 auto;
}
section .equipe .card_img{
   width: 30%;
   margin-left: 5px;
   text-align: center;
   cursor: pointer;
}

section .equipe .card_img ul{
   display: none;
   position: relative;
   top: -120px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
   background-color: red;
   width: 50%;
   margin: 0 auto;

}

section .equipe .card_img li i{
   font-weight: bold;
   font-size: 25px;

}

section .equipe img{
	width: 75%;
	border-radius: 10px;
	border: 3px solid #a9bf36;
	margin-top: 10px;

}

section .equipe img:hover{
	transition: all 0.5s;
	
}

section  h3{
	text-align: center;
	font-size: 55px;
	margin: 60px 0;
	color: #a9bf36;
}

section .equipe h2{
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0;
	font-weight: bold;
	font-size: 15px;

}

section .equipe p{
	font-size: 10px;
	font-weight: bold;
	margin: 20px auto;
}

/*final equipe*/

/* click_sistema */
section .banner{
	display: flex;
	flex-wrap: wrap;
	background-color: #a9bf36;
	padding: 20px 0;
}
section .texto_img{
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	height: 400px;
	
}

section .texto_banner{
    width: 45%;
}

section .texto_banner img{
    width: 90%;
    height: auto;
}

section .texto_img h2{
	width: 100%;
	text-align: right;
	font-size: 55px;
	color: #252a34;
}

section .atr_texto{
	display: flex;
	width: 80%;
	height: 200px;
	justify-content: center;
	margin-left: 130px;
	margin-top: 120px;

}

section .seta{
	width: 60%;
	height: 150px;
	background-image: url('../img/seta.png');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 60px;
    
}

section .btn_clique{

	width: 50%;
	height: 150px;
	border: 10px solid #fff;
	text-align: center;
	cursor: pointer;
	
}

section .btn_clique p{
	font-size: 30px;
	margin-top: 40px;
	font-weight: bold;
	color: #fff;
}

/* final click_sistema */

/* contatos */

section .form_contatos{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

section .contatos {
	position: relative;
	top: -40px;
	background-color: #fff;
	display: flex;
	text-align: center;
	width: 40%;
	border-radius: 5px;
	padding: 40px 0;
	-webkit-box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.37);
    box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.37);
}


section  input {
	width: 80%;
	height: 30px;
	margin-top: 30px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 20px; 
	outline: none;
	padding: 2px;
}

section  textarea{
	width: 50%;
	margin-top: 20px;
	width: 80%;
	height: 300px;
	border-radius: 5px;
	outline: none;
	font-size: 20px;
	border: 1px solid #ccc;
	padding: 3px;
	resize: none;

}

section input[type='submit']{
	border: none;
	color: #fff;
	border-radius: 5px;
	background-color: #a9bf36;
	width: 100px;
	height: 50px;
	cursor: pointer;
}

section .map{
	width: 70%;
	height: 400px;
	background-color: #a9bf36;
	margin: 40px 0;
	border-radius: 10px;	
}



/* final contatos */

footer{
	width: 100%;
	height: 400px;
	background-color: #252a34;
}

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

footer .footer .logo_iot{
	width: 30%;
	text-align: center;
	color: #fff;
}


footer .footer .logo_iot .img{
   width: 100%;
   height: 200px;
   background-image: url('../img/Logo.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}

footer .footer .redes_sociais_footer{
	display: flex;
	flex-wrap: wrap;
	width: 30%;
	margin-left: 20px;
	margin-top: 40px;
}

footer .footer .redes_sociais_footer ul{
	display: flex;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
}

footer .footer .redes_sociais_footer li{
	margin-left: 20px;
}

footer .footer .redes_sociais_footer li i{
	color: #fff;
	font-size: 40px;
} 

footer .footer .redes_sociais_footer .fone{
    width: 70%;          
    margin: 0 auto;             	
}

footer .footer .redes_sociais_footer .fone p{
	color: #fff;
	font-size: 25px;
	border-radius: 10px;
	border: 4px solid #fff;
	padding: 5px 0;
	text-align: center;	
	margin-top: 20px;
	font-weight: bold;
}

footer  .creditos{
	width: 100%;
	text-align: center;
	color: #fff;
	margin-top: 90px;

}

.menu-fixed {
	display: none;
	flex-wrap: wrap;
	position: fixed;
	justify-content: center;
	z-index: 999;
	width: 100%;
	background-color: #fff;
	padding: 10px 0;
	-webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.4);
}

.menu-fixed .menu_items ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
}

.menu-fixed .menu_items li{
	margin-left: 60px;
}

.menu-fixed .menu_items li a{
	color: #568b36;
	font-weight: bold;
}

.menu-fixed  .logo{
	position: relative;
	width: 10%;
	height: 80px;
	background-image: url('../img/Logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/*btn de agenda*/

.btn_agenda{
    position: fixed; 
    padding: 10px 20px; 
    border-radius: 50%; 
    background-color: rgba(86, 139, 54);  
    top: 80%; 
    right: 20px; 
    font-size: 45px; 
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.6);
    transition: all 0.7s ease;
    
  
}

.btn_agenda:hover{
   transform: scale(1.2);
}


@media screen and (max-width: 1040px){
   
   header .logo{
	height: 150px;
	width: 180px;
	margin: 0 auto;

  }

  header .menu_items{
    background-color: rgba(250, 250, 250, 0.5);
    padding: 20px 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;

  }

  header .menu_items ul{
    margin: 0 auto;
    width: 100%;
    max-width: 860px;
 }

/*final semi-mobile*/

/* mobile 

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

 	header .logo{
	display: none;
    }
    header .menu_items{
    display: none;
    }

    .logo_mobile{
    height: 100px;
	width: 100px;
	background-image: url('../img/logo.png');
	background-size: cover;
    }

    .menu_mobile{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;

    }
    .menu_mobile{
    font-size: 65px; 
    padding: 10px; 	
    color: #568b36; 
    background-color: #252a34;
    }

    .menu_icon{
    margin-top: 4px; 
    cursor: pointer;
    }


 }

 /* final do mobile */