.modal-color{
    background: #F6F6F6;
}
.frm-titulo{
    background: #ff9f23;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    padding: 15px 50px;
    font-size: 1.5em;
    font-weight: bold;
}
.h3-frm{
    color: #6d6c6c;
}

.label-frm{
    color: #888888;
}

.input-frm{
    border-color: #ff9f23;
    border-radius: 10px;
    text-transform: uppercase;
}

.input-codigo{
    text-transform: uppercase;
    background-color: #ff9f23;
    border: none;
    border-radius: 15px;
    /* height: 50px; */
    color: white;
    padding: 10px;
    width: 180px;
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.4em;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.btn-tramite {
    text-transform: uppercase;
	max-width: 300px;
	background: #ff9f23;
	padding: 10px;
	border: none;
	color: white;
	border-radius: 30px;
	box-shadow: 10px 0px 10px #e1e1e1;
}
.btn-tramite:hover {
	background: #ff950c;
}
.s1{
    width: 400px;
    height: 70px;
    font-size: 20px;
    border-radius: 40px;
}
.s3{
    width: 300px;
    font-size: 14px;
    height: 50px;
}

.s3-link{
    color: #fff;
    width: 300px;
    font-size: 14px;
    height: 50px;
}

.s3-link:hover{
    color:#fff;
    text-decoration: none;
}
.link-tramite{
    font-size: 18px;
    color: #ff950c;
    text-transform: uppercase;
    font-weight: lighter;
    text-decoration: none;
}
.link-tramite:hover{
    text-decoration: none;
    border-bottom: 2px solid #ff950c;
    color: #ff950c;
}
.modal-content-codigo-asesor{
    border-radius: 20px;
    background: rgba(0,0,0,0.77);
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.modal-content-recordatorio{
    border-radius: 20px;
    background: rgba(0,0,0,0.40);
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.btn-aceptar{
    text-transform: uppercase;
    background: #ff9f23;
    padding: 10px;
    border: none;
    color: white;
    border-radius: 30px;
    width: 100%;
}
.btn-cancelar{
    text-transform: uppercase;
    background: #ccc;
    padding: 10px;
    border: none;
    color: white;
    border-radius: 30px;
    width: 100%;
}

#div-img-modal-seguridad{
    height: 400px;
    width: 100%;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}