@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');
html,
body {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    letter-spacing: 0.03em;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.titulozona h4 {
    text-align: center;
    font-weight: 600;
    color: #444;
    text-decoration: none;
}

.titulozonaleft h4 {
    text-align: left;
    font-weight: 600;
    color: #444;
    text-decoration: none;
    padding: 20px;
}

.container2 {
    width: 100%;
    max-width: 1300px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.container2 h4 {
    font-weight: 600;
    text-align: center;
    color: #6eba5f;
    text-decoration: underline;
}

.container2 .card {
    width: 380px;
    height: 420px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 15px;
    text-align: center;
    transition: all 0.25s;
}

.container2 .card:hover {
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.container2 .card img {
    width: 380px;
    height: 220px;
    cursor: pointer;
}

.container2 .card h4 {
    font-weight: 600;
    color: #444;
    text-decoration: none;
}

.container2 .card p {
    padding: 0 1rem;
    font-size: 16px;
    font-weight: 300;
}

.container2 .card a {
    font-weight: 500;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #6eba5f;
    background: #fff;
    color: #6eba5f;
    transition: all 400ms ease;
    border-radius: 20px;
    padding: 10px;
}

.container2 .card a:hover {
    background: #6eba5f;
    color: #fff;
}

.containerteam {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
					
}

.containerteam .card {
    width: 280px;
    height: 370px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: #fff;
    margin: 10px;
    text-align: center;
    transition: all 0.25s;
    background-color: rgba (0, 0, 0, 0, 5);
}

.containerteam .card:hover {
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.containerteam .card img {
    width: 280px;
    height: 280px;
}

.container2team.card h4 {
    font-size: 18px;
    color: #444;
    text-decoration: none;
}

.containerteam .card p {
    padding: 0 1rem;
    font-size: 16px;
    font-weight: 300;
}

.project-menu2 {
    margin-bottom: 40px;
    text-align: center;
}

.project-menu2 li {
    display: inline-block;
}

.project-menu2 li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #444;
    border-radius: 20px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    margin-top: 6px;
    margin-right: 4px;
    margin-bottom: 0;
    margin-left: 4px;
    padding-top: 6px;
    padding-right: 15px;
    padding-bottom: 6px;
    padding-left: 15px;
}

.project-menu2 li a.active,
.project-menu2 li a:hover {
    border-color: #6eba5f;
    background: #6eba5f;
    color: #fff;
    text-decoration: none;
}

section.notfound404 {
    max-width: 600px;
    width: 94%;
    padding: 3%;
    text-align: center;
    margin: 50px auto;
}

section.notfound404>.title {
    color: #555;
    font-size: 10em;
}

section.notfound404>.subtitle {
    color: #555;
    font-size: 3em;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99999;
}

.topnav .form-search {
    padding-right: 0;
}

.topnav>img {
    float: left;
    margin: 20px 10px 0 0;
    cursor: pointer;
}

.topnav form {
    display: inline-block;
    padding: 13px 0;
    float: left;
}

.topnav form>img {
    cursor: pointer;
}

#searchModal form>span>input {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    color: white;
    border: 1px solid #555 !important;
    background-color: rgba(127, 127, 127, 0.25);
}

.footer-content>.footer-head>.flicker-img {
    max-width: 380px;
}

.footer-content>.footer-head>.flicker-img a>img {
    transition: transform .2s;
}

.footer-content>.footer-head>.flicker-img a:hover>img {
    transform: scale(0.95);
}

.single-awesome-project>.awesome-img>a>img {
    width: 100%;
    height: auto;
}

.popupmodal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.popupmodal .modal-content {
    background-color: #fefefe;
    padding: 10px 15px 25px 15px;
    border: 0;
    max-width: 380px;
    border-radius: 10px;
    width: 96%;
    margin: 2% auto;
}

.popupmodal .modal-content .close,
.popupmodal .modal-content .cerrar {
    color: #999;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popupmodal .modal-content button.cerrar {
    font-size: 16px;
    padding: 9px 14px;
    border: 0;
    border-radius: 5px;
    margin-top: 25px;
    color: #444;
    font-weight: bold;
    margin-right: 5%;
    float: none;
}

.popupmodal .modal-content .confirmar {
    font-size: 16px;
    padding: 9px 14px;
    border: 0;
    border-radius: 5px;
    margin-top: 25px;
    color: white;
    font-weight: bold;
    background: #6eba5f;
    margin-left: 5%;
    cursor: pointer;
    float: right;
}

.popupmodal .modal-content .close:hover,
.popupmodal .modal-content .close:focus,
.popupmodal .modal-content .cerrar:hover,
.popupmodal .modal-content .cerrar:focus {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.popupmodal .modal-content button.cerrar:hover,
.popupmodal .modal-content button.cerrar:focus {
    background: #555;
    color: white;
}

.popupmodal .modal-content .confirmar:hover,
.popupmodal .modal-content .confirmar:focus {
    color: #6eba5f;
    background-color: white;
    border: 1px solid #6eba5f;
    padding: 8px 13px;
}

.popupmodal .modal-content h2 {
    margin: 5px 0 25px 0;
    color: #6eba5f;
    font-size: 2em;
    font-weight: bold;
}

#searchModal.popupmodal .modal-content {
    background: #00000066;
}

#searchModal.popupmodal .modal-content h2 {
    margin: 5px 0;
}

#searchModal.popupmodal .modal-content p {
    color: white;
}

