﻿/*
@File: Avelo Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Default Btn CSS
** - Section Title CSS
** - Preloader Area CSS
** - Header Area CSS
** - Banner Area CSS
** - About Area CSS
** - Request Quote Area CSS
** - Performance Specifications Area CSS
** - FAQ Area CSS
** - Features Area CSS
** - Services Area CSS
** - Page Title Area CSS
** - 
** - 
** - 
** - 
** - 
** - 
** - 
** - 
** - 
** - 
** - Footer Area CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
:root {
  --fontFamily: 'Montserrat', sans-serif;
  --headingFontFamily: 'Montserrat', sans-serif;
  --mainColor: #003372;
  --optionalColor: #41659f;
  --bodyColor: #4e4a52;
  --whiteColor: #ffffff;
  --blackColor: #111827;
  --transition: .5s;
  --fontSize: 16px;
}

body {
  margin: 0;
  padding: 0;
  color: var(--bodyColor);
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--blackColor);
  font-weight: 600;
  font-family: var(--headingFontFamily);
}

a {
  transition: var(--transition);
  color: var(--blackColor);
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: var(--mainColor);
  text-decoration: none;
}

:focus {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: var(--secondaryColor);
  font-size: var(--fontSize);
  margin-bottom: 15px;
  line-height: 1.9;
}
p:last-child {
  margin-bottom: 10;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.bg-f3f4f6 {
  background-color: #f3f4f6;
}

.default-btn {
  border: 0;
  position: relative;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  color: var(--whiteColor);
  transition: var(--transition);
  background-color: var(--mainColor);
  padding: 16.5px 60.55px 16.5px 30.55px;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--headingFontFamily);
}
.default-btn i {
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  position: absolute;
  border-radius: 50%;
  color: var(--mainColor);
  transform: translateY(-50%);
  transition: var(--transition);
  background-color: var(--whiteColor);
}
.default-btn.two {
  background-color: var(--optionalColor);
}
.default-btn.two i {
  color: var(--optionalColor);
}
.default-btn.two:hover {
  background-color: var(--mainColor);
}
.default-btn.two:hover i {
  color: var(--mainColor);
}
.default-btn.style-2 i {
  right: 50px;
  width: 0;
  height: 0;
  line-height: 0;
  border-radius: unset;
  background-color: unset;
  color: var(--whiteColor);
}
.default-btn.style-2:hover i {
  color: var(--whiteColor);
}
.default-btn:hover {
  color: var(--whiteColor);
  background-color: var(--optionalColor);
}
.default-btn:hover i {
  color: var(--optionalColor);
}

.section-title {
  text-align: left !important;
  margin-left: 0 !important;
  margin-bottom: 30px;
}
.section-title .sub-title {
  color: #4f6fae;
  font-size: 16px;
  letter-spacing: 1px;
}
.section-title h2 {
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 0;
  color: #003372;
  font-weight: 700;
}
.section-title.style-2 .sub-title {
  text-transform: uppercase;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader-area {
  z-index: 9999;
  background-color: var(--whiteColor);
}
.preloader-area .preloader {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.preloader-area .preloader .waviy {
  margin-top: 20px;
  font-size: 60px;
  font-family: var(--headingFontFamily);
}
.preloader-area .preloader .waviy span {
  animation-delay: 0.1s;
  color: #073779;
  animation: waviy 1s infinite;
}
.preloader-area .preloader .waviy span:nth-child(2) {
  animation-delay: 0.2s;
}
.preloader-area .preloader .waviy span:nth-child(3) {
  animation-delay: 0.3s;
}
.preloader-area .preloader .waviy span:nth-child(4) {
  animation-delay: 0.4s;
}
.preloader-area .preloader .waviy span:nth-child(5) {
  animation-delay: 0.5s;
}
.preloader-area.deactivate {
  display: none;
}

@keyframes waviy {
  0%, 40%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-15px);
  }
}
/* Max width 767px */
@media only screen and (max-width: 767px) {
  .preloader-area .preloader .waviy {
    font-size: 30px;
  }
}
/* Min width 576px to Max width 767px */
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preloader-area .preloader .waviy {
    font-size: 45px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .preloader-area .preloader .waviy {
    font-size: 55px;
  }
}
/* Min width 1200px to Max width 1399px */
/* Min width 1600px */
/*================================================
Header Area CSS
=================================================*/
.navbar-area {
  background-color: var(--whiteColor);
}
.navbar-area.is-sticky {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  position: sticky;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-area.is-sticky .nofa-nav .navbar {
  border-bottom: 0;
}
.navbar-area.style-2 {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  position: absolute;
  background-color: transparent;
}
.navbar-area.style-2.is-sticky {
  position: fixed;
  background-color: var(--blackColor);
}
.navbar-area.page-title {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/page-title-bg2.jpg);
}
.navbar-area.page-title.is-sticky {
  background-image: none;
  background-color: var(--whiteColor) !important;
}

.nofa-responsive-nav {
  display: none;
}

.nofa-nav {
   border-bottom: 1px solid #d9d9d9;
}

.nofa-nav .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.nofa-nav .navbar {
  padding: 0;

}
.nofa-nav .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding: 0;
}
.nofa-nav .navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.nofa-nav .navbar .navbar-nav {
  margin-left: auto;
}
.nofa-nav .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.nofa-nav .navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #999999;
  transition: var(--transition);
  font-size: 18px;
  font-weight: 600;
  font-family: 400;
  padding-left: 0;
  padding-right: 0;
  padding-top: 55px;
  padding-bottom: 20px;
}
.nofa-nav .navbar .navbar-nav .nav-item .nav-link:hover, .nofa-nav .navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--mainColor);
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-toggle {
  padding-right: 17px;
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-toggle::before {
  position: absolute;
  content: "\e9fe";
  line-height: 1;
  right: -2px;
  top: 42px;
  font-family: "Phosphor-Bold";
  font-size: 15px;
}
.nofa-nav .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.nofa-nav .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.nofa-nav .navbar .navbar-nav .nav-item:hover .nav-link, .nofa-nav .navbar .navbar-nav .nav-item.active .nav-link {
  color: var(--mainColor);
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  top: 99px;
  opacity: 0;
  z-index: 99;
  border: none;
  width: 250px;
  margin-top: 0;
  display: block;
  padding: 12px 0;
  border-radius: 0;
  position: absolute;
  visibility: hidden;
  background: var(--whiteColor);
  transition: all 0.2s ease-in-out;
  box-shadow: rgba(4, 4, 5, 0.2) 0px 7px 36px -8px;
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin: 0;
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  display: block;
  font-size: 17px;
  padding: 8px 25px;
  color: var(--blackColor);
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active, .nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--mainColor);
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.dropdown-toggle::before {
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  visibility: hidden;
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--blackColor);
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--mainColor);
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -100%;
  visibility: hidden;
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--blackColor);
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--mainColor);
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  visibility: hidden;
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--blackColor);
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--mainColor);
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--mainColor);
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--mainColor);
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--mainColor);
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--mainColor);
}
.nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.nofa-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.nofa-nav .navbar .others-option {
  top: 2px;
}
.nofa-nav .navbar .others-option .option-item {
  margin-left: 20px;
}
.nofa-nav .navbar .others-option .option-item .user-btn {
  font-size: 22px;
}
.nofa-nav .navbar .others-option .option-item .cart-btn {
  top: 1px;
  font-size: 22px;
  padding-right: 8px;
}
.nofa-nav .navbar .others-option .option-item .cart-btn span {
  color: var(--whiteColor);
  background-color: red;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  line-height: 12px;
  font-size: 10px;
  height: 12px;
  width: 12px;
  top: -2px;
  right: 0;
}
.nofa-nav .navbar .others-option .option-item .search-btn {
  cursor: pointer;
  font-size: 22px;
  transition: var(--transition);
}
.nofa-nav .navbar .others-option .option-item .search-btn:hover {
  color: var(--mainColor);
}
.nofa-nav .navbar .others-option .option-item:first-child {
  margin-left: 0;
}
.nofa-nav.style-2 .navbar {
  border-color: rgba(255, 255, 255, 0.1);
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .nav-link {
  color: var(--whiteColor);
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .nav-link:hover, .nofa-nav.style-2 .navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--mainColor);
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item:hover .nav-link, .nofa-nav.style-2 .navbar .navbar-nav .nav-item.active .nav-link {
  color: var(--mainColor);
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--blackColor);
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active, .nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--mainColor);
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  visibility: hidden;
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--blackColor);
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--mainColor);
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
  visibility: hidden;
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--blackColor);
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--mainColor);
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
  visibility: hidden;
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--blackColor);
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--mainColor);
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--mainColor);
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--mainColor);
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--mainColor);
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--mainColor);
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.nofa-nav.style-2 .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.nofa-nav.style-2 .navbar .others-option .option-item .user-btn {
  color: var(--whiteColor);
}
.nofa-nav.style-2 .navbar .others-option .option-item .user-btn:hover {
  color: var(--mainColor);
}
.nofa-nav.style-2 .navbar .others-option .option-item .cart-btn {
  color: var(--whiteColor);
}
.nofa-nav.style-2 .navbar .others-option .option-item .cart-btn:hover {
  color: var(--mainColor);
}
.nofa-nav.style-2 .navbar .others-option .option-item .search-btn {
  color: var(--whiteColor);
}
.nofa-nav.style-2 .navbar .others-option .option-item .search-btn:hover {
  color: var(--mainColor);
}

