@font-face {
  font-family: RobotoMonoLight;
  src: url("../fonts/Roboto\ Mono\ Light\ for\ Powerline.ttf");
}

@font-face {
  font-family: RobotoMonoBold;
  src: url("../fonts/Roboto\ Mono\ Bold\ for\ Powerline.ttf");
}

@font-face {
  font-family: "Gill Sans MT";
  src: url("../fonts/33535gillsansmt.ttf"),
    url("../fonts/33535gillsansmt.woff") format("woff");
}

/* @font-face {
    font-family: 'Gill Sans MT';
    src: url('../fonts/GillSansMT.woff2') format('woff2'),
        url('../fonts/GillSansMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

/* @media only screen and (max-width: 480px){
    
    #galeria{
        display: none;
    }
} */

body {
  position: relative;
  background-color: #272727;
}

.row {
  margin: 0;
  padding: 0;
}
/* 
.navbar-dark .navbar-nav .active>.nav-link{
    font-weight: bold;
    color: #F3CA2F;
} */

.navbar-dark .navbar-nav .nav-link.active {
  font-weight: bold;
  color: #f3ca2f;
}

li.nav-item {
  padding: 0 15px;
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
  font-size: 1rem;
}

@media only screen and (max-width: 480px) {
  .navbar-nav {
    background-color: rgba(56, 56, 56, 0.8);
  }
}

.section-one {
  height: 100vh;
  /* background: url('../img/MVSERVICE-BG-COMPRESS.jpg'); */
  background: url("../img/portada-aya-sin-placa-min.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  /*  background-color: red; */
}

@media only screen and (max-width: 480px) {
  .section-one {
    background-size: cover;
    background-position: center center;
  }
}

.section-one:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #302d2d;
  opacity: 0.2;
  z-index: 2;
}

.navbar {
  padding: 20px 60px;
  font-family: "RobotoMonoLight";
  text-transform: uppercase;
  font-size: 0.7rem;
}

@media only screen and (max-width: 480px) {
  .navbar {
    padding: 8px 16px;
  }
}

.hero {
  position: relative;
  z-index: 3;
  height: 100%;
}

.hero .hero-left,
.hero .hero-right {
  position: relative; /* 
    background-color: red; */
  height: 100%;
}

@media only screen and (max-width: 480px) {
  .hero-right {
    display: none;
  }
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 20%;
  -moz-transform: translateX(-20%) translateY(-50%);
  -webkit-transform: translateX(-20%) translateY(-50%);
  transform: translateX(-20%) translateY(-50%);
}

.hero-text p {
  color: #fff;
  font-size: 3.7rem;
  font-family: "Gill Sans MT";
  text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
  .hero-text p {
    font-size: 2.5rem;
  }
}

.logo img {
  width: 130px;
}

.section-two {
  height: 55vh;
  background-color: #272727;
}

.section-two .row {
  height: 100%;
}

@media only screen and (max-width: 480px) {
  .section-two {
    height: auto;
  }
  .section-two .row {
    height: auto;
  }
}

