.sidenav{
  -webkit-box-shadow: 0px -5px 10px rgba(0,0,0,0.3) !important;
          box-shadow: 0px -5px 10px rgba(0,0,0,0.3) !important;
}
.sidenav, #open-nav{
  display: none;
}

a.color-blue{
  color:var(--primary-color);
  font-size:18px;
}

h1.gray-color{
  color:var(--gray2);
  font-weight: bold;
  font-size:48px;
}

p.gray-color{
  color:var(--gray2);
  font-weight: 500;
  font-size:14px;
}

.bg-circle{
  background: url(../images/ciesc2.png?v=0.0.2);
  background-repeat: no-repeat;    
  background-position: right -10% bottom 45%;
  background-size: contain;
}

.medium-circle{
  width:48px;
  height:48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.medium-circle img{
  max-width: 70%;
}

.tema-label{
  color:var(--gray3);
  font-size:14px;
  letter-spacing: 0;
}

p.sub-title{
  color : var(--primary-color);
  font-size:14px;
  font-weight: 600;
  margin-top:15px;
}

.close-single{
  padding:15px 10px;
  text-align: right;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.close-single *{
  color: var(--primary-color);
}

span.circle{
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
}

.bg-blue{
  background:var(--cian-color);
}

.bg-gray{
 background:var(--gray5); 
}

/*cards*/
.card{
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;

}
.card-header{
  width: 100%;
  min-height: 150px;
  background-color:var(--accent-color);
  position: relative;
}

.card-header .category-icon{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
  background-color: #C9DA2A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-content{
  padding: 10px;
  border-left: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
  border-radius: 0px 0px 10px 10px;

}

.card-content a.category{
  color: #777777;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  font-size: 14px;
}
.card .card-content a{
  text-decoration: none;
}
.card-content h3{
  font-size: 18px;
  margin:0px;
  padding: 0px;
  margin-bottom: 6px;
  margin-top: 6px;
  display: block;
  display: -webkit-box;
  height: 85px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.card-content p{
  margin:0px;
  padding: 0px;
  color: #777777;
  display: block;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 14px;
}

.card.event:hover{
  opacity: .9;
}

.card.event .card-content{
  border:0px;
}

.card.event {
  border:1px solid #C2C2C2;
}
.card.event .card-header{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  background-color: white;
  padding-bottom: 0px;
  min-height: 100px;
}


.card.event .image{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; 
}
.card.event .image .img{
  max-width: 88px;
  max-height: 88px;
  border-radius: 50%;
  position: relative;
}

.card.event .image .img:before{
  content:'';
  position: absolute;
  width:97px;
  height:97px;
  border: 1px var(--gray) solid;
  border-radius: 50%;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-box-shadow: 0px 2px 4px 2px rgba(33,33,33,.16);
          box-shadow: 0px 2px 4px 2px rgba(33,33,33,.16);
}

.card.event .card-header .event-date{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card.event .card-header .event-date h3, .card.event .card-header .event-date p{
  margin: 0px;
  padding: 0px;
}
.card.event .card-header .event-date h3{
  color: var(--accent-color);
}
.card.event .card-header .event-date p{
  color: #777777;
}
.card.event .card-header .event-date p span{
  color: #0C1219;
}

.card.event .card-content h2{
  font-size: 21px;
  color: var(--primary-color);
  margin: 0px;
  padding: 0px;
  position: relative;
  margin-bottom: 20px;
}
.card.event .card-content p{
  font-size: 14px;
}
.card.event .card-content h2:after{
  content: '';
  bottom: -6px;
  height: 3px;
  width: 60%;
  background-color:  #FFC10E;
  position: absolute;
  left: 0px;
}

.card.event.large, .card.event.large a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card.event.large .card-header{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 168px;
  min-height: 160px;
  width: 168px;
  background-color: #A56CAD;
  min-height: 205px;
  padding-bottom: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card.event.large .card-header .event-date{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card.event.large .card-header h2, .card.event.large .card-header h3, .card.event.large .card-header p{
  color: white;
  text-align: center;
}

.card.event.large .card-header p, .card.event.large .card-header p  span{
  font-size: 13px;
  color: white;
}
.card.event.large .card-content{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card.event.large .card-content p{
  height: auto;
}
.card.event.large .image{  
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-header .icon-bg{
  margin: auto;
}

.card-osc{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #1A446B26;
          box-shadow: 0px 3px 6px #1A446B26;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding:20px 20px 0px 20px;
  margin-bottom:15px;
}

.card-osc .icon{
  width:76px;
  height:76px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 4px #00000029;
          box-shadow: 0px 2px 4px #00000029;
  border: 3px solid #FFFFFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right:15px;
}

.card-osc h5{
  font-size:18px;
  width:100%;
  text-align: left;  
  height: 70px;
  overflow: hidden;
  line-height: 25px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;  
  -o-text-overflow: ellipsis;  
     text-overflow: ellipsis;
}

.card-osc .temas{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right:-20px;
  border-radius:0px 0px 15px 0px;
  margin-top:5px;  
  min-height: 50px;
}

.card-osc .temas .tema{
  width:48px;
  height:48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-osc .temas .tema img{
  width:70%;
}

.card-osc .temas .tema:last-child{
  border-radius:0px 0px 9px 0px;
}

.filter_archive h4{
  font-size: 18px;
  font-weight: 600;
}
.filtersti h4{
  font-size: 18px !important;
  font-weight: 600;
}

form .form-group input.input-transparent{
  border: 1px solid black;
  height: 42px;
  width: 100%;
  color: black;
  padding-left: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
  background: #68686826 0% 0% no-repeat padding-box;
  border: 1px solid black;
  border-radius: 8px;
  opacity: 1;
}
textarea.textarea-transparent{
  border: 1px solid black;
  height: 74px;
  color: #ffffff;
  background: #68686826 0% 0% no-repeat padding-box;
  border: 1px solid black;
  border-radius: 8px;
  opacity: 1;
}
input.doc{
  width: 128px;
  height: 25px;
  left: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  left: 20px;
  position: absolute;
}
input.doc:hover{
  cursor: pointer;
}
span.doc{
  color: #0C1219;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}
.card-header-r{
  min-height: 48px;
  height: 48px;
}
.card-header .category-icon-full{
  width: 100% !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 15px;
}
input.input-transparent::-webkit-input-placeholder, textarea.textarea-transparent::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}
input.input-transparent::-moz-placeholder, textarea.textarea-transparent::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}
input.input-transparent:-ms-input-placeholder, textarea.textarea-transparent:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}
input.input-transparent::-ms-input-placeholder, textarea.textarea-transparent::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}
input.input-transparent::placeholder, textarea.textarea-transparent::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

input.input-transparent:-ms-input-placeholder, textarea.textarea-transparent:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

input.input-transparent::-ms-input-placeholder, textarea.textarea-transparent::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}
.card-content-r{
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-content-l{
  height: 148px;
}

.beneficios .beneficio{
  margin:0px -10px !important;
}

.beneficio img{
  margin-top:10px;
}

.beneficio h4, .proceso h4{
  font-size:18px;
  font-weight: 600;
  margin-top:15px;
}

.proceso h4{
  text-align: center;
}

.beneficio p, .proceso p{
  color:var(--gray2);
  font-weight: 400;
  margin-bottom:0px;
}

.proceso .circle{
  width:144px;
  height:144px;
  border-radius: 50%;
  margin:15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size:90px;
  font-weight: bold;
  color:white;
  position: relative;
}

/*.proceso .arrow{
  content:"";
  position:absolute;
  top: calc(50% + 5px);
  left:-20px;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;  
}

.proceso .circle.direction-top:after{
  content:"";
  position:absolute;
  width:100%;  
  height: 50px;
  background: url(../images/flow.svg) no-repeat center top / 85%;
  right: -100%;
}

.proceso .circle.direction-bottom:after{
  content:"";
  position:absolute;
  width:100%;  
  height: 50px;
  top:calc(50% + 5px);
  background: url(../images/flow2.svg) no-repeat center bottom / 85%;
  right: -100%;
}*/

.proceso.first .arrow{
  display: none;
}

.navbar-wrapper .search{
  width: 24px;
  height:24px;
  cursor: pointer;
  position: relative;
}

.navbar-wrapper .search .bg-white{
  position:absolute;
  bottom:-20px;
  width:500px;
  left:-450px;
  padding:5px 20px !important;
  display:none;
}

.navbar-wrapper .search.open .bg-white{
  display: block;
}

.navbar-wrapper .search .input-group{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 30px);
  margin: 0px auto;
  border-bottom:1px #707070 solid !important;
}

.navbar-wrapper .search .input-group img{
  width:14px;
}

.navbar-wrapper .search .input-group input{
  border:none;
  font-weight: bold;
  font-size:16px;
}

.card-search{
  padding:15px;
  border:1px var(--gray) solid;
  margin:15px 0px;
}
h3.related{
  font-size: 1.35rem;
}
.map-container .map-wrapper .item-map .item .info div.info-p{
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-height: 60px;
}
.text-down{
  width: 65%;
}
.text-single-e,.text-single-e p, .text-single-e span, .text-single-e ul li{
  color: var(--gray3) !important;
  text-decoration: none !important;
  font-size: 14px !important;
}
.card.event.large .card-header h3{
  font-size: 21px;
}
.img-agent{
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.select-maps{
  max-width: 160px;
  font-size: 11px;
  color: #777777;
}

.steps{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin:30px 0px;
}

.steps .step{
  padding:0px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color:#CCCCCC;
}

.steps .step:before{
  content:'';
  position: absolute;
  width:65px;
  height:2px;
  background:#CCC;
  right: -33px;
  top: 16px;
}

.steps .step:last-child:before{
  width:0px;
}

.steps .step .circle{
  width:32px;
  height:32px;
  border: 2px solid #CCCCCC;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom:10px;
  font-weight: bold;
  color:#CCCCCC;
}

.steps .step.active{
  color:#777777;
}

.steps .step.active .circle{
  background:#C9DA2A;
  color:white;
  border-color:#C9DA2A;
}

.form-group .radio-group .option{
  background: #C2C2C24D 0% 0% no-repeat padding-box;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  opacity: 1;
  margin:15px 0px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-group .radio-group .option .circle{
  min-width:18px;
  height:18px;
  border-radius: 50%;
  background:white;
  margin:0px 25px;
}


.form-group .radio-group .option .text{
  padding:15px 5px;
}

.form-group .radio-group .option .icon{
  margin:0px 25px 0px auto;
}

.form-group .radio-group .option h5{
  font-size: 11px;
  letter-spacing: 0;
  color: var(--primary-color);
  margin:0px;
}

.form-group .radio-group .option p{
  text-align: left;
  font-size: 14px;
  letter-spacing: 0;
  color: var(--gray3);
  margin:0px;
  line-height: 24px;
}

.form-group .radio-group .option.active{
  border:2px #00B3CC solid;
  background: white
}

.form-group .radio-group .option.active h5{
  color:#00B3CC;
}

.form-group .radio-group .option.active .circle{
  background:#00B3CC;
}
.card-header p span{
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  height: 54px;
}
.aprofile:hover{
  color: #00B3CC !important;
}
.flexthis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexthis:before, .flexthis:after{
   display: none;
}
.content-vents-r p img{
  width: 100%;
  height: auto;
}

#Iframe-Liason-Sheet {
 width: 100%;
 max-height: 2600px;
 overflow: hidden;
}
/* inner wrapper: make responsive */
.responsive-wrapper {
 position: relative;
 height: 0;  /* gets height from padding-bottom setting */
 -webkit-overflow-scrolling: touch;
 overflow: auto;
}
.responsive-wrapper iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 border: none;
}
/* padding-bottom = h/w as a % */
.responsive-wrapper-wxh-550x2000 {
 padding-bottom: 363.6364%;
}
.iframe-border {
 border: none;
}
.center-block-horiz {
 margin-left: auto !important;
 margin-right: auto !important;
}  
.text-divisor label{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #1a446b;
  position: relative;
  font-size: 24px;
  border-bottom: 1px solid#1a446b;
  margin-top: 30px !important;
}
.welcome-ms label{
  font-size: 17px;
  text-align: center;
  color: #1a446b;
}