* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  font-family:  sans-serif;
  
}
a {
  text-decoration: none;
}
.contenedor {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}
.header .encabezado {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 200px;
  position: fixed;
  background-color: white;
}
.header .encabezado .logo img {
  width: 150px;
}
.header .encabezado .menu .men {
  width: 700px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
}
.header .encabezado .menu .men a {
  color: black;
}
.header .encabezado .menu .men a:hover {
  color: #4d60a5;
}
.header .encabezado .comunicate {
  background-color: #ffdd00;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
}
.header .encabezado .comunicate:hover {
  background-color: rgba(255, 221, 0, 0.5);
}
.header .encabezado .comunicate a {
  color: black;
}
.header .movil {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.header .movil .burger-menu {
  color: #fff;
  font-size: 35px;
}
.header .movil .slideMenu {
  position: fixed;
  top: 180px;
  left: 74%;
  text-align: center;
  padding: 20px;
  width: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: row;
  scolor: white;
}
.header .movil .slideMenu.active {
  left: 96%;
}
.header .movil .slideMenu .burger-menu {
  display: flex;
}
.header .movil .slideMenu .burger-menu i {
  background: linear-gradient(to right, #ffdd00, #ffffff);
  padding: 15px;
}
.header .movil .slideMenu .burger-menu a {
  background-color: #ffdd00;
  padding: 15px;
}
.main {
  text-align: center;
  padding-top: 200px;
}
.main .adquirirsoat {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.main .adquirirsoat .burger-menu {
  color: #fff;
  font-size: 35px;
}
.main .adquirirsoat .slideMenu {
  position: fixed;
  top: 200px;
  right: 10px;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: row;
  scolor: white;
}
.main .adquirirsoat .slideMenu.active {
  left: 100%;
}
.main .adquirirsoat .slideMenu .burger-menu {
  display: flex;
}
.main .adquirirsoat .slideMenu .burger-menu i {
  background: linear-gradient(to right, #ffdd00, #ffffff);
  padding: 15px;
}
.main .adquirirsoat .slideMenu .burger-menu a {
  background-color: #ffdd00;
  padding: 15px;
}
.main img {
  width: 800px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.main .titulo {
  background-color: #4d60a5;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .titulo h2 {
  color: #ffdd00;
  font-size: 50px;
  padding-bottom: 50px;
}
.main .titulo h3 {
  font-size: 30px;
  color: white;
}
.main .titulo2 {
  background-color: #4d60a5;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .titulo2 h3 {
  font-size: 30px;
  color: #ffdd00;
}
.main .titulo3 {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .titulo3 h3 {
  font-size: 30px;
  color: #4d60a5;
}
.arriba {
  background-color: rgba(77, 96, 165, 0.9);
}
.arriba .contenedor {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 50px 0;
}
.arriba .contenedor .col {
  width: 300px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: white;
  text-align: justify;
}
.arriba .contenedor .col .redes {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.arriba .contenedor .col .redes i {
  font-size: 80px;
  color: white;
}
.abajo {
  text-align: center;
  height: 200px;
  background-color: #4d60a5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: white;
}
.header .movil {
  display: none;
}
@media all and (max-width: 1080px) {
  .header .encabezado {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    display: none;
  }
  .header .encabezado a {
    padding: 20px;
  }
  .header .encabezado .menu {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
  }
  .header {
    z-index: 99;
    position: fixed;
    width: 100%;
  }
  .header .movil {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: white;
  }
  .header .movil .logo {
    width: 80%;
    height: 100px;
    display: flex;
    align-items: center;
  }
  .header .movil .logo img {
    width: 100px;
  }
  .header .movil .burger-menu {
    color: #4d60a5;
    font-size: 35px;
  }
  .header .movil .slideMenu {
    position: absolute;
    top: 100px;
    left: -100%;
    background: #4d60a5;
    text-align: center;
    padding: 20px;
    width: 100%;
    transition: all 0.3s ease;
  }
  .header .movil .slideMenu nav {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .header .movil .slideMenu nav a {
    display: block;
    padding: 10px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .movil .slideMenu.active {
    left: 0;
  }
  .main {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .adquirirsoat {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    justify-content: right;
  }
  .main .adquirirsoat .burger-menu {
    color: #fff;
    font-size: 16px;
  }
  .main .adquirirsoat .slideMenu {
    position: fixed;
    top: 100px;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    color: white;
  }
  .main .adquirirsoat .slideMenu.active {
    left: 100%;
  }
  .main .adquirirsoat .slideMenu .burger-menu {
    display: flex;
    justify-content: right;
  }
  .main .adquirirsoat .slideMenu .burger-menu a {
    background-color: #ffdd00;
    padding: 15px;
  }
  .main img {
    width: 90%;
  }
  .main .titulo {
    width: 100%;
  }
  .main .titulo2 {
    width: 100%;
    height: 150px;
  }
}
