/*--------------------------------------------------------------------- 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=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,600,700,800&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: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

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: 24px;
}

h2 {
     font-size: 22px;
}

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: #fff;
     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--*/

.navigation.navbar {
     float: right;
     padding-top: 31px !important;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 25px;
     color: #ffffff;
     font-size: 17px;
     line-height: 20px;
     font-weight: 500;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #51fe44;
}

.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: #51fe44;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.padd_right {
     padding-right: 10px;
}

.sign_btn {
     padding-left: 50px;
}

.sign_btn a {
     display: inline-block;
     padding: 7px 10px;
     color: #000000;
     font-size: 17px;
}

.sign_btn a:hover {
     color: #000000;
}

.header {
     width: 100%;
     padding: 30px 30px;
     background: transparent;
     position: absolute;
     z-index: 999;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}


/** banner section **/

.banner_main {
     background: url(../images/banner.jpg);
     background-repeat: no-repeat;
     min-height: 900px;
     background-size: 100% 100%;
     display:flex;
     justify-content: center;
     align-content: center;
     align-items: center;
     position: relative;
}
.banner_main::before {
     position: absolute;
     content: "";
     width: 50px; 
     height: 40px;
     background: url(../images/cross.png);
     background-repeat: no-repeat;
     bottom: -38px;
     right: 38px;
}
.banner_main::after {
     position: absolute;
     content: "";
     width:50px; 
     height:40px;
     background: url(../images/cross.png);
     background-repeat: no-repeat;
     bottom: -38px;
     left: 38px;
}
.text-bg {
     text-align: left;
     padding-top: 130px;
     padding-bottom: 10px;
     padding-left: 20px;
}

.text-bg h1 {
     color: #fff;
     font-size: 81px;
     line-height: 80px;
     padding-bottom: 45px;
     font-weight: bold;
}

.text-bg span {
     color: #fff;
     font-size: 42px;
     line-height: 50px;
     font-weight: normal;
     padding-bottom: 18px;
     display: block;
}

.text-bg p {
     line-height: 28px;
     font-weight: 500;
     padding-bottom: 60px;
     display: block;
}

.text-bg figure img {
     width: 100%;
     padding-top: 70px;
}

.text_img {
     margin-right: -100px;
     margin-top: 80px;
}

.text_img figure {
     margin: 0;
}

.text_img figure img {
     width: 100%;
}

.carousel-caption {
     position: inherit;
}

#banner1 .carousel-inner {
     padding-right: 130px;
}

#banner1 .carousel-indicators {
     left:calc();
     bottom: 40px;
     cursor:grab;
}

#banner1 .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 20px;
     background: #48ca95;
     margin-right: 5px;
     margin-left: 5px;
}

#banner1 .carousel-indicators li.active {
     background: #000000;
}

#banner1 a.carousel-control-next,
#banner1 a.carousel-control-prev {
     display: none;
}

.text-bg a {
     font-size: 17px;
     background-color: transparent;
     border: #fff solid 2px;
     color: #fff;
     font-weight: 500;
     padding: 14px 10px;
     width: 100%;
     max-width: 215px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     margin-right: 10px;
}

