body{
    
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    max-width: 1800px;
            font-family: 'Lato', sans-serif;
    -webkit-flex-wrap: wrap;
        padding-bottom: 50px;
}
article{
    
   /*background: rgba(0,0,0,.3);*/
    text-align: justify;
    width: 100%;
    
   /* box-shadow: 0px 2px 2px #ccc;*/
    max-width: 1800px;
    color: #262626;
    
    

}

.espacio{
    background: none;
    width: 300px;
}

    
    


 article p{
    margin:40px 7%;
}


article hr{
    background-color: black;
    height: 5px;
    border: none;
    margin-bottom: 30px;
    margin: 10px 40px;
}

}
*{
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.botonregreso
{
    
    background: rgba(0,0,0,.6);
    color: #fff;
    box-shadow: 0px 2px 2px #777;
    display: inline-block;
    margin: 20px 0px 0px 0px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    

    
}
    

.botonregreso:hover {
    
    background-color: dimgray;
    
}

.main {
	width:100%;
	max-width: 1000px;
	margin: auto;
}
 
.slides {
	width:100%;
}
 
.slides img {
	width:100%;
}
 
.slidesjs-pagination {
    display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    
    display: flex;
    justify-content: center;
	background-color: rgb(40,80,152);
	list-style:none;
	overflow:hidden;
    margin: 0px;
}
 
.slidesjs-pagination li {
	float:left;
    padding: none;
}
 
.slidesjs-pagination li a {
    display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    
	display:flex;
    justify-content: center;
	padding:10px 20px;
	color:#fff;
	text-decoration:none;
}
 
.slidesjs-pagination li a:hover {
	background-color: rgb(50,120,160);
}
 
.slides .active {
	background:#000;
}
 
.slidesjs-navigation{
    display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    
	background-color:rgb(40,80,152);
	color:#fff;
	text-decoration:none;
	display:flex;
	padding:10px 20px;
	float:right;
}

.footer{
    display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    
    height: 40px;
    line-height: 1;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgb(40,80,152);
    border-top: none;
    z-index: 10;
    justify-content: flex-end;

    
}

.privacidad{
    display: flex;
    
    align-items: center;
   
    
}
.footer a{
    color: white;
    text-decoration: none;
    margin-right: 40px;
}


.footer a:hover{
    color: aqua;
}


.contenedor{
    display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    
    background-color:rgb(40,80,152);
    display: flex;
    width: 100%;
    font-family: 'Lato', sans-serif;
    z-index: 899;
    max-height: 60px;
    position: fixed;
    flex-direction: row;
    justify-content: space-between;

}

.menucontainer{
    display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contenedorminilogo{
    display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    
    display: flex;
    font-family: 'Lato', sans-serif;
    z-index: 900;
    justify-content: flex-end;

}


.contenedor p{
    margin-bottom: 60px;
     padding: 5px;
    background-color: rgba(0,0,0,.9);
}

.cuerpo p{
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding: 5px;
    background-color: rgba(0,0,0,.9); 
}
.menu{
    display:block;
     width: 100%;
    background-color: rgb(40,80,152);
    z-index: 899;
    
}

.menu800{
    display:none;
     width: 100%;
    background-color: rgba(0,0,0,.9);
    z-index: 899;
    
}
.menu_bar{
    
    display: none;
    width: 100%;
    background-color: rgba(0,0,0,.9);
  
    
}

h1{
    font-size: 35px;
    text-align: center;
} 

h2{
    text-align: center;
    
}

h3{
    margin-top: 10px;
}

h4{
    font-size: 60px;
    text-align: center;
    margin: 0px 20px 0px 20px;
    
}

h6{
    

    max-width: 500px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding: auto;
}
    

.menu_bar:hover{
    cursor: pointer;
    
}
header {
    width: 100%;
    
}
header nav{
    background: #000;
    width: 90%;
    max-width: 10000px;
    margin: 0px auto;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    
}

header nav ul{
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

article div li{
    list-style: none;
    
}

header nav ul li{
    float: left;
}
header nav ul li span{
    margin-right: 10px;
}
header nav ul li a{
    display: block;
    padding: 20px;
    
    color: #fff;
    text-decoration: none;
    
}

.logomenu{
  padding: 10px 0px 5px 0px;
}

header nav ul li a:hover{
    background-color: rgb(50,120,160);
    margin: center;
}

section {
    padding: 20px;
}
    
    



.menu-fixed{
    position:fixed;
    
    z-index: 900;
    top: 0px;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0,0,0,.5);
    
}

.menu-fixed2{
    position:fixed;
    z-index: 899;
    top: 0px;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0,0,0,.5);
    
}


.menu_bar-fixed{
    position: fixed;
    margin-top: 50px;
    z-index: 900;
    top: 0px;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0,0,0,.5);
}