.popupmodal .modal-content form {}

.popupmodal .modal-content form label {
    display: block;
    margin: 5px;
    color: #333;
    height: 25px;
}

.popupmodal .modal-content form input[type=text],
.popupmodal .modal-content form input[type=email],
.popupmodal .modal-content form input[type=password] {
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 1.25em;
    color: #555;
    width: 100%;
}

.titlesearch {
    margin-top: 90px;
}

.container2>.card.cardsearch {
    height: 440px;
}

.container2>.card.cardsearch>h4>span {
    display: block;
    font-size: 0.7em;
    font-style: italic;
}

.container2>.card.cardsearch>img.downloadfile {
    height: 56px;
    width: auto;
    cursor: pointer;
    margin-right: 10px;
}

#searchingautocomplete-list {
    position: absolute;
    top: 135px;
    background: white;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-width: 320px;
    z-index: 9;
    width: 90%;
}

#searchingautocomplete-list div {
    color: #333;
    cursor: pointer;
    padding: 3px 0;
}

#searchingautocomplete-list div:hover {
    color: green;
}

#searchingautocomplete-list div:hover span,
#searchingautocomplete-list div:hover span a {
    color: #777;
}

#searchingautocomplete-list div span,
#searchingautocomplete-list div span a {
    display: inline-block;
    color: #bbb;
    padding: 3px 8px;
    font-size: 0.9em;
    margin-left: 5px;
    border-radius: 10px;
    position: relative;
}

#searchingautocomplete-list div span a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.oculto {
    display: none;
}

.awesome-content {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    padding: 1%;
}

.untercio {
    float: left;
    padding: 1%;
    width: 31%;
}

.awesome-content>.untercio.design.development {
    width: 33%;
}

.clear {
    clear: both;
}

a.single-icon.sin-hover {
    color: #444;
}

.director-photo {
    position: relative;
}

.director-photo img {
    width: 100%;
    height: auto;
}

.director-photo .director-title {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5em;
    font-family: serif;
    font-weight: normal;
    line-height: 1em;
}

.director-photo .director-title .name {
    text-transform: uppercase;
    color: #555;
    margin: 50px 25px 0 0;
}

.director-photo .director-title .title {
    color: gray;
    font-style: italic;
    font-size: 0.75em;
}

.well-left .biography,
.director-photo .biography {
    position: absolute;
    bottom: 15px;
    left: 0;
    margin: 0 25px;
}

