@font-face {
    font-family: "Lato";
    src: url("../../fonts/lato/Lato-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Myriad Pro Bold Cond";
    src: url("../../fonts/myriad-pro-cufonfonts/MYRIADPRO-BOLDCOND.OTF")
        format("opentype");
}
@font-face {
    font-family: "Myriad Pro Regular";
    src: url("../../fonts/myriad-pro-cufonfonts/MYRIADPRO-REGULAR.OTF")
        format("opentype");
}
@font-face {
    font-family: "Lato Bold";
    src: url("../../fonts/lato/Lato-Bold.ttf") format("truetype");
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
#index {
    overflow-x: hidden;
}
.cbreadcrumb {
    padding-top: 30px;
    padding-bottom: 10px;
}
.cbreadcrumb-item {
    padding-left: 5px;
    border-left: 2px solid rgb(0, 56, 168);
    text-transform: uppercase;
    text-align: center;
}
.cbreadcrumb-item {
    color: rgb(0, 56, 168);
}

.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 14px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
}
.back-to-top:hover {
    color: rgb(0, 56, 16);
}
.cbreadcrumb-item.current-item {
    color: #6592f3;
    text-transform: capitalize;
    font-size: 12px;
}

.custom-padding-top {
    padding-top: 100px;
}
.custom-padding-top-index {
    padding-top: 126px;
}

.default-title {
    color: rgb(0, 56, 168);
    text-transform: uppercase;
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f2f7fa;
    text-align: center;
}

.default-title-white {
    color: rgb(0, 56, 168);
    text-transform: uppercase;
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: white;
    text-align: center;
}

.lato {
    font-family: "Lato";
}

.lato-bold {
    font-family: "Lato Bold";
}

.myriad-pro-cond {
    font-family: "Myriad Pro Bold Cond";
    /* font-weight: bold !important; */
}

.myriad-pro-regular {
    font-family: "Myriad Pro Regular";
    /* font-weight: bold !important; */
}

.custom-margin {
    margin-left: 6%;
    margin-right: 6%;
}

.double-custom-margin {
    margin-left: 20%;
    margin-right: 20%;
}

.triple-custom-margin {
    margin-left: 30%;
    margin-right: 30%;
}

.custom-padding {
    padding-left: 6%;
    padding-right: 6%;
}

nav#customNavbar {
    /* position: fixed; */
    z-index: 11;
    background-color: rgb(0, 56, 168) !important;
}
nav#customNavbar .navbar-collapse {
    /* padding-top: 40px; */
}

.navbar-brand img.logo {
    height: 100px;
}
.navbar-brand img.logo-small {
    height: 35px;
}

a {
    color: white;
}

a:hover {
    color: #6592f3;
    text-decoration-line: none;
}

nav#customNavbar .second-menu {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Myriad Pro Bold Cond";
}

.search-wrapper {
    box-shadow: 0px 0px 3px white;
}

nav#customNavbar input {
    color: white;
    background-image: linear-gradient(
        rgba(0, 56, 168, 0.9),
        rgba(17, 34, 90, 0.9)
    );
    border: none;
    height: 30px;
}

.search-attach-btn {
    margin-left: 0;
    position: relative;
    height: 30px;
    color: white;
    border: none;
    background-image: linear-gradient(
        rgba(0, 56, 168, 0.9),
        rgba(17, 34, 90, 0.9)
    );
}
.search-attach-btn:before {
    content: "";
    background: #ccc;
    position: absolute;
    bottom: 10%;
    left: 0;
    height: 80%;
    width: 1px;
}

.search-item {
    border-right: 2px solid rgba(204, 204, 204, 0.4);
    padding-right: 8px;
}

.first-social-item {
    padding-left: 8px;
}

.last-social-item {
    padding-right: 8px;
}

.lang-item .nav-link {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.first-lang-item {
    border-left: 2px solid rgba(204, 204, 204, 0.4);
    padding-left: 14px;
}

.social-item {
    font-size: 18px;
}

.dropdown-toggle::after {
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translate(-100%, 0);
}

.second-menu {
    margin-top: 3px;
    border-top: 1.5px solid rgba(204, 204, 204, 0.4);
}

.resp-menu {
    color: #fff;
}

.cSelected {
    color: #6592f3;
}

/* Footer */

#footer {
    width: 100%;
}

.footerFirstLayer {
    /* height: 40vh; */
    position: relative;
}
.footerFirstLayer::before {
    background-image: url("../../img/fondo_noticias.jpg");
    background-size: cover;
    background-position: 50%;
    filter: opacity(70%);
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.footerFirstLayer .footer-content {
    color: rgb(0, 56, 168);
    /* font-weight: bold; */
    text-align: left;
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footerFirstLayer a {
    color: rgb(0, 56, 168);
}
.footerFirstLayer a:hover {
    color: #6592f3;
}

.footerTitle {
    /* font-weight: bold; */
    margin-bottom: 20px;
}
#footer a:hover {
    color: rgb(0, 56, 168);
    text-decoration: underline;
}

.footerCol {
    text-align: left;
}

.footer-link {
    margin-bottom: 10px;
}

.footer-link img {
    width: 20px;
}

.marcaPais {
    padding-top: 45px;
}

.footerLinkText {
    padding-left: 15px;
}

.footerSecondLayer,
.footerThirdLayer {
    text-align: center;
}
.footerSecondLayer {
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(0, 56, 168);
}
.footerSecondLayer a {
    margin-right: 15px;
}

.footerSecondLayer a:hover {
    color: #6592f3 !important;
    text-decoration: none !important;
}

.footerThirdLayer {
    font-size: 12px;
    color: rgb(0, 56, 168);
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2;
}

.footerThirdLayer a {
    color: rgb(0, 56, 168);
    text-decoration-line: underline;
}
.footerThirdLayer a:hover {
    color: rgba(26, 51, 132, 0.4);
}

/* footer carousel */

#footerCarousel {
    width: 100%;
    height: 30vh;
}

.footerCarousel {
    width: 100%;
    position: relative;
    height: 100%;
    padding-top: 8vh;
}

.footerCarousel img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.footerCarousel a {
    width: 100%;
    height: 100px;
    display: flex !important;
    justify-content: center !important;
}

/* index */
/* index carousel */

.indexWrapper {
    height: 80vh;
    position: relative;
}
.indexCarousel {
    width: 100%;
    height: 80vh;
}

.indexCarousel .slick-list {
    height: 100%;
}

.indexCarousel img {
    height: 80vh;
    object-fit: cover !important;
}

.indexCarousel .slick-arrow::before {
    display: none;
}
.indexCarousel .slick-prev,
.indexCarousel .slick-next {
    color: white;
    /* border: 1px solid blue; */
    background-color: rgb(0, 56, 168);
    width: 55px;
    height: 55px;
    border-radius: 100%;
    text-align: center;
    font-size: 48px;
    line-height: 1;
    z-index: 10;
}

.indexCarousel .slick-prev:hover,
.indexCarousel .slick-next:hover {
    color: rgb(0, 56, 168);
    border: 1px solid rgb(0, 56, 168);
    background-color: transparent;
}
.indexCarousel .slick-prev:focus,
.indexCarousel .slick-next:focus {
    color: rgb(0, 56, 168);
    border: 1px solid rgb(0, 56, 168);
    background-color: transparent;
}

.indexCarousel .slick-prev {
    left: 40px;
    padding-right: 5px;
}
.indexCarousel .slick-next {
    right: 40px;
    padding-left: 5px;
}

