@charset "UTF-8";

@font-face {
    font-family: Mersad;
    src: url(../fonts/Mersad-Light.woff2) format("woff2"), url(../fonts/Mersad-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Mersad;
    src: url(../fonts/Mersad-Regular.woff2) format("woff2"), url(../fonts/Mersad-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Mersad;
    src: url(../fonts/Mersad-Medium.woff2) format("woff2"), url(../fonts/Mersad-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Mersad;
    src: url(../fonts/Mersad-SemiBold.woff2) format("woff2"), url(../fonts/Mersad-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Mersad;
    src: url(../fonts/Mersad-Bold.woff2) format("woff2"), url(../fonts/Mersad-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

*,
::after,
::before,
:root {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --blue: #0e469d;
    --blue-01: #00347f;
    --blue-02: #061d38;
    --grey-01: #d6d6d6;
    --grey-02: #7c7c7c;
    --orange: #ff4d1d;
    --animate-delay: 0.9s;
    --animate-duration: 800ms;
    --Mersad: "Mersad", Arial, Helvetica, sans-serif
}

html {
    cursor: url("data:image/svg+xml,%3Csvg height='6' width='6' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' fill='%23eee' r='4'/%3E%3C/svg%3E") 3 3, auto
}

html:not(html:hover) .cursor::after {
    opacity: 0;
    transform: scale(0)
}

html::-webkit-scrollbar {
    display: none
}

body,
html {
    overflow-x: hidden
}

body {
    scroll-behavior: smooth;
    color: #fff;
    font: normal normal 18px var(--Mersad);
    background: linear-gradient(180deg, #0e469d 0, #00347f 27.38%, #061d38 73.87%);
    background-repeat: no-repeat
}

li,
ul {
    list-style: none
}

a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease
}

a:hover {
    color: var(--orange)
}

h1 {
    font: normal 600 3.75rem var(--Mersad)
}

h2 {
    font: normal 500 3rem var(--Mersad)
}

h3 {
    font: normal 300 2.5rem var(--Mersad)
}

h4 {
    font: normal 300 2.25rem var(--Mersad)
}

h5 {
    font: normal 300 2rem var(--Mersad)
}

h6 {
    font: normal 300 1.75rem var(--Mersad)
}

small {
    font: normal normal 1rem var(--Mersad)
}

strong {
    font: normal bold 1.125rem var(--Mersad)
}

#loading {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    display: flex;
    position: fixed;
    z-index: 10000000;
    align-items: center;
    justify-content: center;
    background-color: var(--blue-02)
}

.loader .preload-fade {
    opacity: 0
}

.btn {
    border-radius: 3.125rem;
    padding: .938rem 1.75rem;
    cursor: inherit !important;
    font: normal bold 1.125rem var(--Mersad)
}

.btn-primary {
    background: var(--orange);
    border: .125rem solid var(--orange)
}

.btn-primary:hover {
    color: var(--orange);
    background: #fff;
    border: .125rem solid #fff
}

.btn-primary:disabled {
    background-color: var(--orange);
    opacity: .7
}

.btn-outline-primary {
    color: #fff;
    border: .125rem solid var(--orange)
}

.btn-outline-primary:hover {
    color: #fff;
    background: var(--orange);
    border: .125rem solid var(--orange)
}

.btn-link {
    color: #fff;
    position: relative;
    text-decoration: none
}

.btn-link:hover {
    color: var(--orange)
}

.btn-link svg circle,
.btn-link svg path {
    transition: all .3s ease
}

.btn-link:hover svg circle,
.btn-link:hover svg path {
    stroke: var(--orange)
}

.btn-link.orange {
    color: var(--orange)
}

.btn-link.orange:hover {
    color: #fff
}

.btn-link.orange:hover svg circle,
.btn-link.orange:hover svg path {
    stroke: #fff
}

.btn-close {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--orange);
    padding: 15px;
    border: 2px solid var(--orange);
    border-radius: 100px;
    background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF4D1D'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>") center/1em auto no-repeat;
    opacity: 1;
    transition: opacity .5s ease-in-out
}

.form-control {
    color: #fff;
    background: 0 0;
    padding: .938rem 1.75rem;
    border-radius: 3.125rem;
    border: .063rem solid var(--orange)
}

.form-control:focus {
    color: #fff;
    box-shadow: none;
    background: 0 0;
    border: .063rem solid var(--orange)
}

textarea.form-control {
    border-radius: 1.25rem
}

.pt-50 {
    padding-top: 3.125rem
}

.pb-50 {
    padding-bottom: 3.125rem
}

.pt-100 {
    padding-top: 6.25rem
}

.pb-100 {
    padding-bottom: 6.25rem
}

.mt-100 {
    margin-top: 6.25rem
}

.mb-100 {
    margin-bottom: 6.25rem
}

.fc-orange {
    color: var(--orange)
}

.fc-blue01 {
    color: var(--blue-01)
}

.fc-white {
    color: #fff
}

hr.orange {
    opacity: 1;
    border-color: var(--orange)
}

.bg-blue {
    background-color: var(--blue-02)
}

.cursor {
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    position: fixed;
    width: var(--width);
    pointer-events: none;
    height: var(--height);
    will-change: transform;
    transform: translate(calc(var(--x) - var(--width)/ 2), calc(var(--y) - var(--height)/ 2));
    transition: 150ms width cubic-bezier(.39, .575, .565, 1), 150ms height cubic-bezier(.39, .575, .565, 1), 150ms transform cubic-bezier(.39, .575, .565, 1)
}

@media (pointer:fine) {
    .cursor {
        display: block
    }
}

.cursor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--radius);
    border: .125rem solid var(--orange);
    opacity: var(--scale);
    -webkit-transform: scale(var(--scale));
    transform: scale(var(--scale));
    transition: .3s opacity cubic-bezier(.39, .575, .565, 1), .3s transform cubic-bezier(.39, .575, .565, 1), 150ms border-radius cubic-bezier(.39, .575, .565, 1)
}

#navigation_circle {
    transform: translateY(-130px)
}

#navbar {
    z-index: 11;
    width: 100%;
    height: 6.5rem;
    position: fixed;
    padding: 1.25rem 0;
    transition: all .5s ease-in-out
}

