@font-face {
  font-family: 'Ms Reference Sans Serif', 'Arial' ;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  color: #fff;
  font-family: 'Ms Reference Sans Serif', 'Arial';
  position: relative;
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.about-us-decoration {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-video {
  display: block;
  width: 80%;
  margin-left: 10%;
}

.banner-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 50%;
  background: #2c2c2c;
  -webkit-clip-path: polygon(0 20%, 0% 100%, 100% 100%);
          clip-path: polygon(0 20%, 0% 100%, 100% 100%);
  display: none;
}

@media (min-width: 992px) {
  .banner-decoration {
    display: block;
  }
}

@media (max-width: 992px)
{
.navWAImg
  {
    display: none;
  }
  .nav-link{
    font-size: 2.5rem;
  }
  .service-name{
    font-size: 4rem !important;
    }
  p{
      font-size: 2.5rem;
    }
    .title{
      font-size: 4rem !important;
    }
    .csproimg{
      width: 150%;
    height: 100%;
    }
    .navbar-toggler {
      padding: .25rem .75rem;
      font-size: 3rem;
      line-height: 1;
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: .25rem;
  }
}

.contact-bar {
  font-size: 0.8rem;
  background-color: #2c2c2c;
  padding: 0.6rem 0;
}

.contact-bar .contact-links .contact-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-bar .contact-links .contact-link:not(:last-child) {
  margin-right: 1.5rem;
}

.contact-bar .contact-links .contact-link .link-icon {
  margin-right: 0.325rem;
}

.contact-bar .social-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-bar .social-icons .social-icon:not(:last-child) {
  margin-right: 1rem;
}

.contact-bar .social-icons .social-icon img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.contact-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 50%;
  background: #040b0c;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 70%);
          clip-path: polygon(100% 0, 0 0, 100% 70%);
  display: none;
}

@media (min-width: 992px) {
  .contact-decoration {
    display: block;
  }
  
}

#contacto {
  background-image: url("../img/contacto.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

#contacto .contact-links .contact-link {
  display: block;
  font-weight: bold;
}

#contacto .contact-links .contact-link:not(:last-child) {
  margin-bottom: 0.5rem;
}

#contacto .contact-links .contact-link .link-icon {
  height: 1.2rem;
  width: 1.2rem;
  -o-object-position: center right;
     object-position: center right;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.5rem;
}

#contacto .social-icons .social-icon:not(:last-child) {
  margin-right: 1rem;
}

#contacto .social-icons .social-icon img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#servicios {
  background-repeat: no-repeat;
  background-size: cover;
}

footer {
  background-color: #c82128;
  padding: 0.6rem 0rem;
  font-size: 0.8rem;
}

footer .footer-brand {
  font-size: 1rem;
  line-height: 0.8rem;
}

.nav-item-divider {
  height: 26px;
  width: 1px;
  background-color: #9eb2c4;
  margin: 0 1.5rem 0 1rem;
}

.section-content {
  padding: 90px 0;
}

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

.service .service-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service .service-icon {
  margin: 0 1.5rem 0 0;
  background-color: #e6f3ff;
  width: 100px;
  height: 100px;
  max-width: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service .service-icon img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.service .service-name {
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .service .service-name {
    font-size: 1.5rem;
  }
  .service .service-icon {
    width: 120px;
    height: 120px;
  }
  .service .service-icon img {
    height: 80px;
    width: 80px;
  }
  
}

.title {
  font-size: 1.5rem;
}

.title.w-decoration {
  position: relative;
  padding-bottom: 0.8rem;
  margin-bottom: 1.2rem;
}

.title.w-decoration::after {
  content: '';
  position: absolute;
  width: 3.5rem;
  height: 6px;
  background-color: #c82128;
  left: 0;
  bottom: 0;
}

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

@media (min-width: 992px) {
  .title {
    font-size: 2.5rem;
  }
  
}

.navbar {
  padding: 1rem;
}

.navbar-brand {
  font-size: 1.8rem;
  line-height: 1.6rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

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

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0 1rem;
  }
  .navbar-brand {
    font-size: 1.8rem;
    line-height: 1.6rem;
    margin-left: -10%;
  }
}

.bg-dark {
  background-color: #000 !important;
}

.btn-primary {
  background-color: #c82128;
  border-color: #c82128;
  padding: 0.375rem 1.25rem;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #c82128;
  border-color: #c82128;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #c82128;
  border-color: #c82128;
  -webkit-box-shadow: 0 0 0 0.2rem #c82128;
          box-shadow: 0 0 0 0.2rem #c82128;
}

.show .btn-primary.dropdown-toggle {
  background-color: #c82128;
  border-color: #c82128;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown .btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown .dropdown-item:active {
  background-color: #c82128;
}

.btn-outline-primary {
  color: #c82128;
  border-color: #c82128;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #c82128;
  border-color: #c82128;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 121, 68, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 121, 68, 0.5);
}

.btn-secondary {
  background-color: #c82128;
  border-color: #c82128;
  padding: 0.375rem 1.25rem;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control {
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
}

.form-control:focus {
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.modal-body {
  color: #000;
}

.modal-body .check-icon {
  width: 60px;
}