
/*@media only screen and (max-width: 319px) {*/
/*@media only screen and (min-width: 320px) and (max-width: 480px) {*/
/*@media only screen and (min-width: 481px) and (max-width: 768px) {*/
/*@media only screen and (min-width: 769px) and (max-width: 992px) {*/

@media only screen and (max-width: 480px) {
  .container {
    margin: 0 auto;
  }
  .header .wrapper {
	padding: 0.5rem 0.5rem 0.5rem 0.1rem;
	gap: 1.4rem;
    }
    
    .wrapper h1 {
		margin-left: 0.5rem;
	}

	.wrapper .opened-menu {
    	margin-left: auto;  /* alinha o menu hamburguer para a direita com display: flex */
    }
    
  .brand {
	font-size: 1.5rem;
	}
	.brand img {
		width: 2.1rem;
        height: 2.1rem;
    }
	
	.logo_marca {
	    margin-top: 0rem;
	}
		
  .what_flutua {
	/*display: initial;*/
	right:0.5rem;
	}

	#meus_icons {
    	justify-content: unset;
	}
	.minha_imagem_1, .minha_imagem_2, .minha_imagem_3 {
		text-align: center;
		float: none;
		margin-right: 0rem;
	} 
	
	.imagem_topo img {
		/*height: 14rem;*/
	}	
	.texto_1, .texto_2, .texto_3 {
		display: inline-flex;
		flex-direction: column;
	}
		
	.minha_imagem_1 img, .minha_imagem_2 img, .minha_imagem_3 img {
		width: 100%
	}	
	.botao_agenda {
		display: none;
	}
	.agenda_topo {
		display: initial;
	}
	.botao_agenda_1 {
		padding: 4px 10px 4px 10px;
	}
  	
  	.rodape {
  		width: 100%;
  		padding-bottom: 0.3rem;
  	}
  	.rodape, .body_rod, .linha_rod, .celula_col {
		display: inherit;	
	}
	.celula_col {
		padding: 0.3rem;
	}
  	.botao_agenda_rod {
  		padding: 1px 15px 1px 15px;
  		font-weight: 500;
  	}
  	
  	/*Botoes das redes no celular*/
	.redes {
		/*position: fixed;*/
		/*margin-top:unset;*/
		/*display: block;*/
		/*width: 5.1rem;
		height: 2.2rem;*/
		/*bottom:27.9rem;*/
		right:0.0rem;
		/*z-index: 899;*/
		text-align:center;
		margin-top: 1.0rem;
		
	}
	.icon_what {
		float: right;
		padding-right: 0.3rem;
	}
	.icon_what img {
		width: 1.4rem;
		height: 1.4rem;
	}
   .meu_fundo {
		margin-bottom: 0px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .container {
    margin: 0 auto;
  }
  .header .wrapper {
        justify-content: center;
        padding: 0.3rem 1rem 0.3rem 1rem;
    }
    .wrapper .opened-menu {
    	margin-left: auto;  /* alinha o menu hamburguer para a direita com display: flex */
    }
    .ultimo_icon {
    padding-right: 1rem;
	}
  .brand {
	font-size: 1.5rem;
	}
	
	.brand img {
		width: 2.6rem;
        height: 2.6rem;
    }
    
	.logo_marca {
	    margin-top: 0.1rem;
	}    
    
	#meus_icons {
    	justify-content: unset;
	}
    
  .what_flutua {
	/*display: initial;*/
	right:1rem;
	}
	
	.minha_imagem_1, .minha_imagem_2, .minha_imagem_3 {
		text-align: center;
		float: none;
		margin-right: 0rem;
	} 
	
	.texto_1, .texto_2, .texto_3 {
		display: inline-flex;
		flex-direction: column;
	}
	.botao_agenda {
		display: initial;
		margin-right: 0.1rem;
	}
	.agenda_topo {
		display: none;
	}
	.rodape {
  		width: 100%;
  	}
  	.redes {
		margin-top: 0.9rem;
	}
	.icon_what img {
		width: 1.4rem;
		height: 1.4rem;
	}	
	.imagem_topo img {
		/*height: 16rem;*/
	}
	
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .container {
    margin: 0 auto;
  }
  .header .wrapper {
        justify-content: center;
        padding: 0.3rem 1rem 0.3rem 1rem;
    }
	.wrapper .opened-menu {
    	margin-left: auto;  /* alinha o menu hamburguer para a direita com display: flex */
    }    
   .brand {
	font-size: 1.5rem;
	}
	.brand img {
		width: 2.6rem;
        height: 2.6rem;
    }
    
	.ultimo_icon {
	    padding-right: 1rem;
	}    
    	
	.logo_marca {
	    margin-top: 0.1rem;
	}    	
  .what_flutua {
	/*display: initial;*/
	right:1rem;
	}
	
	.minha_imagem_1, .minha_imagem_2, .minha_imagem_3 {
		text-align: center;
		float: none;
		margin-right: 0rem;
	} 

	.texto_1, .texto_2, .texto_3 {
		display: inline-flex;
		flex-direction: column;
	}
	.botao_agenda {
		display: initial;
		margin-right: 0.5rem;
	}
	.agenda_topo {
		display: none;
	}
	.rodape {
  		width: 90%;
  	}
  	.redes {
		margin-top: 0.9rem;
	}
	.imagem_topo img {
		/*height: 18rem;*/
	}	

}