.afac-navbar-logo {
  margin-left: 60px;
  display: flex;
  align-items: center;
}

.afac-navbar-logo img {
  max-width: 100%;
  height: auto;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.search-overlay {
  opacity: 0;
  z-index: 991;
  transition: 0.3s;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}
.search-overlay .search-overlay-close {
  top: 40px;
  right: 40px;
  line-height: 1;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  color: var(--whiteColor);
  transition: var(--transition);
}
.search-overlay .search-overlay-close:hover {
  color: red;
}
.search-overlay .search-overlay-form {
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  max-width: 600px;
  width: 600px;
  left: 50%;
  top: 50%;
}
.search-overlay .search-overlay-form form {
  position: relative;
}
.search-overlay .search-overlay-form form .input-search {
  border: 0;
  height: 70px;
  color: var(--whiteColor);
  transition: var(--transition);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.search-overlay .search-overlay-form form .input-search::-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  color: rgba(255, 255, 255, 0.5);
}
.search-overlay .search-overlay-form form .input-search::placeholder {
  transition: var(--transition);
  color: rgba(255, 255, 255, 0.5);
}
.search-overlay .search-overlay-form form .input-search:focus {
  border-color: var(--whiteColor);
}
.search-overlay .search-overlay-form form .input-search:focus::-moz-placeholder {
  color: transparent;
}
.search-overlay .search-overlay-form form .input-search:focus::placeholder {
  color: transparent;
}
.search-overlay .search-overlay-form form button {
  right: 0;
  top: 20px;
  font-size: 20px;
  position: absolute;
  color: var(--whiteColor);
  transition: var(--transition);
}
.search-overlay .search-overlay-form form button:hover {
  color: var(--mainColor);
}
.search-overlay.search-overlay-active {
  opacity: 1;
  visibility: visible;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .navbar-area {
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area.is-sticky {
    border-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nofa-responsive-nav {
    display: block;
  }
  .nofa-responsive-nav .nofa-responsive-menu {
    position: relative;
  }
  .nofa-responsive-nav .nofa-responsive-menu.mean-container .mean-nav {
    margin-top: 65px;
    background-color: var(--whiteColor);
  }
  .nofa-responsive-nav .nofa-responsive-menu.mean-container .mean-nav ul {
    border: none !important;
    font-size: 16px;
    font-family: var(--headingFontFamily);
  }
  .nofa-responsive-nav .nofa-responsive-menu.mean-container .mean-nav ul li a {
    border-top-color: #eeeeee;
    color: var(--blackColor);
    text-transform: unset;
    font-weight: 600;
  }
  .nofa-responsive-nav .nofa-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .nofa-responsive-nav .nofa-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
    width: 50%;
    height: 28px;
    text-align: end;
    background: transparent;
    padding: 10px !important;
    font-size: 22px !important;
    font-weight: normal;
    border-left: none !important;
    border-bottom: none !important;
  }
  .nofa-responsive-nav .nofa-responsive-menu.mean-container .mean-nav ul li a.active {
    color: var(--mainColor);
  }
  .nofa-responsive-nav .nofa-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 15px;
    color: var(--blackColor);
  }
  .nofa-responsive-nav .nofa-responsive-menu.mean-container .navbar-nav {
    max-height: 80vh;
    background-color: var(--whiteColor);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .nofa-responsive-nav .mean-container a.meanmenu-reveal {
    top: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    padding-top: 0;
    margin-top: 17px;
    color: var(--blackColor);
  }
  .nofa-responsive-nav .mean-container a.meanmenu-reveal span {
    top: 8px;
    height: 3px;
    margin-top: -9px;
    border-radius: 3px;
    position: relative;
    background: var(--blackColor);
  }
  .nofa-responsive-nav .mean-container .mean-bar {
    background: transparent;
    position: absolute;
    z-index: 99;
    padding: 0;
  }
  .nofa-responsive-nav .dropdown-toggle::after {
    display: none !important;
  }
  .nofa-responsive-nav .others-option {
    position: absolute !important;
    right: 43px;
    top: 17px;
  }
  .nofa-responsive-nav .others-option .option-item {
    margin-left: 13px;
  }
  .nofa-responsive-nav .others-option .option-item .user-btn {
    font-size: 18px;
  }
  .nofa-responsive-nav .others-option .option-item .cart-btn {
    top: 1px;
    font-size: 18px;
    padding-right: 8px;
  }
  .nofa-responsive-nav .others-option .option-item .cart-btn span {
    color: var(--whiteColor);
    background-color: red;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
    height: 12px;
    width: 12px;
    top: -2px;
    right: 0;
  }
  .nofa-responsive-nav .others-option .option-item .search-btn {
    cursor: pointer;
    font-size: 18px;
    transition: var(--transition);
  }
  .nofa-responsive-nav .others-option .option-item .search-btn:hover {
    color: var(--mainColor);
  }
  .nofa-responsive-nav .others-option .option-item:first-child {
    margin-left: 0;
  }
  .nofa-responsive-nav .logo {
    width: 50%;
    z-index: 99;
    position: relative;
  }
  .nofa-responsive-nav.style-2 .mean-container a.meanmenu-reveal {
    color: var(--whiteColor);
  }
  .nofa-responsive-nav.style-2 .mean-container a.meanmenu-reveal span {
    background: var(--whiteColor);
  }
  .nofa-responsive-nav.style-2 .others-option .option-item .user-btn {
    color: var(--whiteColor);
  }
  .nofa-responsive-nav.style-2 .others-option .option-item .user-btn:hover {
    color: var(--mainColor);
  }
  .nofa-responsive-nav.style-2 .others-option .option-item .cart-btn {
    color: var(--whiteColor);
  }
  .nofa-responsive-nav.style-2 .others-option .option-item .cart-btn:hover {
    color: var(--mainColor);
  }
  .nofa-responsive-nav.style-2 .others-option .option-item .search-btn {
    color: var(--whiteColor);
  }
  .nofa-responsive-nav.style-2 .others-option .option-item .search-btn:hover {
    color: var(--mainColor);
  }
  .nofa-nav {
    display: none;
  }
  .search-overlay .search-overlay-close {
    top: 20px;
    right: 20px;
    font-size: 25px;
  }
  .search-overlay .search-overlay-form {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-overlay .search-overlay-form form .input-search {
    height: 50px;
  }
  .search-overlay .search-overlay-form form button {
    top: 11px;
    font-size: 18px;
  }
}
/* Min width 576px to Max width 767px */
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area {
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area.is-sticky {
    border-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nofa-responsive-nav {
    display: block;
  }
  .nofa-responsive-nav .nofa-responsive-menu {
    position: relative;
  }
  .nofa-responsive-nav .nofa-responsive-menu.mean-container .mean-nav {
    margin-top: 65px;
    background-color: var(--whiteColor);
  }
  .nofa-responsive-nav .nofa-responsive-menu.mean-container .mean-nav ul {
    border: none !important;
    font-size: 16px;
    font-family: var(--headingFontFamily);
  }
  .nofa-responsive-nav .nofa-responsive-menu.mean-container .mean-nav ul li a {
    border-top-color: #eeeeee;
    color: var(--blackColor);
    text-transform: unset;
    font-weight: 600;
  }
  .nofa-responsive-nav .nofa-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .nofa-responsive-nav .nofa-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
    width: 50%;
    height: 28px;
    text-align: end;
    background: transparent;
    padding: 10px !important;
    font-size: 22px !important;
    font-weight: normal;
    border-left: none !important;
    border-bottom: none !important;
  }
  .nofa-responsive-nav .nofa-responsive-menu.mean-container .mean-nav ul li a.active {
    color: var(--mainColor);
  }
  .nofa-responsive-nav .nofa-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 15px;
    color: var(--blackColor);
  }
  .nofa-responsive-nav .nofa-responsive-menu.mean-container .navbar-nav {
    max-height: 60vh;
    background-color: var(--whiteColor);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .nofa-responsive-nav .mean-container a.meanmenu-reveal {
    top: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    padding-top: 0;
    margin-top: 17px;
    color: var(--blackColor);
  }
  .nofa-responsive-nav .mean-container a.meanmenu-reveal span {
    top: 8px;
    height: 3px;
    margin-top: -9px;
    border-radius: 3px;
    position: relative;
    background: var(--blackColor);
  }
  .nofa-responsive-nav .mean-container .mean-bar {
    background: transparent;
    position: absolute;
    z-index: 99;
    padding: 0;
  }
  .nofa-responsive-nav .dropdown-toggle::after {
    display: none !important;
  }
  .nofa-responsive-nav .others-option {
    position: absolute !important;
    right: 47px;
    top: 15px;
  }
  .nofa-responsive-nav .others-option .option-item {
    margin-left: 15px;
  }
  .nofa-responsive-nav .others-option .option-item .user-btn {
    font-size: 20px;
  }
  .nofa-responsive-nav .others-option .option-item .cart-btn {
    top: 1px;
    font-size: 20px;
    padding-right: 8px;
  }
  .nofa-responsive-nav .others-option .option-item .cart-btn span {
    color: var(--whiteColor);
    background-color: red;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
    height: 12px;
    width: 12px;
    top: -2px;
    right: 0;
  }
  .nofa-responsive-nav .others-option .option-item .search-btn {
    cursor: pointer;
    font-size: 20px;
    transition: var(--transition);
  }
  .nofa-responsive-nav .others-option .option-item .search-btn:hover {
    color: var(--mainColor);
  }
  .nofa-responsive-nav .others-option .option-item:first-child {
    margin-left: 0;
  }
  .nofa-responsive-nav .logo {
    width: 50%;
    z-index: 99;
    position: relative;
  }
  .nofa-responsive-nav.style-2 .mean-container a.meanmenu-reveal {
    color: var(--whiteColor);
  }
  .nofa-responsive-nav.style-2 .mean-container a.meanmenu-reveal span {
    background: var(--whiteColor);
  }
  .nofa-responsive-nav.style-2 .others-option .option-item .user-btn {
    color: var(--whiteColor);
  }
  .nofa-responsive-nav.style-2 .others-option .option-item .user-btn:hover {
    color: var(--mainColor);
  }
  .nofa-responsive-nav.style-2 .others-option .option-item .cart-btn {
    color: var(--whiteColor);
  }
  .nofa-responsive-nav.style-2 .others-option .option-item .cart-btn:hover {
    color: var(--mainColor);
  }
  .nofa-responsive-nav.style-2 .others-option .option-item .search-btn {
    color: var(--whiteColor);
  }
  .nofa-responsive-nav.style-2 .others-option .option-item .search-btn:hover {
    color: var(--mainColor);
  }
  .nofa-nav {
    display: none;
  }
  .search-overlay .search-overlay-form form .input-search {
    height: 60px;
  }
  .search-overlay .search-overlay-form form button {
    top: 15px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nofa-nav .container-fluid {
    max-width: 960px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .nofa-nav .navbar .navbar-nav .nav-item {
    margin-left: 11px;
    margin-right: 11px;
  }
  .nofa-nav .navbar .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    padding-bottom: 30px;
  }
  .nofa-nav .navbar .navbar-nav .nav-item .dropdown-toggle::before {
    top: 36.2px;
  }
  .nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
    font-size: 16px;
  }
  .nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    left: -100%;
  }
  .nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
    left: 100%;
  }
  .nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
    left: -100%;
  }
  .nofa-nav .navbar .others-option .option-item {
    margin-left: 18px;
  }
  .nofa-nav .navbar .others-option .option-item .user-btn {
    font-size: 20px;
  }
  .nofa-nav .navbar .others-option .option-item .cart-btn {
    font-size: 20px;
  }
  .nofa-nav .navbar .others-option .option-item .search-btn {
    font-size: 20px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nofa-nav .navbar .navbar-nav .nav-item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .nofa-nav .navbar .navbar-nav .nav-item .nav-link {
    padding-bottom: 32px;
  }
  .nofa-nav .navbar .navbar-nav .nav-item .dropdown-toggle::before {
    top: 38px;
  }
  .nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    left: -100%;
  }
  .nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
    left: 100%;
  }
  .nofa-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
    left: -100%;
  }
}
/* Min width 1600px */
@media only screen and (min-width: 1600px) {
  .nofa-nav .container-fluid {
    max-width: 1920px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .nofa-nav.style-2 .container-fluid {
    max-width: 1760px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
/*================================================
Banner Area CSS
=================================================*/
.banner-area {
  padding-top: 80px;
}
.banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.banner-content {
  margin-bottom: -100px;
  max-width: 750px;
  z-index: 1;
}
.banner-content h1 {
  font-size: 45px;
  line-height: 1.2;
}
.banner-content h1 span {
  position: relative;
  color: var(--mainColor);
}
.banner-content h1 span::before {
  top: 12px;
  content: "";
  width: 36px;
  right: -46px;
  height: 32px;
  position: absolute;
  background-image: url(../images/banners/leaf.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.banner-image {
  z-index: 2;
  margin-bottom: -200px;
}

.banner-description {
  border-radius: 50px 50px 20px 50px;
  background-color: #eefaf6;
  padding: 300px 0 0 30px;
}
.banner-description .description {
  max-width: 492px;
}
.banner-description .description .default-btn {
  margin-top: 5px;
}
.banner-description .boxes-list {
  padding: 20px;
  margin-left: -122px;
  border-radius: 20px 0 20px 0;
  background-color: var(--whiteColor);
}
.banner-description .boxes-list .box {
  padding: 30px;
  border-radius: 20px;
  background-color: #fff7ed;
}
.banner-description .boxes-list .box h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.banner-description .boxes-list .col-lg-4:nth-child(2) .box {
  background-color: #eefaf6;
}

.shape7 {
  right: 0;
  top: 50px;
  z-index: -1;
  position: absolute;
}

.shape8 {
  left: 0;
  top: 115px;
  z-index: -1;
  position: absolute;
}

.shape9 {
  top: 5%;
  right: 2%;
  z-index: -1;
  position: absolute;
}

.shape10 {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}

.banner-wrapper-area {
  padding-top: 316px;
  padding-bottom: 140px;
  background-image:
  linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,1) 100%), url(../images/banners/banner-bg-5.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}



.banner-wrapper-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.banner-wrapper-area .banner-icon-shape {
  right: 168px;
  bottom: 197px;
  z-index: -1;
}
.banner-wrapper-area::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: 0.8;
  position: absolute;
}

.banner-wrapper-content {
  max-width: 1000px;
  text-align: left;
  padding-left: 0;
}

.banner-wrapper-content h1 {
  margin: 0;
  line-height: 1.15;
  white-space: nowrap;
}

.banner-wrapper-content h1 span {
  color: #073878;
  font-size: 45px;
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 5px;
  display: inline-block;
}

.banner-wrapper-content h1 small {
  color: #4e4a52;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
}



.banner-wrapper-content .button {
  border-radius: 30px;
  color: #ffffff;
  background-color: #073878;
  transition: var(--transition);
  display: inline-block;
  font-family: var(--headingFontFamily);
  padding: 15.5px 60.55px 15.5px 32.55px;
  font-size: 18px;
  font-weight: 600;
}
.banner-wrapper-content .button i {
  top: 50%;
  right: 30px;
  font-size: 20px;
  position: absolute;
  color: #ffffff;
  color: #073878;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  background-color: transparent;
}
.banner-wrapper-content .button:hover {
  background-color: #ffffff;
  color: #073878;
}

.banner-wrapper-content .default-btn {
  margin-top: 0;
  margin-left: 25px;
  border-radius: 30px;
  background-color: #073878;
  color: #fff;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}


@media (max-width: 767px) {
  .banner-wrapper-area {
    min-height: 500px;
    padding-top: 210px;
    background-position: center top;
  }

  .banner-wrapper-content {
    padding-left: 0;
  }

  .banner-wrapper-content h1 {
    font-size: 20px;
  }

  .banner-wrapper-content h1 span {
    margin-top: 30px;
    font-size: 25px;
    letter-spacing: 2px;
  }

  .banner-wrapper-content h1 small {
    margin-top: 20px;
    font-size: 18px;
  }

  .banner-wrapper-content .default-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}


.banner-widget-area {
  padding-top: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/banners/banner-bg-5.png);
}
.banner-widget-area::before {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: var(--blackColor);
}

.banner-widget-content .content {
  right: 0;
  left: 15px;
  margin: auto;
  bottom: 75px;
  position: absolute;
  text-align: center;
}
.banner-widget-content .content h1 {
  font-size: 100px;
  line-height: 1.3;
  color: var(--whiteColor);
}
.banner-widget-content .content h1 span {
  margin-right: 170px;
}
.banner-widget-content .content .background-text {
  z-index: -1;
  position: relative;
}
.banner-widget-content .content .show-text {
  margin-bottom: 50px;
}
.banner-widget-content .content .default-btn {
  background-color: var(--optionalColor);
}
.banner-widget-content .content .default-btn:hover {
  background-color: var(--mainColor);
}
.shape13 {
  left: 0;
  bottom: 0;
  position: absolute;
}

.shape15 {
  right: 500px;
  bottom: 140px;
  position: absolute;
}

/*================================================
About Area CSS
=================================================*/




.shape1 {
  left: 0;
  top: 50%;
  z-index: -1;
  position: absolute;
  transform: translateY(-50%);
}

.shape11 {
  left: 0;
  top: -793px;
  z-index: -1;
}

/*================================================
Request Quote Area CSS
=================================================*/
.request-quote-area.bg-image {
  background-color: var(--blackColor);
  background-image: url(../images/solicitar-info.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.request-quote-content {
  max-width: 925px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.request-quote-content h2 {
  font-size: 48px;
  max-width: 680px;
  margin-bottom: 18px;
  color: var(--mainColor);
  text-align: left;
  font-weight: 700;
}


.request-quote-content p {
  color: #4e4a52;
}
.request-quote-content .default-btn {
  margin-top: 15px;
}

/*================================================
Performance Specifications Area CSS
=================================================*/

.single-performance-specifications-info {
  padding: 40px;
  border-radius: 5px;
  margin-bottom: 25px;
  transition: var(--transition);
  background-color: #e6e1e362;
  min-height: 200px;

  width: 100%;
  height: 80%;
}
.single-performance-specifications-info .icon {
  width: 100px;
  height: 100px;
  flex: 0 0 auto;
  text-align: center;
  margin-right: 20px;
  line-height: 100px;
  border-radius: 100%;
  display: inline-block;
}
.single-performance-specifications-info .content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #003372;
  font-weight: 700;
}
.single-performance-specifications-info .content .link-btn {
  color: var(--mainColor);
  padding-right: 22px;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--headingFontFamily);
}
.single-performance-specifications-info .content .link-btn i {
  top: 50%;
  right: -3px;
  line-height: 1;
  margin-top: 1px;
  position: absolute;
  transform: translateY(-50%);
}
.single-performance-specifications-info .content .link-btn:hover {
  color: var(--optionalColor);
}
.single-performance-specifications-info .image {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -2;
  visibility: hidden;
  position: absolute;
  transition: var(--transition);
}
.single-performance-specifications-info::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  border-radius: 5px;
  transition: var(--transition);
  border: 1px solid var(--mainColor);
}
.single-performance-specifications-info:hover .image {
  opacity: 1;
  visibility: visible;
}
.single-performance-specifications-info:hover::before {
  opacity: 1;
  visibility: visible;
}
.single-performance-specifications-info.style-3 {
  padding: 40px 55px;
  border: 2px dashed rgba(17, 24, 39, 0.06);
  box-shadow: 0px 4px 50px 0px rgba(17, 24, 39, 0.06);
}
.single-performance-specifications-info.style-3 .icon {
  width: 75px;
  height: 75px;
  margin-right: 30px;
  line-height: 75px;
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.single-performance-specifications-info.style-3 .icon span {
  font-size: 25px;
  font-weight: 600;
  font-family: var(--headingFontFamily);
}
.single-performance-specifications-info.style-3 .image {
  opacity: 1;
  visibility: visible;
}
.single-performance-specifications-info.style-3::before {
  display: none;
}
.single-performance-specifications-info.style-3:hover {
  border-color: var(--mainColor);
}

.shape2 {
  top: -10px;
  z-index: -1;
  right: -45px;
  position: absolute;
}

.shape14 {
  right: 0;
  top: 125px;
  z-index: -1;
  position: absolute;
}


/*================================================
FAQ Area CSS
=================================================*/
.faq-area {
  padding-top: 70px;
  padding-bottom: 90px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
}

.faq-area .section-title {
  text-align: left !important;
  margin-left: 0 !important;
  max-width: 100% !important;
  margin-bottom: 45px;
}

.faq-area .section-title .sub-title {
  color: #4f6fae;
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.faq-area .section-title h2 {
  color: #073878;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 45px;
}

.faq-accordion.accordion .accordion-item {
  background-color: #d9d9d931;
  border: 0;
  border-radius: 12px;
  margin-bottom: 25px;
}

.faq-accordion.accordion .accordion-item .accordion-button {
  color: #4e4a52;
  padding: 28px 65px 28px 30px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
}


.faq-accordion.accordion .accordion-item .accordion-body p {
  color: #111827;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
}

.faq-accordion.accordion .accordion-item .accordion-button::before {
  right: 30px;
  color: #073878;
  font-size: 22px;
}

/* Teléfono */
@media (max-width: 767px) {
  .faq-area {
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .faq-area .section-title h2 {
    font-size: 36px;
  }

  .faq-accordion.accordion .accordion-item .accordion-button {
    font-size: 18px;
    padding: 22px 55px 22px 22px;
  }

  .faq-accordion.accordion .accordion-item .accordion-body {
    padding: 0 22px 25px;
  }

  .faq-accordion.accordion .accordion-item .accordion-body p {
    font-size: 16px;
  }
}



/*================================================
Curso Area CSS
=================================================*/
.curso-hero {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.curso-hero-image {
  position: relative;
  overflow: hidden;
}

.curso-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.curso-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.05), rgba(255,255,255,0.85));
}

.curso-hero-title {
  position: absolute;
  bottom: 35px;
  z-index: 2;
  max-width: 850px;
}


.curso-hero-title h1 {
  color: #073878;
  font-size: 52px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 3px;
}



.curso-info {
  position: relative;
  background: #f3f3f3;
  padding: 35px 0 55px;
  
}

.curso-info h3 {
  color: #073878;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  
}

.curso-info-main {
  max-width: 900px;
  color: #073878;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}

.curso-info-small {
  max-width: 950px;
  font-size: 15px;
  line-height: 1.35;
  color: #555;
  margin-top: 18px;
}

.curso-triangulos {
  position: absolute;
  left: 90px;
  bottom: -28px;
  width: 90px;
}

/* Teléfono */
@media (max-width: 767px) {
  .curso-hero-image {
    height: 430px;
  }

  .curso-hero-title {
    left: 25px;
    bottom: 25px;
  }

  .curso-hero-title h1 {
    font-size: 34px;
    line-height: 1.2;
  }

  .curso-info {
    padding: 35px 20px 60px;
  }

  .curso-info-main {
    font-size: 17px;
  }

  .curso-triangulos {
    left: 25px;
    width: 70px;
  }
}

/*================================================
Features Area CSS
=================================================*/
.features-area.style-3 {
  background-color: rgb(255, 247, 237);
}

.single-features-card {
  background-color: #f7f7f7;
  border: none;
  border-radius: 0;
  padding: 80px 55px 70px;
  min-height: 283px;
  margin-bottom: 25px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.12);
  text-align: center !important;

  width: 100%;
  height: 100%;
}

.single-features-card h3 {
  font-size: 24px;
  color: #073878;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center !important;
}

.single-features-card a {
  display: block;
  font-size: 17px;
  line-height: 1.45;
  color: #222;
  text-align: justify !important;
  margin-bottom: 20px;
}

.single-features-card .number {
  left: 40px;
  bottom: 30px;
  color: #eee;
  margin-bottom: 0;
  position: absolute;
  transition: var(--transition);
  font-size: 35px;
  font-weight: 600;
}

.single-features-card:hover .number {
  color: var(--mainColor);
}



/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  padding-top: 60px;
  padding-bottom: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/page-title-bg.jpg);
}
.page-title-us {
  padding-top: 112px;
  padding-bottom: 112px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/banners/banner-us.webp);
}
.page-title-content h1 {
  font-size: 48px;
  margin-bottom: 15px;
}
.page-title-content h6 {
  max-width: 571px;
  color: var(--bodyColor);
  font-size: 20px;
  font-weight: 400;
}

.pagination {
  margin-top: 20px;
  margin-bottom: 25px;
}
.pagination .page-item {
  margin-right: 10px;
}
.pagination .page-item .page-link {
  height: 50px;
  width: 50px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  color: var(--blackColor);
  border: 1px solid #eee;
  transition: var(--transition);
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 30px rgba(17, 24, 39, 0.06);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--headingFontFamily);
}
.pagination .page-item .page-link i {
  left: 0;
  top: 0;
  line-height: 39px;
  position: relative;
  color: var(--mainColor);
  transition: var(--transition);
}
.pagination .page-item .page-link:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.pagination .page-item .page-link:hover i {
  color: var(--whiteColor);
}
.pagination .page-item .page-link.active {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.single-testimonial-info {
  padding: 30px;
  padding-bottom: 0;
  margin-bottom: 25px;
  border-radius: 0px 0px 0px 0px;
}
.single-testimonial-info .icon {
  margin-bottom: 20px;
}
.single-testimonial-info h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.single-testimonial-info p {
  margin-bottom: 25px;
}
.single-testimonial-info .star {
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-testimonial-info .star li i {
  color: rgb(253, 216, 54);
}
.single-testimonial-info .star li:last-child i {
  color: rgb(216, 216, 216);
}
.single-testimonial-info .user img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 5px solid var(--whiteColor);
}
.single-testimonial-info .bg-shape {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}

.destination-details-left-sidebar {
  margin-right: 40px;
  margin-bottom: 25px;
}
.destination-details-left-sidebar .image {
  margin-bottom: 25px;
}
.destination-details-left-sidebar .image img {
  border-radius: 20px;
}
.destination-details-left-sidebar .content h3 {
  font-size: 40px;
  margin-bottom: 12px;
}
.destination-details-left-sidebar .content .list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.destination-details-left-sidebar .content .list li {
  color: var(--blackColor);
  margin-bottom: 12px;
  padding-left: 32px;
  font-size: 20px;
  font-family: var(--headingFontFamily);
}
.destination-details-left-sidebar .content .list li i {
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  color: var(--optionalColor);
}
.destination-details-left-sidebar .content .list li:last-child {
  margin-bottom: 0;
}
.destination-details-left-sidebar .previous-next {
  margin-bottom: 25px;
  border-top: 1px solid rgb(238, 238, 238);
}
.destination-details-left-sidebar .previous-next .previous .icon {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 65px;
  margin-right: 20px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  color: var(--mainColor);
  transition: var(--transition);
  background-color: rgb(238, 238, 238);
}
.destination-details-left-sidebar .previous-next .previous .icon:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.destination-details-left-sidebar .previous-next .previous h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.destination-details-left-sidebar .previous-next .previous.next .icon {
  margin-left: 20px;
  margin-right: 0;
}

.destination-cursos-right-sidebar {
  padding: 50px;
  border-radius: 20px;
  margin-bottom: 25px;
  background-color: rgb(243, 244, 246);
}
.destination-cursos-right-sidebar .date-info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.05);
}
.destination-cursos-right-sidebar .date-info h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
.destination-cursos-right-sidebar .date-info:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}

