@font-face {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icomoon/icomoon.eot%3Fsrf3rx);
    src: url(../fonts/icomoon/icomoon.eot%3Fsrf3rx) format("embedded-opentype"), url(../fonts/icomoon/icomoon.ttf%3Fsrf3rx) format("truetype"), url(../fonts/icomoon/icomoon.woff%3Fsrf3rx) format("woff"), url(../fonts/icomoon/icomoon.svg%3Fsrf3rx) format("svg")
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    background: #fff;
    color: #828282;
    font-family: Work Sans, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7
}

.container {
    max-width: 1600px;
    width: 100%;         /* Ensures it can shrink on smaller screens */
    padding: 20px;       /* Optional: add some spacing inside */
    box-sizing: border-box;
}

.repeated-bg{
    background-image: url('/build/images/fondo.jpg');  /* Replace with your repeating image */
    background-repeat: repeat;             /* Repeats both horizontally and vertically */
    background-position: top left;         /* Start repeating from the top left */
    background-size: auto;                 /* Use the image's original size */

    padding: 2rem;
    min-height: 60vh;                      /* Ensures it takes some vertical space */
    box-sizing: border-box;
}

#page {
    height: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%
}

.offcanvas #page {
    overflow: hidden;
    position: absolute
}

.offcanvas #page:after {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    z-index: 101
}

a {
    color: #70706E;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

a:active, a:focus, a:hover {
    color: #70706E;
    outline: none;
    text-decoration: none
}

p {
    margin-bottom: 20px
}

figure, h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: Work Sans, Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px
}

::-webkit-selection {
    background: #70706E;
    color: #fff
}

::-moz-selection {
    background: #70706E;
    color: #fff
}

::selection {
    background: #70706E;
    color: #fff
}

.fh5co-nav {
    margin: 0;
    padding: 40px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001
}

@media screen and (max-width: 768px) {
    .fh5co-nav {
        padding: 20px 0
    }
}

.fh5co-nav #fh5co-logo {
    font-family: Great Vibes, Arial, serif;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0
}

.fh5co-nav a {
    color: #fff;
    padding: 5px 10px
}

@media screen and (max-width: 768px) {
    .fh5co-nav .menu-1, .fh5co-nav .menu-2 {
        display: none
    }
}

.fh5co-nav ul {
    margin: 2px 0 0;
    padding: 0
}

.fh5co-nav ul li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0
}

.fh5co-nav ul li a {
    color: hsla(0, 0%, 100%, .5);
    font-size: 14px;
    padding: 30px 10px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.fh5co-nav ul li a:active, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:hover {
    color: #fff
}

.fh5co-nav ul li.has-dropdown {
    position: relative
}

.fh5co-nav ul li.has-dropdown .dropdown {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 14px 33px -9px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 14px 33px -9px rgba(0, 0, 0, .75);
    box-shadow: 0 14px 33px -9px rgba(0, 0, 0, .75);
    left: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: 40px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    visibility: hidden;
    width: 130px;
    z-index: 1002
}

.fh5co-nav ul li.has-dropdown .dropdown:before {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 40px;
    margin-left: -8px;
    pointer-events: none;
    position: absolute;
    width: 0
}

.fh5co-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
    color: #999;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    padding: 2px 0;
    text-transform: none
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
    color: #000
}

.fh5co-nav ul li.has-dropdown:focus a, .fh5co-nav ul li.has-dropdown:hover a {
    color: #fff
}

.fh5co-nav ul li.btn-cta a {
    color: #70706E
}

