
.compArmando.formulario_solicitud{
    display: flex;
    justify-content: center;
    border: 2px solid rgba(0, 0, 0, 0.16);
    width: 90%;
    margin: auto;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    color: rgba(0, 0, 0, 0.65);
    position: relative;
    box-sizing: border-box;
}
.compArmando.formulario_solicitud .titulo{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 5px;
}
.compArmando.formulario_solicitud .datos{
  max-width: 100%;
}
.compArmando.formulario_solicitud .titulo .texto{
    font-size: 15px;
    max-width: 600px;
    text-align: justify;
    font-weight: 100;
}
.compArmando.formulario_solicitud input, .compArmando.formulario_solicitud textarea{
    border: 1px solid rgba(0, 0, 0, 0.18);
    width: 400px;
    border-radius: 2px;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    transition: all .5s;
    height: 33px;
    max-width: calc(100% - 22px);
}
.compArmando.formulario_solicitud{
    box-shadow: 0px 0px 100px -29px black;
}
.compArmando.formulario_solicitud input:focus {
    outline-color: rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 10px -5px;
}
.compArmando.formulario_solicitud .datos .btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    overflow: hidden;
}

.compArmando.formulario_solicitud .btn button {
    width: 130px;
    height: 30px;
    border: 1px solid #9E9E9E;
    background-color: #03A9F4;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    transition: all .5s;
}
.compArmando.formulario_solicitud .lista_seguros{
    display: none;
    border: 0;
    padding: 0 30px;
    margin-top: 6px;
    border-radius: 5px;
    box-shadow: 0 7px 15px -8px;
    /* height: 0; */
    overflow: auto;
    /* transition: all .5s; */
    position: absolute;
    background-color: white;
    /* width: 240px; */
    width: 100%;
    box-sizing: border-box;
}
.compArmando.formulario_solicitud .lista_seguros::-webkit-scrollbar {
    width: 0;
}
.compArmando.formulario_solicitud .lista_seguros p {
    margin-bottom: 13px !important;
    transition: all .5s;
    cursor: pointer;
}
.compArmando.formulario_solicitud .lista_seguros p:after {
    display: block;content: '';
    height: 1px;
    width: 0;
    background-color: rgba(0, 0, 0, .50);
    transition: all .5s;
}
.compArmando.formulario_solicitud .lista_seguros p:hover:after {
    width: 100%;
}
.compArmando.formulario_solicitud .lista_seguros.show {
    border: 1px solid rgba(0, 0, 0, 0.17);
    padding: 5px 30px;
    box-shadow: 0 7px 15px -8px;
    /* height: 140px; */
    overflow: auto;
    /* min-height: 140px; */
    max-height: 140px;
}
.compArmando.formulario_solicitud .datos .drop{
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
}
.compArmando.formulario_solicitud .datos .drop p{
    cursor: pointer;
}
.compArmando.formulario_solicitud .drop .nameSeguro{
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}
.compArmando.formulario_solicitud .drop .nameSeguro img{
    width: 17px;
    padding-left: 10px;
}
/* Modal */
.formulario_solicitud .modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
}
.formulario_solicitud .modal.show{
    opacity: 1;
    pointer-events: all;
    visibility: visible !important;
}
.formulario_solicitud .modal.show ~ .datos,.formulario_solicitud .modal.show ~ .sgcm,.formulario_solicitud .modal.show ~ .info, .formulario_solicitud .modal.show ~ .titulo{
    filter: blur(1px)
}
.formulario_solicitud .modal .contenido {
    background-color: white;
    width: 50%;
    max-height: 30%;
    box-shadow: 0 0 20px -10px black;
    padding: 30px;
}
.formulario_solicitud .modal .contenido .texto, .formulario_solicitud .modal .contenido .titulo{
    text-align: center;
}
.titulo.error {
    color: rgba(255, 0, 0, 0.6);
}
.titulo.ok {
    color: #8bc34a;
}
.modal .btn {
    cursor: pointer;
    position: relative;
    width: fit-content;
    margin: 30px auto;
    display: block;
    justify-content: center;
    margin-top: 30px;

}
.modal .btn:after, .modal .btn:before {
    content: '';
    display: flex;
    height: 1px;
    width: 0;
    background-color: rgba(0, 0, 0, 0.50);
    transition: all .5s;
    position: absolute;}