/* index meet us */
.meetUsWrapper {
    position: relative;
    min-height: 35vh;
    background-color: #f2f7fa;
}
.meetUs {
    border-radius: 5px;
    position: absolute;
    min-height: 35vh;
    box-shadow: 0 0 20px rgb(30, 30, 30, 0.5);
    background-color: white;
    text-align: center;
    width: 60%;
    top: -8.75vh;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    line-height: 1.2;
}

.title-cCard {
    height: 8.75vh;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    justify-content: center;
    background-color: rgb(0, 56, 168);
    color: white;
}

.body-cCard {
    padding: 30px;
}

/* News */

.newsWrapper {
    position: relative;
    background-image: url("../../img/fondo_noticias.jpg");
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.title {
    text-transform: uppercase;
    color: white;
    text-align: center;
}

.news-content {
    /* display: flex; */
    /* padding-top: 30px; */
}

.newsBox {
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    margin-right: 20px;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 45px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(30, 30, 30, 0.5);
    font-size: 12px;
    margin-top: 30px;
    transition: transform 1s;
}
.newsBox-jump {
    margin-top: 0;
}

.newsBox.last-new {
    margin-right: 0;
}

.newsImg {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.newsTitle {
    padding-bottom: 15px;
    color: rgb(0, 56, 168);
    min-height: 20%;
}

.newsImage {
    padding-bottom: 15px;
}

.newsExtract {
    text-align: justify;
}

.imageFooter {
    padding-top: 5px;
    display: flex;
    font-style: italic;
    text-transform: uppercase;
}

.imageFooter .left {
    margin-right: auto;
}

.imageFooter .right {
    margin-left: auto;
}

.read-more {
    position: absolute;
    padding-bottom: 15px;
    bottom: 0;
    font-style: italic;
    right: 15px;
    color: rgb(0, 56, 168);
}

.read-more a {
    color: rgb(0, 56, 168);
}

.read-more a:hover {
    color: rgb(0, 56, 168);
    text-decoration-line: underline;
}
a.read-more:hover {
    color: rgb(0, 56, 168);
    text-decoration-line: underline;
}

.load-others {
    margin-top: 30px;
    text-align: center;
}

.load-others .load-others-btn {
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    font-style: italic;
    border: 2px solid rgb(0, 56, 168);
    color: rgb(0, 56, 168);
    font-weight: bold;
}

.load-others .load-others-btn:hover {
    color: rgba(255, 255, 255);
    background-color: rgb(0, 56, 168);
}

/* Norms */

.normsWrapper {
    position: relative;
    background-color: #f2f7fa;
    padding-top: 30px;
    padding-bottom: 30px;
}
#tramites-online {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.normsWrapper .title,
#tramites-online .title {
    text-transform: uppercase;
    color: rgb(0, 56, 168);
    text-align: center;
    /* font-weight: bold !important; */
}

.norms-content {
    /* display: flex; */
    padding-top: 30px;
}

.normBox {
    background-color: transparent;
    position: relative;
    margin-right: 20px;
    line-height: 1.2;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    border: 2px solid white;
}

.normBox:hover {
    /* TODO aqu� no va rojo, pero primerp tengo que cambiar el color de fondo */
    border: 2px solid rgb(0, 56, 168);
}

.normBox.last-new {
    margin-right: 0;
}

.normTitle {
    text-align: center;
    padding-bottom: 15px;
    color: rgb(0, 56, 168);
    font-size: 28px;
}
.normExtract {
    text-align: justify;
    color: black;
}

.norm-name {
    font-family: "Myriad Pro Bold Cond";
    font-size: 16px;
}

/* atencion ciudadana, opiniones, preguntas frecuentes */

.citizen_service {
    padding: 30px;
    background-image: url("../../img/fondo_azul_cuadro.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.white-box {
    padding: 60px 40px 60px 40px;
    border: 2px solid white;
}

.innerBox {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border: 2px solid white;
    background-color: transparent;
    font-size: 18px;
    /* font-weight: bold; */
    text-transform: uppercase;
    /* width: 100%; */
    text-align: center;
}

.no-last {
    margin-right: 30px;
}

/* direcciones y entidades*/
#directions,
#entities {
    padding-top: 100px;
}

#directions .title,
#entities .title {
    padding-top: 60px;
    line-height: 1.2;
    padding-bottom: 30px;
    color: rgb(0, 56, 168);
    text-transform: uppercase;
}

.directions-list {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#directions .row {
    position: relative;
}

.card-wrapper {
    position: relative;
    margin-top: 30px;
    height: 250px;
}

.card {
    height: 100%;
    width: 25vw;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(30, 30, 30, 0.185);
}

.jump {
    position: absolute;
    top: -15px;
}

.card .ctitle {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 33%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 45px;
    padding-right: 45px;
    text-align: center;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cfdae0ff;
    color: rgb(0, 56, 168);
}

.card .ctitle a {
    color: rgb(0, 56, 168);
}

.card.blue-title .ctitle {
    background-color: rgb(0, 56, 168);
}

.card.blue-title .ctitle a {
    color: white;
}

.ctitle a:hover,
.card.blue-title .ctitle a:hover {
    color: #6592f3;
}

.cContent {
    text-align: center;
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

/* dirección y entidad*/
#directionsOne,
#entitiesOne {
    padding-top: 100px;
}

#directionsOne .title,
#entitiesOne .title {
    color: rgb(0, 56, 168);
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f2f7fa;
}

.stripped-row {
    padding-top: 45px;
    padding-bottom: 45px;
}

.sr-white {
    background-color: white;
}

.sr-gray {
    background-color: #f2f7fa;
}

.pair-container {
    display: flex;
    padding-left: 5%;
    padding-right: 10%;
}

.pair-img {
    margin-right: 45px;
    height: 100%;
}

.pair-img img {
    /* object-fit: contain; */
    width: 150px;
    height: 100%;
}

.pair-text {
    text-align: left;
    position: relative;
    padding-left: 15px;
    padding-bottom: 30px;
    border-left: 2px solid rgb(0, 56, 168);
}

.pair-text-title {
    padding-top: 10px;
    padding-bottom: 20px;
    color: rgb(0, 56, 168);
}

.pair-text .pair-text-content {
    line-height: 1.2;
    font-size: 14px;
    font-family: "Lato" !important;
}

.small-pair {
    /* max-height: 100px;
    overflow: hidden;
    text-overflow: clip; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.small-pair-objectives {
    max-height: 75vh;
    overflow: hidden;
}

.read-more-less-btn,
.read-more-less-btn-o,
.read-more-less-btn-a {
    color: rgb(0, 56, 168);
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 1.2;
    padding: 0;
    background-color: white;
    border: 2px solid rgb(0, 56, 168);
    border-radius: 100%;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
}
.read-more-less-btn:hover,
.read-more-less-btn-o:hover,
.read-more-less-btn-a:hover {
    color: white;
    background-color: rgb(0, 56, 168);
}

.read-more-less-btn-a {
    bottom: 5px;
}

.articles .title {
    padding-top: 0 !important;
}

.article-text {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 14px;
    line-height: 1.2;
}

/* directorio */

#directory {
    padding-top: 100px;
}

#directory .title {
    color: rgb(0, 56, 168);
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f2f7fa;
}

#directory .stripped-row {
    padding-top: 15px;
}

#directory .sr-gray {
    background-color: #f2f7fa;
}

.dtitle {
    color: rgb(0, 56, 168);
    text-align: center;
    padding-bottom: 30px;
}

.ddtitle {
    color: rgb(0, 56, 168);
}

.dcontent {
    font-size: 14px;
}

