.no-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
html {
    width: 100vw;
    position: relative;
    left: 0;
}
body {
    width: 100%;
    margin: 0;
    background-color: #EEEEEE;
    cursor: default;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
h1,
h2,
h3,
p,
span {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
button,
a {
    cursor: pointer;
}
h1,
h2,
h3,
a,
button {
    font-family: Bebas Neue;
}
p {
    font-family: Tinos;
}
span {
    color: #FF7300;
}
picture img {
    height: 100%;
}
.no-tap-highlight {
    -webkit-tap-highlight-color: transparent !important;
    pointer-events: auto !important;
}



/*hero styles starts here*/
.hero {
    width: 100vw;
    height: auto;
    position: relative;
}
.nav_hero {
    position: relative;
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 35px;
    z-index: 600;
}
.header_section {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 100vw;
    height: auto;
    z-index: 600;
}
.header_down {
    left: 0;
    position: fixed;
    top: -100%;
    transition: 0.3s 0.4s;
}
.header_down .nav_hero {
    border: 2px solid #FF7300;
}
.header_sleep {
    transform: translateY(-100%);
    transition: 0.3s 0.4s;
}
.header_active {
    top: 0;
    transform: translateY(0);
    transition: 0.3s 0.4s;
}
.nav_logo_head {
    width: 40%;
    margin-left: 5%;
}
.nav_menu {
    width: 10%;
    margin-right: 5%;
}
.hero_container {
    width: 95%;
    margin: 0 auto;
    position: relative;
    top: calc(100vw * 0.04);
    z-index: 2;
}
.hero_first {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 10px;
    background-image: url('../images/hero800.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(95vw / 1.53);
    max-height: 80vh;
}
.hero_second {
    width: 95%;
    margin: 0 auto;
}
.hero_information {
    margin-top: 5vw;
    display: flex;
    flex-direction: column;
    gap: 3vw;
    justify-content: center;
}
.hero_price {
    background-color: #DDDBD5;
    border-radius: 10px;
    align-items: center;
}
.hero_price h2,
.hero_price p {
    width: 96%;
}
.hero_price img {
    display: none;
}
.hero_price h2,
.hero_price p {
    padding-left: 4%;
}
.hero_do h2,
.hero_do p {
    padding-left: 5.75%;
}
.hero_do {
    position: relative;
    background-color: #B1B1B1;
    overflow: hidden;
    display: flex;
    border-radius: 10px;
}
.hero_do picture {
    position: absolute;
    left: 70%;
    top: 50%;
    transform: translateY(-50%);
    height: 150%;
}
.hero_price,
.hero_do_information {
    display: flex;
    flex-direction: column;
    padding: 4% 0;
}
.hero_do_information {
    height: fit-content;
    width: 70%;
}
.hero_buttons {
    margin: 3vw 0 5vh 0;
    display: flex;
    justify-content: space-evenly;
}
.hero_first h1 {
    color: #ffffff;
    font-size: 36px;
    font-size: calc(36px + 145 * (100vw / 1920));
    line-height: 1;
}
.hero_first a {
    margin-bottom: 4%;
}

a {
    width: 20%;
    font-size: calc(20px + 30 * (100vw / 1920));
}
a,
button {
    color: #ffffff;
    text-align: center;
    background-color: #FF7300;
    padding: 5px 30px;
    border-radius: 50px;
    transition: 0.3s;
}
a:hover,
button:hover {
    background-color: #FFA529;
}
    
.hero_first h1,
.hero_first a {
    margin-left: 5%;
}
.br {
    display: none;
}
.hero_information h2 {
    font-size: calc(30px + 26 * (100vw / 1920));
}
.hero_information p {
    font-size: calc(5px + 23 * (100vw / 1920));
}



/*hero styles ends here*/







/*navigation styles starts here*/
.closer {
    cursor: pointer;
    position: sticky;
    right: 2%;
    top: 0;
    transform: translateX(140%);
    z-index: 1100;
    transition: transform 0.4s;
    width: auto;
    height: 10%;
    max-height: 100px;
}
.closer.function {
    transform: translateX(140%);
    transition: transform 0.4s;
}
.closer.active {
    transform: translateX(0);
    transition: transform 0.4s 1.2s;
}
.closer_container {
    width: auto;
    right: 0;
    position: fixed;
    top: 0;
    height: 100%;
}
.navigation {
    transform: translateX(100%);
    z-index: 1000;
    position: fixed;
    background-color: #0D3661;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    transition: transform 0.6s ease;
}
.navigation.active {
    transform: translateX(0);
    animation-delay: 0.3s;
}
.nav_block {
    display: flex;
    padding: 0 10px;
}
.nav a:hover {
    -webkit-text-stroke-color: #CF970F;
    transition: all 0.6s ease;
}
.nav_first a:hover {
    -webkit-text-stroke-width: 2px;
}
.nav_second a:hover {
    -webkit-text-stroke-width: 1px;
}
.nav {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.nav_first {
    display: flex;
    flex-direction: column;
    line-height: 0.8;
}
.nav a{
    width: auto;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: start;
    background-color: transparent;
}
.nav_first a {
    font-size: calc(55px + 85 * (100vw / 1920));
}
.nav_second a {
    font-size: calc(28px + 32 * (100vw / 1920));
}
selectedcontent {
    margin-left: 4px;
}
.nav_second {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.nav_logo {
    display: flex;
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.nav.active .nav_second > *,
.nav.active .nav_first > * {
    animation: navFirst 0.3s ease forwards;
}
.nav.active .nav_fir { animation-delay: 0.6s; }
.nav.active .nav_four { animation-delay: 0.7s; }
.nav.active .nav_fift { animation-delay: 0.8s; }

.nav.active .nav_six { animation-delay: 0.9s; }

.oppener {
    transition: 0.3s;
    cursor: pointer;
}
.nav_first a,
.nav_second a {
    opacity: 0;
}

/*navigation styles ends here*/












/*garantia styles starts here*/
.garantia {
    width: 100%;
    margin-top: 100px;
}
.garantia_container {
    width: 95%;
    margin: 0 auto;
}
.garantia_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3vh;
    margin: 0 auto;
}
.garantia_block p {
    border: 3px solid #FF7300;
    padding: 2vh 0;
    border-radius: 40px;
    width: 80%;
    margin: 0 auto;
    font-size: calc(9px + 15 * (100vw / 1920));
}
.garantia h2,
.price h2 {
    line-height: 0.8;
    text-align: center;
    font-size: calc(40px + 47 * (100vw / 1920));
}
.p_garantia {
    margin: 15px 0 30px 0;
    font-size: calc(12px + 20 * (100vw / 1920));
}
.garantia p {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.garantia_button {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

/*garantia styles ends here*/




/*price styles starts here*/
.price {
    width: 100%;
}
.price h2 {
    margin: 15vh 0 1vh 0;
}
.price_money_changer {
    width: 100%;
    display: flex;
    gap: 10px;
    background-color: #FFE0C7;
    padding: 5px 0;
    justify-content: center;
}
.price_changer {
    width: min-content;
    height: auto;
    background-color: transparent;
    border-radius: 50px;
    transition: 0.3s;
}
.price_changer.active {
    background-color: #FFC697;
}
.price_changer.active button {
    color: #ffe6d2;
}
button {
    border: none;
    margin: 2px;
    transition: 0.3s;
}
.price_container {
    display: flex;
    flex-direction: column;
    gap: 8vh;
    width: 90%;
    margin: 4vh auto 0 auto;
}
.price_service {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price_service_info {
    border: 1px solid #FF7300;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
}
.price_info {
    width: 80%;
    padding: 7% 0;
}
.price_info p {
    margin-top: 2%;
    font-size: calc(10px + 10 * (100vw / 1920));
}
.price_info div {
    display: flex;
    gap: 5px;
}
.price_content::before {
    content: "•";
}
.price a {
    width: fit-content;
    border-radius: 0;
    padding: 5px 10%;
}
.price h3 {
    width: 85%;
    text-align: center;
    font-size: calc(30px + 25 * (100vw / 1920));
}
.price_top {
    padding: 5% 0;
    border-bottom: 1px solid #FF7300;
}
.price_bottom {
    padding-top: 5%;
    border-top: 1px solid #FF7300;
}
.price button {
    font-size: calc(14px + 26 * (100vw / 1920));
}
/*price styles ends here*/



/*bridge styles starts here*/
.bridge {
    width: 100%;
    position: relative;
    left: 0;
}
.bridge picture {
    position: relative;
    top: 0;
    left: 0;
    z-index: 200;
}
.bridge img {
    width: 100%;
}
.bridge_container {
    position: absolute;
    top: 45.3125vw;
    left: 0;
}
.bridge_first {
    width: 100vw;
}
.bridge_meta {
    width: 80%;
    margin: 0 auto;
    height: 47.5938vw;
    position: relative;
    z-index: 300;
}
.bridge_meta h2 {
    margin-top: 5.3125vw;
    font-size: 11.25vw;
    line-height: 0.8;
}
.bridge_meta p {
    font-size: 2.8125vw;
}
.a_bridge {
    position: absolute;
    width: fit-content;
    right: -5%;
    bottom: 0;
}
.bridge_meta a,
.bridge_a_bottom a {
    font-size: 4.0625vw;
    padding: 1vw 10vw;
    background-color: #FFA529;
    border: 2px solid #000000;
    transition: none;
}
.bridge_meta a:hover,
.bridge_a_bottom a:hover {
    background-color: #e99c32;
    border: 1px solid #000000;
}
.bridge_meta span {
    color: #ffffff;
}
.bridge_wave {
    z-index: 100;
    background-color: #000000;
    color: #ffffff;
    padding: 0 5%;
    height: 90.9375vw;
}
.bridge_wave h2 {
    padding-top: 25vw;
    font-size: 17.1875vw;
    line-height: 0.8;
}
.bridge_wave p {
    font-size: 5.3125vw;
}
.bridge_line {
    width: fit-content;
    background-color: #FF7300;
    display: flex;
    align-items: center;
    gap: 30px;
    position: absolute;
    white-space: nowrap;
    animation: bridgeMoveLeft 15s linear infinite;
    transition: 0.3s;
}
.line {
    overflow: hidden;
    width: 100vw;
    height: 10vw;
    position: relative;
}

@keyframes bridgeMoveLeft {
    0% {
        transform: translateX(0);
        left: 0;
    }
    100% {
        transform: translateX(-51%);
    }
}

.bridge_line img {
    height: 5vw;
    width: auto;
}
.bridge_line span {
    color: #000000;
    font-family: bebas neue;
    font-size: 5vw;
}
.bridge_tecnologia {
    margin-top: 15vw;
    border-top: 3px solid #FF7300;
    border-bottom: 3px solid #FF7300;
    width: 100%;
    padding: 10vw 0;
}
.bridge_tecnologia h2,
.bridge_tecnologia p {
    text-align: center;
}
.bridge_tecnologia h2 {
    font-size: 7.5vw;
    line-height: 1;
}
.bridge_tecnologia p {
    font-size: 3.4375vw;
}
.bridge_a_bottom {
    margin: 5vw 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

/*bridge styles ends here*/



/*pro styles starts here*/
.pro {
    margin-top: 140vw;
}
.pro_container {
    display: flex;
    flex-direction: column;
    width: 90vw;
    gap: 5vw;
    margin: 0 auto;
}
.pro_block {
    border-radius: 5px;
    background-color: #eaeaea;
    position: relative;
}
.pro_block h1 {
    position: absolute;
    color: #d9d9d9;
    z-index: 100;
    font-size: 32.09vw;
    line-height: 0.3;
    margin: 17.66vw 0 0 17.66vw;
}
.pro_block h3 {
    position: relative;
    z-index: 200;
    margin: 25.37vw 4vw 0 4vw;
    font-size: 9.7vw;
    line-height: 0.8;
}
.pro_block p {
    position: relative;
    z-index: 200;
    margin: 0 4vw 4vw 4vw;
    font-size: 3.48vw;
}
/*pro styles ends here*/

/*preguntas styles starts here
.preguntas {
    margin-top: 10vw;
    width: 100%;
    padding: 5vw 0;
}
.preguntas_container {
    width: 90%;
    margin: 0 auto;
}
.preguntas h2 {
    text-align: center;
    font-size: 11vw;
    margin-bottom: 7vw;
}
.preguntas_block {
    padding: 4vw 2vw;
    border-top: 3px solid #FF7300;
}
.preguntas_block.ultimo {
    border-bottom: 3px solid #FF7300;
}
.pregunta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pregunta h3 {
    width: 85%;
}
.respuesta {
    margin-top: 3vw;
    margin-bottom: 7vw;
}
preguntas styles ends here*/


/*footer styles starts here*/
.footer {
    margin-top: 5vw;
    width: 100%;
    background-color: #000000;
}
.footer_contacts {
    padding-top: 5vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}
.sotial_media {
    display: flex;
    justify-content: center;
    gap: 1vw;
    margin-bottom: 5vw;
}

.footer a {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    width: 100%;
}
.footer p {
    color: #ffffff;
    text-align: center;
}
.footer_footer {
    display: flex;
    flex-direction: column;
}
.sotial_media a {
    width: fit-content;
}
.footer_footer p {
    font-size: 2.5vw;
}
.footer h2 {
    font-size: 7vw;
}
/*footer styles ends here*/



.iva {
    font-size: 10px;
    padding-bottom: 5%;
}
@media (min-width: 400px) {
    .price_service_info {
        width: 80%;
    }
}
@media (min-width: 600px) {
    .price_service_info {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .hero_first h1 {
        font-size: calc(36px + 246.5 * ((100vw - 320px) / 1920));
    }
    a {
        font-size: calc(20px + 51 * ((100vw - 320px) / 1920));
    }
    .hero_information h2 {
        font-size: calc(30px + 93.5 * ((100vw - 320px) / 1920));
    }
    .hero_information p {
        font-size: calc(12px + 35.7 * ((100vw - 320px) / 1920));
    }
    .nav_logo {
        display: none;
    }
    .nav_first a {
        font-size: calc(55px + 144.5 * ((100vw - 320px) / 1920));
    }
    .nav_second a {
        font-size: calc(28px + 54.4 * ((100vw - 320px) / 1920));
    }
    .garantia_block p {
        font-size: calc(12px + (12 + 12 * 0.7) * ((100vw - 320px) / 1920));
    }
    .garantia h2,
    .price h2 {
        font-size: calc(40px + (47 + 47 * 0.7) * ((100vw - 320px) / 1920));
    }
    .p_garantia {
        font-size: calc(12px + (20 + 20 * 0.7) * ((100vw - 320px) / 1920));
    }
    .price h3 {
        font-size: calc(30px + (25 + 25 * 0.7) * ((100vw - 320px) / 1920));
    }
    .price_info p {
        font-size: calc(10px + (10 + 10 * 0.7) * ((100vw - 320px)  / 1920));
    }
    .price button {
        font-size: calc(14px + (26 + 26 * 0.7) * ((100vw - 320px) / 1920));
    }
}
@media (min-width: 767px) {
    .iva {
        font-size: 12px;
    }
    .hero_first {
        background-image: url('../images/hero1200.webp');
        border-radius: 30px;
    }
    .hero_information {
        margin-top: 5vw;
        display: flex;
        flex-direction: row;
        gap: 3vw;
    }
    .hero_price,
    .hero_do {
        width: 48%;
        border-radius: 25px;
    }
    .hero_price,
    .hero_do_information {
        padding: 2% 0;
    }
    .hero_price img {
        display: block;
    }
    .hero_do picture {
        left: 72%;
    }
    .nav_hero {
        width: 60%;
    }
    .nav_logo_head {
        width: 30%;
    }
    .nav_menu {
        width: 7%;
    }
    .hero_container {
        top: calc(100vw * 0.0225);
    }
    .br_garantia {
        display: none;
    }
    .garantia {
        margin-top: 125px;
    }
    .p_garantia{
        margin: 20px 0 40px 0;
    }
    .garantia_block {
        flex-direction: row;
        gap: 1vw;
    }
    .garantia_button {
        margin-top: 40px;
    }
    .price_container {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1%;
        width: 90%;
        margin: 0 auto;
        justify-content: center;
    }
    .price_service {
        width: 30%;
        min-width: 442px;
        margin-top: 4vh;
    }
    .price_service_info {
        width: 100%;
        flex-grow: 1;
    }
    .price_info {
        flex-grow: 1;
    }
    .bridge_meta h2,
    .bridge_meta p,
    .bridge_wave h2,
    .bridge_wave p,
    .bridge_tecnologia h2,
    .bridge_tecnologia p,
    .bridge_meta,
    .bridge_wave,
    .bridge_tecnologia {
        text-align: start;
        margin: 0;
        padding: 0;
    }
    .bridge_meta,
    .bridge_wave,
    .bridge_tecnologia {
        background-color: transparent;
        position: relative;
        z-index: 300;
        border-radius: 40px;
        border: 3px solid #FFA529;
    }
    .bridge_meta h2,
    .bridge_wave h2,
    .bridge_tecnologia h2 {
        color: #ffffff;
        margin: 2vw 2vw 0 2vw;
        font-size: 4.6875vw;
    }
    .bridge_meta p,
    .bridge_wave p,
    .bridge_tecnologia p {
        color: #000000;
        margin: 0 2vw 2vw 2vw;
        font-size: 1.8229vw;
    }
    .bridge_container {
        width: 100vw;
    }
    .bridge_block {
        width: 78vw;
        gap: 2vw;
        margin: 5.3125vw auto 0 auto;
        display: flex;
        flex-direction: column;
        z-index: 400;
        height: 47.5938vw;
        position: relative;
    }
    .bridge_first {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .bridge_meta {
        height: auto;
        width: 42vw;
    }
    .a_bridge {
        display: none;
    }
    .bridge_wave {
        height: auto;
        width: 33vw;
    }
    .line_first {
        display: none;
    }
    .line {
        height: 0;
    }
    .bridge_a_bottom {
        position: absolute;
        right: 0;
        bottom: -5vw;
        margin: 0;
        width: fit-content;
        z-index: 300;
    }
    .bridge_a_bottom a {
        width: auto;
        padding: 1vw 7vw;
    }
    .bridge_tecnologia br {
        display: none;
    }
    .pro {
        margin-top: 5vw;
    }
    .pro_container {
        flex-direction: row;
        width: 90vw;
        gap: 1vw;
        justify-content: center;
    }
    .pro_block {
        border-radius: 5px;
        width: 30vw;
    }
    .pro_block h1 {
        font-size: 10.8vw;
        margin: 5.94vw 0 0 5.94vw;
    }
    .pro_block h3 {
        margin: 8.54vw 1.34vw 0 1.34vw;
        font-size: 3.26vw;
    }
    .pro_block p {
        margin: 0 1.34vw 1.34vw 1.34vw;
        font-size: 1.17vw;
    }
}
@media (min-width: 1200px) {
    .iva {
        font-size: 15px;
    }
    .hero_first {
        background-image: url('../images/hero1920.webp');
        border-radius: 50px;
    }
    .hero_price {
        width: 40%;
    }
    .hero_do {
        width: 52%;
    }
    .hero_price,
    .hero_do {
        border-radius: 40px;
    }
    .br {
        display: block;
    }
    .hero_do_information {
        width: 60%;
    }
    .hero_do picture {
        left: 60%;
    }
    .garantia {
        margin-top: 150px;
    }
    .p_garantia{
        margin: 25px 0 50px 0;
    }
    .garantia_block {
        width: 90%;
        gap: 2vw;
    }
    .garantia_button {
        margin-top: 40px;
    }
    .price button {
        padding: 5px 60px;
    }
    .price_container {
        gap: 5%;
    }
    .bridge_meta,
    .bridge_wave,
    .bridge_tecnologia {
        border: 4px solid #FFA529;
    }
    .footer_footer p {
        font-size: 2vw;
    }
}
@media (min-width: 1600px) {
    .iva {
        font-size: 17px;
    }
    .br {
        display: none;
    }
    .bridge_meta,
    .bridge_wave,
    .bridge_tecnologia {
        border: 5px solid #FFA529;
    }
    .footer_footer p {
        font-size: 1.5vw;
    }
}
@keyframes navFirst {
    0% {
        opacity: 0;
        transform: translate(50%);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes navSecond {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (hover: hover) {
    .oppener:hover {
        transform: scale(1.07);
    }
}
@media (min-height: 1100px) {
    .price h2 {
        margin-top: 8vh;
    }
}
