    *{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}
#servicios .contenedor{
    /*Las imagenes estaran en una sola linea*/
    display: flex;
    justify-content: center;
    /*Para que los elementos que no caben los desplace hacia abajo*/
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
}
div .image{
    margin: 0;
    padding: 0;
}
div .optimage{
    margin: 0;
    padding: 0;
}
#pservicios h2{
    text-align: center;
}
#servicios article{
    /*Separacion de articulos de 15px*/
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

#descripcion-servicio .tabcontent{
    display:none;
    width: 100%;
    justify-content: center;
    max-width: 1400px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

#descripcion-servicio .lista{
    list-style-type: disc;
    margin-left: 30px;
}

#descripcion-servicio li{
    margin-top: 5px;
    margin-bottom: 5px;
}

#servicios img{
    width: 200px;
}

.contenedor .optimage:hover{
    opacity: 0.7;
    transition: 0.5 ease;
}

.contenedor .image img:hover{
    opacity: 0.7;
    transition: 0.5 ease;
}

@media screen and (max-width: 1791px){   
    #servicios img{
        width: 145px;
    }
    #descripcion-servicio .tabcontent{
        margin-right: 30px;
        margin-left: 30px;
        width: auto;
    }
}
@media screen and (max-width: 1401px){
    #servicios img{
        width: 110px;
    }
    #descripcion-servicio .tabcontent{
        margin-right: 60px;
        margin-left: 60px;
        width: auto;
    }
}
@media screen and (max-width: 1120px){
    #servicios img{
        width: 220px;
    }
    #descripcion-servicio .tabcontent{
        margin-right: 60px;
        margin-left: 60px;
        width: auto;
        text-align: inherit;
    }
}
@media screen and (max-width: 510px){
    #servicios img{
        width: 100%;
        max-width: 400px;
    }
}