.section-two .section-left {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-two .section-right {
}

.section-two .section-left .section-left-text {
  /* position: absolute;
  top: 50%;
  right: 10%;
  -moz-transform: translateX(-20%) translateY(-50%);
  -webkit-transform: translateX(-20%) translateY(-50%);
  transform: translateX(-20%) translateY(-50%); */
}

.section-two .section-left .section-left-text {
}

.section-left-text h1 {
  font-family: "Gill Sans MT";
  text-transform: uppercase;
  color: #fff;
  font-size: 4.5rem;
  position: relative;
}

.section-left-text h1:after {
  content: "";
  height: 4px;
  width: 30%;
  position: absolute;
  right: 0;
  bottom: -7px;
  background-color: #f3ca2f;
}

@media only screen and (max-width: 480px) {
  .section-two .section-left {
    height: auto;
  }

  .section-two .section-left .section-left-text {
    position: relative;
    top: auto;
    right: auto;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    padding-left: 20px;
    padding-top: 60px;
  }

  .section-left-text h1 {
    font-family: "Gill Sans MT";
    text-transform: uppercase;
    color: #fff;
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
  }
}

.section-right-text {
}

.section-right-text p {
  color: #fff;
  font-family: "RobotoMonoLight";
}

.section-right-text p span {
  color: #f3ca2f;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .section-two .section-right-text {
    position: relative;
    top: auto;
    left: auto;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: auto;
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-two .section-right-text p {
    font-size: 0.9rem;
    margin-bottom: 3rem;
  }
}

.section-three {
  height: 90vh;
  background-color: #272727;
}

.section-three > .row {
  height: 100%;
  position: relative;
}

.section-three .section-left {
  height: auto;
  /* background-color: green; */
  position: relative; /* 
  padding-top: 150px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-title {
  padding-left: 45px;
  margin-bottom: 30px;
  width: 100%;
}

.section-title h2 {
  font-family: "Gill Sans MT";
  text-transform: uppercase;
  color: #fff;
  font-size: 4rem;
  display: inline-block;
  position: relative;
}

.section-title h2:after {
  content: "";
  height: 4px;
  width: 30%;
  position: absolute;
  right: 0;
  bottom: -7px;
  background-color: #f3ca2f;
}

/* .servicios-grid {
  padding-left: 45px;
  padding-right: 60px;
}

.servicios-grid .col-sm {
  text-align: center;
  padding: 20px 0;
}

.servicios-grid-text {
  padding-top: 20px;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
} */

.section-three .section-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-three .section-right img {
  width: 100%;
}

.section-three .section-left {
}

.section-feature {
  padding-left: 45px;
  padding-top: 45px;
}
.feature-icon {
  text-align: center;
  padding: 20px 0;
}
.feature-icon img {
  height: 70px;
}
.feature-text {
  text-align: center;
}

.feature-text p {
  color: white;
}
@media only screen and (max-width: 768px) {
  .section-three .section-right {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .section-three {
    height: auto;
  }
  .section-three .section-right {
    display: none;
  }
  .section-three .section-left {
    padding-top: 60px;
  }
  .section-three .section-title {
    padding-left: 20px;
  }
  .section-three .section-title h2 {
    font-size: 2.5rem;
  }
}

/* #carro{
    background-color: purple;
}

#gps{
    background-color: turquoise;
}

#moneda{
    background-color: black;
}

#contrato{
    background-color: pink;
} */
.section-four {
  height: 100vh;
  position: relative;
  background-color: #272727;
}

@media only screen and (max-width: 500px) {
  .section-four {
    scroll-behavior: smooth;
    overflow-y: scroll;
  }
}

.section-five {
  height: 100vh;
  position: relative;
  background-color: #272727;
}

.section-five > .row {
  height: 100%;
  position: relative;
}

.section-five .section-left {
  height: auto;
  /* background-color: green; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-five .section-left .section-title {
  width: auto;
}

.section-title h2 {
  font-family: "Gill Sans MT";
  text-transform: uppercase;
  color: #fff;
  font-size: 5rem;
  display: inline-block;
  position: relative;
}

.section-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-right-text {
  width: 80%;
}

@media only screen and (max-width: 480px) {
  /* .section-five{
        height: auto;
    } */
  .section-five .section-left {
    padding-top: 60px;
  }

  .section-five .section-left .section-title {
    position: relative;
    top: auto;
    left: auto;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    padding-left: 20px;
  }

  .section-five .section-title h2 {
    font-size: 3rem;
  }

  .section-five .section-right-text {
    position: relative;
    top: auto;
    left: auto;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 90%;
    margin: 0 auto;
  }
}

.contact-us-form {
  width: 100%;
}

.contact-us-form .form-group {
  margin-bottom: 60px;
}

.contact-us-form input,
.contact-us-form textarea {
  font-size: 0.7rem;
  background: transparent;
  border: 2px solid #f3ca2f;
  border-radius: 10px;
  color: #fff;
}

.contact-us-form input:focus,
.contact-us-form textarea:focus {
  background-color: transparent;
  outline: none !important;
  border: 2px solid #fff;
  box-shadow: none;
  color: #fff;
}

.contact-us-form input::-webkit-input-placeholder,
.contact-us-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-family: "RobotoMonoLight";
}
.contact-us-form input::-moz-placeholder,
.contact-us-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-family: "RobotoMonoLight";
}
.contact-us-form input::-ms-input-placeholder,
.contact-us-form textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-family: "RobotoMonoLight";
}
.contact-us-form input::-moz-placeholder,
.contact-us-form textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-family: "RobotoMonoLight";
}

.contact-us-form input[type="submit"] {
  cursor: pointer;
  text-transform: uppercase;
  font-family: "RobotoMonoLight";
}

.contact-us-form input[type="submit"]:hover {
  background: #f3ca2f;
  text-shadow: 1px 1px 1px #000;
  transition: all 0.5s ease-in;
}

.social {
  position: absolute;
  bottom: 50px;
  height: 10px;
  width: 500px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.social img {
  display: inline-block;
}

.social a:nth-child(1) {
  margin-right: 15px;
}

.social a:nth-child(2) {
}

.social a:nth-child(3) {
  margin-left: 15px;
}

.social a:nth-child(1) img {
  width: 8px;
}

.social a:nth-child(2) img {
  width: 15px;
}

.social a:nth-child(3) img {
  width: 15px;
}

@media only screen and (max-width: 480px) {
  .social {
    position: relative;
    bottom: auto;
    height: auto;
    width: 100%;
    display: block;
    left: auto;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    padding: 10px 0;
  }
}

.whatsapp-icon-container {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background-color: #00e676;
  border-radius: 40px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px;
  z-index: 35;
}

.whatsapp-icon {
  color: white;
  font-size: 40px;
}

.gallery {
  width: 100%;
}
.gallery-image {
  width: 33%;
  display: inline-block;
}

.gallery-image img {
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .gallery {
    max-height: 500px;
    overflow-y: scroll;
  }
  .gallery-image {
    width: 49%;
  }
}

.modal-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-modal {
  background-color: white;
  padding: 20px 50px 50px 50px;
}

.exit-btn {
  width: 100%;
  text-align: right;
}

.exit-btn i {
  cursor: pointer;
}

.success-icon {
  text-align: center;
  font-size: 5rem;
}

.success-icon i {
  color: #f3ca2f;
}

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