@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

body, html {
    height: 100%;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    /*    line-height: 30px;
    text-align: center; */
}

p {
    text-align: left;
    font-size: 17px;
    line-height: 24px;
    color: #787878;
}

    p.datos {
        font-size: 19px;
        color: #acacac
    }

strong {
    font-weight: 600;
}

a, a:hover, a:focus {
    color: #e89a3e;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    text-align: left;
}

h4 {
    font-size: 40px;
    color: #464646;
    font-weight: 600;
    padding: 40px 0 30px;
}

.medium-paragraph {
    font-size: 18px;
    line-height: 32px;
}

.btn {
    border-radius: 3px
}

/*
::-moz-selection { background: #e89a3e; color: #fff; text-shadow: none; }
::selection { background: #e89a3e; color: #fff; text-shadow: none; }
*/

/***** Modal *****/

.modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}

.modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-body {
    padding: 0 25px 25px 25px;
}

.modal-header {
    padding: 25px 25px 15px 25px;
    text-align: right;
}

.modal-header, .modal-footer {
    border: 0;
}

    .modal-header .close {
        float: none;
        margin: 0;
        font-size: 36px;
        color: #fff;
        font-weight: 300;
        text-shadow: none;
        opacity: 1;
    }

/*Log In*/
.modal-body-log {
    padding: 0 25px 25px 25px;
    background: #FFF;
}

.modal-header-log {
    padding: 0px 25px 25px;
    text-align: right;
    background: #FFF;
}

.close-btn {
    color: #666 !important;
}

.modal-header-log, .modal-footer {
    border: 0;
}

    .modal-header-log .close {
        float: none;
        margin: 0;
        font-size: 36px;
        color: #fff;
        font-weight: 300;
        text-shadow: none;
        opacity: 1;
    }

#modal-login h3 {
    text-align: center;
    color: #0d8cbe;
    font-size: 40px;
    font-weight: 600;
}

#modal-login input {
    background-color: transparent
}

#modal-login .btn {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 0px rgba(0,0,0,.2);
    background-color: #03fcc4;
    box-shadow: 4px 0px 9px rgba(0,0,0,.16);
    padding: 3px 0;
    height: auto;
    color: #fff;
    border: none;
    margin: 20px 0
}

#modal-login ::-webkit-input-placeholder {
    color: #c3c3c3;
}

#modal-login :-moz-placeholder { /* Firefox 18- */
    color: #c3c3c3;
}

#modal-login ::-moz-placeholder { /* Firefox 19+ */
    color: #c3c3c3;
}

#modal-login :-ms-input-placeholder {
    color: #c3c3c3;
}
/*Log In End*/

/***** Top content *****/

.top-content {
    min-height: 400px;
    padding: 20px 0;
}

.content {
    max-width: 1140px;
    margin: 0 auto;
}

.top-content .text,
.top-content .text h1 {
    color: #fff;
}

    .top-content .text p {
        margin: 20px 0 10px 0;
        opacity: 0.8;
    }

        .top-content .text p a {
            color: #fff;
            border-bottom: 1px dotted #fff;
        }

            .top-content .text p a:hover,
            .top-content .text p a:focus {
                color: #fff;
                border: 0;
            }

.video-link {
    padding-top: 70px;
}

    .video-link a:hover,
    .video-link a:focus {
        outline: 0;
    }

a .video-link-text {
    color: #fff;
    opacity: 0.8;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

a:hover .video-link-text,
a:focus .video-link-text {
    outline: 0;
    color: #fff;
    opacity: 1;
    border-bottom: 1px dotted #fff;
}

a .video-link-icon {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #e89a3e;
    color: #fff;
    line-height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    a .video-link-icon:after {
        position: absolute;
        content: "";
        top: -6px;
        left: -6px;
        width: 66px;
        height: 66px;
        background: #444;
        background: rgba(0, 0, 0, 0.1);
        z-index: -99;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

a:hover .video-link-icon,
a:focus .video-link-icon {
    outline: 0;
    background: #fff;
    color: #e89a3e;
}

.social {
    padding-top: 15px;
    font-size: 28px;
    clear: both
}

    .social a {
        color: #fff;
        color: rgba(255, 255, 255, 0.6);
        vertical-align: middle;
    }

        .social a:hover,
        .social a:focus {
            outline: 0;
            color: #fff;
        }

    .social .divider-2 {
        display: inline-block;
        width: 1px;
        height: 14px;
        background: #fff;
        background: rgba(255, 255, 255, 0.4);
        vertical-align: middle;
    }

.top-content .navbar-nav > li > a {
    font-weight: 600;
    font-size: 20px;
    padding: 50px 20px;
}
/*Header*/
#header-text {
    margin-top: 60px;
}

    #header-text > h3 {
        color: #fff;
        font-size: 30px;
        margin-top: 0;
        font-weight: 300
    }

    #header-text h1 {
        color: #FFFFFF;
        text-align: left;
        font-weight: 600;
        font-size: 40px;
        line-height: 50px;
    }

    #header-text h2 {
        color: #FFFFFF;
        text-align: left;
        font-weight: 600;
        font-size: 40px;
        line-height: 50px;
    }

    #header-text p {
        color: #FFFFFF;
        text-align: left;
        font-size: 20px;
        font-weight: 300;
        padding: 20px 0;
    }

    #header-text .btn {
        font-size: 21px;
        font-weight: bold;
        color: #db0860;
        background-color: #ffffff;
        padding: 10px 20px;
        box-shadow: 4px 0px 9px rgba(0,0,0,.4);
    }

