/*
* Style
*/


/*
* Google font
*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Roboto|Lemonada");

/*
* Section - Home
*/

/** BG Image */
#home {
    background-image: url("../images/bg-home-1.jpg");
}

/** BG Parallax */
#home-bg-parallax > .bg-parallax {
    background: url("../images/bg-parallax.jpg");
}

/** BG Slideshow */
#home-bg-slideshow .slides > .bg-cover:nth-child(1) {
    background: url("../images/slider/slide-01.jpg");
}
#home-bg-slideshow .slides > .bg-cover:nth-child(2) {
    background: url("../images/slider/slide-02.jpg");
}
#home-bg-slideshow .slides > .bg-cover:nth-child(3) {
    background: url("../images/slider/slide-03.jpg");
}
#home-bg-slideshow .slides > .bg-cover:nth-child(4) {
    background: url("../images/slider/slide-04.jpg");
}
#home-bg-slideshow .slides > .bg-cover:nth-child(5) {
    background: url("../images/slider/slide-05.jpg");
}
#home-bg-slideshow .slides > .bg-cover:nth-child(6) {
    background: url("../images/slider/slide-06.jpg");
}
#home-bg-slideshow > .position-absolute {
    z-index: 20;
}

/** BG Video */
#home-bg-video .player:before {
    z-index: 15;
}
#home-bg-video .player.is-mobile {
    display: none;
}
#home-bg-video .container {
    position: relative;
    z-index: 20;
}
#home-bg-video .inline-YTPlayer {
    height: 100%;
    overflow: hidden;
}

/*
* Section - Fun Facts
*/

#fun-facts {
    background-image: url("../images/alarga.jpg");
}


/*
* Section - Skills
*/

#skills {
    background-image: url("../images/balones.jpg");
}


/*
* Section - Quote
*/

#quote {
    background-image: url("../images/bg-quote.jpg");
}


/*
* Section - Keep In Touch
*/

#keep-in-touch {
    background-image: url("../images/patrocinadores/pizarra-02.jpg");
}


/*
* Section - Coming Soon
*/

#coming-soon {
    background-image: url("../images/bg-coming-soon.jpg");
}


/*
* Section - Contact
*/

#contact {
    background-image: url("../images/bg-contact.jpg");

}



/*
* Footer
*/

.footer-logo {
    max-height: 40px;
}
.footer-icon-social {
    bottom: 10px;
    position: relative;
}

footer-icon-social a:hover{
    color: #004420;
}

#categorias p{
    text-align: center;
}
#categorias .title-medium{
    font-weight: 600;
}

#about .title-medium{
    text-align: center;
}

#form-contact .row{
    padding: 0;
    margin:0;
}

#form-contact {
    font-size: 15px;
}

#form-contact h4{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2pt;
    margin-top:40px;
    margin-bottom: 0;
}

#form-contact hr{
    margin-bottom: 10px;
}

.verdeoscuro{
    color: #004420 !important;
}

.horario{
    box-shadow: #36992E 0 0 10px;
}

.menusup{
    display: flex;
   align-items: center;
   padding-top: 5px;
   padding-bottom: 5px;
}

.footer-icon-social a{ 
    color: #fff;
}
.footer-icon-social a:hover{ 
    color: #d86a16;
}

.soluciones{
   padding-top: 10px;
   font-size: 18px;
}
.soluciones a{ 
    color: #fff;
}
.soluciones a:hover{ 
    color: #d86a16;
}