.fh5co-nav ul li.btn-cta a span {
    background: #fff;
    display: -moz-inline-stack;
    display: inline-block;
    padding: 4px 20px;
    zoom: 1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    *display: inline;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.fh5co-nav ul li.btn-cta a:hover span {
    -webkit-box-shadow: 0 14px 20px -9px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 14px 20px -9px rgba(0, 0, 0, .75);
    box-shadow: 0 14px 20px -9px rgba(0, 0, 0, .75)
}

.fh5co-nav ul li.active > a {
    color: #fff !important
}

/*#fh5co-counter, #fh5co-event, .fh5co-bg {*/
/*    background-position: top;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    position: relative*/
/*}*/

.fh5co-bg {
    background-position: 50%;
    float: left;
    position: relative;
    width: 100%
}

.fh5co-video {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    height: 450px;
    overflow: hidden
}

.fh5co-video a {
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
    box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
    display: table;
    height: 90px;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 90px;
    z-index: 1001
}

.fh5co-video a i {
    display: table-cell;
    font-size: 40px;
    text-align: center;
    vertical-align: middle
}

.fh5co-video .overlay {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.fh5co-video:hover .overlay {
    background: rgba(0, 0, 0, .7)
}

.fh5co-video:hover a {
    position: relative;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.fh5co-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%
}

.fh5co-cover .overlay {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.fh5co-cover > .fh5co-container {
    position: relative;
    z-index: 10
}

@media screen and (max-width: 768px) {
    .fh5co-cover {
        height: 300px
    }
}

.fh5co-cover .display-t, .fh5co-cover .display-tc {
    display: table;
    height: 900px;
    width: 100%
}

@media screen and (max-width: 768px) {
    .fh5co-cover .display-t, .fh5co-cover .display-tc {
        height: 600px
    }
}

.fh5co-cover.fh5co-cover-sm {
    height: 600px
}

@media screen and (max-width: 768px) {
    .fh5co-cover.fh5co-cover-sm {
        height: 400px
    }
}

.fh5co-cover.fh5co-cover-sm .display-t, .fh5co-cover.fh5co-cover-sm .display-tc {
    display: table;
    height: 600px;
    width: 100%
}

@media screen and (max-width: 768px) {
    .fh5co-cover.fh5co-cover-sm .display-t, .fh5co-cover.fh5co-cover-sm .display-tc {
        height: 400px
    }
}

#fh5co-counter, #fh5co-event {
    height: 700px
}

#fh5co-counter .display-t, #fh5co-counter .display-tc, #fh5co-event .display-t, #fh5co-event .display-tc {
    display: table;
    height: 700px;
    width: 100%
}

#fh5co-counter .fh5co-heading h2, #fh5co-event .fh5co-heading h2 {
    color: #70706E
}

#fh5co-counter .fh5co-heading span, #fh5co-event .fh5co-heading span {
    color: hsla(0, 0%, 100%, .5);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase
}

#fh5co-counter .overlay, #fh5co-event .overlay {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (max-width: 768px) {
    #fh5co-counter, #fh5co-event {
        height: inherit;
        padding: 7em 0
    }

    #fh5co-counter .display-t, #fh5co-counter .display-tc, #fh5co-event .display-t, #fh5co-event .display-tc {
        height: inherit
    }
}

#fh5co-counter .event-wrap, #fh5co-event .event-wrap {
    background: hsla(0, 0%, 100%, .1);
    border: 2px solid hsla(0, 0%, 100%, .5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    float: left;
    padding: 30px;
    width: 100%
}

@media screen and (max-width: 768px) {
    #fh5co-counter .event-wrap, #fh5co-event .event-wrap {
        margin-bottom: 10px
    }
}

#fh5co-counter .event-wrap h3, #fh5co-event .event-wrap h3 {
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    color: #fff;
    display: block;
    font-size: 20px;
    letter-spacing: 2px;
    padding-bottom: 20px;
    text-transform: uppercase
}

#fh5co-counter .event-wrap p, #fh5co-counter .event-wrap span, #fh5co-event .event-wrap p, #fh5co-event .event-wrap span {
    color: hsla(0, 0%, 100%, .8);
    display: block
}

#fh5co-counter .event-wrap i, #fh5co-event .event-wrap i {
    color: #fff;
    font-size: 20px
}

#fh5co-counter .event-wrap .event-col, #fh5co-event .event-wrap .event-col {
    float: left;
    margin-bottom: 30px;
    min-height: 110px;
    width: 50%
}

#fh5co-counter .event-wrap .event-col-33, #fh5co-event .event-wrap .event-col-33 {
    float: left;
    margin-bottom: 30px;
    min-height: 110px;
    width: 33%
}

@media screen and (max-width: 768px) {
    #fh5co-counter .event-wrap .event-col-33, #fh5co-event .event-wrap .event-col-33 {
        float: left;
        margin-bottom: 30px;
        min-height: 110px;
        width: 33%
    }

}

#fh5co-counter .event-wrap .btn, #fh5co-event .event-wrap .btn {
    background: #70706E;
    border: none !important;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 54px;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase
}

