/*--------------------------------------------------------------
Basic
--------------------------------------------------------------*/
body {
    background: #C00;
    height:100%;
}

body, input, select, textarea {
    color: #333;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    /* font-weight: 300; */
    line-height: 1.65;
}

em, i {
    font-style: italic;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover{
    color: #c00;
}

p {
    margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #3d4449;
    font-family: "Roboto Slab", serif;
    /* line-height: 1.4; */
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h6 a {
    color: #C00;
}

h1 {
    color: #cc0000;
    font-size: 2.5em;
    margin: 0 0 0.5em 0;
    /* line-height: 1.3; */
}

@media screen and (max-width: 736px) {
    h1 {
        font-size: 2em;
        /* line-height: 1.4; */
    }
    h2 {
        font-size: 1.5em;
    }
}

blockquote {
    border-left: solid 3px rgba(210, 215, 217, 0.75);
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(230, 235, 237, 0.25);
    border-radius: 0.375em;
    border: solid 1px rgba(210, 215, 217, 0.75);
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto;
}

.hr-set{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 15px;
    margin-bottom: 15px;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/*--------------------------------------------------------------
Scroll Up
--------------------------------------------------------------*/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-top--fade-out {
    opacity: .5;
}

.cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

@media screen and (max-width: 480px) {

    .features article {
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -moz-align-items: -moz-flex-start;
        -webkit-align-items: -webkit-flex-start;
        -ms-align-items: -ms-flex-start;
        align-items: flex-start;
    }

    .features article .icon {
        height: 6em;
        line-height: 6em;
        margin: 0 0 1.5em 0;
        width: 6em;
    }

    .features article h3 {
        font-size: 1.4em;
    }
}

/*--------------------------------------------------------------
Breadcrums
--------------------------------------------------------------*/
.breadcrumb {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
    background-color: transparent;
}

.breadcrumb a {
    color: #c00;
}

.breadcrumb li:first-child {
    padding-right: 5px;
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/" !important;
}

/*--------------------------------------------------------------
Custom CSS
--------------------------------------------------------------*/
@font-face {
    font-family: "Savoye LET";
    src: url("../fonts/savoyeletplain.ttf");
}

.wrapper {
    padding: 61px 0 0 0;
}

#carrusel {
    position: relative;
    text-align: center;
}

.carousel-inner {
    height: 370px;
    z-index: 998;
}

#carrusel h1 {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7469362745098039) 0%, rgba(255,255,255,0) 100%);
    color: #FDF0D5;
    height: 130px;
    margin: -130px 0 0 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #000;
    font-size: 4rem;
    font-weight: normal;
    position: relative;
    z-index: 999;
}

#carrusel h1 span {
    display: block;
    font-size: 40px;
}

#carrusel p {
    color: #FDF0D5;
    position: absolute;
    top: 8.7rem;
    left: 19.2rem;
    width: 28rem;
    font-weight: lighter;
}

.barra-roja {
    background: #780000 url("../img/bg-barra-roja.png") repeat-x;
    color: #FDF0D5;
    height: 73px;
}

.barra-roja a {
    color: white;
}

.contenido-portada {
    background-color: #C00;
}

#shareContainer img {
    filter: sepia(100);
}

.menu-po {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.menu-sitios,
.ejes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.menu-po div,
.menu-sitios div,
.ejes div {
    background-color: #C00;
    border: 2px solid white;
    border-radius: 10px;
    text-align: center;
    transition: transform .2s;
}

.ejes div {
    padding: 2rem;
}

.menu-sitios div,
.ejes div {
    border: 3px solid #780000;
    text-align: left !important;
}

.menu-sitios p {
    color: white;
    font-size: 14px;
    margin: 1rem 0 0 0;
}

.ejes p {
    color: white;
    font-size: 20px;
    line-height: 20px;
}

.ejes p span {
    font-size: 14px;
}

.menu-po div:hover,
.menu-sitios div:hover {
    transform: scale(1.05);
}

.menu-po div:hover {
    background-color: #780000;
    transition: .2s;
}

.menu-po div:hover h2 {
    color: #FDF0D5;
}

.menu-po div a,
.menu-sitios div a {
    display: block;
    padding: 2rem;
}

.menu-po div h2,
.menu-sitios div h3 {
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}

.menu-sitios div h3 {
    font-size: 20px !important;
}

.banners {
    text-align: center;
}

.banners img {
    width: 100%;
}

.banner {
    margin-bottom: 20px;
}

.menu-interior {
    background: #780000 url("../img/bg-menu-interior.png") repeat;
    padding: 1rem 1rem 1rem 2rem;
}

.menu-interior ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-interior div {
    height: 50px;
}

.menu-interior span {
    width: 40px;
}

.menu-interior img {
    height: 30px;
}

.menu-interior a {
    color: #FDF0D5;
}

.menu-interior a:hover {
    text-decoration: underline;
}

.contenido-interior {
    background-color: white;
    padding: 0 2rem;
}

.contenido-interior h2,
.contenido-interior h3 {
    color: #C00;
}

.contenido-interior .border-bottom {
    border-bottom: 1px solid #780000 !important;
}

.contenido-interior .menu-sitios h3,
.ejes p {
    color: #FDF0D5;
}

.info {
    background-color: #FDF0D5;
    border-radius: 10px;
    color: #C00;
    padding: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}

.info a {
    color: #C00;
    text-decoration: underline;
}

.info .border-bottom {
    border-bottom: 1px solid white !important;
}

.btn-menu-mov {
    color: white;
    cursor: pointer;
}


@media (max-width: 1200px) {
    .carousel-inner {
        height: 300px;
    }
    #carrusel h1 {
        font-size: 3rem;
        height: 110px;
        margin: -110px 0 0 0;
    }
    #carrusel h1 span{
        font-size: 2rem;
    }
}

@media (max-width: 1100px) {
    .wrapper {
        padding: 51px 0 0 0;
    }
}

@media (max-width: 992px) {
    .carousel-inner {
        height: 235px;
    }
    #carrusel h1 {
        font-size: 2rem;
        height: 80px;
        margin: -80px 0 0 0;
    }
    #carrusel h1 span {
        font-size: 1rem;
    }
    .menu-po {
        grid-template-columns: repeat(2, 1fr);
    }
    .menu-mov {
        height: 60px;
    }
}

@media (max-width: 768px) {
    .carousel-inner {
        height: 175px;
    }
}

@media (max-width: 576px) {
    .carousel-inner {
        height: 121px;
    }
    #carrusel h1 {
        font-size: 1.5rem;
        height: 60px;
        margin: -60px 0 0 0;
    }
    .menu-po, .menu-sitios, .ejes {
        grid-template-columns: repeat(1, 1fr);
    }
    .ejes {
        margin-bottom: 2rem;
    }
    .menu-po div:hover,
    .menu-sitios div:hover {
        transform: scale(1);
    }
}