#header-mini-box {
    padding: 15px 25px;
    min-height: 250px;
    background: #45e7f0; /* Old browsers */
    background: -moz-linear-gradient(-65deg, #45e7f0 38%, #1db4ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-65deg, #45e7f0 38%,#1db4ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(155deg, #45e7f0 38%,#1db4ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin-top: 90px;
    box-shadow: 4px 0px 9px rgba(0,0,0,.4);
    text-align: center;
}

    #header-mini-box h2 {
        color: #0d8cbe;
        font-size: 53px;
        font-weight: 600;
        text-shadow: 2px 0px 0px rgba(255,255,255,.72);
    }

    #header-mini-box p {
        color: #FFFFFF;
        font-size: 30px;
        text-align: center;
        font-weight: 500;
        padding: 40px 10px;
        line-height: 36px;
    }

    #header-mini-box .btn, .btn-verde, button.btn-verde {
        font-size: 24px;
        font-weight: bold;
        text-shadow: 2px 2px 0px rgba(0,0,0,.2);
        background-color: #03fcc4;
        box-shadow: 4px 0px 9px rgba(0,0,0,.16);
        padding: 12px 0;
        height: auto;
        color: #fff;
        border: none;
    }

.btn-rosa, button.btn-rosa {
    font-size: 16px;
    font-weight: bold;
    text-shadow: 2px 2px 0px rgba(0,0,0,.2);
    background-color: #fc3586;
    box-shadow: 4px 0px 9px rgba(0,0,0,.16);
    padding: 12px 0;
    height: auto;
    color: #fff;
    border: none;
}

#main-content form button.btn-verde {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 0px rgba(0,0,0,.2);
    background-color: #03fcc4;
    box-shadow: 4px 0px 9px rgba(0,0,0,.16);
    padding: 12px 80px;
    height: auto;
    color: #fff;
    border: none;
    margin: 0 0 60px;
}

.btn-verde {
    color: #fff !important;
    padding: 12px 90px;
    margin: 40px 0 70px 0;
}

#header-mini-box small {
    display: block;
    margin: 10px 0 30px;
}

    #header-mini-box small a {
        color: #0b7eb6;
        font-size: 17px;
        text-decoration: underline;
    }

#header-mini-box p a:link, a:visited {
    color: #0b7eb6;
    text-decoration: underline;
    font-weight: normal;
}

#header-mini-box p a:hover {
    color: #0b7eb6;
    text-decoration: none;
    font-weight: normal;
}

#header-col2 {
    margin-top: 90px;
}

    #header-col2 .btn-verde {
        margin: 0
    }
/*Header End*/
/*Home*/
.home-box {
    -webkit-box-shadow: 2px 0px 10px 0px rgba(37,37,37,.12);
    -moz-box-shadow: 2px 0px 10px 0px rgba(37,37,37,.12);
    box-shadow: 2px 0px 10px 0px rgba(37,37,37,.12);
    border-radius: 3px;
    padding-bottom: 15px;
    color: #acacac;
}

.home-box-icon {
    float: left;
    width: 25%;
    padding: 15px 0;
}

.home-box-text {
    float: left;
    width: 75%;
    padding: 0 5px;
}

.home-box > h3 {
    text-align: center;
    font-size: 20px;
    color: #f82b7a;
    font-weight: 600;
}

.home-box > h2 {
    text-align: center;
    color: #464646;
    font-weight: 600;
    font-size: 55px
}

    .home-box > h2 small {
        font-size: 26px;
        color: #7c7c7c;
        vertical-align: super;
    }

.home-box > h4 {
    font-size: 16px;
    font-weight: 400;
    color: #f93188;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d2;
    line-height: 20px;
}

.home-box ul {
    padding-top: 10px;
    padding-left: 20px;
}

.home-box li {
    padding: 3px 0;
    color: #f93188; /* bullet color */
}

    .home-box li span {
        color: #acacac; /* text color */
    }

.home-box-text h3 {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
}

