/* FONT */

@font-face {
  font-family: "San Francisco Display Ultralight";
  font-style: normal;
  font-weight: 400;
  src: url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.eot?#iefix) format("embedded-opentype"), url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff2) format("woff2"), url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff) format("woff"), url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.ttf) format("truetype"), url("fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.svg#San Francisco Display Ultralight") format("svg")
}

@font-face {
  font-family: "San Francisco Display Thin";
  font-style: normal;
  font-weight: 400;
  src: url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.eot?#iefix) format("embedded-opentype"), url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff2) format("woff2"), url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff) format("woff"), url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.ttf) format("truetype"), url("fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.svg#San Francisco Display Thin") format("svg")
}

@font-face {
  font-family: "San Francisco Display Medium";
  font-style: normal;
  font-weight: 400;
  src: url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.eot?#iefix) format("embedded-opentype"), url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff2) format("woff2"), url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff) format("woff"), url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.ttf) format("truetype"), url("fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.svg#San Francisco Display Medium") format("svg")
}

@font-face {
  font-family: "San Francisco Display Semibold";
  font-style: normal;
  font-weight: 400;
  src: url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff2) format("woff2"), url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff) format("woff"), url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.ttf) format("truetype"), url("fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.svg#San Francisco Display Semibold") format("svg")
}

