.descargar-app span{
  line-height: 47px !important;
}


.hidden-custom {
    visibility: hidden;
    opacity: 0;
    transition: visibility 2s, opacity 0.5s linear;
}
.hidden-now {
    visibility: visible;
    opacity: 1;
    transition: visibility 2s, opacity 0.5s linear;
}
.absolute-title {
    position: absolute;left: 257px;
}
@media (max-width: 800px) {
    .hidden-custom {
        visibility: hidden;
        opacity: 0;
        transition: visibility 2s, opacity 0.5s linear;
    }
    .hidden-now {
        visibility: visible;
        opacity: 1;
        transition: visibility 2s, opacity 0.5s linear;
    }
    .absolute-title {
        position: absolute;
        top: 50px;
        left:10px;
        text-align: center;
    }
}

.h5{
    color: #012877;
    font-size: 24pt;
    text-align: center;
    font-weight: 700;
}
.card {
    float: left;
    margin: 0px;
    width: 100%;
    background: #111;
    height: 345px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    transition: all 0.2s ease;
    overflow: hidden;
}
.card-image {
    max-width: 100%;
    min-height: 60%;
    //transform: scale(1.1);
    transform-origin: 0 0;
    transition: 0.2s all ease;
}
.card-meta {
    position: absolute;
    height: 60%;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s all ease;
}
.card-meta .tag,
.card-meta .date {
    background: #3170ac;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 12px;
    position: absolute;
    font-weight: bold;
}
.card-meta .tag {
    left: 0;
    bottom: 0;
    font-size: 14px;
}
.card-meta .date {
    top: 20px;
    left: auto;
    width: 61px;
    height: 10px;
    margin-left: -10px;
    padding: 8px;
    border-radius: 0;
    text-align: center;
}
.card-meta .date span {
    vertical-align: -1px;
    line-height: 0.8;
}
.card-meta .date em {
    display: block;
    font-style: normal;
    font-size: 70%;
    padding-top: 2px;
}
.card-details {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    bottom: 0;
    padding: 14px;
    transition: 0.2s all ease;
}
.card-details h2 {
    font-family: 'OpenSans', sans-serif;
    margin: 0;
    padding: 0 0 10px;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    text-transform: inherit !important;
}
.card-details h3 {
    margin: 0;
    padding: 0 0 20px;
    color: #e74c3c;
    font-size: 20px;
    font-weight: 400;
}
.card-details p {
    color: #666666;
    font-size: 15px;
    line-height: 1.2em;
    opacity: 0;
    transition: 0.4s all ease;
}
.post-meta {
    position: initial;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    color: #999;
    padding: 11px;
}
.post-meta a {
    color: inherit;
    text-decoration: none;
}
.post-meta span {
    margin-right: 1em;
}
.card:hover,
.card.hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.card:hover .card-image,
.card.hover .card-image {
    transform: scale(1.3);
    opacity: 0.6;
}
.card:hover .card-meta,
.card.hover .card-meta {
    height: 30%;
}
.card:hover .card-details,
.card.hover .card-details {
    top: 30%;
}
.card:hover .card-details p,
.card.hover .card-details p {
    opacity: 1;
}
.hidden-custom {
    visibility: hidden;
    opacity: 0;
    transition: visibility 2s, opacity 0.5s linear;
}
.hidden-now {
    visibility: visible;
    opacity: 1;
    transition: visibility 2s, opacity 0.5s linear;
}
.absolute-title {
    position: absolute;left: 257px;
}
.ver-todas-las-noticias li{
    cursor: unset !important;
}
@media (max-width: 800px) {
    .hidden-custom {
        visibility: hidden;
        opacity: 0;
        transition: visibility 2s, opacity 0.5s linear;
    }
    .hidden-now {
        visibility: visible;
        opacity: 1;
        transition: visibility 2s, opacity 0.5s linear;
    }
    .absolute-title {
        position: absolute;
        top: 50px;
        left:10px;
        text-align: center;
    }
}
.titulos{
    font-family: 'Open Sans', Arial, Verdana;
    font-weight: 700 !important;
    font-size: 24pt;
}
.card-meta .date span{

    vertical-align: 0px;
    margin-left: 15px;
    line-height: 1.0;
    display: flex;

}

@media only screen and (min-width: 200px) and (max-width: 480px){
    .menu-puerto .m-ventas {
        background-image: none;
    }
}
/*galeria*/
#gallery {
    padding-top: 40px;
}
@media screen and (min-width: 991px) {
    #gallery {
        padding: 60px 30px 0 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}
.img-wrapper img {
    width: 100%;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}
@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}
@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#nextButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#prevButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}
#exitButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}
/*carousel*/


#footer{
    margin-bottom: 0px !important;
}
.inner{
    display:table;
    margin: 0 auto;
}
.outer{
    width:100%;
}
.asociados a{
    text-decoration: underline !important;
}
.logo-puerto img{
    width:73% !important;
    margin-top: 12px;
}
.logo-puerto-der img{
    width:41% !important;
    margin-top: 5px;
}


.video-background-slider {
    background: #000;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -99;
}
.video-foreground,
.video-background-slider iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
    .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
    .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
    .vid-info { width: 50%; padding: .5rem; }
    .vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
    .vid-info .acronym { display: none; }
}

.head-wrapp{
    margin: 3px 0 !important;
}
hr.dotted {
    border-top: 1px solid #bbb;
}
