@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    border: 0;
    
    color: rgb(255, 255, 255);
    font-family: "Saira", sans-serif;
}

.conteiner_top {
    background-image: url(../images/kymco2.jpg);
    background-size: 100% auto;
    width: 100%;
    height: 800px;
    z-index: 1;
    
}

.fo {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
   
}


.kg_h1 {
    text-transform: uppercase;
    font-size: 120px;
    display: flex;
    justify-content: center;
    padding-top: 10%;
    z-index: 3;
    font-weight: 500;
    width: 100%;
    height: auto;
    position: relative;
}
.h1_span {
    
    font-size: 80px;

}
.h1_p {
    font-size: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 6;
    position: relative;
    margin: -1.5% 15%;
 
}
.c_btn_kg {
    display: flex;
    justify-content: center;
    list-style: none;
}




.animated-button {
    margin-top: 2%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px 36px;
    border: 4px solid;
    border-color: transparent;
    font-size: 20px;
    background-color: #1941BA;
    border-radius: 100px;
    font-weight: 600;
    color: #1f387e;
    box-shadow: 0 0 0 2px #1941BA;
    cursor: pointer;
    overflow: hidden;
    z-index: 7;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  


  
.animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #cad6f8;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
.animated-button .text {
    position: relative;
    z-index: 1;
    
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
.animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    border-radius: 50px;
  }
  
  
  .animated-button:hover .text {
    letter-spacing: 2px;
  }
  
.animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 5px #1941BA, 0 0 20px #1941BA;
  }
  
.animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
  }
  
/*------------------------------------------------------*/
.cont {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 17%;
    
}
.mouse {
    border: 2px solid #ffffff;
    border-radius: 13px;
    bottom: 40px;
    height: 46px;
    margin: 0 auto 0 0;
    width: 26px;
    z-index: 6;
    position: absolute;
    
}
.mouse span {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: scroll;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    height: 4px;
    margin: 6px auto;
    width: 4px;
}
@keyframes scroll {
0% {
    opacity: 1;
    transform: translateY(0px);
}
100% {
    opacity: 0;
    transform: translateY(20px);
}
}
.citata_top {
    width: 100%;
    display: flex;
    justify-content: end;
   
}
.citata_top_p {
    margin: 0 5% 2% 0;
    z-index: 6;
    color: #dddddd;
}

/*----------------------------------------------------------------------------------*/
.p_h1 {
    font-size: 40px;
    color: #000;
    text-align: center;
    margin: 8% 0 0 0;
    transform: scale(0px, 50%);
    opacity: 0;
    transition: all 1s ease-in-out 0s;
}

.p_h1._active {
    transform: scale(0px, 0px);
    opacity: 1;
}
.img_p_div {
    display: flex;
    margin: 4% 18% 0 18%;
    transform: scale(0px, 50%);
    opacity: 0;
    transition: all 1s ease-in-out 0s;
}

.img_p_div._active {
    transform: scale(0px, 0px);
    opacity: 1;
}

.img_gal {
    width: 4%;
    height: 4%;
}

.text_gs {
    color: #000;
    font-size: 19px;
    margin: 0 0 0 1%;
}


.text_gs_span {
    color: #000;
    font-weight: 600;
}

/*---------------------------------taula-----------------------------------------------*/

.linia_horizontal {
    width: 65%;
    height: 2px;
    background-color: rgb(0, 0, 0);
    margin: 1% 15% 0 18%;
}

.text_h1 {
    color: #000;
    font-size: 25px;
    margin: 5% 0 0 18%;
    letter-spacing: -0.5px;
}
table, th, td {
    color: #000;
    border-collapse: collapse;
}

td {
    border-bottom: 1px solid #e9e9e9;
}
th, td {
    width: 15%;
    height: 95px;
    
}
table {
    width: 65%;
    margin: 2% 18% 1% 18%;
}

.th_h1 {
    font-size: 20px;
    font-weight: 500;
}

.img_table {
    width: 16%;
    text-align: center;
}

.img_table_gal {
    width: 20%;
    text-align: center;
    
}

.td_text {
    font-size: 18px;
    text-align: center;
}

.linia_gris {
    background-color: #f5f5f5;
}

.th_color {
    border-left: 3px solid #000000;
    border-right: 3px solid #000000;
}

.th_top {
    border-top: 3px solid #000000;
}