.single-gallery-info {
  border-radius: 20px;
  margin-bottom: 25px;
  transition: var(--transition);
}
.single-gallery-info img {
  border-radius: 20px;
}
.single-gallery-info .icon {
  top: 50%;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  opacity: 0;
  font-size: 20px;
  position: absolute;
  line-height: 84px;
  visibility: hidden;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  color: var(--whiteColor);
  transform: translateY(-50%);
  transition: var(--transition);
  background-color: var(--mainColor);
}
.single-gallery-info .icon:hover {
  color: var(--mainColor);
  background-color: var(--whiteColor);
}
.single-gallery-info .icon.style-2 {
  width: 60px;
  height: 60px;
  line-height: 65px;
}
.single-gallery-info::before {
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  border-radius: 20px;
  transition: var(--transition);
  background-color: rgba(17, 24, 39, 0.7);
}
.single-gallery-info:hover .icon {
  opacity: 1;
  visibility: visible;
}
.single-gallery-info:hover::before {
  opacity: 1;
  visibility: visible;
}

.contact-content {
  margin-bottom: 25px;
  margin-right: 45px;
}
.contact-content .image {
  margin-bottom: 30px;
}
.contact-content .image img {
  border-radius: 20px;
}
.contact-content .content {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgb(238, 238, 238);
}
.contact-content .content span {
  margin-bottom: 10px;
}
.contact-content .content h3 {
  max-width: 228px;
  font-size: 24px;
  margin-bottom: 0;
}
.contact-content .content ul {
  margin-bottom: 0;
}
.contact-content .content ul li {
  margin-bottom: 4px;
}
.contact-content .content ul li a {
  font-size: 16px;
  font-weight: 700;
}
.contact-content .content ul li:last-child {
  margin-bottom: 0;
}

