
/*--------------------------------------------------------------
>>> BOOTSTRAP FIXES
----------------------------------------------------------------*/
.faqs a{
  color:#003C4B;
}
.post, .page {
  margin: 0px;
}
.h1 {
  text-transform: uppercase;
}
.h2 {
  margin-bottom: 20px;
}
a {
  color: #CCC;
  text-decoration: none;
}
.compensate-for-scrollbar {
  margin-right: 0px!important;
}
.disable-container .container {
    padding: 0px!important;
}
.container-fluid {
  --bs-gutter-x: 0;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #CCC;
  background-color: transparent;
}
.nav-tabs {
  border-bottom: 4px solid #CCC;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: transparent;
  background: transparent;
}
.nav-tabs .nav-link {
  border: none;
}
.nav-tabs .nav-link {
  margin-bottom: 0px;
}
.tab-content {
  padding: 30px 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #CCC;
  border-bottom: 4px solid #CCC;
}
.wp-video {
  margin-bottom: 20px;
}
.mejs-controls {
  display: none !important;
  visibility: hidden !important;
}

.accordion-body {
  padding: 0px 15px 5px 15px;

}

/*--------------------------------------------------------------
>>> CF7 FIXES
----------------------------------------------------------------*/

span.form-control {
    padding: 0px;
    margin: 15px 0px;
}
.wpcf7-list-item.first {
    margin-left: 0px!important;
}
.wpcf7 form .wpcf7-response-output {
    font-size: .85rem;
    border: none!important;
    margin: 0px;
    border: 0px;
    margin-bottom: 15px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

/*--------------------------------------------------------------
>>> GLOBAL CLASSES
----------------------------------------------------------------*/

*, html {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5 {
  font-weight: 700;
}
h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
section {
  margin: 50px 0px;
}
a {
	text-decoration: none;
}
a:visited {
  color: #000;
}
a:focus {
  outline: none;
}

a, button, .btn {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ol li::marker {
  font-size: 1.25rem;
  font-weight: 700;
  color: #CCC;
}

.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.py-30 {
  padding: 30px 0px!important;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.py-50 {
  padding: 50px 0px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.py-100 {
  padding: 100px 0px;
}

.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.my-15 {
    margin: 15px 0px!important;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.my-30 {
    margin: 30px 0px!important;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.my-50 {
    margin: 50px 0px!important;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.my-100 {
  margin: 100px 0px;
}

.pr-0 {
  padding-right: 0px!important;
}
.pl-0 {
  padding-left: 0px!important;
}
@media screen and (max-width: 992px) {
  .pr-0 {
    padding-right: 12px!important;
  }
  .pl-0 {
    padding-left: 12px!important;
  }
}

.pos-relative {
  position: relative;
}

ul.list-inline {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
ul.list-inline li {
	display: inline-block;
}

b, strong {
  font-weight: 700;
}

.w-400 {
  font-weight: 400!important;
}
.w-700 {
  font-weight: 700!important;
}

.input-search {
  position: relative;
}
.input-search i {
  position: absolute;
  top: 14px;
  right: 12px;
}
.input-search input {
  padding-right: 35px;
}
.bg-gray {
  background: #CCC;
}
.tab-content a {
    text-decoration: underline;
}
.tab-content article a {
  text-decoration: none;
}
.circle-img {
  border-radius: 50%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  p {
    line-height: 1.75rem;
  }
}


/*--------------------------------------------------------------
>>> BUTTONS
----------------------------------------------------------------*/

.btn.btn-main {
  padding: 12px 30px 10px 30px;
  background: #CCC;
  color: #FFF;
}
.btn.btn-main:hover {
  background: #CCC;
}
.btn.btn-white {
  padding: 10px 15px;
  background: #FFF;
  color: #CCC;
  border: 1px solid #CCC;
  margin: 15px auto;
}
.btn.btn-main:hover {
  background: #CCC;
}

.btn.btn-link {
  padding: 5px;
  color: #000;
  border-bottom: 2px solid #CCC;
  border-radius: 0px;
  text-decoration: none;
  margin-top: 15px;
  font-size: 1.25rem;
}
.btn.btn-link i {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-link:hover i {
  padding-left: 7px;
}
.btn.main-download span {
  color: #CCC;
}
.btn.main-download p {
  margin-bottom: 0px;
  position: relative;
  top: -5px;
}
.btn.main-download {
  font-weight: 200;
  padding: 12px 15px 10px 0px;
  border-bottom: 1px solid #eaeaea;
  border-radius: 0px;
}
.btn.main-download:hover {
  background: #f7f7f7;
  border-radius: 3px;
}
span.download {
  font-weight: 400;
  color: #CCC!important;
}

@media screen and (max-width: 992px) {
  span.download {
    display: block;
    margin: 10px auto;
  }
  .btn.main-download p {
    top: 0px;
  }
}



/*--------------------------------------------------------------
>>> PAGINATION
----------------------------------------------------------------*/

.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0px 0px 70px 0px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 4px!important;
    color: #000;
    background: transparent;
    font-size: .9em;
    margin-bottom: 10px;
    border-radius: 3px;
    margin-right: 10px!important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #ececec;
    font-weight: 600;
}
.wp-pagenavi span.current:hover {
    transform: translateY(0px);
}

.wp-pagenavi a:hover,
.wp-pagenavi span:hover {    
    transform: translateY(-2px);
}


/*--------------------------------------------------------------
>>> LOAD MORE
----------------------------------------------------------------*/

@-webkit-keyframes enter {
   0% {
     opacity: 0;
     top: -10px;
  }
   5% {
     opacity: 1;
     top: 0px;
  }
   50.9% {
     opacity: 1;
     top: 0px;
  }
   55.9% {
     opacity: 0;
     top: -10px;
  }
}
 @keyframes enter {
   0% {
     opacity: 0;
     top: -10px;
  }
   5% {
     opacity: 1;
     top: 0px;
  }
   50.9% {
     opacity: 1;
     top: 0px;
  }
   55.9% {
     opacity: 0;
     top:  -10px;
  }
}
 @-moz-keyframes enter {
   0% {
     opacity: 0;
     top: -10px;
  }
   5% {
     opacity: 1;
     top: 0px;
  }
   50.9% {
     opacity: 1;
     top: 0px;
  }
   55.9% {
     opacity: 0;
     top: -10px;
  }
}
.loader {
   left: 50%;
   top: 50%;
   margin-left: - 27.5px;
   margin-top: - 27.5px;
}
.square {
   background: #CCC;
   width: 15px;
   height: 15px;
   float: left;
   top: -10px;
   margin-right: 5px;
   margin-top: 5px;
   position: relative;
   opacity: 0;
   -webkit-animation: enter 6s infinite;
   animation: enter 6s infinite;
}
.enter {
   top: 0px;
   opacity: 1;
}
.square:nth-child(1) {
   -webkit-animation-delay: 1.8s;
   -moz-animation-delay: 1.8s;
   animation-delay: 1.8s;
}
.square:nth-child(2) {
   -webkit-animation-delay: 2.1s;
   -moz-animation-delay: 2.1s;
   animation-delay: 2.1s;
}
.square:nth-child(3) {
   -webkit-animation-delay: 2.4s;
   -moz-animation-delay: 2.4s;
   animation-delay: 2.4s;
   background: rgba(0,0,0,.3);
}
.square:nth-child(4) {
   -webkit-animation-delay: 0.9s;
   -moz-animation-delay: 0.9s;
   animation-delay: 0.9s;
}
.square:nth-child(5) {
   -webkit-animation-delay: 1.2s;
   -moz-animation-delay: 1.2s;
   animation-delay: 1.2s;
}
.square:nth-child(6) {
   -webkit-animation-delay: 1.5s;
   -moz-animation-delay: 1.5s;
   animation-delay: 1.5s;
}
.square:nth-child(8) {
   -webkit-animation-delay: 0.3s;
   -moz-animation-delay: 0.3s;
   animation-delay: 0.3s;
}
.square:nth-child(9) {
   -webkit-animation-delay: 0.6s;
   -moz-animation-delay: 0.6s;
   animation-delay: 0.6s;
}
.clear {
   clear: both;
}
.last {
   margin-right: 0;
}
.loader {
    min-height: 100px;
}
#load-animation {
    position: absolute;
    top: 400px;
    left: calc(50% - 50px);
}

/*--------------------------------------------------------------
>>> REWRITE NORMALIZE
----------------------------------------------------------------*/

ul, ol {
    margin-left: 15px;
    padding-left: 0px;
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
>>> HEADER
----------------------------------------------------------------*/

.dark-header {
  background: #003e4a;
  padding: 5px 15px 5px 25px;
  border-radius: 0px 0px 30px 30px;
  position: relative;
}
.dark-header p,
.dark-header a {
  color: #FFF;
}
.dark-header a:hover,
.dark-header a:focus {
  color: #C4C4C4;
}
img.main-logo {
  width: 200px;
}
header {
  position: relative;
  z-index: 9;
}
header p {
  margin-bottom: 0px;
}
header ul.list-inline {
  padding-right: 35px;
}
header ul.list-inline li {
  margin-right: 10px;
}
a.search-btn {
  background: #FFF;
  display: block;
  padding: 9px 15px;
  color: #003e4a;
  border-radius: 15px 0px 0px 15px;
  position: absolute;
  top: 0px;
  right: 0px;
}
a.search-btn i {
  font-size: 1.25rem;
}
.navbar-toggler-icon {
  filter: invert(100);
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/*--------------------------------------------------------------
>>> FOOTER
----------------------------------------------------------------*/

footer {
  color: #FFF;
  padding: 50px;
  background: #ec8418;
  border-radius: 30px 30px 0px 0px;
}
footer ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
footer ul li {
  display: block;
  margin-bottom: 7px;
}
footer ul li a {
  color: #FFF;
}
footer ul li a:hover,
footer ul li a:focus {
  color: #C4C4C4;
}
footer ul li a:visited {
  color: #FFF;
}
footer h4 {
  font-size: 1.25rem;
  margin: 15px 0px;
}

section.copyright {
  margin: 0px;
  background: #b56334;
  color: #FFF;
  padding: 15px;
}
.copyright p {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
>>> HOME
----------------------------------------------------------------*/

.home-banner {
  margin: 0px;  
  background-color: #eb8316; 
  border-radius: 0px 0px 30px 30px;
  margin-top: -130px;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}
.home-banner .text-container {
  padding: 250px 0px 100px 0px;
}
.home-banner h1 {
  color: #FFF;
  font-size: 3.125rem;
  margin-bottom: 30px;
}
.home-banner p {
  color: #FFF;
}
.swiper-container {
  width: 100%;
  height: 750px;
}
.swiper-container.swiper-first {
  transform: translateY(-10px);
}
.swiper-container.swiper-second {
  transform: translateY(30px);
}
.swiper-container.swiper-third {
  transform: translateY(-30px);
}
.swiper-container img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}
.home-banner .swiper-container img {
  height: 240px;
  object-fit: cover;
}
a.btn-transp {
  display: block;
  padding: 10px 30px;
  border-radius: 30px;
  background: none;
  color: #FFF;
  width: fit-content;
  border: solid 1px #FFF;
}
a.btn-transp:hover {
  background: #FFF;
  color: #EB8316;
}
a.btn-transp:visited:hover {
  color: #EB8316;
}
.hash {
  font-weight: 700;
}
.links-home h2 {
  color: #EB8316;
  margin-bottom: 15px;
}
.links-home img {
  border-radius: 15px;
}
.links-home .swiper-pagination-cards {
  justify-content: start;
}

a.btn-info {
  display: block;
  padding: 10px 30px;
  border-radius: 30px;
  background: #5F676F;
  color: #FFF;
  width: auto;
  margin-top: 0.3rem;
}
a.btn-info:hover {
  background: #EB8316;
  color: #FFF;
}
.services .dark-box {
  background: #EB8316;
}
.services .circle-arrow {
  background: #FFF;
  color: #EB8316;
  padding: 6px 9px;
}
.services hr {
  border-top: 1px solid #D9D9D9;
  opacity: .85;
  margin-top: 0px;
}
.services h3 {
  color: #FFF;
  font-size: 1rem;
}
.services .dark-box .btn-white {
  margin: 15px 0px;
  color: #EB8316;
}
.services .dark-box .btn-white:hover {
  color: #FFF;
}
.services .dark-box img {
  border-radius: 10px;
}
a.btn-white {
  border: solid 1px transparent;
}
a.btn-white:hover {
  background: none;
  color: #FFF;
  border: solid 1px #FFF;
}
.home-news h2 {
  color: #EB8316;
}
.home-news .swiper {
  margin: 15px 0px;
}
.card-news {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 15px;
  cursor: pointer;
}
.card-news img {
  height: 320px;
  object-fit: cover;
}
.card-news .card-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: fit-content;
  background: #5F676F;
  padding: 15px 15px 0px 15px;
  border-radius: 15px 15px 0px 0px;
  color: #FFF;
  transform: translateY(100%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-news:hover .card-text {
  transform: translateY(0%);
}
.card-news .card-text h3 {
  font-size: 1rem;
}
.card-news .card-text p {
  font-size: .75rem;
}
.card-news .card-text .circle-arrow {
  width: 24px;
  height: 24px;
  padding: 0px 6.5px;
  margin-left: auto;
}
.card-news .card-text .circle-arrow i {
  font-size: .75rem;
}

a.circle-arrow:visited {
  color: #FFF;
}

.banner {
  margin: 0px;
  padding: 500px 0px 100px 0px;
  margin-top: -130px;
  margin-bottom: 0px;
  position: relative;
  border-radius: 0px 0px 24px 24px;
}
.banner {
  background: var(--bg-url-banner); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(235,131,22);
  background: linear-gradient(60deg, rgba(235,131,22,.8) 0%,rgba(235,131,22,0) 100%);
  border-radius: 0px 0px 24px 24px;
}
.banner .container {
  position: relative;
  z-index: 3;
}
.banner h1 {
  color: #FFF;
  font-size: 3.75rem;
  margin-bottom: 15px;
}
.banner p {
  color: #FFF;
}

.services a.circle-arrow:visited {
  color: #EB8316;
}
.imagen-video-destacada{
  border-radius: 24px;;
}
.imagen-video-miniatura{
  border-radius: 12px;;
}
a.btn-orange i,
a.circle-arrow i {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;  
}
a.btn-orange i {
  transform: translateX(0px);
}
a.btn-orange:hover i {
  transform: translateX(2px);
}
.services .circle-arrow:hover {
  padding: 6px 12px;
}


.offcanvas-close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #EB8316;
  border-radius: 15px 0px 0px 15px;
  padding: 10px 9px 10px 15px;
}
.offcanvas-close i {
  color: #FFF;
  font-size: 1.25rem;
}
.offcanvas {
  background: #FFF;
  height: 140px!important;
}

.form-item {
  position: relative;
}
.form-item i {
  font-size: 1.25rem;
}
.form-item i.bi-search {
  position: absolute;
  top: 7px;
  left: 15px;
}
.form-item i.bi-x-circle {
  position: absolute;
  top: 7px;
  right: 15px;
}
.form-item .form-control {
  padding: 10px 50px 10px 50px;
  border-color: #000;
}


/*--------------------------------------------------------------
>>> ACCORDION
----------------------------------------------------------------*/

.faqs h2 {
  color: #EB8316;
}
.faqs h3 {
  color: #FFF;
}
.accordion-item {
  background: #EB8316;
  border: none;
  color: #FFF;
  border-radius: 30px;
  margin-bottom: 15px;
}
.accordion-button {
  background: transparent;
  font-weight: 700;
  color: #FFF;
  background: #B26134;
}
.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  color: #FFF;
  background: #EB8316;
  border-radius: 30px;
}
.accordion-button.collapsed {
  border-radius: 30px;
}
.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 30px;
}
.accordion-item:first-of-type > .accordion-header .accordion-button,
.accordion-item:first-of-type > .accordion-header .accordion-button.collapsed,
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 30px;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
  content: "\f623";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 1.25rem;
}
.accordion-button::after {
  background-image: none;
  transform: none;
  content: "\f4fa";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 1.25rem;
}

/*--------------------------------------------------------------
>>> AUTOPISTA
----------------------------------------------------------------*/

a.btn-white {
  display: block;
  padding: 10px 30px;
  border-radius: 30px;
  background: #FFF;
  color: #EB8316;
  width: fit-content;
}
a.btn-white:visited {
  color: #EB8316;
}
.story .orange-box {
  background: #EB8316;
  color: #FFF;
  display: block;
  border-radius: 30px;
}
.story .text-container {
  padding: 30px 30px 30px 5px;
}
.story img {
  border-radius: 24px;
}
.story h2 {
  font-size: 3rem;
}
.tec-details .box-container {
  display: block;
  border-radius: 30px;
  border: 2px solid #EB8316;
  padding: 50px 30px;
}
.tec-details h2 {
  color: #EB8316;;
}
.btn-orange {
  display: block;
  padding: 10px 60px 10px 30px;
  border-radius: 30px;
  background: #EB8316;
  color: #FFF;
  width: fit-content;
  position: relative;
  margin: 10px 0px;
}
.btn-orange i {
  position: absolute;
  top: 7px;
  right: 15px;
  font-size: 1.25rem;
}
a.btn-orange:visited {  
  color: #FFF;
}
.tec-details .btn-orange {
  width: 100%;
}
.dark-box {
  background: #003C4B;
  display: block;
  border-radius: 25px;
  color: #FFF;
  padding: 50px 70px;
}
.reg-section .dark-box .col-lg-4 img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.dark-box .btn-white {
  color: #003C4B;
  display: block;
  margin: 15px auto;
}
.dark-box .btn-white:visited {
  color: #003C4B;
}
.future h2 {
  color: #EB8316;
}
.btn-orange {
  display: block;
  padding: 10px 60px 10px 30px;
  border-radius: 30px;
  background: #EB8316;
  color: #FFF;
  width: fit-content;
}

.card-proyect {
  background: #003C4B;
  color: #FFF;
  padding: 15px;
  display: block;
  border-radius: 30px;
}
.card-proyect h3 {
  font-size: 1.5rem;
  margin: 15px 0px;
}
.card-proyect img {
  display: block;
  border-radius: 15px;
}
.circle-arrow {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #FFF;
  background: #EB8316;
  padding: 7px 10px;
}
.circle-arrow i {
  font-size: 1.25rem;
}
.swiper-pagination-cards {
  display: inline-flex;
  justify-content: center;
  margin: 30px 0px;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.swiper-pagination-bullet {
  background: #5F676F;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #EB8316;
  opacity: 1;
}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after,
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: none;
}
.swiper-button-next,
.swiper-button-prev {
  display: block;
  padding: 7.5px 30px;
  border-radius: 30px;
  background: #EB8316;
  color: #FFF;
  width: fit-content;
}
.swiper-button-next i,
.swiper-button-prev i {
  font-size: 1.25rem;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  right: 110px;
  left: auto;
}


.modal-dialog {
  max-width: 650px;
}
.modal-header {
  border: none;
}
.modal-body {
  padding: 30px;
}
.modal-content {
  background: #003C4B;
  border-radius: 24px;
  color: #FFF;
}
.modal-header {
  margin-bottom: -30px;
}
.modal-header i {
  color: #FFF;
  font-size: 1.5rem;
}
.tec-details .modal-content img {
  display: block;
  border-radius: 16px;
  margin-top: -30px;
}
.modal-content ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

/*--------------------------------------------------------------
>>> HOVER CARDS
----------------------------------------------------------------*/

.card-news {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 15px;
  cursor: pointer;
}
.card-news .card-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: fit-content;
  background: #5F676F;
  padding: 15px 15px 0px 15px;
  border-radius: 15px 15px 0px 0px;
  color: #FFF;
  transform: translateY(100%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-news:hover .card-text {
  transform: translateY(0%);
}
.card-news .card-text h3 {
  font-size: 1rem;
}
.card-news .card-text p {
  font-size: .75rem;
}
.card-news .card-text .circle-arrow {
  width: 24px;
  height: 24px;
  padding: 0px 6.5px;
  margin-left: auto;
}
.card-news .card-text .circle-arrow i {
  font-size: .75rem;
}

/*--------------------------------------------------------------
>>> NEWS
----------------------------------------------------------------*/

p.tag {
  background: #EB8316;
  display: block;
  padding: 5px 25px;
  border-radius: 30px;
  color: #FFF;
  width: fit-content;
  font-size: .75rem;
  margin: 15px 0px;
}
.news .card-proyect {
  margin-bottom: 30px;
}
.news .card-proyect h2 {
  font-size: 1.5rem;
  color: #FFF;
}
.news .card-proyect h2 a {
  font-weight: 700;
  color: #FFF;
}
.news .card-proyect a.circle-arrow {
  background: #EB8316;
  color: #FFF;
  padding: 5px 10px;
}

.single-news h1 {
  color: #EB8316;
}
p.date {
  font-size: .75rem;
}
.single-news img {
  display: block;
  border-radius: 30px;
  min-width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
.sing-gallery img {
  display: block;
  border-radius: 30px;
  min-width: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------
>>> ESTADO
----------------------------------------------------------------*/
.row.titles-table .col p {
  text-align: center;
}
.conditions h2 {
  color: #EB8316;
}
.obras h2 {
  color: #EB8316;
}
.form-control,
.form-select {
  display: block;
  border-radius: 16px;
  margin-bottom: 0px;
}
.obras p b {
  color: #EB8316;
}
.obras p.date {
  font-weight: 700;
}
.obras p.tag {
  margin-top: 0px;
}
.obras hr {
  margin-top: 0px;
}
.btn-arrow {
  border-radius: 30px;
  background: #EB8316;
  padding: 7px 30px;
  display: block;
  width: fit-content;
  color: #FFF;
}
.twitter-feed h2 {
  color: #EB8316;
}
.twitter-box {
  display: block;
  background: #003C4B;
  border-radius: 24px;
  padding: 15px;
}
.twitter-box img {
  display: block;
  border-radius: 16px;
}
.card-orange {
  background: #EB8316;
  border-radius: 24px;
  display: block;
  padding: 30px;
  color: #FFF;
}
.card-orange img.main-logo {
  margin-bottom: 30px;
}

.dark-section .dark-box img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 10px;
}

.page-numbers {
  margin: 0 1rem;
  color: #003c4b;
}
.next.page-numbers, .prev.page-numbers {
  margin-right: 1rem;
  margin-left: 1rem;
  color: #ec8418;
}
.page-numbers.current {

  color: #ec8418;
}
/*--------------------------------------------------------------
>>> MEMORIAS
----------------------------------------------------------------*/

.memorias h2 {
  color: #EB8316;
}
.memorias .card-news img {
  min-width: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------
>>> OFICINAS
----------------------------------------------------------------*/

.office h2 {
  color: #EB8316;
}
.office .card-proyect {
  background: #EB8316;
}
p.address {
  font-size: .75rem;
  min-height: 55px;
}
.office .card-proyect a.circle-arrow {
  background: #FFF;
  color: #EB8316;
  padding: 5px 9.5px;
}

.office .modal-content img {
  display: block;
  border-radius: 16px;
  margin: 10px 0px;
  width: 100%;
  object-fit: cover;
  max-height: 250px;
}
.office .modal-content h4 {
  font-size: 1rem;
}
.office .card-proyect img {
  display: block;
  border-radius: 15px;
  width: 395px;
  height: 297px;
  object-fit: cover;
}
.office .card-proyect.destacada {
  background-color: #003C4B;
}
.office .card-proyect {
  min-height: 470px;
}

/*--------------------------------------------------------------
>>> PEAJES TARIFAS
----------------------------------------------------------------*/

.tarifas h2 {
  color: #EB8316;
}
.tarifas h3 {
  font-size: 1rem;
  color: #EB8316;
}
.tarifas img.img-icon {
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin: 10px 0px;
}
.main-img {
  display: block;
  border-radius: 30px;
}

/*--------------------------------------------------------------
>>> SERVICIOS
----------------------------------------------------------------*/

.assistance h2,
.assistance h3,
.assistance h4 {
  color: #EB8316;
}
.assistance h3 {
  margin: 20px 0px;
}
.assistance h4 {
  font-size: 1rem;
}
.assistance a:not(.btn-orange) {
  color: #000;
  text-decoration: underline;
  font-weight: 700;
}
.assistance .col-lg-4 img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}
.main-img {
  display: block;
  border-radius: 24px;
}

.tarifas .main-img {
  min-width: 100%;
  object-fit: cover;
}

.tips h2 {
  color: #EB8316;
}
.tips h3 {
  color: #EB8316;
  font-size: 1.5rem;
}
.tips h4 {
  font-size: 1rem;
  color: #FFF;
  margin-bottom: 0px;
}
.video-container {
  background: #5F676F;
  border-radius: 24px;
  display: block;
  margin-bottom: 7px;
  padding: 10px 10px 10px 30px;
}
.tips .modal-content h3 {
  color: #FFF;
  font-size: 1rem;
}
.video-img {
  min-width: 100%;
  object-fit: cover;
}


/*--------------------------------------------------------------
>>> BOTON ORANGE
----------------------------------------------------------------*/

.btn-orange {
  display: inline-flex;
  align-items: center;
  padding: 10px 50px 10px 30px;
  border-radius: 30px;
  background: #EB8316;
  color: #FFF;
  width: fit-content;
  position: relative;
  margin: 10px 0px;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
  border: solid 1px transparent;
}
.btn-orange i {
  font-size: 1.25rem;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.btn-orange:hover {
  background: transparent;
  color: #EB8316 !important;
  border: solid 1px #EB8316;
}
.btn-orange:hover i {
  transform: translateX(1px);
}
a.btn-orange:visited {
  color: #FFF;
}
/*--------------------------------------------------------------
>>> BOTON WHITE
----------------------------------------------------------------*/

.btn-white {
  display: inline-flex;
  align-items: center;
  padding: 10px 30px 10px 30px;
  border-radius: 30px;
  background: #EB8316;
  color: #EB8316;
  width: fit-content;
  position: relative;
  margin: 10px 0px;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}
.btn-white i {
  font-size: 1.25rem;
  margin-left: 10px;
  transition: transform 0.3s ease;
  position: relative;
  top: 2px;
}
.btn-white:hover {
  background: transparent;
  color: #fff !important;
  border: solid 1px #EB8316;
}
a.btn-white:visited {
  color: #EB8316;
}
/*--------------------------------------------------------------
>>> BOTON TRANSPARENT
----------------------------------------------------------------*/

.btn-transp {
  display: inline-flex;
  align-items: center;
  padding: 10px 30px 10px 30px;
  border-radius: 30px;
  background: transparent;
  color: #fff;
  width: fit-content;
  position: relative;
  margin: 10px 0px;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
  border: 1px solid #FFF;
}
.btn-transp i {
  font-size: 1.25rem;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.btn-transp:hover {
  background: transparent;
  color: #FFF;
  border: solid 1px #FFF;
}
a.btn-transp:visited {
  color: #FFF;
}
/*--------------------------------------------------------------
>>> BOTON CIRCLE
----------------------------------------------------------------*/

.circle-flecha {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #FFFFFF;
  color: #EB8316;
  font-size: 1.5rem;
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.circle-flecha:hover {
  background: transparent;
  color: #FFF;
  border: 1px solid #FFF;
}
a.circle-flecha:visited {
  color: #EB8316;
}
a.circle-flecha:hover {
  color: #FFF;
}
/*--------------------------------------------------------------
>>> BOTON NOTICIAS
----------------------------------------------------------------*/

.circle-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #EB8316;
  color: #FFF;
  font-size: 1.5rem;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.circle-arrow i {
  transition: transform 0.3s ease, color 0.3s ease;
}
.office .circle-arrow:hover,
.news .circle-arrow:hover {
  background: #FF9A3C;
  transform: scale(1.2);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
}
.office .circle-arrow:hover i,
.news .circle-arrow:hover {
  transform: rotate(90deg);
}
/*--------------------------------------------------------------
>>> RESPONSIVE
----------------------------------------------------------------*/

@media screen and (max-width: 992px) {
  header {
    background: #003e4a;
    border-radius: 0px 0px 24px 24px;
  }
  h2 {
    font-size: 2rem;
  }
  .home-banner h1 {
    font-size: 2.5rem;
  }
  .banner:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(235,131,22);
    background: linear-gradient(45deg, rgba(235,131,22,.95) 0%,rgba(235,131,22,0) 100%); 
  }
  .banner h1 {
    font-size: 2.5rem;
  }
  .story h2 {
    font-size: 2rem;
  }
  .btn-white {
    margin: 10px 0px;
  }
  .home-banner .text-container {
    padding: 180px 0px 30px 0px;
  }
  .home-banner img {
    display: block;
    border-radius: 24px;
    max-width: 100%;
  }
  .links-home img {
    width: 100%;
    object-fit: cover;
  }
  .dark-box {
    padding: 30px 30px;
  }
  .banner {
    padding: 375px 0px 30px 0px;
  }
  .story .text-container {
    padding: 30px;
  }
  .tec-details .modal-content img {
    margin: 15px 0px;
    margin-top: 0px;
  }
  .swiper-pagination-cards {
    justify-content: start;
  }
  .reg-section .dark-box .col-lg-4 img {
    margin-top: 30px;
  }
  .form-control,
  .form-select {
    margin: 7px 0px;
  }
  .obras .data p {
    font-size: .75rem;
    line-height: .85rem;
  }
  .obras p.tag {
    padding: 5px 10px;
  }
  .assistance .col-lg-4 img {
    margin-top: 10px;
  }
  .video-container {
    background: transparent;
    padding: 0px;
  }
  .tips h3,
  .tips h4 {
    font-size: 1rem;
    color: #EB8316;
  }
  .tips h4 {
    margin-bottom: 10px;
  }
  .video-img {
    margin-bottom: 15px;
  }
}