@import url('https://fonts.cdnfonts.com/css/made-outer-sans-alt');

/* FUENTES */
.MADE-Outer-Sans-Alt {
  font-family: 'MADE Outer Sans Alt', sans-serif;
}

.MADE-Outer-Sans {
  font-family: 'MADE Outer Sans', sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  --color1: #FFF;
  --color2: #000;
  --color3: #1c5ea0;
  --color4: #a3bed8;
  --color5: #58595b;
}

.container {
  width: 100%;
}

.section {
  width: 100%;
  display: flex;
}

/* TITULOS */
.tit {
  font-size: 25px;
  font-family: 'MADE Outer Sans Alt';
  text-align: center;
  color: var(--color5);
}

.tit img {
  width: 30px;
  margin-bottom: -10px;
}

.subtit {
  font-size: 18px;
  font-family: 'MADE Outer Sans Alt';
  text-align: center;
  color: var(--color2);
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* MENU */
header {
  width: 100%;
}

.scroll:active {
  background-color: var(--color2);
  color: var(--color4);
}

#logo {
  width: 220px;
  height: auto;
  margin-left: 20px;
}

nav {
  width: 100%;
  height: 80px;
  background-color: var(--color1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 999;
  top: 0;
}

nav ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav li {
  height: 80px;
}

nav a {
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: black;
  font-size: 13px;
  font-family: 'MADE Outer Sans';
  font-weight: lighter;
}

nav a:hover,
nav a.active {
  background-color: var(--color2);
  color: var(--color4);
}

nav li:first-child {
  margin-right: auto;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 250px;
  width: 250px;
  background-color: var(--color3);
  list-style: none;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 999;
}

.sidebar li {
  width: 100%;
}

.sidebar a {
  width: 100%;
}

.menu-button {
  display: none;
}

/* SLIDES */
#slider {
  padding-top: 80px;
  width: 100%;
  position: relative;
}

.slideshow-container {
  overflow: hidden;
}

.slideshow-container ul {
  display: flex;
  padding: 0;
  width: 400%;
  animation: slide 15s infinite alternate ease-in-out;
}

.slideshow-container li {
  width: 100%;
  list-style: none;
}

.slideshow-container img {
  width: 100%;
}

@keyframes slide {
  0% {
    margin-left: 0;
  }

  20% {
    margin-left: 0;
  }

  25% {
    margin-left: -100%;
  }

  45% {
    margin-left: -100%;
  }

  50% {
    margin-left: -200%;
  }

  70% {
    margin-left: -200%;
  }

  75% {
    margin-left: -300%;
  }

  100% {
    margin-left: -300%;
  }
}

/* ABOUT */
#about {
  padding: 60px 80px;
}

.about-col-img {
  float: left;
  width: 50%;
}

.about-col-img img {
  width: 675px;
  float: right;
}

.about-col-tex {
  float: right;
  width: 50%;
}

.about-tex1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 31px 15px 25px;
}

.about-tex2 {
  background-color: var(--color2);
  font-family: 'MADE Outer Sans';
  font-size: 28px;
  color: var(--color3);
  padding: 25px 15px 26px;
}

.about-tex2 p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--color1);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.slogan {
  font-family: 'MADE Outer Sans';
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: var(--color3);
  padding: 30px 0;
}

.cua-col {
  float: left;
  width: 25%;
  padding: 20px;
}

.cua-foto {
  margin: 0;
}

.cua-foto img {
  width: 100%;
}

.linea {
  background-color: var(--color5);
  height: 15px;
  margin: 0;
}

.cua-tex {
  background-color: var(--color4);
  height: 90px;
  padding: 10px;
}

.cua-tex p {
  font-family: 'MADE Outer Sans';
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
  color: var(--color2);
}

.cua-logo {
  background-color: var(--color4);
  height: 35px;
}

.cua-logo img {
  width: 25px;
  float: right;
  margin-right: 10px;
}

/* BUSINESS */
#business {
  background-color: var(--color4);
  padding: 60px 80px;
}

.business-col {
  float: left;
  width: 50%;
  padding: 20px;
}

.tit-business {
  display: grid;
  grid-template-rows: repeat(1, 100px);
  grid-gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: 300px 100px;
  float: right
}

.tit-business>div {
  padding: 20px;
  color: var(--color3);
  font-family: 'MADE Outer Sans';
  font-weight: bold;
  font-size: 30px;
}

.tit-business img {
  width: 80px;
}

.tit-business h2 {
  font-family: 'MADE Outer Sans';
  font-weight: bold;
  font-size: 30px;
  text-align: right;
  color: var(--color3);
  padding: 42px 15px;
}

.business-tex {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 0 15px;
}

