@charset "UTF-8";
/* NUEVOS COLORES ACTUALIZACION DE DISEÑO */
/* TERMINAN NUEVOS COLORES DISEÑO */
body {
  font-family: "Roboto";
}

/* ESTILO MENSAJE DE NO ACCESO A MODULOS */
.rechazo_modulo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 130px;
}
.rechazo_modulo_img {
  display: flex;
  justify-content: center;
  width: 50%;
}

.rechazo_modulo span {
  font-size: 18px;
  color: black;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
}

.bg-body {
  background-color: white;
}

.portadaprin {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #252160;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s ease-out all;
}
.portadaprin_cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.portadaprin_cont_img {
  width: 500px;
}
.portadaprin_cont_img img {
  max-width: 100%;
}
.portadaprin_cont_boton {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
}
.portadaprin_cont_boton_estilo {
  padding: 22px;
  border-radius: 15px;
  background-color: #00a7c7;
  cursor: pointer;
  font-size: 26px;
  color: white;
  width: 70%;
  border-color: #00a7c7;
}

.ocultarportadaprin {
  top: -100%;
}

.principal {
  display: flex;
  justify-content: center;
  margin: 50px;
}
.principal .CElementos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.principal .CElementos .CImagen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px;
}
.principal .CElementos .CImagen .color_icono {
  color: #313778;
}
.principal .CElementos .CImagen .color_texto {
  color: #313778;
  font-size: 40px;
  margin-top: 20px;
}
.principal .CElementos .CImagen .img_width {
  max-width: 100%;
}
.principal .CElementos .CEI {
  display: flex;
  flex-direction: column;
  width: 500px;
}
.principal .CElementos .CEI .text-present {
  text-align: center;
  color: #4258fb;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 25px;
}
.principal .CElementos .CEI .CF {
  display: flex;
  justify-content: center;
}
.principal .CElementos .CEI .CF .contelemento {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  width: 90%;
  -webkit-box-shadow: -1px 3px 39px -20px black;
  -moz-box-shadow: -1px 3px 39px -20px black;
  box-shadow: -1px 3px 39px -20px black;
}
.principal .CElementos .CEI .CF .contelemento .cuadros {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.principal .CElementos .CEI .CF .contelemento .boton {
  width: 100%;
  background-color: #00a7c7;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.7s ease;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  /*&:hover{
  	color: $colorbotonhover;
  	background-color: $BGbotonhover;
  }*/
}

#max {
  max-width: 100%;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 50px;
  background-color: white;
  /*#e5e7e9;*/
  color: black;
  font-size: 12px;
}

.footer_span {
  padding: 2px;
}

@media (max-width: 480px) {
  .portadaprin {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #252160;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s ease-out all;
  }
  .portadaprin_cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .portadaprin_cont_img {
    width: 85%;
  }
  .portadaprin_cont_img img {
    max-width: 100%;
  }
  .portadaprin_cont_boton {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    width: 100%;
  }
  .portadaprin_cont_boton_estilo {
    padding: 18px;
    border-radius: 15px;
    background-color: #00a7c7;
    cursor: pointer;
    font-size: 22px;
    color: white;
    width: 70%;
    border-color: #00a7c7;
  }

  .ocultarportadaprin {
    top: -100%;
  }

  .principal {
    display: flex;
    justify-content: center;
    margin: 50px;
  }
  .principal .CElementos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .principal .CElementos .CImagen {
    display: flex;
    justify-content: center;
    margin: 50px;
  }
  .principal .CElementos .CImagen .img_width {
    max-width: 100%;
  }
  .principal .CElementos .CEI {
    display: flex;
    flex-direction: column;
    width: 330px;
  }
  .principal .CElementos .CEI .CF {
    display: flex;
    justify-content: center;
  }
  .principal .CElementos .CEI .CF .contelemento {
    border-radius: 10px;
    padding: 20px;
    width: 90%;
  }
  .principal .CElementos .CEI .CF .contelemento .text-present_accion {
    display: none;
  }
  .principal .CElementos .CEI .CF .contelemento .cuadros {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .principal .CElementos .CEI .CF .contelemento .boton {
    width: 100%;
    background-color: #00a7c7;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.7s ease;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    /*&:hover{
    	color: $colorbotonhover;
    	background-color: $BGbotonhover;
    }*/
  }
}
.bg-bodyF {
  background-color: white;
}

