@import url('https://fonts.googleapis.com/css?family=Raleway:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');
@import url('https://fonts.googleapis.com/css?family=Lato:400i');
@import url('https://fonts.googleapis.com/css?family=Lato:400i|Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono');
@import url('https://fonts.googleapis.com/css?family=Oxygen+Mono|Ubuntu+Mono');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Dosis');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400i');
* {
    margin: 0;
    padding: 0;
}
body{
    overflow-x: auto;
    overflow-y: scroll;
    position: relative;
    font-family: Open Sans,'Helvetica Neue',Arial,sans-serif;
    font-size: 15px;

}

section#banner{
    background-image: url('../Img/IMG_3810.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;

}
.divJa{
    height: 40px;
    width: 100%;
    background-color: transparent;
    position: absolute;
    z-index: 50;
    -webkit-transition-duration: 0.9s
}
header{
    position: absolute;
    margin-top: 40px;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-left: 0px;
    z-index: 50;
    background-color: transparent;
    -webkit-transition-duration: 0.9s

}
.pruebaHeader{
    position: absolute;
    margin-top: 40px;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-left: 0px;
    z-index: 50;
    background-color: transparent;
    -webkit-transition-duration: 0.9s

}
li a:hover{
}
ul li{
    text-decoration: none;
    margin-top: 50px;
    padding: 10px;
    float:left;
    font-family: "Montserrat","HelveticaNeue","Helvetica Neue",sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600

}
ul a{
    color:black;
    text-decoration: none;
    list-style: none;  
}
/*
li{
    display:inline-block;

}
ul{
    display: block;
    list-style: none;  
    float:left;
}*/
.LogoPrincipal{
    height: 90px;
    width: 150px;
    float: left;
    -webkit-transition: width .4s, height .4s;
    margin-right: 20px;
    margin-top: 10px
}
li a:link {
    text-decoration: none;
}
ul#ejm2 li a{
    position: relative;
    margin: 0px 5px;
    margin-left: 10px
}
ul#ejm2 li a:after{
    position: absolute;
    margin-top: 6px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color:   #5e87c4;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transform: translateY(20px);       
}
ul#ejm2 li a:hover:after{
    opacity:1;
    transform: translateY(15px)
}


ul#ejm3 li a{
    position: relative;
    margin: 0px 5px;
    margin-left: 10px
}
ul#ejm3 li a:after{
    position: absolute;
    margin-top: 5px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transform: translateY(20px);       
}
ul#ejm3 li a:hover:after{
    opacity:1;
    transform: translateY(15px)
}
a:hover {
    background-color: transparent;
    color:white;
}
b{
    color: #5e87c4
}
.pInicio{
    color:white;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    background-color: #564473;
    padding: 28px;
    opacity: 0.9;
    font-weight: 500;
    position: absolute;
    margin-top: 21%;
    margin-left: 180px;
    text-align: center;

}
.Nombre{
    font-size: 23px;

}
.Logo{
    margin-top: 5px;
    float:left;

}
.divLogo{
    text-align: center;
}
.Limp{
    clear: both
}
main{
    margin: auto;
    text-align: left;
}
#Portfolio{
    width: 100%;
    height: 1000px;
    margin-top: 80px
}
.pPort{
    text-align: center
}
h2{
    color: #333;
    font-family: 'Raleway','Helvetica Neue',Arial,sans-serif;
}

hr#hr1{
    width: 80px;
    height: 1px;
    background-color:#000;
    opacity: 0.8;
    margin-left: 47%;
    margin-top: 0px

}

.gal-container{
    padding: 12px;
    margin-top:50px;
    background-color: #fff;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 350px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}
.gal-container .description h4{
    margin:0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;

}
.header {
    position: fixed;
    z-index: 1;
    width: 100%;
    top:90px;
}

/* The progress container (grey background) */
.progress-container {
    width: 100%;
    height: 2px;
}

/* The progress bar (scroll indicator) */
.progress-bar {
    height:2px;
    background: #7C0C0C;
    width: 0%;
} 
@media (min-width: 1200px) {
}
@media (min-width: 768px) {
    .gal-container .modal-dialog {
        width: 55%;
        margin: 50 auto;
    }
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
#Empresa{
    width: 100%;
    margin-bottom: 50px;
    margin-top: 70px
}
#Marcas{
    width: 100%;
    margin-top: 60px;
    margin-bottom:110px
}

