*{
    margin: 0;
    padding: 0;
}
.red1{
    color: #FD0202;
}
#title{
    width:100%;
    max-width: 100%;
    background-image: url(../imagenes/titnos.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 242px;
}
.titlnos{
    width:65%;
    max-width:65%;
    margin: auto;
}
.titlnos h1{
    text-align: center;
    padding: 40px;
    font-size: 45px;
    color: white;
    font-family:"Lato", Sans-serif;;   
}
#info{
    width: 100%;
    max-width: 100%;
}
.continfo{
    width:65%;
    max-width:65%;
    margin: auto;
    display: flex;
    margin-top:50px;
}
.textos{
    width:50%;
    max-width:50%;
    animation-duration: 1.25s;
}
.imagen3{
    width:50%;
    max-width:50%;
    padding:15px;
    animation-duration: 1.25s;
}
.imagen3 img{
    width:100%;
    max-width: 100%;
    height: 100%;
}
.nos{
    padding: 15px;
}
.nos p{
    font-family: "Lato", Sans-serif;
    color: #7a7a7a;
}
.nos h1{
    color: #333333;
    font-size: 32px;
    font-family: "Lato", Sans-serif;
}
.parrafo{
    padding:15px;
}
.parrafo p{
    font-family:"Lato", Sans-serif;
    font-size:16px;
    color: #7a7a7a;
    line-height: 1.3;
    font-weight: 400;
    text-align:justify;
}
#misvis{
    width: 100%;
    max-width: 100%;
    border-top: 2px solid #e6e6e6;
}
.container2{
    width: 65%;
    max-width: 65%;
    margin: auto;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    
}
.vision{
    width: 50%;
    max-width: 50%;
    text-align: center;
    padding: 10px;
    animation-duration: 2s;
}
.mision{
    width: 50%;
    max-width: 50%;
    text-align: center;
    padding: 10px;
    border-right: 2px solid #e6e6e6;
    animation-duration: 2s;
}
.circle{
    border: 2px solid #0054AE;
    border-radius: 50%;
    display: inline-block;
    font-size:66px;
}
.mision i ,.vision i{
    font-size: 50px;
    color: #0054AE;
    padding: 15px;
}
.vision p, .mision p{
    color: #7a7a7a;
    line-height: 1.9;
    font-family:"Lato", Sans-serif;
}
.vision h1, .mision h1{
    color: #7a7a7a;
    line-height: 1.9;
    font-family:"Lato", Sans-serif;
}
#valores{
    width: 100%;
    max-width: 100%;
    background-image: url(../imagenes/valores.jpg);
    background-size: cover;
}
.contval{
    width:65%;
    max-width:65%;
    margin: auto;
    padding: 65px;
    display: block;
}
.contval h1{
    text-align: center;
    margin-bottom: 45px;
    color: #121212;
    font-family: "Lato", Sans-serif;
    font-size: 26px;
}
.cubval{
    display: flex;
}
.cub{
    width: 33.3%;
    max-width: 33.3%;
    text-align: center;
    animation-duration: 2s;
}
.cub img{
    width: 35%;
    max-width:100%;
    height: auto;
}
.cub p{
    color: #121212;
    font-family: "Lato", Sans-serif;
    font-size: 26px;
    line-height: 2;
}
#carrusel {
	align-items: center;
	justify-content: center;
    margin: 50px 0px;
    width: 100%;
    max-width: 100%;
}
.client{
    margin: 50px 0px;
}
.client h1{
    text-align: center;
    margin: 20px 0px;
    font-size: 32px;
    color: #353535;
    font-family: "Raleway", Sans-serif;
}
@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 4))}
}
.slider {
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 65%;
}
.slider::before, .slider::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.slider::after{
    right: 0;
	top: 0;
	transform: rotateZ(180deg);
}
.slider::before{
    left: 0;
	top: 0;
}
.slide-track {
    animation: scroll 20s linear infinite;
    display: flex;
    width: calc(250px * 6);
}
.slide {
    height: auto;
    width: 100%;
}
.slide img{
    height: 100px;
    width: 250px;
}
@media(max-width:1370px){
     .continfo{
        width: 80%;
        max-width: 80%;
    }
    .container2{
        width: 80%;
        max-width: 80%;
    }
    .contval{
        width: 80%;
        max-width: 80%;
    }
    .slider{
        width: 80%;
        max-width: 80%;
    }
}
@media(max-width:1024px){
    .continfo{
        width: 100%;
        max-width: 100%;
    }
    .container2{
        width: 100%;
        max-width: 100%;
    }
    .contval{
        width: 87%;
        max-width: 100%;
    }
    .cub img{
        width: 51%;
    }
    .slider{
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width:895px){
    .contval{
        width:82%;
    }
}
@media(max-width:765px){
    #title{
        margin-top: 167px;
    }
    .continfo{
        display: block;
    }
    .textos{
        width: 100%;
        max-width: 100%;
    }
    .imagen3{
        width: 95%;
        max-width: 100%;
    }
    .container2{
        display: block;
    }
    .mision{
        width: 98%;
        max-width: 100%;
        padding: 5px;
        border: 0px;
    }
    .vision{
        width: 97%;
        max-width: 100%;
        padding: 5px;
        border: 0px;
    }
    .mision i, .vision i{
        font-size: 75px;
    }
    .cubval{
        display: block;
    }
    .cub{
        width: 85%;
        max-width: 85%;
    }
    #carruse���{
        width: 98%;
    }
}
@media(max-width:630px){
    .mision,.vision{
        width: 97%;
    }
    .contval{
        width: 79%;
    }
}
@media(max-width:540px){
    .imagen3{
        width: 91%;
    }
    .contval{
        width: 75%;
    }
}
@media(max-width:430px){
    .contval{
        width: 69%;
    }
}
@media(max-width:380px){
    .contval{
        width: 64%;
    }
    .titlnos{
        width: 95%;
        max-width: 95%;
    }
}