
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* OV PRELOADER */
.ov-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 999999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.ov-preloader .ov-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/Spinner-1s-200px.gif);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -50px 0 0 -50px;
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #020202;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;

}


a {
  text-decoration: none !important;
  color: #3CF;
}

a:hover {
  color: #2f353d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {

  line-height: 25px;
  color: #2a2a2a;
   
  
}

img {
  /* width: 100%; */
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}



::selection {
  background: #344ccf;
  color: #fff;
}

::-moz-selection {
  background: #2556f5;
  color: #fff;
}

@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.button-container {
  display: flex;
  /* Utiliza un contenedor flexible para alinear los botones horizontalmente */
  align-items: center;
  /* padding-top: 20px; */

}

.main-button-green,
.main-button-red {
  margin: 0;
  padding: 0;
}

.main-button-green a {
  font-size: 13px;
  color: #449AD5;
  background-color: #e4e4e4;
  /* Color de WhatsApp */
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 800;
  text-transform: capitalize;
  transition: all .3s;
  margin-left: 10px;

}

.main-button-green a,
.main-button-red2 a {
  vertical-align: middle;
  box-shadow: rgb(0, 0, 0.9);
}

.main-button-green a:hover {
  opacity: 0.9;
  background-color: #faefef;
  /* Cambia el color de fondo al hacer hover */
}

.main-button-red2 a {
  font-size: 13px;
  color: #fff;
  background-color: #449ad5;
  padding: 12px 30px;
  display: inline-block;
  
  border-radius: 22px;
  font-weight: 700;
  transition: all .3s;
}


.main-button-red2 a:hover {
  opacity: 0.9;
  background-color: #3360aa;
}

.main-button-red3 a {
  font-size: 13px;
  color: #1f6492;
  background-color: #ffffff;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  margin-bottom: 15px;
}

.main-button-red3 a:hover {
  opacity: 0.9;
  background-color: #b4b9c0;
}

.main-button-yellow a {
  font-size: 13px;
  color: #fff;
  background-color: #f5a425;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  font-family: Poppins;
font-weight: 700;
font-size: 36px;
line-height: 100%;
letter-spacing: 0%;

  margin-top: 10px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.921);
  color: #fff;
}




/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.sub-header {
  background-color: #1f272b;
  position: relative;
  z-index: 1111;
}

.sub-header .left-content p {
  color: #fff;
  padding: 8px 0px;
  font-size: 13px;
}

.sub-header .right-icons {
  text-align: right;
  padding: 8px 0px;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a {
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
  color: #f5a425;
}

.sub-header .left-content p em {
  font-style: normal;
  color: #f5a425;
}
.background-header {
  background-color: #fff !important;
  height: 80px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}

/***---logo nuevo---***/

.scrolled {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
}

.logo-container {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  /* Asegura que el logo esté sobre otros elementos */
}

.logo-image {
  display: block;
  max-width: 250px;
  height: auto;
}

#darkLogo {
  display: none;
  /* Inicialmente oculto */
}

/* ---------------------------------------------*/
.h2TittleHome{
 font-family: Poppins;
font-weight: 700;
font-size: 36px;
line-height: 100%;
letter-spacing: 0%;

}
/* --------------------------------------------- */


.header-area .main-nav .logo {
  line-height: 80px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;

  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .nav li:hover a {
  color: #fb5849 !important;
}

.background-header .nav li a.active {
  color: #fb5849 !important;
}

.header-area {

  position: absolute;

  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;

  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  background-color: #D9D9D926;
  border-radius: 30.5px;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #449ad5 !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #449ad5 !important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 2px;
  top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  border-radius: 30px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
/*SUBMENU ESTEEEEEEEE ----------------------------------------------------------------------------------------------------*/
.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}
/*SUBMENU ESTEEEEEEEE ----------------------------------------------------------------------------------------------------*/
.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #088ec3 !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;


}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #000000;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #2b56e2;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #2b56e2;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #2b56e2;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #2b56e2;
}

.header-area.header-sticky {
  min-height: 80px;
 padding-bottom: 50px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #1d2751;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .logo-image{
     display: block;
    max-width: 200px;
    margin-top: 8px;
  }
  }
 

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
    margin-left: -20px;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #449ad5 !important;
    opacity: 1;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area {

    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .logo {
    margin-left: 30px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }

  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #449ad5 !important;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }

  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/*---------------------------------------
    flotante whatapp             
-----------------------------------------*/
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #449AD5;
  /* Color verde de WhatsApp */
  color: #ffffff;
  /* Color del texto */
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  z-index: 1000;
  cursor: pointer;
}

.language-button-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
}

.lang-button-group-left {
  border-radius: 25px 0px 0px 25px;
  font-size: 14px;
  border-color: white!important;
}

.lang-button-group-right {
  border-radius: 0px 25px 25px 0px;
  font-size: 14px;
  background-color: #29427b;
}

@media (max-width: 767px) {
  .whatsapp-button {
    padding: 4px 12px;
  }
}


.whatsapp-button:hover {
  background-color: #98c3e0;
  color: #fff;
  /* Color más oscuro para el efecto hover */
}

.whatsapp-text {
  flex: 1;
  margin-right: 10px;
}

.whatsapp-logo img {
  width: 25px;
  /* Ajusta el tamaño del logo según sea necesario */
  height: auto;
  margin-right: 10px;

}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/
#particles-js {
  position: fixeda;

  width: 100%;
  height: 100vh;
  /* Altura ajustable según la cantidad deseada de partículas */
  background-color: #19273d;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;

}

.main-banner {

  position: relative;
  height: 100vh;

}


.main-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

/* Agrega estos estilos para que el contenido se muestre encima de la imagen de fondo */
.video-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;




}

.header-text {
  z-index: 1;
  position: relative;
}

.custom-iframe {
  width: 100%;
  /* Ajusta el ancho según sea necesario */
  height: 300px;
  /* Ajusta la altura según sea necesario */
  border: none;
  /* Quita el borde si no es necesario */
  border-radius: 25px;
}



