@charset "UTF-8";


/* -------------------------------------------------------------------------------------------- */
/* ----///////////////////////////////// CSS MUSEO DEL JADE /////////////////////////////////---*/
/* -------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------- */
/* ----///////////////////////////////// GLOBAL /////////////////////////////////---*/
/* -------------------------------------------------------------------------------- */
:root {
    --green: #008358;
    --primary-100: #064350;
    --primary-50: #086378;
    --primary-2: #E4EDEF;
    --linear-gradient-background: linear-gradient(180deg, #064350, #086378);
    --gray-00: #FCFCFC;
    --gray-20: #E7EBED;
    --gray-85: #1B1D1F;
    --green-10: #b8d230;
    --bg-gray: #E4EDEF;
    --border-gray: #D6D6D6;
    --gray-transparent-25: #E2E2E2;
    --gray-transparent-55: #DCDFE2;
    --gray-transparent-05: #F7F7F7;
}

@font-face {
    font-family: "Montserrat";
    src: url("/media/uuvnellp/montserrat-regular.ttf");
}
html {
    height: auto;
    max-width: 1980px;
    margin: 0 auto;
}
* {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
}

body {
    font-family: 'Montserrat';
}


.carousel {
    padding: 0;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: lighter;
}

.menu-text p {
    margin: 5px 0px 5px 0px;
}


/* -------------------------------------------------------------------------------- */
/* ----/////////////////////////////////  MENU  /////////////////////////////////---*/
/* -------------------------------------------------------------------------------- */

.logo-responsivo {
    display: none;
}

@media only screen and (min-width:1200px) {

    .nav-item > .nav-link {
        padding: 5px 15px !important;
        display: block !important;
        font-size: calc(0.3em + 0.3w);
    }
}

@media only screen and (min-width:2000px) {

    .nav-item > .nav-link {
        padding: 5px 15px !important;
        display: block !important;
        font-size: 19px;
    }
}

@media only screen and (max-width:992px) {

    .header-inner {
        background-color: white !important;
        position: inherit !important;
    }

    .nav-item > .nav-link {
        color: black !important
    }

    .logo {
        color: #000 !important;
        font-weight: 600 !important;
    }

    .content-banner .first-title {
        font-size: 20px !important;
    }

    .logo-responsivo {
        display: block;
    }
}

.navbar-nav {
    font-size: calc(0.5em + 0.5vw);
}

/*.container-fluid {
    max-width: 1500px;
}*/

.content-banner {
    color: #ffffff;
    position: relative;
    background-position: center center;
    background-size: cover;
}

    .content-banner:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .content-banner .first-title {
        position: relative;
        z-index: 2;
    }

    .content-banner .banner-des {
        letter-spacing: 0;
        position: relative;
        z-index: 2;
        margin-top: 0;
    }


.header {
    position: relative;
    width: 100%;
}

.header-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #ffffff;
}

.logo {
    color: #ffffff;
}

.navbar .logobcolorMuseo {
    display: none;
}

.ecomerce1 {
    justify-content: center;
    align-items: center;
}

.navbar .ecomerce1 {
    display: none;
}

.navbar .ecomerce2 {
    display: initial;
}

.navbar-scroll .ecomerce1 {
    display: initial;
}

.navbar-scroll .ecomerce2 {
    display: none;
}

.navbar-scroll .logoblancoMuseo {
    display: none;
}

.navbar-scroll .logobcolorMuseo {
    display: initial;
}



.nav-item .nav-link {
    display: block;
    text-transform: capitalize;
    color: #ffffff;
    transition: 0.15s
}

    .nav-item .nav-link:hover {
        color: #0aa370;
    }

.navbar a {
    color: white;
    text-decoration: none;
}

.navbar-scroll a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.navbar hr {
    color: white;
}

.navbar-scroll hr {
    color: rgb(133, 133, 133);
}

.navbar .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.479);
}

    .navbar .dropdown-menu .dropdown-item {
        color: white;
    }

        .navbar .dropdown-menu .dropdown-item:hover {
            background-color: rgb(228, 111, 33);
        }