.dplace {
    border-top: 1px solid #f2f7fa;
    border-bottom: 1px solid #f2f7fa;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
}

/* apps */

.apps-wrapper {
    padding-top: 45px;
    padding-bottom: 30px;
}

.app {
    min-height: 150px;
}

.underlineText {
    text-decoration-line: underline;
}

/* .app-a:hover{
    text-decoration-line: underline;
} */

.app-container {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
}

.logo-evaluate {
    border-radius: 5px;
    height: 150px;
    box-shadow: 0 0 10px rgba(30, 30, 30, 0.3);
}

.logo-evaluate .app-logo {
    text-align: center;
    height: 80%;
    padding: 5px;
}

.logo-evaluate .app-evaluate {
    text-align: center;
}

.logo-evaluate .app-logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.app-name {
    text-align: center;
    color: rgb(0, 56, 168);
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.2;
}

/* stars */

/* .stars{
    margin-bottom: 10px;
} */

.stars {
    color: rgb(0, 56, 168);
    cursor: pointer;
}

.stars .checked {
    color: orange;
}

.stars span.clickable:hover {
    color: orange;
}

/* normas jurídicas */
.norms-container {
    padding-top: 45px;
}

.norm-box-wrapper {
    padding-bottom: 30px;
    height: 100%;
}

.norm-box.card {
    width: 100%;
}

.norm-box.card .ctitle {
    text-transform: uppercase;
    background-color: rgb(0, 56, 168);
    color: white;
}

.cContent {
    font-size: 14px;
    line-height: 1.2;
}

.cContent a {
    color: rgb(0, 56, 168);
    text-align: left;
}
.cContent a:hover {
    color: #6592f3;
}

.file-row {
    display: flex;
    width: 100%;
    padding-bottom: 15px;
}

.file-row span {
    margin-right: auto;
    text-align: left;
}

.file-row a {
    margin-left: auto;
}

/* noticias */

.news-row {
    display: flex;
    height: 50vh;
    line-height: 1.2;
}
.news-img {
    width: 50%;
}

.content-right {
    border-left: 4px solid #f2f7fa;
}

.img-right {
    padding-left: 15px;
}
.img-left {
    padding-right: 15px;
}

.content-left {
    border-right: 4px solid #f2f7fa;
}

.content-wrapper-news {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    height: 100%;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list .news-content {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ntitle {
    color: rgb(0, 56, 168);
    font-size: 20px;
}
.nSubTitle {
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
}
.nTaken {
    text-transform: uppercase;
}

.nContent {
    padding-top: 30px;
    font-size: 14px;
    text-align: justify;
}
.nReadMore {
    font-style: italic;
    position: absolute;
    bottom: 0;
    right: 5px;
}

.nReadMore a {
    color: rgb(0, 56, 168);
}

.nReadMore a:hover {
    color: #6592f3;
}

.right-side {
    margin-left: auto;
}

.left-side {
    margin-right: auto;
}

/* noticia */

#newsOne .default-title {
    text-align: left;
}

#newsOne a {
    color: rgb(0, 56, 168);
}

#newsOne a:hover {
    color: #6592f3;
}

.new-area {
    background-color: #f2f7fa;
    padding-top: 60px;
    padding-bottom: 30px;
    line-height: 1.2;
}

.new-title {
    color: rgb(0, 56, 168);
    padding-bottom: 10px;
}

.share-title {
    display: none;
}

.new-info {
    display: flex;
    font-size: 14px;
    color: rgb(0, 56, 168);
}

.barra {
    padding-left: 5px;
    padding-right: 5px;
}

.new-content-and-side {
    padding-top: 15px;
    display: flex;
}

.new-content {
    width: 70%;
    /* padding-left: 10px; */
}

#newsOne .new-content p {
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    font-family: "Lato" !important;
    background: transparent;
}
#newsOne .new-content p span {
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    font-family: "Lato" !important;
    background: transparent;
}
#newsOne .new-content ul span {
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    font-family: "Lato" !important;
    background: transparent;
}

.new-side {
    width: 27%;
    padding-left: 15px;
}

.new-content img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

.new-text {
    padding-top: 15px;
    font-size: 14px;
}
.new-text img {
    object-fit: fill;
}

.wrapper-side {
    background-color: white;
    line-height: 1.2;
    box-shadow: 0 0 20px rgb(30, 30, 30, 0.5);
}

.wrapper-side .title {
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: rgb(0, 56, 168);
}

.other-list {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}
.other-list .description {
    padding-bottom: 10px;
}

.other-list .description a {
    color: black;
}

.other-list .description a:hover {
    color: rgb(0, 56, 168);
}

.other-list .new-info {
    text-align: center;
}

.other-divider {
    margin-top: 5px;
    border-top-width: 2px;
}

.container-other {
    padding-bottom: 5px;
}

.other-list .not-first {
    border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.news-comments-title {
    text-align: left;
    color: rgb(0, 56, 168);
    text-transform: uppercase;
}

.news-comments {
    padding-top: 60px;
    padding-bottom: 30px;
    line-height: 1.2;
    margin-left: 15%;
    margin-right: 15%;
}

.news-comments textarea {
    height: 100px !important;
    font-size: 15px !important;
}

.news-comments button {
    width: 200px;
    margin-top: 15px;
    border: 1px solid rgb(0, 56, 168);
    color: rgb(0, 56, 168);
    transition: 0.4s;
    border-radius: 0;
}

.news-comments button:hover {
    color: white;
    background-color: rgb(0, 56, 168);
}

.comments {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.2;
    margin-left: 15%;
    margin-right: 15%;
    background-color: #f2f7fa;
}

.comment {
    margin-right: 3%;
    color: #666666;
    padding-bottom: 15px;
    padding-top: 15px;
}

.comment li {
    color: rgb(0, 56, 168);
    list-style: inherit;
}

.comment-prim {
    margin-left: 3%;
}

.comment-sec {
    margin-left: 10%;
}

.comment-dot {
}

.comment-person {
    font-weight: bold;
    margin-bottom: 3px;
    color: #666666;
    text-transform: capitalize;
}

.comment-comment {
    margin-bottom: 25px;
}

.comment-date {
    text-transform: uppercase;
}

/* ##################
   Managers
   ##################*/

#managers .slick-arrow::before {
    display: none;
}
#managers .slick-prev,
#managers .slick-next {
    color: white;
    /* border: 1px solid blue; */
    background-color: rgb(0, 56, 168);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    z-index: 10;
    top: 40% !important;
}

#managers .slick-prev:hover,
#managers .slick-next:hover {
    color: rgb(0, 56, 168);
    border: 1px solid rgb(0, 56, 168);
    background-color: transparent;
}
#managers .slick-prev:focus,
#managers .slick-next:focus {
    color: rgb(0, 56, 168);
    border: 1px solid rgb(0, 56, 168);
    background-color: transparent;
}

#managers .slick-prev {
    left: -18px;
    padding-right: 5px;
}
#managers .slick-next {
    right: -18px;
    padding-left: 5px;
}

.managers-title {
    padding-bottom: 150px !important;
}

.managers-list {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f2f7fa;
}

