body, html {
    font-family: 'Mako', sans-serif;
}

a {
    text-decoration: none !important;
    color: #009ddf;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.navbar {
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}

.navbar-collapse {
    flex-grow: unset;
}

.navbar li {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
    border-bottom: dotted 1px #ccc;
}

.navbar li a {
    color: #999;
}

.navbar li a:hover,
.navbar li.active a {
    color: #000;
    border-bottom: solid 3px #00afef;
    padding-bottom: 10px;
}

.logo p {
    margin-bottom: 0.5rem;
}

.slideshow {
    margin-top: 120px;
    margin-bottom: 40px;
}

.moduletable.featured {
    padding: 30px;
    color: #fff;
    background-color: #00C4FD;
    border: solid 20px #fff;
}

.moduletable.featured:nth-of-type(2) {
    background-color: #0096CE;
}

.moduletable.featured:nth-of-type(3) {
    background-color: #00AFEF;
}

.moduletable.featured:nth-of-type(4) {
    background-color: #65CEF5;
}

.moduletable.featured p {
    margin-bottom: 0;
}

.moduletable.featured a {
    color: #fff;
}

.moduletable.featured a:hover {
    opacity: .7;
}

@media (max-width: 991px) {
    .moduletable.featured.col-md-3 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .moduletable.featured.col-md-3 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 0 !important;
    }
}

.moduletable.servicios h3,
.moduletable.noticias h3,
.moduletable.iso h3 {
    color: #009ddf;
}

.moduletable.noticias ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.moduletable.noticias li {
    float: left;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: solid 3px #009ddf;
}

.moduletable.noticias .feed-item-date {
    float: left;
    font-size: 14px;
    color: #fff;
    background-color: #ccc;
    margin-bottom: 3px;
    padding: 2px 10px;
}

.moduletable.noticias .feed-link {
    clear: both;
    float: left;
    line-height: 1rem;
    padding-right: 10px;
}

.moduletable.noticias .feed-link a {
    color: #5a5a5a;
}

.moduletable.iso {
    position: relative;
}

.moduletable.iso .mod-custom.custom {
    padding-left: 60px;
}

.moduletable.iso .mod-custom.custom:before {
    content: "“";
    font-size: 160px;
    color: #ccc;
    position: absolute;
    left: 0;
    top: -10px;
}

@media (max-width: 991px) {
    .moduletable.servicios.col-md-3,
    .moduletable.noticias.col-md-3 {
        width: 50%;
    }
    .moduletable.iso.col-md-6 {
        width: 100%;
        padding-top: 30px;
    }
    .moduletable.iso .mod-custom.custom:before {
        font-size: 140px;
        top: 22px;
    }
}

@media (max-width: 575px) {
    .moduletable.servicios,
    .moduletable.noticias,
    .moduletable.iso,
    .featurette-divider {
        display: none;
    }
}

.blog,
.item-page,
.contact {
    padding-top: 150px;
    min-height: 900px;
}

.item-page h2 {
    margin-top: 40px;
}

.item-page ul {
    float: left;
    margin: 20px 0 40px 0;
    padding: 0;
}

.item-page li {
    clear: both;
    float: left;
    list-style-type: none;
    width: auto;
    background-color: #000;
    color: #fff;
    margin: 0 0 5px 0;
    padding: 8px 15px 7px 15px;
    font-size: 15px;
    line-height: 16px;
}

.item-page li::after {
    content: "✔";
    font-size: 12px;
    background-color: #009ddf;
    padding: 5px 7px;
    position: relative;
    left: 25px;
    top: -1px;
    border-radius: 15px;
}

.item-page hr {
    clear: left;
    margin: 40px 0;
}

@media (max-width: 991px) {
    .item-page .col li {
        width: 100%;
        position: relative;
    }

    .item-page .col li::after {
        position: absolute;
        left: 96%;
        top: 2px;
    }
}

.blog .item-image img,
.item-page .com-content-article__body img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