.navbar-scroll .dropdown-menu {
    background-color: white;
}

.navbar-scroll {
    background-color: #ffffff;
    padding: 0;
    /*position: fixed;*/
    top: 0;
    z-index: 99;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.185);
    transition-duration: 0.6s;
}

    .navbar-scroll .dropdown-menu .dropdown-item {
        color: rgb(0, 0, 0);
    }

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: rgb(0, 0, 0);
    color: white;
}

.navbar-scroll .nav-item .nav-link {
    color: black;
}

    .navbar-scroll .nav-item .nav-link:hover {
        color: #0aa370;
    }

.navbar-scroll .logo {
    color: #000;
    font-weight: 500;
}

.first-title {
    text-transform: capitalize;
}

section:nth-of-type(even) {
    background-color: #222222;
    color: white;
}

/* ------------------------------------ Fin Menú ---------------------------------- */
/* -------------------------------------------------------------------------------- */








/* -------------------------------------------------------------------------------- */
/* ----///////////////////////////////// FIGURE /////////////////////////////////---*/
/* -------------------------------------------------------------------------------- */

figure {
    position: relative;
    margin: 0px;
}

    figure img {
        display: inline-block;
    }

figcaption {
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    padding: 0;
    padding: 0;
    margin: 0;
}

.figure-caption {
    font-family: 'Nunito';
    text-align: center;
    height: 30px;
    line-height: 2;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 16px;
}

#visit_list .card-img-top {
    width: 100%;
    height: 10vw;
    object-fit: cover;
}

.image_title {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 640px;
    height: auto;
}

/* ------------------------------------- FIGURE ------------------------------------- */



/* ---------------------------------------------------------------------------------- */
/* ----///////////////////////////////// CONTACTO /////////////////////////////////---*/
/* ---------------------------------------------------------------------------------- */

.contact-clean {
    background: #f1f7fc;
    padding: 80px 0;
}

    .contact-clean form {
        max-width: 480px;
        width: 90%;
        margin: 0 auto;
        background-color: #ffffff;
        padding: 40px;
        border-radius: 4px;
        color: #505e6c;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    }

    .contact-clean h2 {
        margin-top: 5px;
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 36px;
        color: inherit;
    }

    .contact-clean .form-group:last-child {
        margin-bottom: 5px;
    }

    .contact-clean form .form-control {
        background: #fff;
        border-radius: 2px;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
        outline: none;
        color: inherit;
        padding-left: 12px;
        height: 42px;
    }

        .contact-clean form .form-control:focus {
            border: 1px solid #b2b2b2;
        }

    .contact-clean form textarea.form-control {
        min-height: 100px;
        max-height: 260px;
        padding-top: 10px;
        resize: vertical;
    }

    .contact-clean form .btn {
        padding: 16px 32px;
        border: none;
        background: none;
        box-shadow: none;
        text-shadow: none;
        opacity: 0.9;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        letter-spacing: 0.4px;
        line-height: 1;
        outline: none !important;
    }

        .contact-clean form .btn:hover {
            opacity: 1;
        }

        .contact-clean form .btn:active {
            transform: translateY(1px);
        }

    .contact-clean form .btn-primary {
        background-color: #055ada !important;
        margin-top: 15px;
        color: #fff;
    }

#contactForm .h4 {
    font-weight: 400;
    border-bottom: 1px solid silver;
}

.required-input {
    color: maroon;
}

.static-map {
    margin-bottom: 20px;
}

@media (max-width: 768px) and (min-width: 767px) {
    #contactForm .static-map img {
        width: 100%;
    }
}

@media (max-width:767px) {
    .contact-clean {
        padding: 20px 0;
    }

        .contact-clean form {
            padding: 30px;
        }
}


/* -------------------------------- Fin de CONTACTO ---------------------------------- */


/* ---------------------------------------------------------------------------------- */
/* ----///////////////////////////////// Acordeon /////////////////////////////////---*/
/* ---------------------------------------------------------------------------------- */