#navbar .input-toggler {
    display: none
}

#navbar .menu-toggler {
    width: 4rem;
    z-index: 100;
    height: 4rem;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: inherit !important
}

.menu-toggler-line {
    width: 50%;
    height: .188rem;
    position: relative;
    background: #fff;
    margin-bottom: .625rem;
    transition: all .4s ease-out
}

.input-toggler:checked~.menu-toggler .menu-toggler-line {
    top: 6px;
    transform: rotate(45deg)
}

.input-toggler:checked~.menu-toggler .menu-toggler-line:nth-child(2) {
    display: none
}

.input-toggler:checked~.menu-toggler .menu-toggler-line:nth-child(3) {
    top: -6px;
    transform: rotate(135deg)
}

#menu-conteiner {
    opacity: 0;
    transform: translateX(-100%);
    transition: all .4s ease-out
}

#menu-conteiner.checked {
    top: 0;
    opacity: 1;
    width: 100%;
    z-index: 10;
    height: 100vh;
    display: flex;
    position: fixed;
    padding-left: 15%;
    align-items: center;
    justify-content: start;
    transform: translateX(0);
    background: url(../img/background/bg-menu.jpg) #061d38 center center no-repeat;
    background-size: cover
}

#menu-conteiner img {
    left: 50%;
    position: absolute;
    transform: translate(-50%, -.75rem)
}

#menu-conteiner .btn-link {
    font-size: clamp(2.5rem, 4vw, 3.75rem);
    text-align: left
}

#bolamenu {
    position: absolute;
    left: 0;
    right: 0
}

.menu-links {
    z-index: 50
}

.z-1 {
    z-index: 1
}

#hero .img {
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translate(-50%, 3.313rem)
}

#hero hr {
    opacity: 1;
    width: 5.625rem
}

body .scroll {
    right: 3%;
    z-index: 3;
    bottom: 50%;
    position: fixed;
    transform: translate(0, 50%)
}

#bullet1,
#bullet2,
#bullet3,
#bullet4,
#bullet5,
#bullet6 {
    fill: transparent;
    transition: opacity .3s
}

#bullet1:hover,
#bullet2:hover,
#bullet3:hover,
#bullet4:hover,
#bullet5:hover,
#bullet6:hover {
    fill: var(--orange);
    opacity: .2
}

.scroll .active {
    fill: var(--orange) !important
}

#pre-intelligent-feeding {
    position: relative
}

