*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "CMU Bright";
}

label {
    white-space:nowrap;
}

input[type="radio"] {
width: auto !important;
margin: 0 !important;
padding: 0 !important;
display: inline !important;
justify-content: left !important;
align-items: left !important;
}

@font-face {
  font-family: 'CMU Bright';
  src: url('cmunbmr.ttf');
  src: local('CMU Bright'),
    url("../fonts/cmu/cmunbmr.ttf") format("truetype");
}

@font-face {
  font-family: 'CMU Concrete';
  src: url('cmunorm.ttf');
  src: local('CMU Concrete'),
    url("../fonts/cmu/cmunorm.ttf") format("truetype");
}

@font-face {
  font-family: 'CMU Sans Serif';
  src: url('cmunss.ttf');
  src: local('CMU Sans Serif'),
    url("../fonts/cmu/cmunss.ttf") format("truetype");
}

html,body{
    height: 100%;
    color: #010101;
    font-size: 1em;
}

li {
  margin-left: 3vh;
}

.parent{
padding: 1vh;
}

.child{
  display: grid;
  gap:4vh;
}

.center{
text-align:center;
}

.description-color{
  color: #6d6d6d;
}

.celular{
display: flex;
flex-direction: column;
}
.tela{
display: none;
flex-direction: column;
}
.box30{
  min-width: 6em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box30 img{
  width: 100%;
  justify-content: center;
  object-fit: contain;
  margin: 1vh;
}

.box70{
  max-width: 100%;
  align-items: left;
}
.box70 p,li,input,textarea,label,.collapsible,.subitem, login-button a {
  font-size: 2.5em;
}
.box70 p,h3,.collapsible,.subitem,h2 {
  padding: 1vh;
}

.box70 ul{
  padding-left: none;
  padding-right: 1vh;
  padding-bottom: 1vh;
}

.one-service, .one-service-left, .one-service-right{
  display: flex;
  /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  justify-content: space-between;
  flex-direction: column;
}

.title{
  color: black;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  background-color: white;
  margin-top: 2vh;
}

.title a{text-decoration: none;}

.title a:link ,.title a:visited ,.title a:hover ,.title a:active {
    color:black;
  }
.title h2 {
font-size:5em;
}

 .box70 input,textarea,label{
  position: relative;
  width: 95%;
  margin-bottom: 1vh;
  margin-left: 1vh;
  ;
 }

 .aligned-buttons{
  display: flex;
 }

.collapsible {
  background-color:white;
  color: #6d6d6d;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;

}

.active {
  color:#010101;
}

.faq-content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-style: oblique;
}