@media (min-width: 992px) {

    .blog .item-image {
        float: left;
        width: 30%;
        position: relative;
        min-height: 1px;
        padding-right: 20px;
    }

}

.blog .items-row,
.item-content {
    clear: both;
    float: left;
    border-bottom: solid 1px #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.page-header {
    border-bottom: none;
    padding-bottom: 0;
}

.blog-featured .item-content {
    display: flex;
}

.blog-featured .left.item-image {
    float: left !important;
    padding-right: 40px;
}

.com-content-category-blog .left-item-image {
    float: left;
}

footer {
    /*position: fixed;
    bottom: 0;*/
    float: left;
    width: 100%;
    box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.2);
    text-align: center;
    margin-top: 60px;
    padding: 20px 0;
}

footer .nav {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    justify-content: center;
}

footer .nav li a {
    color: #333;
}

footer .nav li.active a {
    color: #009ddf;
}

footer .nav li a:hover {
    opacity: .7;
}

footer p {
    margin-bottom: 0;
    font-size: 14px;
}

footer li.nav-item {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    footer .nav,
    .backtotop {
        display: none;
    }
}

.cp-sbtt-theme-1 .cp-sbtt-btn {
    padding: 10px !important;
    background-color: #009ddf !important;
}

.cp-sbtt-theme-1 .cp-sbtt-btn:hover {
    background-color: #009ddf !important;
    opacity: .7 !important;
}

.slideshow .camera_caption > div {
  background: none;
}

.slideshow .camera_caption {
  top: 380px;
  position: relative;
}

.slideshow .camera_caption_title {
  width: 45%;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 3em;
  line-height: 1.1em;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.7);
}

.slideshow .camera_caption_desc {
  width: 45%;
  font-family: 'Mako', sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-left: 3px;
  margin-top: 10px;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.7);
}

.contact iframe {
    width: 100% !important;
    height: 400px;
    border-left: solid 4px #009ddf !important;
}

.com-contact__address.contact-address.dl-horizontal {
    display: flex;
    justify-content: left;
    border-left: solid 4px #009ddf;
    background-color: #f4f4f4;
    padding: 15px;
    margin-bottom: 40px;
}

.com-contact__address.contact-address.dl-horizontal h5 {
    margin-bottom: 0;
}

.com-contact__address.contact-address.dl-horizontal dd {
    margin-bottom: 0;
}

.contact dd:before {
    content: "-";
    margin-left: 4px;
}

.contact dd:first-of-type:before {
    content: "";
}

.contact .control-label {
    display: none;
}

.contact input,
.contact textarea,
.contact button {
    margin-bottom: 5px;
    border-radius: 0;
    padding: 10px;
}

.contact button {
    background-color: #009ddf;
    border: none;
    padding-left: 100px;
    padding-right: 100px;
    font-weight: bold;
}

.contact button:hover {
    opacity: .7;
    background-color: #009ddf;
}

.contact input::placeholder,
.contact textarea::placeholder {
    color: #ccc;
}

