body {
    background-color: #fff;
    font-family: Montserrat, sans-serif
}

.text-gacsa {
    color: #858585;
    text-decoration: none
}

a.text-gacsa:hover {
    color: #636363;
    text-decoration: none
}

.bg-gacsa {
    background-color: #f0f0f0!important
}

.no-js #loader {
    display: none
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-position-x: 50%;
    background-position-y: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url(../resources/logos/gacsa_animated_isotype.gif);
    background-size: 10em
}

.hero {
    position: relative;
    top: 0;
    left: 0;
    height: 75vh;
    width: 100%
}

.hero .bg-hero {
    height: 100%;
    background-color: #fff;
    background-image: url(../resources/main_display.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.bg-hero .main-logo {
    position: absolute;
    height: 18em;
    width: 16em;
    top: 30vh;
    left: calc(50% - 8em);
    background-image: url(../../resources/logos/gacsa__000.png);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden
}

@media (max-width:1020px) {
    .hero .bg-hero {
        height: 100%;
        background-color: #fff;
        background-image: url(../resources/main_display.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    }
    .bg-hero .main-logo {
        height: 10em;
        width: 15em;
        top: 30vh;
        left: calc(50% - 7.5em)
    }
}

@media (max-width:425px) {
    .hero .bg-hero {
        background-image: url(../resources/main_display_mobile.jpg);
    }
    .bg-hero .main-logo {
        height: 10em;
        width: 15em;
        top: 30vh;
        left: calc(50% - 7.5em);
    }
}

#Nav_Principal {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: flex;
    z-index: 5;
    margin-bottom: 50px
}

.navbar-brand {
    color: #000
}

.navbar-brand:hover {
    color: #202020
}

.navbar-bg {
    background-color: #f0f0f0!important
}

.navbar-bg .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.pullDown a {
    color: #000;
    text-decoration: none;
    margin: 0 10px;
    padding: 10px 10px;
    position: relative;
    z-index: 0
}

.pullDown a:hover {
    color: #858585
}

@media (min-width:1020px) {
    .pullDown a:before {
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        top: 0;
        content: '';
        background: #000;
        opacity: .1;
        transition: all .3s
    }
    .pullDown a:hover:before {
        height: 100%
    }
}

#Marcas {
    height: 40px;
    text-align: center;
    font-size: 2em;
    font-weight: 100
}


@media (max-width:425px) {
    .carousel-inner.mobile_marks {
        height: auto;
        max-height: 70vh
    }
}

.tm__link {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none
}

.tm__link:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.tm__image {
    display: block;
    width: 100%;
    transition: all 180ms ease-in-out, transform .8s ease-in-out, filter .8s ease-in-out
}

.tm__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 1;

}

.tm__icon img {
    background-color: rgba(255, 255, 255, .5);
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
    width: 25em;
    padding: 1em 2.5em
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%
}
@media(max-width:1020px){   
    .tm__icon img {
        min-width: 100%;
        width: 12em;
        padding: 0.5em 0.5em;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 10%
    }
}
@media(max-width:425px){
    .tm__icon img {
        min-width: 100%;
        width: 20em;
        padding: 0.5em 0.5em;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 10%
    }
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    bottom: -50px
}

.carousel-indicators li {
    background-color: #202020
}

#nosotros {
    padding: 1rem 0;
    margin: 4rem 0;
    background: url(../resources/about_us.jpg);
    background: url(../resources/about_us.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 25rem
}

#nosotros .container {
    max-width: 90%;
    padding: 1em;
    background-color: #fff
}

#nosotros p {
    font-size: 1.15em;
    font-weight: 300
}

#nosotros img {
    height: 4.5em
}
@media(max-width:1020px){
    #nosotros .container {
        max-width: 85%;
        padding: 1em;
    }
        #nosotros p {
        font-size: 1em;
    }
}
@media(max-width:425px){
    #nosotros .container {
        max-width: 90%;
        padding: 0.5em;
    }
        #nosotros p {
        font-size: 0.75em;
    }
}
.has-video {
    width: 100%
}

.has-video video {
    width: 100%;
    height: auto
}

.contact_tittle {
    height: 40px;
    text-align: center;
    font-size: 2em;
    font-weight: 100
}

.map {
    height: 30rem
}

@media (max-width:992px) {
    .map {
        height: 75%
    }
}

.list-inline-item {
    margin: 0 24vw
}

.social-link {
    display: block;
    height: 4rem;
    width: 4rem;
    color: #202020;
    line-height: 4.3rem;
    font-size: 1.5rem;
    background-color: #f0f0f0;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1)
}

.page-footer {
    height: 8em;
    padding: 2em 0
}