.manager-img {
    box-sizing: border-box;
    /* width: 250px; */
    width: 100%;
    border: 8px solid transparent;
    border-radius: 50%;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(#fff, #fff),
        linear-gradient(#cfdae0ff 60%, rgb(0, 56, 168));
    position: relative;
}

.manager-card {
    width: 100%;
}
.manager-card img {
    height: auto;
    width: 100%;
    border-radius: 50%;
}
.manager-position {
    color: rgb(0, 56, 168);
    text-align: center;
    font-family: "Myriad Pro Bold Cond";
    padding-top: 20px;
}

.manager-img:hover .manager-info {
    background: rgba(0, 56, 168, 0.9);
    opacity: 1;
    transition: 0.4s;
}

.manager-info {
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
    border-radius: 50%;
    font-family: "Myriad Pro Bold Cond";
    padding-top: 20px;
    color: #fff;
}

.manager-info-content {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.manager-info h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}
.manager-info span {
    display: block;
    font-size: 13px;
    color: #fff;
}

.manager-info .social {
    margin-top: 15px;
}

.manager-info .social a {
    padding-right: 10px;
}

#managersOne .pair-text-content p {
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    font-family: "Lato" !important;
}
#managersOne .pair-text-content p span {
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    font-family: "Lato" !important;
}
#managersOne .pair-text-content ul span {
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    font-family: "Lato" !important;
}

.see-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 1;
    left: 0;
    right: 0;
    transition: 0.2s;
    margin-bottom: 20px;
}
.priority1-wrapper {
    position: relative;
    height: 200px;
}

.managers2Carousel {
    padding-bottom: 30px;
}

.manager-card.priority1 {
    width: auto;
}

.priority1 {
    position: absolute;
    top: -150px;
    /* left: calc(45% - 90px); */
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    z-index: 1;
}

.priority2 {
    padding: 5px;
}

.priority1 .manager-img {
    width: 18vw;
}
.priority2 .manager-img {
    width: 18vw;
}
.priority3 .manager-img {
    width: 18vw;
}
.manager-img {
    height: auto;
    margin: auto;
}

#managersOne {
    padding-top: 100px;
}

.manager-data {
    /* margin-right: 45px; */
    height: 100%;
    position: relative;
}

.manager-data img {
    width: 250px;
    height: 250px;
    margin: auto;
    display: block;
    border: solid 10px;
    border-radius: 50%;
    border-color: #f2f7fa;
}

.manager-data-content {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 21px;
    color: rgb(0, 56, 168);
    text-align: center;
}

.manager-data-content a {
    color: rgb(0, 56, 168);
}

.manager-data-content a:hover {
    color: #6592f3;
}

.manager-data-content span {
    display: block;
}

.manager-text {
    text-align: left;
    position: relative;
    padding-left: 15px;
    padding-bottom: 30px;
    border-left: 2px solid rgb(0, 56, 168);
}

.manager-content {
    display: flex;
    padding-left: 5%;
    padding-right: 10%;
}

.manager-img-borde {
    border: solid 2px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    position: relative;
    margin: auto;
    display: flex;
    border-color: #6592f3;
}

.manager3Carousel {
    width: 100%;
}

.priority3 {
    padding: 5px;
}

.priority3 .manager-img {
    height: 30vh;
    width: 100%;
}

.priority3 .manager-img img {
    height: 100%;
    width: 100%;
}

#managersOne .pair-text-content {
    font-size: 14px;
}

/* ##################
   Structure
   ##################*/

#structure {
    padding-top: 100px;
}

#structure .title {
    color: rgb(0, 56, 168);
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f2f7fa;
}

#structure .stripped-row {
    padding-top: 0px;
    padding-bottom: 3px;
}

#structure .sr-gray {
    background-color: #f2f7fa;
}

.structure-content {
    display: flex;
    padding-left: 5%;
}

.structure-text {
    text-align: left;
    width: 50%;
    padding-bottom: 30px;
    padding-right: 60px;
    /* border-left: 2px solid rgb(0, 56, 168); */
    padding-top: 30px;
}

.structure-data {
    width: 50%;
    height: 100%;
    position: relative;
}

.structure-data img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

.structure-organ {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 21px;
    color: rgb(0, 56, 168);
    text-align: center;
    padding-top: 30px;
}

.structure-organ a {
    color: rgb(0, 56, 168);
}

.structure-organ a:hover {
    color: #6592f3;
}

#structure .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}

#structure .modal-header span {
    font-weight: 700;
    font-size: 21px;
    color: rgb(0, 56, 168);
    text-align: center;
}

#structure .modal-body img {
    max-width: 640px;
}

#structure .pair-text-content p,
#structure .pair-text-content p ul,
#structure .pair-text-content p span {
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    font-family: "Lato" !important;
}

/* ##################
   Objectives
   ##################*/

#objectives {
    padding-top: 100px;
}

#objectives .title {
    color: rgb(0, 56, 168);
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f2f7fa;
}

#objectives .stripped-row {
    padding-top: 0px;
    padding-bottom: 3px;
}

#objectives .sr-gray {
    background-color: #f2f7fa;
}

.objectives-content {
    display: flex;
    padding-left: 5%;
}

.objectives-text {
    text-align: left;
    width: 50%;
    position: relative;
    padding-bottom: 30px;
    padding-right: 30px;
    /* border-left: 2px solid rgb(0, 56, 168); */
    padding-top: 30px;
}

.objectives-text button {
    bottom: 1px;
}

.objectives-data {
    width: 50%;
}

.objectives-data img {
    width: 100%;
    height: 85vh;
    object-fit: cover;
    margin: auto;
    display: block;
}

#objectives .pair-text-content p,
#objectives .pair-text-content p ul,
#objectives .pair-text-content p span {
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    font-family: "Lato" !important;
}
/* ##################
   ContacUs
   ##################*/

#contacUs {
    padding-top: 100px;
}

#contacUs .title {
    color: rgb(0, 56, 168);
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f2f7fa;
}

#contacUs .stripped-row {
    padding-top: 0px;
    padding-bottom: 3px;
}

#contacUs .sr-gray {
    background-color: #f2f7fa;
}

.contacUs-content {
    display: flex;
}

.contacUs-text {
    text-align: left;
    position: relative;
    padding-left: 15px;
    padding-bottom: 30px;
    /* border-left: 2px solid rgb(0, 56, 168); */
    padding-top: 30px;
    font-size: 21px;
}

.contacUs-data {
    /* margin-right: 45px; */
    height: 100%;
    position: relative;
    padding-top: 30px;
}

.contacUs-data img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 1px solid rgb(0, 56, 168);
    margin: auto;
    display: block;
}

.contacUs-content {
    display: flex;
}

.contacUs-text {
    text-align: left;
    position: relative;
    padding-left: 15px;
    padding-bottom: 30px;
    /* border-left: 2px solid rgb(0, 56, 168); */
    padding-top: 30px;
}

#contacUs .info {
    color: #333333;
}

#contacUs .info i {
    font-size: 32px;
    color: #03c4eb;
    float: left;
}

#contacUs .info p {
    padding: 0 0 10px 50px;
    line-height: 24px;
}

.form #sendmessage {
    color: rgb(72, 128, 12);
    border: 1px solid rgb(72, 128, 12);
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contacUs .form #sendmessage.show,
#contacUs .form #errormessage.show,
#contacUs .form .show {
    display: block;
}

.validation {
    color: red;
    display: none;
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 12px;
}

#contacUs .form input,
#contacUs .form textarea {
    border-radius: 0;
    box-shadow: none;
}

#contacUs .form button[type="submit"] {
    /* background: #03C4EB; */
    border: solid 1px #c4c4c4;
    color: rgb(0, 56, 168);
    transition: 0.4s;
    /* border-color: rgb(0, 56, 168); */
    border-radius: 0;
}

#contacUs .form button[type="submit"]:hover {
    background: rgb(0, 56, 168);
    color: #fff;
}

/* ##################
   Opinions
   ##################*/

#opinions {
    padding-top: 100px;
}

#opinions .title {
    color: rgb(0, 56, 168);
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f2f7fa;
}

