:root {
  --ddec-blue: #1478a3;
  --ddec-grey: #767f84;
}
html {
  scroll-behavior: smooth;
}


header .navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e) !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}
.navigation-clean {
  background: #fff;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

@media (min-width:768px) {
  .navigation-clean {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: solid 1px #629295;
  }
}

.navigation-clean .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean .navbar-brand:hover {
  color: #222;
}

.navigation-clean.navbar-dark .navbar-brand:hover {
  color: #f0f0f0;
}

.navigation-clean .navbar-brand img {
  height: 100%;
  display: inline-block;
  margin-right: 10px;
  width: auto;
}

.navigation-clean .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
  background: none;
}

.navigation-clean.navbar-dark .navbar-toggler {
  border-color: #555;
}

.navigation-clean .navbar-toggler {
  color: #ffffff;
}

.navigation-clean.navbar-dark .navbar-toggler {
  color: #eee;
}

.navigation-clean .navbar-collapse, .navigation-clean .form-inline {
  border-top-color: #ddd;
}

.navigation-clean.navbar-dark .navbar-collapse, .navigation-clean.navbar-dark .form-inline {
  border-top-color: #333;
}

.navigation-clean .navbar-nav > .active > a, .navigation-clean .navbar-nav > .show > a {
  background: none;
  box-shadow: none;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
  color: #fff;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 10px;
  padding-right: 10px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
  color: var(--ddec-blue) !important;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: var(--ddec-blue) !important;
  background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

@media (min-width:768px) {
  .navigation-clean .navbar-nav .show .dropdown-menu {
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
  }
}

@media (max-width:767px) {
  .navigation-clean .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #37434d;
    padding-top: .8rem;
    padding-bottom: .8rem;
    line-height: 1;
  }
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

.navigation-clean.navbar-dark {
  background-color: #1f2021;
  color: #fff;
}

.navigation-clean.navbar-dark .navbar-nav a.active, .navigation-clean.navbar-dark .navbar-nav a.active:focus, .navigation-clean.navbar-dark .navbar-nav a.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar-dark .navbar-nav .nav-link {
  color: #dfe8ee;
}

.navigation-clean.navbar-dark .navbar-nav .nav-link:focus, .navigation-clean.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: transparent;
}

.navigation-clean.navbar-dark .navbar-nav > li > .dropdown-menu {
  background-color: #1f2021;
}

.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean.navbar-dark .dropdown-menu .dropdown-item {
  color: #f2f5f8;
}

.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean.navbar-dark .dropdown-menu .dropdown-item:hover {
  background: #363739;
}

@media (max-width:767px) {
  .navigation-clean.navbar-dark .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #fff;
  }
}

header, .navbar, footer {
  color: var(--ddec-blue);
  background: #fff;
}

footer {
  border-top: solid 1px var(--ddec-blue);
  margin-top: 100px;
}
footer a {
  color: #000 !important;
}

main {
  min-height: 500px;
}

body {
  font-family: 'Open Sans';
}
a, a:hover {
    color: #000;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background: var(--ddec-blue) !important;
    color: #fff !important;
    border: none;
    border-radius: 0 !important;
	text-transform:uppercase;
}
.grey-bg .btn-primary, .grey-bg .btn-primary:hover {
    background: #000 !important;
}
.nav-item {
  font-size: 13px;
  font-weight: 700;
}

.grey-bg {
  background: var(--ddec-blue);
  color: #fff;
  margin: 20px 0;
  padding: 30px 0;
}

.grey-bg a, .grey-bg h2 a {
  color: #fff;
}

.grey-bg .btn {
    background: #fff;
    padding: 15px;
    color: #000;
    border: none;
    border-radius: 0;
    font-weight: 700;
}

/* 
section:not(.grey-bg) {
  margin: 20px 0;
  padding: 30px 0;
} 
*/
section:not(.grey-bg) h2 a {
    color: #000;
}

footer .row:nth-child(2) a {
  font-size: 12px;
}

footer .row:nth-child(2) .col {
  text-align: center;
}

@media (max-width:992px) {.page-title, .hero-title, .hero-banner { background-attachment: scroll !important;}  }

.page-title {
  padding: 150px 23px;
  background: url(../../assets/img/Condado-blue-1.jpg);
  background-position: center;
  color: #000;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 30px;
  position: relative;
}
.page-title:before {
    content: '\00a0';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 50%);
    z-index: 2;
}
.entry-title, .page-title .container h1  {
    color: #000 !important;
    margin-top: 0;
    word-wrap: break-word !important;
    font-weight: 700;
    font-size: 40px;
	z-index: 999;
    position: relative;
}

page-subtitle {
    position: relative;
    z-index: 99;
}

.h2, h2, .h3, h3 {
  font-weight: 700;
}




.simple-slider .swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

.blue-text {
	color: var(--ddec-blue) !important;
}
.white-text {
	color: #FFF !important;
}

.socialicons a {
    width: 40px;
	color: #FFF !important;
    line-height: 40px;
    text-align: center;
    background: black;
    display: inline-block;
}
.socialicons a:hover {
	color: #FFF !important;
}
a.fb-link {
    background: #4267B2;
}
a.tw-link {
    background: #00acee;
}
a.linked-link {
    background: #0e76a8;
}

#website {
    overflow-x: hidden;
}
.mobiusedit {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    text-align: center;
}