#pre-intelligent-feeding .img {
    top: 0;
    left: 25%;
    position: absolute;
    mix-blend-mode: overlay;
    transform: translate(-50%, -6.25rem);
    z-index: 2
}

#pre-intelligent-feeding .img-01 {
    bottom: 0;
    left: 75%;
    position: absolute;
    mix-blend-mode: soft-light;
    transform: translate(-50%, 3.125rem)
}

#hero,
#intelligent-feeding {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.hero-miscelanea {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -43px)
}

#hero .bg,
#intelligent-feeding .bg {
    top: 50%;
    left: 50%;
    width: 100.1%;
    height: 100.1%;
    object-fit: cover;
    position: absolute;
    transform: translate(-50%, -50%)
}

.modal-body {
    padding: 5px;
    border-radius: 5px
}

.modal-body iframe {
    border-radius: 5px;
    display: block
}

.play-modal {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1
}

.change-play {
    left: 50%;
    top: 40%
}

#about,
#no-found {
    height: 100vh;
    position: relative;
    background-size: 40vw
}

.bg-about {
    position: absolute;
    z-index: -1;
    width: 50% !important;
    height: auto;
    top: -1%;
    left: 0;
    width: 50%;
    transform: rotate(90deg)
}

.bg-about-2 {
    position: absolute;
    z-index: 2;
    width: 26% !important;
    height: auto;
    bottom: -.3%;
    right: 0;
    transform: rotate(-90deg)
}

#about .bg,
#no-found .bg {
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 30vw;
    position: absolute
}

#about span:first-child::before {
    content: url(../img/elements/img-02.svg);
    right: -1.25rem;
    position: absolute;
    transform: translate(100%, 0)
}

/* :root{
    --change: "cambiamos,";
    --evolve: "evolucionamos."
}

#different-title:after {
    content: var(--change);
    left: 0;
    bottom: -3.75rem;
    position: absolute
} */

.change{
    left: 0;
    bottom: -3.75rem;
    min-width: 500px;

    position: absolute
    
}

.select-menu .select img{
    width: 30px !important;
    height: 30px !important;
  }
  
  #es img, #en img{
    width: 30px !important;
    height: 30px !important;
  }

.evolve{
    left: 0;
    bottom: -7.5rem;
    min-width: 500px;

    position: absolute
}

/* #about span:last-child:before {
    content: var(--evolve);
    left: 0;
    bottom: -7.5rem;
    position: absolute
} */

#about .img {
    top: -1.875rem;
    left: -2.5rem;
    position: absolute
}

#about dotlottie-player,
#no-found dotlottie-player {
    right: -25%;
    z-index: 1;
    position: absolute;
    -webkit-animation: mover 9s infinite forwards ease-in-out;
    animation: mover 9s infinite forwards ease-in-out
}

@keyframes mover {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-125vw)
    }
}

#manifiesto .comillas {
    font-size: 12.5rem;
    margin-bottom: -8.75rem
}

#manifiesto .img {
    margin-top: -4.375rem;
    mix-blend-mode: soft-light
}

#manifiesto hr {
    opacity: 1
}

#manifiesto hr::after {
    content: "\25CF";
    top: 50%;
    right: 50%;
    position: absolute;
    font-size: 4.375rem;
    color: var(--orange);
    transform: translate(-50%, -50%)
}

#contact-us {
    background: url(../img/background/bg-circulo.png) left 20rem bottom no-repeat, url(../img/background/bg-degrade-orange.svg) right bottom no-repeat;
    mix-blend-mode: lighten;
    background-size: 40rem
}

#contact-us h3 {
    font-size: 4.375rem;
    line-height: 3.75rem
}

#contact-us a {
    left: 20.625rem;
    bottom: .625rem;
    position: absolute
}

#contacto {
    padding: 15.625rem 0 6.25rem 0;
    background: url(../img/background/bg-contacto.jpg) center center no-repeat;
    background-size: cover
}

#contact_form {
    font-size: 16px
}

#contact_form svg {
    transform: scale(1.5)
}

#contact_form svg #circle {
    transform: translateX(0);
    animation: animate 3s forwards
}

@keyframes animate {
    100% {
        transform: translateX(100px)
    }
}

svg #elipse {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 1s linear infinite forwards alternate;
    transform: translate(0, 0) rotate(-90deg);
    transform-origin: center
}