.h2cont{
    color:#fff;
    margin-top: 70px
}
.btn{
    float:right;
    margin-top: 30px;
    background-color:  #1c1c1c;
    opacity: 0.9;
    color:white;
    border-color:  #373434;
    border: 1px solid #DBE1EB;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding-left:25px;
    padding-right: 25px;
    padding-top:6px;
    padding-bottom:6px;
    border-radius: 4px;
    -moz-border-radius: 114px;
    -webkit-border-radius: 114px;
    -o-border-radius: 14px;
    color: #FFFFFF;
    margin-bottom:20px;
}
.btn2{
    float:left;
    margin-top: 10px;
    background-color:  #7C0C0C;
    opacity: 0.9;
    color:white;
    border-color:  #373434;
    border: 1px solid #DBE1EB;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding-left:25px;
    padding-right: 25px;
    padding-top:6px;
    padding-bottom:6px;
    border-radius: 4px;
    margin-bottom:20px;
}
.btn3{
    float:right;
    margin-top: 30px;
    background-color:   #000;
    color: #fff;
    border-color: #5e5e5e;
    border: 1px solid #DBE1EB;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding-left:25px;
    padding-right: 25px;
    padding-top:6px;
    padding-bottom:6px;
    border-radius: 4px;
    margin-bottom:20px;
}
.btn:hover{

    color:#7C0C0C
}
.btn:link{

    color:#7C0C0C
}
.btn:visited{

    color:#7C0C0C
}
.btn2:hover{

    color:#7C0C0C;
    background-color: white
}
.btn2:link{

    color:#7C0C0C
}
.btn2:visited{

    color:#7C0C0C
}
.btn3:hover{

    color: #000;
    background-color: #fff;
}
.btn3:link{

    color:white;
}
.btn3:visited{

    color:white;
}
.control-label{
    color:white;
    font-family: 'Open Sans', sans-serif;
    padding: 10px
}
.form{
}
label{
    color:white;
    font-family: 'Open Sans', sans-serif;
    padding: 10px
}
.Logo3{
    margin-left: 60px
}
.pCont{
    color:white;
    font-family: 'Arapey', serif;
}
.prueba{
    float:left;
}
.idioma{
    float:right;
    margin-top: -90px;
    margin-right: 100px
}
.pCont2{
    text-align: center;
    color:white
}
#Servicio{
    height: 700px;

}

.imServicios{
    margin-top: 40px
}
p{
    font-family: 'Lato', sans-serif;
}
.prueba2{
    text-align: center;
    margin-top: -50px;

}
h3{
    color: #333;
    font-family: 'Raleway','Helvetica Neue',Arial,sans-serif;
}

.h3Especial{
    color:#212529;
    font-family: 'Arapey', serif;
    font-size:21px
}
.fa {
    padding: 10px;
    font-size: 20px;
    width:25px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;


}

/* Add a hover effect if you want */
.fa-facebook {
    background: #564473;
    color: white;

}
.fa-globs {
    background: #564473;
    color: white;

}
.fa-linkedin {
    color: white;

}
.fa-instagram {
    background: #212529;
    color: white;
}
strong{
    text-align: center;
    display: block;
    font-family: "Old Standard TT",serif;
    font-weight: 400;
    line-height: 0.3;
    color: #fff;
    font-size: 2.14286em;
}
.Espacio{
    height: 30px;
}

