.article-page {
  margin-top: 85px;
  margin-bottom: 50px;
  grid-column: 1 / span 4;
}
.article-text p iframe{
		width: -webkit-fill-available;
		height: auto;
}

@media only screen and (min-width: 600px) {
	.article-page {
		grid-column: 1 / span 8;
	}
	
	.article-text p iframe{
		width: -webkit-fill-available;
		height: 315px;
	}
  
}
@media only screen and (min-width: 840px) {
  .article-page {
    grid-column: 1 / span 12;
  }
  
  .article-text p iframe{
		width: -webkit-fill-available;
		height: 315px;
	} 
}

@media only screen and (min-width: 900px) {
	  .article-text p iframe{
		width: 560px;
		height: 315px;
	} 
}




.contactBar .searchBox {
  text-align: left;
  height: 44px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contactBar .searchBox {
  	margin: 0;
  }
}

.contactBar .searchBox form.search input#query {
  float: left;
  height: 44px;
  width: calc(100% - 20px) !important;
  border-radius: 10px;
  margin: -1px !important;
  padding: 0px 0px 0px 20px!important;
  position: absolute;
}

 .contactBar .searchBox form.search input[type=submit] {
  	height: 44px;
  	background-color: #01716D;
    border-radius: 0px 10px 10px 0px;
  	border: 0px;
    background-image: url('//p6.zdassets.com/hc/theme_assets/761341/200125368/lupaBuscador_24x24.png');
    width: 44px;
    background-position: center center;
  	background-repeat: no-repeat;
		color: transparent;
    margin: 0px !important;
    padding: 0px !important;
    position: absolute;
    right: 0;
  }

  .requestbox-article {
      background: rgb(255, 255, 255);
      border-radius: 12px;
      height: 70px;
      margin-bottom: 10px;
      padding: 8px;
      text-align: left;
      display: flex;
	  box-shadow: 0px 0px 10px 0px rgba(48, 48, 48, 0.1),0px 8px 10px 0px rgba(48, 48, 48, 0.15);
    }
    .boxtitle-content-article {
      display: contents;
    }
    .boxtitle-article {
      color: rgb(16, 0, 79);
      font-size: 18px;
      font-weight: bold;
      line-height: 23px;
      margin-top: auto;
      margin-bottom: auto;
    }
  .solicitud-article-icon {
      height: 41px !important;
      width: 33px !important;
      margin: auto 22px auto 22px;
  }
  .estado-caso-article-icon {
      height: 26px !important;
      width: 52px !important;
      margin: auto 12px auto 12px;
  }

.section-title-articles {
color: rgb(51, 51, 51);
font-weight: normal;
margin-bottom: 32px;
}

@media only screen and (min-width: 600px) {
.section-title-articles {
  margin-top: 32px;
  }}
  @media only screen and (min-width: 800px) {
    .section-title-articles {
      margin-top: 0px;
  }}


.box-art {
  grid-column: 1 / span 4;
  }

@media only screen and (min-width: 600px) {
.box-art {
  grid-column: 1 / span 8;
  }
}

@media only screen and (min-width: 840px) {
.box-art {
  grid-column: 1 / span 7;
}}


/* -- Bullet articulos -- */
 .aerea-grid .box-art .answerBox .article-text ul{
    margin-left: 0;
    margin-block-start: 1em;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }


/* -- Bullet articulos -- */

/* -- Articulos relacionados init -- */

.related-articles {
    margin-top: 32px;
    grid-column: 1 / span 4;
    background: rgb(246, 246, 246);
    padding: 24px;
    margin-bottom: 50px;
    margin-left: -16px;
    margin-right: -16px;
}

.related-articles ul li a img{
  text-align: center;
  margin-left: auto;
  margin-bottom: auto;
  margin-top: auto;
}

.article-text {
  text-align: justify;
  margin-bottom: 30px;
}

.related-articles h3{
  color: rgb(51, 51, 51);
}

.related-articles ul li a{
  text-decoration: none !important;
  outline: none !important;
}

.related-articles ul {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px;
  margin-top: 32px;
}

.related-articles ul li{
  margin-bottom: 4px;
}

.related-articles ul li a:hover{
  background: rgb(225, 225, 225);
  border-radius: 6px;
  outline: none !important;
  text-decoration: none !important;
}

.related-articles ul li a{
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  color: rgb(51, 51, 51);
  font-weight: normal;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: auto 30px;
}

@media only screen and (min-width: 600px) {

	.related-articles {
    grid-column: 1 / span 8;
    margin-left: -24px;
    margin-right: -24px;

  }

  .related-articles ul li{
    margin-bottom: 24px;
  }

  .related-articles ul li a{
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -16px;
    margin-top: -16px;
    padding-left: 16px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    grid-gap: 24px;
    grid-template-columns: auto 30px;
  }

 }