.modal .btn:hover:after {width: 60px;}

.modal .btn:hover:before {width: 60px;}

.modal .btn:before {left: 0;}

.modal .btn:after {right: 0;}
.formulario_solicitud .btn.loading button {
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
}
/* .formulario_solicitud .sgcm .btn.loading .boton{

} */
.formulario_solicitud .btn.loading{
    animation: mover 2.5s ease infinite;
}
@keyframes mover{
    0%{
        transform: translateX(-150px);
    }50%{
        transform: translateX(150px);
    }100%{
        transform: translateX(-150px);
    }
}
.contend-cv .app .dropdown{
    display: none;
}
.contend-cv .app .dropdown.open{
    display: block;
}
#bodyFront .contend-cv .elegir, #bodyFront .contend-cv .app, .contend-cv .dropApp, #bodyFront .contend-cv .dropApp.oculto {
    display: none;
}
#bodyFront .contend-cv .dropApp{
    display: block;
}
.contend-cv .dropApp{
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 5px;
    border-radius: 6px;
    width: 300px;
    position: relative;
    cursor: pointer;
}
.contend-cv .dropApp .drop-app{
    display: none;
    position: absolute;
    background-color: white;
    width: calc(100% - 10px);
    box-shadow: 0 10px 22px -6px #00000066;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    top: 30px;
    max-height: 340px;
    overflow: auto;
    z-index: 5;
}
.contend-cv .dropApp .drop-app span{
    position: relative;
    display: block;
    width: 95%;
    padding: 5px 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition: left .5s;
    left: 0;
}
.contend-cv .dropApp .drop-app span:hover{
    left: 5px;
}
.contend-cv .dropApp .drop-app .nombre{
    font-size: 12px;
}
.contend-cv .dropApp .drop-app .dir{
    font-size: 18px;
    color: black;
}
.contend-cv .dropApp .cor{
    font-size: 10px;
}
.contend-cv .datos_contacto{
    width: 80%;
    margin-left: auto;
    display: none;
}
.contend-cv .datos_contacto .el{
    border: 1px solid rgba(0, 0, 0, 0.18);
    margin: 5px 0px;
    padding: 5px;
    border-radius: 5px;
}
.contend-cv .datos_contacto .tit{
    color: black;
}

/* Controlar esconder campos de curp y rfc */
.esconder_campos .btns{
    cursor: pointer;
}
.esconder_campos .btns .poner, .esconder_campos.quit .btns .quitar{
    display: none;
}
.esconder_campos.quit .btns , .esconder_campos.quit .btns .poner{
    display: inline-flex;
}
.esconder_campos.quit ~ .ocuCR{
    pointer-events: none;
    opacity: .5;
}
/* ocultar los campos RFC y CURP en el front si  .esconder_campos tiene la clase quit*/
#bodyFront .esconder_campos.quit ~ .ocuCR,  #bodyFront .esconder_campos.quit{
    display: none;
}

/* estilos loader componente */
.spinner{
  flex-direction: column;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner.oc .lds-spinner, .spinner .mss{
  display: none;
}
.spinner .lds-spinner, .spinner.oc .mss{
  display: block;
}

.spinner.oculto{display: none;}
.spinner .compApd {
  text-align: center;
  color: #ffffff;
}
/* Botón renovar  */
.spinner .act{
  border: 1px solid #fff;
  padding: 5px 0;
  transition: all .5s;
  cursor: pointer;
}
.spinner .renew:hover{
  border: 1px solid transparent;
  background: #00bcd4;
  border-radius: 5px;
}

/* Botón comprar */
.spinner .comprar:hover{
  border: 1px solid transparent;
  background: #4caf50;
  border-radius: 5px;
}
.spinner .actions{
  width: 30%;
  margin: 10px auto;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