#opinions .stripped-row {
    padding-top: 0px;
    padding-bottom: 3px;
}

#opinions .sr-gray {
    background-color: #f2f7fa;
}

.opinions-content {
    display: flex;
    /* padding-left: 10%;
    padding-right: 10%; */
}

.opinions-text {
    text-align: left;
    position: relative;
    padding-left: 15px;
    padding-bottom: 30px;
    /* border-left: 2px solid rgb(0, 56, 168); */
    padding-top: 30px;
}

#opinions .card {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(30, 30, 30, 0.185);
    font-size: 14px;
}

#opinions .info p {
    padding: 0 0 10px 50px;
    line-height: 24px;
}

#opinions .form #sendmessage {
    color: #03c4eb;
    border: 1px solid #03c4eb;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#opinions .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#opinions .form #sendmessage.show,
#opinions .form #errormessage.show,
#opinions .form .show {
    display: block;
}

#opinions .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#opinions .form input,
#opinions .form textarea {
    border-radius: 0;
    box-shadow: none;
}

#opinions .form button[type="submit"] {
    /* background: #03C4EB; */
    border: solid 1px;
    padding: 10px 24px;
    color: rgb(0, 56, 168);
    transition: 0.4s;
    border-color: rgb(0, 56, 168);
}

#opinions .form button[type="submit"]:hover {
    background: rgb(0, 56, 168);
    color: #fff;
}

/* ##################
   Faqs
   ##################*/

#faqs {
    padding-top: 100px;
}

#faqs .title {
    color: rgb(0, 56, 168);
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f2f7fa;
}

#faqs .stripped-row {
    padding-top: 0px;
    padding-bottom: 3px;
}

#faqs .sr-gray {
    background-color: #f2f7fa;
}

.faqs-content {
    display: flex;
    padding-left: 10%;
    padding-right: 10%;
}

.faqs-text {
    text-align: left;
    position: relative;
    padding-left: 15px;
    padding-bottom: 30px;
    /* border-left: 2px solid rgb(0, 56, 168); */
    padding-top: 30px;
    font-size: 21px;
}

#faqs .card {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(30, 30, 30, 0.185);
    font-size: 18px;
}

#faqs #faq-list {
    padding: 0;
    list-style: none;
}

#faqs p {
    font-size: 14px;
}

#faqs #faq-list a {
    color: rgb(0, 56, 168);
}

#faqs #faq-list a.collapsed {
    color: #000;
}

#faqs #faq-list a i {
    padding-left: 15px;
}
#faqs #faq-list a {
    padding: 22px 0;
    padding-right: 0px;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    padding-right: 20px;
}

#faqs #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 20px;
}

#faqs #faq-list li {
    border-bottom: 1px solid #ebebeb;
}

#faqs #faq-list a.collapsed i::before {
    content: "\f2c7" !important;
}

/* evaluate */

.evaluate-area {
    display: flex;
    background-color: white;
    width: 200px;
    align-content: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid rgb(0, 56, 168);
}

.evaluate-area .evaluate-label {
    text-transform: uppercase;
    font-style: italic;
    color: rgb(0, 56, 168);
    margin-right: 5px;
}

/* appOne */

.app-area {
    background-color: #f2f7fa;
    padding-top: 60px;
    padding-bottom: 45px;
    line-height: 1.2;
}

.app-header {
    padding-bottom: 15px;
}
.app-info-img {
    display: flex;
}

.app-img {
    background-color: white;
    width: 125px;
    height: 125px;
    padding: 5px;
    border-radius: 5px;
}

.app-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.app-info {
    padding-left: 15px;
}

.app-name .name-h5 {
    margin-bottom: 0;
    text-align: left;
}

.app-other-info {
    font-size: 12px;
    padding-top: 12px;
    color: rgb(0, 56, 168);
}

.app-other-info-item {
    padding-top: 3px;
}

.app-download a {
    height: 40px;
    align-self: center;
}

.app-description {
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 14px;
    text-align: justify;
}

.description-text {
    color: rgb(0, 56, 168);
    padding-bottom: 10px;
}

.app-images-carousel {
    width: 100%;
    height: 100%;
    position: relative;
}

.app-images-carousel .app-images-carousel-item {
    /* width: 100%; */
    /* height: 100%; */
    padding: 15px;
}
.app-images-carousel-item img {
    height: 40vh;
    width: 100%;
    object-fit: cover;
}

.app-images-carousel .slick-arrow::before {
    display: none;
}
.app-images-carousel .slick-prev,
.app-images-carousel .slick-next {
    color: white;
    /* border: 1px solid blue; */
    background-color: rgb(0, 56, 168);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    z-index: 10;
}

.app-images-carousel .slick-prev:hover,
.app-images-carousel .slick-next:hover {
    color: rgb(0, 56, 168);
    border: 1px solid rgb(0, 56, 168);
    background-color: transparent;
}
.app-images-carousel .slick-prev:focus,
.app-images-carousel .slick-next:focus {
    color: rgb(0, 56, 168);
    border: 1px solid rgb(0, 56, 168);
    background-color: transparent;
}

.app-images-carousel .slick-prev {
    left: -18px;
    padding-right: 5px;
}
.app-images-carousel .slick-next {
    right: -18px;
    padding-left: 5px;
}

.app-custom-margin {
    margin-left: 10%;
    margin-right: 10%;
}

.app-download-evaluate {
    display: flex;
    padding-top: 45px;
}

#appOne .eval-wrapper {
    margin-right: auto;
    margin-bottom: 30px;
    width: 200px;
}

#appOne .dd-wrapper {
    margin-left: auto;
    width: 200px;
}

.dd {
    width: 200px !important;
    background-color: white;
    color: rgb(0, 56, 168);
    border: 1px solid rgb(0, 56, 168);
    text-align: center;
    text-transform: uppercase;
}

.dd a {
    color: rgb(0, 56, 168);
    width: 100%;
    display: block;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dd a:hover {
    color: white;
}
.dd:hover {
    background-color: rgb(0, 56, 168);
    color: white;
    border: 1px solid rgb(0, 56, 168);
}

/* tramites */

.subs-title {
    text-align: center;
}

.subs-title a {
    color: rgb(0, 56, 168);
}

.all-tramites {
    margin-left: 30%;
    margin-right: 30%;
    padding-top: 45px;
    padding-bottom: 45px;
}

.subs-title a:hover {
    color: #6592f3;
}

.tramite-wrapper {
    background-color: white;
    line-height: 1.2;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    border: 2px solid #ebebeb;
    margin-bottom: 5px;
    color: rgb(0, 56, 168);
}

.tramite-header {
    /* padding-bottom: 15px; */
    display: flex;
}

.plus-info {
    color: rgb(0, 56, 168);
    height: 100%;
    margin-left: auto;
    background: #f2f7fa;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}

.plus-info:hover {
    color: white;
    background-color: rgb(0, 56, 168);
    cursor: pointer;
}

.not-display {
    display: none;
}

.content-info {
    overflow: hidden;
    font-size: 14px;
}

#tramites .content-info p span {
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    font-family: "Lato" !important;
}
#tramites .content-info ul span {
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    font-family: "Lato" !important;
}

.all-tramites .not-first {
    margin-top: 60px;
}

/* asociaciones */

.associations-list {
    padding-top: 45px;
    line-height: 1.2;
}

.association-container {
    height: 100%;
    padding-top: 45px;
    padding-left: calc(50% - 125px);
    padding-right: calc(50% - 125px);
}

