/*Variables*/
body {
  background-color: #f8f8f6;
  color: #003865;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}
a {
  color: #003865;
  background-color: transparent;
  text-decoration: none;
}
.cajaloginCentrado
{
      margin-left:25%;
}
a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1441px) {
  .container {
    max-width: 1440px;
  }
}
/*Cabecera*/
.header-container {
  margin: 0px;
}
.header-container .logosCabecera {
  /*background-color: #ffffff;
  width: 65%;
  height: 105%;
  position: relative;
  margin-left: 6rem;
  padding: 1%;*/
      background-color: #ffffff;
   
    height: 100%;
    position: relative;
    margin-left: 0rem;
    padding: 0;
}
}
.header-container .top-bar {
  background-color:  #ffffff;
  padding: 0.4rem 1rem;
}
.header-container .top-bar p {
  color: white;
  margin-bottom: 0;
}
.header-container .main-header {
    /*padding-top: 1em;*/
    padding: 0.4rem 1rem;
    /*background-image: url(../img/header_background.jpg);
      background-repeat: no-repeat;*/
    background-position: center center;
    background-size: cover;
    background-color:  #ffffff;
}
.header-container .main-header .logo-container {
  padding-top: 1rem;
}
.header-container .main-header .logo-container img {
  width: auto;
  height: 65px;
  float: left;
}
    .header-container .main-header .title-container {
        padding-top: 1rem;
        text-align: center;
        font-size:2rem;
        color: #757576;
        text-decoration: none;
        text-transform: uppercase;
        
    }
    .header-container .main-header .title-container h1 {
        font-size: 1.2rem;
        color: #757576;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
    }