@media screen and (max-width:992px) {
    #Portfolio{
        height:1000px

    }
    #Servicio{
        height: 1300px
    }


}
@media (max-width: 987px) {
    #Portfolio{
        height: 1700px
    }
    #Servicio{
        height: 850px
    }
}
@media (max-width: 967px) {
    nav{
        margin-left: 12%

    }
    .idioma{
        float: left
    }
    header{}
}
@media (max-width: 769px) {
    .pInicio {
        color:white;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        background-color: #564473;
        padding: 35px;
        opacity: 0.9;
        font-weight: 500;
        position: absolute;
        margin-top: 55%;
        text-align: left;
        margin-left: 0px
    }
    section#banner{
        background-image: url('../Img/IMG_3777.JPG');
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center
    }
    header{
        height: 60px
    }
    .header{
        top: 60px
    }
    #Portfolio{
        height:1700px

    }
    #Servicio{
        height: 1480px
    }
    .Logo4{
    }
}



.btnCel{
    background-color:white;
    margin:auto;
    margin-top:6px;
    margin-left:6px;
}
.icon-bar{
    color:black
}
.menu_bar {
    display:none;
}


.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;

}
.hamburger.is-closed .hamb-top { 
    top: 5px; 
    -webkit-transition: all .35s ease-in-out;
    background-color: white;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
    background-color: white;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 5px;  
    -webkit-transition: all .35s ease-in-out;
    background-color: white;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: white;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);

}
.hamburger {
    width: 32px;
    height: 32px;
    border: none;
    margin-left: 10px;
    float: right
}
ul .liEspecial{
    font-size: 0.9em;
    text-decoration: none;
    margin-top: 5px;
    padding: 1px;
    float:left;
    font-family: "Montserrat","HelveticaNeue","Helvetica Neue",sans-serif;
    font-style: normal;
    text-transform: uppercase;
}
.navbar-collapse .navbar-nav > li > a {
    color:white;
    font-size: 12px;


}
.navbar-collapse .navbar-nav> .active > a, 
.navbar-collapse .navbar-nav> .active > a:hover {
    background-color:transparent;
}

.navbar-collapse .navbar-nav > li > a:hover{
}

.navbar-collapse .navbar-nav > li > a:active{

}
@media screen and (max-width: 991px) {
    .side-collapse-container{
        width:70%;
        position:relative;
        left:0;
        transition:left .7s;
    }

    .side-collapse-container.out{
        left:200px;
    }
    .side-collapse {
        top:0px;
        bottom:0;
        left:0;
        position:fixed;
        overflow:hidden;
        transition:width .2s;
        background-color: #2f2f2a;
        opacity:1.0;




    }
    .side-collapse.in {
        width:0;
    }
}
@media screen and (max-width: 768px) {
    .side-collapse-container{
        width:70%;
        position:relative;
        left:0;
        transition:left .7s;
    }

    .side-collapse-container.out{
        left:200px;
    }
    .side-collapse {
        top:0px;
        bottom:0;
        left:0;


        position:fixed;
        overflow:hidden;
        transition:width .2s;
        background-color: #2f2f2a;
        opacity:1.0;



    }
    .side-collapse.in {
        width:0;
    }
    hr#hr1{
        width: 80px;
        height: 1px;
        background-color:#000;
        opacity: 0.8;
        margin-left: 42%;
        margin-top: 0px

    }    .prueba2{
        margin-top: 10px
    }

}

