* {
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar {
  width: 15px;
  height: 18px;
  background-color: #222222;
}

::-webkit-scrollbar-track-piece {
  background-color: #aabbcc;
}

::-webkit-scrollbar-thumb:vertical {
  height: 20px;
  background-color: #636363;
  border-radius: 15px;
}

body {
  background: #26272d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #26272d 0%, #26272d 50%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #26272d 0%, #26272d 50%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #26272d 0%, #26272d 50%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26272d', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  font-family: 'Roboto', sans-serif;
}

.megusta {
  position: fixed;
  top: 30px;
  left: 30px;
}

header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1;
}

header div {
  width: 1170px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

header h1 {
  margin-top: 10px;
  text-indent: -5000px;
  width: 226px;
  height: 64px;
  background-image: url("../images/logo.jpg");
  display: inline-block;
}

button {
  background-color: #3e3fac;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 10px;
  font-size: 16px;
}

.datos {
  height: 60px;
  display: flex;
  justify-content: flex-end;
  flex-direction: space-around;
  align-items: center;
}

.datos span {
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}

.container-fluid {
  width: 100%;
}

.container-fluid.slider {
  height: 580px;
  background-image: url("../images/aluminio.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

.container-fluid.publicidad {
  height: 603px;
}

.flex-1 {
  width: 49%;
}

.flex-2 {
  width: 35%;
  margin-right: 40px;
  margin-top: 100px;
}

.flex-3 {
  width: 50%;
  margin-top: 20px;
}

.flex-4 {
  width: 50%;
  margin-top: 20px;
  height: 500px;
}

.flex-barra {
  background-color: #16171d;
  background-image: url("../images/background_ciudad.jpg");
  height: 159px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 5px solid #0074e6;
  border-bottom: 5px solid #000;
}

.container-fluid.flex-barra .item-1 {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  width: 70%;
  display: flex;
  align-items: center;
}

.container-fluid.flex-barra .item-2 {
  width: 30%;
  display: flex;
  align-items: center;
  background-color: inherit;
}

.item-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  padding: 20px;
}

.item-2 h2, .item-2 p {
  width: 100%;
  margin: 5px auto;
  font-size: 16px;
  color: #26272d;
}

.item-2 form {
  width: 100%;
}

.item-2 input:nth-of-type(1), .item-2 input:nth-of-type(2) {
  padding: 9px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #ddd;
}

.item-2 input:nth-of-type(1) {
  margin-right: 5px;
}

.item-2 input[name="mensaje"] {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 9px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ddd;
  color: #777;
}

.item-2 input[name="enviar"] {
  padding: 12px;
  color: #fff;
  box-sizing: border-box;
  width: 150px;
  margin-top: 10px;
  border: 0;
  cursor: pointer;
  background-color: #3e3fac;
  border-color: #3e3fac;
}

.flex-1 h2 {
  padding-top: 150px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.flex-1 p {
  padding-top: 0px;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}

.google-maps {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a.btn-info {
  border: 1px solid #fff;
  padding: 12px;
  color: #fff;
  text-decoration: none;
}

a:hover.btn-info {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 12px;
  color: #222;
  text-decoration: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("http://www.lvgseguros.com.ar/fonts/icomoon.eot?9fg222");
  src: url("http://www.lvgseguros.com.ar/fonts/icomoon.eot?9fg222#iefix") format("embedded-opentype"), url("http://www.lvgseguros.com.ar/fonts/icomoon.ttf?9fg222") format("truetype"), url("http://www.lvgseguros.com.ar/fonts/icomoon.woff?9fg222") format("woff"), url("http://www.lvgseguros.com.ar/fonts/icomoon.svg?9fg222#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bubbles2:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e903";
}

.icon-youtube:before {
  content: "\e904";
}

.social {
  padding: 0 !important;
  margin: 0 !important;
  position: fixed;
  left: 0;
  top: 100px;
  vertical-align: middle;
  z-index: 3;
  font-size: 18px;
}

.social ul {
  list-style: none;
}

.social ul li a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #000;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social ul li .icon-facebook {
  background: #3b5998;
}

.social ul li .icon-twitter {
  background: #00abf0;
}

.social ul li .icon-youtube {
  background: #f20000;
}

.social ul li .icon-instagram {
  background: #895a4d;
}

.social ul li .icon-bubbles2 {
  background: #08c3ab;
}

.social ul li a:hover {
  background: #000;
  width: 80px;
}

.newsletter {
  width: 100%;
  position: absolute;
  margin-top: -50px;
  margin-bottom: 0px;
  background-color: #000;
  border-top: 5px solid #636363;
}

.copy p {
  padding-top: 10px;
  text-align: center;
  color: #ccc;
  margin: auto;
}

@media all and (max-width: 736px) {
  .megusta {
    display: none;
  }
  .social {
    display: none;
  }
  .container-fluid.slider {
    height: 1000px;
    background-color: #fff;
  }
  .container-fluid.publicidad {
    height: 423px;
  }
  .flex-1 {
    width: 85%;
    padding: 20px;
  }
  .flex-1 h2 {
    padding-top: 100px;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
  }
  .flex-2 {
    width: 100%;
    margin-top: 0px;
  }
  .flex-3 {
    width: 100%;
    height: 500px;
    margin-top: 20px;
    display: none;
  }
  .flex-4 {
    width: 100%;
    height: 420px;
    margin-top: 0px;
  }
  .item-2 {
    width: 89%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    padding: 20px;
  }
  .container-fluid.flex-barra {
    display: none;
  }
  .flex-1 h2 {
    padding-top: 100px;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
  }
  .container-fluid.newsletter {
    display: none;
  }
  .datos {
    height: 60px;
    display: flex;
    background-color: #3e3fac;
    width: 350px;
    justify-content: flex-end;
    flex-direction: space-around;
    align-items: center;
  }
  .datos span {
    display: none;
  }
  header div {
    width: 360px;
  }
  header div h1 {
    width: 174px;
  }
  .datos {
    height: 60px;
    display: flex;
    background-color: #3e3fac;
    width: 120px;
    justify-content: flex-end;
    flex-direction: space-around;
    align-items: center;
  }
}

@media all and (min-width: 768px) and (orientation: portrait) {
  .container {
    width: 100%;
    display: flex;
  }
  .container-fluid.slider {
    height: auto;
    padding-bottom: 20px;
  }
  .flex-1 {
    width: 90%;
    margin-left: 54px;
    padding: 30px;
  }
  .flex-1 h2 {
    padding-top: 100px;
  }
  .flex-1 h2 strong {
    font-size: 34px;
    text-transform: uppercase;
  }
  .flex-2 {
    width: 90%;
    margin-top: 140px;
  }
  .flex-4 {
    display: none;
  }
  .megusta {
    display: none;
  }
  .container-fluid.flex-barra .item-1 {
    padding: 20px;
  }
  header div {
    width: 768px;
  }
  header h1 {
    width: 253px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .container {
    width: 870px;
    margin: auto;
    display: flex;
  }
  .flex-1 {
    width: 59%;
  }
  .flex-1 h2 strong {
    font-size: 47px;
    text-transform: uppercase;
  }
  .flex-4 {
    display: block;
  }
  .flex-4 {
    width: 40%;
  }
  .megusta {
    position: fixed;
    top: 30px;
    left: 208px;
  }
  .flex-3 {
    width: 60% !important;
  }
  .megusta {
    display: none;
  }
  header div {
    width: 870px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
}

@media all and (min-width: 1025px) {
  .container {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    z-index: 0;
  }
  header div {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .flex-1 h2 strong {
    font-size: 60px;
    text-transform: uppercase;
  }
}