@media only screen and (min-width: 993px) {
  .header .menu > .menu-item-has-children:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header .menu > .menu-item-has-children:hover > a .expand::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@media only screen and (max-width: 992px) {
	.meu_corpo {
		margin-top: 2.6rem;
		padding: 0rem 0.1rem 1rem 0.1rem;
	}
	.wrapper h1 {
		font-size: 0rem;
	}
	.botao_fixo {
		display: initial;
	}

/*	.brand {
		font-size: 1.25rem;
	}*/
 /* .header .wrapper {
  	justify-content: center; /*Mba*/
	/*}*/
  .header .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    left: -15rem; /* -18 */
    width: 15rem; /* 18 */
    height: 100%;
    padding: 1rem 0;
    z-index: 999;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    background: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.5s ease;
  }
  .header .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }
  .header .navbar::-webkit-scrollbar {
    width: 5px;
  }
  .header .navbar::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #e6e6e6;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
  }
  .header .menu {
    width: 100%;
    height: auto;
    margin-top: 3.5rem;
  }
  .header .menu > .menu-item {
    display: block;
    margin: 0;
    text-align: center;/*MBA*/
  }
  .header .menu > .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .menu > .menu-item > a {
    padding: 0.75rem 1rem;
    /*color: #121212;*/
    color: #5b003f; /*Mba*/
    border-bottom: 1px solid #f2f2f2;
    font-weight: 400;
  }
  .header .menu > .menu-item:first-child > a {
    border-top: 1px solid #f2f2f2;
  }
  .header .menu > .menu-item > a .expand::before, .header .menu > .menu-item > a .expand::after {
    /*background: #121212;*/
    background: #5b003f; /*Mba*/
  }
  .header .menu > .menu-item-has-children.active > a .expand:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .header .menu > .menu-item > .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    background: transparent;
    box-shadow: none;
    transform: translateY(0px);
  }
  .header .menu > .menu-item > .sub-menu > .menu-item > a {
    padding: 0.75rem 2rem;
   /* color: #121212; /* inicial*/
    color: #f42102; /*Mba*//*Cor dos submenus após seleção no celular*/ 
    border-bottom: 1px solid #f2f2f2;
  }
  .header .opened-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  
  .header .opened-menu { /* mba */
  	height: 1.5rem;
  }
  .header .closed-menu {
    position: absolute;
    display: flex;
    top: 1rem;
    right: 0.5rem;
  }
}
