/***************** BOOTSTRAP COMPATIBILITY *********************/

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}



html,
body,
.container {
    height: 100vh;
}

/* Reset */

html,
body,
h1,
p,
a,
div,
section {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
}

/* Basic */

body {
    font: 18px/23px "Cantarell", sans-serif;
    overflow: hidden;
}




/* HEADER */

.header {
    position: relative;
    display: inline-flex;
    min-height: 52px;
    height: 10vh;
    width: 100%;
    background-color: #272727;
    box-shadow: 1px 1px 20px 10px #04040461;
}

.header-info {
    position: relative;
    display: inline-flex;
    min-height: 52px;
    width: 100%;
    background-color: #272727;
    box-shadow: 1px 1px 20px 10px #04040461;
}

.header-info h1 {
    color: #ffffff;
    text-shadow: 0px 0px 15px #000;
    font-size: 42px;
    font-family: 'Oswald';
    text-align: center;
    padding: 3vh 1vw 3vh 1vw;
    cursor: default;
    border-bottom: 2px solid #ffca20;
}

.header-info h3 {
    color: #7c7c7c;
    font-family: sans-serif;
    font-size: 18px;
    width: 60%;
    text-align: center;
    margin: auto;
    margin-bottom: 3vh;
}

.controlBarICons {
    display: table;
    position: relative;
    margin: auto;
    margin-top: 1vh;
    vertical-align: middle;
    width: auto;
    text-decoration: none !important;
}

.controlBarICons img {

    width: auto;

    max-height: 6vh;

    min-height: 31px;

    vertical-align: middle;

    margin-top: 0.85vh;

    display: block;

    position: relative;

    border: none;

    cursor: pointer;

    moz-transition: all 0.25s;

    -webkit-transition: all 0.25s;

    transition: all 0.25;
}