.home-box-text p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    text-align: justify;
    padding: 0 10px 0 0;
}

.home-box a {
    text-decoration: underline;
    color: #f93188;
    text-align: center;
    padding: 10px 0;
    font-size: 17px;
    display: block
}

.home-box.destacado {
    background: #1db4ff; /* Old browsers */
    background: -moz-linear-gradient(-65deg, #1db4ff 0%, #45e7f0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-65deg, #1db4ff 0%,#45e7f0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(155deg, #1db4ff 0%,#45e7f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin-top: 60px !important
}

    .home-box.destacado h2, .home-box.destacado h2 small, .home-box.destacado h3, .home-box.destacado li span {
        color: #fff
    }

    .home-box.destacado h4 {
        color: #000;
        border-color: #000;
    }

    .home-box.destacado a {
        color: #444444
    }

    .home-box.destacado li {
        color: #434343
    }

    .home-box.destacado > .btn-rosa {
        background-color: #434343
    }

.most-pop {
    position: absolute;
    background-color: #434343;
    width: 100%;
    left: 0;
    border-radius: 3px;
    padding: 10px 0;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    top: -60px;
}
/*Home End*/
#main-content {
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: 30px
}

    #main-content form .row {
        margin: 30px 0
    }

form a {
    color: inherit !important;
    text-decoration: underline;
}

#footer {
    background: #f7fafd;
    margin: 0 auto;
    padding: 30px 0 50px;
}

    #footer .social a {
        color: #fff;
        background-color: #06fbbb;
        width: 35px;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        text-align: center;
    }

    #footer li {
        border-right: 1px solid #626262;
        padding: 0;
    }

        #footer li:last-child {
            border: none;
        }

    #footer .nav-item a {
        color: #626262;
        font-size: 14px;
        padding: 0 15px;
    }

    #footer p {
        margin: 0;
        padding: 0;
        color: #acacac;
        font-weight: 600;
        line-height: 0;
    }

.btn-social-icon.btn-lg > :first-child {
    line-height: 75px;
    width: 75px;
    font-size: 2.8em;
}

.btn-social-icon.btn-lg {
    height: 75px;
    width: 75px;
}

/***** MODAL PLANS *****/
.modal-plans .modal-header {
    padding: 0;
    margin: 0;
}

.modal-plans .modal-body {
    border-radius: 3px;
    padding: 20px 40px;
    background: #fff;
}

.modal-plans h2 {
    color: #fc3586;
    font-size: 42px;
    font-weight: 600;
    margin: 25px 0;
}

.modal-plans h3 {
    color: #787878;
    font-size: 18px;
    font-weight: 300;
    margin: 30px 0;
}

.modal-plans h4 {
    color: #fc3586;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}

    .modal-plans h4.text-center {
        padding: 20px 0
    }

.modal-plans h5 {
    color: #414141;
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 20px 0;
}

.modal-plans ul {
    padding: 0 10px 0 17px;
    margin-bottom: 15px
}

.modal-plans li {
    color: #fc3586;
    line-height: 28px;
    font-size: 18px;
}

    .modal-plans li span {
        color: #acacac;
        font-weight: 600
    }

.modal-plans hr {
    color: #d2d2d2;
    border-color: #d2d2d2 !important;
    background-color: #d2d2d2;
    margin: 20px 0 20px;
}

.modal-plans p {
    color: #5e5e5e;
    font-size: 15px
}

.modal-plans .btn-rosa {
    padding: 12px 40px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
/***** Media Queries *****/

@media (min-width: 992px) {
    .col-xs-6.col-md-3.home-box {
        margin: 0px 2.5% 0 0;
        width: 23%;
    }

        .col-xs-6.col-md-3.home-box:last-child {
            margin: 0 0 0 0;
        }
}

@media (max-width: 1235px) {
    .backstretch > img {
        bottom: 0px !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-content {
        padding-top: 0px;
    }

    .social {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .top-content {
        padding: 0px 0 20px 0;
    }

    .video-link {
        padding-top: 40px;
    }

    .social {
        padding-top: 50px;
    }

    .top-content .navbar-nav > li > a {
        padding: 0px 20px;
    }

    .nav .btn.btn-link-1.launch-modal {
        text-align: right;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
        position: absolute;
        right: 10px;
        top:45px;
    }

    .nav > li {
        text-align: right;
    }
}

@media (max-width: 415px) {
    h1 {
        font-size: 32px;
    }

    .social .divider-2 {
        display: none;
    }
}



/*******************************************************
TourPage
********************************************************/

/*******************************************************
common styles
********************************************************/
.bk-color-primary {
    background: #fb3086;
}

.bk-color-dark-gray {
    background: #575756;
}

.bk-color-light-gray {
    background: #e3e3e3;
}
/*******************************************************
header
********************************************************/
.top-strip {
    background: #a80a6e;
    height: 67px;
    padding: 15px 0;
    position: relative;
    z-index: 2;
}

    .top-strip p, .top-strip a {
        color: white;
        float: right;
        font-size: 1.6rem;
        line-height: 3rem;
        margin: 0;
    }

        .top-strip p span {
            font-weight: bold;
        }

    .top-strip a {
        cursor: pointer;
    }

        .top-strip a:hover {
            color: #fdd6ee;
        }

.modal-user {
    background: #575756;
    right: 20px;
    opacity: 0;
    padding: 2em 1.8em;
    position: absolute;
    top: 70px;
    width: 260px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.top-strip .col-md-5:hover .modal-user {
    opacity: 1;
}

.modal-user p,
.modal-user a {
    font-size: 1.8rem;
}

.modal-user p {
    color: white;
    margin: 0;
}

.modal-user a {
    color: #03fcc4;
}

.user {
    background: url(../images/user.png) no-repeat left;
    color: white;
    display: block;
    float: left;
    height: 32px;
    margin-left: 15px !important;
    padding-left: 35px;
}

#header {
    margin-bottom: 80px;
}

    #header .logo-container {
        background: #fb3086;
        position: relative;
        z-index: 1;
    }

        #header .logo-container:after {
            background: inherit;
            content: '';
            display: block;
            height: 165px;
            left: 0;
            position: absolute;
            right: 0;
            z-index: -1;
            -webkit-backface-visibility: hidden;
        }

        #header .logo-container:after {
            bottom: 0;
            -webkit-transform: skewY(-1.5deg);
            transform: skewY(-1.5deg);
            -webkit-transform-origin: 100%;
            transform-origin: 100%;
        }

.logo {
    background: url(../images/logo.png) no-repeat;
    display: block;
    height: 82px;
    margin-left: 15px;
    margin-top: 20px;
    text-indent: -9999px;
    width: 152px;
}
/*******************************************************
aside
********************************************************/
aside h2 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    padding: 2em 2em 1em;
    text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1200px) {
    aside h2 {
        font-size: 1.6rem;
        padding: 2em 1.6em 1em;
    }
}