.association-logo {
    height: 250px;
    width: 250px;
    padding: 40px;
    box-shadow: 0 0 10px rgb(30, 30, 30, 0.5);
    border-radius: 100%;
}

.association-logo img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.association-wrapper {
    position: relative;
    height: 350px;
}

#associations .jump {
    position: absolute;
    top: -45px;
}

.association-link {
    text-align: center;
}

.association-link a {
    color: rgb(0, 56, 168);
}

.association-name {
    color: rgb(0, 56, 168);
    font-size: 18px;
    text-align: center;
}

.association-link a:hover {
    color: #6592f3;
}
.icon-contact {
    font-size: 16px;
    color: rgb(0, 56, 168);
}
.icon-contact img {
    height: 20px;
}
.contacUs-text {
    text-align: center;
}
.contacUs-text span {
    padding-left: 15px;
}

.contactUs-form {
    min-height: 300px;
    overflow: hidden;
}
.form-area textarea {
    height: 60px;
    font-size: 12px;
    font-style: italic;
}
.form-area textarea#applicant-description {
    height: auto !important;
}
.form-text input,
.form-select select {
    height: 30px;
    font-size: 12px;
    font-style: italic;
}

.form-text,
.form-select,
.form-button {
    min-height: 30px;
}

.form-button i {
    padding-left: 5px;
}
.form-button button {
    height: 100%;
    width: 100%;
    font-size: 14px;
    padding: 5px !important;
    text-transform: uppercase;
    font-style: italic;
}

.form-area {
    min-height: 60px;
}

.contactUs-form .form-group {
    margin-top: 0;
    margin-bottom: 10px;
}

.red-info {
    width: 100%;
    border: 1px solid red;
    background-color: rgba(255, 0, 0, 0.2);
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.2;
    color: red;
    min-height: 45px;
    margin-bottom: 30px;
}

#faqs #faq-list .faq-response p span {
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    font-family: "Lato" !important;
}

/* Atención ciudadana */
#sendmessage {
    display: none;
}
#errormessage {
    display: none;
}

#citizen-attention input,
#citizen-attention select,
#citizen-attention textarea {
    border-radius: 0;
}

#citizen-attention .form-group {
    margin-bottom: 5px;
}
#citizen-attention form button,
#social-protection form button {
    border: 1px solid #c4c4c4;
    color: rgb(0, 56, 168);
    transition: 0.4s;
    border-radius: 0;
}
#citizen-attention form button:hover,
#social-protection form button:hover {
    border: 1px solid rgb(0, 56, 168);
    color: white;
    background-color: rgb(0, 56, 168);
}
#citizen-attention .citizen-wrapper {
    padding-top: 30px;
}
#citizen-attention .info-text {
    font-size: 14px;
    line-height: 1.2;
    text-align: justify;
}
/* #citizen-attention .citizen-attention-form{
    padding-top: 10px;
} */

/* Paginación */
.paginator-container {
    padding-top: 60px;
    position: relative;
    height: 100px;
}
.paginator-wrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
}

.paginator-container .page-item {
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.paginator-container .page-item .page-link {
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #212f3d;
}

.paginator-container .page-item.active .page-link {
    color: rgb(0, 56, 168);
    background-color: transparent;
    border-bottom: 2px solid rgb(0, 56, 168) !important;
    padding-bottom: 2px;
}

/* ##################
   Gallery
   ##################*/

#gallery {
    padding-top: 100px;
}

#galeria {
    margin: 1rem auto;
    width: 100%;
    max-width: 960px;
    column-count: 3;
    height: auto !important;
}

#gallery .title {
    color: rgb(0, 56, 168);
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f2f7fa;
}

#gallery .stripped-row {
    padding-top: 0px;
    padding-bottom: 3px;
}

#gallery .sr-gray {
    background-color: #f2f7fa;
}

.gallery-content {
    display: flex;
    padding-left: 10%;
    padding-right: 10%;
}

#gallery #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#gallery #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#gallery #portfolio-flters li:hover,
#gallery #portfolio-flters li.filter-active {
    background: rgb(0, 56, 168);
    color: #fff;
}

#gallery #portfolio-flters li:last-child {
    margin-right: 0;
}

#gallery .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

#gallery .portfolio-wrap iframe {
    width: 100%;
    height: auto;
}

#gallery .portfolio-wrap:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#gallery .portfolio-item {
    position: relative !important;
    /* height: 360px; */
    overflow: hidden;
    top: 0px !important;
    left: 0px !important;
}

#gallery .portfolio-item figure {
    background: #000;
    overflow: hidden;
    /* height: 240px; */
    position: relative;
    border-radius: 4px 4px 0 0;
    /* margin: 0; */
}

#gallery .portfolio-item figure:hover img {
    opacity: 0.4;
    transition: 0.3s;
}

#gallery .portfolio-item figure .link-preview,
#gallery .portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s linear;
}

#gallery .portfolio-item figure .link-preview i,
#gallery .portfolio-item figure .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #333;
}

#gallery .portfolio-item figure .link-preview:hover,
#gallery .portfolio-item figure .link-details:hover {
    background: rgb(153, 204, 51);
}

#gallery .portfolio-item figure .link-preview:hover i,
#gallery .portfolio-item figure .link-details:hover i {
    color: #fff;
}

#gallery .portfolio-item figure .link-preview {
    left: calc(50% - 38px);
    top: calc(50% - 18px);
}

#gallery .portfolio-item figure .link-details {
    right: calc(50% - 38px);
    top: calc(50% - 18px);
}

#gallery .portfolio-item figure:hover .link-preview {
    opacity: 1;
    left: calc(50% - 20px);
}

#gallery .portfolio-item figure:hover .link-details {
    opacity: 1;
    right: calc(50% - 20px);
}

#gallery .portfolio-item .portfolio-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: 90px;
    border-radius: 0 0 3px 3px;
}

/* contactos */
.contacts-container {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.contacts-container .contacts-wrapper {
    background-color: #f2f7fa;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.contacts-container .contacts-wrapper .contacts-divider {
    width: 40px;
    border-top: 2px solid rgb(0, 56, 168);
}
.contacts-container .contact-title {
    font-family: "Myriad Pro Bold Cond";
    font-size: 20px;
    color: rgb(0, 56, 168);
    text-transform: uppercase;
}
.contacts-container .attention-schedule {
    margin-bottom: 30px;
}
.contacts-container .contacts {
    margin-top: 30px;
}
.contacts-container .attention-schedule-content,
.contacts-content {
    color: #666666;
}
.contacts-container .contacts-a {
    color: rgb(0, 56, 168);
    text-decoration-line: underline;
}

.contacts-content {
    padding-left: 30%;
    padding-right: 30%;
}
.contacts-container .contacts-address {
    line-height: 1.2;
}

.cbg-white {
    background-color: white !important;
}
.cbg-gray {
    background-color: #f2f7fa;
}

/* líneas de mensaje */
.message-line-container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.message-line {
    line-height: 1.2;
    background-color: rgb(0, 56, 168);
    color: white;
    font-size: 14px;
    width: 100%;
    min-height: 180px;
    display: flex !important;
}

.message-line .message {
    width: 60%;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
}
.message-line .image-cont {
    position: relative;
    width: 40%;
}
.mline-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
.message-line .image-cont img {
    position: absolute;
    top: -20px;
    left: 10%;
    width: 80%;
    height: calc(100% + 40px);
}
/* .message-line-container .slick-list{
      overflow: visible !important;
  } */

/* filiales territoriales */
.filiales-container .title {
    background-color: transparent !important;
}

.filiales-container .filiales-wrapper {
    color: rgb(0, 56, 168);
    line-height: 1.2;
}
.filiales-container .filiales-wrapper a {
    color: rgb(0, 56, 168);
    font-size: 14px;
}
.filiales-container .filiales-wrapper a:hover {
    color: #6592f3;
}
.filiales-container .filiales-wrapper .card-header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    background-color: white;
}
.filiales-container .filiales-wrapper .card-header span {
    line-height: 1.2;
    background-color: #f2f7fa;
    border: none;
}
.filiales-container .filiales-wrapper .card-header span:hover {
    background-color: rgb(0, 56, 168);
    color: white;
}
.filiales-container .filiales-wrapper .content-info-hidden {
    display: none;
}
.card-w {
    height: 100%;
}

