body {
  background: linear-gradient(rgba(84,93,220,.9), rgba(96,171,245,.9));
margin: 0;
  font-family: 'Open Sans', sans-serif;
}


header .contenedor {
  display: flex;
  justify-content: space-between;
}


header ul {
  display: flex;
}

header ul li {
  list-style: none;
  margin-right: 15px;
}

a {
  text-decoration: none;
}

.contenedor {
  max-width: 1280px;
  width: 90%;
  margin: auto;
}

header {
  background: linear-gradient(rgba(84,93,220,.9), rgba(96,171,245,.9)), url(../imagenes/LogoSOSInformatique.png);
  height: 100vh;
  background-size: cover;
}

#contenedor-titulo-flex {
  display: flex;
  justify-content: center;
  margin: 4vh 0;
  width: 100%;
}

h1 {
  font-size: 60px;
  color: #fff;
  margin: 0;
}

h2 {
  font-size: 25px;
  color: #fff;
}

.contenedor-titulo {
  text-align: center;
}

.contenedor-titulo a, #SOSInformatique a, #Servicios a, #que-esperas a, #contacto input[type="submit"] {
  font-size: 14px;
  color: #fff;
  background: #5cb8ff;
  padding: 14px 24px;
  width: 128px;
  display: inline-block;
}

p.logo {
  color: #fff;
  font-size: 20px;
}

nav ul li a {
  color: #fff;
}



/* SECCION DE Sobre SOSInformatique */

h3 {
  text-align: center;
  font-size: 55px;
  font-weight: normal;
}

#SOSInformatique .contenedor-SobreSOSInformatique {
  display: flex;
  justify-content: space-around;
}

#SOSInformatique .texto {
  width: 42%;
}

/* SECCION Nosotros */

.contenedor-Nosotros {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  color: #fff;
}


/* SECCION ESTUDIO CONTABLE */
.estudio-contable {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #1F9FF3
}



.servicio {
  width: 24%;
  padding: 34px 30px 28px 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
}

.servicio h4 {
  font-size: 30px;
  margin: 0;
}

.servicio p {
  margin-bottom: 18px;
  height: 30px;
}

.contenedor-Nosotros .violeta {
    background: linear-gradient(to top, #5055df, #6d68f3);
    box-shadow: 0 12px 30px 0 rgba(80, 85, 223, .37);
}
.contenedor-Nosotros .celeste {
    background: linear-gradient(to top, #40a8f9, #5cb8ff);
    box-shadow: 0 12px 30px 0 rgba(86, 163, 222, .3);
}

.ondas {
  position: absolute;
  left: 0;
  bottom: 0;
}

.icono {
  float: right;
}

/* SECCION Nuestros Trabajos */

button.owl-prev, button.owl-next {
    font-size: 40px !important;
}

span {
    color: #71bcfa;
}

#Nuestros-trabajos p {
  text-align: center;
color: #000;
}

/* SECCION POR QUE TRABAJAR CONMIGO */

.contenedor-trabajar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#Asesoramiento-a-pymes .item {
  width: 28%;
  text-align: center;
}

#Asesoramiento-a-pymes ul li {
  list-style: none;
}

#Asesoramiento-a-pymes ul li:nth-child(2) {
  font-weight: bold;
  font-size: 19px;
  margin-top: 5px;
  margin-bottom: 20px;
}

#Asesoramiento-a-pymes ul li:nth-child(3) {
  line-height: 31px;
}

/* SECCION Servicios */

#Servicios {
  background: #F9FAFC;
}

#Servicios .contenedor-publicaciones {
  display: flex;
  justify-content: space-around;
}

#Servicios .publicacion {
  width: 30%;
  box-shadow: 1px 1px 14px #ccc;
}

#Servicios img {
    width: 100%;
}

#Servicios .contenido {
  background: #fff;
  padding: 20px;
}

#Servicios h4 {
  font-size: 23px;
  margin: 0;
  margin-bottom: 15px;
}

#Servicios p {
  color: #5A6169;
  line-height: 24px;
  font-size: 16px;
}

#Servicios a {
  width: 87px;
}

/* SECCION QUE ESPERAS */

#que-esperas {
  background: linear-gradient(rgba(84,93,220,.94), rgba(96,171,245,.9));
  text-align: center;
  padding: 50px 0;
  margin-top: 40px;
}

#que-esperas h3 {
  font-size: 23px;
  color: #fff;
}

/* SECCION CONTACTO */

#contacto form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 77%;
  margin: auto;
}

input[type="text"], input[type="email"] {
  width: 49%;
  margin-bottom: 15px;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid #5cb8ff;
  font-size: 17px;
}

textarea {
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid #5cb8ff;
  font-size: 17px;
  margin-bottom: 40px;
  width: 100%;
}

#contacto input[type="submit"] {
  width: 166px;
  margin: auto;
}

.contacto-info {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}

.contacto-info img {
  width: 28px;
  vertical-align: middle;
  margin-right: 10px;
}

footer {
  background: #2F2F2F;
  padding: 40px 0;
  text-align: center;
  margin-top: 40px;
}

footer .contenedor {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: justify;
}

footer img {
  margin: 0 40px;
  transform: rotate(0);
  transition: 0.4s;
}

footer img:hover {
  transform: rotate(360deg);
  transition: 0.4s;
}

footer p {
  color: #fff;
  margin-top: 40px;
}

#whatsapp {
  position: fixed;
  top: 80%;
  right: 1%;
}

html {
  scroll-behavior: smooth;
}

#Nuestros-trabajos, #SOSInformatique, #Asesoramiento-a-pymes, #Servicios, #contacto {
  padding: 90px 0;
}

#Nosotros {
  padding: 70px 0;
}

.menu-icon {
  display: none;
}

@media (max-width: 800px) {

.menu-icon {
  display: block;
float: right;
width: 40px;
height: 35px;
margin-top: 15px;
}

header nav {
  position: absolute;
  top: 83px;
  left: 0;
  height: 268px;
  background: #5cb8ff;
  width: 100%;
  display: none;
}

header nav ul {
  flex-direction: column;
}

header nav ul li {
  margin-bottom: 15px;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 19px;
}

#SOSInformatique .contenedor-SobreSOSInformatique {
    flex-direction: column;
}

#SOSInformatique img {
  width: 100%;
}

#SOSInformatique .texto {
    width: 100%;
}

.contenedor-Nosotros {
    flex-direction: column;
}

.servicio {
  width: 82%;
  padding: 34px 30px 69px 30px;
}

.icono {
    margin-top: 23px;
}

h3 {
  font-size: 43px;
}

.contenedor-trabajar {
    flex-direction: column;
}

#Asesoramiento-a-pymes .item {
    width: 100%;
}

.item ul {
    padding: 0;
}

#Servicios .contenedor-publicaciones {
    flex-direction: column;
}

#Servicios .publicacion {
    width: 100%;
    margin-bottom: 40px;
}

#contacto form {
    width: 100%;
    flex-direction: column;
}

input[type="text"], input[type="email"] {
    width: 100%;
}

footer img {
    margin: 0 24px;
}

}

@media (min-width: 600px) and (max-width:800px) {
  header {
    height: 70vh;
  }

  .servicio {
    width: 57%;
    padding: 34px 30px 69px 30px;
    margin: auto;
    margin-bottom: 45px;
}

#Servicios .publicacion {
    width: 71%;
    margin: auto;
    margin-bottom: 40px;
}

}