#fh5co-counter {
    height: 400px
}

@media screen and (max-width: 768px) {
    #fh5co-counter {
        height: auto
    }
}

.timeline {
    list-style: none;
    padding: 20px 0;
    position: relative
}

.timeline:before {
    background-color: #d4d4d4;
    bottom: 0;
    content: " ";
    left: 50%;
    margin-left: 0;
    position: absolute;
    top: 0;
    width: 1px
}

@media screen and (max-width: 480px) {
    .timeline:before {
        margin-left: -64px
    }
    .eventos {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .recepcion{
        height: auto!important;
    }
    .feature-left{
        padding-left: 10px;
    }
}

.timeline > li {
    margin-bottom: 20px;
    position: relative
}

.timeline > li:after, .timeline > li:before {
    content: " ";
    display: table
}

.timeline > li:after {
    clear: both
}

.timeline > li > .timeline-panel {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    float: left;
    padding: 30px;
    position: relative;
    width: 40%
}

.timeline > li > .timeline-panel:before {
    border-color: transparent #ccc;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    content: " ";
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 80px
}

.timeline > li > .timeline-panel:after {
    border-color: transparent #fff;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    content: " ";
    display: inline-block;
    position: absolute;
    right: -14px;
    top: 81px
}

@media screen and (max-width: 480px) {
    .timeline > li > .timeline-panel {
        width: 75% !important
    }

    .timeline > li > .timeline-panel:before {
        top: 30px
    }

    .timeline > li > .timeline-panel:after {
        top: 31px
    }
}

.timeline > li > .timeline-badge {
    background-color: #999;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 1.4em;
    height: 160px;
    left: 50%;
    line-height: 50px;
    margin-left: -80px;
    position: relative;
    position: absolute;
    text-align: center;
    top: 16px;
    width: 160px;
    z-index: 100
}

@media screen and (max-width: 480px) {
    .timeline > li > .timeline-badge {
        height: 60px;
        margin-left: -20px !important;
        width: 60px
    }
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline-title {
    margin-top: 0
}

.date {
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0
}

.timeline-body > p + p {
    margin-top: 5px
}

@media (max-width: 992px) {
    ul.timeline:before {
        left: 90px
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: -webkit-calc(100% - 200px)
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px
    }

    ul.timeline > li > .timeline-panel {
        float: right
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
}

#fh5co-gallery-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

#fh5co-gallery-list li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    clear: left;
    display: block;
    float: left;
    list-style: none;
    margin: 0 0 10px 1%;
    min-height: 400px;
    padding: 0;
    position: relative
}

@media screen and (max-width: 480px) {
    #fh5co-gallery-list li {
        margin-left: 0
    }
}

#fh5co-gallery-list li a {
    display: block;
    min-height: 400px;
    padding: 2em;
    position: relative;
    width: 100%
}

#fh5co-gallery-list li a:before {
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 80
}

#fh5co-gallery-list li a:hover:before {
    background: rgba(0, 0, 0, .5)
}

#fh5co-gallery-list li a .case-studies-summary {
    bottom: 2em;
    left: 2em;
    position: absolute;
    right: 2em;
    width: auto;
    z-index: 100
}

@media screen and (max-width: 768px) {
    #fh5co-gallery-list li a .case-studies-summary {
        bottom: 1em;
        left: 1em;
        right: 1em
    }
}

#fh5co-gallery-list li a .case-studies-summary span {
    color: hsla(0, 0%, 100%, .7);
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase
}

#fh5co-gallery-list li a .case-studies-summary h2 {
    color: #fff;
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    #fh5co-gallery-list li a .case-studies-summary h2 {
        font-size: 20px
    }
}

#fh5co-gallery-list li.one-third {
    width: 32.3%
}

@media screen and (max-width: 768px) {
    #fh5co-gallery-list li.one-third {
        width: 49%
    }
}

@media screen and (max-width: 480px) {
    #fh5co-gallery-list li.one-third {
        width: 100%
    }
}

#map {
    height: 500px;
    position: relative;
    width: 100%
}

@media screen and (max-width: 768px) {
    #map {
        height: 200px
    }
}

.fh5co-social-icons {
    margin: 0;
    padding: 0
}

.fh5co-social-icons li {
    list-style: none;
    margin: 0;
    padding: 0
}

