.message.validation {
    color: red;
    background: #ffe5e5;
    padding: 10px;
}

.message.required {
    color: red;
    background: #ffe5e5;
    padding: 10px;
}


.bg-el {
    background-color: #004F70;
}

nav.template-main-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-ghost.btn-orange {
    border-color: #F68B1F !important;
    color: #F68B1F !important;
    background-color: transparent;
}

.btn-fill.btn-orange {
    border-color: #F68B1F;
    color: #ffffff !important;
    background-color: #F68B1F;
}

/* Logos carousel*/
@keyframes slides {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
}

.logos:before, .logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 1;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logo_items {
    display: inline-block;
    animation: 75s slides infinite linear;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

.logo_items img {
    height: 100px;
    border: 2px solid gray;
    margin-left: 15px;

}

.sticky .navbar-layout1 {
    background-color: #004F70 !important;
}

.sticky .navbar-layout1 nav.template-main-menu > ul > li > a {
    color: #FFFFFF !important;
    padding: 30px 20px;
}

.owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel img {
    max-width: 100%;
    height: auto;
    margin: auto;
    object-fit: cover;
}

.owl-nav button {
    color: gray !important;
    font-weight: 700;
    font-size: 45px !important;
}

.owl-nav button:hover {
    color: #004F70 !important;
    background: #FFFFFF !important;
}

.owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    top: 30%;
    transform: translateY(-50%);
}

.owl-nav .owl-next {
    position: absolute;
    right: -50px;
    top: 30%;
    transform: translateY(-50%);
}

.text-anim {
}

.text-anim span.anim-char {
    display: inline-block !important;
    white-space: pre-wrap;
}

.navbar-layout1 nav.template-main-menu > ul > li ul.dropdown-menu-col-1 {
    background: linear-gradient(90deg,rgb(137 225 236) 0%,rgb(137 225 236) 8%,rgb(237 251 252) 29%,rgb(255 255 255) 100%)!important;
}
.navbar-layout1 nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a{
    color: #1e1e1e !important;
}

.box-detail-service3 {
    padding: 20px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.box-detail-service3 .nummber {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: var(--el-blue);
    color: white;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0; /* Evita que se comprima */
}
.box-detail-service3 h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 800;
    color: var(--el-blue);
    padding-left: 50px;
    max-width: 500px;
    text-align: left;
}
.parallax-container {
    position: relative;
    display: inline-block;
}

.parallax-container .main-title {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    position: relative;
    z-index: 2;
}

.parallax-container .shape {
    position: absolute;
    z-index: 1;
    transition: transform 0.1s ease-out;
}

/* Izquierda */
.parallax-container .circle-outline {
    width: 30px;
    height: 30px;
    border: 1px solid #3498db;
    border-radius: 50%;
    top: -10px;
    left: -80px;
}

.parallax-container .triangle-filled {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid rgba(0, 27, 84, 0.8);
    top: 40px;
    rotate: 30deg;
    left: -70px;
}
.parallax-container .cls-12 {
    fill: none;
    stroke: #0080d6;
    stroke-miterlimit: 10;
    stroke-width: 3px;
}

/* Derecha */
.parallax-container .circle-filled {
    width: 15px;
    height: 15px;
    background: #ffb00d;
    border-radius: 50%;
    top: 0;
    right: -40px;
}

.parallax-container .quarter-circle {
    width: 40px;
    height: 40px;
    top: 40px;
    right: -60px;
    background: transparent;
}
