/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Lato', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
 }
 
 .btn-flotante {
     position: fixed;
     bottom: 20px;
     right: 20px;
     background-color: #69ba69;
     color: white;
     border: none;
     border-radius: 50px;
     padding: 15px 20px;
     cursor: pointer;
     box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
     transition: background-color 0.3s, color 0.3s;
     z-index: 9999;
     display: flex;
     align-items: center;
     justify-content: center;
     text-decoration: none; /* Elimina subrayado del enlace */
 }
 
 .btn-flotante i {
     font-size: 44px;
 }
 
 /* Cambios de color al hacer hover o focus */
 .btn-flotante:hover,
 .btn-flotante:focus {
     background-color: white;
     color: #69ba69;
 }
 
 /* Cambia el color del ícono cuando se hace hover o focus */
 .btn-flotante:hover i,
 .btn-flotante:focus i {
     color: #28a745;
 }

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 20px;
}

h2 {
     font-size: 20px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #ffffff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

ul.btn {
     float: right;
}

ul.btn li {
     display: inline-block;
     padding: 0 25px;
}

ul.btn li a {
     color: #fff;
     font-size: 16px;
}

ul.btn li:last-child {
     padding-right: 0;
}

.login_btn {
     padding-left: 50px;
}

.login_btn a {
     background-color: #fff;
     display: inline-block;
     padding: 7px 35px;
     border-radius: 10px;
     color: #292e39 !important;
     font-size: 17px;
}

.login_btn a:hover {
     color: #fff !important;
     background: #0808ff;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/


/*-- navigation--*/

/* Estilos del contenedor principal */
.header {
     width: 100%;
     padding: 30px 30px;
     background: transparent;
     position: absolute;
     z-index: 999;
     display: flex;
     justify-content: center; /* Centra horizontalmente el contenido */
     align-items: center; /* Centra verticalmente el contenido */
 }
 .header2 {
     width: 100%;
     background: transparent;
     position: absolute;
     top: 10px; /* Ajusta este valor para mover el elemento hacia arriba */
     z-index: 999;
     display: flex;
     justify-content: center; /* Centra horizontalmente el contenido */
     align-items: center; /* Centra verticalmente el contenido */
 }

 /* Estilos de la barra de navegación */
 .navigation.navbar {
     background: #fff;
     padding: 23px 25px !important;
     border-radius: 64px;
     display: flex;
     justify-content: center; /* Centra horizontalmente el contenido dentro de la barra */
     align-items: center; /* Centra verticalmente el contenido dentro de la barra */
     border: 2px solid #000; /* Añade un borde negro de 2px */
 }

 .navigation.navbar-dark .navbar-nav {
     width: 100%; /* Asegura que el contenedor del menú ocupe todo el ancho */
    display: flex;
    justify-content: space-around; /* Distribuye uniformemente los elementos del menú */
    align-items: center; /* Alinea verticalmente los elementos */
 }

 .navigation.navbar-dark .navbar-nav .nav-item {
     flex-grow: 0; /* Los elementos no crecen más allá de su contenido */
    margin: 0 20px; /* Añade un margen para espaciar los elementos uniformemente */
    text-align: center; /* Centra el texto dentro de cada enlace del menú */
 }

 .navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 20px;
     color: #070404;
     font-size: 19px;
     line-height: 20px;
     font-weight: 500;
 }

 .navigation.navbar-dark .navbar-nav .nav-link:focus,
 .navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #69ba69;
 }

 .navigation.navbar-dark .navbar-nav .active>.nav-link,
 .navigation.navbar-dark .navbar-nav .nav-link.active,
 .navigation.navbar-dark .navbar-nav .nav-link.show,
 .navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #69ba69;
 }

 .login_btn a {
     background: #03cafc;
     padding: 9px 32px !important;
     display: inline;
     border-radius: 20px;
     color: #fff !important;
     margin: 0 10px;
 }


 .sea_icon a {
     color: #8c8c8c !important;
 }

 .logo_section {
     flex-grow: 0; /* Mantiene el tamaño del logo sin permitir que crezca */
     margin-right: 20px; /* Espaciado opcional a la derecha del logo */
 }


 @media (max-width: 767.98px) {
     .navigation.navbar {
         border-radius: 0;
         padding: 10px 20px !important;
     }

     .navigation.navbar-dark .navbar-nav {
         flex-direction: column;
         align-items: flex-start;
     }

     .navigation.navbar-dark .navbar-nav .nav-item {
         padding: 10px 0;
     }
 }
/** banner section **/