/* filialOne */
div#filialOne .title {
    color: rgb(0, 56, 168);
    padding-top: 45px;
    padding-bottom: 45px;
}
div#filialOne .stitle {
    color: rgb(0, 56, 168);
    text-align: center;
    text-transform: uppercase;
}
div#filialOne .f-structure-text {
    text-align: justify;
    padding-bottom: 30px;
    /* border-left: 2px solid rgb(0, 56, 168); */
    padding-top: 30px;
}

#filialOne .f-structure-text p {
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    font-family: "Lato" !important;
}
#filialOne .color-text-a a {
    color: rgb(0, 56, 168);
}
#filialOne .color-text-a a:hover {
    color: #6592f3;
}

/* resultado de la búsqueda */
.list-busqueda {
    padding-top: 45px;
    padding-bottom: 45px;
}
.list-group-item {
    background-color: #f2f7fa;
    margin-bottom: 30px;
}
.list-group-item .title a {
    color: rgb(0, 56, 168);
}
.list-group-item .title a:hover {
    color: #6592f3;
}
.list-group-item .title {
    display: flex;
    color: rgb(0, 56, 168);
}
.list-group-item .description {
    font-size: 14px;
    line-height: 1.2;
}
.no-data-exists {
    padding-top: 45px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.index-item-wrapper {
    width: 100vw;
}
.index-item-wrapper img {
    width: 100%;
}
.over-a {
    color: black;
}
.over-a:hover {
    color: black;
}

/* direcciones de trabajo */
.map-wrapper {
    padding-top: 45px;
    background-color: #c0e3f6;
    padding-bottom: 45px;
}
#selectedProvinceArea {
    padding-top: 45px;
}
#selectedProvinceAreaWrapper {
    display: flex;
}
#selectedProvinceAreaWrapper .left-side-province {
    width: 50%;
    height: 100%;
}
.rigth-side-directions {
    border-left: 2px solid rgb(0, 56, 168);
}
ul#directionsByProvince {
    list-style: none;
    color: #c4c4c4;
    padding-left: 15px;
    margin-bottom: 0;
    font-family: "Lato";
    color: black;
}
ul#directionsByProvince a {
    color: black;
}
.imgw {
    width: 200px;
    height: auto;
}
#mapsvgprovince {
    height: 100%;
    padding-left: calc(50% - 100px);
}
#mapsvgprovince img {
    width: 100%;
    height: 100%;
    align-self: center;
    text-align: center;
}
#mapsvgprovince .img-wrapper {
    display: flex;
    height: 100%;
}

.no-display {
    display: none;
}

.work-direction-contact {
    padding-left: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.work-direction-phone-wrapper,
.work-direction-address-wrapper {
    line-height: 1.2;
}

.work-direction-contact-header,
.work-direction-phone,
.work-direction-address {
    color: rgb(0, 56, 168);
}
.work-direction-phone,
.work-direction-address,
.work-direction-phone-content,
.work-direction-address-content {
    font-family: "Lato";
    line-height: 1.2;
    font-size: 14px;
}

#directionsByProvince li .work-direction-div {
    cursor: pointer;
}

.work-open {
    color: rgb(0, 56, 168);
    font-weight: 900;
}

.work-direction-div i {
    padding-left: 10px;
}

/* ofertas de trabajo */
#job-offers .jobOffers-searchForm {
    height: 50px;
}
#form-job-offers input {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    line-height: 1.2;
    border-radius: 0px;
    font-family: "Lato";
    font-size: 14px;
    height: 100%;
    border-radius: 2px;
}
#job-offers .form-button button {
    width: 60px;
    background: rgb(0, 56, 168);
    color: white;
    font-style: normal;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    line-height: 1.2;
    border-radius: 2px;
}
#job-offers #consultarb {
    width: auto;
    background: rgb(0, 56, 168);
    color: white;
    font-style: normal;
    padding: 10px !important;
    line-height: 1.2;
    border-radius: 2px;
}

#job-offers .form-button button:hover,
#job-offers #consultarb:hover {
    background: white;
    color: rgb(0, 56, 168);
    border: 1px solid rgb(0, 56, 168);
}
#job-offers .province-filter-item {
    font-size: 12px;
    font-family: "Lato";
    margin-left: 5px;
    margin-right: 5px;
}
#job-offers .province-filter-item:hover {
    cursor: pointer;
    text-decoration-line: underline;
}
#job-offers .province-filter-item.active {
    text-decoration-line: underline;
    color: rgb(0, 56, 168);
}
#job-offers .organism-wrapper,
#job-offers .entity-wrapper,
#job-offers .activity-wrapper,
#job-offers .scholar-wrapper,
#job-offers .position-wrapper {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 45px;
    font-size: 14px;
}
#job-offers .filter-tags {
    display: flex;
    align-content: center;
}

#job-offers .filter-tags .div-filter {
    padding: 5px 10px 5px 10px;
    background: rgb(0, 56, 168);
    font-size: 12px;
    border-radius: 10px;
    color: white;
    margin-right: 10px;
}
/* #job-offers .filter-tags .div-filter .span-filter-text{
        background: rgb(0, 56, 168);
    } */
#job-offers .filter-tags .div-filter .close-tag {
    margin-left: 5px;
}
#job-offers .filter-tags .div-filter .close-tag:hover {
    color: #6592f3;
    cursor: pointer;
}

#job-offers .search-result-ul {
    list-style: none;
    margin-top: 30px;
}
#job-offers .search-result-ul li {
    padding-bottom: 5px;
    border-bottom: 2px solid #f2f7fa;
    font-family: "Lato";
}
#job-offers .search-result-ul li .offer-first-line {
    font-size: 14px;
    font-weight: bold;
    color: #6d6d6d;
    margin-bottom: 10px;
}
#job-offers .search-result-ul li .offer-first-line .span-activity {
    text-transform: capitalize;
}
#job-offers .search-result-ul li .offer-first-line .span-position {
    text-transform: uppercase;
    color: #2e2c2c;
}
#job-offers .search-result-ul li .offer-second-line {
    color: rgb(0, 56, 168);
    font-weight: bold;
    text-align: right;
}