@media screen and (max-width: 650px) {
    .side-collapse-container{
        width:70%;
        position:relative;
        left:0;
        transition:left .7s;
    }

    .side-collapse-container.out{
        left:200px;
    }
    .side-collapse {
        top:0px;
        bottom:0;
        left:0;
        position:fixed;
        overflow:hidden;
        transition:width .2s;
        background-color: #2f2f2a;
        opacity:1.0;

    }

    .side-collapse.in {
        width:0;
    }
}
@media screen and (max-width: 566px) {
    .side-collapse-container{
        width:70%;
        position:relative;
        left:0;
        transition:left .7s;
    }

    .side-collapse-container.out{
        left:200px;
    }
    .side-collapse {
        top:0px;
        bottom:0;
        left:0;
        position:fixed;
        overflow:hidden;
        transition:width .2s;
        background-color: #2f2f2a;
        opacity:1.0;



    }
    .side-collapse.in {
        width:0;
    }

    hr#hr1{
        width: 80px;
        height: 1px;
        background-color:#000;
        opacity: 0.8;
        margin-left: 38%;
        margin-top: 0px

    }
    #Servicio{
        height: 1600px
    }
}@media screen and (max-width: 500px) {

    hr#hr1{
        width: 80px;
        height: 1px;
        background-color:#000;
        opacity: 0.8;
        margin-left: 39%;
        margin-top: 0px

    }
}
@media screen and (max-width: 420px) {



}
@media screen and (max-width: 380px) {


    hr#hr1{
        width: 80px;
        height: 1px;
        background-color:#000;
        opacity: 0.8;
        margin-left: 36%;
        margin-top: 0px

    }
}

.LogoC{
    text-align: center
}
.LogoCel{
}

.ir-arriba {
    display:none;
    padding:20px;
    background:#024959;
    font-size:20px;
    color:#fff;
    cursor:pointer;
    position: fixed;
    bottom:20px;
    right:20px;
}
.container2 {
    padding:10px;
}


.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
}

.container2:hover .overlay {
    opacity: 0.9;
}

.text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    text-decoration: none;


}
#aespecial{
    list-style: none; 
    text-decoration: none
}
#aespecial1{
    list-style: none; 
    text-decoration: none
}
#aespecial2{
    list-style: none; 
    text-decoration: none
}
#aespecial3{
    list-style: none; 
    text-decoration: none
}
.plink{
    color:#fff
}
/* Style the header: fixed position (always stay at the top) */

.side-collapse{
    width: 170px
}
.modal-body{
    width:100%
}
@media screen and (max-width: 768px) {

    .modal-body{
        width: 100%
    }

}
.cop{
    text-align: center;
    color: white;
    font-family: 'Ubuntu Mono', monospace;
    position: absolute;
    bottom: 0;

}
.allCop{
    background-color: white;
}

.eso{
    padding: 10px
}
h6{
    color:white;
    font-weight:bold;
    font-family:'Poppins', sans-serif;
}
a.Aespecial{
    text-decoration: none;
    list-style-type: none;
}
.PrincipalTitulo{
    color:white;
    margin: auto;
    margin-top: 15px;
    font-size: 17px;
    font-weight: bold;
    font-family:'Poppins', sans-serif;
}
i.cerr{
    color:white;
}
.btnCerrar{
    color:black;
    background-color: #2f2f2a;
    border:none;
    float:right;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 10px
}
.side-collapse {
    top:1px;
}
.hr--small {
    margin: 10px auto;
}

hr, .hr--small, .hr--medium, .hr--large {
    border-width: 2px 0 0 0;
    width: 50px;

}
.hr--large {
    width: 100%;
}
hr {
    clear: both;
    border-top: solid #4d7bb3  ;
    border-top-width: medium;
    border-width: 1px 0 0;
    margin: 8px 0;
    height: 0;

}
.hrBlanco{ 
    height:1px;  
    background-color:#fff; 
}
.zoom {
    transition: transform .4s;
    margin: 0 auto;
}

.zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.1); 
}

* {
    box-sizing: border-box;
}

/* Style inputs */
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {

    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #2f2f2a;
    text-align: center;



}


/* Style the container/contact section */

/* Create two columns that float next to eachother */
.column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 724px) {
    .column, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }

}
#Galeria{
    background-color: white;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px
}


h2{
    text-align:center;
    padding: 10px;
}
/* Slider */