.fh5co-social-icons li, .fh5co-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.fh5co-social-icons li a {
    color: #70706E;
    padding-left: 10px;
    padding-right: 10px
}

.fh5co-social-icons li a i {
    font-size: 20px
}

.fh5co-contact-info ul {
    margin: 0;
    padding: 0
}

.fh5co-contact-info ul li {
    list-style: none;
    margin: 0 0 30px;
    padding: 0 0 0 50px;
    position: relative
}

.fh5co-contact-info ul li:before {
    color: #70706E;
    font-family: icomoon;
    left: 0;
    position: absolute;
    top: .05em;
    speak: none;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fh5co-contact-info ul li.address:before {
    content: "\e9d1";
    font-size: 30px
}

.fh5co-contact-info ul li.phone:before {
    content: "\e9f4";
    font-size: 23px
}

.fh5co-contact-info ul li.email:before {
    content: "\e9da";
    font-size: 23px
}

.fh5co-contact-info ul li.url:before {
    content: "\e9af";
    font-size: 23px
}

form label {
    font-weight: 400 !important
}
#fh5co-header {
    margin-bottom: -110px;
}
#fh5co-counter .display-tc, #fh5co-header .display-tc, .fh5co-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle
}

#fh5co-counter .display-tc h1, #fh5co-counter .display-tc h2, #fh5co-header .display-tc h1, #fh5co-header .display-tc h2, .fh5co-cover .display-tc h1, .fh5co-cover .display-tc h2 {
    color: #fff;
    margin: 0;
    padding: 0
}

#fh5co-counter .display-tc h1, #fh5co-header .display-tc h1, .fh5co-cover .display-tc h1 {
    font-family: Great Vibes, Arial, serif;
    font-size: 100px;
    line-height: 1.5;
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    #fh5co-counter .display-tc h1, #fh5co-header .display-tc h1, .fh5co-cover .display-tc h1 {
        font-size: 40px
    }
}

@media screen and (max-width: 480px) {
    #fh5co-counter .display-tc h1, #fh5co-header .display-tc h1, .fh5co-cover .display-tc h1 {
        font-size: 30px
    }
}

#fh5co-counter .display-tc h2, #fh5co-header .display-tc h2, .fh5co-cover .display-tc h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px
}

@media screen and (max-width: 480px) {
    #fh5co-counter .display-tc h2, #fh5co-header .display-tc h2, .fh5co-cover .display-tc h2 {
        font-size: 16px
    }
}

#fh5co-counter .display-tc .btn, #fh5co-header .display-tc .btn, .fh5co-cover .display-tc .btn {
    background: #fff !important;
    border: none !important;
    color: #70706E;
    font-size: 14px;
    padding: 15px 20px;
    text-transform: uppercase
}

#fh5co-counter .display-tc .btn:hover, #fh5co-header .display-tc .btn:hover, .fh5co-cover .display-tc .btn:hover {
    background: #fff !important;
    -webkit-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75) !important;
    -moz-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75) !important;
    box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75) !important
}

#fh5co-counter {
    text-align: center
}

#fh5co-counter .counter {
    color: #fff;
    display: block;
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 10px
}

#fh5co-counter .counter-label {
    color: hsla(0, 0%, 100%, .5);
    letter-spacing: .1em;
    margin-bottom: 0;
    text-transform: uppercase
}

@media screen and (max-width: 768px) {
    #fh5co-counter .feature-center {
        margin-bottom: 50px
    }
}

#fh5co-counter .icon {
    -webkit-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
    box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
    height: 70px;
    margin-bottom: 30px;
    text-align: center;
    width: 70px
}

#fh5co-counter .icon i {
    height: 70px
}

#fh5co-counter .icon i:before {
    display: block;
    margin-left: 3px;
    text-align: center
}

.simply-countdown {
    /*margin-bottom: 2em*/
}

.simply-countdown > .simply-section {
    animation: pulse 1s ease infinite;
    background: #939393;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    margin: 0 4px;
    position: relative;
    width: 100px
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}

.simply-countdown > .simply-section > div {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    width: 100px
}

.simply-countdown > .simply-section .simply-amount, .simply-countdown > .simply-section .simply-word {
    color: #fff;
    display: block
}

.simply-countdown > .simply-section .simply-amount {
    font-size: 30px
}