.containerAccordion {
    display: flex;
    width: 100%;
    padding: 4% 2%;
    box-sizing: border-box;
    height: 100vh;
}

.box {
    flex: 1;
    overflow: hidden;
    transition: .5s;
    margin: 0 2%;
    box-shadow: 0 2px 1px rgba(0,0,0,.1);
    line-height: 0;
}

    .box > img {
        width: 200%;
        height: calc(100% - 10vh);
        object-fit: cover;
        transition: .5s;
        background-position: center;
    }

    .box > span {
        font-size: 3.8vh;
        display: block;
        text-align: center;
        height: 10vh;
        line-height: 2.6;
    }

    .box:hover {
        flex: 1 1 50%;
    }

        .box:hover > img {
            width: 100%;
            height: 100%;
        }

/* ---------------------------------- Accordion ------------------------------------ */



.accordionV {
    max-width: 990px;
    height: 500px;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    margin-bottom: 100px;
}

.boxV {
    position: relative;
    height: 100%;
    margin: 1.5%;
    flex: 1;
    background-position: left;
    background-size: cover;
    transition: .7s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.47);
}

    .boxV:hover {
        flex: 7;
        height: 600px;
    }

.a1 {
    background-image: url(https://museodeljade.ins-cr.com/Recursos/images/exhibiciones/permanentes/jade.jpg);
    color: #fff;
}

.a2 {
    background-image: url(https://museodeljade.ins-cr.com/Recursos/images/exhibiciones/permanentes/dia.jpg);
    color: #fff;
}

.a3 {
    background-image: url(https://museodeljade.ins-cr.com/Recursos/images/exhibiciones/permanentes/noche.jpg);
    color: #fff;
}

.a4 {
    background-image: url(https://museodeljade.ins-cr.com/Recursos/images/exhibiciones/permanentes/memoria.jpg);
    color: #fff;
}

.a5 {
    background-image: url(https://museodeljade.ins-cr.com/Recursos/images/exhibiciones/permanentes/acopio.jpg);
    color: #fff;
}

.text {
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0;
    padding: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.boxV:hover .text {
    opacity: 1;
}

@media screen and (max-width: 800px) {

    .accordionV {
        flex-direction: column;
        height: 700px;
        box-shadow: none;
    }

    .boxV {
        box-shadow: none;
    }

        .boxV:hover {
            flex: 7;
        }
}




/* --------------------------------------------------------------------------------- */
/* ----///////////////////////////////// CARDS 2 /////////////////////////////////---*/
/* --------------------------------------------------------------------------------- */


.photo-card {
    background-color: #2d3638;
    border-radius: 10px;
    /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19), 0 4px 2px rgba(0, 0, 0, 0.23);*/
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.photo-background {
    background-position: center;
    background-size: cover;
    min-height: 250px;
}

.photo-details {
    padding: 2.1875em 5%;
}

    .photo-details h1, .photo-details h4 {
        color: #fff;
        font-weight: 500;
        margin: 0;
    }

    .photo-details h1 {
        font-size: 125%;
        line-height: 1;
        margin-bottom: 0.35em;
    }

.photo-tags ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 87.5%;
    margin-top: 0.35em;
    text-transform: lowercase;
}

.photo-tags li {
    margin: 0 0.35em 0.35em 0;
}

.photo-tags a {
    background-color: #191e20;
    border-radius: 50px;
    color: #fff;
    display: block;
    padding: 0.3125em 1.25em;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .photo-tags a:hover, .photo-tags a:focus {
        color: #e37544;
    }

.photo-details p {
    color: white;
}

.features-boxed {
    color: #313437;
    background-color: #eef4f7;
}

    .features-boxed p {
        color: #7d8285;
    }

    .features-boxed h2 {
        font-weight: bold;
        margin-bottom: 40px;
        padding-top: 40px;
        color: inherit;
    }

    .features-boxed .intro {
        font-size: 16px;
        max-width: 500px;
        margin: 0 auto;
    }

        .features-boxed .intro p {
            margin-bottom: 0;
        }

    .features-boxed .features {
        padding: 50px 0;
    }

    .features-boxed .item {
        text-align: center;
    }

        .features-boxed .item .box {
            text-align: center;
            padding: 30px;
            background-color: #fff;
            margin-bottom: 30px;
        }

        .features-boxed .item .icon {
            font-size: 60px;
            /*color: #1fdaf4;*/
            margin-top: 20px;
            margin-bottom: 35px;
        }

        .features-boxed .item .name {
            /*font-weight: bold;*/
            font-size: 18px;
            margin-bottom: 8px;
            margin-top: 0;
            color: inherit;
        }

        .features-boxed .item .description {
            font-size: 15px;
            margin-top: 15px;
            margin-bottom: 20px;
        }

.footer-dark {
    padding: 50px 0;
    color: #f0f9ff;
    background-color: #282d32;
}

    .footer-dark h3 {
        margin-top: 0;
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 16px;
    }

    .footer-dark ul {
        padding: 0;
        list-style: none;
        line-height: 1.6;
        font-size: 14px;
        margin-bottom: 0;
    }

        .footer-dark ul a {
            color: inherit;
            text-decoration: none;
            opacity: 0.6;
        }

            .footer-dark ul a:hover {
                opacity: 0.8;
            }

@media (max-width:767px) {
    .features-boxed h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

@media screen and (min-width: 700px) {
    .photo-card {
        flex-direction: row;
    }

    .photo-background {
        min-height: none;
        width: 50%;
    }

    .photo-details {
        width: 50%;
    }
}

/* -------------------------------------- CARDS 2 ----------------------------------- */




/* ------------------------------------------------------------------------------------ */
/* ----///////////////////////////////// BLOG CARDS /////////////////////////////////---*/
/* ------------------------------------------------------------------------------------ */


.card-container {
    padding: 100px 0px;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.profile-card-4 {
    max-width: 300px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
}

    .profile-card-4 img {
        transition: all 0.25s linear;
        max-width: 250px;
        max-height: 240px;
        min-height: 240px;
    }

    .profile-card-4 .profile-content {
        position: relative;
        padding: 15px;
        background-color: #FFF;
    }

    .profile-card-4 .profile-name {
        font-weight: bold;
        position: absolute;
        left: 0px;
        right: 0px;
        top: -5px;
        color: #FFF;
        font-size: 17px;
    }

        .profile-card-4 .profile-name p {
            font-weight: 600;
            font-size: 13px;
            letter-spacing: 1.5px;
        }

    .profile-card-4 .profile-description {
        color: #777;
        font-size: 12px;
        padding: 10px;
        min-height: 100px;
    }

    .profile-card-4 .profile-overview {
        padding: 15px 0px;
    }

        .profile-card-4 .profile-overview p {
            font-size: 10px;
            font-weight: 600;
            color: #777;
        }

        .profile-card-4 .profile-overview h4 {
            color: #273751;
            font-weight: bold;
        }

    .profile-card-4 .profile-content::before {
        content: "";
        position: absolute;
        height: 20px;
        top: -10px;
        left: 0px;
        right: 0px;
        background-color: #FFF;
        z-index: 0;
        transform: skewY(3deg);
    }

    .profile-card-4:hover img {
        transform: rotate(5deg) scale(1.1, 1.1);
        filter: brightness(110%);
    }


.profile-card-10:hover img {
    transform: scale(1.1);
}


/* --------------------------------- Blog Cards ------------------------------------*/


.img-parallax {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    pointer-events: none;
}

.paralax-box {
    width: 100%;
    height: 80vh;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}

    .paralax-box h2 {
        position: relative;
        display: block;
        text-align: center;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 10vw;
        color: white;
        font-weight: 400;
        z-index: 10;
    }


/* ---------------------------------------------------------------------------------- */
/* ----///////////////////////////////// PARALAX /////////////////////////////////---*/
/* ---------------------------------------------------------------------------------- */



::-webkit-scrollbar {
    display: none;
}

#container, .container-works, #page, #about {
    height: 100vh;
    width: 100%;
    position: relative;
}

    #container .back-img {
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        z-index: 1;
    }

    .container-works .second-img {
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        z-index: 1;
    }

    #page .third-img {
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        z-index: 1;
    }

    #about .fourth-img {
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        z-index: 1;
    }

    #container .title, .container-works .title, #page .title, #about .title {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }

    #container .title, .container-works .title, #page .title, #about .title {
        color: white;
        font-weight: 700;
        letter-spacing: 2px;
        top: -80px;
    }

.back-img, .second-img, .third-img, .fourth-img {
    background-attachment: fixed;
}

.title h1 {
    font-size: 10vw !important;
}

.title h2 {
    font-size: 5vw;
}

.eventosTxt {
    max-width: 900px;
    margin: auto;
    display: block !important;
}

.boton2 {
    border: solid 1px var(--primary-100);
    padding: 2%;
    margin: 2%;
    color: var(--primary-100);
}



/* ------------------------------------ FIN PARALAX ---------------------------------- */

/* -------------------  -----------------*/


.card-title {
    font-size: 15px;
}



/* -------------------------------------------------------------------------------- */
/* ----///////////////////////////////// FOOTER /////////////////////////////////---*/
/* -------------------------------------------------------------------------------- */

.entradasfoot {
    background: rgb(13, 156, 104);
    width: 191px;
    height: 138px;
    color: rgb(255,255,255);
    margin-right: -73px;
    padding: 10%;
}

@media (max-width: 1000px) {

    .entradasfoot {
        width: 191px;
        height: 138px;
        color: rgb(255,255,255);
        margin: auto;
        padding: 3%;
    }
}

.footer-dark .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }

    .footer-dark .item.text {
        margin-bottom: 36px;
    }

    .footer-dark .item.text {
        margin-bottom: 0;
    }
}

@media (max-width:991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
}

.footer-dark .item.social > a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
}

    .footer-dark .item.social > a:hover {
        opacity: 0.9;
    }

