/**
 * @version 4.24.4
 * Date: 2024-05-14T19:36:39.852Z
 */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#tp-informational-app {
    background-image: url(../background.png);
}

.header h1 {
    font-family: "Merriweather", serif;
    font-size: 23px;
    text-align: center;
}

.header h1,
.embed-code label {
    color: #fff;
}

h2 {
    font-size: 16px;
    margin: 5px 0;
}

.syndicate h1 {
    margin-top: 0;
}

textarea {
    resize: none;
}

section {
    margin-bottom: 15px;
    clear: both;
}

section.header {
    position: relative;
}

section.header img {
    max-width: 100%;
}

section.header .vitalsigns {
    text-align: center;
}

section.view-selection,
section.footer-controls {
    margin-bottom: 0;
}

section.view-selection a {
    background-color: #eee;
    color: #555;
}

section.view-selection .btn-default,
section.view-selection .btn-default:active,
section.view-selection .btn-default:focus {
    background-image: none;
    background-color: #fff;
    border-bottom-color: #fff;
}

section.view-selection .btn.btn-default,
section.view-selection .btn.btn-primary {
    text-shadow: none;
}

section.results-media .btn-prev {
    border-top-left-radius: 0;
}

section.results-media .btn-next {
    border-top-right-radius: 0;
}

section .btn.disabled,
section .btn[disabled] {
    rgba(255,255,255,0.85);
}

.esp-content {
    display: none;
}

html[lang="es"] .esp-content {
    display: inline;
}

html[lang="es"] .eng-content {
    display: none;
}

body, h1, h2, h3 {
    font-family: "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

.section ul, .section ol {
    text-align: left;
}

.section {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 14px;
}

.section h3 {
    margin-top: 0;
    font-size: 19px;
}

.section .no-image, .section .align-left {
    text-align: left;
}

.section .align-center {
    text-align: center;
}

.select-title {
    width: 60%;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
    text-align: center;    
    padding-left: 5px;
    padding-right: 5px;
}

.select-title.no-image {
    width: 100%;
}

.select-image {
    padding: 5px;
    max-width: 30%;
    max-height: 50px;
    vertical-align: middle;
    border-radius: 10px;
}

.select-image, .select-title {
    display: inline-block;
}

.select-section {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}

.select-section:hover, .select-section:focus {
    background-color: #BBB;
}

.select-section:hover h3, .select-section:focus h3 {
    text-decoration: underline;
}

.select-section h3 {
    font-size: 17px;
}

.page-controls {
    position: relative;
}

.page-controls p {
    margin-bottom: 0;
}

.page-controls .button {
    position: absolute;
    bottom: 0;
    margin: 0px 10px 0px 10px;
    color: blue;
    text-decoration: underline;
}

.page-counter {
    text-align: center;
    margin-bottom: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.link-container {
    text-align: center;
    padding-bottom: 15px;
}

.link-container a {
    color: white;
    text-decoration: underline;
    font-size: 17px;
}

.link-container a:hover {
    text-decoration: underline;
}

section.loader .content{
    text-align: center;
    padding: 35px 0;
}

section.embed-code label {
    color: #fff;
}

.container-main {
    opacity: 0;
}

.content-rss p {
    margin: 0;
    padding:7px 0;
    border-bottom: 1px dotted #ccc;
}

.content-media p{
    padding: 5px;
}

.btn-news {
    border-bottom-left-radius: 0;
}
.btn-photos {
    border-bottom-right-radius: 0;
}

#destination-disclaimer h3, #destination-info h3 {
    font-size: 18px;
}

.scrollable {
    background-color: #fff;
    height: 450px;
    max-height: 450px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.scrollable .content {
    margin: 5px;
}

.media-controls {
    text-align: center;
    height: 35px;
}

.footer-controls {
    text-align: center;
}

.footer-controls img {
    display: inline-block;
    margin: 15px 0;
}

.results-media .content {
    background-color: #fff;
}

.results-media .content img {
    width: 100%;
    max-width: 100%;
}

.results-media .content .photo-box {
    position: relative;
    text-align: center;
}

.results-media .content .photo-box .img-more,
.results-media .content .photo-box .img-caption {
    position: absolute;
    max-height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;

    overflow: hidden;
    overflow-y:auto;

    background-color: #fff;
    background:rgba(255,255,255,0.85);

    text-align: left;
}

.results-media .content .photo-box .img-caption {
    display: none;
}
.results-media .content .photo-box.active .img-caption {
    display: block;
}
.results-media .content .photo-box.active .img-caption p {
    margin-bottom: 5px;
}
.results-media .content .photo-box.active .img-more {
    display: none;
}

.results-media .content .photo-box.active .btn-more,
.results-media .content .photo-box.active .btn-less {
    display: block;
    text-align: right;
}

.footer-links {
    display: table;
    border-spacing: 3px;
}

.footer-links .button {
    display: table-cell;
    width: 1%;
}

.button {
    color: black !important;
    border-radius: 5px !important;
    background-color: #88C3EA;
    border: 1px solid #88C3EA;
    background-image: none;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.button.return {
    width: 100%;
}

.button:hover {
    text-decoration: underline;
    background-color: #72B8E6;
}

.button.left, .button.right {
    text-decoration: none;
    color: white !important;
    background-color: #005eAA;
    border: 1px solid #005eAA;
}

.button.left:hover, .button.right:hover {
    background-color: #004675;
    text-decoration: underline;
}

html[lang="es"] .btn-primary.disclaimer {
    padding: 1px;
}

map area:focus {
    outline: none;
}

.photo-box:focus,
.btn-more:focus,
.btn-less:focus,
a.disclaimer:active:focus, a.disclaimer:focus,
img:active:focus, img:focus,
.btn:active:focus, .btn:focus,
.select-section:focus,
.page-controls .button:focus,
map area:focus,
button:focus {
    outline: 1px solid orange;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 540px) {
    .scrollable {
        height: 400px;
        max-height: 400px;
    }
}

@media screen and (max-width: 335px) {
    .footer-controls .btn-group .btn.btn-primary {
        font-size: 11px;
    }
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}