/*
Theme Name: Viamerica
Theme URI: http://www.viamerica.com.pe/
Description: Diseño exclusivo para Viamerica
Version: 1.1
Author: Ayama Networks
Author URI: http://ayama.pe/
Tags: viamerica
*/

:root {
  --white: #ffffff;
  --orange: #fc5e28;
  --light-orange: #fff7f5;
  --purple: #140c40;
  --blue: #040e26;
  --yellow: #fdbe34;
  --green: green;
}

body,
input,
textarea,
select {
  font-family: "Mulish", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

a {
  color: #0d2d3e;
  transition: 0.6s;
}

a:hover {
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1.25rem;
}

.h1,
h1 {
  font-size: 2rem;
}

.h2,
h2 {
  font-size: 1.75rem;
}

.h3,
h3 {
  font-size: 1.5rem;
}

.h4,
h4 {
  font-size: 1.25rem;
}

.h5,
h5 {
  font-size: 1rem;
}

.h6,
h6 {
  font-size: 90%;
}

.bg-purple {
  background-color: var(--purple);
}

.bg-light-orange {
  background-color: var(--light-orange);
}

.bg-orange {
  background-color: var(--orange);
}

.bg-yellow {
  background-color: var(--yellow);
}

.bg-blue {
  background-color: var(--blue);
}

@media (min-width: 992px) {
  .bg-part-blue::before {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: var(--blue);
    content: "";
  }
}

@media (min-width: 992px) {
  .location-imagen {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
  }
}

.text-orange {
  color: #ff3514;
}

.text-blue {
  color: #072366;
}

.h-500 {
  height: 600px;
}

.h-45 {
  height: 45px;
}

.h-60 {
  height: 60px;
}

.link-white a {
  color: white;
}

.link-orange a:hover {
  color: #ff3514;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

header {
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 10px #ddd;
}

header ul li a {
  position: relative;
  display: block;
  height: 90px;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
}

header ul li.current_page_item a::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: var(--orange);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.year {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .year {
    bottom: -45px;
    left: -45px;
    transform: none;
  }
}

.btn-primary {
  background-color: var(--orange);
  text-transform: uppercase;
  border-radius: 0px;
  border: none;
  padding: 13px 26px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 95%;
}

.btn-primary:hover {
  background-color: #d62d12;
}

.heading {
  position: relative;
  display: inline-block;
}

.heading::after {
  content: "";
  height: 4px;
  width: 85px;
  background-color: #ff3514;
  display: block;
  margin-top: 5px;
}

.heading.inverse::after {
  background-color: var(--blue);
}

.services {
  position: relative;
}

.services:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  content: "";
  background: #f3f5f6;
  z-index: -1;
}

.shadow-light {
  box-shadow: 0px 15px 16px -16px rgba(0, 0, 0, 0.11);
}

.slider {
  margin-top: -1px;
}

.slider-pager {
  position: relative;
  z-index: 101;
  top: -50px;
  text-align: center;
  height: 0;
}

.slider-pager span,
.slider-develop-pager span {
  background-color: var(--white);
  display: inline-block;
  width: 28px;
  height: 7px;
  text-indent: -99999em;
  margin-right: 10px;
  cursor: pointer;
}

.slider-pager span.cycle-pager-active,
.slider-develop-pager span.cycle-pager-active {
  background-color: var(--orange);
}

.text-big {
  font-size: 3.5rem;
}

.partners img {
  max-width: 100%;
  display: block;
}

.vert-center {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.slider-develop-item {
  display: none;
}

.slider-develop-item:first-child {
  display: block;
}

footer {
  background-color: #dde9ef;
}

.font-90 {
  font-size: 85%;
}

.slider-item {
  display: none;
  background-position: 100% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.slider-item:first-child {
  display: block;
}

.slider-item .wrapper {
  display: flex;
  align-items: center;
  height: 70vh;
}

@media (min-width: 992px) {
  .slider-item .wrapper {
    height: 60vh;
  }
}

.slider-item .title {
  font-size: 1.5rem;
  color: white;
  width: 100%;
  line-height: 1.5;
  font-weight: 800;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 25px;
  text-align: center;
}

@media (min-width: 768px) {
  .slider-item .title {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .slider-item .title {
    font-size: 2.5rem;
    margin-top: 200px;
  }
}

.clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.clients-item {
  border: 1px solid #ccc;
  margin-left: -1px;
  width: 50%;
  margin-top: -1px;
}

@media (min-width: 576px) {
  .clients-item {
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .clients-item {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .clients-item {
    width: 20%;
  }
}

.clients-item img {
  max-width: 100%;
  display: block;
}

.slider-carousel {
  display: flex;
}

.owl-next,
.owl-prev {
  font-size: 96px !important;
  color: var(--orange) !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  width: 40px;
  background-color: rgb(255 142 3 / 30%) !important;
}

.owl-next {
  left: auto;
  right: -15px;
}

@media (min-width: 992px) {
  .owl-next,
  .owl-prev {
    height: 120px;
    width: 60px;
    background-color: none !important;
  }
  .owl-prev {
    left: -55px;
  }

  .owl-next {
    right: -55px;
  }
}

.w-10 {
  width: 10% !important;
}
.w-20 {
  width: 20% !important;
}
.w-30 {
  width: 30% !important;
}
.w-40 {
  width: 40% !important;
}
.w-50 {
  width: 50% !important;
}
.w-60 {
  width: 60% !important;
}
.w-70 {
  width: 70% !important;
}
.w-80 {
  width: 80% !important;
}
.w-90 {
  width: 90% !important;
}
.w-100 {
  width: 100% !important;
}

@media (min-width: 576px) {
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}

.form-control {
  border-radius: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0.5rem 1rem !important;
  border-width: 1px !important;
}

.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 85%;
  margin-top: 3px;
  font-style: italic;
  margin-left: 3px;
}

.slider-carousel {
  margin: auto;
}

.stamp {
  position: absolute;
  bottom: -15px;
  right: 35px;
  background-color: var(--orange);
  color: var(--white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check {
  position: absolute;
  bottom: -15px;
  right: -15px;
  background-color: var(--green);
  color: var(--white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