.banner_main {
     background: url(../images/fotobaner.jpeg);
     background-repeat: no-repeat;
     min-height: 900px;
     min-width: 400px;
     background-size: 100% 100%;
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
 }
 
 .text-bg {
     text-align: center; /* Alinea el texto en el centro */
     padding: 20px;
 }
 
 .text-bg h1 {
     font-size: 48px; /* Tamaño de fuente grande para pantallas grandes */
     margin-bottom: 20px;
     line-height: 0.2; /* Reduce el interlineado */
 }
 
 .text-bg p {
     font-size: 18px;
     margin-bottom: 20px;
 }
 
 .text-bg a {
     font-size: 20px;
     padding: 10px 20px;
     background-color: #333;
     color: #fff;
     text-decoration: none;
     border-radius: 5px;
 }
 
 /* Estilo responsive para móviles */
 @media screen and (max-width: 768px) {
     .banner_main {
         min-height: 400px;
         background-size: cover;
     }
     
     .text-bg h1 {
         font-size: 20px; /* Tamaño de fuente más pequeño en tablets */
     }
 
     .text-bg p {
         font-size: 16px;
     }
 
     .text-bg a {
         font-size: 18px;
         padding: 8px 16px;
     }
 }
 
 @media screen and (max-width: 480px) {
     .banner_main {
         min-height: 300px;
         padding: 10px;
     }
     
     .text-bg h1 {
         font-size: 10px; /* Tamaño de fuente más pequeño en móviles */
         margin-bottom: 15px;
     }
 
     .text-bg p {
         font-size: 14px;
     }
 
     .text-bg a {
         font-size: 16px;
         padding: 6px 12px;
     }
 }
 .banner_main .text-bg h1 {
     margin-top: 20px;
     font-size: 78px; /* Tamaño de fuente por defecto */
 }
 
 /* Estilo para dispositivos móviles (pantallas de hasta 768px de ancho) */
 @media (max-width: 768px) {
     .banner_main .text-bg h1 {
         font-size: 24px; /* Tamaño de fuente más pequeño para móviles */
     }
 }

.text-bg {
     text-align: center;
}
.text-bg2 {
     text-align: center;
}
.text-bg2 a {
     font-size: 17px;
     background-color: #69ba69;
     color: #ffffff;
     font-weight: 600;
     padding: 11px 0px;
     width: 100%;
     max-width: 230px;
     text-align: center;
     display: inline-block;
     border-radius: 30px;
     transition: ease-in all 0.5s;
     margin-bottom: 20px; /* Ajusta el valor según la cantidad de margen que desees */
 }
 .text-bg3 {
     text-align: center; /* Asegura que el contenido dentro del div esté centrado */
 }
 .text-bg3 a {
     font-size: 17px;
     background-color: #69ba69;
     color: #ffffff;
     font-weight: 600;
     padding: 11px 0px;
     width: 100%;
     max-width: 230px;
     text-align: center;
     display: inline-block;
     border-radius: 30px;
     transition: ease-in all 0.5s;
     margin-bottom: 20px; /* Ajusta el valor según la cantidad de margen que desees */
     margin-top: 50px;
 }
 .text-bg3 a:hover {
     background-color: #ffffff;
     color: #69ba69;
     transition: ease-in all 0.5s;
     border: 2px solid #69ba69; /* Añade un borde negro de 2px */
}
.text-bg2 a:hover {
     background-color: #ffffff;
     color: #69ba69;
     transition: ease-in all 0.5s;
     border: 2px solid #69ba69; /* Añade un borde negro de 2px */
}
.text-bg h1 {
     text-transform: uppercase;
     color: #fff;
     font-size: 80px;
     line-height: 120px;
     padding-bottom: 15px;
     font-weight: bold;
}

.text-bg p {
     font-size: 27px;
     color: #fff;
     line-height: 28px;
     font-weight: 500;
     padding-bottom: 50px;
     display: block;
}

.text-bg a {
     font-size: 17px;
     background-color: #69ba69;
     color: #ffffff;
     font-weight: 600;
     padding: 11px 0px;
     width: 100%;
     max-width: 230px;
     text-align: center;
     display: inline-block;
     border-radius: 30px;
     transition: ease-in all 0.5s;
}

.text-bg a:hover {
     background-color: #ffffff;
     color: #69ba69;
     transition: ease-in all 0.5s;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-top: 20px;
     padding-bottom: 60px;
}
.titlepage h2 {
     font-size: 50px;
     color: #090807;
     line-height: 62px;
     font-weight: bold;
     padding: 0;
}
.titlepage3 {
     text-align: left;
     padding-bottom: 10px;
     margin-bottom: 20px;

}
.titlepage3 h2 {
     font-size: 30px;
     color: #fff;
}

