@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
/*-- Owl in web stylesheet--*/
h1,
h2,
h3,
h4,
h5,
h6,
a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  margin-bottom: 12px;
  margin-top: 0;
}
h2 label {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  color: #fff;
  font-size: 16px;
}
/*estilos complementarios*/
.clear {
  clear: both;
}
/*estilos aplicados a inputs*/

/* stiky footer */
html,
body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  /* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
.wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -30px;
}

/* Set the fixed height of the footer here */
.push,
.footer {
  height: -40px;
}
.footer {
  border-top: 1px solid #50597b;
  padding-top: 10px;
  text-align: center;
  font-size: 11px;
  background: #50597b;
  color: #fff;
}
.menu-footer {
  margin-left: 20px;
  font-size: 11px;
}
/*radio button*/
.radio {
  margin: 10px 0px 25px;
  padding: 0;
}

.radio label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  line-height: 22px;
  vertical-align: top;
}
.radio label + p {
  display: inline-block;
  font-size: 18px;
  color: #666;
  width: 75%;
  margin-left: 1rem;
  line-height: 1.9rem;
  text-align: left;
}

.c-radio span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  text-align: center;
}

.c-radio span:before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: center !important;
  font-size: 24px;
  line-height: 18px;
  vertical-align: middle;
}

.c-radio input[type="radio"] {
  position: absolute;
  margin: 4px 0 0;
  opacity: 0;
}

.c-radio input[type="radio"]:checked {
  color: #fff;
  transition: color 0.3s ease-out;
}

.c-radio input[type="radio"]:checked + span {
  border-color: #f1c40f;
  background-color: #f1c40f;
}

.c-radio input[type="radio"]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color 0.3s ease-out;
}
.ver-resultados {
  display: none;
}
.well {
  margin: 15px;
}
.clear {
  clear: both;
}

@media (max-width: 480px) {
  .navbar-brand {
    width: 183px;
  }
}

.flex-center {
  margin-top: 15px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.container-contact {
}

.title-header {
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.content-friends {
  max-width: 500px;
  margin: 0 auto;
  height: 52vh;
  overflow-y: auto;
  padding: 0 16px;
}

.container-contact {
  text-align: center;
}

.item-friend {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  padding: 14px;
  margin-bottom: 8px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .item-friend {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    padding: 14px;
    margin-bottom: 8px;
    justify-content: space-between;
    flex-direction: column;
    gap: 8px;
  }
}

h3.text-friend {
  line-height: 1.3;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  text-transform: capitalize;
}

.item-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #fff;
  border-radius: 50px;
  line-height: 1.2;
  padding: 6px;
  font-size: 10px;
  color: #fff;
  height: 42px;
  width: 42px;
}

.item-lang h6 {
  margin: 0;
  line-height: 1.1;
  font-size: 10px;
  color: #1abc9c;
}

.content-lang {
  display: flex;
  gap: 6px;
}

.pa-b {
  border-color: #1abc9c;
}
.pa-b h6 {
  color: #1abc9c;
}

.tc-b {
  border-color: #f1c40f;
}
.tc-b h6 {
  color: #f1c40f;
}

.s-b {
  border-color: #3498db;
}
.s-b h6 {
  color: #3498db;
}

.r-b {
  border-color: #1abc9c;
}
.r-b h6 {
  color: #1abc9c;
}

.tf-b {
  border-color: #e74c3c;
}
.tf-b h6 {
  color: #e74c3c;
}

.animation {
  animation: lds-ring 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
  margin: 0;
}

.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: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #1abc9c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1abc9c;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.content-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  margin: 0 15px;
}

.text-toggle {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}

/* share */
.title-share {
  text-align: center;
  margin-bottom: 20px;
}

.title-share h6 {
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

.title-share p {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.3;
  margin: 0;
}
