

.titulo
{
    background-color:#3BB1A8;
    color: white; 
    margin: 0;
    text-align: center;
    padding: 5px 0;
    font-size: 1.1rem;
    font-family: Quicksand,sans-serif;
}

.selector{
    padding: 8px;
    -moz-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
    box-shadow: 1px 2px 3px rgba(0,0,0,.5);
    border-radius: 10px;
    width: 250px;
    font-size: 1.1rem;
    font-family: Quicksand,sans-serif;
    background-color: #F2F3F3;
    color: #434343;

}

.circle{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    font-weight: bold;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    font-size: 1.2rem;
    border: 2px solid #fff;
    font-family: Quicksand,sans-serif;
}

.btn,
form input[type="submit"]{
    padding: 6px;
    background: #ED572A;
    font-family: Quicksand,sans-serif;
    color: #E1E9FA;
    font-size: 1.1em;
    border-radius: 10px;
    border:none;
    float: center;
    cursor: pointer;
}

.button{
    padding: 6px;
    -moz-box-shadow: 1px 2px 2px rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.3);
    box-shadow: 1px 2px 2px rgba(0,0,0,.3);
    border-radius: 4px;
    width: 250px;
    font-size: 17px;
    font-family: Quicksand,sans-serif;
    background-color: #B2B2B2;
    color: white;
}

.elect{
    text-align: left;
    font-size: 1.2rem;
    font-family: Quicksand,sans-serif;
    color: #434343;

}


*{font-family: Quicksand,sans-serif;}

@keyframes click-wave {
  0% {
    height: 30px;
    width: 30px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #40e0d0;
}
.option-input:checked::before {
  height: 30px;
  width: 30px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

.datos{
    text-align: left;
    font-size: 1.2rem;
    font-family: Quicksand,sans-serif;
    color: #434343;
}
img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
}

.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 600px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 11px 8px;
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 12px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #3BB1A8;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 1200px;
}