svg #play {
    opacity: 1;
    animation: fade-out-play 1s linear infinite forwards alternate;
    transform-origin: center
}

#home-track-cursor {
    position: fixed;
    pointer-events: none;
    z-index: 5;
    transform: none;
    transform-origin: center center;
    transition: all .3s ease-out;
    padding: 2px
}

.cursor-circle.animate {
    stroke-dashoffset: 0
}

@keyframes fade-out-play {
    0% {
        transform: rotate(0) scale(1);
        opacity: 1
    }

    25% {
        transform: rotate(0) scale(1);
        opacity: 1
    }

    75% {
        transform: rotate(90deg) scale(.5);
        opacity: 0
    }

    100% {
        transform: rotate(90deg) scale(.5);
        opacity: 0
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 0
    }

    25% {
        stroke-dashoffset: 0
    }

    75% {
        stroke-dashoffset: 1000
    }

    100% {
        stroke-dashoffset: 1000
    }
}

#tecnologia {
    height: 68vh;
    position: relative;
    background: url(../img/background/aisberg-hero.jpg) left top no-repeat;
    background-size: cover;
    min-height: 375.81px
}

#tecnologia .title-mobile .img {
    padding-left: 3rem;
    transform: scale()
}

#tecnologia .title {
    margin-top: 9rem;
    margin-left: 9rem
}

#tecnologia span:first-child::before {
    content: url(../img/elements/img-13.svg);
    right: -1.25rem;
    position: absolute;
    transform: translate(100%, 0)
}

#tecnologia .img {
    top: 7rem;
    left: 6.5rem;
    position: absolute
}

#tecnologia .scroll {
    right: 3%;
    z-index: 3;
    bottom: 50%;
    position: fixed;
    transform: translate(0, 50%)
}

#soluciones {
    height: 110rem;
    position: relative;
    background: linear-gradient(180deg, #0e469d 0, #00347f 27.38%, #061d38 73.87%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    background-size: cover
}

#soluciones .bg {
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 30vw;
    position: absolute
}

#soluciones hr {
    width: 35rem
}

.img-gif {
    width: 4.438rem
}

#soluciones p {
    margin-top: -5rem;
    width: 41%
}

#soluciones .semiesf {
    right: 0;
    top: 16.5rem
}

#soluciones .cardContainer {
    margin-top: -13rem;
    margin-bottom: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 2
}

#soluciones .card {
    border: .188rem solid var(--orange);
    background: 0 0;
    width: 32.5rem;
    height: 27.688rem;
    border-radius: .9rem;
    color: var(--orange);
    position: relative;
    transition: all .2s;
    justify-content: center;
    align-items: center
}

#soluciones .card h3 {
    z-index: 1;
    transition: transform .5s ease-in-out
}

#soluciones .card img {
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: .9rem;
    top: 0;
    opacity: 0;
    transition: all 1s ease-in-out
}

#soluciones .card:hover img {
    opacity: 1
}

#soluciones .card:hover {
    color: var(--grey-01);
    transition: all .5s ease;
    border-color: transparent
}

#soluciones .card:hover h3 {
    transform: translateY(9.5rem);
    transition: transform .5s ease-in-out
}

#soluciones button {
    opacity: 0
}

.soluciones-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    z-index: 11;
    transition: opacity .6s
}

.soluciones-modal-container {
    width: 100%;
    margin: auto;
    background-color: #fff;
    display: flex;
    gap: 1rem;
    height: 100vh
}

.soluciones-modal--show {
    opacity: 1;
    pointer-events: unset;
    transition: opacity .6s
}

.modal-img-container {
    width: 50%
}

.modal-text-container {
    padding: 2rem;
    width: 50%;
    overflow: auto
}

.modal-text-container p {
    color: var(--grey-02);
    padding-right: 4rem;
    font-size: 18px
}

.soluciones-modal-close {
    z-index: 20
}

.button-down {
    z-index: 9999
}

.modal-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.modal-img-container .img-grafico {
    width: 80%;
    height: auto
}

.modal1v2 {
    background: url(../../assets/img/elements/img-modal-1.2.png);
    background-size: cover
}

#button-down {
    width: 50px;
    animation: animate 1.5s linear infinite
}

#button-up {
    width: 50px
}

@keyframes animate {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        transform: translateY(15%)
    }
}

