/**
 * @version 4.24.4
 * Date: 2024-05-14T19:36:39.852Z
 */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#tp-news-and-photos-app {
  background-image: url(../background.png);
}

body, h1, h2, h3 {
    font-family: "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

.esp-content {
    display: none !important;
}

html[lang="es"] .esp-content {
    display: inline !important;
}

html[lang="es"] .eng-content {
    display: none !important;
}

#widget-title {
    font-family: "Merriweather", serif;
}

a {
    //color: #072950;
}

.header h1 {
    font-size: 23px;
}

.header h1,
.embed-code label {
  color: #fff;
}

h2 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 700;
}

.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;
  color: black;
}

section.view-selection .btn.btn-default,
section.view-selection .btn.btn-primary {
  text-shadow: none;
}

section.results-media .button-prev {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

section.results-media .button-next {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

section .btn.disabled,
section .btn[disabled] {
  rgba(255,255,255,0.85);
}

html[lang="es"] .btn-primary.disclaimer {
  padding: 1px;
}

section.info,
section.disclaimer {
  font-size: 12px;
}

.content {
  background-color: #fff;
}

section.loader .content{
  text-align: center;
  padding: 35px 0;
}

section.embed-code label {
  color: #fff;
}

.container-main {
  opacity: 0;
}

.content-rss .article {
  margin: 0;
  padding:7px 0;
  border-bottom: 1px dotted #ccc;
}

.content-rss .article img {
    display: none;
}

.content-media p{
  padding: 5px;
}

.btn-news {
  border-bottom-left-radius: 0;
}
.btn-photos {
  border-bottom-right-radius: 0;
}

.button {
    color: black;
    border-radius: 5px !important;
    background-color: #88C3EA;
    border: 1px solid #88C3EA;
    background-image: none;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
}

.button.disabled {
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
    cursor: default;
}

.button.disabled:hover {
    text-decoration: none;
    background-color: #bdbdbd;
}

.footer-links {
    display: table;
    border-spacing: 3px;
}

.footer-links .button {
    display: table-cell;
    width: 1%;
}

.tab-container {
    display: table;
}

.tab-container .button {
    display: table-cell;
    color: white;
    background-color: #005eAA;
    border: 1px solid #005eAA;
    text-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.tab-container .button.btn-default {
    cursor: default;
}

.button.return {
    width: 100%;
}

.button:hover {
    text-decoration: underline;
    background-color: #72B8E6;
    color: black !important;
}

.tab-container .button:hover {
    color: white !important;
    background-color: #00467F;
    border: 1px solid #00467F;
}

.tab-container .button.btn-default:hover {
    color: black !important;
    text-decoration: none;
    background-color: white;
}

.media-controls {
    display: block;
}

.media-controls .button {
    width: 100%;
}

.image-indicator {
    width: 100%;
    display: inline-block;
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
    border-radius: 0 !important;
}

.scrollable {
  background-color: #fff;
  height: 450px;
  max-height: 450px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.scrollable ul {
    margin-left: 0 !important;
}

.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-caption {
  height: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 10px;
  
  overflow-y:auto;

  background-color: #fff;
  background:rgba(255,255,255,0.85);

  text-align: left;
}

.results-media .content .photo-box .img-caption {
  padding: 5px 10px 0px 10px;
}
.results-media .content .photo-box .img-caption p {
  margin-bottom: 5px;
}
.results-media .content .photo-box .img-caption .btn-primary {
  margin-bottom: 5px;
}

.results-media .content .photo-box.active .btn-more,
.results-media .content .photo-box.active .btn-less {
  display: block;
  text-align: right;
}

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,
map area:focus,
button:focus {
  outline: 1px solid orange;
}

button.disabled:focus {
    outline: none;
}

.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;
  }

  html[lang="es"] .footer-controls .btn-group .btn.btn-primary:nth-child(1) {
    width: 20%;
  }
 
  html[lang="es"] .footer-controls .btn-group .btn.btn-primary:nth-child(2) {
    width: 35%;
  }

  html[lang="es"] .footer-controls .btn-group .btn.btn-primary:nth-child(3) {
    width: 25%;
    padding-left: 2px;
  }
}

.truncate {
  display: inline-block;
  width: 175px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#destination-disclaimer h3, #destination-info h3 {
    font-size: 18px;
}

#destination-disclaimer p, #destination-info p,
#destination-disclaimer li, #destination-info li {
    font-size: 14px;
}