.text-bg a:hover {
     background-color: #48ca95;
     color: #fff;
     transition: ease-in all 0.5s;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 40px;
     color: #090807;
     line-height: 55px;
     font-weight: bold;
     padding: 0;
     text-transform: uppercase;
     border-bottom: #48ca95 solid 1px;
     max-width: 315px;
     margin: auto;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.blu {
     color: #0808ff;
}

.read_more {
     font-size: 25px;
     background-color: #48ca95;
     color: #fff !important;
     padding: 13px 10px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
}

.read_more:hover {
     background: #000;
     color: #fff;
     transition: ease-in all 0.5s;
}


/** three_box section **/

.three_box {
     background-color: #fff;
     padding-top: 100px;
}

.box_text {
     background: #fff;
     text-align: center;
     padding: 50px 20px 20px 20px;
     border: #48ca95 solid 1px;
     border-radius: 15px;
}

.box_text h3 {
     color: #121010;
     font-size: 20px;
     line-height: 22px;
     font-weight: bold;
     padding-bottom: 25px;
}

.box_text p {
     font-size: 17px;
     color: #050505;
     line-height: 30px;
}

.box_text i {
     padding-bottom: 25px;
     display: block;
}


/** end three_box section **/


/** products section **/

.products {
     margin-top: 90px;
     background: #f7f7f7;
     padding: 90px 0 90px 0;
}

.our_products {
     background-color: #fff;
     padding: 90px 0;
}

.our_products .product_box {
     text-align: center;
     margin-bottom: 30px;
}

.our_products .product_box figure {
     margin: 0;
}

.our_products .product_box h3 {
     width: 200px;
     color: #fff;
     font-size: 20px;
     line-height: 20px;
     background-color: #252525;
     font-weight: 500;
     margin: 0 auto;
     padding: 20px 20px;
     margin-top: 40px;
     transition: ease-in all 0.5s;
}

.our_products .product_box h3:hover {
    background: #48ca95;
    transition: ease-in all 0.5s;
}

.margin_bottom1 {
     margin-bottom: 60px;
}

.our_products .read_more {
     margin: 0 auto;
     display: block;
     margin-top: 50px;
     background-color: transparent;
     border: #48ca95 solid 2px;
     color: #48ca95 !important;
     max-width: 232px;
     padding: 15px 0;
}

.our_products .read_more:hover {
     background: #48ca95;
     color: #000 !important;
}


/** end products section **/


/** laptop  section **/

.laptop {
     font-family: 'Dosis', sans-serif;
     padding: 130px 0;
     background-color: #4f4aa6;
}

.laptop .titlepage {
     text-align: left;
     padding-bottom: 0;
}

.laptop .titlepage p {
     color: #fff;
     display: block;
     font-size: 40px;
     font-weight: normal;
     padding-bottom: 24px;
     line-height: 40px;
}

.laptop .titlepage h2 {
     text-transform: none;
     font-size: 80px;
     color: #fff;
     max-width: inherit;
     border: inherit;
     font-weight: 500;
     line-height: 80px;
}

.laptop_box {
     margin-right: -50px;
}

.laptop_box figure {
     margin: 0;
}

.margin_bottom {
     margin-bottom: 30px;
}

.laptop .read_more {
     display: block;
     margin-top: 60px;
}


/** end laptop  section **/


/** customer section **/

.customer {
     padding: 90px 0px 140px 0px;
     background: #fff;
}

.customer .titlepage h2 {
     max-width: 385px;
}

.customer_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.customer_box {
     text-align: center;
}

.test_box {
     text-align: left;
}

.customer_Carousel .test_box h4 {
     font-size: 30px;
     color: #030305;
     line-height: 28px;
     display: block;
     font-weight: 600;
     padding: 30px 0px 30px 0px;
     text-align: left;
}

.customer_Carousel .test_box p {
     font-size: 17px;
     line-height: 28px;
     color: #0b0b0c;
     text-align: left;
}

.customer_Carousel .carousel-indicators {
     bottom: -50px;
     right: inherit;
     margin-left: 4px;
}

.customer_Carousel .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 20px;
     background: #48ca95;
}

.customer_Carousel .carousel-indicators li.active {
     background: #4f4aa6;
}

#myCarousel .carousel-control-next-icon,
#myCarousel .carousel-control-prev-icon {
     display: none;
}


/** end customer section **/


/** contact section **/