.footer-dark .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: 0.3;
    font-size: 13px;
    margin-bottom: 0;
}

.footer-dark {
    background-color: rgb(48,48,48);
}

.glyphicon {
    margin-right: 5px;
}

.thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

    .item.list-group-item:nth-of-type(odd):hover, .item.list-group-item:hover {
        background: #428bca;
    }

    .item.list-group-item .list-group-image {
        margin-right: 10px;
    }

    .item.list-group-item .thumbnail {
        margin-bottom: 0px;
    }

    .item.list-group-item .caption {
        padding: 9px 9px 0px 9px;
    }

    .item.list-group-item:nth-of-type(odd) {
        background: #eeeeee;
    }

    .item.list-group-item:before, .item.list-group-item:after {
        display: table;
        content: " ";
    }

    .item.list-group-item img {
        float: left;
    }

    .item.list-group-item:after {
        clear: both;
    }

.list-group-item-text {
    margin: 0 0 11px;
}

.glyphicon {
    margin-right: 5px;
}

.thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.list-group-item-text {
    margin: 0 0 11px;
}

a:hover, a:focus {
    text-decoration: none;
}

a {
    outline: none;
}

    a:hover, a:focus {
        outline: none;
    }

.login-cont {
    padding: 100px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.form-control.input-lg.lg-frc {
    border-radius: 0rem;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
    padding: 5px 8px;
    color: #fff;
}

    .form-control.input-lg.lg-frc:focus {
        border-color: #565656;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.login-col {
    padding: 30px;
    background-color: rgba(0,0,0,0.2);
    border: 1px solid rgba(204,204,204,0.36);
    padding-top: 15px;
}

.login-btn {
    border-radius: 0rem;
    background-color: transparent;
    background-image: none;
    text-shadow: none;
    color: #fff;
    padding: 10px 40px;
    margin-top: 25px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .login-cont {
        margin-top: 150px;
        padding: 20px;
    }
}

.form-control:focus {
    border-color: #25476a;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lgp-hd {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 60px;
}

.login-form {
    border: 1px solid rgba(255,255,255,0.36);
    padding: 20px;
    /*background-color: rgba(0,0,0,0.32);*/
}

.icon.ion-lock-combination {
    color: #fff;
    font-size: 70px;
    margin-bottom: 10px;
}


.login-cont {
    padding: 100px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.form-control.input-lg.lg-frc {
    border-radius: 0rem;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
    padding: 5px 8px;
    color: #fff;
}

    .form-control.input-lg.lg-frc:focus {
        border-color: #565656;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.login-col {
    padding: 30px;
    background-color: rgba(0,0,0,0.2);
    border: 1px solid rgba(204,204,204,0.36);
    padding-top: 15px;
}

.login-btn {
    border-radius: 0rem;
    background-color: transparent;
    background-image: none;
    text-shadow: none;
    color: #fff;
    padding: 10px 40px;
    margin-top: 25px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .login-cont {
        margin-top: 150px;
        padding: 20px;
    }
}

.form-control:focus {
    border-color: #25476a;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lgp-hd {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 60px;
}

.login-form {
    border: 1px solid rgba(255,255,255,0.36);
    padding: 20px;
    /*background-color: rgba(0,0,0,0.32);*/
}

.icon.ion-lock-combination {
    color: #fff;
    font-size: 70px;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@media (min-width: 768px) {
    #logoimage {
        width: 100px;
    }
}


@media (min-width: 768px) {
    .navigationitemsleft {
        margin-right: 40px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .navigationitemsright {
        margin-left: 40px;
        font-size: 18px;
    }
}

#logoimageonphone {
    width: 80px;
    position: absolute;
}

@media (min-width: 768px) {
    #logoimageonphone {
        display: none;
    }
}

@media (max-width: 575px) {
    #logoimageonphone {
        margin-left: 43%;
    }
}