#bg-video {
  min-width: 100%;
  min-height: 80vh;
  max-width: 100%;
  max-height: 80vh;
  object-fit: cover;
  height: auto;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.381);

}

#bg-video::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  background-color: rgba(31, 39, 43, 0.75);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 80vh;
  max-width: 100%;
  max-height: 80vh;
}


.main-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 15px;

  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
   font-family: Poppins;
font-weight: 700;
font-size: 36px;
line-height: 100%;
letter-spacing: 0%;
  margin-top: 20px;
  margin-bottom: 20px;
  /* font-size: 36px; */

  /* font-weight: 800; */
  color: #fff;
  /* letter-spacing: 1px; */

}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .caption p {
  font-family: Poppins;
font-weight: 400;
font-size: 18px;
letter-spacing: 1%;

  color: #fff;
  max-width: 570px;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {

 

  .main-banner .caption {
    
    text-align: center;
    position: absolute;
   width: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    
  }

  .button-container{
    justify-content: center;
  }
  
  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 26px;
  }

  .main-banner .caption p {
    font-size: 15px;
  }


  .video-overlay {

    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
  }

  .main-button-red2 a {
    font-size: 10px;

    padding: 10px 26px;

  }

  .main-button-green a {
    font-size: 10px;

    padding: 10px 26px;

  }

  #bg-video {

    min-height: 100vh;

    max-height: 100vh;
  }





}



/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/
.software-box {
  border: 1px solid #305C8F;
  border-radius: 25px;
  background-color: #0C0F23;
  height: 100%;
  width: 50%;
  min-height: 400px;
  
}

@media (max-width: 985px) {
  .software-box {
    width: 100%;
    min-height: 300px;
  }
}

.automatizacion-box {
  border: 1px solid #305C8F;
  border-radius: 25px;
  background-color: #0C0F23;
  height: 100%;
  width: 50%;
  min-height: 400px;
}

@media (max-width: 985px) {
  .automatizacion-box {
    width: 100%;
    min-height: 300px;
  }
}

.h1about {
  font-family: Poppins;
font-weight: 700;
font-size: 36px;
line-height: 100%;
letter-spacing: 0%;

  color: white;
  text-align: center;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

#about {
  padding-top: 130px;
}

.mb-2 h4{
  font-size: 20px;

}


.about-us .left-image {
  margin-right: 45px;
  
}

.about-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100px; /* Altura fija para todas las cajas */
}
.stats-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}

.about-us .about-item h4 {
font-weight: 900;
font-size: 48px;
line-height: 100%;
letter-spacing: 0%;

  color: #fff;
}

.about-us .about-item h6 {
font-family: Poppins;
font-weight: 700;
font-size: 13px;
line-height: 100%;
letter-spacing: 0%;

  margin-top: 5px;
  font-weight: bold;
  color: #ffffff;
}

.about-us p {
  font-family: Poppins;
line-height: 100%;
letter-spacing: 0%;

  margin: 40px 0px;
  font-size: 18px;
  color: white;
}

.software {
  width: 100%;
  margin-left: 35px;
  margin-top: 25px;
}
.automatizacion {
    width: 100%;
  padding-left: 32px;
  padding-top: 30px;
}

@media (max-width: 992px) {
  .about-us .left-image {
    margin-right: 30px;
    /* margin-left: 30px;
    margin-bottom: 45px; */
  }

  .software {
    width: 100%;
  margin-left: 15px;
    margin-top: 25px;
    height: 230px;
  }

  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button,
  .main-button-red3 {
    text-align: center;
  }

  .main-button-red3 {
    margin-bottom: 15px;
  }

  .h1about {
    padding-top: 200px;
  }

  .about-us p {
    margin: 40px 0px;
    font-size: 16px;
  }

}
@media (max-width: 765px) {

  .automatizacion {
    width: 100%;
    padding-right: 0px;
    height:300px;
  }
}

/*
---------------------------------------------
services
---------------------------------------------
*/


.services {
  margin-top: -110px;
  position: absolute;
  width: 100%;
 
}

.services .item {
  background-color: #080718;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 20px;
  margin-left: 20px;
  width: 360px; /* Ancho fijo */
  height: 265; /* Altura fija */
}
.services .item::before,
.services .item::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}


.slider2-services{
   
  padding-top: 10px;
  width: 75vw;
  height: auto;
  margin: auto;
  overflow: hidden;
}



.slider2-services .slide2-track-services{
  display: flex;
  animation: scroll 40s linear infinite;
  -webkit-animation: scroll 40s linear infinite;
  width: calc(200px * 14);
  margin: 0 auto ;
  margin-bottom: 100px;
} 



.slider2-services .slide2-services{
  /* width: 200px;
  margin: 0 25px;  */
}
.services .item .icon,
.services .item .down-content {
  /* position: relative;
  z-index: 2; */
}

.scrollable-text {
 max-height: 9em;
  overflow-y: auto;
  padding-right: 6px;
  -webkit-overflow-scrolling: touch; 
  overscroll-behavior: contain;
  scroll-behavior: smooth;
}

.scrollable-text::-webkit-scrollbar {
  width: 10px;
}

.scrollable-text::-webkit-scrollbar-thumb {
 background-color: #ffffff;
  border-radius: 10px;
}

.scrollable-text::-webkit-scrollbar-track {
  background-color: transparent;
}

.service-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding: 40px;
  /* transition: transform 0.3s ease-out, box-shadow 0.3s ease-out; */
}

.service-card:hover,
.service-card.hovered {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}





.services .item .icon {
  max-width: 100px;
  margin: 0 auto;

}

.services .item h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #33CCFF;
}

.services .item p {
  color: #fff;
  font-size: 13px;
}

.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}

.services .owl-nav .owl-prev {
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -60px;
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0;
}

.services .owl-nav .owl-prev:before { /*aca*/
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -60px;
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}
@media (max-width:786px){


  .services .item {
margin: 0 auto;
    width: 320px; /* Ancho fijo */
  }


.services .item p {
  color: #fff;
  font-size: 11px;
}
}