.login-button{
margin-left:1vh;
margin-bottom:1vh;
margin-right:1vh;
display:flex;
justify-content: space-between;
}

  /* CSS */
  .button-54 {
    text-decoration: none;
    text-transform: uppercase;
    color: #010101;
    cursor: pointer;
    border: 3px solid;
    padding: 0.25em 0.5em;
    box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-bottom: 2vh;
    margin-left: 1vh;
    font-size: 2.3em;
  }
  .botoes{
    display: flex;
    column-gap:2vh;
  }
  .button-54:active {
    box-shadow: 0px 0px 0px 0px;
    top: 5px;
    left: 5px;
  }
  .button-85 {
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
  }
  .button-85:before {
    content: "";
    background: linear-gradient(
      45deg,
      #ff0000,
      #ff7300,
      #fffb00,
      #48ff00,
      #00ffd5,
      #002bff,
      #7a00ff,
      #ff00c8,
      #ff0000
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
  }
  @keyframes glowing-button-85 {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 400% 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  .button-85:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 10px;
  }

.contact{
  display: flex;
  align-items: center;
  vertical-align: middle;
  gap:2vh;
}

.contact div h3 {
font-size: 4em;
}

/* CSS */
.button-13 {
  background-color: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 0.1em;
  box-shadow: rgba(213, 217, 217, .5) 0 0.3em 0.3em 0;
  box-sizing: border-box;
   /* color: #5cc8d7;   a cor está no botão para podermos parametrizar com a cor da classe parameters*/
  cursor: pointer;
  display: inline-block;
  /* font-family: "Amazon Ember",sans-serif; */
  font-size: 2em;
  line-height: 2em;
  padding: 0 10px 0 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: 6.25em;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
}
.button-13:hover {
  background-color: #f7fafa;
}
.button-13:focus {
  border-color: #008296;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  outline: 0;
}

@media (min-width: 300px){
  .contact{
    margin-top: 1vh;
  }
  .parent{
    padding: 2vh;
    }

  .child{
    gap:3vh;
  }
.box30{
  display: flex;
  margin: 2vh;
}
  .box30 img{
    margin: 2vh;
  }


  .box70 p,li,input,textarea,label,.collapsible,.subitem, login-button a{
    font-size: 2.5em;
  }
  .box70 p,h3,.collapsible,.subitem,h2{
    padding-left: 2vh;
    padding-right: 2vh;
  }
  .box70 ul{
    padding-left: 3vh;
    padding-right: 2vh;
  }
  .one-service, .one-service-left, .one-service-right{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .question-space{
    margin-top: 2vh;
  }
 .box70 input,textarea,label{
  position: relative;
  width: 92%;
  margin-bottom: 2vh;
  margin-left: 2vh;
 }
.button-54{
  margin-bottom: 4vh;
  margin-left: 2vh;
}
.login-button{
margin-left:2vh;
margin-bottom:2vh;
}
}

@media (min-width: 800px) {
  .contact{
    margin-top: 2vh;
  }
  .parent{
    padding: 4vh;
    }

  .child{
    gap:5vh;
  }
.box30{
  display: flex;
}
  .box30 img{
    margin: 3vh;
  }

  .box70 p,li,input,textarea,label,.collapsible,.subitem, login-button a {
    font-size: 3em;
  }
  .box70 p,h3,.collapsible,.subitem,h2{
    padding-left: 3vh;
    padding-right: 3vh;
  }
  .box70 p{
    padding-bottom: 1vh;
  }
  .one-service, .one-service-left, .one-service-right{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .bottom-space{
    margin-bottom: 2vh;
  }
  .question-space{
    margin-top: 1vh;
  }

  .box70 ul{
    padding-left: 2vh;
    padding-right: 2vh;
  }
  .box70 input,textarea,label{
    position: relative;
    width: 90%;
    margin-bottom: 2vh;
    margin-left: 3vh;
   }
  .button-54{
    margin-bottom: 3vh;
    margin-left: 3vh;
  }
  .login-button{
  margin-left:3vh;
  margin-bottom:3vh;
  }
}

@media (min-width: 1070px) {
.title h2 {
font-size:3em;
}

.contact div h3 {
font-size: 2em;
}

.button-13 {
font-size: 1em;
line-height: 2em;
border-radius: 0.1em;
width: 7.25em;
}
 .button-54 {
 font-size: 1.3em;
 }
  .contact{
    margin-top: 4vh;
  }
  .parent{
    padding: 8vh;
    }

  .child{
    gap:7vh;
    margin: 2vh;
  }
.box30{
  display: flex;
}
  .box30 img{
    margin: 5vh;
  }

  .box70 p,li,input,textarea,label,.collapsible,.subitem, login-button a {
    font-size: medium;
  }
  .box70 p,h3,.collapsible,.subitem,h2{
    padding-left: 5vh;
    padding-right: 5vh;
  }
  .box70 p{
    padding-bottom: 2vh;
  }
  .one-service, .one-service-left{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 3vh;
    flex-direction: row;
  }
  .one-service-right{
                        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
                        padding: 3vh;
                        flex-direction: row-reverse;
                      }
  .box70 ul{
    padding-left: 4vh;
    padding-right: 2vh;
  }
  .box70 input,textarea,label{
    position: relative;
    width: 95%;
    margin-bottom: 3vh;
    margin-left: 5vh;
   }
  .button-54{
    margin-bottom: 4vh;
    margin-left: 5vh;
  }
  .login-button{
  margin-left:5vh;
  margin-bottom:4vh;
  }
}

@media (min-width: 1500px) {

.celular{
display: none;
}
.tela{
display: flex;
}

div.link-button-wrapper a{
 background-color:white;
 background-image:none;
 border:2px solid #5cc8d7;
 border-radius:20px;
 color:#111;
 font-family: Verdana, Geneva, Tahoma, sans-serif;
 font-weight: 700;
 font-size:2em;
 font-weight:bold;
 padding:5px 10px;
 text-decoration:none;
 padding:5px 20px;
}

.one-service, .one-service-left{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 3vh;
    flex-direction: row;
  }
  .one-service-right{
                        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
                        padding: 3vh;
                        flex-direction: row-reverse;
                      }
  .contact{
    margin-top: 4vh;
  }
  .parent{
    padding: 8vh;
    }

  .child{
    gap:7vh;
    margin: 2vh;
  }
.box30{
  display: flex;
}
  .box30 img{
    margin: 5vh;
  }

  .box70 p,h3,li,input,textarea,label,.collapsible,.subitem, login-button a{
    font-size: x-large;
  }
  .box70 p,h3,ul,.collapsible,.subitem,h2{
    padding-left: 5vh;
    padding-right: 5vh;
  }
  .box70 p{
    padding-bottom: 2vh;
  }
  .one-service{
    box-shadow: none;
    padding: 3vh;
  }
  .question-space{
    margin-top: 2vh;
  }
  .title h2, .contact h2{
    font-size: xx-large;
  }
  .box70 input,textarea,label{
    position: relative;
    width: 95%;
    margin-bottom: 3vh;
    margin-left: 5vh;
   }
  .button-54{
    margin-bottom: 4vh;
    margin-left: 5vh;
  }
  .login-button{
    margin-left:5vh;
    margin-bottom:4vh;
    }
}