.principal_Form {
  display: flex;
  justify-content: center;
  margin: 200px;
}
.principal_Form .CElement_Form {
  display: flex;
  flex-direction: column;
}
.principal_Form .CElement_Form .CPF_Form {
  display: flex;
  flex-direction: column;
}
.principal_Form .CElement_Form .CPF_Form .CGUno_Form {
  width: 500px;
  border-radius: 5px;
  background-color: #d6dbdf;
  padding: 20px;
}
.principal_Form .CElement_Form .CPF_Form .CGUno_Form .cuadros {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.principal_Form .CElement_Form .CPF_Form .CGUno_Form .botones {
  display: flex;
  flex-direction: row;
}
.principal_Form .CElement_Form .CPF_Form .CGUno_Form .botones .button {
  width: 50%;
  background-color: #313778;
  color: white;
  padding: 14px 20px;
  margin-right: 10%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.principal_Form .CElement_Form .CPF_Form .CGUno_Form .botones .button:hover {
  color: white;
  background-color: #7d3c98;
}

@media (max-width: 480px) {
  .principal_Form {
    display: flex;
    justify-content: center;
    margin: 100px;
    margin-top: 200px;
  }
  .principal_Form .CElement_Form {
    display: flex;
    justify-content: center;
  }
  .principal_Form .CElement_Form .CPF_Form {
    display: flex;
    flex-direction: column;
  }
  .principal_Form .CElement_Form .CPF_Form .CGUno_Form {
    width: 300px;
    border-radius: 5px;
    background-color: #d6dbdf;
    padding: 20px;
  }
  .principal_Form .CElement_Form .CPF_Form .CGUno_Form .cuadros {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .principal_Form .CElement_Form .CPF_Form .CGUno_Form .botones {
    display: flex;
    flex-direction: row;
  }
  .principal_Form .CElement_Form .CPF_Form .CGUno_Form .botones .button {
    width: 100%;
    background-color: #313778;
    color: white;
    padding: 14px 20px;
    margin-right: 10%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .principal_Form .CElement_Form .CPF_Form .CGUno_Form .botones .button:hover {
    color: white;
    background-color: #7d3c98;
  }
}
.bg-bodyF {
  background-color: white;
}

.principal_FormP {
  display: flex;
  justify-content: center;
}
.principal_FormP .CElement_FormP {
  display: flex;
  justify-content: center;
  width: 90%;
  margin-top: 120px;
}
.principal_FormP .CElement_FormP .CPFPa {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.principal_FormP .CElement_FormP .CPFPa .CGUno_FormP {
  border-radius: 5px;
  background-color: #d6dbdf;
  padding: 20px;
  width: 43%;
}
.principal_FormP .CElement_FormP .CPFPa .CGUno_FormP .cuadrosP {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.principal_FormP .CElement_FormP .CPFPa .CGUno_FormP .botonesP {
  display: flex;
  flex-direction: row;
}
.principal_FormP .CElement_FormP .CPFPa .CGUno_FormP .botonesP .buttonP {
  width: 50%;
  background-color: #313778;
  color: white;
  padding: 14px 20px;
  margin-right: 10%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.principal_FormP .CElement_FormP .CPFPa .CGUno_FormP .botonesP .buttonP:hover {
  color: white;
  background-color: #7d3c98;
}
.principal_FormP .CElement_FormP .CPFPa .CGDos_FormP {
  border-radius: 5px;
  background-color: #d6dbdf;
  padding: 20px;
  width: 36%;
}
.principal_FormP .CElement_FormP .CPFPa .CGDos_FormP .cuadrosP {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.principal_FormP .CElement_FormP .CPFPa .CGDos_FormP .tabla {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 12px;
  margin: 5px;
  text-align: left;
  border-collapse: collapse;
}
.principal_FormP .CElement_FormP .CPFPa .CGDos_FormP .tabla th {
  font-size: 13px;
  font-weight: normal;
  padding: 8px;
  background: #b9c9fe;
  border-top: 4px solid #aabcfe;
  border-bottom: 1px solid #fff;
  color: #039;
}
.principal_FormP .CElement_FormP .CPFPa .CGDos_FormP .tabla td {
  padding: 4px;
  background: #e8edff;
  border-bottom: 1px solid #fff;
  color: #669;
  border-top: 1px solid transparent;
}
.principal_FormP .CElement_FormP .CPFPa .CGDos_FormP .tabla tr:hover td {
  background: #d0dafd;
  color: #339;
}

@media (max-width: 992px) {
  .principal_FormP {
    display: flex;
    justify-content: center;
  }
  .principal_FormP .CElement_FormP {
    display: flex;
    justify-content: center;
    width: 90%;
    margin-top: 120px;
  }
  .principal_FormP .CElement_FormP .CPFPa {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .principal_FormP .CElement_FormP .CPFPa .CGUno_FormP {
    border-radius: 5px;
    background-color: #d6dbdf;
    padding: 10px;
    width: 48%;
  }
  .principal_FormP .CElement_FormP .CPFPa .CGUno_FormP .cuadrosP {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .principal_FormP .CElement_FormP .CPFPa .CGUno_FormP .botonesP {
    display: flex;
    flex-direction: row;
  }
  .principal_FormP .CElement_FormP .CPFPa .CGUno_FormP .botonesP .buttonP {
    width: 100%;
    background-color: #313778;
    color: white;
    padding: 14px 20px;
    margin-right: 10%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .principal_FormP .CElement_FormP .CPFPa .CGUno_FormP .botonesP .buttonP:hover {
    color: white;
    background-color: #7d3c98;
  }
  .principal_FormP .CElement_FormP .CPFPa .CGDos_FormP {
    border-radius: 5px;
    background-color: #d6dbdf;
    padding: 10px;
    width: 41%;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .principal_FormP {
    display: flex;
    justify-content: center;
  }
  .principal_FormP .CElement_FormP {
    display: flex;
    justify-content: center;
    width: 90%;
    margin-top: 10px;
  }
  .principal_FormP .CElement_FormP .CPFPa {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .principal_FormP .CElement_FormP .CPFPa .CGUno_FormP {
    border-radius: 5px;
    background-color: #d6dbdf;
    padding: 10px;
    width: 100%;
  }
  .principal_FormP .CElement_FormP .CPFPa .CGUno_FormP .cuadrosP {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .principal_FormP .CElement_FormP .CPFPa .CGUno_FormP .botonesP {
    display: flex;
    flex-direction: row;
  }
  .principal_FormP .CElement_FormP .CPFPa .CGUno_FormP .botonesP .buttonP {
    width: 100%;
    background-color: #313778;
    color: white;
    padding: 14px 20px;
    margin-right: 10%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .principal_FormP .CElement_FormP .CPFPa .CGUno_FormP .botonesP .buttonP:hover {
    color: white;
    background-color: #7d3c98;
  }
  .principal_FormP .CElement_FormP .CPFPa .CGDos_FormP {
    border-radius: 5px;
    background-color: #d6dbdf;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
  }
}
.bg-bodyFA {
  background-color: #ecf0f1;
}

.principal_FormA {
  display: flex;
  justify-content: center;
  margin: 50px;
}
.principal_FormA .CElement_FormA {
  display: flex;
  flex-direction: column;
}
.principal_FormA .CElement_FormA .CPF_FormA {
  display: flex;
  flex-direction: column;
}
.principal_FormA .CElement_FormA .CPF_FormA .CGUno_FormA {
  width: 630px;
  border-radius: 5px;
  background-color: #d6dbdf;
  padding: 20px;
}
.principal_FormA .CElement_FormA .CPF_FormA .CGUno_FormA .cuadrosA {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.principal_FormA .CElement_FormA .CPF_FormA .CGUno_FormA .botonesA {
  display: flex;
  flex-direction: row;
}
.principal_FormA .CElement_FormA .CPF_FormA .CGUno_FormA .botonesA .buttonA {
  width: 50%;
  background-color: #313778;
  color: white;
  padding: 14px 20px;
  margin-right: 10%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.principal_FormA .CElement_FormA .CPF_FormA .CGUno_FormA .botonesA .buttonA:hover {
  color: white;
  background-color: #7d3c98;
}
.principal_FormA .CElement_FormA .CPF_FormA .CGUno_FormA .contTabla {
  overflow-x: auto;
}
.principal_FormA .CElement_FormA .CPF_FormA .CGUno_FormA .contTabla .tabla {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 12px;
  margin: 5px;
  width: 520px;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}
.principal_FormA .CElement_FormA .CPF_FormA .CGUno_FormA .contTabla .tabla th {
  font-size: 13px;
  font-weight: normal;
  padding: 8px;
  background: #b9c9fe;
  border-top: 4px solid #aabcfe;
  border-bottom: 1px solid #fff;
  color: #039;
}
.principal_FormA .CElement_FormA .CPF_FormA .CGUno_FormA .contTabla .tabla td {
  padding: 8px;
  background: #e8edff;
  border-bottom: 1px solid #fff;
  color: #669;
  border-top: 1px solid transparent;
}
.principal_FormA .CElement_FormA .CPF_FormA .CGUno_FormA .contTabla .tabla tr:hover td {
  background: #d0dafd;
  color: #339;
}

/*.contabla{
	//overflow-x:auto;

	.tabla{
		border-collapse: collapse;
		border-spacing: 0;
		border: 1px solid #ddd;
	}	
}*/
@media (max-width: 480px) {
  .principal_FormA {
    display: flex;
    justify-content: center;
  }
  .principal_FormA .CElement_FormA {
    display: flex;
    justify-content: center;
  }
  .principal_FormA .CElement_FormA .CPF_FormA {
    display: flex;
    flex-direction: column;
  }
  .principal_FormA .CElement_FormA .CPF_FormA .CGUno_FormA {
    width: 300px;
    border-radius: 5px;
    background-color: #d6dbdf;
    padding: 20px;
  }
  .principal_FormA .CElement_FormA .CPF_FormA .CGUno_FormA .cuadrosA {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .principal_FormA .CElement_FormA .CPF_FormA .CGUno_FormA .botonesA {
    display: flex;
    flex-direction: row;
  }
  .principal_FormA .CElement_FormA .CPF_FormA .CGUno_FormA .botonesA .buttonA {
    width: 50%;
    background-color: #313778;
    color: white;
    padding: 14px 20px;
    margin-right: 10%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .principal_FormA .CElement_FormA .CPF_FormA .CGUno_FormA .botonesA .buttonA:hover {
    color: white;
    background-color: #7d3c98;
  }

  /*.contabla{
  	//overflow-x: scroll;

  	.tabla{
  		border-collapse: collapse;
  		border-spacing: 0;
  		border: 1px solid #ddd;
  		overflow-x: auto;
  		display: block;
  		width: 95%;
  	}	
  }*/
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu_bar {
  display: none;
}

.contenedor {
  width: 20%;
  height: 100%;
}
.contenedor .menu_nav {
  background-color: #252160;
  height: 100%;
  left: 0;
  margin: 0;
  overflow-y: scroll;
}
.contenedor .menu_nav .cont-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #ECEEF1;
  font-family: "Roboto";
}
.contenedor .menu_nav .cont-info .alinear-text {
  text-align: center;
}
.contenedor .menu_nav .menu_ul {
  list-style: none;
}
.contenedor .menu_nav .menu_ul .menu_li {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  /*.icon_menu{
  	padding: 10px;
  	font-size: 18px; 
  }*/
}
.contenedor .menu_nav .menu_ul .menu_li .iconsub {
  position: relative;
  top: 3px;
  float: right;
}
.contenedor .menu_nav .menu_ul .menu_li .children {
  display: none;
  background-color: #d2b4de;
  position: absolute;
  z-index: 1000;
  position: relative;
}
.contenedor .menu_nav .menu_ul .menu_li .children .li_children {
  display: block;
  overflow: hidden;
}
.contenedor .menu_nav .menu_ul .menu_li .children .li_children:hover {
  background-color: #d2b4de;
}
.contenedor .menu_nav .menu_ul .menu_li .children .li_children .a_children {
  color: black;
  display: block;
  text-decoration: none;
  padding: 20px;
  margin-left: 20px;
}
.contenedor .menu_nav .menu_ul .menu_li .children .li_children .a_children:hover {
  color: #ECEEF1;
  transition: all 0.9s ease;
}
.contenedor .menu_nav .menu_ul .menu_li:hover {
  background-color: #1D1A34;
}
.contenedor .menu_nav .menu_ul .menu_li:hover .children {
  display: none;
}
.contenedor .menu_nav .menu_ul .menu_li .menu_a {
  display: block;
  color: #ecf0f1;
  text-decoration: none;
  padding: 20px;
  font-family: "Roboto";
}
.contenedor .menu_nav .menu_ul .menu_li .menu_a:hover {
  color: #4389C0;
  transition: all 0.9s ease;
}

.cont-form-men {
  display: flex;
  justify-content: space-around;
  height: 100%;
}
.cont-form-men .formularios {
  width: calc(100% - 20%);
  height: 100%;
}

@media (max-width: 992px) {
  .menu_bar {
    display: block;
    background-color: #1D1A34;
    width: 100%;
    height: 50px;
    padding: 20px;
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  .menu_bar .bt-menu {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    display: block;
  }
  .menu_bar .bt-menu .menu_span {
    float: left;
  }

  .contenedor {
    position: fixed;
    width: 42%;
    height: 100%;
    right: 100%;
  }
  .contenedor .menu_nav {
    background-color: #1D1A34;
    height: calc(100% - 50px);
    left: 0;
    margin: 0;
    overflow-y: scroll;
  }

  .cont-form-men {
    height: 100%;
    margin-top: 50px;
  }
  .cont-form-men .formularios {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .contenedor {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 100%;
  }
  .contenedor .menu_nav {
    background-color: rgba(37, 33, 96, 0.9);
  }
  .contenedor .menu_nav .menu_ul .menu_li .children .li_children .a_children {
    margin-left: 75px;
  }
  .contenedor .menu_nav .menu_ul .menu_li .menu_a {
    display: block;
    color: #ecf0f1;
    text-decoration: none;
    padding: 20px;
    font-family: "Roboto";
    margin-left: 56px;
    margin-right: 28px;
  }
  .contenedor .menu_nav .menu_ul .menu_li .menu_a:hover {
    color: #4389C0;
    transition: all 0.9s ease;
  }
}
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-button:hover {
  background-color: #A4A4A4;
}

::-webkit-scrollbar-track {
  background-color: #D8D8D8;
}

::-webkit-scrollbar-track-piece {
  background-color: #D8D8D8;
}

::-webkit-scrollbar-thumb {
  background: #A4A4A4;
  height: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #585858;
}

/*.bg-bodyFA{
	background-color: $BGcolorForm;
}*/
.principal_FormAR {
  display: flex;
  justify-content: center;
}
.principal_FormAR .CElement_FormAR {
  display: flex;
  justify-content: center;
  margin-top: 110px;
}
.principal_FormAR .CElement_FormAR .CPF_FormAR {
  display: flex;
  flex-direction: column;
}
.principal_FormAR .CElement_FormAR .CPF_FormAR .CGUno_FormAR {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  background-color: #d6dbdf;
  padding: 20px;
}
.principal_FormAR .CElement_FormAR .CPF_FormAR .CGUno_FormAR .cuadrosAR {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.principal_FormAR .CElement_FormAR .CPF_FormAR .CGUno_FormAR .botonesAR {
  display: flex;
  justify-content: center;
}
.principal_FormAR .CElement_FormAR .CPF_FormAR .CGUno_FormAR .botonesAR .buttonAR {
  width: 50%;
  background-color: #313778;
  color: white;
  padding: 14px 20px;
  margin-right: 10%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.principal_FormAR .CElement_FormAR .CPF_FormAR .CGUno_FormAR .botonesAR .buttonAR:hover {
  background-color: #7d3c98;
}

/*@media (max-width: $tabletas){
	.principal_FormA{
		display: flex; 
		justify-content: center; 

		.CElement_FormA{
			display: flex; 
			justify-content: center; 
			width : 90%;
			margin-top : 100px;

			.CPF_FormA{
				display: flex; 
				flex-direction: column;

				.CGUno_FormA{
					border-radius: 5px;
				    background-color:$colorform;
				    padding: 20px;

				    .cuadrosA{
		    			width : 100%;
					    padding: 12px 20px;
					    margin: 8px 0;
					    display: inline-block;
					    border: 1px solid #ccc;
					    border-radius: 4px;
					    box-sizing: border-box;
					}

				    .botonesA{
						display: flex; 
						flex-direction: row;

						.buttonA{
							width: 50%;
						    background-color: $BGcolorboton;
						    color: $colorboton;
						    padding: 14px 20px;
						    margin-right : 10%;
						    border: none;
						    border-radius: 4px;
						    cursor: pointer;

						    &:hover{
	    						background-color:$BGbotonhover;
						    }
						}
					}
				}
			}
		}
	}
}

@media (max-width: $moviles){
	.principal_FormA{
		display: flex; 
		justify-content: center; 

		.CElement_FormA{
			display: flex; 
			justify-content: center; 
			width : 98%;
			margin-top : 100px;

			.CPF_FormA{
				display: flex; 
				flex-direction: column;

				.CGUno_FormA{
					border-radius: 5px;
				    background-color:$colorform;
				    padding: 20px;

				    .cuadrosA{
		    			width : 100%;
					    padding: 12px 20px;
					    margin: 8px 0;
					    display: inline-block;
					    border: 1px solid #ccc;
					    border-radius: 4px;
					    box-sizing: border-box;
					}

				    .botonesA{
						display: flex; 
						flex-direction: row;

						.buttonA{
							width: 50%;
						    background-color: $BGcolorboton;
						    color: $colorboton;
						    padding: 14px 20px;
						    margin-right : 10%;
						    border: none;
						    border-radius: 4px;
						    cursor: pointer;

						    &:hover{
	    						background-color:$BGbotonhover;
						    }
						}
					}
				}
			}
		}
	}
}*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.principal_FormT {
  display: flex;
  justify-content: center;
  margin: 80px;
}
.principal_FormT .CElement_FormT {
  display: flex;
  flex-direction: column;
}
.principal_FormT .CElement_FormT .CPF_FormT {
  display: flex;
  flex-direction: column;
}
.principal_FormT .CElement_FormT .CPF_FormT .CGUno_FormT {
  width: 500px;
  border-radius: 5px;
  background-color: #d6dbdf;
  padding: 20px;
}
.principal_FormT .CElement_FormT .CPF_FormT .CGUno_FormT .cuadrosT {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.principal_FormT .CElement_FormT .CPF_FormT .CGUno_FormT .botonesT {
  display: flex;
  flex-direction: row;
}
.principal_FormT .CElement_FormT .CPF_FormT .CGUno_FormT .botonesT .buttonT {
  width: 50%;
  background-color: #313778;
  color: white;
  padding: 14px 20px;
  margin-right: 10%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.principal_FormT .CElement_FormT .CPF_FormT .CGUno_FormT .botonesT .buttonT:hover {
  color: white;
  background-color: #7d3c98;
}
.principal_FormT .CElement_FormT .CPF_FormT .CGUno_FormT .mostrar {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.principal_FormT .CElement_FormT .CPF_FormT .CGUno_FormT .linea {
  border-bottom: 2px solid black;
  display: inline-block;
  width: 450px;
  padding: 1.5rem 0 0;
}

@media (max-width: 480px) {
  .principal_FormT {
    display: flex;
    justify-content: center;
    margin: 80px;
  }
  .principal_FormT .CElement_FormT {
    display: flex;
    justify-content: center;
  }
  .principal_FormT .CElement_FormT .CPF_FormT {
    display: flex;
    flex-direction: column;
  }
  .principal_FormT .CElement_FormT .CPF_FormT .CGUno_FormT {
    width: 300px;
    border-radius: 5px;
    background-color: #d6dbdf;
    padding: 20px;
  }
  .principal_FormT .CElement_FormT .CPF_FormT .CGUno_FormT .cuadrosT {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .principal_FormT .CElement_FormT .CPF_FormT .CGUno_FormT .botonesT {
    display: flex;
    flex-direction: row;
  }
  .principal_FormT .CElement_FormT .CPF_FormT .CGUno_FormT .botonesT .buttonT {
    width: 100%;
    background-color: #313778;
    color: white;
    padding: 14px 20px;
    margin-right: 10%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .principal_FormT .CElement_FormT .CPF_FormT .CGUno_FormT .botonesT .buttonT:hover {
    color: white;
    background-color: #7d3c98;
  }
  .principal_FormT .CElement_FormT .CPF_FormT .CGUno_FormT .linea {
    border-bottom: 2px solid black;
    display: inline-block;
    width: 260px;
    padding: 1.5rem 0 0;
  }
}
.principal_FormC {
  display: flex;
  justify-content: center;
  margin: 80px;
}
.principal_FormC .CElement_FormC {
  display: flex;
  flex-direction: column;
}
.principal_FormC .CElement_FormC .CPF_FormC {
  display: flex;
  flex-direction: column;
}
.principal_FormC .CElement_FormC .CPF_FormC .CGUno_FormC {
  width: 585px;
  border-radius: 5px;
  background-color: #d6dbdf;
  padding: 20px;
}
.principal_FormC .CElement_FormC .CPF_FormC .CGUno_FormC .contTabla {
  overflow-x: auto;
}
.principal_FormC .CElement_FormC .CPF_FormC .CGUno_FormC .contTabla .tabla {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 12px;
  margin: 5px;
  width: 520px;
  text-align: left;
  border-collapse: collapse;
}
.principal_FormC .CElement_FormC .CPF_FormC .CGUno_FormC .contTabla .tabla th {
  font-size: 13px;
  font-weight: normal;
  padding: 8px;
  background: #b9c9fe;
  border-top: 4px solid #aabcfe;
  border-bottom: 1px solid #fff;
  color: #039;
}
.principal_FormC .CElement_FormC .CPF_FormC .CGUno_FormC .contTabla .tabla td {
  padding: 8px;
  background: #e8edff;
  border-bottom: 1px solid #fff;
  color: #669;
  border-top: 1px solid transparent;
}
.principal_FormC .CElement_FormC .CPF_FormC .CGUno_FormC .contTabla .tabla tr:hover td {
  background: #d0dafd;
  color: #339;
}

@media (max-width: 480px) {
  .principal_FormC {
    display: flex;
    justify-content: center;
    margin: 80px;
  }
  .principal_FormC .CElement_FormC {
    display: flex;
    justify-content: center;
  }
  .principal_FormC .CElement_FormC .CPF_FormC {
    display: flex;
    flex-direction: column;
  }
  .principal_FormC .CElement_FormC .CPF_FormC .CGUno_FormC {
    width: 390px;
    border-radius: 5px;
    background-color: #d6dbdf;
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .principal_FormC {
    display: flex;
    justify-content: center;
    margin: 80px;
  }
  .principal_FormC .CElement_FormC {
    display: flex;
    justify-content: center;
  }
  .principal_FormC .CElement_FormC .CPF_FormC {
    display: flex;
    flex-direction: column;
  }
  .principal_FormC .CElement_FormC .CPF_FormC .CGUno_FormC {
    width: 300px;
    border-radius: 5px;
    background-color: #d6dbdf;
    padding: 20px;
  }
}
.bg-bodyF {
  background-color: white;
}

.C-Principal {
  display: flex;
  justify-content: center;
}
.C-Principal .C-Principal_element {
  display: flex;
  justify-content: center;
  width: 90%;
  margin-top: 10px;
}
.C-Principal .C-Principal_element .C-Principal_Formu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_ES {
  border-radius: 5px;
  background-color: white;
  padding: 20px;
  width: 43%;
  -webkit-box-shadow: -1px 3px 39px -20px black;
  -moz-box-shadow: -1px 3px 39px -20px black;
  box-shadow: -1px 3px 39px -20px black;
}
.C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_ES .cuadroelije {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_ES .botoneselije {
  display: flex;
  flex-direction: row;
}
.C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_ES .botoneselije .buttonE {
  width: 50%;
  background-color: #00a7c7;
  color: white;
  padding: 14px 20px;
  margin-right: 10%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_ES .botoneselije .buttonE:hover {
  color: white;
  background-color: #7d3c98;
}
.C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_IS {
  border-radius: 5px;
  background-color: white;
  padding: 20px;
  width: 36%;
  -webkit-box-shadow: -1px 3px 39px -20px black;
  -moz-box-shadow: -1px 3px 39px -20px black;
  box-shadow: -1px 3px 39px -20px black;
  /*.cuadrosP{
   			width : 100%;
      padding: 12px 20px;
      margin: 8px 0;
      display: inline-block;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
  }*/
}
.C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_IS .tabla {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 12px;
  margin: 5px;
  text-align: left;
  border-collapse: collapse;
}
.C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_IS .tabla th {
  font-size: 13px;
  font-weight: normal;
  padding: 8px;
  background: #b9c9fe;
  border-top: 4px solid #aabcfe;
  border-bottom: 1px solid #fff;
  color: #039;
}
.C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_IS .tabla td {
  padding: 4px;
  background: #e8edff;
  border-bottom: 1px solid #fff;
  color: #669;
  border-top: 1px solid transparent;
}
.C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_IS .tabla tr:hover td {
  background: #d0dafd;
  color: #339;
}

@media (max-width: 992px) {
  .C-Principal {
    display: flex;
    justify-content: center;
  }
  .C-Principal .C-Principal_element {
    display: flex;
    justify-content: center;
    width: 90%;
    margin-top: 120px;
  }
  .C-Principal .C-Principal_element .C-Principal_Formu {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_ES {
    border-radius: 5px;
    background-color: white;
    padding: 10px;
    width: 48%;
  }
  .C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_ES .cuadroelije {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_ES .botoneselije {
    display: flex;
    flex-direction: row;
  }
  .C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_ES .botoneselije .buttonE {
    width: 100%;
    background-color: #00a7c7;
    color: white;
    padding: 14px 20px;
    margin-right: 10%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_ES .botoneselije .buttonE:hover {
    color: white;
    background-color: #7d3c98;
  }
  .C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_IS {
    border-radius: 5px;
    background-color: white;
    padding: 10px;
    width: 41%;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .C-Principal {
    display: flex;
    justify-content: center;
  }
  .C-Principal .C-Principal_element {
    display: flex;
    justify-content: center;
    width: 90%;
    margin-top: 10px;
  }
  .C-Principal .C-Principal_element .C-Principal_Formu {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_ES {
    border-radius: 5px;
    background-color: white;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
  }
  .C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_ES .cuadroelije {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_ES .botoneselije {
    display: flex;
    flex-direction: row;
  }
  .C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_ES .botoneselije .buttonE {
    width: 100%;
    background-color: #00a7c7;
    color: white;
    padding: 14px 20px;
    margin-right: 10%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_ES .botoneselije .buttonE:hover {
    color: white;
    background-color: #7d3c98;
  }
  .C-Principal .C-Principal_element .C-Principal_Formu .C-Principal_Formu_IS {
    border-radius: 5px;
    background-color: white;
    padding: 10px;
    width: 100%;
  }
}
.c-prinpres {
  display: flex;
  justify-content: center;
}
.c-prinpres_cont {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-prinpres_cont_img {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.c-prinpres_cont_cuadros {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.c-prinpres_cont_cuadros_c {
  display: flex;
  justify-content: space-around;
  width: 50%;
}
.c-prinpres_cont_cuadros_c_info_a {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: white;
  margin: 15px;
  padding: 10px;
  height: 155px;
  width: 235px;
  border-radius: 12px;
  -webkit-box-shadow: -1px 3px 39px -20px black;
  -moz-box-shadow: -1px 3px 39px -20px black;
  box-shadow: -1px 3px 39px -20px black;
}
.c-prinpres_cont_cuadros_c_info_a_texto {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-prinpres_cont_cuadros_c_info_a_texto_text {
  font-size: 18px;
  color: black;
  font-family: Roboto;
}
.c-prinpres_cont_cuadros_c_info_a_numeros {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.c-prinpres_cont_cuadros_c_info_a_numeros_num {
  font-size: 26px;
  color: black;
  font-family: Roboto;
}
.c-prinpres_cont_cuadros_c_info_v {
  display: flex;
  flex-direction: column;
  background-color: #18bc6f;
  margin: 15px;
  padding: 10px;
  height: 250px;
  width: 50%;
  border-radius: 12px;
}
.c-prinpres_cont_cuadros_c_info_v_texto {
  display: flex;
  justify-content: center;
  height: 25px;
  margin-top: 15px;
}
.c-prinpres_cont_cuadros_c_info_v_texto_text {
  font-size: 20px;
  color: white;
  text-align: center;
}
.c-prinpres_cont_cuadros_c_info_v_numeros {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.c-prinpres_cont_cuadros_c_info_v_numeros_num {
  font-size: 40px;
  color: white;
}
.c-prinpres_cont_cuadros_c_info_m {
  display: flex;
  flex-direction: column;
  background-color: #c660a0;
  margin: 15px;
  padding: 10px;
  height: 250px;
  width: 50%;
  border-radius: 12px;
}
.c-prinpres_cont_cuadros_c_info_m_texto {
  display: flex;
  justify-content: center;
  height: 25px;
  margin-top: 15px;
}
.c-prinpres_cont_cuadros_c_info_m_texto_text {
  font-size: 20px;
  color: white;
  text-align: center;
}
.c-prinpres_cont_cuadros_c_info_m_numeros {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.c-prinpres_cont_cuadros_c_info_m_numeros_num {
  font-size: 40px;
  color: white;
}
.c-prinpres_cont_cuadros_c_info_g {
  display: flex;
  flex-direction: column;
  background-color: #34495e;
  margin: 15px;
  padding: 10px;
  height: 250px;
  width: 50%;
  border-radius: 12px;
}
.c-prinpres_cont_cuadros_c_info_g_texto {
  display: flex;
  justify-content: center;
  height: 25px;
  margin-top: 15px;
}
.c-prinpres_cont_cuadros_c_info_g_texto_text {
  font-size: 20px;
  color: white;
  text-align: center;
}
.c-prinpres_cont_cuadros_c_info_g_numeros {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.c-prinpres_cont_cuadros_c_info_g_numeros_num {
  font-size: 40px;
  color: white;
}
.c-prinpres_cont_descripcion {
  display: flex;
  justify-content: center;
}
.c-prinpres_cont_descripcion_desc {
  text-align: center;
  color: #34495e;
}

@media (max-width: 845px) {
  .c-prinpres {
    display: flex;
    justify-content: center;
  }
  .c-prinpres_cont {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .c-prinpres_cont_img {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
  .c-prinpres_cont_cuadros {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .c-prinpres_cont_cuadros_c {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .c-prinpres_cont_cuadros_c_info_a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    margin: 15px;
    padding: 10px;
    height: 155px;
    width: 50%;
    border-radius: 12px;
    align-items: center;
  }
  .c-prinpres_cont_cuadros_c_info_a_texto {
    display: flex;
    justify-content: center;
    align-items: center;
    /*display : flex; 
    justify-content : center;
    height : 25px;//25*/
  }
  .c-prinpres_cont_cuadros_c_info_a_texto_text {
    font-size: 18px;
    color: black;
    font-family: Roboto;
    /*font-size : 20px;
    color : white;
    text-align : center;*/
  }
  .c-prinpres_cont_cuadros_c_info_a_numeros {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /*display : flex; 
    justify-content : center;
    margin-top : 80px;*/
  }
  .c-prinpres_cont_cuadros_c_info_a_numeros_num {
    font-size: 35px;
    color: black;
    font-family: Roboto;
    /*font-size : 40px;
    color : white;*/
  }
  .c-prinpres_cont_cuadros_c_info_v {
    display: flex;
    flex-direction: column;
    background-color: #18bc6f;
    margin: 15px;
    padding: 10px;
    height: 250px;
    width: 50%;
    border-radius: 12px;
  }
  .c-prinpres_cont_cuadros_c_info_v_texto {
    display: flex;
    justify-content: center;
    height: 25px;
  }
  .c-prinpres_cont_cuadros_c_info_v_texto_text {
    font-size: 20px;
    color: white;
    text-align: center;
  }
  .c-prinpres_cont_cuadros_c_info_v_numeros {
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  .c-prinpres_cont_cuadros_c_info_v_numeros_num {
    font-size: 40px;
    color: white;
  }
  .c-prinpres_cont_cuadros_c_info_m {
    display: flex;
    flex-direction: column;
    background-color: #c660a0;
    margin: 15px;
    padding: 10px;
    height: 250px;
    width: 50%;
    border-radius: 12px;
  }
  .c-prinpres_cont_cuadros_c_info_m_texto {
    display: flex;
    justify-content: center;
    height: 25px;
  }
  .c-prinpres_cont_cuadros_c_info_m_texto_text {
    font-size: 20px;
    color: white;
    text-align: center;
  }
  .c-prinpres_cont_cuadros_c_info_m_numeros {
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  .c-prinpres_cont_cuadros_c_info_m_numeros_num {
    font-size: 40px;
    color: white;
  }
  .c-prinpres_cont_cuadros_c_info_g {
    display: flex;
    flex-direction: column;
    background-color: #34495e;
    margin: 15px;
    padding: 10px;
    height: 250px;
    width: 50%;
    border-radius: 12px;
  }
  .c-prinpres_cont_cuadros_c_info_g_texto {
    display: flex;
    justify-content: center;
    height: 25px;
  }
  .c-prinpres_cont_cuadros_c_info_g_texto_text {
    font-size: 20px;
    color: white;
    text-align: center;
  }
  .c-prinpres_cont_cuadros_c_info_g_numeros {
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  .c-prinpres_cont_cuadros_c_info_g_numeros_num {
    font-size: 40px;
    color: white;
  }
  .c-prinpres_cont_descripcion {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .c-prinpres_cont_descripcion_desc {
    text-align: center;
    color: #34495e;
  }
}
@media (max-width: 480px) {
  .c-prinpres {
    display: flex;
    justify-content: center;
  }
  .c-prinpres_cont {
    display: flex;
    flex-direction: column;
  }
  .c-prinpres_cont_img {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
  .c-prinpres_cont_cuadros {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .c-prinpres_cont_cuadros_c {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .c-prinpres_cont_cuadros_c_info_a {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: white;
    margin: 0px;
    padding: 10px;
    height: 100px;
    width: 90%;
    border-radius: 12px;
    margin-bottom: 12px;
    /*display : flex; 
    flex-direction : column; 
    background-color : rgb(30, 126, 198);
    margin : 5px;
    padding : 10px;
    height : 250px;
    width : 100%;
    border-radius : 12px;*/
  }
  .c-prinpres_cont_cuadros_c_info_a_texto {
    display: flex;
    justify-content: center;
    align-items: center;
    /*display : flex; 
    justify-content : center;
    height : 25px;*/
  }
  .c-prinpres_cont_cuadros_c_info_a_texto_text {
    font-size: 18px;
    color: black;
    font-family: Roboto;
    /*font-size : 17px;
    color : white;
    text-align : center;*/
  }
  .c-prinpres_cont_cuadros_c_info_a_numeros {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /*display : flex; 
    justify-content : center;
    margin-top : 80px;*/
  }
  .c-prinpres_cont_cuadros_c_info_a_numeros_num {
    font-size: 30px;
    color: black;
    font-family: Roboto;
    /*font-size : 40px;
    color : white;*/
  }
  .c-prinpres_cont_cuadros_c_info_v {
    display: flex;
    flex-direction: column;
    background-color: #18bc6f;
    margin: 5px;
    padding: 10px;
    height: 250px;
    width: 100%;
    border-radius: 12px;
  }
  .c-prinpres_cont_cuadros_c_info_v_texto {
    display: flex;
    justify-content: center;
    height: 25px;
  }
  .c-prinpres_cont_cuadros_c_info_v_texto_text {
    font-size: 17px;
    color: white;
    text-align: center;
  }
  .c-prinpres_cont_cuadros_c_info_v_numeros {
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  .c-prinpres_cont_cuadros_c_info_v_numeros_num {
    font-size: 40px;
    color: white;
  }
  .c-prinpres_cont_cuadros_c_info_m {
    display: flex;
    flex-direction: column;
    background-color: #c660a0;
    margin: 5px;
    padding: 10px;
    height: 250px;
    width: 100%;
    border-radius: 12px;
  }
  .c-prinpres_cont_cuadros_c_info_m_texto {
    display: flex;
    justify-content: center;
    height: 25px;
  }
  .c-prinpres_cont_cuadros_c_info_m_texto_text {
    font-size: 17px;
    color: white;
    text-align: center;
  }
  .c-prinpres_cont_cuadros_c_info_m_numeros {
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  .c-prinpres_cont_cuadros_c_info_m_numeros_num {
    font-size: 40px;
    color: white;
  }
  .c-prinpres_cont_cuadros_c_info_g {
    display: flex;
    flex-direction: column;
    background-color: #34495e;
    margin: 5px;
    padding: 10px;
    height: 250px;
    width: 100%;
    border-radius: 12px;
  }
  .c-prinpres_cont_cuadros_c_info_g_texto {
    display: flex;
    justify-content: center;
    height: 25px;
  }
  .c-prinpres_cont_cuadros_c_info_g_texto_text {
    font-size: 17px;
    color: white;
    text-align: center;
  }
  .c-prinpres_cont_cuadros_c_info_g_numeros {
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  .c-prinpres_cont_cuadros_c_info_g_numeros_num {
    font-size: 40px;
    color: white;
  }
  .c-prinpres_cont_descripcion {
    display: flex;
    justify-content: center;
  }
  .c-prinpres_cont_descripcion_desc {
    text-align: center;
    color: #34495e;
  }

  .ocultar_infoprin {
    display: none;
  }
}
/* Table Styles */
.table-wrapper {
  margin: 10px 10px 0px;
  box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.2);
}

.fl-table {
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  background-color: white;
}

.fl-table td, .fl-table th {
  text-align: center;
  padding: 8px;
}

.fl-table td {
  border-right: 1px solid #f8f8f8;
  font-size: 12px;
}

.fl-table thead th {
  color: #ffffff;
  background: #5B7CAA;
}

.fl-table thead th:nth-child(odd) {
  color: #ffffff;
  background: #1D1A34;
}

.fl-table tr:nth-child(even) {
  background: #F8F8F8;
}

/* Responsive */
@media (max-width: 767px) {
  .fl-table {
    display: block;
    width: 100%;
  }

  .table-wrapper:before {
    content: "Scroll horizontally >";
    display: block;
    text-align: right;
    font-size: 11px;
    color: white;
    padding: 0 0 10px;
  }

  .fl-table thead, .fl-table tbody, .fl-table thead th {
    display: block;
  }

  .fl-table thead th:last-child {
    border-bottom: none;
  }

  .fl-table thead {
    float: left;
  }

  .fl-table tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
  }

  .fl-table td, .fl-table th {
    height: 40px;
    vertical-align: middle;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    width: 120px;
    font-size: 13px;
    text-overflow: ellipsis;
  }

  .fl-table thead th {
    text-align: left;
    border-bottom: 1px solid #f7f7f9;
  }

  .fl-table tbody tr {
    display: table-cell;
  }

  .fl-table tbody tr:nth-child(odd) {
    background: none;
  }

  .fl-table tr:nth-child(even) {
    background: transparent;
  }

  .fl-table tr td:nth-child(odd) {
    background: #F8F8F8;
    border-right: 1px solid #E6E4E4;
  }

  .fl-table tr td:nth-child(even) {
    border-right: 1px solid #E6E4E4;
  }

  .fl-table tbody td {
    display: block;
    text-align: center;
  }
}
/*html, body {
  height: 100%;
}*/
.cont_boton {
  display: flex;
  justify-content: space-around;
}

.btn-epic {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 260px;
  height: 52px;
  background: #fff;
  transform: translate3d(0px, 0%, 0px);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  transition-delay: 0.6s;
  overflow: hidden;
  cursor: pointer;
}

.btn-epic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5B7CAA;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
  transition: all 0.6s ease;
}

.btn-epic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition: all 0.6s ease;
}

.btn-epic div {
  position: relative;
  top: 16px;
  width: 100%;
  height: 26px;
  text-transform: uppercase;
  overflow: hidden;
}

.btn-epic span {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}

.btn-epic span:first-child {
  color: #fff;
  transform: translateY(24px);
}

.btn-epic span:last-child {
  color: #1e0f21;
  transform: translateY(0);
}

.btn-epic:hover {
  background: #5B7CAA;
  transition: background 0.2s linear;
  transition-delay: 0.6s;
}

.btn-epic:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0;
}

.btn-epic:hover:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0;
}

.btn-epic:hover span:first-child {
  transform: translateY(0);
}

.btn-epic:hover span:last-child {
  transform: translateY(-24px);
}

/* COLOR PARA BOTON DE OPCION EN TABLA */
.colorbtn_elegir {
  width: 90px;
  background-color: #1D1A34;
  color: white;
  border-radius: 5px;
  padding: 5px;
  margin-top: -5px;
  cursor: pointer;
}

/* ESTILOS PARA BOTON DE FORMULARIOS */
.colorbtn_formularios {
  width: 30%;
  background-color: #5B7CAA;
  color: white;
  padding: 14px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* TERMINA ESTILOS PARA BOTON FORMUALRIOS */
/* ESTILOS PARA BOTON DE CONSULTA DE MOVIMIENTOS */
.cont_boton_consultamov {
  display: flex;
  justify-content: center;
  width: 40%;
  background-color: #00a7c7;
  color: white;
  padding: 14px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 10px;
}
.cont_boton_consultamov_a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-decoration: none;
  color: white;
  width: 55%;
}
.cont_boton_consultamov_a img {
  width: 100%;
  height: 70px;
}
.cont_boton_consultamov:hover {
  background-color: #1D1A34;
  transition: all 0.9s ease;
}

/* ESTILOS PARA BOTON DE CONSULTA DE MOVIMIENTOS */
.cont_boton_consultarec {
  display: flex;
  justify-content: center;
  width: 40%;
  background-color: white;
  color: white;
  padding: 14px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 10px;
  -webkit-box-shadow: -1px 3px 39px -20px black;
  -moz-box-shadow: -1px 3px 39px -20px black;
  box-shadow: -1px 3px 39px -20px black;
  /*&:hover{
    background-color: $Colorpanel;
    transition: all 0.9s ease;
  }*/
}
.cont_boton_consultarec_a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-decoration: none;
  color: white;
  width: 55%;
}
.cont_boton_consultarec_a img {
  width: 100%;
  height: 70px;
}

/* TERMINAN ESTILOS PARA BOTON DE CONSULTA MOVIMIENTOS */
/*ESTILOS PARA BOTON CREA CUENTA DE INICIO DE SESION */
.boton_crearcuenta {
  width: 100%;
  background-color: white;
  border-style: solid;
  border-color: #00a7c7;
  color: #00a7c7;
  padding: 14px 20px;
  margin: 8px 0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.7s ease;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  display: block;
  text-align: center;
}

/*TERMINA ESTILOS PARA BOTON CREA CUENTA DE INICIO DE SESION */
/* ESTILOS PARA BOTON AGREGAR */
.icon-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #cdcdcd;
  background: white;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  transition: width 0.2s ease-in-out;
  cursor: pointer;
}

.add-btn:hover {
  width: 120px;
}

.add-btn::before,
.add-btn::after {
  transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  content: "";
  position: absolute;
  height: 4px;
  width: 10px;
  top: calc(50% - 2px);
  background: #252160;
}

.add-btn::after {
  right: 14px;
  overflow: hidden;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.add-btn::before {
  left: 14px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.icon-btn:focus {
  outline: none;
}

.btn-txt {
  opacity: 0;
  transition: opacity 0.2s;
  text-decoration: none;
  color: #252160;
}

.add-btn:hover::before,
.add-btn:hover::after {
  width: 4px;
  border-radius: 2px;
}

.add-btn:hover .btn-txt {
  opacity: 1;
}

.add-icon::after,
.add-icon::before {
  transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  top: calc(50% - 10px);
  background: #252160;
  overflow: hidden;
}

.add-icon::before {
  left: 22px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.add-icon::after {
  right: 22px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.add-btn:hover .add-icon::before {
  left: 15px;
  height: 4px;
  top: calc(50% - 2px);
}

.add-btn:hover .add-icon::after {
  right: 15px;
  height: 4px;
  top: calc(50% - 2px);
}

.boton_agregar {
  margin-left: 50px;
  margin-top: 25px;
}

/* TERMINA ESTILOS PARA BOTON AGREGAR */
@media screen and (max-width: 480px) {
  .cont_boton {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .btn-epic {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 260px;
    height: 52px;
    background: #fff;
    transform: translate3d(0px, 0%, 0px);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05em;
    transition-delay: 0.6s;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .colorbtn_formularios {
    width: 90%;
    background-color: #5B7CAA;
    color: white;
    padding: 14px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 15px;
  }

  .cont_boton_consultamov {
    display: flex;
    justify-content: center;
    width: 95%;
    background-color: #00a7c7;
    color: white;
    padding: 14px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 8px;
  }
  .cont_boton_consultamov_a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
    color: white;
    width: 75%;
  }
  .cont_boton_consultamov:hover {
    background-color: #1D1A34;
    transition: all 0.9s ease;
  }

  .cont_boton_consultarec {
    display: flex;
    justify-content: center;
    width: 95%;
    background-color: white;
    color: white;
    padding: 14px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 8px;
    /*&:hover{
      background-color: $Colorpanel;
      transition: all 0.9s ease;
    }*/
  }
  .cont_boton_consultarec_a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
    color: white;
    width: 75%;
  }
}
.windows8 {
  /*position: relative;*/
  /*position: absolute;//*/
  position: fixed;
  top: 38%;
  left: 50%;
  height: 140px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.windows8 .wBall {
  position: absolute;
  width: 133px;
  height: 133px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 6.05s infinite;
  -o-animation: orbit 6.05s infinite;
  -ms-animation: orbit 6.05s infinite;
  -webkit-animation: orbit 6.05s infinite;
  -moz-animation: orbit 6.05s infinite;
}

.windows8 .wBall .wInnerBall {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #1D1A34;
  left: 0px;
  top: 0px;
  border-radius: 18px;
}

.windows8 #wBall_1 {
  animation-delay: 1.32s;
  -o-animation-delay: 1.32s;
  -ms-animation-delay: 1.32s;
  -webkit-animation-delay: 1.32s;
  -moz-animation-delay: 1.32s;
}

.windows8 #wBall_2 {
  animation-delay: 0.26s;
  -o-animation-delay: 0.26s;
  -ms-animation-delay: 0.26s;
  -webkit-animation-delay: 0.26s;
  -moz-animation-delay: 0.26s;
}

.windows8 #wBall_3 {
  animation-delay: 0.53s;
  -o-animation-delay: 0.53s;
  -ms-animation-delay: 0.53s;
  -webkit-animation-delay: 0.53s;
  -moz-animation-delay: 0.53s;
}

.windows8 #wBall_4 {
  animation-delay: 0.79s;
  -o-animation-delay: 0.79s;
  -ms-animation-delay: 0.79s;
  -webkit-animation-delay: 0.79s;
  -moz-animation-delay: 0.79s;
}

.windows8 #wBall_5 {
  animation-delay: 1.06s;
  -o-animation-delay: 1.06s;
  -ms-animation-delay: 1.06s;
  -webkit-animation-delay: 1.06s;
  -moz-animation-delay: 1.06s;
}

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%;
  }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}
@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%;
  }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}
.cont_input {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 30px;
}
.cont_input_buscador {
  width: 40%;
  padding: 15px;
  border-radius: 8px;
  margin-right: 20px;
}

.cont_input_fila2 {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  padding: 30px;
}
.cont_input_fila2_buscador {
  width: 40%;
  padding: 15px;
  border-radius: 8px;
  margin-right: 20px;
}

@media screen and (max-width: 480px) {
  .cont_input {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px;
  }
  .cont_input_buscador {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    margin-right: 20px;
  }

  .cont_input_fila2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 30px;
  }
  .cont_input_fila2_buscador {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
.cont-titulos {
  font-size: 25px;
  color: gray;
  text-align: left;
  font-weight: 600;
  padding: 20px;
  margin: 20px;
  letter-spacing: 1px;
  border-bottom: 1px solid gray;
}

.cont-tituloscli {
  font-size: 25px;
  color: #4258fb;
  text-align: center;
  font-weight: 600;
  padding: 20px;
  margin: 20px;
  letter-spacing: 1px;
  border-bottom: 1px solid gray;
}

/* --------------PRIMERA VENTANA MODAL -----------------*/
.blur-it {
  filter: blur(4px);
}

a.btn {
  width: 200px;
  padding: 18px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  background: #e2525c;
}

.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 104, 53, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  z-index: 2;
}

.error {
  background: rgba(192, 57, 43, 0.4);
}

.modal-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.modal {
  width: 600px;
  display: block;
  margin: 50% 0 0 -300px;
  position: relative;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.modal-wrapper.open .modal {
  margin-top: -200px;
  opacity: 1;
}

.head {
  width: 100%;
  height: 32px;
  padding: 4px 12px;
  overflow: hidden;
  background: #066835;
}

.error-head {
  background: #c0392b;
}

.btn-close {
  font-size: 28px;
  display: block;
  float: right;
  color: #fff;
}

.content {
  padding: 10%;
}

.good-job {
  text-align: center;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #066835;
}

.error-texto {
  color: #c0392b;
}

.good-job .fa-thumbs-o-up {
  font-size: 60px;
}

.good-job h1 {
  font-size: 30px;
}

@media screen and (max-width: 620px) {
  .modal {
    width: 330px;
    display: block;
    margin: 50% 0 0 -199px;
    position: relative;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }

  .good-job .fa-thumbs-o-up {
    font-size: 40px;
  }

  .good-job h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .modal {
    width: 330px;
    display: block;
    margin: 50% 0 0 -167px;
    position: relative;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
}
/*TERMINA VENTANA MODAL */
/*ESTILOS CUADRO DE TEXTO */
.inp {
  position: relative;
  margin: auto;
  width: 100%;
  margin-bottom: 18px;
}
.inp .label {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 16px;
  color: #9098A9;
  font-weight: 500;
  transform-origin: 0 0;
  transition: all 0.2s ease;
}
.inp .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #1D1A34;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.15s ease;
}
.inp input {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 12px 0;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #C8CCD4;
  background: none;
  border-radius: 0;
  color: #223254;
  transition: all 0.15s ease;
}
.inp input:hover {
  background: rgba(34, 50, 84, 0.03);
}
.inp input:not(:placeholder-shown) + span {
  color: #5A667F;
  transform: translateY(-26px) scale(0.75);
}
.inp input:focus {
  background: none;
  outline: none;
}
.inp input:focus + span {
  color: #1D1A34;
  transform: translateY(-26px) scale(0.75);
}
.inp input:focus + span + .border {
  transform: scaleX(1);
}

.cont_form {
  display: flex;
  flex-direction: row;
}
.cont_form_columna {
  display: flex;
  justify-content: center;
  width: 45%;
  flex-direction: column;
  margin: 25px;
}

.estilosselect {
  width: 35%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .cont_form {
    display: flex;
    flex-direction: column;
  }
  .cont_form_columna {
    display: flex;
    justify-content: center;
    width: 90%;
    flex-direction: column;
    margin: 18px;
  }

  .estilosselect {
    width: 90%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
}
/** {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #5e5d52;
}

a {
  color: #337aa8;
}
a:hover, a:focus {
  color: #4b8ab2;
}*/
.container {
  margin: 5% 3%;
}
@media (min-width: 48em) {
  .container {
    margin: 2%;
  }
}
@media (min-width: 75em) {
  .container {
    margin: 2em auto;
    max-width: 75em;
  }
}

.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
}
@media (min-width: 48em) {
  .responsive-table {
    font-size: 0.9em;
  }
}
@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em;
  }
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-table thead th {
  background-color: #00a7c7;
  border: 1px solid #00a7c7;
  font-weight: normal;
  text-align: center;
  color: white;
}
.responsive-table thead th:first-of-type {
  text-align: left;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 48em) {
  .responsive-table tr {
    display: table-row;
  }
}
.responsive-table th,
.responsive-table td {
  padding: 0.5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .responsive-table th,
.responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 48em) {
  .responsive-table th,
.responsive-table td {
    display: table-cell;
    padding: 0.5em;
  }
}
@media (min-width: 62em) {
  .responsive-table th,
.responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 75em) {
  .responsive-table th,
.responsive-table td {
    padding: 0.75em;
  }
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {
  .responsive-table caption {
    font-size: 1.5em;
  }
}
.responsive-table tfoot {
  font-size: 0.8em;
  font-style: italic;
}
@media (min-width: 62em) {
  .responsive-table tfoot {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody {
    display: table-row-group;
  }
}
.responsive-table tbody tr {
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
}
.responsive-table tbody th[scope=row] {
  background-color: #00a7c7;
  color: white;
}
@media (min-width: 30em) {
  .responsive-table tbody th[scope=row] {
    border-left: 1px solid #1D1A34;
    border-bottom: 1px solid #1D1A34;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody th[scope=row] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}
.responsive-table tbody td {
  text-align: right;
}
@media (min-width: 48em) {
  .responsive-table tbody td {
    border-left: 1px solid #1D1A34;
    border-bottom: 1px solid #1D1A34;
    text-align: center;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td:last-of-type {
    border-right: 1px solid #1D1A34;
  }
}
.responsive-table tbody td[data-type=currency] {
  text-align: right;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: 0.8em;
  color: rgba(94, 93, 82, 0.75);
}
@media (min-width: 30em) {
  .responsive-table tbody td[data-title]:before {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}

.tabla_inforecser {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 12px;
  margin: 5px;
  text-align: left;
  border-collapse: collapse;
  width: 50%;
  /*&_th{
    font-size: 13px;     
    font-weight: normal;     
    padding: 8px;     
    background: $BGth;
      border-top: 4px solid #aabcfe;    
      border-bottom: 1px solid #fff; 
      color: $Colorth; 
  }*/
  /*&_tr:hover td {
    background: $BGtr; 
    color: $Colortr; 
  }*/
}
.tabla_inforecser_td_titulo {
  padding: 8px;
  background-color: #00a7c7;
  border-bottom: 1px solid #fff;
  color: white;
  border-top: 1px solid transparent;
  font-size: 14px;
}
.tabla_inforecser_td {
  padding: 8px;
  background: #e8edff;
  border-bottom: 1px solid #fff;
  color: black;
  border-top: 1px solid transparent;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .tabla_inforecser {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 5px;
    text-align: left;
    border-collapse: collapse;
    width: 85%;
  }
  .tabla_inforecser_td_titulo {
    padding: 8px;
    background-color: #00a7c7;
    border-bottom: 1px solid #fff;
    color: white;
    border-top: 1px solid transparent;
    font-size: 14px;
  }
  .tabla_inforecser_td {
    padding: 8px;
    background: #e8edff;
    border-bottom: 1px solid #fff;
    color: black;
    border-top: 1px solid transparent;
    font-size: 14px;
  }
}
.contform_reportes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  border-radius: 10px;
  background-color: #ECEEF1;
  padding: 35px;
  margin-top: 100px;
}
.contform_reportes_contfecha {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contform_reportes_contfecha_date {
  margin-right: 10px;
}
.contform_reportes_contfecha_date_estilo {
  padding: 5px;
  border-radius: 4px;
}
.contform_reportes_contopciones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.contform_reportes_contopciones_select {
  margin-bottom: 15px;
}
.contform_reportes_contopciones_select_estilos {
  padding: 10px;
  border-radius: 7px;
}

@media screen and (max-width: 480px) {
  .contform_reportes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    border-radius: 10px;
    background-color: #ECEEF1;
    padding: 35px;
    margin-top: 100px;
  }
  .contform_reportes_contfecha {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .contform_reportes_contfecha_date {
    margin-right: 10px;
  }
  .contform_reportes_contfecha_date_estilo {
    padding: 5px;
    border-radius: 4px;
  }
  .contform_reportes_contopciones {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  .contform_reportes_contopciones_select {
    margin-bottom: 15px;
  }
  .contform_reportes_contopciones_select_estilos {
    padding: 10px;
    border-radius: 7px;
  }
}
@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    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: 9.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;
}

.option-input:hover {
  background: #9faab7;
}

.option-input:checked {
  background: #252160;
}

.option-input:checked::before {
  height: 30px;
  width: 30px;
  position: absolute;
  content: "✔";
  display: inline-block;
  font-size: 23.66667px;
  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: #252160;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}

.option-input.radio {
  border-radius: 50%;
}

.option-input.radio::after {
  border-radius: 50%;
}

.radio {
  margin: 16px 0;
  display: block;
  cursor: pointer;
}
.radio input {
  display: none;
}
.radio input + span {
  line-height: 22px;
  height: 22px;
  padding-left: 22px;
  display: block;
  position: relative;
}
.radio input + span:not(:empty) {
  padding-left: 30px;
}
.radio input + span:before, .radio input + span:after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}
.radio input + span:before {
  background: #D1D7E3;
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.radio input + span:after {
  background: #fff;
  transform: scale(0.78);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.radio input:checked + span:before {
  transform: scale(1.04);
  background: #5D9BFB;
}
.radio input:checked + span:after {
  transform: scale(0.4);
  transition: transform 0.3s ease;
}
.radio:hover input + span:before {
  transform: scale(0.92);
}
.radio:hover input + span:after {
  transform: scale(0.74);
}
.radio:hover input:checked + span:after {
  transform: scale(0.4);
}

.inventario_cred {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}
.inventario_cred_articulos {
  width: 100%;
}
.inventario_cred_carrito {
  width: 100%;
}
.inventario_cred_total {
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin-top: 10px;
}

/*@media screen and (max-width: $moviles){
	.inventario_cred{
		display: flex;
		justify-content: center;
		flex-direction: column; 
		align-items: center;
		margin-top: 20px;

		&_articulos{
			width: 100%;

			&_busqueda{

			}
		}

		&_carrito{
			width: 100%;
			margin-top: 0px;
		}
	}
}*/
.tablasemp {
  overflow-x: scroll;
  height: 160px;
}

.tablasart {
  height: 150px;
  overflow-y: scroll;
  margin-top: 28px;
}

@media screen and (max-width: 480px) {
  .tablasemp {
    overflow-x: scroll;
    height: 440px;
  }

  .tablasart {
    height: 280px;
    overflow-y: scroll;
    margin-top: 28px;
  }
}
.contenedor-nuevomenu {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contenedor-nuevomenu_opciones {
  width: 100%;
  -webkit-box-shadow: 1px 11px 25px -26px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 11px 25px -26px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 11px 25px -26px rgba(0, 0, 0, 0.75);
}
.contenedor-nuevomenu_opciones nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.contenedor-nuevomenu_opciones nav ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}
.contenedor-nuevomenu_opciones nav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #00a7c7;
}
.contenedor-nuevomenu_opciones nav ul li a i {
  margin-left: 6px;
  font-size: 23px;
}
.contenedor-nuevomenu_opciones nav ul li a i.mobile {
  font-size: 30px;
}
.contenedor-nuevomenu_opciones nav ul li a span {
  font-size: 12px;
  margin-top: 5px;
  color: black;
}
.contenedor-nuevomenu_formularios {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .contenedor-nuevomenu {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
  }
  .contenedor-nuevomenu_opciones {
    width: 100%;
    -webkit-box-shadow: 1px 11px 25px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 11px 25px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 11px 25px -6px rgba(0, 0, 0, 0.75);
  }
  .contenedor-nuevomenu_opciones nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .contenedor-nuevomenu_opciones nav ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
  }
  .contenedor-nuevomenu_opciones nav ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #00a7c7;
  }
  .contenedor-nuevomenu_opciones nav ul li a i {
    margin-left: 6px;
    font-size: 23px;
  }
  .contenedor-nuevomenu_opciones nav ul li a i.mobile {
    font-size: 30px;
  }
  .contenedor-nuevomenu_opciones nav ul li a span {
    display: none;
    /*font-size: 12px;
    margin-top: 5px;
    color: black;*/
  }
  .contenedor-nuevomenu_formularios {
    width: 100%;
    height: 100%;
  }
}
.realizar-contprin {
  margin-top: 150px;
}
.realizar-contprin_cont {
  display: flex;
  justify-content: center;
}
.realizar-contprin_cont_opciones {
  display: flex;
  justify-content: center;
  width: 100%;
}
.realizar-contprin_cont_opciones_gen {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
}
.realizar-contprin_cont_opciones_gen_opcion {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30%;
  padding: 20px;
  -webkit-box-shadow: -1px 3px 39px -20px black;
  -moz-box-shadow: -1px 3px 39px -20px black;
  box-shadow: -1px 3px 39px -20px black;
  border-radius: 10px;
  margin: 7px;
  text-decoration: none;
}
.realizar-contprin_cont_opciones_gen_opcion_icono i {
  color: #00a7c7;
  font-size: 50px;
  margin-right: 20px;
}
.realizar-contprin_cont_opciones_gen_opcion_icono .mobile {
  color: #00a7c7;
  font-size: 60px;
  margin-right: 20px;
}
.realizar-contprin_cont_opciones_gen_opcion_descripcion {
  width: 200px;
}

@media screen and (max-width: 992px) {
  .realizar-contprin {
    margin-top: 120px;
  }
  .realizar-contprin_cont {
    display: flex;
    justify-content: center;
  }
  .realizar-contprin_cont_opciones {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .realizar-contprin_cont_opciones_gen {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .realizar-contprin_cont_opciones_gen_opcion {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 90%;
    padding: 20px;
    -webkit-box-shadow: -1px 3px 39px -20px black;
    -moz-box-shadow: -1px 3px 39px -20px black;
    box-shadow: -1px 3px 39px -20px black;
    border-radius: 10px;
    margin: 7px;
    text-decoration: none;
  }
  .realizar-contprin_cont_opciones_gen_opcion_icono i {
    color: #00a7c7;
    font-size: 50px;
  }
  .realizar-contprin_cont_opciones_gen_opcion_icono .mobile {
    color: #00a7c7;
    font-size: 60px;
  }
}
.cont-form_imagenre {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #252160;
}
.cont-form_imagenre img {
  max-width: 70%;
}

.cont-form_datosre {
  display: flex;
  flex-direction: row;
}
.cont-form_datosre_personalesre {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 60px;
  width: 50%;
  height: 100vh;
}
.cont-form_datosre_personalesre span, .cont-form_datosre input {
  margin-bottom: 25px;
}
.cont-form_datosre_personalesre h3 {
  margin-top: 120px;
  margin-bottom: 25px;
}

@media screen and (max-width: 990px) {
  .cont-form_imagenre {
    display: flex;
    justify-content: center;
    /*margin-bottom: 20px;
    margin-top: 30px;*/
    align-items: center;
    padding: 50px 29px 50px 20px;
    width: 100%;
  }
  .cont-form_imagenre img {
    max-width: 100%;
  }

  .cont-form_datosre {
    display: flex;
    flex-direction: column;
  }
  .cont-form_datosre_personalesre {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 40px;
    width: 100%;
    height: initial;
  }
  .cont-form_datosre_personalesre span, .cont-form_datosre input {
    margin-bottom: 25px;
  }
  .cont-form_datosre_personalesre h3 {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .cont-form_datosre {
    display: flex;
    flex-direction: column;
  }
  .cont-form_datosre_personalesre {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 15px;
    width: 100%;
  }
  .cont-form_datosre_personalesre span, .cont-form_datosre input {
    margin-bottom: 25px;
  }
}
.icon-whatsapp {
  position: fixed;
  bottom: 185px;
  right: -10px;
  z-index: 1002;
}
.icon-whatsapp_size {
  width: 82px;
  border-radius: 50%;
}

.documentos_bg {
  background-color: #ecf0f1;
  padding: 20px;
}

.documentos_info {
  padding: 10px;
  text-align: justify;
  margin-top: 20px;
}
.documentos_info_titulo {
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
}

.cont-form_imagen {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cont-form_imagen img {
  max-width: 100%;
}

.cont-form_datos {
  display: flex;
  flex-direction: row;
}
.cont-form_datos_personales {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 60px;
  width: 50%;
}
.cont-form_datos_personales_select2 {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.cont-form_datos_personales_select2 select {
  width: 100px;
  padding: 10px;
  border-radius: 5px;
}
.cont-form_datos_personales_select {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.cont-form_datos_personales_select span {
  margin-bottom: 10px !important;
  color: #9098A9;
}
.cont-form_datos_personales_select select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
.cont-form_datos_personales_select input {
  margin-bottom: 0px !important;
}
.cont-form_datos_personales span, .cont-form_datos input {
  margin-bottom: 25px;
}

@media screen and (max-width: 770px) {
  .cont-form_datos {
    display: flex;
    flex-direction: column;
  }
  .cont-form_datos_personales {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 40px;
    width: 100%;
  }
  .cont-form_datos_personales_select {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .cont-form_datos_personales_select span {
    margin-bottom: 10px !important;
    color: #9098A9;
  }
  .cont-form_datos_personales_select select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
  }
  .cont-form_datos_personales_select input {
    margin-bottom: 0px !important;
  }
  .cont-form_datos_personales span, .cont-form_datos input {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .cont-form_datos {
    display: flex;
    flex-direction: column;
  }
  .cont-form_datos_personales {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 15px;
    width: 100%;
  }
  .cont-form_datos_personales_select {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .cont-form_datos_personales_select span {
    margin-bottom: 10px !important;
    color: #9098A9;
  }
  .cont-form_datos_personales_select select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
  }
  .cont-form_datos_personales_select input {
    margin-bottom: 0px !important;
  }
  .cont-form_datos_personales span, .cont-form_datos input {
    margin-bottom: 25px;
  }
}

/*# sourceMappingURL=main.css.map */