/*Mensaje de Bienvenida*/
.sms-welcome {
  background-color: #9E9E9E;
  font-size: 1.25rem;
  font-weight: 500;
}
.sms-welcome img {
  width: 100%;
}
.sms-welcome h2 {
  color:  #ffffff;
  font-size: 1.25rem;
}
.sms-welcome p {
  margin-bottom: 0;
  font-size: 1.25rem;
}
.sms-welcome .text-container {
  background-color: white;
  padding: 1em;
  position: absolute;
  width: 80%;
  top: -0.5em;
  left: 10%;
}
@media screen and (min-width: 768px) {
  .sms-welcome .text-container {
    width: 80%;
    top: -1em;
    left: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .sms-welcome .text-container {
    width: 85%;
    top: -1em;
    left: 7.5%;
  }
}
@media screen and (min-width: 1200px) {
  .sms-welcome .text-container {
    width: 78%;
    top: -1em;
    left: 11%;
  }
}
@media screen and (min-width: 1400px) {
  .sms-welcome .logosCabecera {
    background-color: #ffffff;
    width: 60%;
    height: 105%;
    position: relative;
    margin-left: 6rem;
    padding: 1%;
  }
  .sms-welcome .text-container {
    width: 73%;
    top: -1em;
    left: 13.5%;
  }
}
@media screen and (min-width: 1920px) {
  .sms-welcome .logosCabecera {
    background-color: #ffffff;
    width: 100%;
    height: 105%;
    position: relative;
    margin-left: 6rem;
    padding: 1%;
  }
  .sms-welcome .text-container {
    width: 70%;
    top: -1em;
    left: 15%;
  }
}
/*Tramites*/
.main-layout {
  margin-top: 20em;
}
@media screen and (min-width: 374px) {
  .main-layout {
    margin-top: 18em;
  }
}
@media screen and (min-width: 424px) {
  .main-layout {
    margin-top: 14.5em;
  }
}
@media screen and (min-width: 768px) {
  .main-layout {
    margin-top: 9em;
  }
}
@media screen and (min-width: 1440px) {
  .main-layout {
    margin-top: 7em;
  }
}
.title-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.top-procedure .content-section, .last-news .content-section {
  background-color: white;
  margin-left: 0;
  margin-right: 0;
}
.top-procedure .content-section .card-procedure, .last-news .content-section .card-procedure {
  border: none;
  border-radius: 0;
}
.top-procedure .content-section .card-procedure .card-img, .last-news .content-section .card-procedure .card-img {
  text-align: center;
  margin-bottom: 0.5em;
}
.top-procedure .content-section .card-procedure .card-text p, .last-news .content-section .card-procedure .card-text p {
  font-size: 1.125rem;
  color: #303030;
  font-weight: 500;
}
.top-procedure .content-section .card-procedure .card-link, .last-news .content-section .card-procedure .card-link {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .top-procedure .content-section .card-procedure .card-body, .last-news .content-section .card-procedure .card-body {
    min-height: 300px;
  }
  .top-procedure .content-section .card-procedure .card-link, .last-news .content-section .card-procedure .card-link {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .top-procedure .content-section .card-procedure .card-body, .last-news .content-section .card-procedure .card-body {
    min-height: 250px;
  }
}
.last-news .content-section .card-procedure .card-text p {
  font-size: 1em;
}
.last-news .content-section .card-procedure .card-link {
  right: 6%;
}
.last-news .content-section .card-procedure .card-body {
  padding-left: 2em;
  padding-right: 2em;
}
.last-news .carousel-control-prev, .last-news .carousel-control-next {
  width: 5%;
}
.last-news .carousel-control-prev-icon {
  background-image: url("../img/flecha-i.svg");
}
.last-news .carousel-control-next-icon {
  background-image: url("../img/flecha-d.svg");
}
.procedure, .info, .last-line {
  margin-top: 1.5em;
}
.procedure .card-procedure, .info .card-procedure, .last-line .card-procedure {
  border: none;
  border-radius: 0;
  min-height: 135px;
}
.procedure .card-procedure .card-body .card-img, .info .card-procedure .card-body .card-img, .last-line .card-procedure .card-body .card-img {
  text-align: left;
  margin-bottom: 0.5em;
}
.procedure .card-procedure .card-body .card-text h3, .info .card-procedure .card-body .card-text h3, .last-line .card-procedure .card-body .card-text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 1200px) {
  .procedure .card-procedure .card-body .card-text h3, .info .card-procedure .card-body .card-text h3, .last-line .card-procedure .card-body .card-text h3 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1441px) {
  .procedure .card-procedure .card-body .card-text h3, .info .card-procedure .card-body .card-text h3, .last-line .card-procedure .card-body .card-text h3 {
    font-size: 1.5rem;
  }
}
.procedure .card-procedure .card-body .card-text p, .info .card-procedure .card-body .card-text p, .last-line .card-procedure .card-body .card-text p {
  margin-bottom: 0;
  color: #9b9b9b;
  font-weight: 400;
}
.procedure .card-procedure .card-body .card-link, .info .card-procedure .card-body .card-link, .last-line .card-procedure .card-body .card-link {
  padding: 0.5em;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .procedure .card-procedure .card-body .card-img, .info .card-procedure .card-body .card-img, .last-line .card-procedure .card-body .card-img {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin-bottom: 0;
  }
  .procedure .card-procedure .card-body .card-text, .info .card-procedure .card-body .card-text, .last-line .card-procedure .card-body .card-text {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .procedure .card-procedure .card-body .card-img, .info .card-procedure .card-body .card-img, .last-line .card-procedure .card-body .card-img {
    width: 27%;
  }
}
@media screen and (min-width: 1200px) {
  .procedure .card-procedure .card-body .card-img, .info .card-procedure .card-body .card-img, .last-line .card-procedure .card-body .card-img {
    width: 35%;
  }
}
.info .card-procedure, .last-line .card-procedure {
  min-height: 120px;
}
.info .card-procedure .card-body .card-text h3, .last-line .card-procedure .card-body .card-text h3 {
  font-size: 1.125em;
}
.service-list .content-section ul, .others-links .content-section ul {
  background-color: white;
  list-style-image: url(../img/cuadrado.svg);
  padding: 0;
  padding: 1em;
  padding-left: 2em;
}
.service-list .content-section ul li, .others-links .content-section ul li {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding-left: 0.25em;
}
.service-list .content-section ul li a:hover, .others-links .content-section ul li a:hover {
  text-decoration: none;
  font-weight: 700;
}
.service-list .content-section ul li p, .others-links .content-section ul li p {
  font-size: 1em;
  color: #9b9b9b;
  margin-bottom: 0;
}
.footer-container {
  background-color: #003865;
  padding: 1em;
  margin-bottom: 0;
  margin-top: 1em;
}
.footer-container .list-inline {
  margin-bottom: 0;
  margin-top: 1em;
  text-align: center;
}
.footer-container .list-inline .li {
  display: inline-block;
  margin-right: 0.5em;
  border-right: 1px solid #fff;
  padding: 0.3rem 1.5rem;
}
.footer-container .list-inline .li a {
  color: #ffffff;
}
.footer-container .list-inline .liFinal {
  display: inline-block;
  margin-right: 0.5em;
  border-right: none;
  padding: 0.3rem 1.5rem;
}
.footer-container .list-inline .liFinal a {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .footer-container .list-inline {
    text-align: center;
  }
}
.breadcrumb-container {
  background-color: #003865;
}
.breadcrumb-container .breadcrumb {
  background: none;
  margin-bottom: 0;
  padding-left: 0;
}
.breadcrumb-container .breadcrumb-item, .breadcrumb-container .breadcrumb-item a {
  color: #cad8d0;
}
.breadcrumb-container .active {
  color: #ffffff;
  font-weight: 700;
}
.breadcrumb-container .breadcrumb-item + .breadcrumb-item::before {
  color: #cad8d0;
}
.title-section .title-section-back {
  min-height: 100px;
  background-color: #9E9E9E;
}
.title-section .title-main {
  background: white;
  position: absolute;
  bottom: -1em;
  padding: 1em;
  width: 75%;
  left: 12%;
}
.title-section .title-main .title-text {
  display: inline-block;
  vertical-align: middle;
  width: 79%;
}
.title-section .title-main .title-text h2 {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.title-section .title-main .title-icon {
  display: none;
}
.title-section .title-main .title-icon img {
  width: 50%;
}
@media screen and (min-width: 375px) {
  .title-section .title-main {
    width: 80%;
    left: 10%;
  }
}
@media screen and (min-width: 768px) {
  .title-section .title-main {
    width: 83%;
    left: 8.5%;
    bottom: -2.5em;
  }
  .title-section .title-icon {
    display: inline-block !important;
    vertical-align: middle;
  }
  .title-section .title-text h2 {
    font-size: 1.5rem;
    margin-left: -1.5rem;
  }
  .title-section .title-main .title-time {
    position: absolute;
    right: 0;
    bottom: 5px;
    max-width: 23%;
  }
  .title-section .title-main .title-time p {
    color: #63a375;
    padding-right: 1em;
    margin-bottom: 0;
    font-weight: 700;
  }
}
@media screen and (min-width: 1024px) {
  .title-section .title-main {
    width: 85%;
    left: 7.5%;
  }
  .title-section .title-main .title-time {
    top: 5px;
    max-width: 23%;
  }
}
@media screen and (min-width: 1330px) {
  .title-section .title-main {
    width: 79%;
    left: 10.5%;
  }
}
@media screen and (min-width: 1439px) {
  .title-section .title-main {
    width: 74%;
    left: 13%;
  }
}
@media screen and (min-width: 1919px) {
  .title-section .title-main {
    width: 71%;
    left: 14.5%;
  }
}
.myProcedures {
  border: none;
  border-radius: 0;
}
.myProcedures .card-procedure1 .card-body {
  border-top: none;
  padding: 0;
}
.myProcedures .card-procedure1 .card-body .card-title1 h3 {
  display: block;
  padding: 1rem 1.5rem;
  margin: 0;
  border-radius: 8px 8px 0 0;
  font-size: 1.25rem;
  color: #f7f7f8;
  text-transform: uppercase;
  background-color:  #ffffff;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
}
.myProcedures .card-procedure1 .card-body .card-title1 h3 a, .myProcedures .card-procedure1 .card-body .card-title1 h3 a:hover {
  text-decoration: none;
  color: white;
}
.myProcedures .card-procedure1 .card-body .card-img-user {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
.myProcedures .card-procedure1 .card-body .card-form {
  border: 2px solid #dbdbdb;
  border-top: none;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.myProcedures .card-procedure1 .card-body .card-form .content-section {
  padding: 2em;
}
.myProcedures .card-procedure1 .card-body .card-form p {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.myProcedures .card-procedure1 .card-body .card-form label {
  color: #9b9b9b;
}
.myProcedures .card-procedure1 .card-body .card-form .info-time {
  border-bottom: 2px solid  #ffffff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.myProcedures .card-procedure1 .card-body .card-form .info-time p {
  color: #9b9b9b;
  margin-bottom: 0;
  margin-top: 0;
}
.myProcedures .card-procedure1 .card-body .card-form .info-time span {
  font-weight: 500;
}
.myProcedures .card-procedure1 .card-body .card-form .info-time .info-text {
  display: inline-block;
}
.myProcedures .card-procedure1 .card-body .card-form .info-time .info-icon {
  display: inline-block;
}
.myProcedures .card-procedure1 .card-body .card-form .info-time .info-icon img {
  display: inline-block;
  padding-right: 0.25em;
}
.myProcedures .card-procedure1 .card-body .card-form .info-time .info-icon p {
  display: inline-block;
}
.myProcedures .card-procedure1 .card-body .card-form .info-time .icon-des, .myProcedures .card-procedure1 .card-body .card-form .info-time .icon-active {
  display: inline-block;
  text-align: right;
}
.myProcedures .card-procedure1 .card-body .card-form .info-time .icon-des p {
  color: #f9564f;
}
.myProcedures .card-procedure1 .card-body .card-form .info-time .icon-active p {
  color: #63a375;
}
@media screen and (min-width: 1024px) {
  .myProcedures .card-procedure1 .card-body .card-form .info-time .info-text {
    width: 50%;
  }
  .myProcedures .card-procedure1 .card-body .card-form .info-time .icon-des, .myProcedures .card-procedure1 .card-body .card-form .info-time .icon-active {
    padding-left: 1em;
  }
  .myProcedures .card-procedure1 .card-body .card-form .info-time p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .myProcedures .card-procedure1 .card-body .card-form .info-time .info-text {
    width: 60%;
  }
}
.myProcedures .card-procedure1 .card-body .card-link {
  text-align: right;
  position: relative;
  right: 0;
  bottom: 0;
}
.myProcedures .card-procedure1 .card-body .card-link p {
  padding: 0.5em;
}
.myProcedures .card-procedure {
  border: none;
  border-radius: 0;
}
.myProcedures .card-procedure .card-body {
  border-top: none;
  padding: 0;
  text-align: center;
}
.myProcedures .card-procedure .card-body .mb-3_1 {
  margin-bottom: 3.1rem;
}
.myProcedures .card-procedure .card-body .mb-2_1 {
  margin-bottom: 2.1rem;
}
.myProcedures .card-procedure .card-body .card-title h3 {
  display: block;
  padding: 1rem 1.5rem;
  border-radius: 8px 8px 0 0;
  font-size: 1.25rem;
  color: #f7f7f8;
  text-transform: uppercase;
  background-color:  #ffffff;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
}
    .myProcedures .card-procedure .card-body .card-title1 h3 {
        display: block;
        padding: 1rem 1.5rem;
        border-radius: 8px 8px 0 0;
        font-size: 1.25rem;
        color: #f7f7f8;
        text-transform: uppercase;
        background-color: #003865;
        margin-block-end: 0.83em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
        margin-bottom: 0;
        text-align: left;
    }
.myProcedures .card-procedure .card-body .card-body-interior {
  border: 2px solid #dbdbdb;
  border-top: none;
}
.myProcedures .card-procedure .card-body .card-img-user {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
.myProcedures .card-procedure .card-body .card-form {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.myProcedures .card-procedure .card-body .card-form label {
  color: #9b9b9b;
}
.myProcedures .card-procedure .card-body .card-form input {
  background: #9b9b9b;
  border: none;
  border-radius: 0;
}
.myProcedures .card-procedure .card-body .card-link {
  text-align: right;
  position: relative;
  right: 0;
  bottom: -1em;
}
.myProcedures .card-procedure .card-body .card-link p {
  text-align: right;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .myProcedures .card-procedure {
    min-height: 290px;
  }
}
@media screen and (min-width: 1330px) {
  .myProcedures .card-procedure {
    min-height: 310px;
  }
}
@media screen and (min-width: 1920px) {
  .myProcedures .card-procedure {
    min-height: 290px;
  }
}
#misTramites {
  margin-top: 2.5rem !important;
}
@media screen and (min-width: 768px) {
  #misTramites {
    margin-top: 3.5rem !important;
  }
}
.help-alerts .card {
  border: none;
  border-radius: 0;
  background: white;
}
.help-alerts .card-header {
  padding: 0;
  background: white;
  border: none;
  border-radius: 0;
}
.help-alerts .card-header h4, .help-alerts .card-header h3 {
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  width: 70%;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  margin-left: 1em;
}
.help-alerts .card-header .card-link {
  float: right;
  background: black;
  padding: 0.9em;
}
.help-alerts .card-search {
  background-color: #f8f8f6;
}
.help-alerts .card-detail span {
  font-weight: 700;
}
.help-alerts .card-detail p {
  margin-bottom: 0.25em;
}
.help-alerts .card-detail ul {
  background-color: white;
  list-style-image: url(../img/cuadrado.svg);
  padding: 0;
  padding: 1em;
  padding-left: 2em;
  padding-top: 0;
}
.help-alerts .card-detail ul li {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding-left: 0.25em;
}
.help-alerts .card-detail ul li a:hover {
  text-decoration: none;
  font-weight: 700;
}
.help-alerts .card-detail ul li p {
  font-size: 1em;
  margin-bottom: 0;
  color: #303030;
}
.help-alerts .card-detail .title {
  border-left: 5px solid  #ffffff;
}
.help-alerts .card-detail .title p {
  padding-left: 0.5em;
  font-weight: 700;
}
.help-alerts .card-detail .list-doc {
  list-style: none;
  padding-left: 0;
}
.help-alerts .card-detail .list-doc img {
  display: inline-block;
  vertical-align: top;
}
.help-alerts .card-detail .list-doc a {
  display: inline-block;
  vertical-align: middle;
  width: 88%;
  padding-left: 0.5em;
}
.search-container {
  margin-top: 1.5em;
}
.search-container .title {
  border-left: 5px solid  #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 0.5em;
  margin-bottom: 1em;
}
.search-container input, .search-container select {
  border: none;
  border-radius: 0;
  background-color: white;
}
.search-container .search {
  background-image: url(../img/icono-lupa.svg);
  background-repeat: no-repeat;
  background-color: white;
  background-position: 95% center;
}
.letter-list {
  margin-top: 1.5em;
  text-align: center;
}
.letter-list ul {
  list-style: none;
  padding: 0;
}
.letter-list ul li {
  display: inline-block;
  padding: 0em 0.5em;
  text-transform: uppercase;
  border-left: 1px solid;
  margin-bottom: 0.5em;
}
.letter-list ul li:first-child {
  border-left: none;
}
.letter-list ul li:hover {
  color:  #ffffff;
}
@media screen and (min-width: 1024px) {
  .letter-list ul li {
    margin-bottom: 0;
  }
}
.results-container .card {
  border: none;
  border-radius: 0;
}
.results-container .card .card-body .title a {
  color: black;
}
.results-container .card .card-body .title a:hover {
  color: #85244e;
  text-decoration: none;
}
.results-container .card .card-body .title h3 {
  font-size: 1.25rem;
  background-color:  #ffffff;
  color: #ffffff;
  padding: 1rem;
}
.results-container .card .card-body .info-time {
  border-top: 2px solid  #ffffff;
  border-bottom: 2px solid  #ffffff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.results-container .card .card-body .info-time p {
  color: #9b9b9b;
  margin-bottom: 0.25em;
}
.results-container .card .card-body .info-time span {
  font-weight: 500;
}
.results-container .card .card-body .info-time .info-text {
  display: inline-block;
}
.results-container .card .card-body .info-time .info-icon {
  display: inline-block;
}
.results-container .card .card-body .info-time .info-icon img {
  display: inline-block;
  padding-right: 0.25em;
}
.results-container .card .card-body .info-time .info-icon p {
  display: inline-block;
}
.results-container .card .card-body .info-time .icon-des, .results-container .card .card-body .info-time .icon-active {
  display: inline-block;
  text-align: right;
}
.results-container .card .card-body .info-time .icon-des p {
  color: #f9564f;
}
.results-container .card .card-body .info-time .icon-active p {
  color: #63a375;
}
@media screen and (min-width: 1024px) {
  .results-container .card .card-body .info-time .info-text {
    width: 50%;
  }
  .results-container .card .card-body .info-time .icon-des, .results-container .card .card-body .info-time .icon-active {
    padding-left: 1em;
  }
  .results-container .card .card-body .info-time p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .results-container .card .card-body .info-time .info-text {
    width: 60%;
  }
}
.results-container .card .card-body .description {
  padding-top: 0.5em;
}
.results-container .card .card-body .description p {
  margin-bottom: 0;
  color: #9b9b9b;
}
.rotar {
  transform: rotate(180deg);
}
.background-active {
  background-color:  #ffffff !important;
}
.background-active h3, .background-active h4 {
  color: white;
}
.form-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* hide the browser's default checkbox */
.form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* create custom checkbox */
.check {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
}
/* add background color when the checkbox is checked */
.form-check input:checked ~ .check {
  border: none;
}
/* create the checkmark and hide when not checked */
.check:after {
  content: "";
  position: absolute;
  display: none;
}
/* show the checkmark when checked */
.form-check input:checked ~ .check:after {
  display: block;
}
/* checkmark style */
.form-check .check:after {
  left: 9px;
  top: 0;
  width: 10px;
  height: 20px;
  border: solid #9b9b9b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-check-inline {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* hide the browser's default checkbox */
.form-check-inline input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* create custom checkbox */
.radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 100%;
}
/* add background color when the checkbox is checked */
.form-check-inline input:checked ~ .radio {
  border: none;
}
/* create the checkmark and hide when not checked */
.radio:after {
  content: "";
  position: absolute;
  display: none;
}
/* show the checkmark when checked */
.form-check-inline input:checked ~ .radio:after {
  display: block;
}
/* checkmark style */
.form-check-inline .radio:after {
  left: 5px;
  top: 5px;
  width: 15px;
  height: 15px;
  background: #9b9b9b;
  border-radius: 100%;
}
.hidden {
  display: none;
}
@media screen and (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
  .hidden {
    display: block;
  }
}
.detail-description .title {
  border-left: 5px solid  #ffffff;
  padding-left: 0.5em;
  margin-bottom: 1em;
}
.detail-description .title h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
.detail-description .title a {
  margin-left: 0.5em;
}
.detail-description .content p {
  margin-bottom: 0.25rem;
  color: #303030;
}
.detail-description .content span {
  font-weight: 500;
}
.detail-description .content .buttonCentrado {
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .header-container .main-header .logo-container img {
    height: 40px;
  }
}
@media screen and (max-width: 550px) {
  .header-container .main-header .logo-container img {
    height: 27px;
  }
}
/*nuevos estilos*/
.paddin0 {
  padding: 0px;
}
/*# sourceMappingURL=SCSD_styles.css.map */
.ancho106por {
  width: 106%;
}
.buttonoLogin {
  text-align: center;
}
.listaHome {
  font-size: 1em;
  color: #9b9b9b;
  margin-bottom: 0;
}
h3 a {
  color: #9b9b9b;
}
.TextoUsuarioConectado {
  color: white;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  width: 50em;
  padding-right: 2em;
  text-align: right;
}
.divMisTramites {
  color: #000000;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -40px;
  margin-left: 80%;
}
.divMisTramites img {
  margin-right: 12px;
  max-height: 30px;
  margin-bottom: 12px;
}
.divMisTramites a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.buttonDetalle {
  display: inline-block;
  padding: 0.3rem 1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #003865;
  text-decoration: none;
  border-radius: 12px;
  bottom: 0;
  width: auto;
  text-align: center;
}
/*Avisos*/
.block-novedades {
  position: absolute;
  background: #fff;
  z-index: 20;
  top: 10px;
  right: 13rem;
  max-width: 44px;
  max-height: 44px;
  overflow: visible;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}
.block-novedades .csd-notificaciones__link {
  display: block;
  width: 44px;
  height: 44px;
  background-image: url(/themes/contrib/csd/img/notificaciones_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 23px;
  transition: all 0.3s ease;
}
.block-novedades .view-content {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 9.375rem;
  padding: 1rem 1rem 0.3rem;
  max-height: 60vh;
  text-align: left;
  background-color:  #ffffff;
  color: #fff;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.view-header {
  display: block;
  flex: 0 0 50%;
  text-align: right;
}