@font-face {
  font-family: "San Francisco Display Bold";
  font-style: normal;
  font-weight: 400;
  src: url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.eot?#iefix) format("embedded-opentype"), url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff2) format("woff2"), url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff) format("woff"), url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.ttf) format("truetype"), url("fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.svg#San Francisco Display Bold") format("svg")
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../css/font-awesome/fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

/* RADIO BUTTONS */

.radiobtn {
    display: inline-flex;
    margin: 0px 2px 0px 2px;
    position: relative;
}
/*.radiobtn:nth-child(even) {
    float: left;
}
.radiobtn:nth-child(odd) {
    float: right;
}*/
#theme-form div.theme-alcaldias-radios>.radiobtn {
    float: left;
    width: 48%;
}
#theme-form div:not(.theme-alcaldias-radios)>.radiobtn {
    width: 85%;
}
/*.radiobtn label {
    display: block;
    background: #8cb9b9ab;
    color: #444;
    border-radius: 5px;
    padding: 10px 20px;
    border: 2px solid #00647d2e;
    margin-bottom: 5px;
    cursor: pointer;
}*/
#theme-form .radiobtn label {   /*theme-alcaldias-radios*/
    display: block;
    /*background: #ffffff1f; */
    color: #585858;
    border-radius: 3px;
    padding: 0px 26px 1px 3px;
    border: 1.1px solid rgba(0, 100, 125, 0.1803921568627451);
    font-weight: 400;
    font-size: 15px !important;
    /* margin-bottom: 5px; */
    cursor: pointer;
    /*text-transform: lowercase;*/
    transition:  background .4s, color .4s;
    width: 100%;
}
#theme-form div:not(.theme-alcaldias-radios)>.radiobtn label {
    /*text-transform: lowercase;*/
}
.radiobtn label:first-letter {
    text-transform: uppercase;
}
.radiobtn label:after, .radiobtn label:before {
    content: "";
    position: absolute;
    right: 3px;
    top: 3.3px;
    width: 19px;
    height: 19px;
    border-radius: 3px;
    background: #b7534924;
    /*border: 1px solid #b75349;*/
}
.radiobtn label:after {
    border: 1px solid #8a312000;
}
.radiobtn label:before {
    background: #bf4c40e6;
    transition: 0.2s width cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s, 0.4s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.2s;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    width: 0;
    height: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.radiobtn input[type="radio"], input[type="checkbox"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .radiobtn input[type="radio"], input[type="checkbox"] {
        visibility: hidden;
    }
}
.radiobtn input[type="radio"]:checked + label, input[type="checkbox"]:checked + label {
    background: #015058a6;
    box-shadow: unset !important;
    color: white !important;
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    border-color: #00647d;
    transition: background .5s;
}
.radiobtn input[type="radio"]:hover + label, input[type="checkbox"]:hover + label {
    background: #015058a6!important;
    color: white !important;
    transition: background .4s;
}
.radiobtn input[type="radio"]:hover + label:after, input[type="checkbox"]:hover + label:before {
    /*background: #ffffff24;*/
    border: 1px solid #ffffff !important;
}
.radiobtn input[type="radio"]:checked + label:after, input[type="checkbox"]:checked + label:after {
    background: #49adbb;
}
.radiobtn input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before {
    border: 1px solid #f9f9f9;
    height: 19px;
    width: 19px;
}

@-webkit-keyframes blink {
    0% {
      background-color: #015058a6;
    }
    100% {
      background-color: #6bc5d2;
    }
}

@keyframes blink {
    0% {
      background-color: #015058a6;
    }
    100% {
      background-color: #6bc5d2;
    }
}

/* SLIDER IMAGES */

/*.container {
    width: 1400px !important;
}*/
.img-inner-theme {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: saturate(1.2);
    height: 100%;
    position: absolute;
    transform: scale(1);
    transition: transform 1.5s;
    width: 100%;
}
.img-theme-1 {
    background-image: url(../im/animals.jpg);
}
.img-theme-2 {
    background-image: url(../im/areas-verdes.jpg);
    filter: saturate(2);
}
.img-theme-3 {
    background-image: url(../im/ruido.jpg);
    filter: saturate(2.5);
}
.img-theme-4 {
    background-image: url(../im/suelo-conservacion.jpg);
    filter: saturate(2);
}
.img-theme-5 {
    background-image: url(../im/arbolado.jpg);
    filter: saturate(1.5);
}
.img-theme-6 {
    background-image: url(../im/construcciones.jpg);
    filter: saturate(1.5);
}
.img-theme-7 {
    background-image: url(../im/agua.jpg);
    filter: saturate(1.7);
}
.img-theme-8 {
    background-image: url(../im/otros.jpg);
    background-position: top;
    filter: saturate(1.5);
}
.img-theme-back-filter {
    background-color: rgba(0, 0, 0, 0.18);
    height: 100%;
    position: absolute;
    transition: background-color 1.5s;
    width: 100%;
}
.img-theme-content-1 {
    float: left;
    height: 35%;
    width: 34%;
}
.img-theme-content-2 {
    float: right;
    height: 35%;
    width: 33%;
}
.img-theme-content-3 {
    float: right;
    height: 35%;
    width: 33%;
}
.img-theme-content-4 {
    display: none;
    float: right;
    height: 65%;
    width: 25%;
}
.img-theme-content-5 {
    float: left;
    height: 35%;
    width: 34%;
}
.img-theme-content-7 {
    float: left;
    height: 35%;
    width: 33%;
}
.img-theme-content-8 {
    float: left;
    height: 30%;
    width: 100%;
}
.img-theme-content-6 {
    float: left;
    height: 35%;
    width: 33%;
}
.main-content-section {
    display: inline-block;
    margin: 0% 0% 100% 0%;
    width: 100%;
}
.theme-content.theme-active .theme-footer-text {
    font-size: 25px;
}
.theme-content:not(.theme-active) .theme-footer-text {
    font-size: 36px;
}
.theme-content {
    overflow: hidden;
    position: relative;
}
.theme-content:hover .img-inner-theme {
    transform: scale(1.2);
    transition: transform 1.5s;
}
.theme-content:hover .img-theme-back-filter {
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 1.5s;
}
.theme-footer-text {
    bottom: 10%;
    color: white;
    font-family: BebasNeue-Regular;
    font-size: 33px;
    left: 10%;
    letter-spacing: 3px;
    line-height: 35px;
    position: absolute;
    text-align: left;
    width: 50%;
}
.theme-section {
    cursor: pointer;
    height: 605px;
}
.theme-swiper-effect {
    height: 100%;
    margin: 0px;
    position: relative;
}
.swiper-theme-content:hover {
    /*background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 1.5s !important;*/
}
.swiper-theme-back-filter {
    /*background-color: rgba(0, 0, 0, 0.1);*/
    height: 100%;
    position: absolute;
    /*transition: background-color .5s;*/
    width: 100%;
}
.swiper-theme-content:hover .swiper-theme-back-filter {
    /*background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 1s;*/
}
.theme-text {
    color: white;
    width: 100%;
}
.theme-motion-text {
    opacity: 0;
    position: absolute;
    transition: all linear 1s;
}
.theme-motion-txt-up-1 {
    bottom: 30%;
    opacity: 0;
    padding-left: 7%;
    text-align: center;
    width: 100%;
    /*left: 2%;*/
}
.theme-motion-txt-up-2 {
    padding-left: 7%;
    right: 0;
    top: 30%;
    text-align: center;
    width: 50%;
}
.theme-swiper-effect .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: initial;
    filter: saturate(1.4);
}
.theme-swiper-effect .swiper-slide {
    overflow: hidden;
    width: 100%;
}
.theme-swiper-effect>div>.swiper-slide-active>.theme-motion-txt-up-1 {
    bottom: 8%;
    opacity: 1;
    /*transition: bottom 1s linear .5s, opacity 1s linear 1s;*/
}
.theme-swiper-effect>div>.swiper-slide-active>.theme-motion-txt-up-2 {
    top: 5%;
    opacity: 1;
    /*transition: all 1s linear .5s;*/
}
.theme-main-title {
    border-radius: 3px;
    border: 1px solid white;
    bottom: 0px;
    font-family: BebasNeue-Regular;
    font-size: 56px;
    padding: 5px 15px 0px 15px;
    text-align: left;
    transform: scale(1);
    transform-origin: 10% 100%;
    /*transition: all 1s;*/
    position: absolute;
    /* width: auto; */
}
.swiper-wrapper:hover .theme-main-title {
    transform: scale(1.2);
    transform-origin: 10% 100%;
    transition: all 1s;
}
.theme-main-sub {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.theme-main-sub-2 {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}
.swiper-slide>.theme-zoom-img {
    /*transform: scale(1);
    transition: transform 2s;*/
}
.theme-swiper-autoridades {
    background: rgba(255, 255, 255, 0.64);
    height: 100%;
    /*width: 400px;*/
    margin: 0px;
    position: relative;
    padding: 1%;
    overflow: hidden;
}
.theme-zoom-img {
    height: 100%;
    position: absolute;
    width: 100%;
}
.swiper-wrapper:hover .theme-zoom-img {
    /*transform: scale(1.2);
    transition: transform 2s;*/
}
.text-tit-otras-auto {
    background: #08394459;
    border-radius: 1px 5px 0px 0px;
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5%;
    margin-top: 6%;
    padding: 5px 5px;
}
.page-slider-interactive {
    height: 100%;
    margin-left: -5%;
}

/* BUTTONS */

.active-auto-black {
    background: #656565;
    height: inherit;
}

.app-theme {
    display: none;
}

a.btn-anim-small span.btn-anim {
    height: 30px;
}
.btn-anim {
    /*background: white;*/
    border: 4px solid #01777c;
    border-radius: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 15px;
    height: 65px;
    margin: 0;
    overflow: unset;
    width: 205px;
}
.btn-anim-small {
    height: 30px;
    font-size: 12px;
    line-height: 10px;
}
.btn-anim:hover span.rect-right {
    left: -8px;
}

.btn-anim:hover span.slant-left {
    right: 10px;
}

.btn-anim:hover span.slant-right {
    left: 10px;
}
.btn-anim span.icon,
.btn-anim span.title {
    display: block;
    position: relative;
    line-height: 45px;
    padding: 0px 25px 0px 20px;
}
.btn-anim span.icon-home {
    padding: 0px 18px 0px 6px;
}
.btn-anim span.icon-arrow-right {
    padding: 0px 12px 0px 11px;
}
.btn-anim span.left {
    float: left;
}

.btn-anim span.right {
    float: right;
}

.btn-anim span.icon {
    font-size: 22px;
    background-color: rgba(255, 255, 255, 0.59);
    -webkit-box-shadow: 0 3px 0 0 rgb(1, 43, 58);
    box-shadow: 0 3px 0 0 rgb(1, 43, 58);
    color: #107a8c;
}

.btn-anim span.title {
    background-color: rgba(12, 126, 142, 0.72);
    background-image: url(../im/black-linen.png);
    background-size: auto;
    font-size: 17px;
    font-weight: 400;
    padding-left: 20px;
    width: 118px;
}
.btn-anim span.arrow-left,
.btn-anim span.arrow-right {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 21px solid transparent;
    -webkit-transition: all .15s;
    -transition: all .15s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
}

.btn-anim.left span.arrow-left {
    right: 0;
    /* -webkit-box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94; */
    box-shadow: 11px 0 0 0 #b75349;
    border-right: 12px solid #b75349;
    z-index: 1;
}

.btn-anim.right span.arrow-left {
    right: 0;
    /* -webkit-box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94; */
    box-shadow: 11px 0 0 0 #b75349;
    border-right: 12px solid #b75349;
}

.btn-anim.left span.arrow-right {
    left: 0;
    -webkit-box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
    box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
    border-left: 10px solid #00967f;
}

.btn-anim.right span.arrow-right {
    left: 0;
    -webkit-box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
    box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
    border-left: 10px solid #00cdae;
}
.btn-anim span.slant-left,
.btn-anim span.slant-right {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 50px solid transparent;
    -webkit-transition: all .15s;
    -transition: all .15s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
}
.btn-anim.left span.slant-right {
    left: 0;
    -webkit-box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
    box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
    border-left: 10px solid #00967f;
}

.btn-anim.right span.slant-right {
    left: 0;
    -webkit-box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
    box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
    border-left: 10px solid #00cdae;
}

.btn-anim.left span.slant-left {
    right: 0;
    -webkit-box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
    box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
    border-right: 10px solid #00cdae;
}

.btn-anim.right span.slant-left {
    right: 0;
    -webkit-box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
    box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
    border-right: 10px solid #00967f;
}

.btn-anim:active,
.btn-anim.active {
    /*height: 51px;*/
}

.btn-anim:hover {
    color: white;
}

.btn-anim:hover span.arrow-left {
    right: 10px;
}

.btn-anim:hover span.arrow-right {
    left: 10px;
}

.btn-anim span.rect {
    float: right;
}

.btn-anim span.rect-right {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: all .15s;
    -transition: all .15s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
}

.btn-anim.rect span.rect-right {
    left: -15px;
    -webkit-box-shadow: -10px 0 0 0 #fb6048, -10px 3px 0 0 #b75349;
    box-shadow: -10px 0 0 0 #b75349, 0px 3px 0 0 #b75349;
    border: 12px solid #b75349;
    border-left: 10px solid #b75349;
    border-right: 5px solid #b75349;
    height: 43px;
    width: 0px;
}
.btn-anim-title {
    border-radius: 0px 2px 2px 12%;
    box-shadow: 4px 5px 8px #00000036;
    color: white;
    float: left;
    font-size: 17px;
    background: rgba(167, 30, 0, 0.7803921568627451);
    left: -18px;
    letter-spacing: 0.8px;
    padding: 2px 22px 2px 0px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    top: 15px;
    /*transition: all .5s;*/
    width: 130px;
    z-index: 1;
}
.btn-anim-title:before {
    content: "";
    /* border: 1px solid #692211; */
    position: absolute;
    width: 17.6px;
    height: 6px;
    background: rgba(105, 34, 18, 0.7803921568627451);
    left: 0;
    top: -6px;
    border-radius: 60% 0px 23% 0px;
    /*transition: all .5s;*/
    z-index: -1;
}
.btn-icon {
    /*background: #ffffff !important;*/
    border-left: 4px solid #01777c;
    border-right: 4px solid #01777c;
    border-top: 4px solid #01777c;
    border-bottom: 0;
    box-shadow: none !important;
    float: right;
    height: 45px !important;
    overflow: hidden;
    padding: 0 !important;
    right: 22px;
    top: -4px;
    width: 40px !important;
}
.btn-icon:before {
    font-size: 19px !important;
    margin-left: 0px;
    margin-top: -6px;
}
.btn-icon:after {
    content: "";
    background: white;
    border-left: 5px solid #01777c;
    border-top: 3px solid #01777c;
    width: 30px;
    height: 31px;
    position: absolute;
    left: -7.5px;
    bottom: -20px;
    transform: rotate(20deg) skewX(-50deg);
}
.content-for-data-auto {
    background: white;
    display: none;
    height: 340px;
    left: 5%;
    padding: 10px 0px 0px 5px;
    position: absolute;
    top: 401px;
    width: 90%;
}
.close-img-auto-one {
    color: #00787d;
    cursor: pointer;
    font-size: 21px;
    font-weight: 600;
    line-height: 22px;
    position: absolute;
    right: -5px;
    top: 1px;
    width: 40px;
}
.home-btn {
    bottom: 20%;
    position: absolute;
}
.home-btn span.title {
    padding-left: 26px;
}
.home-btn:hover .btn-icon {
    background: #01777c !important;
    color: white;
}
.home-btn:hover .btn-icon:after {
    border: white;
    bottom: -23px;
}
.home-btn:hover .btn-anim-title {
    background: #ad2000e8;
    transform: scale(1.05);
    transition: all .6s;
}
.home-btn:hover .btn-anim-title:before {
    background: #772614;
    border-right: 1px solid #01777c;
    top: -5px;
    transition: background .5s, top .5s;
}
.icon-remove:before {
    content: "\f00d";
}
.icon-home:before {
    content: "\f00d";
}
.return-btn {
    bottom: 8%;
    position: absolute;
}
.return-btn:hover .btn-icon {
    background: #01777c !important;
    color: white;
}
.return-btn:hover .btn-icon:after {
    border: white;
    bottom: -23px;
}
.return-btn:hover .btn-anim-title {
    background: #ad2000e8;
    transform: scale(1.05);
    transition: all .6s;
}
.return-btn:hover .btn-anim-title:before {
    background: #772614;
    border-right: 1px solid #01777c;
    top: -5px;
    transition: background .5s, top .5s;
}
.return-btn .btn-anim-title {
    font-size: 15px;
    padding: 2px 10px 2px 0px;
}
.situacion-goes-btn {
    position: absolute;
    top: 52%;
    z-index: 5;
}
.situacion-goes-btn:not(.show-line-up) {
    z-index: -2;
}
.situacion-goes-btn .btn-anim-title {
    background: #0c7e8ed9;
    font-size: 15px;
    padding: 2px 6px 2px 0px !important;
}
.situacion-goes-btn .btn-icon {
    border-left: 4px solid #8c2c11;
    border-right: 4px solid #8c2c11;
    border-top: 4px solid #8c2c11;
    height: 40px !important;
}
.situacion-goes-btn .btn-icon:before {
    margin-top: -4px;
}
.situacion-goes-btn .btn-icon:after {
    border-left: 5px solid #8c2c11;
    border-top: 3px solid #8c2c11;
    bottom: -7px;
    height: 13px;
    left: 5px;
    position: absolute;
    transform: rotate(-160deg) skewX(-50deg);
    width: 22px;
}
.situacion-goes-btn .btn-anim-title:before {
    background: #0c7e8e;
}
.situacion-goes-btn:hover .btn-icon {
    background: #8c2c11 !important;
    color: white;
}
.situacion-goes-btn:hover .btn-icon:after {
    background: #8c2c11;
    bottom: -7px;
}
.situacion-goes-btn:hover .btn-anim-title {
    background: #006b79e0;
    transform: scale(1.05);
    transition: all .6s;
}
.situacion-goes-btn:hover .btn-anim-title:before {
    background: #0b707d;
    border-right: 1px solid #01777c;
    top: -5px;
    transition: background .5s, top .5s;
}



.situacion-goes-btn .btn-anim {
    border: 4px solid #8e2c12;
}
.situacion-goes-btn .btn-anim span.title {
    font-size: 17px;
    line-height: 45px;
    padding-left: 8px;
    width: 120px;
    -webkit-animation: goesTurnColor 20s infinite;
            animation: goesTurnColor 20s infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.situacion-goes-btn .goes-turn {
    -webkit-animation: goesTurn 7s infinite;
            animation: goesTurn 7s infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.situacion-goes-btn .btn-anim span.icon {
    line-height: 45px;
    overflow: unset;
}
.situacion-goes-btn span.title {
    padding-left: 4px;
}
.situacion-goes-btn .btn-anim.rect span.rect-right {
    -webkit-box-shadow: -10px 0 0 0 #0c7e8e, 0px 7px 0 0 #0c7e8e;
    box-shadow: -10px 0 0 0 #0c7e8e, 0px 7px 0 0 #0c7e8e;
    border: 20px solid #0c7e8e;
    border-left: 10px solid #0c7e8e;
    border-right: 5px solid #0c7e8e;
}
@-webkit-keyframes goesTurn {
    0% {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
    10% {
        -webkit-transform: rotateY(90deg);
                transform: rotateY(90deg);
    }
    20% {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
}
@keyframes goesTurn {
    0% {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
    10% {
        -webkit-transform: rotateY(90deg);
                transform: rotateY(90deg);
    }
    20% {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
}
@-webkit-keyframes goesTurnColor {
    0% {
        background: #924c46;
    }
    20% {
        background: #f65d43d1;
    }
    25% {
        background: #f65d43d1;
    }
    50% {
        background: #924c46;
    }
    70% {
        background: #02576fbf;
    }
    75% {
        background: #02576fbf;
    }
    100% {
        background: #924c46;
    }
}
@keyframes goesTurnColor {
    0% {
        background: #924c46;
    }
    20% {
        background: #b75349;
    }
    25% {
        background: #b75349;
    }
    50% {
        background: #924c46;
    }
    70% {
        background: #02576fbf;
    }
    75% {
        background: #02576fbf;
    }
    100% {
        background: #924c46;
    }
}






/* THEME FORM */

/*
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
  background: #5d909c; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #9c5d5d; 
}*/
.content-theme-den-led a {
    color: white;
}
.ejemplo-init-denuncia {
    background: #949494;
    font-size: 16px;
    padding: 8px;
    text-align: center;
}
.ejemplo-init-denuncia>a {
    color: white !important;
}
.get-manual {
    font-family: "San Francisco Display Thin";
    font-size: 23px;
    padding: 17px 4px;
    text-align: right;
}
.get-manual a {
    color: #666666;
}
.get-manual img {
    margin-top: -5px;
    width: 25px
}
.inner-content-chapters>div {
    /*display: none;*/
}
.theme-content-chapters>div {
    opacity: 0;
    transition: opacity 1.5s;
}
.theme-content-chapters>div.chapter-active {
    opacity: 1;
    transition: opacity 1.5s;
}
#intro-slider li>div {
    background-size: cover;
    width: 100%;
    height: 1100px;
    background-position: center;
    background-repeat: no-repeat;
    filter: saturate(1.2);
}
.results-chapters {
    /*display: none;*/
    margin: 0px 0px 0px 5px;
}
.results-chapters a:before {
    content: "";
    background: #E84C47;
    width: 27px;
    height: 43px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -32px;
}
.shape-info {
    display: none;
    position: absolute;
    top: 0;
    right: -41px;
    background-image: url(../im/shape-app.png);
    background-repeat: no-repeat;
    /* background-position: 100% 0%; */
    background-size: 88% 100%;
    width: 107px;
    height: 183%;
    /* z-index: 8; */
    opacity: .8;
}
.theme-alcaldias-title {
    margin-bottom: 6px;
}
.theme-art-content {
    display: none;
}
.theme-back-desc {
    background: #0027294d;
    height: 100%;
    position: absolute;
    width: 100%;
}
.theme-areas-verdes-selected .theme-back-desc {
    background: #173e3300;
}
.theme-btn-interactive {
    /*background: #01777c;*/
    border-radius: 30px 0px;
    /*bottom: 20%;*/
    box-shadow: -4px 4px 4px #0000004a;
    opacity: 0;
    transition: bottom 1s linear 1s, transform .5s linear, opacity .5s;
    transform-origin: top right;
    transform-style: preserve-3D;
    transform: rotate(-90deg);
}
.theme-btn-interactive:before {
    content: "";
    background: linear-gradient(-45deg, #030f61, #000727, #652a00, #030f61);
    background-size: 625% 100%;
    -webkit-animation: gradientLine 10s ease infinite;
    -moz-animation: gradientLine 10s ease infinite;
    animation: gradientLine 10s ease infinite;
    width: 5px;
    /*height: 100px;*/
    height: 1px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 116%;
    /* display: none; */
    opacity: 0;
    transition: opacity .2s linear 1s, height .5s linear 1s;
}
.theme-btn-interactive>a:before {
    border-right: 7px solid #01777c;
    border-top: 8px solid #01777c;
    border-left: 11px solid transparent;
    border-bottom: 9px solid transparent;
    content: "";
    height: 23px;
    right: -4px;
    position: absolute;
    top: -4px;
    width: 23px;
}
.theme-btn-interactive>a:after {
    border-left: 7px solid #01777c;
    border-bottom: 8px solid #01777c;
    border-right: 14px solid transparent;
    border-top: 9px solid transparent;
    content: "";
    height: 21px;
    left: -4px;
    position: absolute;
    bottom: -4px;
    width: 26px;
}
.theme-btn-interactive.situacion-goes-btn>a:before {
    border-right: 7px solid #8c2c11;
    border-top: 8px solid #8c2c11;
}
.theme-btn-interactive.situacion-goes-btn>a:after {
    border-left: 7px solid #8c2c11;
    border-bottom: 8px solid #8c2c11;
}
.show-line-up {
    left: 2%;
    /*opacity: 1;
    transition: opacity 1s, left .7s;*/
}
.show-line-up.home-btn,.show-line-up.situacion-goes-btn {
    opacity: 1;
    transform: rotate(0deg);
    transition: transform .5s linear, opacity .5s;
}
.show-line-up.return-btn {
    opacity: 1;
    transform: rotate(0deg);
    transition: transform .5s linear .2s, opacity .5s linear .2s;
}
.theme-content-chapters {
    height: 100%;
    position: absolute;
    width: 100%;
}
.theme-content-chapters>div {
    display: none;
}
.theme-content-chapters>div>div {
    height: 100%;
}
.theme-content-chapters>div:not(.return-btn):not(.home-btn):not(.situacion-goes-btn) {
    height: 100%;
    position: absolute;/* !important;*/
    top: 0;
    width: 100%;
    /*width: 97.5%;*/
}
.theme-content-fields {
    /*height: 100%;
    width: 100%;*/
    position: relative;
}
.theme-form-alcaldias {
    margin-top: 10px;
}
.theme-form-app-inst {
    background: #b1463b;
    /* background: linear-gradient(90deg, rgb(15, 118, 142) 1%, rgb(68, 145, 165) 20%, rgb(77, 159, 179) 64%, rgb(107, 163, 177) 89%); */
    /* background: linear-gradient(90deg, rgb(53, 108, 121) 1%, rgba(71, 126, 140, 0.8) 20%, rgba(62, 125, 140, 0.57) 64%, rgba(99, 156, 171, 0.76) 89%); */
    color: #ffffff;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    box-shadow: -5px -3px 12px #00000054;
    letter-spacing: 1px;
    /* font-weight: 500; */
    font-size: 14px;
    padding: 3px 17px;
}
.theme-form-app-inst>a:hover {
    color: #edfafb !important;
}
.theme-form-atencion {
    border-radius: 1px 1px 0px 0px;
    color: #ffffff;
    font-size: 15px;
    padding: 4px 10px;
    text-shadow: -2px 2px 5px #000000b8;
}
.theme-form-atencion-paot {
    background: #ff6262 !important;
    border-radius: 2px;
    color: white;
    font-size: 19px;
    padding: 6px;
}
.theme-form-chapter-autoridades>div:not(.theme-section-autoridad-1) {
    display: none;
}
.theme-form-chapter:not(.theme-swiper-autoridades) {
    display: grid;
    display: -ms-grid;
    height: 100%;
}
.theme-form-content {
    display: inline-table;
    /*font-family: 'Open Sans', sans-serif !important;*/
    font-family: "San Francisco Display Medium" !important;
    height: 750px;
    margin-top: 2%;
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
}

.theme-form-content .theme-form-only-paot {
    width: 100%;
}
.theme-form-content .theme-form-left.response-inner-theme {
    width: 100%;
}
.theme-form-content .theme-inner-form-right {
    display: none;
}
.theme-form-content .theme-form-right.response-inner-theme {
    display: none;
}
.theme-form-content .theme-form-paot-btn-return {
    display: none;
}

/*.theme-form-content:not(.theme-animales-selected) .theme-form-only-paot {
    width: 100%;
}
.theme-form-content:not(.theme-animales-selected) .theme-form-left.response-inner-theme {
    width: 100%;
}
.theme-form-content:not(.theme-animales-selected) .theme-inner-form-right {
    display: none;
}
.theme-form-content:not(.theme-animales-selected) .theme-form-right.response-inner-theme {
    display: none;
}
.theme-form-content:not(.theme-animales-selected) .theme-form-paot-btn-return {
    display: none;
}*/
.theme-form-web-inst {
    /*background: #528f9c;*/
    /*background: linear-gradient(90deg, rgb(15, 118, 142) 1%, rgb(68, 145, 165) 20%, rgb(77, 159, 179) 64%, rgb(107, 163, 177) 89%);*/
    
    border-radius: 0px 0px 2px 2px;
    font-size: 14px;
    padding: 3px 10px;
}


.theme-form-footer-inst {
    /*background: #e44242;
    color: white;*/
    border: 1px solid #d00202;
    /*bottom: 0;*/
    border-radius: 2px;
    font-size: 13px;
    margin-right: 0%;
    margin-top: 1%;
    padding: 6px;
    /*position: absolute;*/
    right: 0;

    position: relative;
    float: right;
    width: auto !important;
}
.chapter-active .theme-form-footer-inst {
    /*background: #ffffff;
    color: #717171;*/
    animation-name: artcolor;
    animation-duration: 5s;
}
@-webkit-keyframes artcolor {
    0% {background: #e44242; color: white;}
    70% {background: #e44242; color: white;}
    100% {background: #ffffff; color: #717171;}
}
@keyframes artcolor {
    0% {background: #e44242; color: white;}
    70% {background: #e44242; color: white;}
    100% {background: #ffffff; color: #717171;}
}
.theme-alcaldias-radios {
    display: inline-block;
    margin-top: 15px;
}
.theme-back-alcaldias {
    background: #00455466;
    border: 1px solid #205763;
    border-radius: 2px;
    color: #fbfbfb;
    float: right;
    font-size: 14px;
    height: 24px;
    margin-top: 1px;
    padding: 1px 6px;
    right: 17px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    width: 95px;
    z-index: 3;
}
.theme-back-alcaldias>div {
    position: absolute;
}
/*.theme-back-alcaldias i {
    display: block;
    margin-bottom: 3px;
    margin-left: 18px;
    margin-top: -7px;
    top: -22px;
}*/
.theme-back-alcaldias i {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 60px;
    margin-top: -10px;
    font-size: 11px;
}
.theme-center-content {
    height: 100%;
    padding: 2% 1% 0% 6%;
    position: relative;
    text-align: initial;
    width: 100%;
}
.theme-cont-alc-juz {
    font-size: 16px !important;
}
.theme-down-arrow:after {
    content: '\f0dd';
    font-family: FontAwesome;
    font-size: 30px;
    font-style: normal;
    margin-left: 5px;
    margin-top: -6px;
    right: 23px;
}
.theme-down-arrow:after {
    font-size: 23px !important;
}
.theme-extra-paot-data {
    /*background: #ffffff5e;
    border-bottom: 1px solid #a92f37;
    border-left: 1px solid #a92f37;
    border-right: 1px solid #a92f37;
    border-top: 1px solid #a92f37;
    border-radius: 10px 10px 0px 10px;
    box-shadow: -2px -2px 8px #00000070;
    color: #131313;
    display: none;
    font-size: 14px;
    margin-left: auto;
    margin-top: 20px;
    padding: 1px 4px 1px 0px;
    position: relative;
    right: -8px;
    width: max-content;*/

    background: #ffffff5e;
    border-bottom: 1px solid #a92f37;
    border-left: 1px solid #a92f37;
    border-right: 1px solid #a92f37;
    border-top: 1px solid #a92f37;
    border-radius: 10px 10px 0px 10px;
    box-shadow: -2px -2px 8px #00000070;
    color: #131313;
    display: none;
    font-size: 14px;
    margin-left: auto;
    margin-top: 10px;
    right: -8px;
    text-align: center;
    width: 85%;
}
.theme-extra-paot-data {
    display: none !important;
}
.theme-extra-paot-data a {
    background: #ea1d2b;
    border-radius: 3px 3px 3px 3px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin-left: 2px;
    margin-right: 9px;
    padding: 1px 5px;
}
.theme-form-inst {
    height: 298px;
    overflow: auto;
}
.theme-form-inst::-webkit-scrollbar {
    width: 10px;
}
.theme-form-inst::-webkit-scrollbar-thumb {
    background: #005967c9;
}
.theme-form-inst::-webkit-scrollbar-track {
    background: #eaeaea;
}
.theme-form-left {
    /*background-image: url(../im/animals-icons.png);*/
    background-position: 110px 20%;
    background-size: 250px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    -webkit-box-shadow: -6px 0px 8px -3px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: -6px 0px 8px -3px rgba(0, 0, 0, 0.65);
    -o-box-shadow: -6px 0px 8px -3px rgba(0, 0, 0, 0.65);
    box-shadow: -6px 0px 8px -3px rgba(0, 0, 0, 0.65);
    float: left;
    height: 100%;
    left: -100%;
    opacity: 0;
    position: absolute;
    transition: left 1.2s, opacity .7s linear .3s;
    width: 81%;
    z-index: 2;
}
.theme-ruido-selected .theme-form-left {
    background-image: url(../im/ruido-icons.png);
}
.theme-areas-verdes-selected .theme-form-left {
    background-image: url(../im/areas-verdes-icons.png);
}
.theme-form-only-paot {
    background: rgba(255, 255, 255, 0.9882352941176471);
    display: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 3;
}
.theme-form-paot .theme-form-atencion {
    background: rgb(0, 69, 84);
    font-size: 19px;
    letter-spacing: .5px;
    padding: 2px 12px;
}
.theme-section-autoridad-1 .close-img-auto-one {
    display: none;
}
.theme-section-autoridad-1 .theme-form-paot .theme-form-web-inst {
    font-size: 17px;
    margin: 0;
    margin-top: 7%;
    padding: 2px;
    position: inherit;
    text-align: center;
    text-transform: uppercase;
    transition: transform .5s;
    width: 100%;
}
.theme-form-paot .theme-form-web-inst:hover {
    transform: scale(1.08);
    transition: transform .5s;
}
.theme-section-autoridad-1 .theme-form-paot .theme-form-web-inst a {
    background: #b30100;
    box-shadow: -2px -3px 11px #00000042;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #ff42006e;
    border-radius: 20px;
    padding: 11px 50px;
}
.theme-section-autoridad-1 .theme-set-situaciones {
    height: 215px;
    top: 130px;
}
.theme-section-autoridad-1 .theme-situacion-less {
    top: 350px;
}
.theme-section-autoridad-1 .theme-situacion-more {
    top: 350px;
}
.theme-section-autoridad-1 .theme-right-desc-autoridad {
    height: 125px;
}
.theme-form-paot .theme-form-web-inst {
    font-size: 17px;
    margin: 3% 57%;
    padding: 2px;
    position: inherit;
    text-align: right;
    transform: scale(1);
    transition: transform .5s;
    width: 45%;
}
.theme-form-paot .theme-form-web-inst a {
    background: #b30100;
    box-shadow: -2px -3px 11px #00000042;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #ff42006e;
    border-radius: 10px;
    padding: 2px 25px;
}
.theme-form-paot input {
    border-radius: 5px;
    font-size: 18px;
    margin: 4px;
    padding: 1px 10px;
    width: 60%;
}
.theme-form-right {
    display: flex;
    float: right;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: inherit;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: left 1.2s, opacity .7s;
    width: 19%;
    z-index: 1;
}
.theme-form-right .logo {
    margin: 0% 0% 0% 8%;
}
.theme-form-right .logo>img {
    width: 65%;
}
.theme-form-sub {
    background: #02404da3;
    border-radius: 3px;
    color: white;
    font-size: 20px;
    margin-bottom: 2px;
    width: 95%;
}
.theme-form-tab-inst {
    width: 100%;
}
.theme-form-tab-inst td:nth-child(odd) {
    font-weight: 600;
    text-align: right;
}
.theme-form-tab-inst td:nth-child(even) {
    padding-left: 10px;
}
.theme-form-tab-inst td {
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    padding: 2px;
}
.theme-form-title {
    background: #002a3e;
    border-radius: 0px 1px 21px 0px;
    color: white;
    font-family: "San Francisco Display Thin" !important;
    font-size: 26px;
    font-weight: 500;
    padding: 3px;
    text-transform: uppercase;
    width: 100%;
}
.theme-ruido-selected .theme-form-title {
    background: #00606d;
}
.theme-form-title-inst {
    background: #004554;
    /* border-radius: 3px 0px 0px 3px; */
    border-radius: 3px 3px 0px 0px;
    color: white;
    /* float: left; */
    /* font-weight: 600; */
    font-size: 16px;
    /* height: 100%; */
    letter-spacing: .5px;
    padding: 2px 7px;
    text-transform: uppercase;
}
.theme-grid-h-c {
    grid-template-rows: max-content calc(100%/2) max-content;
    -ms-grid-rows: max-content 50% max-content;
    -ms-grid-columns: 100%;
}
.theme-grid-h-c-c-c {
    grid-template-rows: max-content;
    -ms-grid-rows: max-content 1fr max-content 1fr;
    -ms-grid-columns: 100%;
}
.theme-grid-h-c-c-c>div:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}
.theme-grid-h-c-c-c>div:nth-last-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}
.theme-grid-h-c-c-c>div:nth-last-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}
.theme-grid-h-c-c-c>div:last-child {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
}
.theme-grid-h-c-h-c {
    grid-template-rows: max-content calc(90%/2) max-content;
    -ms-grid-rows: max-content 40% max-content 40%;
    -ms-grid-columns: 100%;
}
.theme-grid-h-c-h-c>div:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}
.theme-grid-h-c-h-c>div:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}
.theme-grid-h-c-h-c>div:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}
.theme-grid-h-c-h-c>div:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
}
/*.theme-grid-h-c-h-c-h-c {
    grid-template-rows: max-content calc(90%/2) max-content calc(90%/2) max-content calc(90%/2) ;
    overflow-y: scroll;
}
.theme-grid-h-c-h-c-h-c-h-c {
    grid-template-rows: max-content calc(90%/2) max-content calc(90%/2) max-content;
    overflow-y: scroll;
}
.theme-grid-h-c-h-c-h-c-h-c-h-c {
    grid-template-rows: max-content calc(90%/2) max-content calc(90%/2) max-content;
    overflow-y: scroll;
}
.theme-grid-h-c-h-c-h-c-h-c-h-c-h-c {
    grid-template-rows: max-content calc(90%/2) max-content calc(90%/2) max-content;
    overflow-y: scroll;
}
.theme-grid-h-c-h-c-h-c-h-c-h-c-h-c-h-c {
    grid-template-rows: max-content calc(90%/2) max-content calc(90%/2) max-content;
    overflow-y: scroll;
}
.theme-grid-h-c-h-c-h-c-h-c-h-c-h-c-h-c-h-c {
    grid-template-rows: max-content calc(90%/2) max-content calc(90%/2) max-content;
    overflow-y: scroll;
}*/
.theme-help-btn {
    cursor: pointer;
    display: inline-flex;
    position: absolute;
}
.theme-help-art-btn {
    cursor: pointer;
    font-size: 13px;
    margin: 0;
    padding: 2px 5px;
    position: relative;
    right: -3px;
    width: 22%;
    float: right;
    background: #b51c0bcc;
    border-radius: 3px;
    color: white;
    height: 19px;
    box-shadow: -3px 3px 19px #00000070;
    top: 0.5px;
}
.theme-help-art-btn.show-art-title>span {
    display: none
}
.theme-help-art-btn.show-art-title:hover span {
    background: #487f98;
    color: white;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;
    left: -225px;
    margin: 10px;
    width: 250px;
    position: absolute;
    top: 11px;
    text-decoration: none;
}
.theme-help-art-btn.show-art-title:hover span::after {
    content: " ";
    position: absolute;
    top: -22px;
    right: 16px;
    margin-top: 12px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #487f98 transparent;
}
.theme-help-art-btn>i {
    font-size: 15px;
}
.theme-help-btn>i {
    color: #007da2;
    font-size: 21px;
}
.theme-help-btn>div {
    position: absolute;
    right: 0;
}
.theme-help-hide {
    /*clip-path: polygon(84% 16%, 88% 37%, 94% 64%, 100% 100%, 0 100%, 0 0, 80% 0);*/
    background: #035f7b;
    border-radius: 0px 0px 0px 11px;
    color: white;
    cursor: pointer;
    font-size: 18.5px;
    /* padding: 0px 0px 0px 0px; */
    position: absolute;
    right: 7%;
    top: 33%;
    z-index: 1;
}
.theme-help-hide>div {
    animation: rotahide 9s infinite;
    cursor: pointer;
    height: 34px;
    padding: 5px;
    width: 50px;
    z-index: 2;
}
@-webkit-keyframes rotahide {
    0% { transform: scaleX(1); }
    5% { transform: scaleX(0); }
    10% { transform: scaleX(1); }
}
@keyframes rotahide {
    0% { transform: scaleX(1); }
    5% { transform: scaleX(0); }
    10% { transform: scaleX(1); }
}
.theme-help-section-art .theme-help-hide {
    border-radius: 0px 0px 0px 11px;
    background: #01ccd6cc;
    clip-path: unset;
    font-size: 20px;
    font-weight: 600;
    padding: 1px 0px 0px 0px;
    right: 0;
}
.theme-help-left-back {
    background: #001827cc;
    border-radius: 0px 2px 30px 0px;
    height: 35%;
    position: absolute;
    top: 33%;
    width: 93%;
}
.theme-help-section-art .theme-help-left-back {
    background-image: url(../im/back-triangle.png);
    background-size: cover;
    position: absolute;
    background-color: #9a2519f5;
    width: 322px;
}
.theme-help-section {
    /* background: #fbfbfbcf; */
    /* background: #073954e8; */
    background: #0000003d;
    
    color: white;
    /* background: #ff0000cf; */
    float: right;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    left: -135%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: left .7s, opacity .5s;
    width: 890px;
    z-index: 2;
}
.theme-help-section-art {
    /* background: #fbfbfbcf; */
    /* background: #073954e8; */
    color: white;
    /* background: #ff0000cf; */
    float: right;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 54.5%;
    left: -103%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: left .7s, opacity .5s;
    width: 322px;
    z-index: 2;
}
.theme-help-show {
    left: 0;
    opacity: 1;
    transition: all .7s;
}
.theme-help-text {
    font-family: "San Francisco Display Thin" !important;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 28px;
    padding-left: 30%;
    padding-right: 6%;
    position: relative;
    right: 0px;
    /*text-shadow: -6px 9px 10px #000000;*/
    top: 50%;
    transform: translateY(-50%);
    text-align: justify;
    width: 100%;
}
.situaciones-list {
    margin: 0;
}
.situaciones-list>li {
    display: none;
}
.theme-ruido-selected .theme-img-side-1 {
    background-image: url(../im/ruido-ubicacion.jpg);
    background-position: 100%;
    background-size: cover;
    filter: saturate(1.2);
}
.theme-ruido-selected .theme-img-side-2 {
    background-image: url(../im/ruido-sitio.jpg);
    background-position: 100%;
    background-size: cover;
    filter: saturate(1.2);
}
.theme-areas-verdes-selected .theme-img-side-1 {
    background-image: url(../im/areas-verdes-ubicacion.jpg);
    background-position: 50%;
    background-size: cover;
    filter: saturate(1.5);
}
.theme-areas-verdes-selected .theme-img-side-2 {
    background-image: url(../im/areas-verdes-lugar.jpg);
    background-position: 100%;
    background-size: cover;
    filter: saturate(1.2);
}
.theme-areas-verdes-selected .theme-right-desc>div:not(.theme-back-desc) {
    background: #0015131f;
    font-weight: 600;
    text-transform: uppercase;
}
.theme-form-content a {
    text-decoration: none;
    color: #fff;
}
.theme-form-content h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}
.theme-img-ani-1 {
    background-image: url(../im/wild-2.jpg);
    background-position: 100%;
    background-size: cover;
    filter: saturate(1.2);
}
.theme-img-ani-2 {
    background-image: url(../im/domes-1.jpg);
    background-position: 65% 65%;
    background-size: cover;
    filter: saturate(1.1);
}
.theme-img-ani-3 {
    background-image: url(../im/farm-1.jpg);
    background-position: 52%;
    background-size: cover;
    filter: saturate(1.2);
}
.theme-img-autoridad {
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    position: absolute;
    width: 70px;
}
.theme-img-autoridad:not(.theme-non-autor) {
    transform: translate(15%, 10%);
}
.theme-section-autoridad-1 {
    height: 340px;
}
.theme-section-autoridad-1 .theme-img-autoridad {
    background-image: url(../im/autoridades/paot.png);
    height: 120px;
    transform: translate(15%, 18%);
    width: 78%;
}
.theme-section-autoridad-1 .theme-set-autoridad {
    display: none;
    font-size: 20px;
    line-height: 24px;
    margin: 12px 15px 0px 102px;
    text-align: justify;
}
.theme-section-autoridad-2 .theme-img-autoridad {
    background-image: url(../im/autoridades/profepa.png);
    filter: saturate(1.1);
}
.theme-section-autoridad-3 .theme-img-autoridad {
    background-image: url(../im/autoridades/sedema.png);
    filter: saturate(1.1);
}
.theme-section-autoridad-4 .theme-img-autoridad {
    background-image: url(../im/autoridades/sader.png);
    filter: saturate(1.1);
}
.theme-section-autoridad-5 .theme-img-autoridad {
    background-image: url(../im/autoridades/fedapur.png);
    filter: saturate(1.1);
}
.theme-section-autoridad-6 .theme-img-autoridad {
    background-image: url(../im/autoridades/bva.png);
    filter: saturate(1.1);
}
.theme-section-autoridad-7 .theme-img-autoridad {
    background-image: url(../im/autoridades/sedesa.png);
    filter: saturate(1.1);
}
.theme-section-autoridad-8 .theme-img-autoridad {
    background-image: url(../im/autoridades/fgr.png);
    filter: saturate(1.1);
}
.theme-section-autoridad-9 .theme-img-autoridad {
    background-image: url(../im/autoridades/semarnat.png);
    filter: saturate(1.1);
}
.theme-section-autoridad-10 .theme-img-autoridad {
    background-image: url(../im/autoridades/alcaldias.png);
    filter: saturate(1.1);
}
.theme-section-autoridad-11 .theme-img-autoridad {
    background-image: url(../im/autoridades/alcaldias.png);
    filter: saturate(1.1);
}

.theme-section-autoridad-img-1 {
    background-image: url(../im/autoridades/paot.png);
}
.theme-section-autoridad-img-2 {
    background-image: url(../im/autoridades/profepa.png);
}
.theme-section-autoridad-img-3 {
    background-image: url(../im/autoridades/sedema.png);
}
.theme-section-autoridad-img-4 {
    background-image: url(../im/autoridades/sader.png);
}
.theme-section-autoridad-img-5 {
    background-image: url(../im/autoridades/fedapur.png);
}
.theme-section-autoridad-img-6 {
    background-image: url(../im/autoridades/bva.png);
}
.theme-section-autoridad-img-7 {
    background-image: url(../im/autoridades/sedesa.png);
}
.theme-section-autoridad-img-8 {
    background-image: url(../im/autoridades/fgr.png);
}
.theme-section-autoridad-img-9 {
    background-image: url(../im/autoridades/semarnat.png);
}
.theme-section-autoridad-img-10 {
    background-image: url(../im/autoridades/alcaldias.png);
}
.theme-section-autoridad-img-11 {
    background-image: url(../im/autoridades/alcaldias.png);
}
.theme-form-chapter.theme-swiper-autoridades {
    display: none;
}
.autoridades-img-content {
    /*overflow:hidden;*/
}
.theme-img-auto-one {
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 180px;
    width: 20%;
    display: inline-block;
}
.theme-img-alcaldias {
    background-image: url(../im/autoridades/alcaldias.png);
    background-position: 48% 110%;
    background-size: auto;
    background-repeat: no-repeat;
    filter: saturate(1.1);
}
.theme-img-alcaldia-selected {
    height: 100%;
    opacity: 0;
    right: -100%;
    transition: all .5s;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.theme-img-alcaldia-show {
    opacity: 1;
    right: 0%;
    transition: all .6s linear .2s;
}
.theme-img-bva {
    background-image: url(../im/autoridades/bva.png);
/*    background-position: 50%;*/
    filter: saturate(1.1);
}
.theme-img-fedapur {
    background-image: url(../im/autoridades/fedapur.png);
    /*background-position: 50%;*/
    filter: saturate(1.1);
}
.theme-img-fgr {
    background-image: url(../im/autoridades/fgr.png);
    /*background-position: 50%;*/
    filter: saturate(1.1);
}
.theme-img-juzgado {
    background-image: url(../im/autoridades/juzgado.png);
    /*background-position: 50%;*/
    filter: saturate(1.1);
}
.theme-img-paot {
    background-image: url(../im/autoridades/paot.png);
    /*background-position: 50%;*/
    filter: saturate(1.1);
}
.theme-img-profepa {
    background-image: url(../im/autoridades/profepa.png);
    /*background-position: 50%;*/
    filter: saturate(1.1);
}
.theme-img-sader {
    background-image: url(../im/autoridades/sader.png);
    /*background-position: 50%;*/
    filter: saturate(1.1);
}
.theme-img-sedema {
    background-image: url(../im/autoridades/sedema.png);
    /*background-position: 50%;*/
    filter: saturate(1.1);
}
.theme-img-sedesa {
    background-image: url(../im/autoridades/sedesa.png);
    /*background-position: 50%;*/
    filter: saturate(1.1);
}
.theme-animales-selected .theme-img-side-1 {
    background-image: url(../im/ubicacion.jpg);
    background-position: 77%;
    background-size: cover;
    filter: saturate(1.1);
}
.theme-animales-selected .theme-img-side-2 {
    background-image: url(../im/estado-salud.jpg);
    background-position: 50%;
    background-size: cover;
    filter: saturate(1.5);
}
.theme-img-situacion-1 {
    background-image: url(../im/maltrato.jpg);
    background-position: 77%;
    background-size: cover;
    filter: saturate(1.1);
}
.theme-areas-verdes-selected .theme-img-situacion-1 {
    background-image: url(../im/area-verde-situacion.jpg);
    background-position: 45%;
}
.theme-areas-verdes-selected .theme-img-side-3 {
    background-image: url(../im/area-verde-detalle.jpg);
    background-position: 0%;
    background-size: cover;
    filter: saturate(1.5);
}
.theme-ruido-selected .theme-img-side-3 {
    background-image: url(../im/ruido-objetos.jpg);
    background-position: 0%;
    background-size: cover;
    filter: saturate(1.5);
}
.theme-ruido-selected .theme-img-side-4 {
    background-image: url(../im/ruido-cont.jpg);
    background-position: 57%;
    background-size: 160% 100%;
    filter: saturate(1.1);
}
.theme-img-situacion-2 {
    background-image: url(../im/abandono.jpg);
    background-position: 0%;
    background-size: cover;
    filter: saturate(1.2);
}
.theme-img-situacion-3 {
    background-image: url(../im/explotacion.jpg);
    background-position: 0% 100%;
    background-size: cover;
    filter: saturate(1.8);
}
.theme-img-situacion-4 {
    background-image: url(../im/investigacion.jpg);
    background-position: 23% 100%;
    background-size: 170% 100%;
    filter: saturate(1.4);
}
.theme-img-situacion-5 {
    background-image: url(../im/rescate.jpg);
    background-position: 40% 100%;
    background-size: cover;
    filter: saturate(1.3);
}
.theme-init-info-before {
    opacity: 0;
    position: absolute;
    transition: opacity .4s;
    width: 97%;
    height: 100%;
    /* left: 28%; */
    z-index: 1;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.45) 0%, rgba(0, 0, 0, 0.16) 52%, rgba(0, 0, 0, 0.07) 100%);
}
.theme-init-info-beforeshow {
    opacity: 1;
    transition: opacity .7s linear .4s;
}
.theme-inner-init-info-before {
    background-image: url(../im/back-triangle.png);
    background-size: cover;
    position: absolute;
    background-color: rgba(148, 25, 13, 0.8588235294117647);
    width: 50%;
    height: 30%;
    z-index: 1;
    top: 50%;
    border-radius: 6px;
    transform: translate(50%, -50%);
    color: #ffffff;
    padding: 5%;
    font-size: 23px;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 2px;
    border: 1px solid #a7a7a7;
    word-spacing: 5px;
    text-shadow: 2px 2px 15px #444444;
}
.theme-inner-init-info-before>.theme-close-before {
    background: rgb(0, 47, 70);
    font-size: 20px;
    font-weight: 600;
    height: 30px;
    position: absolute;
    width: 30px;
    top: 0;
    right: 0;
    border-radius: 0px 6px 0px 8px;
    cursor: pointer;
}
.theme-inner-init-info-blur {
    background-image: url(../im/img_transp.png);
    height: 100%;
    position: absolute;
    width: 100%;
}
.theme-inner-form-left {
    /*float: left;
    width: 25%;*/
    /*background-image: url(../im/animals-icons.png);
    background-position: 110px 20%;
    background-size: 95%;*/
    float: left;
    height: 100%;
    width: 25%;
}
.theme-inner-form-right {
    float: right;
    height: 100%;
    /*overflow: hidden;*/
    position: relative;
    width: 75%;
}
.theme-left-desc-content {
    background: #ffffffa6;
    float: right;
    height: 100%;
    padding: 1%;
    position: relative;
    text-align: initial;
    width: 77%;
}
.theme-left-desc-content-autoridad {
    /*float: left;
    height: 100%;
    padding: 1%;
    position: relative;
    text-align: initial;
    width: 60%;*/
    /*background: #88c3c6;*/
    /*background: linear-gradient(90deg, rgb(137, 195, 198) 1%, rgb(144, 204, 208) 20%, rgb(180, 232, 234) 64%, rgb(251, 255, 255) 89%);*/
    border-left: 2px solid #ffffff7a;
    /*color: white;*/
    float: left;
    height: 100%;
    padding: 1% 1% 0% 1%;
    position: relative;
    text-align: initial;
    width: 59%;
}
.theme-left-desc-content-autoridad .theme-form-content-inst {
    display: inline-block;
    margin-top: 8px;
}
.theme-left-desc-content>div:not(.theme-form-content-inst):not(.theme-alcaldias-radios):not(#res-theme-alcaldia):not(#res-theme-juzgado) {
    column-count: 2;
    column-gap: 0px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.theme-left-desc-content>.theme-form-content-inst {
    font-size: 13px;
    height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 97%;
}
.theme-left-desc-content>.theme-alcaldias-radios {
    height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 97%;
}
.theme-leyenda-atribucion {
    background: #a55e5eb5;
    border-radius: 2px;
    bottom: 2px;
    color: white;
    font-size: 17px;
    padding: 2px 4px;
    position: absolute;
    width: 96%;
}
.theme-paot-alert {
    background: #ffffff;
    height: 100%;
    left: -100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    /*transition: opacity .9s;*/
    transition: left 1.3s, opacity 1.2s, visibility  2s;
    width: 100%;
    z-index: 3;
}
.theme-paot-alert:not(.response-inner-theme) {
    visibility: hidden;
}
.theme-paot-alert>.scroller {
    color: white;
    height: 100%;
    position: absolute;
    top: -17%;
    /* transform: translateY(-50%); */
    width: 100%;
    z-index: -1;
}
.theme-animales-selected .theme-scroller-img-1 {
    background-image: url(../im/back-info-1.jpg);
}
.theme-animales-selected .theme-scroller-img-2 {
    background-image: url(../im/back-info.jpg);
}
.theme-animales-selected .theme-scroller-img-3 {
    background-image: url(../im/back-info-2.jpg);
}
.theme-areas-verdes-selected .theme-scroller-img-1 {
    background-image: url(../im/back-info-areas-verdes.jpg);
}
.theme-areas-verdes-selected .theme-scroller-img-2 {
    background-image: url(../im/back-info-1-areas-verdes.jpg);
}
.theme-areas-verdes-selected .theme-scroller-img-3 {
    background-image: url(../im/back-info-3-areas-verdes.jpg);
}
.theme-ruido-selected .theme-scroller-img-1 {
    background-image: url(../im/back-info-1-ruido.jpg);
}
.theme-ruido-selected .theme-scroller-img-2 {
    background-image: url(../im/back-info-ruido.jpg);
}
.theme-ruido-selected .theme-scroller-img-3 {
    background-image: url(../im/back-info-2-ruido.jpg);
}
/*.theme-areas-verdes-selected .theme-paot-alert>.scroller {
    filter: saturate(1.2);
}*/
.theme-paot-alert-btn {
    margin: 3%;
}
.theme-paot-alert-content {
    background: #00000061;
    float: left;
    height: 100%;
    width: 50%;
}
.theme-areas-verdes-selected .theme-paot-alert-content {
    background: #00484c24;
    float: left;
    height: 100%;
    width: 100%;
}
.theme-paot-alert-content-text {
    color: white;
    line-height: 27px;
    margin: 0% 8%;
    position: relative;
    top: 45%;
    transform: translateY(-50%);
}
.theme-areas-verdes-selected .theme-paot-alert-content-text {
    transform: translateY(-65%);
}
.initial-btn[value="continuar"] {
    background: rgba(255, 255, 255, 0);
    border: 2px solid rgba(251, 251, 251, 0.7803921568627451);
    border-radius: 18px;
    color: #ffffff;
    cursor: pointer;
    padding: 4px 18px;
    transition: all .3s;
}
.initial-btn[value="regresar"] {
    background: transparent;
    border: 1px solid #99f9f0;
    border-radius: 18px;
    color: white;
    cursor: pointer;
    font-weight: 300;
    margin: 20px 15px;
    padding: 4px 18px;
    transition: all .5s;
    width: 120px;
}
.initial-btn[value="regresar"]:hover {
    background: #99f9f06b;
    border: 1px solid white;
}
.initial-btn[value="si"]{
    background: transparent;
    border: 1px solid #b5030c;
    border-radius: 18px;
    color: white;
    cursor: pointer;
    font-weight: 300;
    margin: 0px 15px;
    padding: 4px 18px;
    transition: all .5s;
    width: 100px;
}
.initial-btn[value="si"]:hover {
    background: #e200007a;
    border: 1px solid white;
}
.initial-btn[value="no"] {
    background: #009c8754;
    border: 1px solid #68e0ca94;
    border-radius: 18px;
    color: white;
    cursor: pointer;
    font-weight: 300;
    margin: 0px 15px;
    padding: 4px 18px;
    transition: all .5s;
    width: 100px;
}
.initial-btn[value="no"]:hover {
    background: #00ffd09e;
    border: 1px solid white;
}
.initial-btn[value="continuar"]:hover {
    background: #ffffffb8;
    color: #000000b8;
    transition: all .3s;
}
.theme-paot-alert-mention {
    background: #ad0f0fbd;
    border-radius: 5px;
    text-align: justify;
    font-size: 24px;
    /* box-shadow: -3px 3px 11px 1px rgba(0, 0, 0, 0.47); */
    margin-left: -6px;
    text-shadow: -2px 3px 5px #000000;
    color: snow;
    padding: 0px 7px;
    /* line-height: 8px; */
}
.theme-paot-alert-phone {
    margin: 3% 0%;
}
.theme-paot-alert-phone>i {
    font-size: 20px;
    margin-left: 3%;
    margin-right: 2px;
}
.theme-paot-alert-text-sub {
    font-size: 18px;
    margin: 3% 5%;
    text-align: center;
}
.theme-paot-alert-text-sub-2 {
    background: rgb(19 44 136 / 38%);
    border-radius: 3px;
    box-shadow: -3px 3px 11px 1px rgba(0, 0, 0, 0.47);
    color: snow;
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 6%;
    padding: 7px 14px;
    text-align: justify;
    text-shadow: -2px 3px 5px #000000;
}
.theme-paot-alert-text-sub-3 {
    color: snow;
    /*box-shadow: -6px 15px 22px -16px rgba(0, 0, 0, 0.1);*/
    font-size: 22px;
    line-height: 35px;
    padding: 7px 14px;
    text-align: justify;
    text-shadow: -2px 3px 5px #000000;
}
.theme-paot-alert-text-sub-4 {
    color: snow;
    /*box-shadow: -6px 15px 22px -16px rgba(0, 0, 0, 0.1);*/
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 6%;
    padding: 7px 14px;
    text-align: justify;
    text-shadow: -2px 3px 5px #000000;
}
.theme-paot-alert-text-subtit {
    font-size: 29px;
    line-height: 37px;
    margin-bottom: 4%;
    text-align: left;
}
.theme-paot-alert-text-tit {
    /*font-size: 28px;*/
    /*font-size: 37px;
    line-height: 37px;
    margin-bottom: 5%;
    text-align: left;*/
    border-radius: 5px;
    /* font-size: 28px; */
    font-size: 54px;
    line-height: 48px;
    padding: 9px;
    margin-bottom: 5%;
    text-align: justify;
    box-shadow: -17px 17px 20px 0px rgba(2, 2, 2, 0.07);
}
.theme-paot-help-msg {
    font-size: 16px;
    padding: 0px 0px 1px 4px;
}
.theme-paot-init-content {
    height: 330px;
    position: relative;
}
.theme-paot-init-content>div {
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: opacity .7s, top 1.1s;
}
.theme-paot-init-den.tpi-active {
    opacity: 1;
    top: 0;
    transition: opacity .7s, top 1.1s;
}
.theme-paot-init-goon.tpi-active {
    opacity: 1;
    top: 0;
    transition: opacity .7s, top 1.1s;
}
.theme-paot-init-moment.tpi-active {
    opacity: 1;
    top: 0;
    transition: opacity .7s, top 1.1s;
}
.theme-paot-init-goon-none.tpi-active {
    opacity: 1;
    top: 0;
    transition: opacity .7s, top 1.1s;
}
.theme-areas-verdes-selected .initial-btn[value="continuar"]:hover {
    background: #00d4c026;
    color: #f1eded;
}
.theme-areas-verdes-selected .theme-paot-alert-more-info {
    font-size: 27px;
    line-height: 31px;
    text-shadow: -2px 3px 5px #00000066;
}
.theme-areas-verdes-selected .theme-paot-alert-text-tit {
    box-shadow: unset;
    margin-bottom: 1%;
}
.theme-areas-verdes-selected .theme-paot-alert-text-tit font {
    border: 2px solid white;
    border-radius: 3px;
    font-size: 23px;
    padding: 5px 15px;
    text-align: left;
}
.theme-areas-verdes-selected .theme-paot-alert-text-subtit {
    font-size: 52px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 59px;
    text-align: justify;
    text-transform: uppercase;
}
.theme-areas-verdes-selected .theme-paot-alert-text-sub-4 {
    text-shadow: unset;
}
.theme-areas-verdes-selected .initial-btn[value="continuar"] {
    background: transparent;
    font-size: 24px;
    color: white;
    line-height: 27px;
    margin: 0% 8%;
    position: relative;
    top: 45%;
    transform: translateY(-50%);
}
.theme-right-desc {
    float: left;
    height: 100%;
    position: relative;
    width: 23%;
}
.theme-right-desc-autoridad {
    /*background-image: linear-gradient(to right, rgba(9, 140, 146, 0.9), rgba(12, 141, 147, 0.8), rgba(12, 141, 147, 0.52)); */
    border-left: 1px solid #61aabb;
    border-right: 1px solid #0f768e;
    border-bottom: 1px solid #089a96;
    border-top: 1px solid #61aabb;
    border-radius: 0px 0px 14px 4px;
    color: #484848;
    float: left;
    height: 81px;
    position: relative;
    width: 38%;
}
.theme-right-desc>div:not(.theme-back-desc) {
    background: #08080845;
    border: 1px solid white;
    border-radius: 2px;
    color: white;
    font-family: "San Francisco Display Medium" !important;
    font-size: 24px;
    letter-spacing: .5px;
    line-height: 25px;
    padding: 5px 5px;
    position: absolute;
    text-shadow: -2px 2px 8px #000000;
    top: 50%;
    transform: translate(3%, -50%);
    width: 94%;
}
.theme-set-autoridad {
    /*font-weight: 600;*/
    letter-spacing: .4px;
    line-height: 18px;
    margin: 12px 15px 0px 85px;
    text-align: justify;
}
.theme-set-red-box-msg {
    background: #b22222;
    border-radius: 1px 10px 0px 0px;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 30px;
    text-align: justify;
}
.theme-set-situaciones {
    height: 215px;
    overflow: hidden;
    position: absolute;
    top: 85px;
    width: 100%;
}
.theme-situacion-more {
    background: #004667;
    border-radius: 4px;
    box-shadow: -2px 2px 6px #00000047;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 15px;
    height: 25px;
    left: 35%;
    margin-top: 0px;
    padding: 2.5px 5px;
    position: absolute;
    top: 306px;
    width: 95px;
}
.theme-situacion-more>i {
    line-height: 0;
    margin-left: 6px;
}
.theme-situacion-less {
    background: #004667;
    border-radius: 4px;
    box-shadow: -2px 2px 6px #00000047;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 15px;
    height: 25px;
    left: 35%;
    margin-top: 0px;
    padding: 2.5px 5px;
    position: absolute;
    top: 306px;
    width: 95px;
}
.theme-situacion-less>i {
    line-height: 0;
    margin-left: 6px;
}
.theme-situacion-show {
    text-align: left;
    padding: 0;
    margin: 0;
}
.theme-situacion-show li {
    border-radius: 2px;
    border: 1px solid #dadada;
    border-left: 25px solid #004667;
    color: #131313;
    font-size: 13.5px;
    /* font-weight: 400; */
    padding: 1px 4px;
    margin-bottom: .125em;
    display: block;
    list-style: none;
    visibility: hidden;
    -webkit-animation: show_step .7s 1;
    animation: show_step .7s 1;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    overflow: unset;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.theme-situacion-show li:hover {
    animation-fill-mode: unset;
    visibility: unset;
}
.theme-situacion-show li:hover {
    background: #860700b3 !important;
    color: white !important;
    transition: all .4s;
}
.theme-situacion-show li:hover .theme-help-art-btn {
    background: #ffffff !important;
    color: #a5271a !important;
    transition: all .4s;
}
.theme-situacion-show li:nth-child(2n) {
    background: #fbfbfb8f;
    /* border-left: 25px solid #f88687; */
    color: #171717;
}
.theme-situacion-show li:nth-child(2n+1) {
    background: #eaeaea;
}
#theme-situaciones-list {
    /*height: 214px;*/
    overflow: hidden;
    /*overflow-y: auto;*/
    /*position: absolute;*/
    width: 93%;
}
.theme-swiper-btn-next-autoridad {
    /*animation: swiperChange 1s;*/
    /*animation-fill-mode: forwards;*/
    background: #0f7b80e0;
    border-radius: 4px;
    bottom: 25px;
    color: #ffffff4a;
    cursor: pointer;
    font-size: 40px;
    position: relative;
    transition: all .5s;
    width: 65px;
    z-index: 3;
}
.theme-swiper-btn-prev-autoridad {
    animation: swiperChange 1s;
    /*animation-fill-mode: forwards;*/
    background: #0f7b80e0;
    border-radius: 4px;
    top: 13px;
    color: #ffffff4a;
    cursor: pointer;
    font-size: 40px;
    left: 45%;
    opacity: 0;
    position: absolute;
    transition: all .5s;
    width: 65px;
    z-index: 3;
}
.theme-swiper-btn-next-autoridad:hover {
    background: #e21e00;
    color: white;
    transition: all .5s;
}
.theme-swiper-btn-prev-autoridad:hover {
    background: #e21e00;
    color: white;
    transition: all .5s;
}
.theme-swiper-btn-next-autoridad>i {
    line-height: .7;
}
.theme-swiper-btn-prev-autoridad>i {
    line-height: .7;
}
@-webkit-keyframes swiperChange {
    0% {
        background: #00adb5;
        color: white;
    }
    50% {
        background: #00adb5;
        color: white;
    }
    100% {
        background: #00adb51f;
        color: #ffffff4a;
    }
}
@keyframes swiperChange {
    0% {
        background: #00adb5;
        color: white;
    }
    50% {
        background: #00adb5;
        color: white;
    }
    100% {
        background: #00adb51f;
        color: #ffffff2e;
    }
}
@-webkit-keyframes show_step {
    0% {
        visibility: visible;
        -webkit-transform: rotateX(180deg) perspective(500px);
                transform: rotateX(180deg) perspective(500px);
    }
    70% {
        visibility: visible;
        -webkit-transform: rotateX(-20deg);
                transform: rotateX(-20deg);
    }
    100% {
        visibility: visible;
        -webkit-transform: rotateX(0deg);
                transform: rotateX(0deg);
    }
}
@keyframes show_step {
    0% {
        visibility: visible;
        -webkit-transform: rotateX(180deg) perspective(500px);
                transform: rotateX(180deg) perspective(500px);
    }
    70% {
        visibility: visible;
        -webkit-transform: rotateX(-20deg);
                transform: rotateX(-20deg);
    }
    100% {
        visibility: visible;
        -webkit-transform: rotateX(0deg);
                transform: rotateX(0deg);
    }
}
/*.theme-slow-opacity {
    opacity: 0;
    transition: opacity 1.5s;
}*/
.theme-text-situacion-art {
    display: inline-table;
    /*height: 27px;*/
    width: 78%;
}

.theme-tooltip {
    animation: removeTip 120s linear 2s;
    animation-fill-mode: forwards;
    background-color: #b34e4d;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    left: -130px;
    line-height: 18px;
    padding: 5px 2px;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: opacity 3s;
    white-space: normal;
    width: 120px;
    z-index: 1;
}
@-webkit-keyframes removeTip {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes removeTip {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.theme-tooltip::after {
    content: " ";
    position: absolute;
    top: -3px;
    right: -8%;
    margin-top: 12px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #b34d4d;
}
.timeline-flag-down {
    margin: 0 !important;
    position: absolute;
    background: #00BCD4;
    color: #00bdd4;
    height: 56%;
    bottom: -3px;
    width: 30px;
    right: -3px;
    border-radius: 0px 0px 18px 0px;
}
.timeline-flag-up {
    position: absolute;
    background: #ff6b60;
    color: #ff6b60;
    height: 57%;
    margin: 0 !important;
    top: -4px;
    width: 30px;
    right: -3px;
    border-radius: 0px 18px 0px 0px;
}
.title-prev-history {
    background: #38507014;
    border: 5px solid #384f70;
    border-radius: 2px;
    color: #8a1212;
    font-size: 25px;
    font-weight: 400;
    height: 55px;
    letter-spacing: 1px;
    margin-top: 7px;
    padding: 5px 57px 0px 0px;
    position: relative;
    text-transform: uppercase;
    width: 96%;
}
.theme-ruido-selected .title-prev-history {
    border: 5px solid #005f6d;
    color: #bb0d09;
}
.line-history {
    /*background: #385070;*/
    border-left: 4px solid #384e70;
    /* float: left; */
    height: 47px;
    left: 220px;
    position: absolute;
    top: 10px;
    width: 50px;
}
.line-history-app {
    display: none;
}
.theme-ruido-selected .title-prev-history span {
    border-left: 4px solid #005f6d;
}

/*.chapter-active {
    opacity: 1;
    transition: opacity .5s;
}*/

#chapter-2 {
    display: none;
}
.part-2-tit {
    display: none;
}
.part-2-content {
    display: none;
}
#res-theme-alcaldia {
    background: white;
    display: none;
    height: 98%;
    position: absolute;
    top: 4px;
    width: 97.5%;
}
#res-theme-alcaldia .theme-form-atencion {
    background: #b7b7b780;
}
.res-theme-alcaldia-sep {
    z-index: 2;
}
#res-theme-juzgado {
    background: white;
    display: none;
    position: absolute;
    top: 8px;
}
#response-theme-selected>.response-inner-theme.theme-paot-alert {
    left: 0%;
    opacity: 1;
    transition: left 1.4s, opacity .7s linear .3s;
}
#response-theme-selected>.response-inner-theme.theme-form-left {
    left: 0%;
    overflow: hidden;
    opacity: 1;
    transition: left 1.7s, opacity .7s linear .6s;
}
#response-theme-selected>.response-inner-theme.theme-form-right {
    left: 0%;
    opacity: 1;
    transition: left 1.4s, opacity .7s;
}