.simply-countdown > .simply-section .simply-word {
    color: hsla(0, 0%, 100%, .7);
    font-size: 12px;
    text-transform: uppercase
}

@media screen and (max-width: 600px) {
    .simply-countdown > .simply-section {
        height: 60px;
        width: 60px
    }

    .simply-countdown > .simply-section > div {
        display: table-cell;
        height: 60px;
        vertical-align: middle;
        width: 60px
    }

    .simply-countdown > .simply-section .simply-amount, .simply-countdown > .simply-section .simply-word {
        color: #fff;
        display: block
    }

    .simply-countdown > .simply-section .simply-amount {
        font-size: 15px
    }

    .simply-countdown > .simply-section .simply-word {
        color: hsla(0, 0%, 100%, .7);
        font-size: 8px;
        text-transform: uppercase
    }
}

#fh5co-couple, #fh5co-couple-story, #fh5co-event, #fh5co-footer, #fh5co-gallery, #fh5co-services, #fh5co-started, #fh5co-testimonial, .fh5co-section {
    clear: both;
    /*padding: 7em 0*/
}
#fh5co-counter {
    padding: 7em 0;
    clear: both;
}
@media screen and (max-width: 768px) {
    #fh5co-couple {
        margin-bottom: -5em;
        padding-top: 3em
    }
    #fh5co-couple-story, #fh5co-event, #fh5co-footer, #fh5co-gallery, #fh5co-services, #fh5co-started, #fh5co-testimonial, .fh5co-section {
        padding-top: 0;
        margin-bottom: -5em;
    }
    .fh5co-video{
        height: auto;
    }
    #fh5co-event .fh5co-heading {
        margin-bottom: -1em!important;
    }
    #fh5co-services .fh5co-heading {
    margin-bottom: -1em!important;
    }
    #fh5co-counter{
        padding-top: 7em;
        clear: both;
        margin-bottom: -10em;
    }

}

.fh5co-section-gray {
    background: rgba(0, 0, 0, .04)
}

.couple-wrap {
    margin: 0 auto;
    position: relative;
    width: 90%
}

@media screen and (max-width: 768px) {
    .couple-wrap {
        width: 100%
    }
}

.heart {
    animation: pulse 1s ease infinite;
    left: 0;
    position: absolute;
    right: 0;
    top: 4em;
    z-index: 99
}

.heart i {
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #70706E;
    font-size: 20px;
    padding: 20px
}

@media screen and (max-width: 768px) {
    .heart {
        display: none
    }
}

.couple-half {
    float: left;
    width: 50%
}

@media screen and (max-width: 768px) {
    .couple-half {
        width: 100%
    }
}

.couple-half h3 {
    color: #70706E;
    font-family: Great Vibes, Arial, serif;
    font-size: 30px
}

.couple-half .bride, .couple-half .groom {
    float: left
}

.couple-half .bride, .couple-half .bride img, .couple-half .groom, .couple-half .groom img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 150px;
    width: 150px
}

@media screen and (max-width: 480px) {
    .couple-half .bride, .couple-half .groom {
        height: 140px;
        width: 100%
    }

    .couple-half .bride img, .couple-half .groom img {
        height: 120px;
        margin: 0 auto;
        width: 120px
    }
}

.couple-half .groom {
    float: right;
    margin-right: 5px
}

.couple-half .bride {
    float: left;
    margin-left: 5px
}

.couple-half .desc-groom {
    padding-right: 180px;
    text-align: right
}

.couple-half .desc-bride {
    padding-left: 180px;
    text-align: left
}

@media screen and (max-width: 480px) {
    .couple-half .bride, .couple-half .groom {
        margin-left: 0;
        margin-right: 0
    }

    .couple-half .desc-groom {
        padding-right: 0;
        text-align: center
    }

    .couple-half .desc-bride {
        padding-left: 0;
        text-align: center
    }
}

.feature-center {
    float: left;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 768px) {
    .feature-center {
        margin-bottom: 50px
    }
}

.feature-center .icon {
    background: #efefef;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    height: 90px;
    margin: 0 auto 30px;
    text-align: center;
    width: 90px
}

.feature-center .icon i {
    color: #70706E;
    display: table-cell;
    font-size: 40px;
    height: 90px;
    line-height: 40px;
    vertical-align: middle
}