.bk-color-primary ul,
.bk-color-dark-gray ul,
.bk-color-light-gray ul {
    padding: 0 0 2em 0;
}

    .bk-color-primary ul li,
    .bk-color-dark-gray ul li,
    .bk-color-light-gray ul li {
        /*height: 60px;
	line-height: 60px;*/
    }

        .bk-color-primary ul li a,
        .bk-color-dark-gray ul li a,
        .bk-color-light-gray ul li a {
            display: block;
            font-size: 1.8rem;
            line-height: 4rem;
            padding: 0 2em;
        }

@media (min-width: 992px) and (max-width: 1200px) {
    .bk-color-primary ul li a,
    .bk-color-dark-gray ul li a,
    .bk-color-light-gray ul li a {
        font-size: 1.6rem;
        padding: 0 1.6em;
    }
}

.bk-color-primary,
.bk-color-dark-gray,
.bk-color-primary a,
.bk-color-dark-gray a {
    color: white;
}

.bk-color-light-gray {
    color: #575756;
}

    .bk-color-light-gray a {
        color: #434343;
    }

.bk-color-primary li:hover, .bk-color-primary a.active {
    background: #f50073;
}

.bk-color-dark-gray li:hover, .bk-color-dark-gray a.active {
    background: #464645;
}

.bk-color-light-gray li:hover, .bk-color-light-gray a.active {
    background: #c5c5c5;
}
/*******************************************************
main
********************************************************/
.thumb-wrapper .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}
/*******************************************************
thumbnail
********************************************************/
.thumbnail {
    margin-bottom: 10px;
    padding: 10px;
}

    .thumbnail:hover {
        background-color: #eee;
    }

    .thumbnail .caption {
        border-top: 1px solid #d6d6d6;
        margin-top: 10px;
        overflow: hidden;
        padding: 10px 0 0;
    }

        .thumbnail .caption .col-md-6 {
            padding-left: 3px;
            padding-right: 3px;
        }

        .thumbnail .caption .glyphicon {
            color: #fb3086;
            margin-right: 4px;
        }

        .thumbnail .caption .col-md-6 p {
            margin: 0;
        }

    .thumbnail .title {
        background: #575756;
        margin: -10px;
        text-align: center;
    }

    .thumbnail h3 {
        color: #fff;
        font-size: 1.7rem;
        margin: 0;
        padding: .4em;
        text-transform: uppercase;
    }

    .thumbnail h4 {
        color: #fb3086;
        font-size: 1.3rem;
        margin: 5px 0;
        text-transform: uppercase;
    }

    .thumbnail p {
        font-size: 1.1rem;
        margin: 0 0 1rem;
    }