a{
    color: #032330;
}

.h-80{
    height: 80%;    
}

.w-80{
    width: 80%;
}

.py-70{
    padding: 70px 0;
}

.pb-180{
    padding-block-end: 180px !important;
}

.mt-70{
    margin-top: 70px;
}

.mb-30{
    margin-bottom: 30px;
}

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

.m-w-90-px{
    max-width: 90px;
}

.m-w-120-px{
    max-width: 120px;
}

.m-h-450-px{
    max-height: 450px;
}

.header.fixed-header .m-w-120-px{
    max-width: 80px;
}


/* Preloader */
.preloader{
    background: #151515;
}

.radar {
  background: url(../images/shapes/preload-radar.png) no-repeat 50% 50%;
  width: 284px;
  height: 284px;
  position: relative;
  background-size: 284px 284px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -142px;
  margin-top: -142px;
}

.radar:hover {
  background: none;
}

.radar .pointer {
  position: absolute;
  z-index: 1024;
  left: 10.5820106%;
  right: 10.5820106%;
  top: 10.5820106%;
  bottom: 50%;
  will-change: transform;
  transform-origin: 50% 100%;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  background-image: linear-gradient(135deg, rgba(5, 162, 185, 0.8) 0%, rgba(0, 0, 0, 0.02) 70%, rgba(0, 0, 0, 0) 100%);
  -webkit-clip-path: polygon(100% 0, 100% 10%, 50% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 10%, 50% 100%, 0 100%, 0 0);
  -webkit-animation: rotate360 3s infinite linear;
          animation: rotate360 3s infinite linear;
}

.radar .pointer:after {
  content: "";
  position: absolute;
  width: 50%;
  bottom: -1px;
  border-top: 2px solid rgba(0, 231, 244, 0.8);
  box-shadow: 0 0 3px rgba(0, 231, 244, 0.6);
  border-radius: 9px;
}

.shadow {
  position: absolute;
  left: 11%;
  top: 11%;
  right: 11%;
  bottom: 11%;
  margin: auto;
  border-radius: 9999px;
  box-shadow: 0 0 66px 6px #A51414;
  -webkit-animation: shadow 1s infinite ease;
          animation: shadow 1s infinite ease;
}

@-webkit-keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes shadow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes shadow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Preloader End*/


.justify-content-space-evenly{
    justify-content: space-evenly;
}

.justify-content-space-between{
    justify-content: space-between;
}

.logo-mask-bg::before{
    background: transparent;
}

.banner-four-area{
    margin-top: -180px;   
}

.banner-four-title{
    max-width: 650px;
    text-transform: uppercase;
}

.banner-four-bg::before{
    display: none;
}

/* Header */

.header.fixed-header{
    background: #032330;
    height: 140px;
}

.header.fixed-header .nav-container{
    background: #032330;
}

.header.fixed-header .max-w-200-px{
    max-width: 90px;
    top: -15px;
    position: relative;
}

.breadcrumb{
    margin-top: -132px;
}

.breadcrumb .container{
    position: relative;
    z-index: 2;
}

.breadcrumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 440px;
  background-color: rgba(0, 0, 0, 0.25); /* Semi-transparent black overlay */
  z-index: 1; /* Place overlay above the image */
}

.breadcrumb.sintitulo .container div{
    min-height: 125px;
}

.breadcrumb.sintitulo::after{
    display: none;
}

.breadcrumb.actualidad::after{
    height: 340px;
}

/* Header End */

/* Menu */

.nav-submenu{
    min-width: 250px;
}

.has-submenu > a::before{
    content: "\e136";
    color: #FFF;
}

.nav-menu__link, .nav-menu__link a{
    color: #FFF;
}

.search{
    width: 180px;
    padding-left: 10px;
}

.search-ico{
    left: 150px;
}

.register{
    background: #FFF;
    padding: 8px 30px 5px 10px;
    border-radius: 20px 0 0 20px;
    margin: 15px 0;
    color: #1F365C;
    font-weight: bold;
}

.register img{
    width: 80px;
}

.has-submenu.active > a, .has-submenu.active > a::before{
    color: #FFB536;
}

/* Menu End */

.btn-main{
    background-color: #FFF !important;
    color: #1F365C !important;
}

.text-main-600{
    background: #1F365C;
    color: #FFF;
}

.get-in-touch .text-main-600{
    color: #1F365C;
    background: #FFF;
}

.section-actualidad .splitTextStyleTwo{
    color: #032330;
    font-size: 16px;
}

.section-actualidad .splitTextStyleOne{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #FBAE2F;
}

.features-item{
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
}

.features-item:hover {
    transform: scale(1.2);
}

.features-item .splitTextStyleTwo{
    color: #FFF;
    font-size: 40px;
    padding: 40px;
    text-align: center;
}

.pad-left{
    padding-left: 100px;
}