.contact {
     background: url(../images/contact_g.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100% 100% 100%;
     padding: 100px 0;
}

.contact .titlepage h2 {
     color: #fff;
     border-bottom: #fff solid 1px;
}

.main_form {
     padding: 70px 50px;
     border: #fff solid 2px;
     margin: 0 50px;
}

.main_form .contactus {
     border: #fff solid 2px;
     padding: 0px 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 57px;
     background: transparent;
     color: #fff;
     font-size: 18px;
     font-weight: normal;
}

.main_form .textarea {
     border: #fff solid 2px;
     padding: 0px 15px;
     margin-bottom: 25px;
     width: 100%;
     background: transparent;
     color: #fff;
     font-size: 18px;
     font-weight: normal;
     padding-top: 56px;
     height: 151px;
}

.main_form .send_btn {
     font-size: 22px;
     transition: ease-in all 0.5s;
     background-color: #48ca95;
     text-transform: uppercase;
     color: #fff;
     padding: 15px 0px;
     max-width: 226px;
     width: 100%;
     display: block;
     margin-top: 30px !important;
     margin: 0 auto;
     border-radius: 40px;
     font-weight: 500;
}

.main_form .send_btn:hover {
     background-color: #000;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #fff;
     opacity: 1;
}


/** end contact section **/


/** footer **/

.footer {
     background: url(../images/footer.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding-top: 115px;
     text-align: center;
}

.footer .titlepage {
     text-align: left;
     padding-bottom: 10px;
}

.footer .titlepage h2 {
     color: #fff;
     margin: inherit;
     border-bottom: #fff solid 1px;
}

.logo1 {
     float: left;
}

ul.social_icon {
     padding-top: 37px;
     width: 100%;
     float: left;
     text-align: left;
}

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: #48ca95;
     color: #fff;
}

.footer h3 {
     font-weight: 600;
     font-size: 25px;
     line-height: 25px;
     text-align: left;
     color: #fff;
     padding-bottom: 15px;
}

.about_us li {
     color: #fff;
     font-size: 17px;
     text-align: left;
     
     
}


.bottom_form h3 {
     font-weight: 600;
     font-size: 25px;
     line-height: 25px;
     text-align: left;
     color: #fff;
     padding-bottom: 15px;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 100%;
     height: 45px;
     background: #fffffff2;
     color: #ccc8c8;
     font-size: 17px;
     font-weight: 600;
     float: left;
     border-radius: 10px;
     margin-bottom: 20px;
}

.sub_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #48ca95;
     color: #fff;
     padding: 10px 0px;
     max-width: 147px;
     border-radius: 10px;
     width: 100%;
     display: block;
     font-weight: 500;
     text-transform: uppercase;
}

.sub_btn:hover {
     background-color: #000;
     transition: ease-in all 0.5s;
     color: #fff;
}

.copyright {
     margin-top: 80px;
     padding-bottom: 20px;
}

.copyright p {
     color: #ddd;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     border-top: #ddd solid 1px;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: #ddd;
}

.copyright a:hover {
     color: #48ca95;
}


/** end footer **/


/** inner page css **/

.inner_posituong .header {
     position: inherit;
     background: #4843a3;
}

.computer_page .laptop {
     margin-top: 90px;
}

.contact_page .contact {
     margin-top: 90px;
}


/** about **/

.about {
     background-color: #fff;
     padding: 90px 0;
}

.about .titlepage {
     text-align: left;
}

.about .titlepage h2 {
     max-width: inherit;
     border: inherit;
}

.about .titlepage p {
     padding: 30px 0;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}


/** end about **/


/** laptop **/

.laptop1 {
     background-color: #f6f6f6;
     padding: 90px 0;
}

.laptop1 .titlepage {
     text-align: right;
}

.laptop1 .titlepage h2 {
     max-width: inherit;
     border: inherit;
     color: #000;
}

.laptop1 .titlepage p {
     padding: 30px 0;
     color: #000;
}

.laptop1_img figure {
     margin: 0;
}

.laptop1_img figure img {
     width: 100%;
}
.enlace {
    color:white;
     text-decoration: none;
}
.enlace:hover{
     color:white;
}

.form-container {
      background: white;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 14px 10px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 400px;
     margin:auto;
    }

    .form-container h2 {
      margin-bottom: 20px;
    }

    .form-container label {
      display: block;
      margin-bottom: 8px;
      font-weight: bold;
    }

    .form-container input,
    .form-container select,
    .form-container textarea,
    .form-container button {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    .form-container button {
      background: #48ca95;
      color: white;
      font-size: 16px;
      border: none;
      cursor: pointer;
    }

    .form-container button:hover {
      background: #0056b3;
    }
.boton{
     text-decoration: none;
     color: white;
}
.boton:hover{
     color: aquamarine;
}
/** end laptop **/

.carrusel {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  
}

.imagenes {
  display: flex;
  position: relative;
  transition: transform 0.5s ease-in-out;
}

input[type="radio"] {
  display: none;
}

.slide {
  width: 100%;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: auto;
}

.indicadores {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.indicador {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
}

#img1:checked ~ .imagenes {
  transform: translateX(0);
}

#img2:checked ~ .imagenes {
  transform: translateX(-100%);
}