.th_bottom {
    border-bottom: 3px solid #000000;
}

.td_color {
    color: red;
    font-weight: 600;
}

.td_color_t {
    color: red;
}
/*---------------------------------despues de taula-------------------------------------------------*/
.div_ps {
   
    margin: 4% 18% 0 18%;
}

.div_ps_p {
    color: #4b4b4b;
    font-size: 14px;
}

/*-------------------------nata-bajo--------------------------------------------------------*/
.nota_conteiner {
    width: 65%;
    margin: 4% 18% 0 18%;
}
.nota_conteiner p {
    color: #4b4b4b;
    font-size: 14px;
  
}
/*--------------------------------pmf--------------------------------------------------*/
.linia_horisontal_pmf {
    width: 100%;
    height: 0.1em;
    background-color: #f0a338;
}
.h1_pmf {
    color: #000;
    font-size: 36px;
    text-align: center;
    margin-top: 8%;
    
}
.conteiner_datails {
    width: 65%;
    margin: 2% 18% 0 18%;
   
}
.pmf_p1 {
    color: #1e1e1e;
    padding: 20px;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;

}

.pmf_text_li {
    margin: 1% 0 1.5% 8%;
    color: #000;
}
/* A-------------tabulación lista dentro de lista--------------*/
.pmf_text_li_tab_1 {
    color: #000;
    margin: 1.2% 0% 1.5% 15%;
}
.pmf_text_li_tab_2 {
    color: #000;
    margin: 1.2% 0% 1.5% 10%;
}
.pmf_text_desc {
    color: #000;
    margin: 1.2% 0% 1.5% 0%;
}

/*A------------------------------------------------------------A*/

.pmf_text {
    color: #000;
    margin: 1% 0 2% 5%;
}
.pmf_h1 {
    background-color: #f5ac47;
    font-size: 25px;
    padding: 2%;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
    &:hover {
        background-color: #e09833;
    }
}
.pmf_h1::marker {
   
    color: white;
}

.pmf_p1::marker {
   
    color: #e09833;
}


/*-------------------------img_arrow-------------------------------------*/


/*----------------------btn1----------------------*/

.animated-button1 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px 36px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    background-color: #1941BA;
    border-radius: 100px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 0 0 2px #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button1 svg {
    position: absolute;
    width: 24px;
    fill: #fff;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button1 .arr-1 {
    left: 16px;
    transform: rotate(180deg);
  }
  
  .animated-button1 .arr-2 {
    right: -25px;
    transform: rotate(180deg);
    }
  
  .animated-button1 .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #cad6f8;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button1 .text {
    position: relative;
    z-index: 1;
    transform: translateX(12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button1:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #212121;
    border-radius: 50px;
  }
  
  .animated-button1:hover .arr-1 {
    left: -25%;
    transform: rotate(180deg);
  }
  
  .animated-button1:hover .arr-2 {
    right: 16px;
    transform: rotate(180deg);
  }
  
  .animated-button1:hover .text {
    transform: translateX(-12px);
  }
  
  .animated-button1:hover svg {
    fill: #fff;
  }
  
  .animated-button1:active {
    scale: 0.95;
    box-shadow: 0 0 5px #1941BA, 0 0 20px #1941BA;
  }
  
  .animated-button1:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
  }
  
.div_btn_pack {
    display: flex;
    justify-content: space-between;
    margin: 2% 18% 0 18%;
  }

  /*-----------------btn2--------------------------*/

  

.animated-button2 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px 36px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    background-color: #1941BA;
    border-radius: 100px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 0 0 2px #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button2 svg {
    position: absolute;
    width: 24px;
    fill: #fff;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button2 .arr-1 {
    right: 16px;
  }
  
  .animated-button2 .arr-2 {
    left: -25%;
  }
  
  .animated-button2 .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #cad6f8;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button2 .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button2:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #212121;
    border-radius: 50px;
  }
  
  .animated-button2:hover .arr-1 {
    right: -25%;
  }
  
  .animated-button2:hover .arr-2 {
    left: 16px;
  }
  
  .animated-button2:hover .text {
    transform: translateX(12px);
  }
  
  .animated-button2:hover svg {
    fill: #fff;
  }
  
  .animated-button2:active {
    scale: 0.95;
    box-shadow: 0 0 5px #1941BA, 0 0 20px #1941BA;
  }
  
  .animated-button2:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
  }
  