.feature-center h3, .feature-center p {
    margin-bottom: 30px
}

.feature-center h3 {
    color: #5d5d5d;
    font-size: 18px;
    text-transform: uppercase
}

.fh5co-heading {
    margin-bottom: 5em
}
.fh5co-heading h3{
    color:#70706E;
}

.fh5co-heading.fh5co-heading-sm {
    margin-bottom: 2em
}

.fh5co-heading h2 {
    color: #70706E;
    font-family: Great Vibes, Arial, serif;
    font-size: 60px;
    line-height: 1.5;
    margin-top: 10px
}

@media screen and (max-width: 768px) {
    .fh5co-heading h2 {
        font-size: 40px
    }
}

.fh5co-heading p {
    color: #828282;
    font-size: 18px;
    line-height: 1.5
}

.fh5co-heading span {
    color: rgba(0, 0, 0, .4);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase
}

#fh5co-testimonial .wrap-testimony {
    position: relative
}

#fh5co-testimonial .wrap-testimony .testimony-slide {
    text-align: center
}

#fh5co-testimonial .wrap-testimony .testimony-slide span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

#fh5co-testimonial .wrap-testimony .testimony-slide span a.twitter {
    color: #70706E;
    font-weight: 300
}

#fh5co-testimonial .wrap-testimony .testimony-slide figure {
    display: -moz-inline-stack;
    display: inline-block;
    margin-bottom: 10px;
    zoom: 1;
    *display: inline;
    height: 100px;
    width: 100px
}

#fh5co-testimonial .wrap-testimony .testimony-slide figure img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 100px;
    width: 100px
}

#fh5co-testimonial .wrap-testimony .testimony-slide blockquote {
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: 30px auto;
    position: relative;
    width: 50%
}

@media screen and (max-width: 992px) {
    #fh5co-testimonial .wrap-testimony .testimony-slide blockquote {
        width: 100%
    }
}

#fh5co-testimonial .wrap-testimony .testimony-slide blockquote p {
    color: #8f989f;
    font-size: 20px;
    font-style: italic;
    line-height: 1.6em
}

#fh5co-testimonial .wrap-testimony .testimony-slide.active {
    display: block
}

#fh5co-testimonial .wrap-testimony .arrow-thumb {
    display: block;
    position: absolute;
    top: 40%;
    width: 100%
}

#fh5co-testimonial .wrap-testimony .arrow-thumb a {
    color: #dadada;
    font-size: 32px
}

#fh5co-testimonial .wrap-testimony .arrow-thumb a:active, #fh5co-testimonial .wrap-testimony .arrow-thumb a:focus, #fh5co-testimonial .wrap-testimony .arrow-thumb a:hover {
    text-decoration: none
}

.feature-left {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%
}

.feature-left:last-child {
    margin-bottom: 0
}

.feature-left .icon {
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
    box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
    display: table;
    float: left;
    height: 54px;
    margin-right: 5%;
    text-align: center;
    width: 54px
}

@media screen and (max-width: 768px) {
    .feature-left .icon {
        margin-right: 5%
    }
}

.feature-left .icon i {
    color: #70706E;
    display: table-cell;
    font-size: 30px;
    vertical-align: middle
}

.feature-left .feature-copy {
    float: left;
    width: 80%
}

@media screen and (max-width: 768px) {
    .feature-left .feature-copy {
        float: left;
        width: 70%
    }
}

.feature-left .feature-copy h3 {
    color: #5d5d5d;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase
}

#fh5co-started {
    position: relative
}

#fh5co-started .overlay {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#fh5co-started .fh5co-heading h2 {
    color: #70706E
}

#fh5co-started .fh5co-heading p {
    color: hsla(0, 0%, 100%, .5)
}

#fh5co-started .form-control {
    background: hsla(0, 0%, 100%, .2);
    border: none !important;
    color: #fff;
    font-size: 16px !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%
}

#fh5co-started .form-control::-webkit-input-placeholder {
    color: #fff
}

#fh5co-started .form-control:-moz-placeholder, #fh5co-started .form-control::-moz-placeholder {
    color: #fff
}

#fh5co-started .form-control:-ms-input-placeholder {
    color: #fff
}

#fh5co-started .form-control:focus {
    background: hsla(0, 0%, 100%, .3)
}