.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: auto;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
li a:hover {
}
.tel{
    float: right;
    margin: 1px;
    padding: 1px;
    margin-right: 15px;;
    text-align: center
}
.material-icons{
    padding: 5px;

}
p{
    font-size: 17px
}
.pTelef{
    font-size: 14px;
}
.LogoCel2{
    margin-top: 6px;
    float: left
}
.especial2{
    float: left;
    margin-top: 16px;
    margin-left: 6px;

}
.espaciador{
    height: 80px
}
.w3-button{
    background-color: #564473;
    color: white;
    border: none;
    padding: 10px
}
.map{
    height: 500px;
    width: 500px;
    max-width: 100%
}
footer{
    padding: 15px;
}
.LogoQApps {
    float:left;
    margin-left: 230px;
    margin-right: -380px
}
nav{
    display:table;
    margin:auto;
    height: 110px;


}
ul a{
    color:#fff
}
.eee{
    width: 100%;
    height: 980px;

}
.centrar{
    position: absolute;
    top: 45%;
    left: 50%;    
    transform: translate(-50%,-50%);
}
h1{
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 55px;
    font-weight: 600;
    text-align: center
}
.carousel-control.right{
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;    
}

.carousel-control.left{
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; 
}

@media screen and (max-width: 1080px) {
    .LogoQApps{
        height: 100px;
        width: 100px;
        float:left;
        margin-left: 30px;
    }

    ul li{
        text-decoration: none;
        margin-top: 30px;
        padding:6px;
        float:left;
        font-family: "Montserrat","HelveticaNeue","Helvetica Neue",sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-size: 13px;

    }
}
@media screen and (max-width: 1450px) {
    .LogoQApps{
        height: 120px;
        width: 120px;
        float:left;
        margin-left: 30px;
    }

    ul li{
        text-decoration: none;
        margin-top: 40px;
        padding:6px;
        float:left;
        font-family: "Montserrat","HelveticaNeue","Helvetica Neue",sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-size: 13px;

    }
}
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
    width: 100%;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #024959;
    border-color: #024959;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 3s all ease-in-out .1s;
    -moz-transition: 3s all ease-in-out .1s; 
    -ms-transition: 3s all ease-in-out .1s; 
    -o-transition: 3s all ease-in-out .1s; 
    transition: 3s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 3s all ease-in-out .1s;
    -moz-transition: 3s all ease-in-out .1s; 
    -ms-transition: 3s all ease-in-out .1s; 
    -o-transition: 3s all ease-in-out .1s; 
    transition: 3s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4{
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
    background-image: url(../Img/business-3152586_1920.jpg);
}
.fade-carousel .slides .slide-2 {
    background-image: url(../Img/Slider1.jpg); 
}
.fade-carousel .slides .slide-3 {
    background-image: url(../Img/fittings-2784905_1920.jpg);
}
.fade-carousel .slides .slide-4 {
    background-image: url(../Img/office-865091_1920.jpg);
}
/********************************/
/*          Media Queries       */
/********************************/

@media screen and (min-width: 980px){
    .hero { width: 1200px; }    

}

@media screen and (max-width: 640px){
    .hero h1 { font-size: 2em; }    
}


p{
    font-family: Open Sans,'Helvetica Neue',Arial,sans-serif;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0 0 10px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
    color:#777;
    line-height: 1.7;
    font-weight: 600
}


html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.column2 {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;

}
.column3 {
    float: left;
    width: 33.3%;
    margin-bottom: 36px;
    padding: 0 8px;

}

@media screen and (max-width: 650px) {
    .column2 {
        width: 100%;
        display: block;
    }
    .column3 {
        width: 100%;
        display: block;
    }
}
.column4{
    float: left;
    width: 16.6%;
    margin-bottom: 36px;
    padding: 0 8px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}
.card2{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    min-height: 550px
}
.card3{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    min-height: 760px
}

.container2::after, .row::after {
    content: "";
    clear: both;
}

.title {
    color: grey;
}

.button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #2f2f2a;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.button:hover {
    background-color: #555;
}
h4{
    font-family: 'raleway'
}
.LogoCelular{
    margin-top: -7px
}
.form{
    float: left;
    padding: 0px;
    margin-left: 140px

}
.contact{
    float: left;
    margin-left: 20px;
    padding: 0px;
}