/* CONFIG FORM*/

.long-string-cnf {
    color: #267c90d1;
    margin: auto;
    word-break: break-all;
}
.long-string-cnf:hover {
    color: #046e80 !important;
}

/* CHAPTER RESULT*/

.main-timeline{
    /*font-family: 'PT Sans', sans-serif;*/
    /*overflow: hidden;*/
    position: relative;
}
.main-timeline:before{
    content: "";
    background: #384e70;
    /*background: linear-gradient(-45deg, #030f61, #000727, #652a00, #030f61);
    background-size: 625% 100%;
    -webkit-animation: gradientLine 10s ease infinite;
    -moz-animation: gradientLine 10s ease infinite;
    animation: gradientLine 10s ease infinite;*/

    width: 5px;
    height: 1px;
    /*transform: translateX(-20%);*/
    position: absolute;
    top: 0;
    left: 89%;
    /*display: none;*/
    opacity: 0;
    transition: opacity .2s, height 1.2s;
}
.appear-chapters-results:before {
    height: 115%;
    opacity: 1;
    top: -11%;
    transition: opacity .2s, height 1.2s;
}

@-webkit-keyframes gradientLine {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes gradientLine {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes gradientLine {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    /*display: none;*/
    float: left;
    margin: 18px 10px 0px 0;
    position: inherit;
    right: -105%;
    width: 85%;
    transition: right 1s linear .5s;
}
.appear-chapters-results .timeline {
    right: 0%;
    transition: right 1s linear .5s;
}
.main-timeline .timeline-content{
    box-shadow: -4px 4px 7px #0000002b;
    color: #555;
    margin: 0 25px 2px 0;
    border: 3.5px solid #00787d;
    border-radius: 22px;
    /*display: none;*/
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: "";
    background: #00787d;
    width: 32px;
    height: 20px;
    transform: translateY(-50%);
    position: absolute;
    top: 24px;
    right: -33px;
}
.main-timeline .timeline-icon{
    color: #00787d;
    background-color: #fff;
    /* font-size: 47px; */
    text-align: center;
    /* line-height: 46px; */
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 5px solid #00787d;
    display: block;
    transform: translateY(-50%);
    position: absolute;
    top: 24px;
    right: -60px;
}
.main-timeline .timeline-icon:before,
.main-timeline .timeline-icon:after{
    content: "";
    background: #fff;
    width: 19px;
    height: 6px;
    border-radius: 0 0 26px 21px;
    position: absolute;
    top: 2px;
    left: -21.5px;
    z-index: -1;
}
.main-timeline .timeline-icon:after{
    border-radius: 27px 28px 0 0;
    top: auto;
    bottom: 4px;
}
.main-timeline .inner-content{
    padding: 2px 5px 5px;
}
.main-timeline .inner-content>div{
    margin: -3px 0px 5px 0px;
    overflow: hidden;
}
.main-timeline .title{
    color: #fff;
    background: #00787d;
    font-size: 13px;
    font-weight: 600;
    /* text-transform: uppercase; */
    padding: 2px 10px;
    margin: 0 0 -10px;
    border-radius: 10px;
    display: inline-block;
    transform: translate(52px, -22px);
}
.main-timeline .description{
    color: #212121;
    font-size: 16px;
    font-weight: lighter;
    margin: 0;
    margin-top: 0px;
    text-transform: lowercase;
}
/*.results-chapters:after {
    background: #020e54;
    border-radius: 25px;
    content: "";
    height: 0px;
    position: absolute;
    right: 19px;
    width: 0px;
}
.last-timeline:after {
    height: 22px;
    transition: all 2s;
    width: 22px;
}*/
.timeline-icon>i {
    font-size: 22px;
    margin-right: 1px;
    margin-top: 5px;
}
.description:first-letter {
    text-transform: uppercase;
}
.theme-element-content {
    height: 100%;
    padding-top: 7px;
    overflow: hidden;
    position: relative;
}
/* CREATE CIRCLE */

.container-circle {
    background: white;
    border-radius: 25px;
    height: 22px;
    opacity: 0;
    position: absolute;
    right: 17.5px;
    transform: rotate(-12deg);
    transition: opacity .5s;
    width: 22px;
}
.last-timeline .container-circle {
    opacity: 1;
    transition: opacity 0s linear 1.2s;
}
#halfclip {
    width: 50%;
    height: 100%;
    right: 0px;
    position: absolute;
    overflow: hidden;
    transform-origin: left center;
}
.last-timeline .container-circle #halfclip {
    animation: cliprotate 1s 1;
    transform: rotate(180deg);
    animation-delay: 1.2s;
} 
@keyframes cliprotate {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(0deg);}
    50.01% {transform: rotate(180deg);}
    100% {transform: rotate(180deg);}
}
.halfcircle {
    box-sizing: border-box;
    height: 100%;
    right: 0px;
    position: absolute;
    border: solid 5px transparent;
    border-top-color: #384e70;
    border-left-color: #384e70;
    border-radius: 50%;
}
#clipped {
    width: 200%;
    transform: rotate(-45deg);
}
.last-timeline .container-circle #clipped {
    transform: rotate(135deg);
    animation: rotate .5s linear 2;
    animation-delay: 1.2s;
}
@keyframes rotate {
    0% {transform: rotate(-45deg);}
    100% {transform: rotate(135deg);}
}
#fixed {
    width: 100%;
    transform: rotate(135deg);  
    opacity: 0;
}
.last-timeline .container-circle #fixed {
    opacity: 1;
    animation: showfixed 1s 1;
    animation-delay: 1.2s;
}
@keyframes showfixed {
    0% {opacity: 0;}
    49.99% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 1;}
}