#fh5co-started .btn {
    background: #70706E;
    border: none !important;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 54px;
    text-align: center;
    text-transform: uppercase
}

#fh5co-started .form-inline .form-group {
    margin-bottom: 10px;
    width: 100% !important
}

#fh5co-started .form-inline .form-group .form-control {
    width: 100%
}

#fh5co-started .fh5co-heading {
    margin-top: 20px;
    margin-bottom: 30px
}

#fh5co-started .fh5co-heading h2 {
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    #fh5co-footer .copyright .pull-left, #fh5co-footer .copyright .pull-right {
        float: none !important;
        text-align: center
    }
}

.site-section{
    background-image: url("/build/images/fondo.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    aspect-ratio: 1600/507;        /* Adjust to match your image's aspect ratio */
}

#fh5co-footer{
    margin-top: -1px;
    background-image: url("/build/images/footer.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    aspect-ratio: 1600/567;        /* Adjust to match your image's aspect ratio */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#fh5co-footer .copyright .block {
    display: block
}

.owl-carousel .owl-controls .owl-dot span {
    background: #e6e6e6
}

.owl-carousel .owl-controls .owl-dot span:focus, .owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot:focus span, .owl-carousel .owl-controls .owl-dot:hover span {
    background: #ccc
}

.owl-carousel .owl-controls .owl-dot.active span {
    background: transparent;
    border: 2px solid #70706E
}

#fh5co-offcanvas {
    background: #000;
    bottom: 0;
    overflow-y: auto;
    padding: 45px 40px 40px;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 270px;
    z-index: 1901
}

.offcanvas #fh5co-offcanvas {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

#fh5co-offcanvas a {
    color: hsla(0, 0%, 100%, .5)
}

#fh5co-offcanvas a:hover {
    color: hsla(0, 0%, 100%, .8)
}

#fh5co-offcanvas ul {
    margin: 0;
    padding: 0
}

#fh5co-offcanvas ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

#fh5co-offcanvas ul li > ul {
    display: none;
    padding-left: 20px
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
    display: block;
    position: relative
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
    font-family: icomoon;
    position: absolute;
    right: 0;
    speak: none;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: hsla(0, 0%, 100%, .2);
    content: "\e921";
    font-size: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.uppercase {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase
}

.gototop {
    bottom: 20px;
    opacity: 0;
    position: fixed;
    right: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    visibility: hidden;
    z-index: 999
}

.gototop.active {
    opacity: 1;
    visibility: visible
}

.gototop a {
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: table;
    height: 50px;
    text-align: center;
    width: 50px
}

.gototop a i {
    display: table-cell;
    height: 50px;
    vertical-align: middle
}

.gototop a:active, .gototop a:focus, .gototop a:hover {
    outline: none;
    text-decoration: none
}

.fh5co-nav-toggle {
    cursor: pointer;
    height: 25px;
    text-decoration: none;
    width: 25px
}

.fh5co-nav-toggle.active i:after, .fh5co-nav-toggle.active i:before {
    background: #444
}

.fh5co-nav-toggle:active, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:hover {
    border-bottom: none !important;
    outline: none
}

.fh5co-nav-toggle i {
    background: #252525;
    color: #252525;
    display: inline-block;
    font: 700 14px/.4 Helvetica;
    height: 2px;
    position: relative;
    text-indent: -55px;
    text-transform: uppercase;
    transition: all .2s ease-out;
    width: 25px
}

.fh5co-nav-toggle i:after, .fh5co-nav-toggle i:before {
    background: #252525;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .2s ease-out;
    width: 25px
}

.fh5co-nav-toggle.fh5co-nav-white > i {
    background: #fff;
    color: #fff
}

.fh5co-nav-toggle.fh5co-nav-white > i:after, .fh5co-nav-toggle.fh5co-nav-white > i:before {
    background: #fff
}

.fh5co-nav-toggle i:before {
    top: -7px
}

.fh5co-nav-toggle i:after {
    bottom: -7px
}

.fh5co-nav-toggle:hover i:before {
    top: -10px
}

.fh5co-nav-toggle:hover i:after {
    bottom: -10px
}

.fh5co-nav-toggle.active i {
    background: transparent
}