.well-left .biography.hidden-until {
    display: none;
}

.well-left .biography .content,
.director-photo .biography .content {
    position: relative;
    width: 100%;
    padding: 10px 25px;
}

.well-left .biography .content img,
.director-photo .biography .content img {
    position: absolute;
    top: -10px;
    left: 0;
    max-width: 48px;
}

.well-left .biography .content img.turn-down,
.director-photo .biography .content img.turn-down {
    top: unset;
    left: unset;
    bottom: 10px;
    right: 10px;
    transform: rotate(180deg);
}

.well-left .biography .content .detail p,
.director-photo .biography .content .detail p {
    font-style: italic;
    color: white;
    font-size: 1.25em;
    line-height: 1.25em;
    border-left: 8px solid #555;
    border-right: 8px solid #777;
    background: #00000055;
    padding: 20px;
}

#featured,
#events,
#aboutus,
#contact {
    padding-top: 90px;
}

body #hero {
    padding-bottom: 50%;
    position: relative;
    width: 100%;
}

body #hero .caption {
    position: absolute;
    text-align: left;
    left: 10%;
    bottom: 15%;
}

body #hero .caption h1 {
    font-family: 'DINWebPro-Black';
    font-weight: bold;
    font-style: normal;
    font-size: 50px;
}

nav>a>img {
    max-width: 220px;
    width: 100%;
}

.welcome-area#contact {
    padding: 0;
}

.welcome-area#contact .well-bg .container .row div .wellcome-text {
    margin: 125px 0;
}

.controles {
    height: 48px;
}

.controles a {
    display: inline-block;
    margin: 6px 7px;
    padding: 0;
    width: 34px;
    height: 34px;
    font-size: 0;
    text-indent: -9999px;
    border-radius: 50%;
    background-repeat: no-repeat;
    vertical-align: top;
    cursor: pointer;
    background-color: rgba(125, 125, 125, 0.4);
    transition: background-color 100ms linear;
    border: none;
}

.controles a:hover {}

.controles a.mute-unmute {
    background-image: url(../img/icon-mute-unmute.png);
    background-position: left center;
}

.controles a.mute-unmute.pressed {
    background-position: right center;
}

.controles a.play-pause {
    background-image: url(../img/icon-play-pause.png);
    background-position: left center;
}

.controles a.play-pause.pressed {
    background-position: right center;
}

.img-footer {
    margin: 15px 15px 25px 15px;
}

.img-footer img {
    padding: 0 10px;
}

.canvas,
.videocanvas {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 5;
}

.topnav {
    float: right;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 0;
    margin: 0 10px;
    text-decoration: none;
    font-size: 1.1em;
}

.topnav a:hover,
.topnav a.active,
.destinosdropdown:hover .dropbtn {
    color: #6eba5f;
    border-bottom: 3px solid white;
}

.topnav.responsive .destinosdropdown:hover .dropbtn {
    width: 270px;
}

.topnav a.icon:hover,
.topnav a.icon.active {
    border-bottom: 0;
}

nav>.icon {
    display: none;
    color: white;
    float: right;
    font-size: 2.5em;
    padding: 0;
    position: absolute;
    top: 0;
    right: 15px;
}

.destinosdropdown {
    float: left;
    position: relative;
}

#home nav > #myTopnav > .destinosdropdown .dropbtn {
    padding: 17px 0;
} 

header:not(#home) nav > #myTopnav > .destinosdropdown {
    top: -1px;
} 

.destinosdropdown .dropbtn {
    font-size: 1.1em;
    border: none;
    outline: none;
    color: white;
    padding: 15px 0 14px 0;
    margin: 0 10px;
    background-color: inherit;
    font-family: inherit;
    border-bottom: 3px solid transparent;
}

.destinosdropdown-content {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 280px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    right: 0;
}

.destinosdropdown-content a {
    float: none;
    color: white;
    padding: 5px 10px;
    margin: 0;
    text-decoration: none;
    display: block;
    text-align: left;
}

