/* Theme: GTAM */

* {
  font-family: "Montserrat", sans-serif;
}

.info-div {
  background-color: #333 !important;
  font-size: small;
}

header {
  width: 100%;
  position: fixed;
  z-index: 9999;
}

.info-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 60px;
  height: auto;
  flex-wrap: wrap;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
}
.info-header a {
  color: #fff;
  text-decoration: none;
}
.info-header a:hover {
  color: #fff;
}

@media (max-width: 900px) {
  .info-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.info-header .fas {
  color: #d43c55 !important;
  margin: 0;
  padding: 0;
}
.info-header .fab {
  color: #d43c55 !important;
  margin: 0;
  padding: 0;
}

.info-header p {
  margin: 0;
  padding: 0;
}

.main-menu {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.main-menu .nav-item .nav-link:hover {
  color: #d43c55 !important;
}

.main .nav-item a:hover {
  color: #d43c55 !important;
  background-color: #d43c55;
}

.active a {
  color: #d43c55 !important;
}

.active a:after {
  content: "";
  height: 1px;
  background: black;
  display: block;
}

.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  color: #fff;
}

.btn-hero {
  background-color: #fff !important;
  color: #d43c55 !important;
  transition: 0.2s;
}

.btn-hero:hover {
  background-color: #d43c55 !important;
  color: #fff !important;
}

.btn-hero:hover i {
  margin-left: 10px;
}

/* Main */

.main {
  margin-top: -50px;
}

.main-box {
  height: auto;
  min-height: 150px;
  background-color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-box a {
  color: #333 !important;
}

.main-box i {
  transition: 0.2s;
  color: #d43c55;
}

.main-box a:hover {
  text-decoration: none;
}

.main-box a:hover i {
  margin-left: 10px;
  text-decoration: none;
}

.main-box div {
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-box p {
  padding: 15px;
}

.black {
  background-color: #333;
  color: #fff;
}

.black a {
  color: #fff !important;
}

.black i {
  color: #d82a47;
}

.red {
  background-color: #d82a47 !important;
  color: #fff;
}
.red a {
  color: #fff !important;
}
.red i {
  color: #fff !important;
}

.grey {
  background-color: #dadada !important;
}

/*NEWS*/

.news {
  padding-top: 100px;
  padding-bottom: 100px;
}

.news h2:after {
  content: "";
  width: 30px;
  height: 3px;
  background: #d43c55;
  display: block;
}

.news a {
  color: #000 !important;
}

.news i {
  transition: 0.2s;
  color: #d43c55;
}

.news a:hover i {
  margin-left: 10px;
}
.news a:hover {
  text-decoration: none;
}

/*divider*/

.divider {
  width: 100%;
  height: auto;
  background-color: #333;
  color: #fff;
}

.divider-box {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.divider-big {
  font-size: 20px;
  font-weight: bold;
}

/*footer*/

footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.social-media i {
  font-size: 30px;
}

.btn-footer {
  background-color: #333 !important;
  color: #fff !important;
}

footer a {
  color: #333 !important;
}

footer h5 {
  font-weight: bold;
}

footer h5:after {
  content: "";
  width: 30px;
  height: 3px;
  background: #d43c55;
  display: block;
}

/* empresa */

.page-title {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}

.main-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-section h1:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #d43c55;
  display: block;
}

/* productos */

.product-category-box {
  background-color: #333;
  color: #fff;
  width: 100%;
  height: 200px;
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-related ul {
  margin: 0;
  padding: 0;
  background-color: #dadada;
  display: flex;
  flex-direction: column;
  list-style: none;
  border-left: 10px solid #333;
}

.products-related ul li {
  text-align: center;
  list-style: none;
  padding: 15px;
  display: list-item;
  border-bottom: 3px solid #333;
}

.products-related ul li a {
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.products-related ul li:hover {
  background-color: #333;
  color: #fff !important;
  border-bottom: 3px solid #d82a47 !important;
}

.products-related ul li:hover a {
  background-color: #333;
  color: #fff;
}

.product-active {
  background-color: #333;
  color: #fff !important;
  border-bottom: 3px solid #d82a47 !important;
}

.product-active a {
  color: #fff !important;
}

.product-info h2:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #d43c55;
  display: block;
}

.product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-featured-image {
  width: 250px;
  border-radius: 5px;
}

.product-description {
  margin-left: 15px;
}

.product-use-case {
  margin-top: 15px;
}

/* contact */

.contact-section i {
  margin-top: 5px;
  font-size: 40px;
  margin-right: 15px;
}

.contact-section textarea {
  min-height: 300px;
}

.contact-section span {
  font-weight: bold;
  font-size: 1.15rem;
}

.contact-item-info {
  height: 80px;
  display: flex;
  flex-direction: column;
}

/* footer */

@media (max-width: 900px) {
  .box-footer {
    margin-top: 50px;
  }
}