.fh5co-nav-toggle.active i:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fh5co-nav-toggle.active i:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fh5co-nav-toggle {
    border-bottom: none !important;
    display: block;
    display: none;
    height: 44px;
    margin: 0 auto;
    padding: 6px 0 0;
    position: absolute;
    right: 0;
    top: 10px;
    width: 44px;
    z-index: 21;
    z-index: 2001
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block
    }
}

.btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    font-family: Work Sans, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
    margin-right: 4px;
    padding: 8px 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.btn.btn-md {
    padding: 8px 20px !important
}

.btn.btn-lg {
    padding: 18px 36px !important
}

.btn:active, .btn:focus, .btn:hover {
    box-shadow: none !important;
    outline: none !important
}

.btn-primary {
    background: #70706E;
    border: 2px solid #70706E;
    color: #fff
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background: #f366a3 !important;
    border-color: #f366a3 !important
}

.btn-primary.btn-outline {
    background: transparent;
    border: 2px solid #70706E;
    color: #70706E
}

.btn-primary.btn-outline:active, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:hover {
    background: #70706E;
    color: #fff
}

.btn-success {
    background: #5cb85c;
    border: 2px solid #5cb85c;
    color: #fff
}

.btn-success:active, .btn-success:focus, .btn-success:hover {
    background: #4cae4c !important;
    border-color: #4cae4c !important
}

.btn-success.btn-outline {
    background: transparent;
    border: 2px solid #5cb85c;
    color: #5cb85c
}

.btn-success.btn-outline:active, .btn-success.btn-outline:focus, .btn-success.btn-outline:hover {
    background: #5cb85c;
    color: #fff
}

.btn-info {
    background: #5bc0de;
    border: 2px solid #5bc0de;
    color: #fff
}

.btn-info:active, .btn-info:focus, .btn-info:hover {
    background: #46b8da !important;
    border-color: #46b8da !important
}

.btn-info.btn-outline {
    background: transparent;
    border: 2px solid #5bc0de;
    color: #5bc0de
}

.btn-info.btn-outline:active, .btn-info.btn-outline:focus, .btn-info.btn-outline:hover {
    background: #5bc0de;
    color: #fff
}

.btn-warning {
    background: #f0ad4e;
    border: 2px solid #f0ad4e;
    color: #fff
}

.btn-warning:active, .btn-warning:focus, .btn-warning:hover {
    background: #eea236 !important;
    border-color: #eea236 !important
}

.btn-warning.btn-outline {
    background: transparent;
    border: 2px solid #f0ad4e;
    color: #f0ad4e
}

.btn-warning.btn-outline:active, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:hover {
    background: #f0ad4e;
    color: #fff
}

.btn-danger {
    background: #d9534f;
    border: 2px solid #d9534f;
    color: #fff
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover {
    background: #d43f3a !important;
    border-color: #d43f3a !important
}

.btn-danger.btn-outline {
    background: transparent;
    border: 2px solid #d9534f;
    color: #d9534f
}

.btn-danger.btn-outline:active, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:hover {
    background: #d9534f;
    color: #fff
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-outline:active, .btn-outline:focus, .btn-outline:hover {
    box-shadow: none
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn.with-arrow i {
    margin-top: -8px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    visibility: hidden
}

.btn.with-arrow:hover {
    padding-right: 50px
}

.btn.with-arrow:hover i {
    color: #fff;
    opacity: 1;
    right: 18px;
    visibility: visible
}

.form-control {
    background: transparent;
    border: 2px solid rgba(0, 0, 0, .1);
    box-shadow: none;
    font-size: 18px;
    font-weight: 300;
    height: 54px
}

.form-control:active, .form-control:focus {
    border-color: #70706E;
    box-shadow: none;
    outline: none
}

.row-pb-md {
    padding-bottom: 4em !important
}

.row-pb-sm {
    padding-bottom: 2em !important
}

.fh5co-loader {
    background: url(../images/loader.gif) 50% no-repeat #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.js .animate-box {
    opacity: 0
}

@media screen and (min-width: 1025px) {
    .resp-countdown {
        bottom: 21pc;
        right: 21pc;
        position: relative
    }

    .additional_row {
        margin-left: -4.5%
    }
}

@media screen and (max-width: 1024px) {
    .resp-countdown {
        margin-top: 1em
    }
}

#invitado_restriccionMenu > option {
    color: #000
}