/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}

p {
    font-size: 18px;
}

p.small {
    font-size: 14px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: rgb(56, 86, 136);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light {
    /*border-color: #fff;*/
    border-color: #F7E78C;
}

hr.star-light:after {
    color: #fff;
    background-color: #F7E78C;
}

hr.star-primary {
    /*border-color: #385688;*/
    border-color: #F7E78C;
}

hr.star-primary:after {
    color: #385688;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #F7E78C;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

.intro-text {
    display: table !important;
    height: 100vh;
}

.hero .intro-text .name,
.hero .intro-text .description {
    display: table-cell !important;
    margin: 0;
    vertical-align: middle !important;
}

.hero .intro-text .name {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    font-weight: 700;
}

.hero .intro-text .description {
    font-size: 1em;
    font-weight: 200;
}

@media(max-width:768px) {
    .hero .intro-text .name {
        font-size: 1.2em;
    }
    .hero .intro-text .description {
        font-size: .8em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    .navbar-fixed-top .navbar-brand {
        font-size: 1.8em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }
    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.3em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 2.5em;
}

section.success {
    color: #fff;
    background: #385688;
}

section.success a {
    color: #fff !important;
    background: #385688;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }
    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24, 188, 156, .9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 18px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #F7E78C;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.3em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -ms-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #F7E78C;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #8291B0;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.btn-top {
    color: #000000;
    background-color: #F7E78C;
    border-color: #F7E78C;
}

.btn-top:hover,
.btn-top:active,
.btn-top:focus {
    color: #000000;
    background-color: rgb(240, 218, 95);
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1099;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #385688;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #385688;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.text-shadow {
    text-shadow: 2px 2px #000;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    /* fallback */
    max-height: 200px;
    /* fallback */
    -webkit-line-clamp: 10;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.logo {
    position: absolute;
    top: 0px;
    width: 120px;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.navbar-fixed-top.navbar-shrink .logo {
    width: 90px !important;
}


/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/


/********************************/


/*       Fade Bs-carousel       */


/********************************/

.fade-carousel {
    position: relative;
    height: 100vh;
}

.fade-carousel .carousel-inner .item {
    height: 100vh;
}

.fade-carousel .carousel-indicators>li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}

.fade-carousel .carousel-indicators>li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}


/********************************/


/*          Hero Headers        */


/********************************/

.hero {
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.hero h1 {
    font-size: 3em;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}


/********************************/


/*            Overlay           */


/********************************/

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}


/********************************/


/*          Custom Buttons      */


/********************************/

.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}


/********************************/


/*       Slides backgrounds     */


/********************************/

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4 {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-position-y: 60px;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url(../img/background2.jpg);
}

.fade-carousel .slides .slide-2 {
    background-image: url(../img/slide2.jpeg);
}

.fade-carousel .slides .slide-3 {
    background-image: url(../img/slide3.jpeg);
}

.fade-carousel .slides .slide-4 {
    background-image: url(../img/slide4.jpeg);
}

.fade-carousel .slides .slide-1.slide-cumbre2019 {
    background-image: url(../img/antigua-guatemala.jpg) !important;
}

.fade-carousel .slides .slide-2.slide-cumbre20192 {
    background-image: url(../img/snapantiguafull1.jpg) !important;
}


/********************************/


/*          Media Queries       */


/********************************/

@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 2em;
    }
}

.card {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    margin-bottom: 2.3rem;
}

.card {
    position: relative;
    display: flex;
    color: #385688;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFF;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 2px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: 0.575rem;
    margin-bottom: 0.4rem;
}

.card-title._bold {
    color: #000;
    letter-spacing: 0.7rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .media-new,
    .profile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 767.98px) {
    .media-new__img img {
        margin: -155px 0 -10px;
        width: 330px;
        border: 8px solid #FFF;
        border-radius: 50%;
    }
    .profile__img img {
        margin: -55px 0 -10px;
        width: 120px;
        border: 5px solid #FFF;
        border-radius: 50%;
    }
    .media-new {
        margin-top: 175px;
        text-align: center;
    }
    .media-new__info p {
        text-align: left;
    }
    .profile {
        margin-top: 75px;
        text-align: center;
    }
}