.app-theme-juz-alc-info {
    display: none;
}

/*  RESPONSIVE DEN STYLES  */


@media (max-width: 480px) {
    /* JUST APP*/
    .theme-section-autoridad-10>.app-theme-juz-alc-info,.theme-section-autoridad-11>.app-theme-juz-alc-info {
        background: #38545f;
        border-radius: 4px;
        color: white;
        display: block;
        font-size: 14px;
        margin-left: 35%;
        padding: 1px 3%;
        position: absolute;
        top: 53px;
    }
    .app-theme-juz-alc-info::after {
        color: white;
        font-size: 15px;
        font-weight: 900;
        margin-left: 5px;
    }
    .app-theme-juz-alc-info.sign-more::after {
        content: "+";
    }
    .app-theme-juz-alc-info.sign-less::after {
        content: "-";
    }
    .theme-section-autoridad-10>.theme-left-desc-content-autoridad,.theme-section-autoridad-11>.theme-left-desc-content-autoridad {
        display: none;
        height: 137px;
        margin-top: 11px;
        overflow: scroll;
        padding-top: 0px;
        z-index: 20;
    }
    .theme-section-autoridad-10>.theme-left-desc-content-autoridad .theme-set-autoridad,.theme-section-autoridad-11>.theme-left-desc-content-autoridad .theme-set-autoridad {
        padding-left: 7px;
    }
    /* END JUST APP */

    .theme-animales-selected .bg-gradient {
        background: linear-gradient(-45deg, #87eefb, #63e5f5, #03adc3, #eaec46, #b95006, #083d56);
    }

    .theme-btn-interactive:not(.app-theme) {
        display: none;
    }
    .appear-chapters-results:before {
        height: 130%;
        top: -11%;
    }
    .auth-right, .auth-left {
        border-radius: 0px 10px 10px 0px;
        text-align: left;
        width: 100%;
        z-index: 42;
    }
    .auth-right .heading {
        background: #e2e2e28f;
        color: #ffffff;
        font-family: BebasNeue-Regular;
        font-size: 34px;
        display: table;
        height: 75px;
        letter-spacing: 2.2px;
        margin-bottom: 0%;
        margin-left: -60%;
        padding-right: 22px;
        padding-top: 5px;
        text-align: center;
        width: 60%;
    }
    body div .section-pagina {
        padding: 0;
    }
    .btn-anim {
        background: #ffffffd4;
        border: 0px !important;
        border-radius: 1px;
        color: #385460 !important;
        height: 65px;
        font-size: 13px;
        font-weight: 600;
        padding: 8px 0px;
        width: 100%;
    }
    .btn-anim span.icon, .btn-anim span.title {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        color: #385460;
        line-height: 27px !important;
    }
    .den-aqui-btn .btn-anim span.icon {
        color: white !important;
        margin-left: 11%;
    }
    .btn-anim span.icon-home {
        color: #385460;
        padding: 0px 8px 0px 6px;
    }
    .btn-anim-title {
        font-size: 12px !important;
        letter-spacing: 0px;
        top: 10px;
        width: 100px;
        z-index: 1;
    }
    .btn-anim-title:before {
        width: 20.6px;
    }
    .btn-icon {
        height: 35px !important;
        width: 35px !important;
    }
    .btn-icon:after {
        height: 31px;
        left: -9.7px;
        width: 25px;
    }
    .btn-icon:before {
        font-size: 15px !important;
    }
    .btns-line-full-up {
        display: none;
        width: 100%;
        /* height: 10px; */
        bottom: 65px;
        border-top: 1px solid #a9a9a9;
        position: sticky !important;
        overflow: hidden;
        top: unset !important;
    }
    .captcha-img {
        height: 100%;
        width: 70%;
    }
    #captchaf {
        margin-top: 6px;
    }
    .col-md-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .container-circle {
        display: none;
        margin-top: 5px;
        right: 6.5px;
    }
    .content-for-data-auto {
        height: 162px;
        top: 370px;
    }
    .content-theme-den-led {
        border: solid 0px #000000;
        display: block;
        font-family: "San Francisco Display Medium" !important;
        margin-bottom: 64%;
        margin-top: 5px;
        width: 100%;
        margin-left: 8%;
  
    }
    .empty-btn-sticky {
        height: 600px;
    }
    .galaxy-footer-img {
        background-image: url(../im/galaxy-img/bar-area-verde.png);
        background-size: 90% 105%;
        height: 85px;
        width: 100%;
        /*z-index: -1;*/
    }
    .galaxy-header-img {
        background-color: #00363c;
        border-radius: 25%;
        height: 27px;
        left: 138px;
        position: absolute;
        top: 13px;
        width: 27px;
    }
    .theme-form-content:not(.theme-animales-selected) .galaxy-header-img {
        background-color: #00363c00;
        background-image: url(../im/galaxy-img/logo-2019.png) !important;
        transition: background-image 1s;
    }
    .theme-form-content:not(.theme-animales-selected) .line-history-app {
        display: none;
    }
    .theme-form-content:not(.theme-animales-selected) .bg-gradient {
        background: linear-gradient(-90deg, #005b67, #008b9c, #c30303, #094d54, #0b5d57, #005c6f, #005855, #123944, #520000);
        /* background: linear-gradient(-45deg, #a4f5ff, #03adc3, #e2e43e, #b95006, #033248, #010627); */
        background-size: 600% 120%;
        -webkit-animation: Gradient 90s ease infinite;
        -moz-animation: Gradient 90s ease infinite;
        animation: Gradient 15s ease infinite;
        height: 100%;
        transition: background 1s;
    }
    .home-btn {
        /*bottom: 25%;*/
        bottom: 0px;
        left: 0;
        position: sticky;
        width: 25%;
        z-index: 2;
    }
    .img-theme-content-1 {
        float: left;
        height: 250px;
        width: 100%;
    }
    .img-theme-content-2 {
        float: left;
        height: 150px;
        width: 50%;
    }
    .img-theme-content-3 {
        float: left;
        height: 150px;
        width: 50%;
    }
    .img-theme-content-4 {
        float: left;
        height: 150px;
        width: 33.33%;
    }
    .img-theme-content-5 {
        float: left;
        height: 150px;
        width: 33.34%;
    }
    .img-theme-content-6 {
        float: left;
        height: 150px;
        width: 33.33%;
    }
    .img-theme-content-7 {
        float: left;
        height: 150px;
        width: 33.33%;
    }
    .initial-btn[value="continuar"] {
        background: #ffffff14;
        border: 1px solid #fbfbfb;
        border-radius: 12px;
        color: #ffffff;
        cursor: pointer;
        margin-top: 4px;
        padding: 3px 15px;
        transition: all .3s;
    }
    .initial-btn[value="si"] {
        margin: 0px 6px;
        padding: 2px 5px;
        width: 75px;
    }
    .initial-btn[value="no"] {
        margin: 0px 6px;
        padding: 2px 5px;
        width: 75px;
    }
    .initial-btn[value="regresar"] {
        font-size: 16px;
        margin: 4px 15px;
        width: 106px;
    }
    .line-history {
        display: none;
        height: 3px;
        left: 188px;
    }
    .line-history-app {
        color: white;
        display: table-cell;
        float: left;
        font-size: 15px;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        background: #00363c;
        width: 22px;
        z-index: 1;
    }
    .line-history-app>img {
        filter: invert();
        margin-right: 6px;
        margin-top: 27px;
        width: 20px;
    }
    .main-timeline {
        float: right;
        overflow: hidden;
        width: 85%;
    }
    .main-timeline:before {
        display: none;
        width: 4px;
    }
    .main-timeline .description {
        color: white;
        font-size: 12px;
        height: 17px;
        margin-top: 1px;
        overflow: hidden;
    }
    .main-timeline .timeline {
        margin: 0;
        width: 100%;
    }
    .main-timeline .timeline-icon {
        display: none;
        height: 25px;
        width: 25px;
        border: 3px solid #3b5761;
        top: 10px;
        right: -37px;
    }
    .main-timeline .timeline-icon:after {
        border-radius: 12px 28px 0 0;
        bottom: -1px !important;
    }
    .main-timeline .timeline-icon:before {
        border-radius: 0 0 27px 14px;
        top: -1px;
    }
    .main-timeline .timeline-icon:before, .main-timeline .timeline-icon:after {
        height: 8px;
        left: -12.5px;
        width: 13px;
    }
    .main-timeline .inner-content {
        padding: 1px 5px 0px;
    }
    .main-timeline .inner-content>div {
        margin: -9px 0px 0px 13px;
    }
    .main-timeline .timeline-content {
        border: 1px solid #ffffff;
        border-radius: 3px;
        color: #fff;
        height: 15px;
        margin: 0 0px 2px 0;
        width: 92%;
    }
    .main-timeline .timeline-content:before {
        background: #3b5761;
        display: none;
        height: 8px;
        right: -27px;
        top: 10px;
        width: 25px;
    }
    .main-timeline .title {
        background: #ffffff;
        color: #3b5760;
        font-family: "San Francisco Display Semibold" !important;
        font-size: 12px;
        /* padding: 0px 5px 0px 5px; */
        padding: 0;
        border-radius: 2px;
        line-height: 15px;
        /* text-align: center; */
        transform: translate(-65px, -2px);
        width: 14px;
    }
    .main-timeline .title>span {
        display: none;
    }
    .more-op-btn {
        opacity: 0;        
        bottom: 0px;
        float: left;
        position: sticky;
        transition: width 0s linear .5s, opacity .8s;
        width: 0;
        z-index: 2;
    }
    .more-op-btn a {
        padding: 8px 6px;
    }
    .auto-btn {
        bottom: 0px;
        float: left;
        position: sticky;
        opacity: 0;
        transition: width 0s linear .2s, opacity .8s linear .1s;
        width: 0;
        z-index: 2;
    }
    .pull-left {
        float: none !important;
    }
    .radiobtn {
        overflow: hidden;
    }
    .radiobtn>input {
        visibility:hidden;
    }
    .radiobtn input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before {
        height: 17px;
    }
    .radiobtn label:after, .radiobtn label:before {
        right: 2px;
        top: 2px;
        /*width: 16px;*/
        height: 16px;
    }
    .results-chapters {
        display: contents;
        width: 60%;
    }
    .return-btn {
        /*bottom: 25%;
        left: 200px;*/
        /*transition: bottom 1s linear 2s;*/
        position: sticky;
        bottom: 0;
        z-index: 1;
        width: 25%;
    }
    .shape {
        background-image: url(../im/shape-app.png);
        display: none;
    }
    .shape-info {
        /*right: -68px;*/
        display: none;
    }
    .show-line-up.home-btn {
        /*bottom: -69px;*/
        float: left;
        opacity: 1;
        transform: rotate(0deg);
        transition: bottom 1s linear 1s, transform .5s linear .2s, opacity .5s linear .2s;
    }
    .show-line-up.return-btn {
        /*bottom: -69px;*/
        float: left;
        opacity: 1;
        transform: rotate(0deg);
        transition: bottom 1s linear 1s, transform .5s linear .2s, opacity .5s linear .2s;
    }
    .show-line-up.auto-btn {
        opacity: 1;
        transform: rotate(0deg);
        /*transition: transform .5s linear, opacity .5s linear 1.5s;*/
        width: 20%;
    }
    .show-line-up.more-op-btn {
        opacity: 1;
        transform: rotate(0deg);
        transition: transform .5s linear, opacity .8s;
        width: 25%;
    }
    /*.show-line-up.den-aqui-btn {*/
    .show-line-up.den-aqui-btn {
        opacity: 1;
        transform: rotate(0deg);
        transition: transform .5s linear, opacity 1s linear 1.5s;
    }
    .show-line-up.situacion-goes-btn {
        opacity: 1;
        transform: rotate(0deg);
        transition: transform .5s linear, opacity .5s;
        width: 25%;
    }
    .den-aqui-btn {
        bottom: 0px;
        display: none;
        float: left;
        position: sticky;
        transition: transform .5s linear, opacity 1s linear .5s;
        width: 20%;
        z-index: 2;
    }
    .den-aqui-btn a {
        /*padding: 5px;*/
        background: #d03131f2;
        color: white !important;
    }
    .reload-img {
        height: 9%;
        width: 20%;
    }
    #res-theme-alcaldia {
        height: 100%;
        top: 7px;
        width: 99%;
    }
    .send-icon {
        display: block;
        margin-bottom: 7px;
        margin-left: 42%;
        width: 23px;
    }
    .situacion-goes-btn {
        bottom: 0px;
        float: left;
        opacity: 0;
        position: sticky;
        transition: width 0s linear .5s, opacity .8s;
        width: 0;
        z-index: 2;
    }
    .situacion-goes-btn .btn-anim {
        /*padding: 8px 0px;*/
    }
    .situacion-goes-btn .btn-icon {
        height: 30px !important;
    }
    .situacion-goes-btn .btn-icon:after {
        bottom: -6px;
        height: 12px;
        width: 18px;
    }
    .theme-swiper-autoridades>.swiper-wrapper {
        /*overflow: hidden;*/
    }
    .theme-alcaldias-radios {
        margin-top: 4px;
    }
    .theme-back-alcaldias {
        border-radius: 0px 3px 0px 1px;
        font-size: 13px;
        margin-top: 4px;
        padding: 0px 3px;
        right: 3px;
        top: -1px;
        width: 80px;
    }
    .theme-back-alcaldias i {
        margin-bottom: 0px;
        margin-left: 54px;
        margin-top: -12px;
        font-size: 12px
    }
    .theme-btn-interactive {
        /*bottom: unset;*/
        border-radius: 0px 0px;
        box-shadow: initial;
        overflow: hidden;
        transform: rotate(0deg)/* !important*/;
        z-index: 3;
    }
    .theme-btn-interactive.app-theme {
        display: block !important;
    }
    .theme-btn-interactive>a:after {
        border: 0px !important;
    }
    .theme-btn-interactive>a:before {
        border: 0px !important;
    }
    .theme-content:not(.theme-active) .theme-footer-text {
        font-size: 29px;
        /*line-height: 15px;*/
    }
    .theme-content-chapters {
        overflow: hidden;
        /*top: -11px;*/
    }
    .theme-element-content {
        background: #00363ce6;
        float: right;
        height: 75px;
        /*margin-right: -50%;*/
        margin-top: -90px;
        overflow: hidden;
        padding-top: 5px;
        padding-left: 3px;
        position: sticky !important;
        right: 0;
        top: 0px !important;
        width: 5%;
        z-index: 16;
    }
    .theme-extra-paot-data {
        display: none !important;
        font-size: 12px;
        margin-top: 0px;
        margin-bottom: 9px;
        width: 100%;
    }
    .theme-extra-paot-data a {
        font-size: 13px;
        margin-bottom: 12px;
        margin-top: 15px;
        padding: 1px 4px;
    }
    .theme-form-only-paot {
        padding: 5%;
        width: 100%;
    }
    .theme-form-paot-check {
        background: #47a1b5;
        border-radius: 5px;
        color: white;
        font-weight: 100;
        font-size: 12px;
        margin-top: 5px;
        padding: 3px 6px 1px 6px;
        width: 55px;
    }
    .theme-form-tab-inst tr:nth-child(1) {
        display: none;
    }
    .theme-form-tab-inst tr:nth-child(3) {
        display: none;
    }
    .theme-form-tab-inst tr:nth-child(4) {
        display: none;
    }

    .radiobtn .theme-form-paot-check:after,.theme-form-paot-check:before {
        background: #145d65a6;
        height: 17px !important;
        top: 7px !important;
    }
    .radiobtn .theme-form-paot-check:before {
        background-color: #436aa0e6;
    }
    .theme-form-paot-denunciado {
        padding-top: 15px;
    }
    .theme-form-paot-dir {
        font-size: 13px;
        text-align: justify;
    }
    .theme-form-paot-info {
        font-size: 13px;
        padding-top: 10px;
        text-align: justify;
    }
    .theme-form-paot-inputs {
        font-size: 13px;
        margin-top: 14px;
        width: 100%;
    }
    .theme-form-paot-inputs .btn-primary {
        margin-bottom: 18px;
    }
    .theme-form-paot-inputs #mostrar_form {
    }
    .theme-form-paot-inputs td {
        font-size: 12px;
        padding-top: 8px;
    }
    .theme-form-paot-inputs td:nth-child(even) {
        width: 25%;
    }
    .theme-form-paot-inputs td:nth-child(odd):not(.theme-form-paot-tit) {
        width: 40%;
    }
    .theme-form-paot-inputs td input[type="text"],input[type="number"], .theme-form-paot-inputs td select,.theme-form-paot-inputs td textarea {
        background-position: right 4px top 4px !important;
        border: 1px solid #bfbfbf;
        border-radius: 3px;
        height: 27px;
        padding: 1px 5px;
        width: 100%;
    }
    .theme-form-paot-inputs th {
        width: 25%;
    }
    .theme-form-paot-tit {
        /*display: block;*/
        padding-bottom: 2px;
        padding-top: 2px;
        font-size: 13px;
        width: 100%;
    }
    .theme-inner-form-left>div:not(.theme-btn-interactive):not(.empty-btn-sticky), .line-history {
        /*display: none;*/
        position: absolute;
        top: 665px;
    }
    #theme-form .radiobtn label {
        font-size: 12px !important;
    }
    #theme-form div:not(.theme-alcaldias-radios)>.radiobtn {
        width: 90%;
    }
    .theme-form-atencion {
        border: 0 !important;
        font-size: 13px;
        font-weight: 500;
        padding: 2px 7px;
    }
    .theme-form-app-inst {
        display: none;
        font-size: 12px;
        padding: 1px 4px;
    }
    .theme-form-app-inst>a {
        font-size: 12px;
        font-weight: 500;
    }
    .theme-form-content {
        height: 600px;
        margin-top: 120px;
    }
    .theme-form-title-inst {
        font-size: 13px;
        padding: 5px;
    }
    .theme-form-left {
        border-radius: 0;
        -webkit-box-shadow: -2px 20px 20px 20px rgba(0, 0, 0, 0.02);
        -moz-box-shadow: -2px 20px 20px 20px rgba(0, 0, 0, 0.02);
        -o-box-shadow: -2px 20px 20px 20px rgba(0, 0, 0, 0.02);
        box-shadow: -2px 20px 20px 20px rgba(0, 0, 0, 0.02);
        overflow: initial !important;
        width: 100%;
        z-index: 16;
    }
    .theme-form-right {
        background: white;
        float: right;
        height: 75px;
        margin-top: -90px;
        opacity: 1;
        /*overflow: hidden;*/
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0px !important;
        width: 100%;
        z-index: 15;
    }
    .theme-form-right:not(.app-theme) {
        display: none;
        /*bottom: -240px;
        height: 175px;
        left: unset !important;
        overflow: hidden;
        position: absolute;
        right: 0%;
        width: 50%;*/
        height: 100px;
        /*margin-top: -100px;*/
        overflow: hidden;
        position: sticky;
        top: 0px;
        width: 50%;
        z-index: 16;
    }
    .theme-form-paot .theme-form-atencion {
        display: none;
        background: #005e8291;
        font-size: 15px;
    }
    .theme-form-paot .theme-form-web-inst {
        font-size: 14px;
        margin: 10% 0% 3% 23%;
        padding: 0px;
        width: 160px;
    }
    .theme-section-autoridad-1 .theme-form-paot .theme-form-web-inst {
        margin: 25% auto;
        width: 65%;
    }
    .theme-form-paot .theme-form-web-inst a {
        padding: 1px 12px;
    }
    .theme-form-paot-btn-return {
        background-color: transparent;
        border: 0;
        bottom: 0px;
        display: block;
        float: left;
        opacity: 1;
        position: sticky;
        transform: rotate(0deg);
        transition: transform .5s linear, opacity 1s linear 1.5s;
        width: 50%;
    }
    .theme-form-paot-btn-send {
        background-color: transparent;
        border: 0;
        bottom: 0px;
        display: block;
        float: right;
        opacity: 1;
        position: sticky;
        transform: rotate(0deg);
        transition: transform .5s linear, opacity 1s linear 1.5s;
        width: 50%;
    }
    .theme-form-content-inst .theme-form-tab-inst {
        float: right;
        width: 75%;
    }
    .theme-form-tab-inst td {
        border: 1px solid #016e71;
        font-size: 12px;
    }
    .theme-form-chapter {
        /*float: left;*/
        margin-left: 0px;
    }
    .theme-form-content-inst .theme-form-tab-inst td:nth-child(odd) {
        background: #007184;
        border: 0;
        border-radius: 2px;
        color: white;
        font-size: 13px;
        letter-spacing: .2px;
        padding-right: 7px;
        text-align: center;
        width: 75px;
    }
    .theme-form-content-inst .theme-form-tab-inst td:nth-child(even) {
        border: 0;
        padding-left: 12px;
    }
    .theme-form-tab-inst tr:nth-child(3) td:nth-child(2) {
        word-break: break-word;
    }
    .theme-form-title {
        background: #00363c;
        border: 0;
        border-radius: 0px 0px 12px 0px;
        color: #ffffff;
        float: left;
        font-family: "San Francisco Display Thin" !important;
        font-size: 15px;
        margin-left: -20px;
        text-transform: uppercase;
        width: 96%;
    }
    .theme-footer-text {
        font-weight: 500;
        left: 5%;
        width: 80%;
    }
    .theme-help-art-btn {
        font-size: 12px;
        padding: 2px 5px;
    }
    .theme-help-btn {
        margin-left: 3px;
    }
    .theme-help-hide {
        background: #016a8a;
        clip-path: unset;
        font-size: 17.5px;
        right: 4%;
        top: 33%;
    }
    .theme-help-left-back {
        background: #0018279e;
        border-radius: 0px 2px 30px 0px;
        height: 35%;
        top: 33%;
        width: 96%;
    }
    .theme-help-section {
        background: #00000026;
        height: 100%;
        width: 100%;
    }
    .theme-help-text {
        font-family: "San Francisco Display Thin" !important;
        font-size: 14px;
        /* font-weight: 100; */
        letter-spacing: 0.1px;
        line-height: 20px;
        padding: 6% 4%;
        text-align: center;
    }
    .theme-img-ani-1 {
        background-position: 70%;
    }
    .theme-img-autoridad {
        height: 70px;
        width: 70px;
    }
    .theme-img-autoridad:not(.theme-non-autor) {
        transform: translate(-11%, 0%);
    }
    .theme-init-info-before {
        width: 100%;
    }
    .theme-inner-form-left {
        /*display: none;*/
        width: 100%;
    }
    .theme-inner-form-right {
        float: initial;
        width: 100%;
    }
    .theme-inner-init-info-before {
        background-color: #002635ed;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 500;
        height: 22%;
        letter-spacing: 1px;
        line-height: 20px;
        padding: 9% 2%;
        transform: translate(22%, -50%);
        width: 70%;
    }
    .theme-inner-init-info-before>.theme-close-before {
        background: #ffffff;
        color: #24404c;
        font-size: 20px;
        height: 25px;
        width: 33px;
        border-radius: 0px 2px 0px 2px;
    }
    .theme-left-desc-content>div:not(.theme-form-content-inst):not(.theme-alcaldias-radios):not(#res-theme-alcaldia):not(#res-theme-juzgado) {
        column-count: 1;
    }
    .theme-left-desc-content-autoridad {
        background: white;
        /*border-top: 1px solid #38545e;*/
        height: unset;
        padding: 0% 1% 0% 0%;
        position: absolute;
        top: 75px;
        width: 100%;
        z-index: 2;
    }
    .theme-section-autoridad-1 .theme-left-desc-content-autoridad {
        top: 140px;
    }
    .theme-section-autoridad-1 .theme-form-content-inst .theme-form-tab-inst {
        width: 87%;
    }
    .theme-left-desc-content-autoridad .theme-form-content-inst {
        display: contents;
        margin-top: 0px;
    }
    .theme-main-title {
        font-size: 21px;
        padding: 0px 7px;
    }
    .theme-paot-alert>.scroller {
        top: -20%;
    }
    .theme-paot-alert-text-tit {
        border: 1px solid #f7f7f7;
        border-radius: 3px;
        font-size: 25px;
        line-height: 32px;
        text-align: left;
    }
    .theme-paot-alert-text-sub {
        font-size: 15px;
        margin: 9% 0% 0% 0%;
        text-align: center;
    }
    .theme-paot-alert-text-sub>i {
        margin-left: 4%;
    }
    .theme-paot-alert-text-sub-2 {
        font-size: 15px;
        line-height: 28px;
        text-align: justify;
    }
    .theme-paot-alert-text-sub-3 {
        font-size: 15px;
        line-height: 28px;
        padding: 2px 8px;
    }
    .theme-paot-alert-text-sub-4 {
        font-size: 15px;
        line-height: 25px;
        padding: 0px 2px;
        text-align: left;
    }
    .theme-paot-alert-text-subtit {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 4%;
        text-align: left;
    }
    .theme-paot-alert-content {
        width: 100%;
    }
    .theme-paot-alert-mention {
        font-size: 17px;
    }
    .theme-paot-alert-content-text {
        top: 48%;
    }
    .theme-paot-help-msg {
        font-size: 13px;
    }
    .theme-paot-init-content {
        height: 312px;
    }
    .theme-right-desc {
        position: absolute;
    }
    .theme-right-desc>div:not(.theme-back-desc) {
        font-family: "San Francisco Display Thin" !important;
        font-size: 12px;
        font-weight: 600;
        padding: 7px 2px;
    }
    .theme-right-desc-autoridad {
        border: 0;
        float: unset;
        height: 72px;
        position: absolute;
        width: 100%;
    }

    /*div[class^="theme-sit-dev-"] {
        background: #617c85e3;
        border: 1px solid white;
        border-radius: 4px;
        color: white;
        font-size: 14px;
        margin: 9px;
        padding: 12px 12px;
        position: absolute;
        width: 65px;
    }*/
    .theme-set-autoridad {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.3px;
        line-height: 20px;
        margin: 0px 10px 0px 60px;
        padding-top: 14px;
        text-align: justify;
    }
    .theme-set-red-box-msg {
        display: none;
        font-size: 14px;
        padding: 5px;
    }
    .theme-set-situaciones {
        bottom: 42px;
        display: none;
        top: unset;
    }
    /*.theme-sit-dev-down {
        bottom: 0;
    }
    .theme-sit-dev-up {
        top: 41px;
    }*/
    #theme-situaciones-list {
        width: 96%;
    }
    .theme-situacion-less {
        background: #72a3b8d1;
        bottom: 7px;
        border: 1px solid #005b6d6b;
        border-radius: 3px;
        font-size: 13px;
        height: 26px;
        left: 38%;
        margin-top: 0px;
        padding: 7px 0px 0px 0px;
        top: unset;
        width: 110px;
    }
    .theme-situacion-more {
        background: #72a3b8d1;
        bottom: 7px;
        border: 1px solid #005b6d6b;
        border-radius: 3px;
        font-size: 13px;
        height: 26px;
        left: 38%;
        margin-top: 0px;
        padding: 0px 5px;
        top: unset;
        width: 100px;
    }
    .theme-situacion-show li {
        border-left: 18px solid #a93225e3;
        font-size: 12px;
        padding: 1px 2px;
    }
    .theme-swiper-autoridades {
        padding: 1% 0.5% 0% 0.5%;
    }
    .theme-swiper-btn-next-autoridad {
        display: none;
    }
    .theme-swiper-btn-prev-autoridad {
        display: none;
    }
    .theme-text-situacion-art {
        width: 78%;
    }
    .theme-tooltip {
        display: none;
    }
    .title-prev-history {
        display: none;
    }

    #intro-slider li>div {
        height: 750px;
        background-position: 35%;
    }
    /* PERSONALIZED SECCIONS */
    .theme-animales-selected #chapter-3>.response-theme-done {
        /*overflow-y: scroll;*/
        overflow: hidden;
        height: 600px;
        /*-webkit-overflow-scrolling: touch;*/
    }
    .theme-animales-selected #chapter-3 .theme-form-title {
        /*position: absolute;*/
        z-index: 1;
    }
    .theme-animales-selected #chapter-3 .theme-form-chapter>div:nth-child(3) {
        /*margin-top: 41px;*/
    }
}