.titlepage3 p{
     color: #fff;
     display: block;
     font-size: 17px;
     padding-top: 20px;
     line-height: 32px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.blu {
     color: #0808ff;
}

.read_more {
     font-size: 17px;
     background-color: #69ba69;
     color: #fff;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     z-index: 9999;
     position: relative;
     font-weight: 500;
     border-radius: 30px;
}

.read_more:hover {
     background: #ffffff;
     color: #69ba69;
     transition: ease-in all 0.5s;
}


/** three_box section **/

.three_box {
     margin-top: -160px;
}

.box_text {
     box-shadow: 0 0 95px rgba(13, 3, 3, 0.56);
}

.box_text figure {
     margin: 0;
}

.box_text figure img {
     width: 100%;
}


/** end three_box section **/


/** hottest section **/

.hottest {
     background: #fff;
     padding: 90px 0 0px 0;
}

.hottest .titlepage {
     padding-bottom: 0;
     text-align: left;
}

.hottest .titlepage h2 {
     color: #000;
}

.hottest .hottest_box {
     position: relative;
     background-color: #ffffff;
     padding: 60px 40px;
     border: 10px solid #69ba69; /* Añade un borde negro de 2px */
     border-radius: 20%;
 }


.hottest .hottest_box p {
     color: #000000;
     font-size: 17px;
     line-height: 32px;
     font-weight: 500;
}


/** end hottest section **/


/** choose  section **/

 
.choose_img2 {
     padding: 20px;
     box-sizing: border-box;
 }
 
 .first-image {
     flex: 1;
     min-width: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
 }
 
 .choose_img2-container {
     flex: 1;
     min-width: 50%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }
 
 .choose_img2-container .choose_img2 {
     flex: 1;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 10px; /* Espacio entre las dos imágenes */
 }
 
 .choose_img2-container .choose_img2:last-child {
     margin-bottom: 0;
 }
 
 .choose_img2-container .choose_img2 img {
     max-width: 75%; /* Ajusta el tamaño según sea necesario */
     height: auto;
     display: block;
 }
 
 .first-image img {
     max-width: 100%; /* Mantener el tamaño original de la imagen izquierda */
     height: auto;
     display: block;
 }






.choose {
     margin-top: 90px;
     background-color: #242323;
     padding: 90px 0 190px 0;
     position: relative;
}

.choose::after {
     position: absolute;
     content: "";
     bottom: 0;
     left: 0px;
     width: 100%;
     height: 195px;
     background: url(../images/choose_bottom_cross.png);
     background-repeat: no-repeat;
     display: block;
     background-position: center center;
}

.choose .titlepage {
     text-align: left;
     padding-bottom: 0;
}

.choose .titlepage h2 {
     color: #fff;
}

.choose .titlepage p {
     color: #fff;
     display: block;
     font-size: 17px;
     padding-top: 20px;
     line-height: 32px;
}

.choose_img {
     background-color: #fff;
     padding: 20px;
     margin-left: 30px;
     margin-right: 40px;
}

.choose_img figure {
     margin: 0;
     margin-left: -50px;
}

.choose_img figure img {
     width: 100%;
}

.padding_with {
     max-width: 653px;
     float: right;
     width: 100%;
}

.choose_box {
     display: flex;
}

.choose_box i {
     float: left;
}

.choose_box i img {
     float: left;
     background-color: #69ba69;
     width: 140px;
     padding: 10px;
     border-radius: 60px;
}
.choose_box i.icon {
     float: left;
     background-color: #69ba69;
     width: 60px;
     padding: 10px;
     border-radius: 60px;
     display: flex;
     justify-content: center;
     align-items: center;
  }
  
  .choose_box i.icon img,
  .choose_box i.icon svg {
     width: 100%;
     height: auto;
  }
  
  .choose_box i.icon svg path {
     fill: #fff;
  }

.choose_box {
     display: flex;
     align-items: flex-start;
 }
 
 .choose_box i {
     flex-shrink: 0;
     margin-right: 20px; /* Ajusta según sea necesario */
 }
 
 .choose_box i img {
     width: 70px; /* Ajusta el tamaño según tus necesidades */
     height: auto; /* Mantiene la proporción de la imagen */
     display: block;
 }
 
 .choose_text {
     flex: 1;
     padding-left: 0px;
 }
 
 .choose_text h3 {
     color: #fff;
     font-size: 20px;
     line-height: 28px;
     font-weight: 600;
     padding-bottom: 10px;
 }
 
 .choose_text p {
     color: #fff;
     font-size: 17px;
     line-height: 20px;
 }
 .container-fluid{
     padding-top: 30px;
 }

.padding_bottom {
     padding-bottom: 30px;
}


/** end choose  section **/


/** product  section **/

.product_box {
     background: #000;
     position: relative;
     margin-bottom: 30px;
     box-shadow: 0 0 51px rgba(13, 3, 3, 0.13);
     margin-top: 70px;
}

.product_box figure {
     margin: 0;
}

.product_box figure img {
     width: 100%;
     height: 343px;
}

.product_box h3 {
     position: absolute;
     bottom: 15px;
     padding: 0;
     right: 50px;
     text-align: right;
     color: #fff;
     font-size: 30px;
     text-transform: uppercase;
     font-weight: 600;
}

.black {
     color: #242323 !important;
}

.padding_left0 {
     padding-left: 0;
}

.padding_right0 {
     padding-right: 0;
}

.gallery {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
     gap: 10px;
     padding: 20px;
     max-width: 1200px;
     margin: auto;
 }
 
 .gallery-item {
     overflow: hidden;
     position: relative;
     background-color: #fff;
     border-radius: 8px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 }
 
 .gallery-item img {
     width: 100%;
     height: auto;
     display: block;
     transition: transform 0.3s ease;
 }
 
 .gallery-item:hover img {
     transform: scale(1.05);
 }




/** end product  section **/


/** about section **/

.carousel-media {
     width: 100%; /* Ajusta al 100% del contenedor */
     height: 450px; /* Altura fija */
     max-width: 800px; /* Ancho máximo */
     margin: 0 auto; /* Centrar */
     display: block;
     border-radius: 20px;
 }
 
.about {

     background: url(../images/bg.jpg);
     background-repeat: no-repeat;
     min-height: 600px;
     min-width: 400px;
     background-size: 100% 100%;
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
}

.about .titlepage p {
     color: #141629;
     line-height: 28px;
     font-weight: 500;
     font-size: 17px;
     padding-top: 20px;
}
.about .titlepage2 h2 {
     color: #000000;
     line-height: 28px;
     font-weight: 500;
     font-size: 47px;
     padding-top: 0px;
}

.about_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
     padding-top: 15px;
}