.controlBarICons img:hover {
    border-radius: 50%;
    border: 2px solid #efefef;
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.logo {

    display: table;

    position: relative;

    vertical-align: middle;

    width: auto;

    margin: auto;

    margin-top: 0.2vh;
}

.logo img {

    /* height: auto; */
    max-height: 8vh;

    width: auto;

    min-height: 40px;

    vertical-align: middle;

    margin-top: 0.5vh;

    display: block;

    position: relative;

    margin: auto;
}

.topLeft,
.topRight {

    width: 10%;

    display: block;

    position: relative;
}

.topLeft {
    margin-right: 5%;
    margin-left: 2vh;
}

.topRight {
    margin-left: 5%;
    margin-right: 2vh;
}

.topRight > a {
    float: right;
}

.topLeft > a {
    float: left;
}

.topCenter {

    display: block;

    position: relative;

    width: 70%;

    margin: auto;
}

.socialButton {
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 40px;
    top: 2%;
    left: 1%;
    -moz-box-shadow: 0px 0px 9px 1px #00000087;
    -webkit-box-shadow: 0px 0px 9px 1px #00000087;
    box-shadow: 0px 0px 9px 1px #00000087;
    transition: all .2s ease-in-out;
}


/***********************/

/* CONTAINER */

.container {}

.elementoMenu {
    display: block;
    position: relative;
    margin: auto;
    max-width: 310px;
}

.menu-label {
    display: block;
    position: relative;
    width: 13vw;
    min-width: 95px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-filter: drop-shadow(0px 0px 6px #222222ab);
    filter: drop-shadow(0px 0px 6px #222222ab);
}

.menu-label:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-filter: drop-shadow(0px 0px 12px #222222eb);
    filter: drop-shadow(0px 0px 12px #222222eb);
}

.titleSection {

    display: block;

    position: relative;

    background: rgba(0, 0, 0, 0.21176470588235294);

    width: auto;

    min-width: 200px;

    margin: auto;

    text-align: left;

    padding: 1.5vh 3vh;

    border-radius: 10px 10px 0px 0px;

    margin-top: 4vh;

    color: #dedede;

    border-bottom: 2px solid #dedede;

    font-family: "Josefin Sans";
}

.titleSection h2 {

    font-size: 24px;

    font-weight: normal;

    text-align: left;

    vertical-align: middle;

    margin: 0;
}

.infoContainer {

    display: block;

    position: relative;

    width: 100%;

    margin-top: 5vh;

    height: 74%;

    background: rgba(0, 0, 0, 0.611764705882353);

    border-radius: 10px 10px 10px 10px;

    overflow-y: auto;
}


/******************* SECCION DE HISTORIA ***********************/

.sectionText {

    position: relative;

    display: block;

    width: 80%;

    margin: auto;

    padding: 3vh 0vh;

    overflow: auto;
}

.sectionText p {

    margin-top: 1vh;

    margin-bottom: 2vh;

    color: #b9b9b9;

    font-family: calibri;

    font-size: 17px;

    text-align: justify;
}

.sectionText h3 {

    font-family: 'Open Sans';

    font-weight: lighter;

    color: #fff;

    font-size: 4vh;

    position: relative;
}

.sectionText h4 {

    font-family: 'Open Sans';

    font-weight: lighter;

    padding-top: 20px !important;

    padding-bottom: 10px;

    color: #fff;

    font-size: 3vh;

    position: relative;

    clear: both;
}

.leftImages {
    float: left;
    margin-left: 1vw !important;
    margin-right: 3vw !important;
}

.rightImages {
    float: right;
    margin-left: 3vw !important;
    margin-right: 1vw !important;
}

.verticalImages {
    width: auto !important;
    max-height: 380px;
}

.horizontalImages {
    max-width: 500px !important;
}

.textImages {
    position: relative;
    display: block;
    width: 60%;
    min-width: 245px;
    max-width: 350px;
    margin: auto;
    margin-top: 3vh;
    margin-bottom: 3vh;
    border-radius: 10px;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #3a3a3a;
}

#style-1::-webkit-scrollbar {
    width: 7px;
    background-color: #3a3a3a;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #171717d1;
}

.smallLeftIcon {

    margin-right: 10px;

    color: #eace8c;
}

.contentTitle {
    margin-top: 2vh;
    text-align: center;
}

.contentSubTitle {
    color: #c3c3c3 !important;
    font-family: 'Open Sans' !important;
    font-weight: normal;
    font-size: 15px !important;
    text-align: center !important;
}

.formRute {
    text-align: center;
    display: block;
    position: relative;
}

.searchButton {
    margin: 10px;
    cursor: pointer;
}

.locationInput {
    border: 1px solid rgb(210, 210, 210);
}

p.contentSubTitle {}

p.contentSubTitle {
    position: relative;
}

#googleMapsFrame {

    display: block;

    position: relative;

    width: 50%;
}

#googleMapsFrame img {
    position: relative;
    display: block;
    margin: auto;
    border-radius: 45px;
    width: 70%;
    min-width: 280px;
    margin-top: 3%;
    opacity: 0.2;
    z-index: 0;
}

.backgroundRoads {}

.topSectionImage {

    display: block;

    margin: auto;

    max-width: 300px;

    opacity: 0.6;

    border-radius: unset;
}

.routeIcon {
    position: relative;
    width: 8%;
    margin-right: 2% !important;
    margin-left: 1%;
    cursor: default;
}



.routeIcon img {

    width: 100%;

    margin: auto;

    /* border-radius: 50%; */
    padding: 2%;

    /* border: 2px solid #5692cb; */
}

.routeListItem {

    background: rgba(0, 0, 0, 0.49);

    border: 1px solid #212121;

    margin: 3% 4%;
    moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.routeListItem h4 {

    font-size: 20px;

    font-weight: bold;

    color: #ececec;

    border-radius: 5px;

    padding: 7px 5px;

    background: rgba(60, 60, 60, 0.26);
}

.routeListItem p {

    font-size: 15px;

    color: #a2a2a2;

    padding: 0px 5px;

    text-align: justify;
}

.routeListItem ul {

    color: #d8d8d8;

    font-size: 14px;

    padding: 5px 0px 0px 5px;
}

/************* GOOGLE CALENDAR *************/

.googleCalendar {
    position: relative;
    height: 85%;
    width: 85%;
    margin: auto;
    margin-top: 4%;
    padding-bottom: 50%;
}

.googleCalendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*********** MEDIA QUERIES ***********/

@media screen and (max-height: 500px) {
    .sectionText p {
        font-size: 12px;
    }

    p.contentSubTitle,
    .searchButton,
    .locationInput {
        font-size: 10px !important;
    }


}

@media screen and (max-width: 450px) {
    .contentTitle {
        font-size: 19px !important;
    }

    .titleSection h2 {
        font-size: 14px !important;
    }

    .header-info h1 {

        font-size: 20px;

        line-height: 39px;

        padding: 2vh 1vw 2vh 1vw;

    }

    .header-info h3 {

        font-size: 18px;

        width: 300px;

        overflow: overlay;

        margin-bottom: 3vh;

    }
}

@media screen and (max-width: 400px) and (min-height:550px) {

    #googleMapsFrame img {
        /* margin-top: 20%; */
        /* margin-bottom: -60%; */
    }

}

@media screen and (max-width: 700px) and (max-height:400px) {

    #googleMapsFrame img {
        margin-top: 3%;
        margin-bottom: -45%;
    }

    .titleSection h2 {
        font-size: 18px;
    }

    .topSectionImage {
        min-width: auto;
        width: 35%;
    }

    .sectionText h3 {

        font-size: 15px;

        margin-bottom: 0px;
    }

    .sectionText h4 {

        font-size: 13px;

        margin-bottom: 0px;
    }

    .sectionText p {}

    .ct-box-slider {
        height: 65%;
    }

    .ct-box-slider__arrows img {
        width: 20px;

    }

    #ct-js-box-slider--prev {
        background: none;
    }

    .ct-box-slider__arrows .slick-arrow {
        padding: 0px 0px 0px 0px;
        opacity: 0.3;
        cursor: pointer;
        background: none;
    }

    .infoContainer {

        margin-top: 2vh;

    }

    .header-info h1 {
        font-size: 23px;
    }

}