.menu-fixed ul li a{
    padding: 15px 20px;

}








cuerpo {
    float: right;
max-width: 1000px;
    margin: 0 auto;
}

.logo{
     display: block;
    background-image: url(../imagenes/cabeceralogo.png);
    float: right;
    overflow: auto;
    width: 140px;
    height: 140px;
    
    z-index: 1000;
    color: #fff;
    
}


    
    
    
}

.menudesp-fixed{
    position:fixed;
    width: 50%;
    z-index: 900;
    top: 0px;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0,0,0,.5);
    
}

.botonidioma
{
    
    background: rgba(0,0,0,.9);
    color: #fff;
    box-shadow: 0px 2px 2px #777;
    display: inline-block;
    margin: 20px 0px 0px 0px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    
  
}

section{
    text-align: center;
    margin: 0px;
    padding: 0px;
    
}

video{
    background-color: black;
    
}

/*sociales*/
.social{
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 2000;
}

.social ul{
    list-style: none;
    padding: 0px;
}

.social ul li a{
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 10px 10px;
    text-decoration: none;
    -WEBKIT-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.social ul li .icon-facebook2{
    background: #3b5998;
    
}

.social ul li .icon-youtube{
    background: #ae181f;
    
}

.social ul li .icon-bubble{
    background: dimgray;
    
}

.social ul li a:hover{
    padding: 25px 10px;
    
}

/*////////////////////////////////////////////// /quienes somos?*/

.contenedorq1{
    flex-basis: 100%;
    width: 100%;
    height: auto;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    
}

.contenedorq11{
    flex-basis: 100%;
    width: 100%;
    height: auto;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 40px;
    
}

.contenedorqlogo{
    display:flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    width: 100%;
    height: 500px;
    
    flex-direction:column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-image: url(../imagenes/curiosidad2.jpg);
    background-attachment: fixed;
    background-size:cover;
    color: #fff;
}

.contenedorlogoservicios{
    
        display: flex;
    flex-basis: 100%;
    width: 100%;
    height: 500px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-image: url(../imagenes/serviciosportada.jpg);
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}

.contenedorqlogo1{
    display:flex;
    flex-basis: 100%;
    width: 100%;
    height: 500px;
    
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-image: url(../imagenes/curiosidad3.jpg);
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}


.contenedorqlogo2{
    display:flex;
    flex-basis: 100%;
    width: 100%;
    height: 500px;
    
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-image: url(../imagenes/flores.jpg);
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}

.contenedorq1800{
    width: 100%;
    height: auto;
    display:flex;
    flex-direction: row;
    justify-content: center;
}

.q1-1{
    display:flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    height: auto;
    min-height: 300px;
    
    align-items: flex-start;
    justify-content: center;
    background-color: ;
    margin:0px;
    
}

.q1-1 p{
    
   
}

.q1-2{
    
    display:flex;
    flex-wrap: wrap;
    background-size: contain;
    background-repeat: no-repeat;
    flex-basis: 60%;
    min-height: 300px;
    
    align-items: center;
    justify-content: center;
    
    
}



.q2-1{
    
        background-size: contain;
    background-repeat: no-repeat;
    flex-basis: 60%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.q2-2{
    flex-basis: 100%;
    height: auto;
    min-height: 300px;
    display:flex;
    align-items: flex-start;
    justify-content: center;
    margin:0px;
}
    .contenedorq3{
        display: flex;
        flex-basis: 100%;
    width: 100%;
    height: auto;
    display:flex;
    flex-direction: column;
    justify-content: center;

}

.q3-1{
    flex-basis: 100%;
    height: auto;
    min-height: 300px;
    display:flex;
    align-items: flex-start;
    justify-content: center;
    margin:0px;
    
}

.q3-2{
        background-size: contain;
    background-repeat: no-repeat;
    flex-basis: 60%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.q4-1{
    flex-basis: 100%;
    height: auto;
    min-height: 300px;
    display:flex;
    align-items: flex-start;
    justify-content: center;
    margin:0px;
    
}

.q4-2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    min-height: 350px;
    
}

.q4-3{
    
    flex-basis: 100%;
    height: auto;
    min-height: 300px;
    display:flex;
    align-items: flex-start;
    justify-content: center;
    margin:0px;
    
}

.quienessomos{
    width: 400px;
    height: 400px;
    background-color: aquamarine;
    
    
}

.quienessomos2{
    width: 400px;
    height: 400px;
    background-color: blueviolet;
    
}

/*Servicios*/

.contenedorserv{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.contenedorserv2{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.s1{
    display: flex;
    flex-basis: 100%;
    min-width: 150px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 1px;
    width: 100%;
    text-decoration: none;
    color: black;
    
}

.s1:hover{
    background-image:url(../imagenes/automotive.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: #fff;
    text-shadow: dimgray;
    
    
}


    


.s2{
    display: flex;
    flex-basis: 100%;
    min-width: 150px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 1px;
    width: 100%;
    text-decoration: none;
    color: black;
    
}

.s2:hover{
    background-image:url(../imagenes/beauty.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: #fff;
    text-shadow: dimgray;
    
}

.s3{
    display: flex;
    flex-basis: 100%;
    min-width: 150px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 1px;
    width: 100%;
    text-decoration: none;
    color: black;
    
}

.s3:hover{
    background-image:url(../imagenes/working.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: #fff;
    text-shadow: dimgray;
    
    
}

.s4{
    display: flex;
    flex-basis: 100%;
    min-width: 150px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 1px;
    width: 100%;
    text-decoration: none;
    color: black;
    
}

.s4:hover{
    background-image:url(../imagenes/shopping.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: #fff;
    text-shadow: dimgray;
    
}

.s5{
    display: flex;
    flex-basis: 100%;
    min-width: 150px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 1px;
    width: 100%;
    text-decoration: none;
    color: black;
    
}

.s5:hover{
    background-image:url(../imagenes/entre.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: #fff;
    text-shadow: dimgray;
    
}

.s6{
    display: flex;
    flex-basis: 100%;
    min-width: 150px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 1px;
    width: 100%;
    text-decoration: none;
    color: black;
}

.s6:hover{
    background-image:url(../imagenes/finance.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: #fff;
    text-shadow: dimgray;
    
}

.s7{
    display: flex;
    flex-basis: 100%;
    min-width: 150px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 1px;
    width: 100%;
    text-decoration: none;
    color: black;
}

.s7:hover{
    background-image:url(../imagenes/health.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: #fff;
    text-shadow: dimgray;
    
}

.s8{
    display: flex;
    flex-basis: 100%;
    min-width: 150px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 1px;
    width: 100%;
    text-decoration: none;
    color: black;
}

.s8:hover{
    background-image:url(../imagenes/social.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: #fff;
    text-shadow: dimgray;
    
}

.contenedorser a{
    display: flex;
    flex-basis: 100%;
    min-width: 150px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 1px;
    width: 100%;
    text-decoration: none;
    color: black;
}
/*/////////////////////////////////automotive//////////////////*/

.automotive{
    display: flex;
    margin: 20px;
    justify-content: space-between;
    
}

.auto1{
    display: flex;
    justify-content: space-between;
    
    
}

.auto2{
    display: flex;
}

.a1{
    
}

.a2{
    
}

.a3{
    
}

.a4{
    background-image: url(../imagenes/automotive.jpg);
    background-size: cover;
    min-width: 400px;
    flex-basis: 40%;
}
/*/////////////////////////////////beauty//////////////////*/
.beauty{
    display: flex;
    margin: 20px;
    justify-content: space-between;
    
}

.beauty1{
    display: flex;
    justify-content: space-between;
    
    
}


.b4{
    background-image: url(../imagenes/beauty.jpg);
    background-size: cover;
    min-width: 400px;
    flex-basis: 40%;
}
/*/////////////////////////////////Work//////////////////*/
.work{
    display: flex;
    margin: 20px;
    justify-content: space-between;
    
}

.work1{
    display: flex;
    justify-content: space-between;
    
    
}


.c4{
    background-image: url(../imagenes/working.jpg);
    background-size: cover;
    min-width: 400px;
    flex-basis: 40%;
}

/*/////////////////////////////////consumer//////////////////*/
.consumer{
    display: flex;
    margin: 20px;
    justify-content: space-between;
    
}

.consumer1{
    display: flex;
    justify-content: space-between;
    
    
}


.d4{
    background-image: url(../imagenes/shopping.jpg);
    background-size: cover;
    min-width: 400px;
    flex-basis: 40%;
}

/*/////////////////////////////////entertainment//////////////////*/
.enter{
    display: flex;
    margin: 20px;
    justify-content: space-between;
    
}

.enter1{
    display: flex;
    justify-content: space-between;
    
    
}


.e4{
    background-image: url(../imagenes/entre.jpg);
    background-size: cover;
    min-width: 400px;
    flex-basis: 40%;
}

/*/////////////////////////////////entertainment//////////////////*/
.financial{
    display: flex;
    margin: 20px;
    justify-content: space-between;
    
}

.financial1{
    display: flex;
    justify-content: space-between;
    
    
}


.f4{
    background-image: url(../imagenes/finance.jpg);
    background-size: cover;
    min-width: 400px;
    flex-basis: 40%;
}

/*/////////////////////////////////health//////////////////*/
.health{
    display: flex;
    margin: 20px;
    justify-content: space-between;
    
}

.health1{
    display: flex;
    justify-content: space-between;
    
    
}


.g4{
    background-image: url(../imagenes/health.jpg);
    background-size: cover;
    min-width: 400px;
    flex-basis: 40%;
}

/*/////////////////////////////////social//////////////////*/
.soc{
    display: flex;
    margin: 20px;
    justify-content: space-between;
    
}

.soc1{
    display: flex;
    justify-content: space-between;
    
    
}


.i4{
    background-image: url(../imagenes/social.jpg);
    background-size: cover;
    min-width: 400px;
    flex-basis: 40%;
}
/*
.s3{
    display: flex;
    flex-basis: 100%;
    min-width: 200px;
    background-color: aqua;
    align-items: center;
    justify-content: center;
}

.s4{
    display: flex;
    flex-basis: 100%;
    min-width: 200px;
    background-color: aqua;
    align-items: center;
    justify-content: center;
}

.s5{
    display: flex;
    flex-basis: 100%;
    min-width: 200px;
    background-color: aqua;
    align-items: center;
    justify-content: center;
}

.s6{
    display: flex;
    flex-basis: 100%;
    min-width: 200px;
    background-color: aqua;
    align-items: center;
    justify-content: center;
}

.s7{
   display: flex;
    flex-basis: 100%;
    min-width: 200px;
    background-color: aqua;
    align-items: center;
    justify-content: center;
}

.s8{
   display: flex; 
    flex-basis: 100%;
    min-width: 200px;
    background-color: aqua;
    align-items: center;
    justify-content: center;
    back
}
*/

/*/////////////////////////////////entertainment//////////////////*/

.serv1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.serv1-1{
    display: flex;
    flex-basis: 30%;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-right: 5px;
    margin-left: 5px;
    
    
}

.serv1-2{
    display: flex;
    flex-basis: 30%;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px
    
    
}
.serv1-3{
    display: flex;
    flex-basis: 40%;
    justify-content: center;
    align-content: center;
    align-items: center;
    
    
    
}

.serv0{
        flex-basis: 100%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
   
}

.serv0-1{
    
    flex-basis: 40%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    
}

.serv0-2{
            flex-basis: 60%;
    height: auto;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}

.mapa{
    padding: 20px;
}
 /* excepciones */

@media screen and (max-width:800px ){
   
    h1{
    font-size: 25px;
    text-align: center;
} 

h2{
    text-align: center;
    
}

h3{
    margin-top: 10px;
}

h4{
    font-size: 40px;
    text-align: center;
    margin: 0px 20px 0px 20px;
    
}
    
    header nav {
        
        width: 70%;
        left: -100%;
        margin: 0;
        position: absolute;
    }
    
 
    
    
 
    


  
.contenedorqlogo{
    display:flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    width: 100%;
    height: 300px;

    
    flex-direction:column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-image: url(../imagenes/curiosidad2.jpg);
    background-attachment:fixed;
    background-size: cover;
    color: #fff;
}
    
    .contenedorminilogo{
    display: none;
    
    font-family: 'Lato', sans-serif;
    z-index: 1000;
    justify-content: flex-end;

}
    
    header nav ul li{
        display: block;
        float: none;
        border-bottom:1px solid rgba(255,255,255, .3)
    }
    .menu_bar{
        
        display: block;
        width: 100%;
        background: #ccc;
        
        
        
    }
    
    .menu_bar .bt-menu{
        
        display: block;
        padding: 15px 0px 15px 0px;
        background-color: rgb(40,80,152);
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 20px;
        box-sizing: border-box;
    }
    .menu_bar span{
        
        font-size: 20px;
        margin: 20px;
    }
   
    .menu{
    left: -100%;
        
    }
    .menu800{
        display:block;
        left: -100%;
        
        
    }
    
    .menu-fixed2{
    position:fixed;
    margin-top:50px;
    z-index: 900;
    top: 0px;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0,0,0,.5);
    }
    
    .logo{
     display: none;
    background-image: url(../imagenes/cabeceralogo.png);
    float: left;
    overflow: auto;
    width: 140px;
    height: 140px;
    
    z-index: 1000;
    color: #fff;
    
        
}
    .contenedorq1{
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    
        display: flex;
        flex-direction: column;
        width: 100%;
        -webkit-flex-direction: row;
}
    
    .contenedorq11{
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    
        display: flex;
        flex-direction: column;
        width: 100%;
        -webkit-flex-direction: row;
}

    .contenedorq2{
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    
        display: flex;
        flex-direction: column;
        display: -webkit-box;
        display:-webkit-flex;
        width: 100%;
        -webkit-flex-direction: row;
}
    


    
    .q2-1{
        width: auto;
        min-width: 320px;
        
  
        
    }
    
    .q3-2{
        width: auto;
        min-width: 320px;
        
    }
    
    .contenedorserv{
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    
        display: flex;
        flex-direction: column;
        width:100%;
        -webkit-flex-direction: row;
             
    }
    
    .contenedorserv2{
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    
        display: flex;
        flex-direction: column;
        width:100%;
        -webkit-flex-direction: row;
    }
    
    .contenedorserv3{
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    
        display: flex;
        flex-direction: column;
        width:100%;
        align-content: center;
        justify-content: center;
        -webkit-flex-direction: row;
    }
    .contenedorserv4{
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    
        display: flex;
        flex-direction: column;
        width:100%;
        align-content: center;
        justify-content: center;
        -webkit-flex-direction: row;
    }
    .auto1{
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    
        display: flex;
        flex-direction: ;
        -webkit-flex-direction: row;
    }
    
    .a4{
        display: none;
    }
    
    .serv5{
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    
    flex-basis: 100%;
    width: 100%;
    height: auto;
    display:flex;
    flex-direction: column;
    justify-content: center;
        -webkit-flex-direction: row;
        
    }
    
    .contenedorserv5{
    flex-basis: 100%;
    width: 60%;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-right: 5%;
    margin-left: 15%;
}
    .contenedorserv6{
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    
        display:flex;
        -webkit-flex-direction: row;
    }
    .serv1{
    flex-direction: column;
        -webkit-flex-direction: row;
}
    .serv0{
        flex-direction: column;
        -webkit-flex-direction: row;
    }

}