.about_box {
     text-align: center;
}

.test_box {
     padding: 30px 40px 40px 42px;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     min-height: 367px;
     border-radius: 30px;
}

.about_Carousel .test_box h4 {
     font-size: 30px;
     color: #1d1c1c;
     line-height: 18px;
     display: block;
     text-align: center;
     text-transform: uppercase;
     font-weight: 600;
     padding: 23px 0px 0px 0px;
     text-align: left;
}

.about_Carousel .test_box i {
     text-align: left;
     float: left;
     margin-bottom: -12px;
     margin-right: 20px;
     margin-top: -91px;
     box-shadow: #ddd 0px 0px 10px 0px;
     border-radius: 122px;
}

.about_Carousel .test_box p {
     font-size: 17px;
     line-height: 28px;
     color: #fff;
     text-align: left;
     padding-left: 100px;
     margin-top: 45px;
}

.about_Carousel .carousel-indicators {
     bottom: 10px;
}

.about_Carousel .carousel-indicators li {
     width: 56px;
     height: 15px;
     border-radius: 20px;
     background: #69ba69;
}

.about_Carousel .carousel-indicators li.active {
     background: #040403;
}

#myCarousel .carousel-control-next-icon,
#myCarousel .carousel-control-prev-icon {
     display: none;
}


/** end about section **/


/** footer **/

.footer {
     background: #212121;
     padding-top: 85px;
     text-align: center;
}
.footer2 {
     background: #212121;
     padding: 85px 250px 250px;
     text-align: center;
 }


.footer .titlepage {
     text-align: left;
     padding-bottom: 0px;
}

.footer .titlepage2 {
     text-align: left;
     padding-bottom: 0px;
}

.footer .titlepage h2 {
     color: #fff;
}

.titlepage2 {
     text-align: center; /* Alinea el texto al centro */
     padding-top: 120px; /* Ajusta este valor para bajar el texto */
     padding-bottom: 0px;
 }
  
 .titlepage2 h2 {
     font-size: 30px;
     color: #fff;
 }

.main_form {
     padding: 50px 0px 50px 0px;
}