.contact-form {
  padding: 60px;
  margin-bottom: 25px;
  border-radius: 20px;
  background-color: rgb(243, 244, 246);
}
.contact-form .title {
  margin-bottom: 20px;
  color:#073878;
  font-weight: 800; 
}
.contact-form .title h2 {
  font-size: 40px;
  margin-bottom: 12px;
  color:#073878;
  font-weight: 700; 
}
.contact-form form .form-group {
  margin-bottom: 20px;
}
.contact-form form .form-group label {
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--optionalColor);
  text-transform: uppercase;
}
.contact-form form .form-group .form-control {
  height: 60px;
  border: unset;
  box-shadow: unset;
  padding-left: 20px;
  border-radius: 20px;
}
.contact-form form .form-group .form-control::-moz-placeholder {
  color: rgba(85, 85, 85, 0.5);
}
.contact-form form .form-group .form-control::placeholder {
  color: rgba(85, 85, 85, 0.5);
}
.contact-form form .form-group .form-control.textarea {
  height: 170px;
  padding-top: 20px;
}

.contact-map iframe {
  width: 100%;
  height: 626px;
  margin-bottom: -5px;
}

.login-image {
  margin-bottom: 25px;
}

.login-content {
  padding: 40px;
  margin-bottom: 25px;
  background-color: var(--whiteColor);
}
.login-content .title {
  margin-bottom: 30px;
}
.login-content .title h2 {
  font-size: 48px;
  margin-bottom: 12px;
}
.login-content .list li {
  margin-right: 15px;
}
.login-content .list li a {
  font-weight: 700;
  position: relative;
  border-radius: 20px;
  display: inline-block;
  padding: 15px 25px 15px 65px;
  border: 1px solid rgba(17, 24, 39, 0.1);
}
.login-content .list li a img {
  top: 50%;
  left: 30px;
  position: absolute;
  transform: translateY(-50%);
}
.login-content .list li:last-child {
  margin-right: 0;
}
.login-content .or {
  z-index: 1;
  display: block;
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.login-content .or span {
  padding-left: 30px;
  padding-right: 30px;
  background-color: var(--whiteColor);
}
.login-content .or::before {
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  z-index: -1;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  background-color: rgba(17, 24, 39, 0.1);
}
.login-content form .form-group {
  margin-bottom: 20px;
}
.login-content form .form-group label {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--blackColor);
}
.login-content form .form-group .form-control {
  border: 0;
  height: 60px;
  box-shadow: unset;
  padding-left: 20px;
  border-radius: 30px;
  background-color: rgb(243, 244, 246);
}
.login-content form .form-group .form-control::-moz-placeholder {
  color: rgba(85, 85, 85, 0.5);
}
.login-content form .form-group .form-control::placeholder {
  color: rgba(85, 85, 85, 0.5);
}
.login-content form .form-check {
  padding-left: 30px;
  position: relative;
  min-height: auto;
  margin-bottom: 0;
  margin-top: 20px;
}
.login-content form .form-check .form-check-input {
  left: 0;
  top: 50%;
  float: unset;
  width: 20px;
  height: 20px;
  cursor: pointer;
  box-shadow: unset;
  border-radius: 5px;
  position: absolute;
  transform: translateY(-50%);
  background-color: transparent;
  border: 1px solid var(--blackColor);
  margin-top: -1px;
  margin-left: 0;
}
.login-content form .form-check .form-check-input:checked {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}
.login-content form .form-check .form-check-label {
  cursor: pointer;
  font-weight: normal;
}
.login-content form .form-check .form-check-label a {
  font-weight: 700;
}
.login-content form .default-btn {
  width: 100%;
  padding: 16.5px 0;
  margin-top: 40px;
}