/* 
---------------------------------------------
Features
--------------------------------------------- 
*/
#features {
  padding-top: 50px;
  padding-bottom: 100px;
}

.features .features-content {
  z-index: 2;
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.features-item {
  text-align: center;
  padding: 30px;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  background: linear-gradient(105deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  -moz-transition: background-color .5s;
}



.features-item .number h6 {
  background-repeat: no-repeat;
  width: 110px;
  height: 69px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 69px;
  margin-top: -65px;
  margin-bottom: 30px;
}

.features-item .first-number h6 {
  background-image: url(../images/features-number-01.png);
}

.features-item .second-number h6 {
  background-image: url(../images/features-number-02.png);
}

.features-item .third-number h6 {
  background-image: url(../images/features-number-03.png);
}

.features-item .fourth-number h6 {
  background-image: url(../images/features-number-04.png);
}

.first-feature .icon {
  background-image: url(../images/trabajarconnosotros/refactor-idea-woRectangle.png);
  background-size: cover;
 
}

.second-feature .icon {
  background-image: url(../images/trabajarconnosotros/ux-ui-woRectangle.png);
  background-size: cover;
}
.third-feature .icon {
  background-image: url(../images/trabajarconnosotros/solution-woRectangle.png);
  background-size: cover;
}
.fourth-feature .icon {
  background-image: url(../images/trabajarconnosotros/think-woRectangle.png);
  background-size: cover;
}



.features-item .icon {
  width: 90px;
  height: 110px;
  /* Fija el alto */
  min-height: 110px;
  margin: 0 auto;
  transition: all 0.5s;
  background-size: contain;
  /* O cover, según prefieras */
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.rectangle-sectionFeatures{
 
  width: 100%;
  height: 100%;
  background-color: #D9D9D924;
  border-radius: 1px;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);  */
}


.features-item h4 {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  color: #2a2a2a;
  position: relative;
  transition: all 0.5s;
}

.features-item .line-dec {
  width: 100%;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 2px;
  transition: all 0.5s;
  background-color: #B8B8B8;
  border-radius: 10px;
}

.features-item p {
  font-size: 13px;
  position: relative;
  margin-top: 0px;
  transition: all 0.5s;
}
.features-itemProjects p {
  font-size: 13px;
  position: relative;
  margin-top: 0px;
  transition: all 0.5s;
}

.h1about2 {
  font-family: Poppins;
font-weight: 700;
font-size: 35px;
line-height: 100%;
letter-spacing: 0%;

  position: relative;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-bottom:60px;
  padding-left: 15px;
  padding-right: 15px;

}

@media (max-width: 992px) {

  /* .features-item {
    margin-bottom: 45px;
  } */

  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 765px) {
  #feature {
    margin-top: -20px;
  }
}




/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.upcoming-meetings {

  background-size: 400% 400%;
  animation: gradient-e60a44dc 10s ease-in-out infinite;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;

}


@keyframes gradient-e60a44dc {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


section.upcoming-meetings .section-heading {
  text-align: center;
}

section.upcoming-meetings .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}



section.upcoming-meetings .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

.scrollable-text-sectionProjects {
 max-height: 12em;
  overflow-y: auto;
  padding-right: 6px;
  -webkit-overflow-scrolling: touch; 
  overscroll-behavior: contain;
  scroll-behavior: smooth;
}

.scrollable-text-sectionProjects::-webkit-scrollbar {
  width: 10px;
}

.scrollable-text-sectionProjects::-webkit-scrollbar-thumb {
 background-color: #010000;
  border-radius: 10px;
}

.scrollable-text-sectionProjects::-webkit-scrollbar-track {
  background-color: transparent;
}
.first-featureProjects .icon {
  /* background-image: url(../images/img/configuration_new.png); */
  background-image: url(../images/img/solutions_withoutRectangle.png);
  background-size: cover;
 
}

.second-featureProjects .icon {
  background-image: url(../images/img/implementation_withoutRectangle.png);
  background-size: cover;
}
.third-featureProjects .icon {
  background-image: url(../images/img/colaboration_withoutRectangle.png);
  background-size: cover;
}
.features-itemProjects {
  text-align: center;
  padding: 30px;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  background: linear-gradient(105deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  -moz-transition: background-color .5s;
}
.rectangle-border {
  /* position: absolute; */
  
  /* transform: translate(-50%, -50%); */
  width: 100%;
  background-color: #D9D9D924;
  border-radius: 1px;
  /* border: 5px solid #ffffff; */
  padding: 20px;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);  */
}
.features-itemProjects .line-dec {
  width: 100%;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 2px;
    transition: all 0.5s;
    background-color: #B8B8B8;
    border-radius: 10px;
}
.features-itemProjects .icon {
  width: 90px;
  min-height: 90px;
  margin: 0 auto;
  transition: all 0.5s;
}
.features-itemProjects h4 {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  color: #2a2a2a;
  position: relative;
  transition: all 0.5s;
}

/*acaaaaa*/
.meeting-item {
  max-width: 360px;
  height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 5%; 
}

.meeting-item .thumb {
  position: relative;
}

.meeting-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  width: 100%;
  height: 190px; 
}



.meeting-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250, 250, 250, 0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  background-color: #fff;
  padding: 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-grow: 1; 
  display: flex;
  flex-direction: column;
  justify-content:space-evenly
}

@media (max-width: 768px) {

  .meeting-item .thumb img{
    height: 210px; 
    width: 100%;

  }
  .meeting-item .down-content{
  padding: 30px 30px 0px 30px;
  }
}

.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}



.meeting-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-item .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
   /* Ajusta el margen inferior según sea necesario */
  margin-top: 0; /* Asegura que no haya margen superior */
}

.meeting-item .down-content p {

  color: #1f272b;
  font-size: 14px;
  margin-top: 5px; /* Asegura que no haya margen superior */
  flex-grow: 1; /* Permite que el párrafo crezca para llenar el espacio disponible */
}



