html, body {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

button, html, input, select, textarea {
  font-family: Roboto,Helvetica Neue,sans-serif;
}

body {
  background: #4A90E2;
}

h1 {
  font-weight: 700;
}

.title {
  font-size: 28px;
  text-align: center;
  padding: 0 10px;
  color: #FFFFFF;
  margin-top: -40px;
  margin-bottom: 16px;

}

footer {
  margin-top: 30px;
  font-size: 14px;    
  align-self: center;
  margin: 0 16px;
}

.container {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 3em;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 .8em;
  margin: 6px 8px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  background: transparent;
}

.btn-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.btn-confirmar {
  background: #50ae54;
  color: #FFFFFF;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
}

.btn-fecharpopup {
  background: #DEDEDE;
  align-self: flex-end;
}

.popup-simplesdental div  {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.popup-simplesdental {
  position: absolute;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 10px 20px 20px 20px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 30px rgba(0,0,0,.5);
  display: flex;
  display: none;
  flex-direction: column;
  min-height: 400px;
  max-height: 100%;
  min-width: 500px;
  max-width: 100%;
}

.popup-simplesdental h1 {
  margin-top: 50px;
}

.popup-simplesdental p {
  font-weight: 300;
}

.btn-cancelar {
  background: rgb(244,67,54);
  color: #FFFFFF;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
}

span, a {
  color: #FFFFFF;
}

.colgate-cta-wrapper {            
  display: none;
  align-items: center;
  justify-content: center;

  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 12px 16px;  
  margin: 16px;  
}

.colgate-footer-wrapper {    
  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  padding: 16px;  
  border-top: 1px solid #FFFFFF66;  
}

.colgate-img {
  width: 100%;
  max-width: 55px; 
  margin: 12px;
}

.colgate-cta-content {
  display: flex;
  flex-direction: column;  
  justify-content: center;
  gap: 4px;  
  line-height: 20px;

  h3 {
    color: #4D4D4D;
    font-size: 15px;    
    font-weight: 400;
    margin: 0;
    line-height: 22px;
    margin-right: 12px;
  }
  span {
    color: #242424;
    font-size: 16px;        
    font-weight: 600;
    line-height: 22px;
    margin: 0;
  }
}

.colgate-footer-content {
  h3 {
    color: #ACD3FF;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;    
    margin: 0;
  }
  p {
    color: #FFFFFF;
    font-size: 14px;    
    margin: 0;
  }  
}

@media (max-width: 800px) {
  .popup-simplesdental {
    transform: none;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    border-radius: 0px;
    top: 0;
    left: 0;
  }
}