.emai {
    font-size: 25px;
    padding: 10px
}
.liEspecial
{
    color:white
}
.imgContacto{
    margin-top: 23%;
    width: 220px;
    height: 220px;
}
.unodos{
    float: right;
    width: 50%;
    text-align: center
}

@media screen and (max-width: 1024px) {

    .card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }


    .container2::after, .row::after {
        content: "";
        clear: both;
    }
}

@media screen and (max-width: 750px) {
    .contact{
        float: left;
        padding: 0px;
    }
    .unodos{
        text-align: center;
        width: 100%;
    }
    .form{
        float: left;
        padding: 0px;
        margin-left: 10px;
        margin-right: 10px

    }
    .imgContacto{
        margin-top: 18%;
        width: 180px;
        height: 180px;
    }

    .divJa{
        height: 70px;
        padding: 10px
    }


}
.h4Principal{
    margin-right: 100px
}
.h4Principal2{
    margin-right: 8px
}
@media screen and (max-width: 750px) {

    .h4Principal{
        margin-right: 10px;
        margin-top: 11px
    }



}
.active{
    color:#618cc7;
}

@media screen and (max-width: 500px) {

    .card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }





    .container2::after, .row::after {
        content: "";
        clear: both;
    }
}

@media screen and (max-width: 479px) {

    .card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }



    .container2::after, .row::after {
        content: "";
        clear: both;
    }
}


ul li.liEspecial{
    margin-top: -1px;
}
#map{  -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
       filter: grayscale(80%);}
#cat{
    transform: scale(0.84);
    transform-origin: 0 0;
}



#Contacto{
    height: 750px;
    background-color: white;
    margin-top: 40px;
    width: 100%;
}

#trabajaConNosotros{
    background-color: #618cc7;
    width: 100%;
    padding: 60px}


@media screen and (min-width: 200px) {
    #trabajaConNosotros{
        background-color: #618cc7;
        width: 100%;}





}
@media screen and (min-width: 270px) {
    #trabajaConNosotros{
        background-color: #618cc7;
        width: 100%;}





}
@media screen and (min-width: 311px) {
    #trabajaConNosotros{
        background-color: #618cc7;
        width: 100%;}




}
@media screen and (min-width: 350px) {
    #trabajaConNosotros{
        background-color: #618cc7;
        width: 100%;}





}

@media screen and (min-width: 375px) {





}

@media screen and (min-width: 411px) {




}

@media screen and (min-width: 411px) {




}
@media screen and (min-width: 650px) {





    #trabajaConNosotros{
        background-color: #618cc7;
        width: 100%;}
}


@media screen and (min-width: 768px) {





    #trabajaConNosotros{
        background-color: #618cc7;
        width: 100%;}
}

@media screen and (min-width: 1024px) {


}

a.saberMas{
    font-weight: 600;
    font-size:20px;
}
a.saberMas:hover{
    color: #000

}
a.saberMas{
    text-decoration: none;
}
.slick1{ width: 100%;
         margin: 0px;padding: 0px}
.imagen1{
    width: 100%
}

.HomeQad{
    height: 60vh;
    width: 100%;
}
.imgQad{
    margin-top: 10%
}
.card{
    min-height: 650px
}
h5{
    color:#fff;
    font-family: 'Libre Baskerville', serif;
    font-size:27px
}

a {
    text-decoration: none;
}

nav {
    font-family: monospace;
}

ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
#dropdown{
    margin-top: 8px
}
#dropdown li{
    background-color: #000;
    opacity: 1;
    margin-top: 0px

}
li a {
    color: #fff;
}

li:hover,
li:focus-within {
    cursor: pointer;
}

li:focus-within a {
    outline: none;
}

ul li ul {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    left: 0;
    display: none;

}

ul li:hover > ul,
ul li:focus-within > ul,
ul li ul:hover,
ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
    margin-top: 0px;
    background-color: #024959;

}

ul li ul li {
    clear: both;
    width: 100%;
    border: solid 1px #000;
    border-top:none;
}
#activado{
    background-color: #4d7bb3;
    border-color: #4d7bb3;
}