.single-pages-widget {
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: rgb(243, 244, 246);
}
.single-pages-widget h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.single-pages-widget.form .form-group {
  position: relative;
}
.single-pages-widget.form .form-group .form-control {
  height: 60px;
  border: unset;
  box-shadow: unset;
  padding-left: 20px;
  border-radius: 10px;
}
.single-pages-widget.form .form-group .form-control::-moz-placeholder {
  color: rgba(85, 85, 85, 0.5);
}
.single-pages-widget.form .form-group .form-control::placeholder {
  color: rgba(85, 85, 85, 0.5);
}
.single-pages-widget.form .form-group button {
  top: 50%;
  right: 5px;
  border: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  color: var(--whiteColor);
  transform: translateY(-50%);
  transition: var(--transition);
  background-color: var(--mainColor);
}
.single-pages-widget.form .form-group button:hover {
  background-color: var(--blackColor);
}
.single-pages-widget.recent-post .post-card {
  margin-bottom: 20px;
}
.single-pages-widget.recent-post .post-card .image {
  flex: 0 0 auto;
  display: block;
  margin-right: 20px;
}
.single-pages-widget.recent-post .post-card .image img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
.single-pages-widget.recent-post .post-card .content span {
  margin-bottom: 5px;
}
.single-pages-widget.recent-post .post-card .content h6 {
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--fontFamily);
}
.single-pages-widget.recent-post .post-card:last-child {
  margin-bottom: 0;
}
.single-pages-widget.categories ul li {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.05);
}
.single-pages-widget.categories ul li a {
  color: var(--bodyColor);
}
.single-pages-widget.categories ul li a:hover {
  color: var(--mainColor);
}
.single-pages-widget.categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: unset;
}
.single-pages-widget.tag ul li {
  margin-right: 10px;
  margin-bottom: 15px;
}
.single-pages-widget.tag ul li a {
  padding: 8px 13px;
  border-radius: 5px;
  display: inline-block;
  color: rgba(85, 85, 85, 0.7);
  background-color: var(--whiteColor);
}
.single-pages-widget.tag ul li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.single-pages-widget.tag ul li:last-child {
  margin-bottom: 0;
}


.categories-tags-info {
  margin-top: 20px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgb(238, 238, 238);
  border-bottom: 1px solid rgb(238, 238, 238);
}
.categories-tags-info .categories ul li {
  margin-left: 15px;
}
.categories-tags-info .categories ul li span {
  color: var(--blackColor);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--headingFontFamily);
}
.categories-tags-info .categories ul li a {
  color: var(--bodyColor);
}
.categories-tags-info .categories ul li a:hover {
  color: var(--mainColor);
}
.categories-tags-info .categories ul li:first-child {
  margin-left: 0;
}
.categories-tags-info .tag {
  text-align: end;
}
.categories-tags-info .tag ul li {
  margin-left: 15px;
}
.categories-tags-info .tag ul li span {
  color: var(--blackColor);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--headingFontFamily);
}
.categories-tags-info .tag ul li a {
  padding: 8px 13px;
  border-radius: 5px;
  display: inline-block;
  color: rgba(85, 85, 85, 0.7);
  background-color: rgb(243, 244, 246);
}
.categories-tags-info .tag ul li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.categories-tags-info .tag ul li:first-child {
  margin-left: 0;
}


