/* General Classes and Helpers */
@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,300);

body{
    background-color: #0f0f0f;
    color: white;
    margin:0;
    padding:0;
    perspective: 1px;
    transform-style: preserve-3d;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: Comfortaa, 'Times New Roman', Times, serif;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar {
    margin-bottom: 0px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #4696c1;
    margin: 1em 0;
    padding: 0;
}

/* Text Classes */

h1 {
    margin-top: 0px;
}

.hero_text {
    font-size: 225%;
}

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

.text-grey {
    color: #555555;
    text-shadow: none;
}

/* Colors */

.bg_blue {
    background-color: rgba(69, 161, 192, 0.70);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 300px;
}

.bg_green {
    background-color: rgba(168, 188, 70, 0.70);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 300px;
}

/* Inicio classes */

.inicio_mask {
    background: rgba(25, 25, 25, .6);
    height: 400px;
    border: 10px solid white;
    border-right-width: 5px;
    border-left-width: 5px;
}

.inicio_servicios_bg1, .inicio_servicios_bg2, .inicio_servicios_bg3 {
    background-size: cover;
    min-height: 400px;
}

.inicio_servicios_bg1 {
    background: url("../img/inicio_servicios_bg1.jpg") no-repeat center center;
 }

.inicio_servicios_bg2 {
    background: url("../img/inicio_servicios_bg2.jpg") no-repeat center center;
}

.inicio_servicios_bg3 {
    background: url("../img/inicio_servicios_bg3.jpg") no-repeat center center;
}

.col-md-4 {
    padding-right: 0px;
    padding-left: 0px;
}

.inicio_servicios_text_h1, .inicio_servicios_text_h2{
    padding-right: 15px;
    padding-left: 15px;
    color: white;
    text-align: center;
}

.inicio_servicios_text_h1 {
    font-size: 300%;
}

.inicio_servicios_text_h2 {
    font-size: 175%;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.Inicio_Offer_spacer {
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px
}

/* carousel Classes */

.carousel-indicators {
    bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel .item, .carousel img {
    height: auto;
    width:100%;
}

.carousel img {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.carousel-caption h1,
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
    color: rgba(42, 42, 42, 1);
    font-size: 25px;
    animation-duration: 5s;
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
    background-color: rgba(255, 255, 255, 0.71);
    border-radius: 50px;
    padding: 15px;

}
.carousel-caption {
    top: 25%;
}

@media only screen and (min-width: 600px) {
    .carousel-caption h1,
    .carousel-caption h3,
    .carousel .icon-container,
    .carousel-caption button {
        font-size: 45px;
    }
}

@media only screen and (min-width: 768px) {
    .carousel-caption h1,
    .carousel-caption h3,
    .carousel .icon-container,
    .carousel-caption button {
        font-size: 45px;
    }

    .modal-body img {
        height: 100%;
        max-height: 650px;
        width: auto;
    }
}

@media only screen and (max-width: 400px) {
    /* For mobile phones: */
    .carousel-caption h1,
    .carousel-caption h3,
    .carousel .icon-container,
    .carousel-caption button {
        font-size: 20px;
    }
}

@media only screen and (max-width: 350px) {
    /* For mobile phones: */
    .carousel-caption h1,
    .carousel-caption h3,
    .carousel .icon-container,
    .carousel-caption button {
        font-size: 15px;
    }

    .inicio_servicios_text_h1, .inicio_servicios_text_h2 {
        margin-top: 5px;
    }

    .inicio_servicios_text_h1 {
        font-size: 30px;
    }

    .inicio_servicios_text_h2 {
        font-size: 25px;
    }

    .hero_text {
        font-size: 40px;
    }

    p {
        font-size: 22px;
    }
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 2s;
}

/* Empresa Classes */

.empresa_background {
    background-image: url("../img/empresa_background.jpg");
    background-size: cover;
    min-height: 95%;
    min-height: 95vh;
}

.empresa_mask {
    background: rgba(25, 25, 25, .6);
    min-height: 95%;
    min-height: 95vh;
    display: flex;
    align-items: center;
}

.text-span {
    color: #00A9E6;
}


/* Servicios classes */

#servicios_bg1 {
    background: url("../img/servicios_fondo_1.jpg") fixed;
    background-size: cover;
}

#servicios_bg2 {
    background: url("../img/servicios_fondo_2.jpg") fixed;
    background-size: cover;
}

.servicios_spacer {
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 5%;
}

/* Contact Classes */

.koolair_contact_hero_h1 {
    color: #b7d133;
}

.koolair_contact_column1, .koolair_contact_column3 {
    background-color: #272727;
    color: white;
}

.koolair_contact_column2 {
    background-color: #2a2a2a;
    color: white;
}

.koolair_contact_icon {
    color: #4696c1;
}

.contact-layer {
    animation-duration: 3s;
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 2s;
    }

/* Footer Classes */

.koolair_footer_img {
    max-width: 50%;
    min-width: 250px;
}

.koolair_footer_parrafo {
    color: white;
    margin-top: auto;
}


/* Navbar classes */
.Koolair_navbar_FB {
    color: #3b5998;
}

/* Parallax Implementation */
.header {
    text-align: center;
    font-size: 175%;
    color: #fff;
    text-shadow: 0 2px 2px #000;
}

.parallax_slide {
    position: relative;
    min-height: 100vh;
    width: 100vw;
    box-sizing: border-box;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
    transform-style: inherit;
}

.parallax_slide:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
}

.parallax_slide:nth-child(2n) .title {
    margin-left: 0;
    margin-right: auto;
}

.parallax_slide:nth-child(2n+1) .title {
    margin-left: auto;
    margin-right: 0;
}

.parallax_slide, .parallax_slide:before {
    background: 50% 50% / cover;
}

.bottomright {
    position: fixed;
    bottom: 8px;
    right: 16px;
    font-size: 18px;
    z-index: 4;
}