.btn-xl{
    padding: 22px;
    width: 350px;
} 

/*Mision y Vision */

#misionvision p{
    font-size: 14px;
}

.icon-misvis{
    width: 48px;
}

/* Mision y vision End */

/* Normativa */

.normativa-servicios{
    background-size: cover;
    padding: 140px 14px 16px;
    text-align: center;
}

.normativa-servicios span{
    min-height: 56px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
}

/* Normativa End */

.estados-miembros h5{
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 40px;
}

/* Submenu */

#submenu-pills a:hover{
    background: #1F265C !important;
    color: #FFF !important;
}

.hover-text-main-600:hover {
    color: #1F365C !important;
}

.hover-text-main-600:hover i.ph {
    color: #1F365C !important;
}

.common-tab .nav-item .nav-link.active{
    background: #032330 !important;
}

.common-tab .nav-item .nav-link.active i.ph{
    color: #FFF !important;
}

/* Submenu End*/

.brand-four-thumb img {
    filter: none;
    margin-block-end: 30px;
}

.border-main-600{
    border-color: #032330 !important;
}

.bg-main-600{
    background-color: #1F365C!important;
}

.bg-main-two-900 a{
    color: #FFF !important;
}

.clip-path-short::before{
    background-color: #032330 !important;
}

.text-white h1, .text-white h2, .text-white h3{
    color: #FFF;
}

/* Content Styles */

.info-box{
    color: #5e7f96;
    border-color: #cfebfe;
    background-color: #dff2fe;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
}

.info-box h4{
    color: #1F365C;
    font-size: 20px;
}

.info-box p{
    line-height: 1.2;
}

.info-box-icon{
    font-size: 30px;
    color: #56BCEE;
    padding: 10px;
}

.info-box-2{
    box-shadow: 0 6px 18px rgb(0 0 0 / .1);
    background: #F4F4F4;
    padding: 20px;
    margin-bottom: 20px;
}

.common-accordion .accordion-button[aria-expanded=true]{
    background-color: #032330;
}

.circle-number{
    border-radius: 50%;
    background: #032330;
    color: #FFF;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}

#contenido ul {
    list-style-type: none; /* Remove default bullets */
}

#contenido ul li {
    position: relative;
    padding-left: 30px;    /* Space for the icon */
    margin-top: 10px;
    margin-bottom: 10px;
}

#contenido ul li::before {
    font-family: "Font Awesome 7 Free"; 
    content: "\f138";                   
    position: absolute;
    left: 0;
    top: 0;
    color: #032330;                       
    font-weight: 900;                   
}

#contenido ul li.nav-item{
    width: 33.3%;
    padding: 0;
    margin: 0;
}

#contenido ul li.nav-item::before{
    content: none;
}

#contenido ul li.nav-item .nav-link{
    height: 50px;
    background: #e6edea;
    color: #6e6e6e;
}

#contenido ul li.nav-item .nav-link.active{
    background: #537fd3;
    color: #FFF;
}

.request-quote-inner .nav-pills {
    background: #e6edea;
    display: flex;
}

#contenido ul li.nav-item{
    width: auto;
    flex: 1;
}

.popup-gallery img{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 20px;
    border-radius: 10px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}

.mfp-full-screen{
    /*max-width: 90%;*/
}

.mfp-full-screen a{
    display: contents;
}

span.error, span.req{
    color: #FF0000;
}

.blog-date{
    flex-direction: column;
    font-size: 16px;
}

.blog-date span{
    font-size: 24px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    padding-top: 2px;
    margin: 5px;
}

/* Gallery */

.gallery-albums{
    display: flex;
    justify-content: space-evenly;
}

.gallery-albums li{
    padding: 0 !important;
    margin: 10px 20px;
}

.gallery-albums li::before{
    display: none;
}

.gallery-albums .gal-overlay {
    position: absolute;
    transition: .5s ease;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0;
}

.gallery-albums li:hover .gal-overlay {
    background-color: rgba(31, 54, 92, 0.75);
    opacity: 1;
}

.gallery-albums .gal-description{
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.gallery-albums .gal-description h3{
    color: #FFF;
}




/* End Content Styles */


/* Progress */

.progress-container, .progress{
    background-color: #D4D4D4;
    height: 15px;
}

.progress{
    background-color: #032330;
}

.progress-wrap{
    mix-blend-mode: normal;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--main-two-600);
}

.progress-wrap::after{
    color: var(--main-two-600) !important;
}

/* Progress End */

/* Media Queries */

@media (min-width: 992px) {
    .nav-submenu {
        max-height: 500px;
        overflow-y: auto;
    }
}

@media (min-width: 1200px) {
    .xl-tw-gap-12 {
        gap: 1.5rem;
    }
}

@media (max-width: 1440px) {
    .normativa-servicios{
        padding: 108px 14px 16px;
    }
    
    .normativa-servicios span {
        font-size: 16px;
    }
}