@media (max-width: 767px) {
    .com-contact__address.contact-address.dl-horizontal dd {
        font-size: 13px;
    }
    .contact button {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .com-contact__address.contact-address.dl-horizontal dd {
        font-size: 2.3vw;
    }
}

@media (max-width: 479px) {
    .com-contact__address.contact-address.dl-horizontal {
        display: block;
    }
    .com-contact__address.contact-address.dl-horizontal dd {
        font-size: 14px;
        width: 100%;
    }
    .contact dd:before {
        content: "";
    }
}

ul.fields-container {
    float: right;
    width: 20%;
    margin: 0 0 0 40px;
    border-top: solid 4px #009ddf;
}

ul.fields-container li {
    margin: 0;
    padding: 0;
}

ul.fields-container li.field-entry {
    clear: both;
    float: left;
    padding: 0 20px 20px 20px;
}

ul.fields-container li ul {
    float: left;
    width: 100%;
    margin: 0;
    border-top: none;
}

ul.fields-container li::after {
    content: "" !important;
    padding: 0;
}

ul.fields-container .field-value.tit {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
}

ul.fields-container .field-entry.img,
ul.fields-container .field-value.img img {
    display: block;
    width: 100%;
    height: auto;
}

ul.fields-container .field-value.desc {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

@media (max-width: 991px) {
    ul.fields-container {
        width: 25%;
    }
}

@media (max-width: 767px) {
    ul.fields-container {
        width: 30%;
    }
}

@media (max-width: 575px) {
    ul.fields-container {
        display: none;
    }
}

section {
    float: left;
    width: 50%;
    background-color: #009ddf;
    color: #fff;
    padding: 20px;
    position: relative;
}

section h2,
section p {
    margin: 0 !important;
    padding: 0 !important;
    clear: both;
}

section h2 {
    float: left;
    width: 100%;
    margin-bottom: 20px !important;
}

section p {
    font-size: 15px;
    line-height: 18px;
    margin-left: 5px !important;
}

section::after {
    content: "□ ■";
    color: #fff;
    font-size: 55px;
    position: absolute;
    top: -10px;
    right: 50px;
    letter-spacing: -40px;
}

@media (max-width: 1199px) {
    section {
        width: 75%;
    }
}

@media (max-width: 991px) {
    section {
        width: 100%;
    }
}

@media (max-width: 575px) {
    section::after {
        font-size: 45px;
        top: -7px;
        letter-spacing: -35px;
    }
}

@media (max-width: 479px) {
    section::after {
        content: "";
    }
}

address a {
    margin: 30px 0 0 0;
    padding: 10px 40px;
    border-radius: 20px;
    background-color: #005088;
    color: #fff !important;
    font-weight: 800;
    text-align: center;
    display: inline-block;
}

address a:hover {
    opacity: .7;
}

address i {
    margin-right: 10px;
}

.w-15 {
    width: 15% !important;
}

.certs {
    margin: 0 0 40px 40px;
    border: solid 2px #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

@media (max-width: 991px) {
    .w-15 {
        width: 20% !important;
    }
}

.visform input {
    margin-bottom: 10px;
    border-radius: 0;
    padding: 9px;
}

.vis_mandatory,
form#visform1 div.required .asterix-ancor:after {
    color: #009ddf !important;
    margin-bottom: 20px;
}

.form-group.row.justify-content-center {
    justify-content: left !important;
}

.btn.btn-primary.ms-2.col-auto {
    width: 75%;
    margin-left: 25% !important;
    border-radius: 0;
    border-color: #009ddf !important;
    background-color: #009ddf !important;
    font-weight: bold;
}

.btn.btn-primary.ms-2.col-auto:hover {
    opacity: .7;
}

.grecaptcha-badge {
    bottom: 100px !important;
}

.visforms .attach {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    cursor: pointer;
}

.visforms .attach::file-selector-button {
    border: solid 1px #009ddf;
    background-color: #009ddf;
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
    padding: 4px 20px;
    cursor: pointer;
}

.visforms .attach::file-selector-button:hover {
    opacity: .7;
}

.visforms .btn.btn-primary {
    background-color: #009ddf;
    border-color: #009ddf;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}

.visforms .btn.btn-primary:hover {
    opacity: .7;
}

.visforms .form-group.row.justify-content-between.pbBtnCon .col-1 {
    display: none;
}

.visforms .form-group.row.justify-content-between.pbBtnCon .col-10 {
    width: 100%;
}

.visforms .form-group.row.justify-content-between.pbBtnCon .col-auto {
    width: 75%;
    margin-left: 25%;
}

.item-page.suscripcion {
    min-height: 800px;
}

.moduletable.suscripcion {
    text-align: center;
    margin-top: 60px;
}

.moduletable.suscripcion input {
    width: 60%;
    padding: 10px;
    border-radius: 0;
    border: solid 1px #ccc;
}

.moduletable.suscripcion .button {
    margin-bottom: 5px;
    border: none;
    background-color: #009ddf;
    color: #fff;
    font-weight: bold;
}

.moduletable.suscripcion .button:hover {
    opacity: .7;
}