@media  (min-width: 1025px) and (max-width: 1680px) {
    .appear-chapters-results:before {
        top: -10%;
    }
    .btn-anim {
        height: 60px;
    }
    .btn-anim-title {
        font-size: 14px !important;
    }
    .container-circle {
        right: 12px;
    }
    .get-manual {
        font-size: 18px;
        padding: 31px 6px 27px 4px;
    }
    .img-theme-content-1 {
        float: left;
        height: 363px;
        width: 75%;
    }
    .img-theme-content-2 {
        float: right;
        height: 30%;
        width: 25%;
    }
    .img-theme-content-3 {
        float: right;
        height: 30%;
        width: 25%;
    }
    .img-theme-content-4 {
        float: right;
        height: 30%;
        width: 25%;
    }
    .img-theme-content-5 {
        float: right;
        height: 30%;
        width: 34%;
    }
    .img-theme-content-6 {
        float: left;
        height: 30%;
        width: 33%;
    }
    .img-theme-content-7 {
        float: left;
        height: 30%;
        width: 33%;
    }
    .img-theme-content-8 {
        float: left;
        height: 25%;
        width: 100%;
    }
    .main-timeline .description {
        font-size: 14px;
    }
    .navbar-nav {
        margin-left: 0% !important;
        margin-top: 12px;
    }
    .radiobtn input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before {
        height: 16px;
        width: 16px;
    }
    .radiobtn label:after, .radiobtn label:before {
        height: 16px;
        top: 2.4px;
        width: 16px;
    }
    .radiobtn label:before {
        width: 0;
        height: 0;
    }
    .radiobtn .theme-form-paot-check:after, .theme-form-paot-check:before {
        background: #c1473b75;
        top: 8.3px !important;
    }
    .reload-img {
        height: 9%;
        width: 15%;
    }
    #res-theme-alcaldia {
        height: 96%;
    }
    #res-theme-alcaldia .theme-form-atencion {
        font-size: 14px;
        padding: 1px 10px 0px 10px;
    }
    .send-icon {
        display: block;
        margin-bottom: 7px;
        margin-left: 6px;
        width: 23px;
    }
    .situacion-goes-btn {
        top: 55%;
    }
    .theme-alcaldias-radios {
        margin-top: 9px;
    }
    .theme-back-alcaldias {
        height: 22px;
    }
    .theme-btn-interactive.theme-form-paot-btn-send, .theme-btn-interactive.theme-form-paot-btn-return {
        /* bottom: unset; */
        border-radius: 0px 0px;
        box-shadow: initial;
        margin-top: 5%;
        overflow: hidden;
        transform: rotate(0deg)/* !important*/;
        z-index: 3;
    }
    .theme-content:not(.theme-active) .theme-footer-text {
        font-size: 25px;
        line-height: 24px;
    }
    .theme-extra-paot-data {
        font-size: 13px;
        width: 95%;
    }
    #theme-form div.theme-alcaldias-radios>.radiobtn label {
        font-size: 12px !important;
    }
    #theme-form .radiobtn label {
        font-size: 13px !important;
        /*padding: 0px 26px 4px 3px;*/
    }
    .theme-form-content {
        height: 600px;
        margin-top: 10%;
    }
    .theme-form-inst {
        height: 215px;
    }
    .theme-form-only-paot {
        height: 630px;
        overflow-y: scroll;
        padding: 3%;
        right: 0;
        width: 75%;
        z-index: 4;
    }
    .theme-form-only-paot::-webkit-scrollbar {
        width: 10px;
    }
    .theme-form-only-paot::-webkit-scrollbar-thumb {
        background: #005967c9;
    }
    .theme-form-only-paot::-webkit-scrollbar-track {
        background: #eaeaea;
    }
    .theme-form-paot .theme-form-atencion {
        font-size: 17px;
    }
    .theme-form-paot .theme-form-web-inst {
        margin: 10% ​auto;
    }
    .theme-form-paot-btn-return {
        background: transparent;
        border: 0;
        bottom: 0px;
        display: block;
        float: left;
        margin-left: 28%;
        opacity: 1;
        transform: rotate(0deg);
        transition: transform .5s linear, opacity 1s linear 1.5s;
    }
    .theme-form-paot-btn-return .btn-anim {
        background: transparent;
        border: 0px !important;
        border-radius: 1px;
        color: #385460 !important;
        height: 65px;
        font-size: 15px;
        font-weight: 600;
        padding: 8px 0px;
        width: 100%;
    }
    .theme-form-paot-btn-send {
        background: #ff000000;
        border: 0;
        bottom: 0px;
        display: block;
        /* float: right; */
        opacity: 1;
        transform: rotate(0deg);
        transition: transform .5s linear, opacity 1s linear 1.5s;
        /* width: 50%; */
    }
    .theme-form-paot-btn-send>a:after, .theme-form-paot-btn-return>a:after {
        border: 0px !important;
    }
    .theme-form-paot-btn-send>a:before, .theme-form-paot-btn-return>a:before {
        border: 0px !important;
    }
    .theme-form-paot-btn-send .btn-anim {
        background: #ffffffd4;
        border: 0px !important;
        border-radius: 1px;
        color: #385460 !important;
        height: 65px;
        font-size: 15px;
        font-weight: 600;
        padding: 8px 0px;
        width: 100%;
    }
    .theme-form-paot-btn-send .btn-anim span.icon, .theme-form-paot-btn-return .btn-anim span.icon {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        color: #385460;
        line-height: 27px !important;
    }
    .theme-form-paot-check {
        background: #47a1b5;
        border-radius: 5px;
        color: white;
        font-weight: 100;
        font-size: 15px;
        margin-top: 5px;
        padding: 3px 6px 1px 13px;
        width: 63px;
    }
    .theme-form-paot-datosden {
        background: #eaeaea;
        padding-left: 12px;
    }
    .theme-form-paot-dir {
        background: rgb(0, 69, 84);
        border-radius: 3px 3px 2px 2px;
        color: white;
        padding: 8px;
        text-align: justify;
    }
    .theme-form-paot-info {
        padding: 1px 8px;
        text-align: justify;
    }
    .theme-form-paot-inputs {
        display: table;
        font-size: 13px;
        /* margin-top: 14px; */
        width: 100%;
    }
    .theme-form-paot-inputs td {
        font-size: 15px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 3px;
    }
    .theme-form-paot-inputs td input[type="text"], input[type="number"], .theme-form-paot-inputs td select, .theme-form-paot-inputs td textarea {
        border: 1px solid #bfbfbf;
        border-radius: 3px;
        width: 100%;
    }
    .theme-form-paot-inputs th:not(.theme-form-paot-tit):not(.theme-form-paot-sub) {
        padding-left: 5px;
        text-align: right;
    }
    .theme-form-paot-inputs tr {
        width: 100%;
    }
    .theme-form-paot-tit {
        /* display: block; */
        padding-bottom: 7px !important;
        padding-left: 7px !important;
        padding-top: 14px !important;
        font-size: 15px;
        width: 100%;
    }
    .theme-form-tab-inst td {
        font-size: 13px;
    }
    .theme-form-title {
        font-size: 18px;
        line-height: 19px;
    }
    .theme-form-title-inst {
        font-size: 14px;
    }
    .theme-help-art-btn {
        font-size: 12px;
        width: 24%;
    }
    .theme-help-art-btn.show-art-title:hover span {
        left: -192px;
        width: 218px;
        top: 14px;
    }
    .theme-help-btn {
        position: unset;
    }
    .theme-help-section {
        left: -163%;
        width: 100%;
    }
    .theme-help-show {
        left: 0;
    }
    .theme-help-text {
        font-size: 16px;
        line-height: 22px;
    }
    .theme-inner-init-info-before {
        font-size: 17px;
        height: 26%;
        line-height: 21px;
    }
    .theme-left-desc-content-autoridad {
        width: 62%;
    }
    .theme-main-title {
        font-size: 35px;
    }
    .theme-paot-alert>.scroller {
        top: -19%;
    }
    .theme-right-desc>div:not(.theme-back-desc) {
        font-size: 15px;
    }
    .theme-section {
        float: right;
        height: 605px;
        width: 75%;
    }
    .theme-set-autoridad {
        margin: 12px 6px 0px 77px;
        font-size: 15px;
    }
    .theme-set-situaciones {
        height: 200px;
    }
    .theme-situacion-less {
        top: 286px;
    }
    .theme-situacion-more {
        top: 286px;
    }
    .theme-situacion-show li {
        font-size: 12.5px;
    }
    #theme-situaciones-list {
        width: 98%;
    }
    .theme-text-situacion-art {
        width: 76%;
    }
}