.business-foto {
  float: left;
  margin-bottom: 30px;
  width: 50%;
}

.business-foto img {
  width: 100%;
}

.business-foto h1 {
  font-family: 'MADE Outer Sans';
  font-weight: normal;
  font-size: 20px;
  text-align: left;
  color: var(--color2);
  padding: 30px 30px;
}

/* MARKET */
#market {
  background-color: var(--color2);
  padding: 60px 0;
}

.tab-container {
  font-family: 'MADE Outer Sans';
  width: 90%;
  font-size: 16px;
  position: relative;
  transform: translate(-50%, -50%);
  margin-top: 300px;
  margin-bottom: -200px;
  left: 50%;
  display: grid;
  grid-template-columns: 2fr 9fr;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.tabs {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: var(--color4);
}

h3 {
  height: 33.33%;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: #000 1px solid;
}

.tab-content {
  background-color: #FFF;
}

.tab-content div {
  display: none;
}

.tab-content .active {
  display: block;
}

.tabs .active {
  background-color: var(--color3);
  color: var(--color1);
}

.tab-content img {
  width: 100%;
}

.tex-market {
  padding: 0 60px;
  background-color: var(--color2);
}

.tex-market h1 {
  padding: 10px 20px;
  font-family: 'MADE Outer Sans';
  font-size: 34px;
  color: var(--color4);
  line-height: 18px;
  letter-spacing: 1px;
}

.tex-market p {
  padding: 20px 20px;
  font-family: 'MADE Outer Sans';
  font-weight: lighter;
  font-size: 18px;
  color: var(--color1);
}

.col-flecha-der {
  float: left;
  width: 20%;
  padding: 10px 50px;
}

.col-flecha-der img {
  width: 211px;
}

.col-flecha-izq {
  float: left;
  width: 20%;
  padding: 10px 50px;
}

.col-flecha-izq img {
  width: 211px;
}

/* CONTACT */
#contact {
  background-color: var(--color3);
  padding: 60px 80px;
  height: 700px;
}

.contact-col {
  margin-top: 20px;
  float: left;
  width: 50%;
  padding: 20px;
}

.contact-form input[type="name"],
.contact-form input[type="email"],
.contact-form input[type="subject"],
.contact-form textarea,
.contact-form button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

.contact-form {
  padding: 25px;
  margin: 0;
}

.contact-form h4 {
  font-family: 'MADE Outer Sans';
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  color: var(--color1);
  margin: 5px 0 15px;
  display: block;
  font-weight: 400;
}

label {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

.contact-form input[type="name"],
.contact-form input[type="email"],
.contact-form input[type="subject"],
.contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  background: transparent;
  margin: 0 0 5px;
  padding: 10px;
  color: var(--color1);
}

.contact-form input[type="name"]:hover,
.contact-form input[type="email"]:hover,
.contact-form input[type="subject"]:hover,
.contact-form textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border-bottom: 1px solid #ffffff;
}

.contact-form textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
  color: var(--color1);
}

.contact-form button[type="submit"] {
  cursor: pointer;
  width: 50%;
  border: none;
  background: var(--color2);
  color: #FFF;
  margin: 0 0 5px;
  padding: 20px;
  font-family: 'MADE Outer Sans';
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  float: right;
}

.contact-form button[type="submit"]:hover {
  background: var(--color4);
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  color: var(--color2);
}

.contact-form button[type="submit"]:active {
  border-bottom: solid;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 0;
  border-bottom: 1px solid #fff;
}

::-webkit-input-placeholder {
  color: #ffffff7e;
}

:-moz-placeholder {
  color: #ffffff7e;
}

::-moz-placeholder {
  color: #ffffff7e;
}

:-ms-input-placeholder {
  color: #ffffff7e;
}

.contact-info {
  padding: 30px;
}

.wrapper {
  display: grid;
  grid-template-rows: repeat(4, 75px);
  grid-gap: 5px;
  grid-auto-flow: column;
  grid-auto-columns: 50px 500px;
}

.wrapper>div {
  padding: 5px 0;
  font-family: 'MADE Outer Sans';
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  color: var(--color1);
}

.wrapper i {
  color: var(--color4);
}

.wrapper a {
  color: var(--color1);
  text-decoration: none;
}

.wrapper a:hover {
  color: var(--color4);
}

/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 10px 6px;
  padding-left: 16px;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27, 27, 27);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: var(--color4);
}

.social-media-list li:hover:after {
  opacity: 1;
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

.social-media-list li:hover a {
  color: #000;
}

.copyright {
  width: 100%;
  height: 40px;
  background-color: var(--color5);
}

.text-copy {
text-align: center;
}

.text-copy p {
 font-family: 'MADE Outer Sans';
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--color1);
  padding-top: 10px;
}