.panel{
    background: white;
    width: 360px;
    min-height: 500px;
    border: 1px solid #ddd;
    border-radius: 20px;
    position: relative;
    margin: auto;
    text-align: center;
    padding: 22px 26px 41px;
}
.modal-transparente{
    background-color: transparent;
}
.boton-cerrar{
    background-color: #20b7bd;
    transition: all 600ms;
}
.contenido-modal{
    background-color: #ffffff;
    border-radius: 20px;
}
.titulo-modal{
    font-family: 'Montserrat', sans-serif;
}
.boton-modal{
    padding: 10px 20px;
    font-size: 40px;
}
.button {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 1px solid #047474;
  margin: 20px 20px 20px 20px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}

.button > a {
  color: #000000;
  text-decoration: none;
  letter-spacing: 1px;
}
#button-modal {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-modal a {
  position: relative;
  left: 0;
  transition: all .35s ease-Out;
}

#dub-arrow {
  width: 100%;
  height: 100%;
  background: #047474;
  left: -200px;
  position: absolute;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .35s ease-Out;
  bottom: 0;
}

#button-modal img {
  width: 20px;
  height: auto;
}

#button-modal:hover #dub-arrow {
  left: 0;
}

#button-modal:hover a {
  left: 150px;
}
.video-modal{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.boton-footer-modal{
    background-color: #20b7bd;
}
.boton-footer-modal:hover{
    background-color: #20686b;
}
.cont-pasos{
    padding: 0px 10px;
}
.cont-pasos img{
    max-width: 64px;
}
.boton-ingresar{
    background-color: #049da1;
    color: #ffffff;
    transition: all 600ms;
    border: 1px solid #049da1;
    border-radius: 10px;
    padding: 10px 25px;
}
.boton-ingresar:hover{
    background-color: #ffffff;
    color: #049da1;
}

input.col {
	display: none;
}
input.col:checked + label span {
	transform: scale(1.25);
}
input.col:checked + label .blanco {
	border: 2px solid #000000;
}
input.col:checked + label .gris {
	border: 2px solid #000000;
}
input.col:checked + label .oscuro {
	border: 2px solid #000000;
}
input.col:checked + label .oxford {
	border: 2px solid #000000;
}
input.col:checked + label .rojo {
	border: 2px solid #000000;
}
label.sel-col {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 10px;
	cursor: pointer;
}
label.sel-col > span{
    border-radius: 100%;
}
label.sel-col:hover span {
	transform: scale(1.25);
}
label.sel-col span {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 0.2s ease-in-out;
}
label.sel-col span.blanco {
    border: 1px solid #000000;
	background: #F5F3E9;
}
label.sel-col span.gris {
    border: 1px solid #000000;
	background: #DCDBD1;
}
label.sel-col span.oscuro {
	background: #A5A5A5;
	border: 1px solid #000000;
}
label.sel-col span.oxford {
	background: #353C44;
	border: 1px solid #000000;
}
label.sel-col span.rojo {
	background: #CC0605;
	border: 1px solid #000000;
}


ul.lista-opciones {
    list-style-type: none;
    display: inline;
}
li.opciones {
    display: inline-block;
}
li.opciones span{
    font-weight: 700;
}
input[type="radio"][id^="cb"] {
    display: none;
}
label.label-opcion {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}
label.label-opcion:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}
label.label-opcion img {
    height: 100px;
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}
:checked + label.label-opcion {
    border-color: #ddd;
}
:checked + label.label-opcion:before {
    content: "✓";
    background-color: grey;
    transform: scale(1);
}
:checked + label.label-opcion img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
}
.ayuda{
    
}
.icono-ayuda{
    
}
.icono-ayuda > img{
    max-height: 26px;
}
.boton-radio{
    padding: 0;
}
.nota{
    font-size: 10px;
    font-style: italic;
}
.boton-medio-contacto{
    padding: 8px;
    font-size: 30px;
}
.boton-medio-contacto.w{
    color: #4AA81F;
}
.boton-medio-contacto.c{
    color: #000000;
}
.boton-medio-contacto.t{
    color: #004369;
}