#desarrollo {
    position: relative;
    background: #fff url(../img/background/bg-semi-esfera.png) left center no-repeat;
    background-size: 25vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5rem
}

#desarrollo .semi-circulo {
    visibility: hidden
}

#desarrollo .text {
    border-bottom: .063rem solid var(--orange)
}

#desarrollo .carousel-inner {
    width: 66.188rem;
    height: 50.563rem;
    background-color: rgba(0, 0, 0, .32);
    backdrop-filter: blur(.125rem)
}

#desarrollo .fish1 {
    bottom: 8rem;
    right: 7rem
}

#desarrollo .fish2 {
    top: 23rem;
    right: 20rem
}

#desarrollo .owl-stage {
    padding: 3.5rem;
    align-items: center;
    color: var(--blue-02);
    display: flex;
    gap: 1.5rem
}

.owl-item {
    margin: 0 auto
}

#desarrollo .owl-stage .item {
    width: 70%;
    margin: 0 auto;
    padding: 4rem;
    background-color: rgba(0, 0, 0, .32);
    backdrop-filter: blur(.125rem)
}

.item-img-container {
    padding-right: 15px
}

.item-img-container,
.item-text-container {
    width: 50%
}

.owl-carousel .item .img-slide {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.owl-carousel .owl-stage .title-slide {
    z-index: 1;
    position: relative
}

.owl-carousel .owl-stage .title-slide::after {
    content: "";
    background: url(../img/elements/img-01.svg) no-repeat;
    width: 141px;
    height: 99px;
    background-size: contain;
    position: absolute;
    z-index: -1;
    left: -7%;
    top: -21px
}

.owl-carousel .item p {
    font-size: 16px
}

.owl-nav {
    display: flex;
    gap: 45vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin-top: -11rem
}

.owl-next,
.owl-prev {
    background: 0 0;
    border: none
}

.nav-button>img {
    width: 4rem
}

#desarrollo .text .imgPlus {
    width: 2.5rem
}

footer {
    background: var(--blue-01)
}

footer span.orange {
    left: 3.438rem;
    z-index: 1;
    width: 3.438rem;
    height: 3.438rem;
    position: absolute;
    border-radius: 50%;
    border: .125rem solid var(--orange);
    animation: animacion 9s infinite forwards
}

@keyframes animacion {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(31.25rem)
    }

    100% {
        transform: translateX(0)
    }
}

.pulse {
    border-radius: 50%;
    margin: 1rem;
    height: 12.5rem;
    width: 12.5rem;
    transform: scale(1);
    animation: pulse-black 2s infinite;
    box-shadow: 0 0 0 0 var(--orange)
}

@keyframes pulse-black {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(255, 29, 29, .7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 29, 29, 0)
    }

    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(255, 29, 29, 0)
    }
}