.terms-conditions-content {
  margin-bottom: 25px;
}
.terms-conditions-content .title {
  margin-bottom: 25px;
}
.terms-conditions-content .title h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.terms-conditions-content .title p a {
  color: #92210f;
  text-decoration: none;
}
.terms-conditions-content .title p a:hover {
  color: var(--blackColor);
}
.terms-conditions-content .title ul li {
  margin-bottom: 10px;
}
.terms-conditions-content .title ul li:last-child {
  margin-bottom: 0;
}
.terms-conditions-content .title ul.general li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.terms-conditions-content .title ul.general li:last-child {
  margin-bottom: 0;
}
.terms-conditions-content .title ul.general li strong {
  left: 0;
  position: absolute;
}
.terms-conditions-content .title ul.confidential li {
  padding-left: 20px;
  position: relative;
}
.terms-conditions-content .title ul.confidential li a {
  color: #92210f;
  text-decoration: none;
}
.terms-conditions-content .title ul.confidential li a:hover {
  color: var(--blackColor);
}
.terms-conditions-content .title ul.confidential li::before {
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: var(--blackColor);
}
.terms-conditions-content .title strong {
  color: var(--blackColor);
}
.terms-conditions-content .title:last-child {
  margin-bottom: 0;
}

.error-area {
  background-color: #e9fcff;
}

.error-content {
  margin-bottom: 25px;
}
.error-content h1 {
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 200px;
  font-weight: 700;
  color: #92210f;
}
.error-content h1 span {
  color: var(--blackColor);
}
.error-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.error-content a {
  margin-top: 10px;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-clean {
    background: #fff;
    border-top: 1px solid #d9dee8;
    padding-top: 55px;
}

.footer-clean .footer-main {
    padding-bottom: 28px;
    border-bottom: none;
}

.footer-clean .footer-copy {
    border-top: 1px solid #d9dee8;
}

.footer-clean .single-footer-widget {
    margin-bottom: 0;
}

.footer-clean .single-footer-widget .logo img {
    max-width: 200px;
    margin-bottom: 18px;
    text-align: left;
}

.footer-clean .single-footer-widget h3 {
    color: #073878;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
}

.footer-clean .single-footer-widget p,
.footer-clean .single-footer-widget a {
    color: #244a82;
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
}

.footer-clean .socials-link a {
    color: #244a82;
    font-size: 22px;
    margin-right: 10px;
}

.footer-clean .footer-copy {
    padding: 22px 0;
    background: transparent;
}

.footer-clean .footer-copy p {
    color: #244a82;
    font-size: 14px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .footer-clean {
        padding-top: 35px;
        text-align: center;
    }

    .footer-clean .single-footer-widget {
        margin-bottom: 25px;
    }

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

    .footer-clean .footer-copy .text-md-end {
        text-align: center !important;
        margin-top: 10px;
    }
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  z-index: 4;
  opacity: 0;
  right: 20px;
  width: 43px;
  height: 45px;
  bottom: 20px;
  font-size: 28px;
  cursor: pointer;
  visibility: hidden;
  color: var(--whiteColor);
  transition: var(--transition);
  background-color: var(--optionalColor);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
  left: 0;
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.go-top.active {
  opacity: 1;
  bottom: 20px;
  visibility: visible;
}
.go-top:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}/*# sourceMappingURL=style.css.map */

.banner-wrapper-us { 
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/banners/banner-us.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #d9d9d9;
}



.custom-banner-content{
    position: relative;
    height: 720px;
    z-index: 2;
}

     
.banner-bottom-text {
  position: absolute;
  left: 50px;
  bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #4a4a4a;
  margin: 0;
  letter-spacing: 1px;
}

.banner-title-us {
    font-size: 72px;
    font-weight: 700;
    color: #0d3b82;
    line-height: 1.1;
    margin-bottom: 50px;
}
.banner-text-us {
    color: #073878;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 4px;
    max-width: 850px;
    text-align: left;
    margin: 0;
}

@media (max-width: 767px) {
  .banner-wrapper-us {
    padding-top: 45px;
    min-height: 760px;
    background-size: 130%;
    background-position: center;
  }

  .custom-banner-content {
    min-height: 720px;
    height: auto;
  }

  .banner-title-us {
    position: relative;
    top: auto;
    left: auto;
    font-size: 42px;
    line-height: 1.05;
    max-width: 360px;
    margin-bottom: 22px;
    letter-spacing: 1px;
  }

  .banner-text-us {
    left: auto;
    bottom: auto;
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: 1.5px;
  }

  .banner-bottom-text {
    position: absolute;
    left: 0;
    bottom: 35px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.banner-title {
    position: absolute;
    top: 80px;
    left: 50px;

    font-size: 72px;
    font-weight: 700;
    color: #0d3b82;
    line-height: 1.1;
}

.banner-text {
    position: absolute;
    top: 210px;
    left: 50px;

    max-width: 850px;
    text-align: left;
    line-height: 1.45;
    font-weight: 400;
    color: #073878;
    font-size: 24px;
    letter-spacing: 4px;
}




/* Tipografía general */
body {
    font-family: 'Montserrat', sans-serif;
}

/* Para que todo herede Montserrat */
* {
    font-family: 'Montserrat', sans-serif;
}

/* Quitar negritas del menú */
.navbar-area .navbar-nav .nav-item .nav-link {
    font-weight: 400 !important;
}

.mvv-section {
    background-color: #ffffff;
    margin-bottom: 60px;
    margin-top: 60px;
}



.mvv-card {
    background-color: #f7f7f7;
    padding: 55px 45px;
    min-height: 300px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.12);

    width: 100%;
    height: 100%;
}

.mvv-card h3 {
    color: #073878;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 2px;
}

.mvv-card p {
    color: #222;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    margin: 0;
}



.about-area {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;

}

.about-image {
    position: relative;
    padding-right: 40px;
}

.about-image .image {
    overflow: hidden;
    border-radius: 25px;
}

.about-image .image img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 25px;
}

/* EFECTO COMO REFERENCIA */

.image-left {
    margin-top: 60px;
}

.image-right {
    margin-bottom: 60px;
}

/* TEXTO */

.about-content {
  padding-left: 0;
  max-width: 900px;

}

.about-content h2 {
  font-size: 34px;
  line-height: 1.25;
  color: #073878;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 700;
}

.about-content .sub-title {
  color: #4f6fae;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-content p {
  font-size: 20px;
  line-height: 1.5;
  color: #222;
  text-align: justify;
  margin-bottom: 25px;
}
.features-area {
  padding-top: 20px;
}

.about-content.style-2 .afac-text {
  font-size: 12px;
  line-height: 1.4;
  color: #555;
  max-width: 900px;
  margin-bottom: 30px;
}

.about-content.style-2 {
  max-width: 900px;
}

.about-content.style-2 h2 {
  font-size: 32px;
  color: #002b66;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.about-content.style-2 .sub-title {
  font-size: 20px;
  color: #3f64a5;
  letter-spacing: 2px;
  line-height: 1.5;
  max-width: 800px;
  margin-bottom: 20px;
}

.about-content.style-2 p {
  font-size: 20px;
  line-height: 1.6;
  color: #555;
  max-width: 1500px;
  margin-bottom: 20px;
}

.about-content.style-2 a {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  max-width: 1300px;
  margin-bottom: 30px;
  text-decoration: none;
}

.about-content.style-2 div {
  text-align: center;
}

.about-content.style-2 .afac-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.about-content.style-2 .afac-img img {
  max-width: 350px;
  width: 100%;
  height: auto;
  display: block;
}

.quote-video-area .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.quote-video-area {
  padding: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #f3f3f3;
  overflow: hidden;
}

.quote-video-wrapper {
  display: grid;
  grid-template-columns: 28% 12% 60%; 
  align-items: center; 
  gap: 0;
}

.quote-video {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.quote-video video {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.quote-text {
  padding-left: 75px;
}

.quote-text h2 {
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: 3px;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  margin: 0;
}


.quote-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(243,243,243,0.75) 0%,
    rgba(243,243,243,0.35) 45%,
    rgba(243,243,243,0.95) 100%
  );
  pointer-events: none;
}

.quote-triangles {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  margin-right: -65px;
}

.quote-triangles img {
  max-width: 150px;
  width: 150px;
  height: auto;
}


/* Responsive */
@media (max-width: 991px) {
  .quote-video-wrapper {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }

  .quote-text h2 {
    font-size: 26px;
    text-align: center;
  }

  .quote-text {
    padding-left: 0;
    text-align: center;
    padding: 20px 25px;
  }

  .quote-triangles img {
    max-width: 100px;
    transform: rotate(90deg);
    margin-right: 55px;
    padding: 25px 0;

  }

  .quote-video video {
    height: 260px;
  }
}

.standards-area {
  padding: 90px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #ffffff;
}

.standards-box {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
}

.standards-left {
  padding-right: 60px;
}

.standards-left h2 {
  font-size: 30px;
  color: #073878;
  font-weight: 700;
  margin-bottom: 35px;
  letter-spacing: 2px;
}

.standards-left span {
  display: block;
  color: #4f6fae;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.standards-left ul {
  padding-left: 20px;
  margin: 0;
}

.standards-left ul li {
  font-size: 19px;
  line-height: 1.35;
  color: #222;
  margin-bottom: 22px;
}

.standards-area {
  position: relative;
  overflow: hidden;
}

.standards-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: #f3f3f3;
  z-index: 0;
}