@media screen and (max-width: 420px) and (max-height: 700px) {
    .sectionText p {
        font-size: 12px;
    }

    .contentSubTitle {
        font-size: 12px !important;
    }

    .verticalImages {
        /* max-height: 250px; */
        margin: 7vw;
    }

    .textImages {

        max-width: 200px;

        float: none;

        margin: auto;
    }

    .logo img {
        max-width: 230px;
    }

    .controlBarICons img {

        max-width: 40px;
    }

    .locationInput {

        font-size: 12px !important;

    }

    .searchButton {

        font-size: 12px;
    }

    .routeListItem h4 {

        font-size: 15px;
    }

    .routeListItem p {

        font-size: 12px;
    }

    .routeListItem ul {

        font-size: 11px;
    }

    .routeIcon {
        width: 20%;
    }

    .routeIcon img {}
}


.supMenuOpt {

    max-height: 30%;

    min-height: 200px;

    width: 20%;

    min-width: 160px;

    margin: auto;

    margin-top: 7vh;

    margin-bottom: 3vh;
}

.supMenuOpt img {

    display: block;

    position: relative;

    height: 100%;

    width: 100%;

    opacity: 0.6;
}

.subMenuOpt {

    max-height: 20%;

    min-height: 220px;

    width: 60%;

    min-width: 335px;

    margin: auto;

    margin-top: 26vh;

    margin-bottom: 3vh;
}

.subMenuOpt img {

    display: block;

    position: relative;

    width: 40%;

    max-width: 200px;

    /* width: auto; */
    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
}

.leftSubOpt {

    float: left;

    margin-left: 10px;
}

.rightSubOpt {

    float: right;

    margin-right: 10px;
}

.subMenuOpt img:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-filter: drop-shadow(0px 0px 12px #222222eb);
    filter: drop-shadow(0px 0px 12px #222222eb);
    transform: scale(1.06);
    cursor: pointer;
}

.thumbnail {

    max-width: 60px;

    margin-bottom: 2vh;

    border-radius: 3px;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
}

.thumbnail:hover {
    cursor: pointer;
    transform: scale(1.06);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



/********* MENSAJE FLOTANTE ************/

.boxDialog {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 21%;
    min-width: 300px;
    background: rgba(255, 255, 255, 0.9294117647058824);
    border: 3px solid #700a0a;
    border-radius: 15px;
    padding: 15px 20px;
    font-family: 'Oswald';
    font-size: 14px;
    text-align: center;
    -moz-box-shadow: 0px 0px 35px 6px #000;
    -webkit-box-shadow: 0px 0px 35px 6px #000;
    box-shadow: 0px 0px 35px 6px #000;
}



/************** FOOTER ***************/

.poweredLinks {
    position: fixed;
    bottom: 5px;
    left: 10px;
    display: block;
}

.poweredLinks p {
    float: left;
    margin: 0px 5px 0px 5px;
}

.poweredLink {
    font-size: 11px;
    font-weight: bold;
    font-family: 'Open Sans';
    text-decoration: none;
    color: #a8c8cc;
    text-shadow: 1px 1px 10px #000000;
    float: left;
}

.poweredLink:hover {
    color: #82c2d0;
    text-decoration: none;
}

.poweredLink img {
    position: relative;
    width: 70px;
    margin-left: 5px;
    margin-top: -5px;
}

.enlacePie {
    float: left;
}