.card,
.card-deck {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.media-new__img .profile__img {
    padding: 5px;
    position: relative;
}

.profile__img {
    min-width: 210px;
}

.media-new__img {
    min-width: 330;
}

.profile__img img {
    max-width: 200px;
    border-radius: 2px;
}

.media-new__img img {
    max-width: 315px;
    border-radius: 2px;
}

.media-new__info {
    padding: 5px 5px 5px 40px;
}

.profile__info {
    padding: 30px;
}

.profile__info-img {
    margin: 0 auto;
    border: 4px solid #CCCCCC;
    border-radius: 10px;
    width: 175px;
    height: 200px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 250px;
}

.media-info>.media-new__info p:first-child {
    margin-top: 35px !important;
}

.icon-list,
.image-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icon-list>li {
    position: relative;
    padding: .3rem 0;
}

.image-list>li {
    position: relative;
    margin: 2em 0;
    text-align: center;
}

.nav.nav-tabs.nav-pills a {
    color: #fff;
}

.nav.nav-tabs.nav-pills>li:not(.active) a:hover {
    color: #385688;
}

.shadow-info {
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
}

.truncate {
    min-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about {
    text-align: justify;
}

.card-slide .carousel-control {
    background-color: transparent !important;
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
}

.link-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 50px;
}

.gallery-image {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 250px;
    width: 100%;
}

.subname-strong {
    color: #F7E78C;
    font-weight: bold;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: #8291B0;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #8291B0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #000000 !important;
    background-color: #F7E78C !important;
}

.goals {
    margin-left: -25px;
}

.goals>li {
    padding-bottom: 5px;
}

#outerContainer #mainContainer div.toolbar {
    display: none !important;
    /* hide PDF viewer toolbar */
}

#outerContainer #mainContainer #viewerContainer {
    top: 0 !important;
    /* move doc up into empty bar space */
}

.item-new {
    min-height: 520px !important;
}

.td-right {
    text-align: right;
    padding-right: 25px !important;
}

.modal-dialog {
    z-index: 999999 !important;
}

#register-form>.modal-dialog {
    width: 90%;
}

#register-form .form-group {
    margin-top: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #bs-accrg-navbar-collapse-1 {
        font-size: 0.75em !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #bs-accrg-navbar-collapse-1 {
        font-size: 0.64em !important;
    }
}

.arrow-up {
    cursor: pointer;
    align-items: center;
    height: auto;
    top: 100%;
    margin: 0;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    z-index: 9999;
    position: fixed;
    right: 50px;
    width: 252px;
    height: auto;
    padding: 0;
    background: -webkit-gradient(linear, left top, right top, from(#0067b1), to(#12477d));
    background: -webkit-linear-gradient(left, #0067b1, #12477d);
    background: -o-linear-gradient(left, #0067b1, #12477d);
    background: linear-gradient(90deg, #0067b1, #12477d);
    font-size: 14px;
    font-weight: 400;
    color: white;
}

.arrow-up:hover {
    color: white;
    text-decoration: none !important;
}

.arrow-up>.content {
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
}

.arrow-up>.content>.content-info {
    padding: 1rem 0.5rem 2rem 0.5rem;
}

.arrow-up>.content>.content-info>strong {
    color: #F7E78C
}

.shine-me {
    width: 100%;
    /*Make sure the animation is over the whole element*/
    -webkit-animation-name: ShineAnimation;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: 2s;
}


/* animation */

@-webkit-keyframes ShineAnimation {
    from {
        background-repeat: no-repeat;
        background-image: -webkit-linear-gradient( top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0.0) 57%, rgba(255, 255, 255, 0.0) 100%);
        background-position: -250px -250px;
        background-size: 600px 600px
    }
    to {
        background-repeat: no-repeat;
        background-position: 250px 250px;
    }
}

.long-menu-item {
    font-size: 12px;
    max-width: 200px;
    text-align: center;
    padding: 10px !important;
}

.multimedia-hotel {
    position: relative;
    height: 70vh;
    margin: 20px 0;
    display: flex;
}

.multimedia-item {
    width: 50%;
    height: 70vh;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.multimedia-item._one {
    background-image: url('../img/hoteles/2019/NTRADA_PRINCIPAL_DEL_HOTEL_CSD_fondo_de_pantalla.jpg');
}

.multimedia-item._two {
    background-image: url('../img/hoteles/2019/enedordelcerro.jpg');
}

@media (max-width: 767.98px) {
    .multimedia-hotel {
        flex-direction: column;
    }
    .multimedia-item {
        background-size: 100% auto;
        width: 100%;
        height: 35vh;
    }
}

.profile__info .profile-link {
    background: #ffffff !important;
    color: rgba(0, 0, 0, .75) !important;
    padding: 0 1rem;
}