body {
    width: 100%;
    max-height: 1800px;
    background-image: url('../img/fondomcentral.jpg'); background-repeat: no-repeat;     background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
}

/*----------------------------- HEADER ---------------------------------*/

.header {
    width: 1000px;
    height: 228px;
    margin: auto;
}

.ban-sub {
    width: 1000px;
    height: 91px;
    margin: auto;

}

.sub-banner {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    height: 34px;
    background: #e9e9e9;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.banner-izq {
    margin: 0;
    padding: 2px 0px 0px 10px ;
    width: 300px;
    height: 34px;

}

.banner-der {
    width: 340px;
    height: 34px;;
}

h3 {
    margin: 0;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    line-height: 34px;
    color: black;
}

.face {
    margin-top: 2px;
    width: 25px;
    height: 25px;
}

.logo {
    margin: auto;
    width: 1000px;
}

.logomcentral {
    widows: 565px;
    height: 77px;
}

/*----------------------------- MENU NAV---------------------------------*/
nav {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    background: #e9e9e9;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.menu li:hover {
    background: #5a6297;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    transition: 0.5s;
}

.menu li a {
    display: block;
    padding: 15px 10px;
    color: #000;
    text-decoration: none;
}

.menu li a:hover {
    color: #fff;
}

/*----------------------------- SLIDESHOW ---------------------------------*/