.standards-area .container {
  position: relative;
  z-index: 1;
}

.standards-right {
  background: transparent;
  padding: 55px 45px;
}

.standard-item {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 35px;
}

.standard-item:last-child {
  margin-bottom: 0;
}

.standard-item img {
  width: 75px;
  height: auto;
  transform: translateX(-50px);
}

.standard-item div {
  background: #f7f7f7;
  padding: 18px 35px;
  min-width: 260px;
  text-align: center;
  box-shadow: 10px 12px 18px rgba(0, 0, 0, 0.15);
  color: #222;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 991px) {
  .standards-box {
    grid-template-columns: 1fr;
  }

  .standards-left {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .standards-right {
    padding: 35px 20px;
  }

  .standard-item {
    gap: 15px;
  }

  .standard-item img {
    width: 55px;
    transform: translateX(-0px);

  }

  .standard-item div {
    min-width: auto;
    width: 100%;
  }
}

.about-area {
  border-bottom: 1px solid #d9d9d9;
}

.about-area {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}


.about-area .container-fluid {
  position: relative;
  z-index: 2;
}

.about-image-single {
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
  height: 540px;
  z-index: 1;
}

.about-image-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (max-width: 767px) {
  .standards-area::after {
    display: none;
  }

  .standards-right {
    background: #f3f3f3;
    padding: 50px 20px;
    margin-top: 35px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 767px) {
  .about-area::after {
    display: none;
  }

  .about-image-single {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 300px;
    margin-top: 35px;
    background: #f3f3f3;
  }

  .about-image-single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .about-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.curso-detalle {
  padding: 70px 0 60px;
  border-bottom: 1px solid #d9d9d9;
}

.curso-detalle h2 {
  color: #073878;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 45px;
}

.curso-detalle .sub-title {
  color: #4f6fae;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 22px;
}

.curso-detalle p {
  max-width: 1000px;
  font-size: 21px;
  line-height: 1.45;
  color: #222;
  margin-bottom: 40px;
}

.curso-detalle ul {
  padding-left: 25px;
  margin-top: -20px;
}

.curso-detalle li {
  font-size: 20px;
  line-height: 1.35;
  color: #555;
}
.curso-detalle li::marker {
  color: #4f6fae;
}

.horarios-curso {
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  overflow: hidden;
}

.horarios-img {
  width: 100%;
  max-width: 360px;
  display: block;
  margin: 0 auto;
}

.horarios-title {
  margin-bottom: 25px;
}

.horarios-title h2 {
  color: #073878;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 8px;
  margin-bottom: 0;
}

.horarios-title p {
  color: #073878;
  font-size: 22px;
  letter-spacing: 2px;
}

.horario-card {
  background: #f3f3f3;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
  min-height: 250px;
  min-width: 150px;
}

.horario-card h3 {
  color: #073878;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.horario-card p {
  font-size: 13px;
  color: #222;
  margin-bottom: 18px;
}

/* Teléfono */
@media (max-width: 767px) {
  .horarios-title {
    text-align: center;
    margin-top: 30px;
  }

  .horario-card {
    margin-bottom: 25px;
  }

  .horarios-img {
    max-width: 280px;
  }
}

.plan-estudios {
  padding: 55px 0 0;
  background: #f3f3f3;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}

.plan-content {
  padding-left: 40px;
}

.plan-content h2 {
  color: #073878;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.plan-content ul {
  margin-bottom: 22px;
  padding-left: 20px;
}

.plan-content li {
  color: #4a4a4a;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 7px;
}

.plan-img {
  width: 80%  !important; 
  max-width: 1030px;
  display: block;
  margin-left: auto;
  margin-right: 30px;
  margin-bottom: -280px;
}

/* Teléfono */
@media (max-width: 767px) {
  .plan-content {
    padding-left: 0;
  }

  .plan-content h2 {
    font-size: 22px;
  }

  .plan-content li {
    font-size: 15px;
  }

  .plan-img {
    max-width: 300px;
    margin: 20px auto 0;
  }
}

.requisitos-curso {
  position: relative;
  padding: 70px 0 0;
  border-bottom: 1px solid #d9d9d9;
  overflow: visible;
}

.requisitos-curso::before {
  content: "";
  position: absolute;
  left: 80px;
  bottom: -28px;
  width: 90px;
  height: 55px;
  background-image: url("../images/triangulos.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.requisitos-img-box {
  height: 560px;
  display: flex;
  align-items: flex-end;
}

.requisitos-img-box img {
  width: 100%;
  max-width: 360px;
  object-fit: contain;
  margin-bottom: -27px;
}

.requisitos-content {
  max-width: 650px;
  padding-bottom: 60px;
}

.requisitos-content h2 {
  color: #073878;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.requisitos-content p,
.requisitos-content li {
  color: #555;
  font-size: 17px;
  line-height: 1.45;
}

.requisitos-content ol,
.requisitos-content ul {
  padding-left: 18px;
  margin-bottom: 35px;
}

.requisitos-content li::marker {
  color: #073878;
}

.requisitos-triangulos {
  position: absolute;
  left: 40px;
  bottom: -5px;
  width: 90px;
}

/* Teléfono */
@media (max-width: 767px) {
  .requisitos-curso {
    padding: 45px 0 0;
  }

  .requisitos-img-box {
    height: auto;
    justify-content: center;
    margin-bottom: 30px;
  }

  .requisitos-img-box img {
    max-width: 280px;
  }

  .requisitos-content {
    padding-bottom: 70px;
  }

  .requisitos-content h2 {
    font-size: 18px;
  }

  .requisitos-content p,
  .requisitos-content li {
    font-size: 15px;
  }

  .requisitos-triangulos {
    left: 25px;
    width: 70px;
  }
}

.cursos-extra {
  padding: 55px 0 60px;
  border-bottom: 1px solid #d9d9d9;
}

.curso-extra-card {
  background: #f3f3f3;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 12px 12px 22px rgba(0,0,0,0.15);
}

.curso-extra-card h3 {
  color: #073878;
  font-size: 27px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
}

@media (max-width: 767px) {
  .curso-extra-card {
    margin-bottom: 25px;
    min-height: 150px;
  }

  .curso-extra-card h3 {
    font-size: 22px;
  }
}

.simulador-hero {
  height: 820px;
  background-image: linear-gradient(
      rgba(255,255,255,.55),
      rgba(255,255,255,.55)
    ),
    url("../images/simulador-hero.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
  border-bottom: 1px solid #d9d9d9;
}

.simulador-hero h1 {
  color: #073878;
  font-size: 58px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
  max-width: 860px;
}

.hero-triangle {
  height: 0;
  padding-left: 90px;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.hero-triangle img {
  width: 90px;
  transform: translateY(-28px);
}
/* Teléfono */
@media (max-width: 767px) {
  .simulador-hero {
    height: 520px;
    background-position: center top;
    padding-bottom: 55px;
  }

  .simulador-hero h1 {
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 2px;
  }

  .hero-triangle {
    padding-left: 25px;
    margin-top: -28px;
  }

  .hero-triangle img {
    width: 80px;
  }
}

.sim-info-section {
  background: #f3f3f3;
  padding: 70px 0 90px;
}

.sim-info-content {
  max-width: 1000px;
}

.sim-info-content h3 {
  color: #073878;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 35px;
}

.sim-info-content p {
  color: #6f6f76;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.sim-info-content .sim-info-main {
  color: #073878;
  font-weight: 700;
}

.sim-info-content strong {
  font-weight: 700;
}

.sim-explora-section {
  background: #fff;
  padding: 45px 0 30px;
}

.sim-explora-section h2 {
  color: #073878;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  max-width: 720px;
}

.sim-explora-section p {
  color: #6f6f76;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 1px;
  max-width: 1000px;
}

/* Teléfono */
@media (max-width: 767px) {
  .sim-info-section {
    padding: 45px 0 55px;
  }

  .sim-info-content h3 {
    font-size: 21px;
    margin-bottom: 25px;
  }

  .sim-info-content p,
  .sim-explora-section p {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: .5px;
  }

  .sim-explora-section {
    padding: 35px 0 25px;
  }

  .sim-explora-section h2 {
    font-size: 22px;
    letter-spacing: 1px;
  }
}

.sim-gray-box {
  width: 100%;
  height: 260px; /* ajusta el alto */
  background-color: #f3f3f3;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.psu-video-section {
  padding: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}

.psu-video-section .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.psu-video-wrapper {
  display: grid;
  grid-template-columns: 42% 10% 48%;
  align-items: stretch;
  min-height: 520px;
}

.psu-video-text {
  padding-left: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.psu-video-text h3 {
  color: #073878;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 5px;
  margin-bottom: 35px;
}

.psu-video-text h3 span {
  font-size: 16px;
  letter-spacing: 1px;
  color: #4f6fae;
}

.psu-video-text p {
  max-width: 460px;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 3px;
  color: #555;
  margin-bottom: 35px;
}

.psu-video-text h2 {
  font-size: 32px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 4px;
  color: #111;
}

.psu-video-text h2 span {
  color: #073878;
}

.psu-arrows {
  justify-self: center;
  align-self: center;
  z-index: 3;
  margin-right: -60px;
}

.psu-arrows img {
  width: 120px;
  height: auto;
  display: block;
}

.psu-video-wrapper {
  display: grid;
  grid-template-columns: 45% 10% 35%;
  align-items: center;
  justify-content: space-between;
}

.psu-video-box {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 520px;
  justify-self: end;
  overflow: hidden;
}

.psu-video-box iframe,
.psu-video-box video {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.psu-video-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.75) 0%,
    rgba(255,255,255,0.35) 45%,
    rgba(255,255,255,0.95) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 58px;
  height: 58px;
  z-index: 2;
  border-radius: 50%;
  background: rgba(0,0,0,0.45);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}


@media (max-width: 767px) {
  .psu-video-box {
    height: 280px;
  }
  .psu-arrows {
    text-align: center;
    margin: 0;
  }

  .psu-arrows img {
    width: 85px;
    margin: 0 auto;
  }

  .psu-video-box {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .psu-video-section {
    padding: 45px 0;
  }

  .psu-video-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .psu-video-text {
    text-align: left;
    padding-left: 10px;
  }

  .psu-video-text h3 {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }

  .psu-video-text h3 span {
    font-size: 14px;
  }

  .psu-video-text p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }

  .psu-video-text h2 {
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: 2px;
  }



  .psu-video-box video,
  .psu-video-box iframe {
    width: 100%;
    height: 480px;
    object-fit: cover;
  }

  .play-btn {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
}


.admisiones-hero {
  height: 750px;
  background-image: linear-gradient(
      rgba(255,255,255,.55),
      rgba(255,255,255,.78)
    ),
    url("../images/admisiones-hero.png");
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #d9d9d9;
}

.admisiones-hero h1 {
  color: #073878;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 55px;
}

.admisiones-intro {
  background: #f3f3f3;
  padding: 45px 0 55px;
  border-bottom: 1px solid #d9d9d9;
}

.admisiones-intro span {
  display: block;
  color: #073878;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.admisiones-intro p {
  color: #073878;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 1px;
  max-width: 920px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .admisiones-hero {
    height: 360px;
    background-position: center top;
  }

  .admisiones-hero h1 {
    font-size: 34px;
    letter-spacing: 2px;
    margin-bottom: 35px;
  }

  .admisiones-intro {
    padding: 35px 0 40px;
  }

  .admisiones-intro span {
    font-size: 15px;
  }

  .admisiones-intro p {
    font-size: 18px;
  }
}

.admisiones-requisitos {
  padding: 55px 0 70px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.admisiones-requisitos h2 {
  color: #073878;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 45px;
}

.requisitos-lista {
  color: #6f6f6f;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 45px;
}

.requisitos-lista li::marker {
  color: #6f6f6f;
  font-weight: 600;
}

.requisitos-nota {
  color: #333;
  font-size: 16px;
  line-height: 1.35;
  text-align: justify;
  max-width: 560px;
}

.modalidades-text {
  color: #6f6f6f;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
  margin-bottom: 45px;
}

.reconocimientos-title {
  margin-bottom: 25px !important;
}

.reconocimientos-lista {
  color: #111;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  padding-left: 20px;
}

.admisiones-divider {
  position: relative;
  border-top: 1px solid #d9d9d9;
  margin: 55px 0 40px;
}

.admisiones-divider img {
  width: 90px;
  position: absolute;
  left: 70px;
  top: -28px;
}

.proceso-title {
  margin-bottom: 85px !important;
}

.proceso-grid {
  display: grid;
  grid-template-columns: 1fr 55px 1fr 55px 1fr 55px 1fr;
  align-items: center;
  gap: 18px;
}

.proceso-item span {
  display: block;
  color: #4f6fae;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 20px;
}

.proceso-card {
  background: #f1eeee;
  min-height: 220px;
  padding: 42px 28px;
  box-shadow: 12px 14px 20px rgba(0,0,0,.15);
  text-align: justify;
}

.proceso-card h3 {
  color: #073878;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 15px;
  text-align: center;
}

.proceso-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: justify;
  margin: 0;
}

.proceso-arrow img {
  width: 55px;
  display: block;
  margin-top: 55px;
}

/* Responsive */
@media (max-width: 991px) {
  .admisiones-top {
    gap: 35px;
  }

  .proceso-grid {
    grid-template-columns: 1fr;
  }

  .proceso-arrow {
    text-align: center;
  }

  .proceso-arrow img {
    width: 60px;
    margin: 10px auto 25px;
    transform: rotate(90deg);
  }

  .proceso-title {
    margin-bottom: 45px !important;
  }
}

@media (max-width: 767px) {
  .admisiones-requisitos {
    padding: 40px 0 55px;
  }

  .admisiones-requisitos h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .requisitos-lista,
  .modalidades-text,
  .reconocimientos-lista {
    font-size: 16px;
  }

  .admisiones-divider img {
    left: 25px;
    width: 70px;
    top: -22px;
  }

  .proceso-card {
    min-height: auto;
    padding: 35px 25px;
  }
}

.bienvenida-bordo {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.bienvenida-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  border-bottom: 1px solid #d9d9d9;
}

.bienvenida-row:last-child {
  border-bottom: 0;
}

.bienvenida-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 60px;
}

.bienvenida-text h2 {
  color: #073878;
  font-size: 34px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;
  text-shadow: 8px 8px 12px rgba(0,0,0,.18);
}

.bienvenida-img {
  position: relative;
  overflow: hidden;
}

.bienvenida-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: .65;
}

.bienvenida-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,.25),
    rgba(255,255,255,.65)
  );
}

.bienvenida-row.reverse .bienvenida-text {
  order: 2;
}

.bienvenida-row.reverse .bienvenida-img {
  order: 1;
}

/* Responsive */
@media (max-width: 767px) {
  .bienvenida-row {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .bienvenida-text {
    padding: 70px 25px;
  }

  .bienvenida-text h2 {
    font-size: 28px;
  }

  .bienvenida-img {
    height: 380px;
  }

  .bienvenida-row.reverse .bienvenida-text,
  .bienvenida-row.reverse .bienvenida-img {
    order: initial;
  }
}

.contacto-hero {
  height: 820px;
  background-image: linear-gradient(
      rgba(255,255,255,.55),
      rgba(255,255,255,.85)
    ),
    url("../images/contacto-hero.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.contacto-hero-content {
  margin-bottom: 45px;
}

.contacto-hero h1 {
  color: #073878;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

.contacto-hero span {
  color: #4f6fae;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.contacto-intro {
  background: #f3f3f3;
  padding: 35px 0 45px;
  border-bottom: 1px solid #d9d9d9;
}

.contacto-intro h2 {
  color: #073878;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  max-width: 900px;
  margin: 0;
}

@media (max-width: 767px) {
  .contacto-hero {
    height: 380px;
    background-position: center;
  }

  .contacto-hero h1 {
    font-size: 36px;
  }

  .contacto-hero span {
    font-size: 14px;
  }

  .contacto-intro h2 {
    font-size: 20px;
  }
}

.contacto-datos {
  padding: 45px 0 55px;
  background: #fff;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.contacto-dato h3 {
  color: #073878;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.contacto-dato p {
  color: #073878;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 1.5px;
  margin: 0;
}

@media (max-width: 767px) {
  .contacto-dato {
    margin-bottom: 35px;
  }

  .contacto-dato h3 {
    font-size: 20px;
  }

  .contacto-dato p {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.contact-video {
  width: 100%;
  height: 840px; /* ajusta el alto */
  overflow: hidden;
  position: relative;
}

.contact-video video {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.15) 0%,
    rgba(255,255,255,0.35) 50%,
    rgba(255,255,255,0.85) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.frase-mobile {
  display: none;
}

@media (max-width: 767px) {
  .frase-desktop {
    display: none;
  }

  .frase-mobile {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .explora-aviatrix .single-performance-specifications-info {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
  }

  .explora-aviatrix .single-performance-specifications-info .content h3 {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.banner-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}

.banner-actions p {
  margin: 0;
  color: #4e4a52;
  font-size: 35px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .banner-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .banner-actions p {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {

  .nofa-responsive-nav .logo img {
    max-width: 100px;
    width: 100%;
    height: auto;
    display: block;
  }

}

.nofa-nav .navbar {
    align-items: center;
}

.nofa-nav .navbar .navbar-nav {
    margin-top: 25px;
}

.banner-wrapper-content {
    position: relative;
    top: 80px; /* ajusta el valor a tu gusto */
}

