@charset "UTF-8";

html {
  /* $replace rtl */
  direction: ltr;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 16px; 
}

html,
body {
  height: 100%;
}

/* header y navegador */
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial;  
  
}
body .wrapper-inteligo{
  line-height: normal;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus{
  outline: 0;
}
body{
  color: #8D8E90;
  overflow-x: hidden;
}
label{
  margin-bottom: 0;
}
/* clears the 'X' from Internet Explorer */
input[type="search"]::-ms-clear {  display: none; width : 0; height: 0; }
input[type="search"]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

input::-ms-clear {
    display: none;
}
input[type=text]::-ms-clear {
    display: none;
  } 
img{
  border:0;
  vertical-align: middle;
}
body a{
  text-decoration: none;
  color: inherit;
  display: block;
}
body a:hover{
  text-decoration: none;
  color: inherit;
}

/****** login styles ******/
.login_content {
  position: relative;
}
.login_left {
  position: fixed;
  height: 100%;
  width: 40%;
  left: 0px;
  top: 0px;
  display: none;
}
.login_img {
  background: url(../images/login.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}
.btn_login {
  width: 200px;
  height: 48px;
  background: #233E99;
  border: none;
  color: #ffffff;
  font-weight: 600;
  margin-top: 120px;
}
.login_right_content {
  text-align: center;
  margin-top: 80px;
}
.login_right {
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 0%;
}
.login_right img {
  height: 70px;
}
.login_right p {
  margin-top: 50px;
  font-size: 20px;
}

header.header-int{
  /* background: white; */
  /* overflow: hidden; */
  /* position: relative; */
  width: 100%;
  /* left: 0; */
  /* top: 0; */
  /* z-index: 101; */
  /* overflow: hidden; */
  position: absolute;
  top: 0;
}
.content-nav{
  position: relative;
  height: 63px;
}
.logo-int{
  display: none;
}
.logo-int-preguntas {
  height: 70px;
}
.logo-int-preguntas img {
  height: 40px;
  margin: 15px;
}
.logo-int-mobile {
  display: block;
}
.logo-int img {
  height: 60px;
}
.logo-int-mobile img {
  height: 40px;
  margin: 10px;
}
.content-menu{
  width: 100%;
  /* display: inline-block; */
  /* margin-right: -4px; */
  /* position: absolute;
  left: 65px;
  top: 8px; */
}
.menu-principal-int{
  display: flex;
}
.menu-principal-int li{
  width:50%;
  text-align: center;
  list-style: none;  
  border-bottom: 3px solid #DCDCDE;
  position: relative;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

/*
.menu-principal-int li:last-child{
  background: #EDEEEE;

}*/
.menu-principal-int li a{
  text-decoration: none;
  color: #7B7C7E;
  font-size: 15px;
  width: 100%;
  height: 52px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.menu-principal-int li.menu-active-int{
  border-bottom: 3px solid #31489B;
}
.menu-principal-int li:hover:before {
    width:100%;
    left:0%;
}
.menu-principal-int li:before {
  content:"";
  display:block;
  position:absolute;
  left:50%;
  bottom:-3px;
  height:3px;
  width:0;
  background:#31489B;
 -webkit-transition:width left .20s;
 -moz-transition:width .20s;
 -ms-transition:width .20s;
 -o-transition:width .20s;
 transition:width .20s;
  transition:all .20s;
}
.menu-principal-int li.menu-active-int a{
  color: #31489B;
  font-weight: bold;
}

 /* preguntas perfilador */
.wrapper-asesoria {
  margin-top: 120px;
  padding: 0px;
}
.row-correo {
  margin-top: 15px;
}
#preguntas_perfilador {
  text-align: center;
  margin-top: 100px;
}

#preguntas_perfilador p {
  margin-bottom: 30px;
}

#preguntas_perfilador .steps ul {
  display: none;
}

#preguntas_perfilador ul {
  list-style: none;
}

#preguntas_perfilador ul li {
  display: inline-block;
  height: 34px;
  width: 104px;
}

#preguntas_perfilador ul li:nth-child(1) {
  background-color: #233e99;
  margin-right: 10px;
  padding: 5px;
}

#preguntas_perfilador ul li:nth-child(2) {
  background-color: #70acb0;
  padding: 5px;
}

#preguntas_perfilador ul li:nth-child(1) a {
  background-image: url('../img/left-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

#preguntas_perfilador ul li:nth-child(2) a {
  background-image: url('../img/right-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

#preguntas_perfilador ul li a {
  text-decoration: none;
  color: #ffffff;
  height: 24px;
  width: 104px;
  display: block;
}

#preguntas_perfilador .content-steps {
  
}

#preguntas_perfilador .item-step {
  background: #f6f6f7;
  width: 90%;
  margin: 0px auto;
  padding: 10px;
  margin-bottom: 15px;
  text-align: justify;
  position: relative;
  height: 70px;
}

#preguntas_perfilador .actions {
  margin-top: 50px;
}

#preguntas_perfilador .item-step div {
  display: inline-block;
}

#preguntas_perfilador .item-step div:nth-child(1) {
  width: 22px;
  height: 22px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  padding: 1px;
  /* margin-right: -4px; */
  /* display: inline-block; */
  position: absolute;
  top: 24px;
}

#preguntas_perfilador .item-step div:nth-child(2) {
  position: absolute;
  left: 45px;
  width: 80%;
  top: 24px;
}
#preguntas_perfilador .item-step.p-obj>div {
  top: 15px;
}
#preguntas_perfilador .item-step.p-obj {
  top: 15px;
  height: 140px;
}

#preguntas_perfilador h4 {
  display: none;
}

#preguntas_perfilador-h-1 {
  display: none;
}