@media (min-width: 575px) {
    #logoimageonphone {
        margin-left: 45%;
    }
}

@media (max-width: 767px) {
    .navigationitemsleft {
        margin-top: 10px;
    }

    .footer-dark .item.social {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .navigationitemsright {
        margin-top: 10px;
    }
}

.newsletter-subscribe {
    color: #313437;
    background-color: #fff;
    padding: 50px 0;
}

    .newsletter-subscribe p {
        color: #7d8285;
        line-height: 1.5;
    }

    .newsletter-subscribe h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 25px;
        line-height: 1.5;
        padding-top: 0;
        margin-top: 0;
        color: inherit;
    }

    .newsletter-subscribe .intro {
        font-size: 16px;
        max-width: 500px;
        margin: 0 auto 25px;
    }

        .newsletter-subscribe .intro p {
            margin-bottom: 35px;
        }

    .newsletter-subscribe form {
        justify-content: center;
    }

        .newsletter-subscribe form .form-control {
            background: #eff1f4;
            border: none;
            border-radius: 3px;
            box-shadow: none;
            outline: none;
            color: inherit;
            text-indent: 9px;
            height: 45px;
            margin-right: 10px;
            min-width: 250px;
        }

        .newsletter-subscribe form .btn {
            padding: 16px 32px;
            border: none;
            background: none;
            box-shadow: none;
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1;
        }

            .newsletter-subscribe form .btn:hover {
                opacity: 1;
            }

            .newsletter-subscribe form .btn:active {
                transform: translateY(1px);
            }

        .newsletter-subscribe form .btn-primary {
            background-color: #055ada !important;
            color: #fff;
            outline: none !important;
        }



/* ------------------------------------ FIN FOOTER ---------------------------------- */


.error {
    color: red;
}

.swal-wide {
    width: 850px !important;
}

/***Margin al cambiar tamaño de pantalla en explorador***/
/*html {
    height: auto;
    max-width: 1980px;
    margin: 0 auto;
}*/


.carousel-item img {
    width: 100vw !important;
}