.slider {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.slider ul {
    margin: 0px;
    display: flex;
    padding: 0;
    width: 400%;
    
    animation: cambio 20s infinite alternate linear;
}

.slider li {
    width: 100%;
    list-style: none;
}

.slider img {
    width: 100%;
    height: 100%;
}

@keyframes cambio {
    0% {margin-left: 0;}
    20% {margin-left: 0;}
    
    25% {margin-left: -100%;}
    45% {margin-left: -100%;}
    
    50% {margin-left: -200%;}
    70% {margin-left: -200%;}
    
    75% {margin-left: -300%;}
    100% {margin-left: -300%;}
}

/*----------------------------- BANNER AMBULANCIA ---------------------------------*/

.contenedor-ambulancia {
    width: 100%;
    max-height: 259px;
    height: 100%;
}

.ambulancia {
    width: 100%;
    max-width: 1000px;
    max-height: 2509px;
    height: 100%;
    margin: auto;
    margin-top: 10px;
}

/*----------------------------- BANNER MARCAS ---------------------------------*/

.owl-carousel {
    display: flex;
    justify-content: space-around;    
    margin: auto;
    margin-top: 10px;
    background-image: url(../img/banner-marcas.png);  
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
    max-height: 100px;
    max-width: 1000px;
    align-items: center;
    border-bottom: 2px solid black;
    border-radius: 20px;

}

.owl-carousel button {
    position: absolute;
    top: 1315px;
    width: 100px;
    font-size: 12px;
    font-weight: 600;
    border: 2px #000 solid;
    border-radius: 10px;
}

.titulo-marca h1 {
    max-width: 500px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    margin-bottom: -10px;
    width: 50%;
    font-size: 25px;
    font-weight: 500;
    background: -moz-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
    background: linear-gradient(135deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: white;
    padding: 5px;
}

.owl-carousel button:hover {
    background: #000;
    color: #fff;
}
    
.item {
    margin: 10px;
    width: 10%;
    display: flex;
    justify-content: space-around;
        
    }
    
.item img {
    width: 100%;
    max-height: 100px;
    height: 10%;
        
    }
/*----------------------------- BANNER CLIENTES ---------------------------------*/

.contenedor-clientes {

    display: flex;
/*     background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); */
    margin: auto;
    margin-top: 12px;
    width: 100%;
    max-width: 1000px;
    max-height: 150px;
    border-radius: 20px;
   /*  border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; */
    border-bottom: 2px solid black;
    overflow: hidden;
    z-index: -0;
}

.imagencompleta {
    width: 100%;
    max-width: 3000px;
    height: 120px;
    background-image: url(../img/Clientes/Clientes4.jpg);
    background-size: cover;
    
    -webkit-animation: cambio2 15s infinite linear;
    
}

/* .item-cliente {
    
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-cliente img {

    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 6px -7px rgba(0,0,0,0.28);
    -moz-box-shadow: 10px 10px 6px -7px rgba(0,0,0,0.28);
    box-shadow: 10px 10px 6px -7px rgba(0,0,0,0.28);
} */

@-webkit-keyframes cambio2{
    
    from {
        background-position: left center;

    }
    
    to {
        background-position: -2545px center;
    }

}

.titulo-principales h1 {
    max-width: 500px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    margin-bottom: -12px;
    width: 50%;
    font-size: 25px;
    font-weight: 500;
    background: -moz-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
    background: linear-gradient(135deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: white;
    padding: 5px;
}
/*----------------------------- BANNER CLIENTES ---------------------------------*/

.footer {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: auto;
    margin-top: 10px;
}


/*----------------------------- APLICACIÓN RESPONSIVE ---------------------------------*/

/*------------ APLICACIÓN RESPONSIVE HEADER -------------*/

@media (min-width: 320px) and (max-width: 1000px) {
    body {
        width: 100%;
        height: 100%;
    }
    
    .header {
        width: 100%;
        height: 100%;
        
    }
    
    .ban-sub {
        width: 100%;
        height: 100%;
    }
    
    .ban-sub img {
        width: 100%;
        height: 100%;
    }
    
    .sub-banner {
        position: relative;
        top: -3px;
        width: 100%;
        height: 100%;
    }
    
    .banner-izq {
        text-align: left;
        width: 10%;
    }
    
    .banner-der {
        width: 100%;
    }
    
   h3 {
        text-align: right;
        font-size: 12px;
        padding-right: 10px;
    }
    
    .logo {
        text-align: center;
        width: 100%;
    }
    
    .logomcentral {
        width: 100%;
        height: 100%;
    }
 
/*------------ APLICACIÓN RESPONSIVE AMBULANCIA -------------*/

    .contenedor-ambulancia {
        width: 100%;
        max-width: 1000px;
        max-height: 259px;
        height: 100%;
    }

    .ambulancia {
        width: 100%;
        max-width: 1000px;
        max-height: 259px;
        height: 100%;
        margin: auto;
        margin-top: 10px;
    }

    .ambulancia img {
        width: 100%;
        height: 100%;
        }


/*------------ APLICACIÓN RESPONSIVE CLIENTE-------------*/
    
    .contenedor-cliente {
        width: 100%;
        height: 100%;
        max-height: 152px;
    }
    
    .item-cliente {
        margin: 5px;
        width: 100%;
        height: 100%;
        
    }
    .item-cliente img {
        width: 100%;
        max-height: 150px;
        height: 100%;
        
    }
        
    .item-cliente img {
        border-radius: 20px;
        -webkit-box-shadow: 8px 8px 6px -7px rgba(0,0,0,0.28);
        -moz-box-shadow: 5px 5px 6px -7px rgba(0,0,0,0.28);
        box-shadow: 5x 5px 6px -7px rgba(0,0,0,0.28);
    }
    
    .titulo-principales h1 {
        max-width: 500px;
        text-align: center;
        margin: auto;
        margin-top: 15px;
        margin-bottom: -12px;
        width: 50%;
        font-size: 25px;
        font-weight: 500;
        background: -moz-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: linear-gradient(135deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        color: white;
        padding: 5px;
    }
    
@media (max-width: 900px) {
    .titulo-principales h1 {
        max-width: 500px;
        text-align: center;
        margin: auto;
        margin-top: 15px;
        margin-bottom: -12px;
        width: 45%;
        font-size: 20px;
        font-weight: 500;
        background: -moz-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: linear-gradient(135deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        color: white;
        padding: 5px;
    } 
    
}
    
@media (max-width: 700px) {
    .titulo-principales h1 {
        max-width: 500px;
        text-align: center;
        margin: auto;
        margin-top: 15px;
        margin-bottom: -12px;
        width: 45%;
        font-size: 17px;
        font-weight: 500;
        background: -moz-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: linear-gradient(135deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        color: white;
        padding: 5px;
    } 
    
}

@media (max-width: 550px) {
    .titulo-principales h1 {
        max-width: 500px;
        text-align: center;
        margin: auto;
        margin-top: 15px;
        margin-bottom: -12px;
        width: 45%;
        font-size: 14px;
        font-weight: 500;
        background: -moz-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: linear-gradient(135deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        color: white;
        padding: 5px;
    } 
    
}
/*------------ APLICACIÓN RESPONSIVE MARCAS -------------*/
    .owl-carousel {
        margin: 0px;
        width: 100%;
    }
    
    .item {
        margin: 5px;
        width: 10%;
        display: flex;
        justify-content: space-around;
        
    }
    
    .item img {
        width: 100%;
        max-height: 100px;
        height: 10%;
        
    }
   
    .titulo-marca h1 {
        max-width: 500px;
        text-align: center;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 0px;
        width: 50%;
        font-size: 25px;
        font-weight: 500;
        background: -moz-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: linear-gradient(135deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        color: white;
        padding: 5px;
}
    
@media (max-width: 900px) {
    .titulo-marca h1 {
        max-width: 500px;
        text-align: center;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 0px;
        width: 45%;
        font-size: 20px;
        font-weight: 500;
        background: -moz-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: linear-gradient(135deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        color: white;
        padding: 5px;
    } 
    
}
    
@media (max-width: 700px) {
    .titulo-marca h1 {
        max-width: 500px;
        text-align: center;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 0px;
        width: 45%;
        font-size: 17px;
        font-weight: 500;
        background: -moz-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: linear-gradient(135deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        color: white;
        padding: 5px;
    } 
    
}
    
@media (max-width: 550px) {
    .titulo-marca h1 {
        max-width: 500px;
        text-align: center;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 0px;
        width: 45%;
        font-size: 14px;
        font-weight: 500;
        background: -moz-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        background: linear-gradient(135deg, rgba(65,71,119,1) 0%, rgba(94,100,155,1) 100%);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        color: white;
        padding: 5px;
    } 
    
}
/*------------ APLICACIÓN RESPONSIVE FOOTER -------------*/
    
    .footer img {
        width: 100%;
        height: auto;
    } 
}



/*------------ APLICACIÓN RESPONSIVE NAV -------------*/

@media (max-width:480px) {
    .menu ul {
        display: flex;
        justify-content: center;
        font-size: 14px;    
    }
}