#preguntas_perfilador-h-2 {
  display: none;
}

/* input select */
.seleccionar-asesor {
  width: 150px;
}
.content-campo-int{
  position: relative;
  margin:20px 0;
}
.nombre-campo-int{
  font-family: Arial;
  font-size: 13px;
  line-height: 18px;
  /*display: none;*/
  align-items: center;
  color: #7585BC;
  height: 18px;
  opacity: 0;
}
.content-input-int{
  position: relative;
}
input:focus{
  outline: 0;
}
.input-campo-int{
  border:0;
  border-bottom: 2px solid #17479e;
  height: 30px;
  min-height: 30px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #8D8E90;
  background: transparent;
  line-height: 25px;
  resize: none;
  padding-right: 20px;
  border-radius:0;
}
select.input-campo-int{
  word-wrap: normal; 
  white-space: -moz-nowrap;
  white-space: nowrap; 
  width: 100%;
}

.input-campo-int:focus{
  color: #464748;
  border-bottom: 2px solid #0084F8;
}

.opacity-visible{
  opacity: 1;
}

/*SELECT*/
.content-select {
  border: none;
  border-bottom: 2px solid #17479E;
  padding: 4px;
  width: 100%;
}
.icono-select {
  background: url(../img/arrow_down_gray.png);
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  /* z-index: 999; */
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  right: 2px;
  top: 7px;
}
.texto-filtro{
  /*position: absolute;*/
  display: block;
  color: white;
  margin-top: 6px;
  font-size: 14px;
}
.titulo-filtro{
  color: #233E99;
  font-weight: bold;
  padding: 5px 13px;
  pointer-events: none;
}


/**styles dropdown*/

 .item-placeholder{
  pointer-events: none;
  cursor: not-allowed;
  display: none !important;
 }
 .height-100{
  height: 100%;
 }
 .content-group-form{
  display: block;
  position: relative;
 }
 .content-grupo-int{
  display: block;
  position: relative;
 }
 .texto-error-int{
  color:#DD5742;
  margin: 5px 0;
  font-size: 12.5px;
  display: none;
}

.input-error-int .texto-error-int{
  display: block;
}

.buscar-cliente input {
  border: none;
  border-bottom: 2px solid #17479E;
  padding: 4px;
  width: calc(100% - 48px);
}

.buscar-cliente button {
  border: none;
  border-radius: 0px;
  background: #17479E;
  padding: 4px;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 0px;
  top: 2px;
  box-shadow: 0px 4px 4px rgba(35, 62, 153, 0.25);
}
.content-generar-plantilla {
  background: #f6f6f7;
  padding: 30px;
  margin: 30px 0px;
}
.btn-generar-plantilla {
  background: none;
  border: none;
  color: #0084F8;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1.2px;
  margin-top: 10px;
}
.text-correo {
  letter-spacing: 1.2px;
}
.content-cbx {
  margin-top: 30px;
}
.content-cbx label {
  margin-right: 15px;
}
.content-cbx input {
  margin-right: 5px !important;
}
.icon-right {
  background: url(../img/arrow.png);
  height: 12px;
  width: 12px;
  display: inline-block;
  background-repeat: no-repeat
}
#modalAsesoria .close {
  background: url(../img/close.png);
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0px;
  top: -30px;
  color: #ffffff;
  opacity: 1;
}
#modalAsesoria .modal-dialog {
  margin-top: 70px;
}
#modalAsesoria .modal-content {
  border-radius: 0px;
  box-shadow: none;
}
#modalAsesoria .modal-content p {
  font-size: 20px;
  color: #263b89;
}
#modalAsesoria .modal_body {
  padding: 50px 30px;
}
#modalAsesoria .btn-modal {
  width: 49.3%;
  height: 50px;
  border: none;
}
#modalAsesoria .btn-cancel_modal {
  background: #edeeee;
  color: #4a5Ea8;
  letter-spacing: 1.8px;
}
#modalAsesoria .btn-acept_modal {
  background: #0084f8;
  color: #ffffff;
  letter-spacing: 1.8px;
}
#alertConfirmInvitacion {
  background: #0084f8;
  color: #ffffff;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 250px;
  height: 110px;
  border-radius: 0px;
  padding: 22px 40px;
}


/* terciario / celeste */

@media (min-width: 768px) {
  #preguntas_perfilador .item-step div:nth-child(2) {
    width: 90%;
  }
  #preguntas_perfilador .item-step {
    width: 700px;
  }
  #preguntas_perfilador {
    margin-top: 8%;
  }
  .content-nav{
    border-bottom: 3px solid #DCDCDE;
  }
  .logo-int{
    position: absolute;
    top: 0px;
    display: block;
  }
  .logo-int-mobile {
    display: none;
  }
  .content-menu{
    width: 100%;
    /* display: inline-block; */
    /* margin-right: -4px; */
    position: absolute;
    left: 65px;
    top: 8px;
  }
  .menu-principal-int li {
    width: 16.666%;
  }
  #preguntas_perfilador .item-step.p-obj {
    height: 80px;
  }
  .wrapper-asesoria {
    margin-top: 80px;
    padding: 0px;
  }

  /* login media query */
 
  .login_right {
    position: absolute;
    height: 100vh;
    width: 60%;
    left: 54%;
  }
  .btn_login {
    width: 349px;
  }
  .login_right_content {
    text-align: inherit;
  }
}

@media (min-width: 992px) {
  .login_left {
    display: block;
  }
}

@media (min-width: 1200px) {
  
}
.container-int-web{
	width:100%!important;
	padding:0;
	padding-left:0px;
	padding-right:0px;
	}
	
#wrapper{padding:0!important}	


#portlet_inteligoperfiladordigitallogin{margin-bottom:0}