.center-block {
    display: block;
    margin: auto;
}

.hero-banner {
    padding: 150px 0px 150px 0px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	color: #000;
	position: relative;
}
.hero-banner:before, .pdj-header:before, .dark-screen:before {
    content: '\00a0';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 50%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hb-inner {
    position: relative;
    z-index: 99;
}

@media(max-width: 768px){
	h2.hb-title {
		font-size: 2.2em !important;
	}
}

h2.hb-title {
    color: #000;
    font-size: 75px;
    font-weight: 700;
}
.hb-subtitle {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
.darkbox {
    padding: 10px !important;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000000 !important;
    position: relative;
    min-height: 400px;
    display: table;
	width: 100%;
}
.darkbox:before {
    content: '\00a0';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 60%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.db-inner {
    display: table-cell;
    vertical-align: middle;
	position: relative;
	z-index: 99;
}
h3.db-title {
    font-weight: 700;
    margin-bottom: 20px;
}
.db-subtitle {
    line-height: 30px;
}

.mobius-accordion-item {
    border: solid 1px #1478A3;
    overflow: hidden;
    height: 45px;
    margin-bottom: 3px;
}
.mobius-tab-title a {
    color: #fff;
}

.mobius-tab-title {
    padding: 10px 15px;
    background: #1478A3;
    color: #FFF !important;
	cursor: pointer;
}

.mobius-tab-title i.mobius-accordion-icon-opened.fa.fa-minus {
    display: none;
}
.mobius-accordion-item.opened .mobius-tab-content a:before {
    content: ' ';
    background: #1478A3;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
}
.mobius-accordion-item.opened {
    height: unset;
}
.mobius-tab-content.mobius-clearfix >div {
    padding: 5px 2px;
}
.mobius-accordion-item.opened .mobius-tab-content a {
    text-decoration: underline;
}
.mobius-accordion-item.opened .mobius-tab-content {
    display: block !important;
    padding: 15px 13px;
}





ul.pagination {
    width: 100%;
    flex-wrap: wrap;
}

.article {
    padding: 10px;
    background: #FFF;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    transition: all .5s;
    margin-bottom: 20px;
}

.article-image {
    max-width: 700px;
    overflow: hidden;
    max-height: 400px;
    display: block;
    border: solid 1px #000;
	margin: auto;
}
.article-image img {
    width: 100%;
}
h3.article-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    text-align: justify;
}
.article-meta {
    padding: 10px 0;
	color: #1478a3;
}
.article-meta a {
    color: #1478a3;
}

.article-tags a {
    display: inline-block;
    background: #1478a3;
    color: #fff !important;
    padding: 3px 6px;
}

.article-excerpt {
    font-size: 14px;
    padding: 10px 0px;
}

.entry-meta {
	z-index: 999;
    position: relative;
	color: #000000
}
.entry-meta a {
	color: #000000
}
.entry-foto img {
    max-height: 400px;
}
.entry-foto {
    margin-bottom: 20px;
}


.htmlText {

}
.htmlText h2, .htmlText h3 {
    text-align: left;
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231478A3' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231478A3' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}


.hero-title {
    padding: 150px 0px 150px 0px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	color: #FFFFFF;
	position: relative;
}
.hero-title > div {
	position: relative;
	z-index: 99;
}
.hero-title:before {
    content: '\00a0';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
}


.pdj-boxes {
    position: relative;
}
.pdj-boxes .imagetext {
    margin-bottom: 20px;
	top: -50px;
    transition: all .5s;
    z-index: 999;
    position: relative;
}
.pdj-boxes .imagetext:hover {
    top: -75px;
}
.pdj-boxes .imagetext .extra6 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
}
.pdj-boxes .imagetext img {
    width: 100%;
    box-shadow: -5px 5px 4px rgba(0,0,0,0.15);
}
.accordion>.card>.card-header {
    background: #1478A3;
    color: #fff;
}
.accordion h2 .btn-link {
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    font-weight: 700 !important;
	padding: 0;
	color: #fff;
}
.accordion .card-body {
    color: #000!important;
}


.t100 {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
	position: relative;
    z-index: 99;
}
.t100i {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 767px){
	.swiper-slide img { max-width: 100% }
}

@media (min-width: 768px){
	.swiper-slide img { max-width: 600px }
}

.img-responsive {max-width: 100%}

tr.table-header th {
    background: grey;
    color: #fff;
    text-align: left;
}

#vistas a { text-decoration: underline}

a.goup {
    position: fixed;
    right: 30px;
    bottom: 25px;
    background: #fff;
    color: var(--ddec-blue);
    display: block;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    z-index: 9999999;
    border-width: 2px;
    border-color: var(--ddec-blue);
    border-style: solid;
}

.add-dark img {
	position: relative;
	z-index: 3
}
.add-dark:before {
	content: '\00a0';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 2;
}
@media(min-width: 992px){
	.guidelines {max-width: 950px;}
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

/* ************************Â  Â  Â  Margin bottom************************ */

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

/* ************************Â  Â  Â  Â  Padding top************************ */

.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

/* ************************Â  Â  Â  Â  Padding bottom************************ */

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

/* **************************Â  Â  Page section paddingÂ *************************** */

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

/* **************************Â  Â  Page section marginÂ *************************** */

.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}


.page-link {
	color: var(--ddec-blue);
}