#img3:checked ~ .imagenes {
  transform: translateX(-200%);
}

#img1:checked ~ .indicadores label:nth-child(1),
#img2:checked ~ .indicadores label:nth-child(2),
#img3:checked ~ .indicadores label:nth-child(3) {
  background-color: #48ca95;
}

.cuadro {
  width: 100%;
  max-width: 600px;
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: auto;
}

.fila {
  display: flex;
  margin-bottom: 10px;
}

.titulo {
  flex: 2;
  font-weight: bold;
  color: #333;
     width: 120px;
}

.dato {
  flex: 2;
  color: #666;
  width: 200px;
     
}

.titulo, .dato {
  padding: 8px;
  margin: auto
}

.titulo {
  text-align: left;
}

.dato {
  text-align: left;
}
.cuadro2 {
  max-width: 600px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  
}

.cuadro2 h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.lista-ventajas {
  list-style-type: none; /* Elimina las viñetas predeterminadas */
  padding-left: 0;
  color: #555;
  line-height: 1.6;
     text-align: left;
}

.lista-ventajas li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.lista-ventajas i {
  color: #007bff; /* Azul para el check */
  margin-right: 10px; /* Espacio entre el ícono y el texto */
}
.galeria-cuadro {
  max-width: 800px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  
  text-align: center;
}

.galeria-cuadro h2 {
  margin-bottom: 20px;
  color: #333;
     font-size: 30px;
     font-weight: bold;
}

.grid-fotos {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Tres columnas */
  gap: 15px; /* Espacio entre las fotos */
}

.foto img {
  width: 100%;
  height: auto;
  border-radius: 10px; /* Bordes redondeados para las fotos */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; /* Animación al pasar el mouse */
}

.foto img:hover {
  transform: scale(1.05); /* Efecto de zoom al pasar el mouse */
}

.productos-cuadro {
  max-width: 1000px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.productos-cuadro h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.tabla-productos {
  display: flex;
  flex-direction: column;
  gap: 15px; /* Espacio entre filas */

}

.fila {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; /* Cuatro columnas iguales */
  align-items: center;
  gap: 10px;
}

.columna {
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

.foto img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h3{
     font-size: 20px;
}
.cuadro-incluye {
  max-width: 800px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.cuadro-incluye h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.contenido {
  display: flex;
  align-items: center;
  gap: 40px; /* Espacio entre la imagen y la descripción */
}

.contenido img {
  width: 235px; /* Ajusta el tamaño de la imagen */
  height: auto;
  border-radius: 10px; /* Bordes redondeados */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

.contenido p {
  flex: 1;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.cuadro-incluye2 {
  max-width: 800px;
  margin: 10px auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border: 1px solid #ddd;
}

.cuadro-incluye2 h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.contenido {
  display: flex;
  align-items: center;
  gap: 20px; /* Espacio entre la imagen y la descripción */
}

.contenido img {
  width: 300px; /* Tamaño más grande para la imagen */
  height: auto;
  border-radius: 10px; /* Bordes redondeados */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contenido p {
  flex: 1;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.formulario-contacto {
  
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border: 1px solid #ddd;
}

.formulario-contacto h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

label {
  font-weight: bold;
  color: #333; 
}

input, select, button {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}

input:focus, select:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

button {
  background-color: #25D366; /* Color verde de WhatsApp */
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #1da851;
}
nav {
 
    }
    .container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      flex-grow: 1;
      padding: 2rem;
    }
    h1 {
      font-size: 3rem;
      margin: 1rem 0;
      letter-spacing: 3px;
    }
    p {
      font-size: 1.2rem;
      margin-bottom: 2rem;
    }
    footer {
      width: 100%;
      padding: 1rem 0;
      background: #333;
      color: #fff;
      text-align: center;
      font-size: 0.9rem;
    }