@media (min-width: 1367px) and (max-width: 1680px) {
}

@media (min-width: 1681px) and (max-width: 1919px) {
}

@media (min-width: 1920px) {
    
    .content-theme-den-led {
        border: solid 0px #000000;
        display: block;
        margin-left: 18.5%;
        margin-top: 25px;
        width: 81%;
    }
    .radiobtn .theme-form-paot-check:after, .theme-form-paot-check:before {
        background: #c1473b75;
        top: 8.3px !important;
    }
    .reload-img {
        height: 22px;
        width: 22px;
    }
    .send-icon {
        display: block;
        margin-bottom: 7px;
        margin-left: 6px;
        width: 23px;
    }
    .captcha-img {
        width: 100px;
    }
    .theme-form-only-paot {
        height: 765px;
        overflow-y: scroll;
        padding: 3%;
        right: 0;
        width: 75%;
        z-index: 4;
    }
    .theme-form-paot-btn-return {
        background: transparent;
        border: 0;
        bottom: 0px;
        display: block;
        float: left;
        margin-left: 28%;
        opacity: 1;
        transform: rotate(0deg);
        transition: transform .5s linear, opacity 1s linear 1.5s;
    }
    .theme-form-paot-btn-return .btn-anim {
        background: transparent;
        border: 0px !important;
        border-radius: 1px;
        color: #385460 !important;
        height: 65px;
        font-size: 15px;
        font-weight: 600;
        padding: 8px 0px;
        width: 100%;
    }
    .theme-form-paot-btn-send {
        background: transparent;
        border: 0;
        bottom: 0px;
        display: block;
        /*float: right;*/
        opacity: 1;
        transform: rotate(0deg);
        transition: transform .5s linear, opacity 1s linear 1.5s;
        /*width: 50%;*/
    }
    .theme-form-paot-btn-send .btn-anim {
        background: transparent;
        border: 0px !important;
        border-radius: 1px;
        color: #385460 !important;
        height: 65px;
        font-size: 15px;
        font-weight: 600;
        padding: 8px 0px;
        width: 100%;
    }
    .theme-form-paot-btn-send>a:before, .theme-form-paot-btn-return>a:before {
        border: 0px !important;
    }
    .theme-form-paot-btn-send>a:after, .theme-form-paot-btn-return>a:after {
        border: 0px !important;
    }
    .theme-btn-interactive.theme-form-paot-btn-send,.theme-btn-interactive.theme-form-paot-btn-return {
        /* bottom: unset; */
        border-radius: 0px 0px;
        box-shadow: initial;
        margin-top: 5%;
        overflow: hidden;
        transform: rotate(0deg)/* !important*/;
        z-index: 3;
    }
    .theme-form-paot-btn-send .btn-anim span.icon,.theme-form-paot-btn-return .btn-anim span.icon {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        color: #385460;
        line-height: 27px !important;
    }
    .theme-form-paot-check {
        background: #47a1b5;
        border-radius: 5px;
        color: white;
        font-weight: 100;
        font-size: 15px;
        margin-top: 5px;
        padding: 3px 6px 1px 13px;
        width: 63px;
    }
    .theme-form-paot-datosden {
        background: #eaeaea;
        padding-left: 12px;
    }
    .theme-form-paot-dir {
        background: rgb(0, 69, 84);
        border-radius: 3px 3px 2px 2px;
        color: white;
        padding: 8px;
        text-align: justify;
    }
    .theme-form-paot-div {
        background: #f7f7f7;
        padding-bottom: 13px;
        width: 100%;
    }
    .theme-form-paot-info {
        padding: 1px 8px;
        text-align: justify;
    }
    .theme-form-paot-inputs {
        display:table;
        font-size: 13px;
        /*margin-top: 14px;*/
        width: 100%;
    }
    .theme-form-paot-inputs td {
        font-size: 15px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 3px;
    }
    .theme-form-paot-inputs td:nth-child(even) {
        /*width: 60%;*/
    }
    .theme-form-paot-inputs th:not(.theme-form-paot-tit):not(.theme-form-paot-sub) {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 15px;
        text-align: right;
        width: 20%;
    }
    .theme-form-paot-inputs td input[type="text"], input[type="number"], .theme-form-paot-inputs td select, .theme-form-paot-inputs td textarea {
        border: 1px solid #bfbfbf;
        border-radius: 3px;
        width: 100%;
    }
    .theme-form-paot-inputs tr{
        width: 100%;
    }
    .theme-form-paot-tit {
        /*display: block;*/
        padding-bottom: 7px !important;
        padding-left: 7px !important;
        padding-top: 14px !important;
        font-size: 15px;
        width: 100%;
    }

    .theme-form-only-paot::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .theme-form-only-paot::-webkit-scrollbar-track {
        background: #eaeaea; 
    }
     
    /* Handle */
    .theme-form-only-paot::-webkit-scrollbar-thumb {
        background: #005967c9; 
    }

    /* Handle on hover */
    .theme-form-only-paot::-webkit-scrollbar-thumb:hover {
        background: #005967; 
    }
}