.mobile-only {
  display: none;

}

.card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(10,102,255,0.12);
  padding: 28px 20px 22px;
  width: 50%;
  margin: 0 auto;
  text-align:center
}



.switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Styling for text labels */
.text-on, .text-off {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: bold;
  color: white;
  transition: opacity 0.4s;
}

.text-on {
  left: 8px;
  opacity: 0; /* Initially hidden */
}

.text-off {
  right: 8px;
  opacity: 1; /* Initially visible */
}

input:checked ~ .text-on {
  opacity: 1; /* Show ON text when checked */
}

input:checked ~ .text-off {
  opacity: 0; /* Hide OFF text when checked */
}


.my-button {
    margin-top: 5%;
    background-color: #4CAF50; /* Green background */
    color: white; /* White text */
    padding: 10px 20px; /* Spacing inside the button */
    border: none; /* Remove default border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Change cursor to a pointer on hover */
    font-size: 16px; /* Text size */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

.my-button:hover {
    background-color: #45a049; /* Darker green on hover */
}

.my-button:active {
    background-color: #3e8e41; /* Even darker green when clicked */
    transform: translateY(1px); /* Slight downward shift for a "pressed" feel */
}

.content { float:left; width:92%; margin:0 4%; padding: 20px 0; }

/*HEADER*/
.main_header          { background:#ffffff; border-bottom:1px #f4f4f4 solid; z-index:1; padding: 0.5em 0em; }
.main_header .content { float:left; padding:0px 0; }

.fixed            { display:block; position:fixed; z-index:9;  }
.main_header_logo { text-align:center; margin:auto; float:none; width:138px; }
.main_header_logo img { height:69px; }

/*Seu Código*/
.section-seu-codigo          { padding:10px 0px; background-color:#f4f4f4; }
.section-seu-codigo .content { float:left; padding:1em 0; }
.section_title               { width: 100%; float:left; margin-bottom:1em; font-size:1.3em; font-weight: 300; text-align: center; border-bottom: 1px #eceaea solid; padding-bottom: 1em; }
.teste {padding:150px}
.box-artigo   { width:100%; display:flex; background:transparent; padding:1em; }
.conteudo{ width: 50%; display:block; margin: 0 auto;text-align:center}

/*Menu Accordion*/
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.accordion-menu {
  width: 100%;
  max-width: 250px;
  /*margin: 60px auto 20px;*/
  background: transparent;
  border-radius: 4px;
}

.accordion-menu li.open .dropdownlink {
  
  color: #59D4D9;

}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
  transform: rotate(180deg);
}

.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}

.dropdownlink {

    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 45px;
    font-size: 18px;
    border-bottom: 3px solid #f4f4f4;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    transition: all 0.4s ease-out;
    border-radius: 6px;
    background: #4c4c4c;
    box-shadow: 1px 0px 1.2px 0px #e3e3e3;

}

.dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
}
.dropdownlink .fa-chevron-down {
  right: 12px;
  left: auto;
}

.submenuItems {
  
  display: none;
  background: #59D4D9;
  border-radius: 6px;
  overflow: hidden;

}
.submenuItems li {

  border-bottom: 2px solid #F4F4F4;

}

.submenuItems a {

  display: block;
  color: #1e1e1e;
  font-weight: bold;
  padding: 12px 12px 12px 20px;
  transition: all 0.4s ease-out;

}



.submenuItems a:hover {

  background-color: #188488;
  color: #fff;

}
/*Menu Accordion*/

/*FOOTER*/
.main_footer          { background-color:#353535; color:#fff; font-size:0.875em; }
.main_footer .content { padding:3em 0em; }

.main_footer_copy       { background-color:#262626; width:100%; float:left; text-align:center; padding:1.5em 0em; }
.main_footer_copy p     { font-family:'open_sanslight'; font-size:1em; color:#e1e0e0; height:20px; }
.main_footer_copy .m-b-footer   { margin-bottom:0.5em; }
.main_footer_copy .by   { font-size:0.96em; }
.main_footer_copy .by i { font-size:0.96em; margin-right:3px; color:#e82626; }


/*Começa o Responsivo*/

/*480PX BREAKPOINT*/
/*480 dividido por 16 = 30em*/
@media (min-width:30em){

.boxBannerTopo { padding:1em 0; }
body{font-size: 1em;
    
}
}

/*360PX BREAKPOINT*/
/*360 dividido por 16 = 37,5em*/
@media (max-width:768px){
.accordion-menu {display:none}
.conteudo{ width: 100%; display:block; margin: 0 auto;text-align:center}
.card{width: 100%; display:block; margin: 0 auto;text-align:center}
h1{font-size:25px}
} 

/*600PX BREAKPOINT*/
/*600 dividido por 16 = 37,5em*/
@media (min-width:37em){
.mobile-only { display: block; }

} 

/*768PX BREAKPOINT*/
/*768 dividido por 16 = 48em*/
@media (min-width:48em){


} 

/*960PX BREAKPOINT*/
/*960 dividido por 16 = 60em*/
@media (min-width:60em){

 .section-seu-codigo          { padding:20px 0px; }
 .section-seu-codigo .content { width:80%; padding:1em 0; margin:0 10%; }


}

/*1280PX BREAKPOINT*/
/*1280 dividido por 16 = 80em*/
@media (min-width:80em){

 
}

/*1366PX BREAKPOINT*/
/*1366 dividido por 16 = 85,375em*/
@media (min-width:85em){

 .content  { width:80%; margin:0 10%; }

}

/*1600PX BREAKPOINT*/
/*1600 dividido por 16 = 100em*/
@media (min-width:100em){


}
/*Fecha o Responsivo*/