.main_form .contactus {
     border: inherit;
     padding: 0px 15px;
     margin-bottom: 20px;
     width: 100%;
     height: 45px;
     background: #ffffff;
     color: #777977;
     font-size: 18px;
     font-weight: normal;
     border-bottom: #ddd solid 1px;
     border-radius: 30px;
}

.main_form .contactus1 {
     border: inherit;
     padding: 0px 15px;
     margin-bottom: 20px;
     padding-top: 21px;
     width: 100%;
     height: 80px;
     background: #ffffff;
     color: #777977;
     font-size: 18px;
     font-weight: normal;
     border-bottom: #ddd solid 1px;
     border-radius: 30px;
}

.main_form .send_btn {
     font-size: 20px;
     transition: ease-in all 0.5s;
     background-color: #69ba69;
     color: #000;
     padding: 16px 0px;
     max-width: 333px;
     font-weight: 700;
     width: 100%;
     display: block;
     margin-top: 11px;
     border-radius: 30px;
}

.main_form .send_btn:hover {
     background-color: #fff;
     transition: ease-in all 0.5s;
     color: #69ba69;
}

#request *::placeholder {
     color: #777977;
     opacity: 1;
}

ul.social_icon {
     padding-top: 6px;
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
     background: #fff;
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 25px;
     border-radius: 30px;
     margin: 0 3px;
}

ul.social_icon li a:hover {
     background-color: #69ba69;
     color: #fff;
}

.bottom_form h3 {
     font-weight: 600;
     font-size: 22px;
     text-align: left;
     color: #fff;
     padding-bottom: 15px;
}

ul.location_icon {
     padding-top: 12px;
     text-align: left;
}

ul.location_icon li {
     display: inline-block;
     font-size: 18px;
     line-height: 20px;
     color: #fff;
     padding-bottom: 25px;
}

ul.location_icon li a {
     font-size: 30px;
     color: #fff;
     line-height: 30px;
     padding-right: 15px;
}

ul.location_icon li a:hover {
     color: #00ff00;
}

.footer h3 {
     font-weight: 600;
     font-size: 22px;
     text-align: left;
     color: #fff;
     padding-bottom: 15px;
}

ul.link {
     text-align: left;
}

ul.link li a {
     color: #fff;
     font-size: 17px;
     line-height: 20px;
     padding-bottom: 15px;
     padding-left: 25px;
     display: block;
}

ul.link li a:hover {
     color: #69ba69;
}

ul.link li a::after {
     position: absolute;
     content: "";
     width: 12px;
     height: 12px;
     background-color: #fff;
     border-radius: 20px;
     left: 0;
     margin-top: 6px;
     margin-left: 15px;
}

.border_right {
     border-right: #fff solid 1px;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 100%;
     height: 53px;
     background: #fff;
     color: #000;
     font-size: 18px;
     font-weight: 600;
}

.sub_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #f4cb1e;
     color: #fff;
     padding: 11px 0px;
     max-width: 200px;
     width: 100%;
     display: block;
     font-weight: 500;
     text-transform: uppercase;
     margin-top: 20px;
}

.sub_btn:hover {
     background-color: #fff;
     transition: ease-in all 0.5s;
     color: #000;
}

.copyright {
     margin-top: 70px;
     padding: 20px 0px;
     background-color: #69ba69;
}
.copyright2 {
     margin-top: 0px;
     padding: 20px 0;
     background-color: #69ba69;
     text-align: center; /* Centra el texto dentro del contenedor */
 }
 .copyright2 p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
}

.copyright p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #212121;
}


/** end footer **/
/** choose piece **/
.containern {
     display: flex;
     width: 100%;
 }
 
 .carouseln {
     flex: 1 1 33%; /* Ocupa 1/3 del contenedor */
     position: relative;
     padding: 10px;
     background-color: #f0f0f0;
 }
 
 .carousel-imagesn {
     position: relative;
     width: 100%;
     height: auto;
     overflow: hidden;
 }
 
 .carousel-imagesn img {
     width: 100%;
     display: none;
 }
 
 .carousel-imagesn img.active {
     display: block;
 }
 
 button.prev, button.next {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     background-color: rgba(0,0,0,0.5);
     color: white;
     border: none;
     padding: 10px;
     cursor: pointer;
 }
 
 button.prev {
     left: 10px;
 }
 
 button.next {
     right: 10px;
 }
 
 .text-contentn {
     flex: 2 1 66%; /* Ocupa 2/3 del contenedor */
     padding: 10px;
     background-color: #e0e0e0;
 }
/**end choose piece **/

.products_page .product .titlepage {
     margin-top: 170px;
}