#job-offers .search-result-ul li .offer-second-line .span-school-grade {
    padding-left: 5px;
    border-left: 1px solid rgb(0, 56, 168);
}
#job-offers .search-result-ul li .offer-second-line .span-school-grade,
#job-offers .search-result-ul li .offer-second-line .span-province {
    padding-right: 5px;
}
#job-offers .search-result-ul li .offer-second-line .span-salary {
    padding-right: 5px;
    padding-left: 5px;
    border-left: 1px solid rgb(0, 56, 168);
}
#job-offers .search-result-ul li .offer-second-line .span-salary::after {
    content: ".00";
}
#job-offers .search-result-ul li .offer-second-line .span-salary::before {
    content: "$";
}
#job-offers .custom-paginator {
    display: flex;
}
#job-offers .custom-paginator hr {
    border-color: rgb(72, 98, 151);
    width: 100%;
}
#job-offers .custom-paginator {
    margin-top: 45px;
}
#job-offers .custom-paginator-page {
    padding-left: 10px;
    padding-right: 5px;
}
#job-offers .custom-paginator-page-total {
    padding-right: 10px;
}
#job-offers .input-page {
    width: 40px;
    text-align: center;
}
#job-offers .offer-filters {
    position: relative;
}
#job-offers .list-filter-header {
    text-align: center;
    margin-bottom: 5px;
}
#job-offers .offer-button {
    min-width: 100px;
    background: white;
    border: 2px solid rgb(0, 56, 168);
    font-family: "Myriad Pro Bold Cond";
    text-transform: uppercase;
    color: rgb(0, 56, 168);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
#job-offers .offer-button:hover {
    background: rgb(0, 56, 168);
    color: white;
    cursor: pointer;
}
#job-offers .offer-button-active {
    background: rgb(0, 56, 168);
    color: white;
}

#job-offers .offer-filter-content {
    border: 2px solid #f2f7fa;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10%;
    margin-right: 10%;
}
#job-offers .error-api {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #6d6d6d;
}

#modalOffer .modal-item-offer {
    margin-bottom: 10px;
    font-family: "Lato";
}
#modalOffer .label-offer {
    font-weight: bold;
}
#job-offers .readAllOffer {
    background-color: white;
    color: rgb(0, 56, 168);
    border: 1px solid rgb(0, 56, 168);
}
#job-offers .readAllOffer:hover {
    background-color: rgb(0, 56, 168);
    color: white;
}
.btn-adv-search {
    background: linear-gradient(#f2f7fa, white, #f2f7fa);
    border: 1px solid rgb(0, 56, 168);
    color: rgb(0, 56, 168);
    text-transform: uppercase;
    width: 100%;
    border-radius: 2px;
}
.btn-adv-search:hover {
    background: rgb(0, 56, 168);
    color: white;
}
#workDirections #selectedProvinceAreaResponsive {
    display: none;
}

#associationsOne .adtitle {
    text-align: center;
    color: rgb(0, 56, 168);
    text-transform: uppercase;
}
#associationsOne .description-text-a {
    font-size: 14px;
    line-height: 1.2;
    text-align: justify;
}
#associationsOne .description-text-a p,
#associationsOne .description-text-a p ul,
#associationsOne .description-text-a p span {
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    font-family: "Lato" !important;
}
.podcast {
    margin-top: 45px;
}
.podcast .title-single {
    color: rgb(0, 56, 168);
}
.podcast audio {
    background: rgb(0, 56, 168);
}

.footerCarousel a:focus {
    outline: none;
}

.footerCarousel .slick-arrow::before {
    display: none;
}
.footerCarousel .slick-prev,
.footerCarousel .slick-next {
    color: white;
    /* border: 1px solid blue; */
    background-color: rgb(0, 56, 168);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    font-size: 36px;
    line-height: 1;
    z-index: 10;
}

.footerCarousel .slick-prev:hover,
.footerCarousel .slick-next:hover {
    color: rgb(0, 56, 168);
    border: 1px solid rgb(0, 56, 168);
    background-color: transparent;
}
.footerCarousel .slick-prev:focus,
.footerCarousel .slick-next:focus {
    color: rgb(0, 56, 168);
    border: 1px solid rgb(0, 56, 168);
    background-color: transparent;
}

.footerCarousel .slick-prev {
    left: 30px;
    padding-right: 5px;
}
.footerCarousel .slick-next {
    right: 30px;
    padding-left: 5px;
}

.arrow-jobs-offers:hover {
    cursor: pointer;
    color: rgb(0, 56, 168);
}
.left-arrow-jobs-offers {
    padding-right: 5px;
}
.right-arrow-jobs-offers {
    padding-left: 5px;
}

span#btnImprimirDiv {
    cursor: pointer;
}
span#btnImprimirDiv:hover {
    color: #6592f3;
}
#social-protection button {
    border: 1px solid #c4c4c4;
    color: rgb(0, 56, 168);
    transition: 0.4s;
    border-radius: 0;
}
#social-protection button:hover {
    border: 1px solid rgb(0, 56, 168);
    color: white;
    background-color: rgb(0, 56, 168);
}
.sol-button {
    background: white;
    border: 1px solid rgb(0, 56, 168) !important;
}
.s-selected {
    background: rgb(0, 56, 168);
    color: white !important;
}
.color-gris {
    color: #666666;
}
.ticket {
    font-size: x-large;
}
.social-protection-title {
    color: rgb(0, 56, 168);
    text-transform: uppercase;
    font-family: "Myriad Pro Bold Cond";
    font-size: large;
}
.stateful-wrapper {
    font-size: large;
    color: rgb(0, 56, 168);
}
.modal-title {
    color: rgb(0, 56, 168);
}
#search-request {
    font-style: italic;
}
.c-d-none {
    display: none;
}
.custom-margin-r {
    margin-top: 0;
}
.responsive-send-button {
    width: 50%;
}
.responsive-input-captcha {
    width: 25%;
    height: 20px;
}
#stateful-history {
    text-align: center;
    background: #f2f7fa;
    color: #6d6d6d;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px;
}
.stateful-history-item {
    margin: auto;
    font-size: 12px;
    padding: 10px;
}
.stateful-history-item.sec {
    border-left: 1px solid rgb(0, 56, 168);
}
.btn-solicitud {
    background: rgb(0, 56, 168);
    color: white;
    font-style: normal;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    line-height: 1.6;
    border-radius: 2px;
    float: right;
}
.btn-solicitud:hover {
    background: white;
    color: rgb(0, 56, 168);
    border: 1px solid rgb(0, 56, 168);
}
#form-offer-request button {
    border: 1px solid #c4c4c4;
    color: rgb(0, 56, 168);
    transition: 0.4s;
    border-radius: 0;
}
#form-offer-request button:hover {
    border: 1px solid rgb(0, 56, 168);
    color: white;
    background-color: rgb(0, 56, 168);
}

#tramites-online .tramites-item-wrapper {
    position: relative;
    padding: 1rem;
    color: rgb(0, 56, 168);
    text-align: center;
    background: #f2f7fa;
    border-radius: 5px;
}

.tiw {
    transition: transform 1s;
}

#tramites-online .tramites-item-wrapper a {
    font-size: x-large;
    color: rgb(0, 56, 168);
}
.div_consulta{
    display: flex;
    padding-top: 45px;
    padding-bottom: 5px;
}
.btn-consulta{
    margin: auto;
    width: 180px;
    background: rgb(0, 56, 168);
    color: white;
    font-style: normal;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    line-height: 1.2;
    border-radius: 2px;
    text-transform: uppercase;
}
.btn-consulta:hover{
    background: white;
    color: rgb(0, 56, 168);
    border: 1px solid rgb(0, 56, 168);
}
#tramites-online .tramites-item-wrapper:hover a {
    text-decoration-line: underline;
}

#tramites-online .icon-tramites {
    width: 7rem;
    height: 7rem;
    margin: auto;
}

.headShakeAnimation:hover {
    animation: headShake;
    animation-duration: 1.5s;
}

a.solicitud {
    color: #000;
}

a.solicitud:hover {
    color: #6592f3;
    text-decoration-line: none;
}

.btn-login-send {
    padding-left: 9rem;
    padding-right: 9rem;
}

.modal-footer {
    justify-content: center !important;
}

a.cubagob:hover{
    text-decoration: underline;
}