@media only screen and (max-width:768px) {
    h1 {
        font-size: 2.375rem
    }

    #menu-conteiner .btn-link {
        font-size: 1.75rem
    }

    #menu-conteiner.checked {
        padding-left: 0
    }

    #about {
        height: auto
    }

    #no-found {
        background-size: 90vw
    }

    #no-found .bg {
        width: 50vw
    }

    #contact-us {
        padding-top: 0;
        background: url(../img/background/bg-circulo.svg) left -25rem bottom no-repeat, url(../img/background/bg-degrade-orange.svg) right bottom no-repeat;
        mix-blend-mode: lighten;
        background-size: 40rem
    }

    #contact-us a {
        left: auto;
        bottom: auto;
        position: relative
    }

    #contact-us h3 {
        font-size: 2.375rem;
        line-height: normal
    }

    #tecnologia .img {
        top: -1.875rem;
        left: -2.5rem
    }

    #tecnologia span:first-child::before {
        transform: translate(0, 100%) scale(.7) translate(5.7rem, 1.5rem);
        right: -2.25rem
    }

    #tecnologia {
        height: 100%;
        background: url(../img/background/bg-tecnologia-mb.png) cover no-repeat
    }

    #soluciones hr {
        width: 6rem
    }

    #soluciones {
        height: 100%
    }

    #soluciones p {
        margin: 1rem;
        width: 90%
    }

    #soluciones .cardContainer {
        flex-direction: row;
        justify-content: flex-start;
        gap: 1rem;
        overflow-x: scroll;
        margin: 3rem 1rem
    }

    #soluciones .cardContainer::-webkit-scrollbar {
        display: none
    }

    #soluciones .card {
        height: 14.875rem;
        width: 17.443rem;
        justify-content: flex-end;
        align-items: flex-start;
        padding-left: .5rem
    }

    #soluciones .card:hover h3 {
        transform: translateY(0)
    }

    #soluciones .card:hover img {
        opacity: 1
    }

    #soluciones .card {
        border: none;
        color: var(--grey-01)
    }

    #soluciones .card img {
        opacity: 1
    }

    #soluciones .card h3 {
        left: 0;
        bottom: 0;
        font-size: 1.875rem;
        text-align: start
    }

    #soluciones button {
        background: 0 0;
        border: none;
        width: 1.868rem;
        height: 1.75rem;
        bottom: 1rem;
        right: .5rem;
        opacity: 1;
        position: absolute
    }

    .soluciones-modal-container {
        flex-direction: column
    }

    .soluciones-modal-container {
        overflow-x: auto
    }

    .modal-text-container {
        padding: 2rem;
        width: 100%;
        padding-bottom: 5rem
    }

    .modal-img-container img {
        display: none
    }

    .modal-text-container p {
        padding-right: 0;
        font-size: 16px
    }

    #soluciones .owl-carousel .item {
        width: 90%
    }

    #soluciones {
        background: 0 0
    }

    #soluciones .soluciones-img1 {
        display: none
    }

    #soluciones .soluciones-img2 {
        width: 3.438rem
    }

    #soluciones .soluciones-img3 {
        width: 4rem
    }

    #desarrollo h1,
    #soluciones h1 {
        font-size: 1.5rem
    }

    #desarrollo {
        background-image: none
    }

    #desarrollo .semi-circulo {
        visibility: visible;
        width: 10.063rem;
        top: -5rem;
        left: -4rem
    }

    #desarrollo .owl-stage {
        display: block;
        padding: 0
    }

    .owl-carousel .item .container {
        flex-direction: column-reverse;
        gap: 1em;
        padding: 2rem 1rem;
        align-items: center
    }

    .owl-nav {
        display: flex;
        gap: 30vw;
        left: 50%;
        margin-top: -13.5rem
    }

    .nav-button>img {
        width: 3rem
    }

    .owl-stage {
        padding: 0
    }

    #desarrollo .owl-stage .item-text {
        margin-left: 0
    }

    #desarrollo .owl-stage .item {
        width: 95%;
        padding: 3rem 2rem
    }

    .owl-carousel .owl-stage .title-slide::before {
        width: 30%;
        height: 30%;
        transform: translateX(5%)
    }

    .item-img-container,
    .item-text-container {
        width: 100%
    }

    .owl-carousel .owl-stage .title-slide {
        font-size: 25px
    }

    .owl-carousel .owl-stage p {
        line-height: 20px
    }

    footer .btn-link {
        padding: .938rem 0 !important
    }

    #menu-conteiner .btn-link {
        font-size: 2.3rem
    }

    #pre-intelligent-feeding .img {
        top: 50px;
        left: 18%;
        width: 27vw
    }

    #pre-intelligent-feeding .img-01 {
        bottom: 0;
        left: 75%;
        width: 27vw
    }

    .owl-carousel .owl-stage .title-slide::after {
        width: 141px;
        height: 77px;
        left: -3%;
        top: -21px
    }

    #desarrollo .owl-stage .owl-item {
        padding: 0 15px
    }

    #desarrollo .owl-nav {
        bottom: 45px
    }

    .item-img-container {
        padding-right: 0
    }
}

@media (min-aspect-ratio:16/9) {
    .ytbg {
        height: 56.25vw !important
    }
}

@media (max-aspect-ratio:16/9) {
    .ytbg {
        width: 177.78vh !important
    }
}

.select-menu {
    width: auto;
    cursor: pointer;
    margin-right: 21px;
    background-image: url(../img/elements/img-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
}

.select-menu .select {
    padding: 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-menu .option-list {
    position: absolute;
    width: 100%;
    border-radius: 6px;
    margin-top: -10px;
    padding: 0 20px;
    overflow-y: auto;
    transition: .4s linear .2s;
    height: 0;
}

.select-menu .option-list.active {
    height: auto;
}

.select-menu .option-list .option {
    padding: 8px 0;
    transition: .3s ease-in-out;
}