@media only screen and (min-width: 840px) {
  .related-articles {
    margin-top: 32px;
    grid-column: 9 / span 4;
    position: sticky;
    top: calc(161px + 83px);
    background: rgb(246, 246, 246);
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 20px;
    margin-left: 0px;
    margin-right: 0px;
    height: fit-content;
  }

  .related-articles ul li a{
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    grid-gap: 16px;
    grid-template-columns: auto 30px;
  }
}

/* -- Articulos relacionados end -- */

.crear_solicitud {
  grid-column: 1 / span 4;
  width:100%;
  display:inline-block;

}

@media only screen and (min-width: 600px) {
.crear_solicitud {
  grid-column: 1 / span 8;
  margin-bottom: 60px;

  }}

@media only screen and (min-width: 840px) {
.crear_solicitud {
  grid-column: 2 / span 5;
  margin-top: 42px;
  margin-bottom: 67px;

  }}

.crear_solicitud_text {
margin-top: 0px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

@media only screen and (min-width: 600px) {
.crear_solicitud_text {
  margin-top: 0px;
  margin-bottom: 0px;
}}

@media only screen and (min-width: 840px) {
.crear_solicitud_text {
  margin-top: 0px;
  margin-bottom: 0px;
}}

.crear_solicitud_text a {
text-decoration: underline !important;
color: #2d35cd;
}

.crear_solicitud_text a:hover {
text-decoration: none !important;
}


.feedback-content {
  background: rgb(246, 244, 254);
  border-radius: 0px;
  height: auto;
  padding: 16px;
  margin-top: 40px;
  margin-left: -16px;
  margin-right: -16px;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .feedback-content {
    border-radius: 8px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
  }
}

.article-vote-question {
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: bold;
  height: 23px;
  line-height: 23px;
}

.article-vote-description {
  height: 21px;
  color: rgb(51, 51, 51);
  font-size: 14px;;
  font-weight: normal;
  line-height: 21px;
  margin: 0px !important;
}

.article-vote-controls {
  margin: 16px auto 0px auto;
  height: 42px;
  float: none;
}
@media only screen and (min-width: 600px) {
  .article-vote-controls {
    margin: -41px 0px 0px 0px;
    height: 38px;
    float: right;
  }
}
.feedback-btn {
  border-radius: 21px;
  border: 2px solid rgb(12, 24, 238);
  display: inline-block;
  width: 98px;

  color: rgb(12, 24, 238);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  padding: 7px 16px 7px 16px;
}
@media only screen and (min-width: 600px) {
  .feedback-btn {
    border-radius: 19px;
    padding: 5px 16px 5px 16px;
    width: max-content;
  }
}
.feedback-btn:hover, .feedback-btn:active{
  background-color: rgb(12, 24, 238);
  color: #fff;
}
.feedback-btn:focus {
  outline: none !important;
}

.article-vote-up {
  margin-right: 10px;
}

a.feedback-btn > svg {
  margin-right: 10px;
}

.vote-up-response {
  text-align: center;
}
.vote-up-response > img {
  margin: 8px auto 8px auto;
  display: block;
}
.vote-up-response > span {
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: bold;
  display: block;
}
@media only screen and (min-width: 600px) {
  .vote-up-response > img {
    /*margin: 0px 16px 0px 0px;*/
    margin-right: 16px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: inline-block;
  }
  .vote-up-response > span {
    font-size: 16px;
    display: inline-block;
  }
}

.vote-down-response {
  text-align: center;
  display: inline-block;
}
.vote-down-response > h4 {
  color: rgb(51, 51, 51);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 600px) {
  .vote-down-response > h4 {
    margin-top: 0px;
    margin-bottom: 16px;
  }
}

.feedback-btn-down {
  border-radius: 24px;
  border: 2px solid rgb(12, 24, 238);
  display: inline-block;
  background-color: transparent;
  width: 100%;
  font-weight: bold;
  text-align: center;
  color: rgb(12, 24, 238);
  font-size: 16px;
  padding: 12px 18px;
  margin-top: 16px;
}
.feedback-btn-down:hover, .feedback-btn-down:active {
  background-color: rgb(12, 24, 238);
  color: #fff;
}

/*
.article-text > ul, ol {
  padding: 0 0 0 1em;
  margin: 0 0 10px 0;
}
*/
.list-articles-section {
  margin-left: 0 !important;
}

.lastModified {
  color: #5c5c5c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}
