@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:900&display=swap');

html,body{
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif;
}

header{
	background: #fff;
	top: 0;
}

main{
	clear: both;
}

main div.int-div{
	padding: 0 !important;
}

footer ul{
    padding: 0;
}

footer li{
    padding: 0 0;
    font-size: 12px;
}

footer label{
    font-size: 12px;
    text-align: left;
    color: #fff;
}

.bg-white {
    background-color: #000!important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #86cdfa;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #86cdfa;
}

nav{
	z-index: 99999;
	position: absolute;

}

.nav{
	background: #fff;
}

.logo{

}

.logo img{
	width: 200px;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-shadow: 0px 3px 4px rgba(0,0,0,0.93);
}

.carousel-caption{
    bottom:100px !important;
    font-family: 'Montserrat', sans-serif;
}

.int-container {
    padding: 7em 10em 0px !important;
}

.int-container h3 {
    color: #237ABA;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.4em;
    line-height: .9em;
    font-family: 'Barlow Semi Condensed', sans-serif;
    border-bottom: 1px solid #ccc;
    padding-bottom: 22px;
}

.int-container h1 {
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.img-nosotros img {
    width: 100%;
}

.enfoque {
    /*background: url(../img/site/bg-chef.jpg)center center no-repeat;*/
    background: #3E88BC;
    background-size: cover;
    height: 600px;
    padding-top: 13em;

}

.enfoque p{
	color: #fff;
	font-size: 3em;
}

.enfoque h1 {
    font-size: 4em;
    color: #fff;
    
    font-family: 'Montserrat', sans-serif;
}

.btn-monster {
    margin: 10px 0;
    color: #fff !important;
    background-color: #ff5400 !important;
    border-color: #ff5400 !important;
}

.int-container-ql {
    padding: 10px 6em !important;
    text-align: left;
}


#clientes{
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

#clientes h1{
    color: #ff5400;
    font-family: 'Barlow Semi Condensed', sans-serif;
    padding-top: 30px
}

.clientes{
    display: grid;
    grid-template-columns: repeat(11,1fr);
    background-size: cover!important;
    background-position: 50%!important;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    grid-gap: 1em;
        margin: 3% 0 2%
}

.navegador a{
    color: #fff;
    text-decoration: none;
}

.navegador a:hover{
    color: #ededed;
    text-decoration: none;
}

.clientes .item{

}

.mainbio h3{
    margin-top: 30px;
}

#testimoniales{
    background: #ededed;
    padding: 20px 0;
    margin-top: 0px !important;
    margin-bottom: 0px !important;

}

#quees{
    margin-top: 65px;
}

#bio3000{
    margin-top: 100px;
}



#bio3000 img{
    height: 270px;
    text-align: center;
    margin: 0 auto;
}

.quees li, .porque li, .paraque li{
    margin: 20px 0;
    font-size: 20px;
}

.navegadorbio {
    margin-top: -30px;
    position: fixed;
    z-index: 99999;
}

.navegadorbio a{
    color: #fff;
    text-decoration: none;
}

.navegadorbio a:hover{
    color: #ededed;
    text-decoration: none;
}

#ventajas h4{
    margin: 28px 0;
    font-size: 21px;
}

#equipos{
    margin-top: 140px;
    padding-bottom: 100px;
}

@media (min-width: 1024px)
.image-responsive {
    max-width: var(--max-width);
}

.image-responsive {
    width: 100%;
    height: auto;
    max-width: var(--max-width-mobile);
}

footer {
    background-color: #ff5400;
}

footer h2 {
    color: #fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1em;
}

footer .int-container-social li {
    display: inline;
    margin: 0 10px;
}

footer li {
    list-style: none;
}

.last-foot {
    background-color: #000;
    color: #fff;
    font-size: .6em;
    width: 100%;
    height: 30px;
    padding: 9px 0;
}

.int-container-about {
    padding: 30px 0 !important;
    text-align: left;
}

.int-container-about p {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    margin-top: 20px;
}

.int-container-social {
    padding: 10px 0 !important;
}

footer img {
    width: 200px;
}

footer a {
    color: #fff;
}

footer input{
    height: 18px !important;
    font-size: 12px !important;
    margin-bottom: 5px;
}

footer textarea{
    height: 32px !important;
    font-size: 12px !important;
    margin-bottom: 5px;
}


@media (max-width: 768px) {
    .lead {
        font-size: .7rem;
    }

    .display-4 {
        font-size: 2.5rem;
    }

    .carousel-caption{
        bottom: 130px;
    }

    .img-nosotros{
        display: none;
    }

    .service {
        padding: 0 0 0 0;
    }

    #portafolio {
        margin-bottom: 30px;
    }

    .int-container h1{
        font-size: 2.0rem;
    }

    .int-container-about {
        padding: 2em !important;
    }

    .int-container-ql {
        padding: 2em !important;
    }

    .int-container-social{
        padding: 0 !important;
        text-align: none;
    }

    .int-container-social ul{
        padding: 0;
    }

    .clientes{
        grid-template-columns: repeat(4,1fr);
    }

    .mainbio h3 {
        margin-top: 0px;
    }

    #ventajas{
        margin-top: 80px;
    }

    section.navegador{
        margin-top: 80px;
    }

    #quees {
        margin-top: 25px;
    }

    .display-3 {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .int-container {
        padding: 2em !important;
    }

    .int-container-ql {
        padding: 2em !important;
        text-align: center;
    }

    .int-container-ql ul{
        padding: 0;
        margin: 0;
    }  

    #bio3500 img{
        width: 100%;
    }  

    .enfoque {
        /* background: url(../img/site/bg-chef.jpg)center center no-repeat; */
        background: #3E88BC;
        background-size: cover;
        height: 430px;
        padding-top: 3em;
    }

    .enfoque h1 {
        font-size: 2em;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
    }

    .enfoque p {
        color: #fff;
        font-size: 2em;
    }

    .img-fluid {
        max-width: 60% !important;
        height: auto;
    }
}

.andes {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(7, 5vw);
    grid-gap: 15px;
}



.gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(7, 5vw);
    /*grid-gap: 15px;*/
}

.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__item--1 {
        grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 8;
}

.gallery__item--2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 8;
}

.gallery__item--3 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 8;
}

.gallery__item--4 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 8;
}



.fa.fa-navicon {
  color:white;
}
/* llllllllllllllllllllllll */