.destinosdropdown-content a:hover {
    border: 0;
}

.destinosdropdown:hover .destinosdropdown-content {
    display: block;
}

.alerta {
    padding: 10px 50px 10px 25px;
    border: 1px solid white;
    border-radius: 8px;
    z-index: 99;
    transition: opacity 2s;
}

.alerta {
    position: fixed;
    top: 25px;
    right: 25px;
    opacity: 0;
    display: none;
}

.alerta>p {
    line-height: 1.5em;
}

.alerta>p>a {
    cursor: pointer;
}

.alerta>p>a:hover {
    color: navy;
}

.alerta>span {
    position: absolute;
    top: 15px;
    right: 12px;
    border-radius: 50%;
    padding: 3px 7px;
    cursor: pointer;
}

.alerta>span.exito {
    border: 1px solid #155724;
}

.alerta>span.error {
    border: 1px solid #721c24;
}

.alerta>span.advertencia {
    border: 1px solid #856404;
}

.alerta.fade {
    opacity: 1;
}

.alerta.exito {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alerta.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alerta.advertencia {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.header-area.stick,
header > .header-area {
    height: 55px !important;
}

@media (max-width: 991px) {
    .welcome-area#contact .well-bg .container .row div .wellcome-text {
        padding: 25px 0;
    }
    .welcome-area#contact .well-bg .container .row div .wellcome-text .well-text>h2 {
        font-size: 36px;
    }
    .welcome-area#contact .well-bg .container .row div .wellcome-text .well-text>p {
        display: inline-block;
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .topnav a {
        margin: 0 5px;
    }
}

@media (max-width: 820px) {
    .topnav a:not(:first-child),
    .destinosdropdown .dropbtn {
        display: none;
    }
    .topnav form {
        float: none;
        margin-right: 40px;
    }
    .topnav.responsive form {
        position: relative;
        top: 4px;
    }
    nav>a.icon {
        display: block;
    }
    .topnav>img {
        margin-right: 45px;
    }
    .topnav.responsive {
        padding-top: 60px;
        position: relative;
        top: -5px;
        right: -18px;
    }
    .topnav.responsive>img {
        position: absolute;
        right: 18px;
        top: 5px;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        background: #000000aa;
        padding: 5px 10px;
        border-bottom: 0;
        width: 270px;
        clear: both;
    }
    .topnav.responsive .destinosdropdown {
        float: none;
    }
    .topnav.responsive .destinosdropdown-content {
        position: relative;
        width: 270px;
        margin: 0 5px;
    }
    .topnav.responsive .destinosdropdown-content a {
        background: transparent;
        font-size: 1em;
        padding: 3px 10px;
    }
    .topnav.responsive .destinosdropdown-content a:hover {
        color: #6eba5f;
    }
    .topnav.responsive .destinosdropdown .dropbtn {
        display: block;
        width: 270px;
        text-align: left;
        background: #000000aa;
        padding: 5px 10px;
        border-bottom: 0;
        margin: 0 5px;
    }
    nav .topnav.responsive a span.oculto {
        display: inline-block;
    }
    #home nav > #myTopnav > .destinosdropdown .dropbtn {
        padding: 10px;
    }
    header:not(#home) nav > #myTopnav > .destinosdropdown {
        top: 0px;
    } 
}

@media (min-width:768px) {
    #sticker .container {
        max-width: 1250px;
        width: 100%;
    }
}

@media (max-width: 680px) {
    .imgfooter {
        display:none;
    }
}

@media (max-width: 529px) {
    .topnav.responsive {
        padding-top: 5px;
    }
    .topnav.responsive>img {
        top: -50px;
    }
}

@media (max-width: 460px) {
    .welcome-area#contact .well-bg .container .row div .wellcome-text {
        padding: 10px 0;
    }
    .welcome-area#contact .well-bg .container .row div .wellcome-text .well-text>h2 {
        font-size: 28px;
    }
}