/*
---------------------------------------------
apply now
---------------------------------------------
*/

section.apply-now {
  background-image: url(../images/apply-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
}

section.apply-now .item {
  background-color: rgba(250, 250, 250, 0.15);
  padding: 40px;
  margin-bottom: 30px;
}

section.apply-now .item h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.apply-now .item p {
  color: #fff;
  margin-bottom: 20px;
}

.accordions {
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  margin-left: 45px;
}

.accordions .accordion {
  border-bottom: 1px solid #eee;
}

.accordions .last-accordion {
  border-bottom: none;
}

.accordion-head {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #1f272b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}

.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}

.accordion-head.is-open {
  color: #f5a425;
  border-bottom: none;
}

.accordion-head.is-open .icon {
  transform: rotate(45deg);
}

.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}

.accordion-body>.content {
  padding: 20px;
  padding-top: 0;
}


/* 
---------------------------------------------
courses
--------------------------------------------- 
*/

section.our-courses {
  background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 130px;
}

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content h4 {
  padding: 25px;
  font-size: 18px;
  color: #1f272b;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}

.our-courses .owl-nav .owl-prev {
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-facts {
  position: relative;
  /* Añadir posición relativa para permitir posicionar elementos hijos de manera absoluta */
  background-image: url(../images/background_autosolve-12.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 35px; */
}





section.our-facts h2 {
  font-family: Poppins;
font-weight: 700;
font-size: 36px;
line-height: 100%;
letter-spacing: 0%;

  color: #fff;
  margin-bottom: 50px;
  color: #ffffff;
}

.count-area-content {
  text-align: center;
  background-color: rgba(250, 250, 250, 0.15);
  border-radius: 20px;
  padding: 20px;
  margin: 15px 0px;
}

.percentage .count-digit:after {
  content: '%';
  margin-left: 3px;
}

.count-digit {
  margin: 5px 0px;
  color: #f5a425;
  font-weight: 700;
  font-size: 36px;

}

.count-title {
 font-family: Poppins;
font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #ffffff;
}

.new-students {
  margin-top: 45px;
}

section.our-facts .video {
  text-align: center;
  margin-left: 70px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}

section.our-facts .video img {
  padding: 10px 0px;
  margin-bottom: -80px;
  width: 450px;
  /* Ajusta el ancho de la imagen al 100% del contenedor */
  height: auto;

}

@media (max-width: 1300px) {
  .section.our-facts h2 {
    font-size: 23px;
  }

  section.our-facts {
    margin-bottom: 0px;
    /* padding: 80px 0px 80px 0px; */
  }

  section.our-facts .video img {

    width: 100%;
    /* Ajusta el ancho de la imagen al 100% del contenedor */
    height: auto;

  }
}

@media (max-width: 768px) {
  section.our-facts .video img {
    margin-bottom: 0px;
    width:80vw;
    /* Ajusta el ancho de la imagen al 100% del contenedor */
    height: auto;

  }
}

/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us {
  position: relative;
  background-image: url(../images/background_autosolve-12.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  
}


section.contact-us2 {
  position: relative;
  margin-top: 100px;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;

}


section.contact-us #contact {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us #contact h2 {
  /* text-transform: capitalize; */
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  font-size: 13px;
  color: #fff;
  background-color: #1d2751;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us #contact button:hover {
  background-color: #088ec3;
}

section.contact-us .right-info {
  background: linear-gradient(-45deg, #1d2751, #449ad5, #3360aa, #1d2751);
  background-size: 400% 400%;
  animation: gradient-e60a44dc 10s ease-in-out infinite;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250, 250, 250, 0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
  display: block;

  color: #fff;
  font-weight: 700;
}

/*
---------------------------------------------
Footer
---------------------------------------------
*/
.footer {
  background-color: #0f1e33;
  padding: 0px 20px 30px;
  color: white;
  font-family: 'Poppins', sans-serif;
}


.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
  padding-bottom: 20px;
}
.footer-column {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-column.left {
  align-items: flex-start;
}

.footer-column.right {
  align-items: flex-end;
}
.footer-logo img {
  max-width: 200px;
  height: auto;
}

.footer-logo img {
  max-width: 241px;
  height: auto;
  margin-left: -20%;
}
.badge-img {
  max-width: 80px;
}
.footer-logo2 {
  flex: 1;
  display: flex;
  justify-content: center;
}

.footer-logo2 img {
  max-width: 120px;
  height: auto;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-end;
}
.footer p {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 60px;
}

.footer p a {
  color: #f5a425;
}

.footer-nav a:hover {
  color: #555;
  /* Cambia el color de fondo al pasar el ratón */
  color: #fff;
  /* Cambia el color del texto al pasar el ratón */
}

.footer-nav a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}
.footer-bottom {
  text-align: center;
  margin-top: 20px;
  color: #ccc;
  font-size: 14px;
}
.copyright {
  font-family: Poppins;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
}

.footer-social {
  text-align: right;
}

.footer-social a {
  color: white;
  text-decoration: none;
  margin-left: 15px;

}
@media (max-width: 768px) {
   .footer-top {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .footer-column {
    align-items: center !important;
    text-align: center;
  }

  .footer-logo img {
    max-width: 180px;
    margin-bottom: 15px;
  }

  .social-icon {
  }

  .footer-nav {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }

  .footer-nav a {
    font-size: 16px;
  }

  .badge-img {
    margin: 0 auto;
    max-width: 90px;
  }

  .footer-bottom {
    text-align: center;
    /* margin-top: 30px; */
    font-size: 13px;
  }
  .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }
  .footer-nav a {
    margin-right: 0px;
  }
  .footer-logo,
  .footer-logo2 {
    justify-content: center;
    margin: 0;
  }
  .footer-nav {
    flex-direction: column;
    gap: 8px;
    margin-left: 0;
    margin-top: 10px;
  }
}
.footer-buttons{
  margin-left: 10%;
  margin-top: 3%;
}


@media (max-width:786px){
  .h1about{
    font-size: 28px;
  }
  .about-us .about-item .software-item1 {
    font-size: 28px;
    /* margin-right:30px;; */
  }
  .about-us .about-item .software-item2 {
    font-size: 28px;
  /* margin-right: 4px; */
  margin-left: 15px;
  }
  .about-us .about-item .software-item3 {
  margin-left: 40px;
  }
  .about-us .about-item .automatizacion-item1 {
    font-size: 28px;
  /* margin-right: 45px; */
  }


  .about-us .about-item .automatizacion-item2 {
    font-size: 28px;
  margin-left: 25px;
  }
  .about-us .about-item h4 {
    font-size: 28px;
  }
  .about-us .about-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
  .h1about2{
    font-size: 25px;
  }
  section.our-facts h2{
    font-size: 28px;
  }
  .footer-logo img {
    /* max-width: 140px; */
    margin-right: 20px;
    margin-left: 1px;
    /* Ajusta este valor según tus necesidades */
    height: auto;
  }
  .footer-buttons{
  margin-left: 0%;
  margin-top: 2%;
}
  .footer-logo2 {
    display: inline-block;
    margin-bottom: 20px;
    
  }
  
  .footer-logo2 img {
    max-width: 60px;
    /* Ajusta este valor según tus necesidades */
    height: auto;
  }
  
}
/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
  position: relative;
  text-align: center;
  margin-right: 0px;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  color: #fffbfb;
  border-radius: 100px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align:top
}

.social-icon li a:hover {
  background: #0b498d;
  color: #ffffff;
}

@media (max-width: 768px) {
  .social-icon {
    text-align: center;
    margin-top: 40px;
    margin-right: 10px;
  }
  /* .social-icon li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  } */
}



/*
---------------------------------------------
heading page
---------------------------------------------
*/

.body {
  background-image: url(../images/background_autosolve-12.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.heading-page {

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: start;
}

section.heading-page h6 {
  margin-top: 0px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page {

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
}


@media (max-width: 992px) {
  section.heading-page {

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 40px;
    text-align: center;
  }


  section.heading-page h2{
    font-size: 26px;
  }
}

/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {

  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0px;
  margin: 0 10px;
}

section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
}

section.meetings-page .filters li {
  font-size: 13px;
  color: #000000;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all .3s;
  cursor: pointer;
  margin: 10px 10px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
  background-color: #3360aa;
  color: #fff;
  text-transform: capitalize;
}

section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

section.meetings-page .pagination ul li {
  display: inline-block;
}

section.meetings-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s;
}

section.meetings-page .main-button-red {
  text-align: center;
}

section.meetings-page .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #a12c2f;
  color: #fff;
}

.meeting-single-item .thumb {
  position: relative;
}

.meeting-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-single-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250, 250, 250, 0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250, 250, 250, 0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

.meeting-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: #0d0d0d;
}

/* Meeting item column */
.templatemo-item-col {
  width: 31%;
}



@media (max-width: 992px) {
  .templatemo-item-col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .templatemo-item-col {
    width: 100%;
  }
}


/*---------------------------------------
  ABOUT & TEAM SECTION               
-----------------------------------------*/
.about-section {
  margin-bottom: 100px;
}


.about-image {
  border-radius: 15px;
  display: block;
}

.team-thumb {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.team-info {
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 30px;
}


/*
=======================
About
=======================
*/
.texto {
  color: white;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 200px;
}

.texto2 {
  color: white;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;

}


.second-slide .heading h1 {
  margin-top: 30px;
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

.second-slide .heading span {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffbb05;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.second-slide img {
  width: 100%;
  overflow: hidden;
}

.second-slide .left-image {
  padding-right: 0px !important;
}

.second-slide .right-image {
  padding-left: 0px !important;
}

.second-slide .right-about-text {
  text-align: left;
  margin-left: 15px;
  margin-right: 30px;
}

.second-slide .right-about-text h4 {
  font-size: 19px;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.second-slide .right-about-text .primary-button {
  margin-top: 25px;
}

.second-slide .left-about-text {
  text-align: left;
  margin-left: 15px;
  margin-left: 30px;
}

.second-slide .left-about-text h4 {
  font-size: 19px;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.second-slide .left-about-text .primary-button {
  margin-top: 25px;
}

/*---------------------------------------
CAROUSEL        
-----------------------------------------*/
.owl-item{
  margin-right: 100px;
}

.owl-carousel {
  text-align: center;
}

.owl-carousel-image {
  display: block;
}

.owl-carousel .owl-item .owl-carousel-verified-image {
  display: inline-block;
  width: 30px;
  height: auto;
  position: relative;
  right: 5px;
}

.verified-image {
  display: inline-block;
  width: 20px;
  height: auto;
}

.owl-carousel .owl-item {
  opacity: 0.35;
}

.owl-carousel .owl-item.active.center {
  opacity: 1;
}

.owl-carousel-info-wrap {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.owl-carousel-info {
  background-color: #f0f8ff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .8);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 30px;
}

.badge {
  background-color: #088ec3;
  font-family: var(--title-font-family);
  border-radius: 15px;
  color: white;
  padding-bottom: 5px;
}

.owl-carousel-info-wrap .social-share,
.team-thumb .social-share {
  position: absolute;
  left: 80%;
  top: 80%;
  transform: translate(-50%, -50%);
}

.owl-carousel-info-wrap .social-icon,
.team-thumb .social-icon {
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateX(0);
  padding-right: 20px;
  padding-left: 20px;
}

.owl-carousel .owl-item.active.center .owl-carousel-info-wrap:hover .social-icon,
.team-thumb:hover .social-icon {
  transform: translateY(-100%);
  opacity: 1;
}

.owl-carousel-info-wrap .social-icon-item,
.owl-carousel-info-wrap .social-icon-link,
.team-thumb .social-icon-item,
.team-thumb .social-icon-link {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
}

.owl-carousel-info-wrap .social-icon-link {
  margin-top: 5px;
  margin-bottom: 5px;
}

.owl-carousel .owl-dots {
  background-color: white;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
  border-radius: 15px;
  display: inline-block;
  margin: auto;
  margin-top: 40px;
  padding: 15px 25px;
  padding-bottom: 7px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0b498d;
}

.custom-block-full .social-share {
  position: absolute;
  top: 0;
  right: 0;
  margin: 50px;
}

.owl-carousel-info h4{
  font-size: 17px;
}

@media (max-width:786px){
  .owl-carousel-info {
    
    padding: 10px;
  }

}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;

}

.fa-brands {
  background: #0b498d;
  border-radius: 50px;
  color: white;
  font-size: 50%;
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 40px;
  transition: background 0.2s, color 0.2s;

}

.social-icon-link:hover {
  background: #088ec3;
  color: white;
}


.fa-square-instagram {
  font-size: 120px;
}


/* 
---------------------------------------------
Estilos de Proyectos
--------------------------------------------- 
*/


/* 
-----
Rubinzal
-----
*/

.video-container {
  max-width: 350px; /* Ajusta el tamaño según tus necesidades */
  margin: 0 auto; /* Centra el video horizontalmente dentro del contenedor */
}

.custom-video {
  width: 250px;
  height: auto;
  border: 1px solid #ccc; /* Borde opcional para darle mejor presentación */
  border-radius: 8px; /* Esquinas redondeadas opcionales */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra opcional para darle profundidad */
}

@media (max-width:786px){
  .row{
    padding-left: 0px !important;
  }
.video-container {
  max-width: 250px; /* Ajusta el tamaño según tus necesidades */
  margin: 0 auto; /* Centra el video horizontalmente dentro del contenedor */
}
}


.video-overlay2 {
  
  position: absolute;
  background-color: rgba(31, 39, 43, 0.575);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
}



.main-banner .caption2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  /* Para centrar el texto dentro del contenedor */
}


.main-banner .caption2 h6 {
  margin-top: 0px;
  font-size: 15px;

  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption2 h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;

  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption2 h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .caption2 p {
  color: #fff;
  font-size: 14px;
  max-width: 800px;
}

.main-banner .caption2 .main-button-red {
  margin-top: 30px;
}


.about {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}




.subtitle {
  color: rgb(255, 255, 255);
  padding: 10px 5px 0 5px;
  margin-bottom: 0px;
}


.about__paragraph {
  line-height: 1.7;
  color: rgb(255, 255, 255);
  font-size: 18px;
  /* Reducir el tamaño de fuente */
  padding: 10px 5px 0px 5px;
  /* Reducir el padding horizontal */
}

.about__main {
  padding-top: 10px;
  display: flex;
  /* Usar flexbox en lugar de grid */
  justify-content: center;
  /* Centrar los elementos */
  flex-wrap: wrap;
  /* Permitir que los elementos se envuelvan a la siguiente línea si no caben */
  width: 90%;
  margin: 0 auto;
  gap: 5px;
  /* Espacio entre los elementos */
}

@media (max-width:786px){
  .about__main {
    padding-top: 200px;}
}

.about__icons {
  display: grid;
  gap: 1em;
  justify-items: center;
  width: 200px;
  overflow: hidden;
  margin: 0 auto;
}

.about__icon {
  width: 150px;
}

.about__title {
  color: rgb(255, 255, 255);

}

.about__paragrah {
  color: rgb(255, 255, 255);
}

/* Introduction */
#introduction {
  position: relative;
  /* Asegurarse de que el posicionamiento relativo funcione correctamente */
  z-index: 1;
  /* Ajustar el z-index para que la sección esté por encima de las partículas */
  color: white;
  margin: 80px 0px;
}

.tm-section-title {
  font-size: 2rem;
  font-weight: bold;

}

.tm-intro-text {
  font-size: 1.2rem;
  line-height: 1.4;
  color: white;
}



.textin {
  text-align: center;
  color: white;
 
}

.text-container {
  max-width: 600px; /* Ajusta el ancho máximo según tus necesidades */
  margin: 0 auto; /* Centra el contenedor del texto dentro de la columna */
}

.tm-icon {
  display: block;
  margin-bottom: 55px;
  color: #3496d8;
}

h2.text-center {
  margin-top: 50px;
  /* Ajusta el margen superior según sea necesario */
  margin-bottom: 50px;
  /* Ajusta el margen inferior según sea necesario */
}

.custom-img {
  max-width: 200px;
  /* Ajusta el ancho máximo al tamaño del contenedor */
  height: auto;
  /* Mantiene la proporción de aspecto */
  margin-bottom: 30px;
}
.agrandar-imagen {
  width: 200% !important; /* Ajusta este valor según sea necesario */
  height: auto !important;
}

@media (max-width: 768px) {
  .agrandar-imagen {
      width: 100% !important; /* Cambia el tamaño de la imagen para dispositivos móviles */
      margin-bottom: 15px;
  }
}

@media (max-width:786px)
{
  .about__icons {
   margin-bottom: 30px;
  }
  
.about__icon {
  width: 85px;
}

.tm-section-title{
  font-size:1.3rem;
}

.tm-intro-text{
  font-size:16px;
 
}

}

/*---------------------------------------
   comentarios clientes             
-----------------------------------------*/
#testimonial {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 50px 0;
  /* background: url('ruta/de/tu/imagen.jpg') repeat; */
  /* Reemplaza 'ruta/de/tu/imagen.jpg' con la ruta de tu imagen */

}

.laptop-containerArticleUXUI{
    background-image: url(../images/proyectos/ux/laptop-sin-fondo.png);
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 12 / 9;
    margin: 0 auto;

}

.laptop-container {
  background-image: url(../images/proyectos/ux/laptop-sin-fondo.png);
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  max-width: 450px;
  aspect-ratio: 12 / 9;
}

.mobile-container {
  background-image: url(../images/proyectos/Polimax/mobile.png);
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  max-width: 150px;
  aspect-ratio: 9 / 19.5;
}

.figma-label {
  position: absolute;
  top: 20px;
  left: 68%;
  transform: translateX(-50%);
  padding: 6px 12px;
  text-decoration: underline;
  color: white;
  font-weight: bold;
  cursor:pointer;
  width: 100%;
  z-index: 2;
}
/* .figma-label {
  position: absolute;
  top: 15px;
  left: 60%;
  transform: translateX(-50%);
  padding: 6px 12px;
  text-decoration: underline;
  color: white;
  font-weight: bold;
  cursor:pointer;
  width: 100%;
  z-index: 2;
} */

.screen-content {
  position: absolute;
  top: 13.5%;
  left: 12.5%;
  width: 75%;
  height: 62.5%;
  background-color: white;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .8);
}

.screen-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.screen-content-mobile {
  position: absolute;
  top: 4%;
  left: 5%;
  width: 90%;
  height: 92%;
  background-color: white;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .8);
}
.screen-content-mobile iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.mockup-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; /* Para que se acomoden en columna en pantallas pequeñas */
}

@media (max-width: 900px) {
  .mockup-flex {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
/* @media (max-width: 768px) {
  .screen-content {
    width: 73vw;
    height: 45vw;
    max-height: 1500px;
    margin-bottom: 80px;
   }
}


@media (max-width: 768px) {
    .laptop-container {
      background-size: 110vw auto;
      height: 100vh;
    }
} */


/* ----------------------------------------------
  Comentarios clientes

  */
  @keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.testimony1 {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  box-sizing: border-box;
}
.slider2{
  width: 100%;
  max-width: 80%;
  margin: auto;
  position: relative;
  overflow: hidden;
}



.slider2 .slide2-track{
  display: flex;
  width: calc(200px * 14);
  margin: 0 auto ;
  margin-bottom: 20px;
  transition: transform 0.5s ease-in-out;
}



.slider2 .slide2{
  width: 200px;
}


  .marcas{
  text-align: center;
  font-size: 35px;
  padding: 70px 0;
  color: #ffffff;
}
/* Flechas */
.testimonial-arrows {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 10px;
  pointer-events: none; /* permite hacer clic solo en los botones */
  z-index: 10;
}

.testimonial-arrows button {
  pointer-events: all; /* reactiva los clics solo para los botones */
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #222;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.testimonial-arrows button:hover {
  transform: scale(1.1);
  background-color: #f2f2f2;
}

@media (max-width: 768px) {
  .testimonial-arrows button {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

/* Puntos de navegación */
.testimonial-dots {
  text-align: center;
}

.testimonial-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.testimonial-dots .dot.active {
  background-color: #449AD5;
}

/* Estilos para imagenes y carrousel seccion 'empresas que trabajan con nosotros' */


.testimonial-heading-wwu {
  letter-spacing: 1px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:start;
 margin-left: 10%;
  
}

.testimonial-heading-wwu h1 {
  font-family: Poppins;
font-weight: 700;
font-size: 28px;
line-height: 100%;
letter-spacing: 0%;

  color: #ffffff;
}

.testimonial-heading-wwu span {
  font-family: Poppins;
font-weight: 400;
font-size: 28px;
line-height: 100%;
letter-spacing: 0%;

  color: #dddcdc;
}

/* .styleImg-wwu {

margin: 36px;
 
} */

.slider2-wwu {
 padding-top: 10px;
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative; 
}

.slider2-wwu .slide2-track-wwu {
  display: flex;
  animation: scroll 40s linear infinite;
  -webkit-animation: scroll 40s linear infinite;
  width: calc(200px * 25);
  
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  

}

.slider2-wwu .slide2-wwu {
  width: 200px;
  margin: 0 36px; 
  display: flex;
  justify-content: center;
  align-items: center;
  
}
@media (max-width: 768px) {
 .testimonial-heading-wwu h1 {
  font-family: Poppins;
font-weight: 700;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;

  color: #ffffff;
}
.testimonial-heading-wwu span {
  font-family: Poppins;
font-weight: 400;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;

  color: #dddcdc;
}
}

/*---------------------------------------------*/


.testimonial-heading {
  letter-spacing: 1px;
  margin: 30px 0px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.testimonial-heading h1 {
 font-family: Poppins;
font-weight: 700;
font-size: 28px;
line-height: 100%;
letter-spacing: 0%;

  color: #ffffff;
}

.testimonial-heading span {
  font-family: Poppins;
font-weight: 400;
font-size: 28px;
line-height: 100%;
letter-spacing: 0%;

  color: #dddcdc;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.testimonial-box-container {
  display: flex;
  overflow-x: hidden;
  cursor: grab;
  user-select: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
  align-items: center;
  /* gap: 20px; */
  padding: 10px 0;
  scroll-padding-left: 10px;
}
.testimonial-box-container:active {
  cursor: grabbing;
}
.testimonial-box {
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
    border-radius: 15px;
    scroll-snap-align: start;
    box-sizing: border-box;
    flex: 0 0 13%; /* antes era 85% */
    max-width: 13%;
    max-height: 350px; /* ajustalo según lo que te convenga */
    overflow: hidden;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  }
  
.arrow {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  position: absolute;
  pointer-events: auto;
}
.client-commet {
    overflow-y: auto;
    max-height: 4em; /* 2 líneas aprox. */
    line-height: 1.5em;
    text-overflow: ellipsis;
  }
  
  .client-commet::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    background-color: #19273D;
  }
  
  .client-commet::-webkit-scrollbar-thumb {
    background-color: #D7D7D7;
    border-radius: 2px;
  }

.arrow.left {
  left: -1%
}

.arrow.right {
  right: 1%
}
@media (max-width: 768px) {
 .client-commet{
    max-height: 6em;
    line-height: 1.5em;
  }
.testimonial-box{
    flex: 0 0 30%;
    max-width: 7%;
    min-width: unset;
    margin: 5px;
   
  }
  
  .testimonial-heading span {
  font-family: Poppins;
font-weight: 400;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;

  color: #dddcdc;
}
  /*  */
  
 
 }

/* @media (min-width: 768px) {
  .arrow {
    display: none;
  }

  .testimonial-box-container {
    overflow-x: hidden;
    flex-wrap: wrap;
    justify-content: center;
  }

  .testimonial-box {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: unset;
  }
} */
.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;

}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.profile {
  display: flex;
  align-items: center;
}

.name-user {
  display: flex;
  flex-direction: column;
}

.name-user strong {
  color: #000000;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.name-user span {
  color: #979797;
  font-size: 0.8rem;

}

.reviews {
  color: #f9d71c;
}

.box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;

}

.client-commet p {
  font-size: 0.9rem;
  color: #4b4b4b;
}

.testimonial-box:hover {
  transform: translateY(-10px);
  transition: all ease 0.6s;
}

@media (max-width:1060px) {
  .testimonial-box {
    width: 45%;
    padding: 10px;
  }
}

@media (max-width:790px) {
  .testimonial-box {
    width: 100%;
  }

  .testimonial-heading h1 {
    font-size: 20px;
  }

}

@media (max-width:700px) {
  .box-top {
    display: inline-block;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .reviews {
    margin-top: 10px;
  }
}




/*Preguntas frecuentes*/

.faq-section {
  max-width: 900px;
  margin: 80px auto 40px auto;
  padding: 20px;
  /* Agregar la imagen de fondo */
  background-size: cover;
  /* Ajustar el tamaño de la imagen */
  border-radius: 10px;
  background-color: linear-gradient(-45deg, #1d2751, #449ad5, #3360aa, #1d2751)
}



.faq-section h2 {
  color: #ffffff;
  /* Cambiamos el color del título */
  margin-top: 20px;
  /* Eliminamos el margen superior predeterminado */
  margin-bottom: 40px;
  /* Añadimos margen inferior para separación */
  text-align: center;
}

.faq-item {
  margin-bottom: -15px;
}

.question {
  cursor: pointer;
  margin: 0;
  padding: 15px;
  background-color: #192142;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 18px;

  transition: background-color 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  /* Agregamos la sombra */
}

.question:hover {
  background-color: #3360aa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.answer {
  padding: 15px;
  background-color: #ffffff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.5;

  overflow: hidden;
  /* Ocultar el contenido que desborda */
  max-height: 0;
  /* Altura máxima inicialmente 0 para ocultar la respuesta */
  transition: max-height 0.3s ease;
  /* Transición suave para la altura máxima */
  visibility: hidden;
  /* Ocultar la respuesta */
}

.open .answer {
  visibility: visible;
  /* Mostrar la respuesta */
  max-height: 200px;
  /* Altura máxima suficiente para mostrar el contenido */
}


.open .question::after {
  content: "▼";
  float: right;
}

.question::after {
  content: "►";
  float: right;
}




/*MAPA*/
/* Estilos adicionales pueden ser agregados aquí */
#ubicaciones {
  position: relative;
}

iframe {
  width: 620px;
  height: 540px;
}



#map-container {
  position: relative;
  display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  height: 0;
  padding-bottom: 300px;
  overflow: hidden;
 
}







@media (max-width: 768px) {

  /* Estilos para dispositivos móviles */
  #map {
    width: 100%;
    /* Ancho del mapa al 100% para dispositivos móviles */
    height: 300px;
    /* Altura reducida del mapa para dispositivos móviles */
  }

  iframe {
    width: 320px;
    height: 320px;
  }
}
 .border-articles {
 border-radius:38px;
    background-color: #F4F4F414;
     padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-top: 15px;
    
  }

/* .tm-intro-text-container{
    border-radius:38px;
    background-color: #F4F4F414;
     padding-left: 15px;
  
    padding-bottom: 10px;
    padding-top: 0.1%;
} */

@media screen and (max-width: 767px) {

  .about {
    text-align: center;
    margin-top: -150px
  }

  .main-banner .caption2 {
    text-align: center;
    position: absolute;
width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


  .main-banner .caption2 h6 {
    font-weight: 500;
  }

  .main-banner .caption2 h2 {
    font-size: 36px;
  }

  .tm-intro-text-container {
    padding-left: 65px;
  }

  .tm-intro-text-container {
    padding-left: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border-radius:20px;
    background-color: #F4F4F414;
    margin-bottom: 10px;
  }

}

 /* Estilos del switch */
 .language-switch {
  display: flex;
  align-items: center;
  padding: 10px;
}
.switch-label {
  font-size: 16px;
  margin: 0 10px;
  color: white;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #007bff;
}
input:checked + .slider:before {
  transform: translateX(26px);
}
/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
  .services .owl-nav .owl-next {
    right: -30px;
  }

  .services .owl-nav .owl-prev {
    left: -25px;
  }

  .our-courses .owl-nav .owl-next {
    right: -30px;
  }

  .our-courses .owl-nav .owl-prev {
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next {
    right: -70px;
  }

  .services .owl-nav .owl-prev {
    left: -65px;
  }

  .our-courses .owl-nav .owl-next {
    right: -70px;
  }

  .our-courses .owl-nav .owl-prev {
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next {
    right: -30px;
  }

  .services .owl-nav .owl-prev {
    left: -25px;
  }

  .our-courses .owl-nav .owl-next {
    right: -30px;
  }

  .our-courses .owl-nav .owl-prev {
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next {
    display: none;
  }

  .services .owl-nav .owl-prev {
    display: none;
  }

  .our-courses .owl-nav .owl-next {
    display: none;
  }

  .our-courses .owl-nav .owl-prev {
    display: none;
  }
}

@media (max-width: 992px) {



  .main-banner .caption2 h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .main-banner .caption2 .main-button-red {
    margin-top: 15px;
  }

  .services {
    margin-top: 60px;
  }



  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
  }

}

@media (max-width: 767px) {

  .sub-header .left-content p {
    display: none;
  }

  .sub-header .right-icons {
    text-align: center;
  }

  .main-nav .nav .sub-menu {
    display: none;
  }

  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #1f272b;
  }

  .texto {

    margin-bottom: 50px;
  }

}
