/**
* Template Name: FlexStart
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

.fixed-top {
  position:relative ;
  top: 0;
  right: 0;
  left: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #444444;
  background-color: #FDFDFD;
}

a {
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}
.header{
  background-color: #C7D3EE;
}
#ayudamos{
  font-size: 30px;
}
#agencias{
  font-weight: normal;
  font-size: 30px;
}
#optimizar{
  color: #FE800F;
  font-size: 26px;
}

.hero h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #012970;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}


.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0.8;
  padding: 15px 40px;
  border: 0px solid #012970; /* Cambiar el color del borde aquí */
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  align-items: center;
  background: #012970;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
  font-weight: bold;
  font-size: 21px;
}

.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.video-container {
  position: relative;
  width: 76%;
  padding-bottom: 42.99%; /* Proporción de aspecto para videos 16:9 */
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden; /* Para ocultar cualquier parte del video que se desborde */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /* Para eliminar cualquier borde del iframe */
}
#video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1; /* Para que el botón esté por encima del video */
}

.play-button i {
  color: white;
  font-size: 36px;
}

.video-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('asassets\img\logo\logocompleto.png');
  backdrop-filter: blur(5px);
  z-index: -1;
}

/* Estilos personalizados para los controles de video */
video::-webkit-media-controls {
  /* Personaliza los estilos aquí */
  background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
  border-radius: 10px; /* Bordes redondeados */
}

video::-webkit-media-controls-play-button {
  /* Estilos para el botón de reproducción */
  color: white; /* Color del icono de reproducción */
  font-size: 24px; /* Tamaño del icono de reproducción */
}

video::-webkit-media-controls-timeline-container {
  /* Estilos para el contenedor de la línea de tiempo */
  height: 10px; /* Altura de la línea de tiempo */
}





/* Estilos para centrar verticalmente el texto */
.hero h1 {
  text-align: center;
  margin-bottom: 20px; /* Ajusta el margen inferior según sea necesario */
}


/* Estilos para el botón "Quiero agendar una llamada" */
.btn-agendar-llamada {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-agendar-llamada:hover {
  background-color: #0056b3;
}

#hero {
  background-image: linear-gradient(to bottom, #c7d3ee, #c7d3ee); /* Cambia los colores según tu preferencia */
}

#about {
  background-image: linear-gradient(to bottom, #c7d3ee, #c7d3ee); /* Cambia los colores según tu preferencia */
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 80px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  background-color: #f6f9ff;
  padding: 40px;
  
}

.about h3 {
  font-size: 22px;
  font-weight: 700;
  color: #444444;
}

.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}


.pasosqueseguimos {
  text-align: center; /* Centra el texto horizontalmente */
  font-size: 32px; /* Cambia el tamaño del texto */
  color: #444444; /* Cambia el color del texto */
  margin-bottom: 20px; /* Agrega espacio en la parte inferior del texto */
}
#dashboardspersonalizados {
  text-align: center; /* Centra el texto horizontalmente */
  font-size: 40px; /* Cambia el tamaño del texto */
  color: #444444; /* Cambia el color del texto */
  margin-bottom: 20px; /* Agrega espacio en la parte inferior del texto */
  font-weight: bold;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}


.container-oferta{
  background-color: #c7d3ee;
}

.oferta-container {
  background: linear-gradient(to bottom, #012970 0%, #c7d3ee80 -40%, #fff 100%);
  padding: 40px;
  border-radius: 35px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 67px;
}

.oferta-texto {
  font-size: 18px;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 30px;
}

#oferta-irresistible {
  font-size: 35px;
}

#ademasdetodo {
  font-weight: normal;
  font-size: 35px;
}

.separador {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin: 0 auto 20px auto; /* Ajusta el margen inferior según sea necesario */
}

.btn-get-started {
  margin-top: 30px;
  line-height: 0.8;
  padding: 15px 40px;
  border: 0px solid #F58319; /* Cambiar el color del borde aquí */
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  align-items: center;
  background: #F58319;
  box-shadow: 0px 5px 30px rgba(241, 159, 65, 0.4);
  font-weight: bold;
  font-size: 21px;
  display: block;
  margin: 0 auto;
}

.btn-get-started:hover {
  background-color: #3546d9;
}

.custom-container {
  background: linear-gradient(to bottom, #012970 0%, #fff -40%, #FDFDFD 100%);
  padding: 40px;
  margin: 20px auto;
}

.custom-container h2 {
  font-size: 32px;
  font-weight: 700;
  color: #012970;
  text-align: left;
  margin-bottom: 20px;
}

.custom-container ul {
  list-style-type: disc;
  margin-left: 40px;
}

.custom-container ul li {
  font-size: 24px;
  line-height: 1.6;
  color: #444444;
  font-weight: 600;
}


#estoesparavos{
  color: #F58319;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
#portfolio{
  background-color: #FDFDFD;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #4154f1;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}



.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-image {
  display: block; /* Para que la imagen ocupe todo el ancho del contenedor */
  margin: 0 auto; /* Para centrar la imagen horizontalmente */
  max-width: 70%; /* Para asegurar que la imagen no exceda el ancho del contenedor */
  height: auto; /* Para mantener la proporción de aspecto de la imagen */
}
.portfolio-image {
  clip-path: inset(0 0 51px 0); /* Recorta 10px del borde inferior */
}

.custom-portfolio-image {
  display: block; /* Para que la imagen ocupe todo el ancho del contenedor */
  margin: 10px 100px; /* Para centrar la imagen horizontalmente */
  max-width: 1500px; /* Para asegurar que la imagen no exceda el ancho del contenedor */
  height: 600px; /* Para mantener la proporción de aspecto de la imagen */
  clip-path: inset(9px 195px 121px 0); /* Recorta 10px del borde inferior */
}

.estedashboard {
  text-align: center;
  color: #012970;
}

.redes-portfolio-image {
  display: block; /* Para que la imagen ocupe todo el ancho del contenedor */
  max-width: 1000px; /* Para asegurar que la imagen no exceda el ancho del contenedor */
  height: auto; /* Para mantener la proporción de aspecto de la imagen */
  margin-left: 50px;
}


.apps-portfolio-image {
  clip-path: inset(0 0 26px 0); /* Recorta 10px del borde inferior */
  display: block; /* Para que la imagen ocupe todo el ancho del contenedor */
  width: 100%; /* Ajusta el porcentaje según sea necesario para reducir el tamaño de la imagen */
  height: auto; /* Para mantener la proporción de aspecto de la imagen */
}

.todoenuno-portfolio-image{
  display: block; /* Para que la imagen ocupe todo el ancho del contenedor */
  margin: 10px 100px; /* Para centrar la imagen horizontalmente */

}

#metricas-portfolio-image{
  width: auto; /* Ajusta el porcentaje según sea necesario para reducir el tamaño de la imagen */
  height: auto; /* Para mantener la proporción de aspecto de la imagen */
  clip-path: inset(0 0 0 0);
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #FDFDFD;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #012970;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #444444;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .phppp-email-form {
  background: #FDFDFD;
  padding: 30px;
  height: 100%;
}

.contact .phppp-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .phppp-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .phppp-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .phppp-email-form input:focus,
.contact .phppp-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .phppp-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .phppp-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#contact{
  background-color: #FDFDFD;
}

#enviarmensaje{
  box-shadow: none;
  background-color: #012970;
}


.calendly-inline-widget {
  /* Estilos personalizados */
  background-color: #f5f5f5; /* Cambia el color de fondo */
  border-radius: 10px; /* Agrega bordes redondeados */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Agrega sombra */
  max-width: 50%;
  max-height: 385px;
  margin: 0 auto; /* Centra horizontalmente */
  padding: 20px; /* Agrega espacio interno */
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #FDFDFD;
  padding: 0 0 30px 0;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type=submit]:hover {
  background: #5969f3;
}

.footer .footer-top {
  background: white url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}


.btn-wsp{
  position: fixed;
  width: 55px;
  height: 55px;
  line-height: 55px;
  bottom: 55px;
  left: 30px;
  background: #0df053;
  color: #ffff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.btn-wsp:hover{
  text-decoration: none;
  color: #0df053;
  background: #ffff;
}


@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #012970;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #012970;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #013289;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
  color: #4154f1;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #012970;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}


.bi-list::before{
  color: #C7D3EE;
}


#algunosejemplos{
  color: #444444;
  text-align: center;
  font-size: 28px;
}

@media (max-width: 430px) {
  #hero {
    padding-top: 60px; /* Ajusta el espacio superior para que no se superpongan los elementos */
  }

  #hero h1 {
    font-size: 20px; /* Reducir el tamaño del texto para que se ajuste en pantallas pequeñas */
    text-align: center; /* Centrar el texto en pantallas pequeñas */
  }

  .video-container {
    width: 100%; /* Hacer que el video ocupe todo el ancho del contenedor */
    padding-bottom: 56.25%; /* Proporción de aspecto para videos 16:9 */
    margin-top: 20px; /* Espacio entre el texto y el video en pantallas pequeñas */
  }


  
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /* Para eliminar cualquier borde del iframe */
}
#video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  .btn-get-started {
    width: 80%; /* Hacer que el botón ocupe el 80% del ancho del contenedor */
    margin: 20px auto; /* Centrar el botón en pantallas pequeñas */
    display: block; /* Mostrar el botón como bloque para centrarlo */
    line-height: 1.3; /* Aumentar el interlineado */
  }
  #quieroagendarunallamada{
    font-size: 15px;
  }



  .apps-portfolio-image{
    clip-path: inset(0 0 10px 0);
  }

  .todoenuno-portfolio-image{
    margin: 10px 0%;
  }
  .pasosqueseguimos{
    font-size: 25px;
  }
  #dashboardspersonalizados{
    font-size: 28px;
    margin: -15px auto;
  }

  .oferta-container {
    background: linear-gradient(to bottom, #012970 0%, #c7d3ee80 -40%, #fff 100%);
    padding: 13px;
    border-radius: 31px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 15px;
    MARGIN-TOP: 50PX;
  }
  #about{
    margin-top: -50px;
  }
  .container-oferta{
    margin-top: -50px;
  }
  #ademasdetodo{
    font-size: 20px;
  }
  #oferta-irresistible{
    font-size: 23px;
  }
  .oferta-texto{
    font-size: 13px;
  }
  #botonnecesitomidashbopard{
    font-size: 12px;
    width: 100%;
  }



  #estoesparavossection{
    margin-top: -31px;
  }
  #estoesparavos{
    font-size: 20px;
    margin: 25px 48px;
  }
  .custom-container ul {
    list-style-type: disc;
    padding: 75px;
    margin-top: -97px;
}
  .custom-container ul li{
    font-size: 16px;
    padding: 9px;
    margin-top: 10px;
    margin-left: -50px;
  }
  .custom-container {
    margin: 1px -81px;
  }
  #esteservicioesparamiboton{
    font-size: 15px;
    margin-top: -75px;
  }




  #portfolio{
    margin-top: -60px;
  }
  #marketing1{
    clip-path: inset(0 0 15px 0);
  }

  #portfoliowrapnewfile {
    position: relative; /* Asegura que el posicionamiento sea relativo al contenedor padre */
    width: 100%; /* Ancho del contenedor al 80% del contenedor padre */
    margin: auto; /* Centrar horizontalmente */
}

  #newfilee {
    width: 160%;
    max-width: 1004px;
    height: 329px;
    margin: auto;
  }


  .estedashboard{
    font-size: 20px;
    font-weight: bold;
  }
  #redes-portfolio{
    display: block;
    max-width: 322px;
    height: auto;
    margin: auto;
}

  #algunosejemplos{
    color: #444444;
    text-align: center;
    font-size: 20px;
  }
  #metricas-portfolio-image {
    display: block;
    max-width: 380px;
    height: auto;
    margin: -8px;
    
  }

  .calendly{
    margin-top: -70px;
  }
}




@media (max-width: 415px) {
  #hero {
    padding-top: 60px; /* Ajusta el espacio superior para que no se superpongan los elementos */
  }

  #hero h1 {
    font-size: 20px; /* Reducir el tamaño del texto para que se ajuste en pantallas pequeñas */
    text-align: center; /* Centrar el texto en pantallas pequeñas */
  }

  .video-container {
    width: 100%; /* Hacer que el video ocupe todo el ancho del contenedor */
    padding-bottom: 56.25%; /* Proporción de aspecto para videos 16:9 */
    margin-top: 20px; /* Espacio entre el texto y el video en pantallas pequeñas */
  }


  
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /* Para eliminar cualquier borde del iframe */
}
#video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  .btn-get-started {
    width: 80%; /* Hacer que el botón ocupe el 80% del ancho del contenedor */
    margin: 20px auto; /* Centrar el botón en pantallas pequeñas */
    display: block; /* Mostrar el botón como bloque para centrarlo */
    line-height: 1.3; /* Aumentar el interlineado */
    font-size: 5px;
  }
  #quieroagendarunallamada{
    font-size: 14px;
  }



  .apps-portfolio-image{
    clip-path: inset(0 0 10px 0);
  }

  .todoenuno-portfolio-image{
    margin: 10px 0%;
  }
  .pasosqueseguimos{
    font-size: 25px;
  }
  #dashboardspersonalizados{
    font-size: 28px;
    margin: -15px auto;
  }

  .oferta-container {
    background: linear-gradient(to bottom, #012970 0%, #c7d3ee80 -40%, #fff 100%);
    padding: 13px;
    border-radius: 31px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 15px;
    MARGIN-TOP: 50PX;
  }
  #about{
    margin-top: -50px;
  }
  .container-oferta{
    margin-top: -50px;
  }
  #ademasdetodo{
    font-size: 20px;
  }
  #oferta-irresistible{
    font-size: 23px;
  }
  .oferta-texto{
    font-size: 13px;
  }
  #botonnecesitomidashbopard{
    font-size: 12px;
    width: 100%;
  }



  #estoesparavossection{
    margin-top: -31px;
  }
  #estoesparavos{
    font-size: 20px;
    margin: 25px 48px;
  }
  .custom-container ul {
    list-style-type: disc;
    padding: 75px;
    margin-top: -97px;
}
  .custom-container ul li{
    font-size: 16px;
    padding: 9px;
    margin-top: 10px;
    margin-left: -50px;
  }
  .custom-container {
    margin: 1px -81px;
  }
  #esteservicioesparamiboton{
    font-size: 15px;
    margin-top: -75px;
  }




  #portfolio{
    margin-top: -60px;
  }
  #marketing1{
    clip-path: inset(0 0 15px 0);
  }

  #portfoliowrapnewfile {
    position: relative; /* Asegura que el posicionamiento sea relativo al contenedor padre */
    width: 100%; /* Ancho del contenedor al 80% del contenedor padre */
    margin: auto; /* Centrar horizontalmente */
}

  #newfilee {
    width: 160%;
    max-width: 1004px;
    height: 329px;
    margin: auto;
  }


  .estedashboard{
    font-size: 20px;
    font-weight: bold;
  }
  #redes-portfolio{
    display: block;
    max-width: 322px;
    height: auto;
    margin: auto;
}

  #algunosejemplos{
    color: #444444;
    text-align: center;
    font-size: 20px;
  }
  #metricas-portfolio-image {
    display: block;
    max-width: 380px;
    height: auto;
    margin: -8px;
    
  }

  .calendly{
    margin-top: -70px;
  }
}

@media (max-width: 376px) {
  #quieroagendarunallamada{
    font-size: 12px;
  }
  #botonnecesitomidashbopard {
    font-size: 10px;
    width: 100%;
}
  #metricas-portfolio-image {
    display: block;
    max-width: 354px;
    height: auto;
    margin: -8px;
  }
}


@media (max-width: 430px) {
  #hero {
    padding-top: 60px; /* Ajusta el espacio superior para que no se superpongan los elementos */
  }

  #hero h1 {
    font-size: 20px; /* Reducir el tamaño del texto para que se ajuste en pantallas pequeñas */
    text-align: center; /* Centrar el texto en pantallas pequeñas */
  }

  .video-container {
    width: 100%; /* Hacer que el video ocupe todo el ancho del contenedor */
    padding-bottom: 56.25%; /* Proporción de aspecto para videos 16:9 */
    margin-top: 20px; /* Espacio entre el texto y el video en pantallas pequeñas */
  }


  
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /* Para eliminar cualquier borde del iframe */
}
#video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  .btn-get-started {
    width: 80%; /* Hacer que el botón ocupe el 80% del ancho del contenedor */
    margin: 20px auto; /* Centrar el botón en pantallas pequeñas */
    display: block; /* Mostrar el botón como bloque para centrarlo */
    line-height: 1.3; /* Aumentar el interlineado */
  }
  #quieroagendarunallamada{
    font-size: 15px;
  }



  .apps-portfolio-image{
    clip-path: inset(0 0 10px 0);
  }

  .todoenuno-portfolio-image{
    margin: 10px 0%;
  }
  .pasosqueseguimos{
    font-size: 25px;
  }
  #dashboardspersonalizados{
    font-size: 28px;
    margin: -15px auto;
  }

  .oferta-container {
    background: linear-gradient(to bottom, #012970 0%, #c7d3ee80 -40%, #fff 100%);
    padding: 13px;
    border-radius: 31px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 15px;
    MARGIN-TOP: 50PX;
  }
  #about{
    margin-top: -50px;
  }
  .container-oferta{
    margin-top: -50px;
  }
  #ademasdetodo{
    font-size: 20px;
  }
  #oferta-irresistible{
    font-size: 23px;
  }
  .oferta-texto{
    font-size: 13px;
  }
  #botonnecesitomidashbopard{
    font-size: 12px;
    width: 100%;
  }



  #estoesparavossection{
    margin-top: -31px;
  }
  #estoesparavos{
    font-size: 20px;
    margin: 25px 48px;
  }
  .custom-container ul {
    list-style-type: disc;
    padding: 75px;
    margin-top: -97px;
}
  .custom-container ul li{
    font-size: 16px;
    padding: 9px;
    margin-top: 10px;
    margin-left: -50px;
  }
  .custom-container {
    margin: 1px -81px;
  }
  #esteservicioesparamiboton{
    font-size: 15px;
    margin-top: -75px;
  }




  #portfolio{
    margin-top: -60px;
  }
  #marketing1{
    clip-path: inset(0 0 15px 0);
  }

  #portfoliowrapnewfile {
    position: relative; /* Asegura que el posicionamiento sea relativo al contenedor padre */
    width: 100%; /* Ancho del contenedor al 80% del contenedor padre */
    margin: auto; /* Centrar horizontalmente */
}

  #newfilee {
    width: 160%;
    max-width: 1004px;
    height: 329px;
    margin: auto;
  }


  .estedashboard{
    font-size: 20px;
    font-weight: bold;
  }
  #redes-portfolio{
    display: block;
    max-width: 322px;
    height: auto;
    margin: auto;
}

  #algunosejemplos{
    color: #444444;
    text-align: center;
    font-size: 20px;
  }
  #metricas-portfolio-image {
    display: block;
    max-width: 380px;
    height: auto;
    margin: -8px;
    
  }

  .calendly{
    margin-top: -70px;
  }
}




@media (max-width: 1024px) {
  #hero {
    padding-top: 60px; /* Ajusta el espacio superior para que no se superpongan los elementos */
  }

  #hero h1 {
    font-size: 20px; /* Reducir el tamaño del texto para que se ajuste en pantallas pequeñas */
    text-align: center; /* Centrar el texto en pantallas pequeñas */
  }

  .video-container {
    width: 100%; /* Hacer que el video ocupe todo el ancho del contenedor */
    padding-bottom: 56.25%; /* Proporción de aspecto para videos 16:9 */
    margin-top: 20px; /* Espacio entre el texto y el video en pantallas pequeñas */
  }


  
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /* Para eliminar cualquier borde del iframe */
}
#video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  .btn-get-started {
    width: 80%; /* Hacer que el botón ocupe el 80% del ancho del contenedor */
    margin: 20px auto; /* Centrar el botón en pantallas pequeñas */
    display: block; /* Mostrar el botón como bloque para centrarlo */
    line-height: 1.3; /* Aumentar el interlineado */
    font-size: 5px;
  }
  #quieroagendarunallamada{
    font-size: 14px;
  }



  .apps-portfolio-image{
    clip-path: inset(0 0 10px 0);
  }

  .todoenuno-portfolio-image{
    margin: 10px 0%;
  }
  .pasosqueseguimos{
    font-size: 25px;
  }
  #dashboardspersonalizados{
    font-size: 28px;
    margin: -15px auto;
  }

  .oferta-container {
    background: linear-gradient(to bottom, #012970 0%, #c7d3ee80 -40%, #fff 100%);
    padding: 13px;
    border-radius: 31px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 15px;
    MARGIN-TOP: 50PX;
  }
  #about{
    margin-top: -50px;
  }
  .container-oferta{
    margin-top: -50px;
  }
  #ademasdetodo{
    font-size: 20px;
  }
  #oferta-irresistible{
    font-size: 23px;
  }
  .oferta-texto{
    font-size: 13px;
  }
  #botonnecesitomidashbopard{
    font-size: 12px;
    width: 100%;
  }



  #estoesparavossection{
    margin-top: -31px;
  }
  #estoesparavos{
    font-size: 20px;
    margin: 25px 48px;
  }
  .custom-container ul {
    list-style-type: disc;
    padding: 75px;
    margin-top: -97px;
}
  .custom-container ul li{
    font-size: 16px;
    padding: 9px;
    margin-top: 10px;
    margin-left: -50px;
  }
  .custom-container {
    margin: 1px -81px;
  }
  #esteservicioesparamiboton{
    font-size: 15px;
    margin-top: -75px;
  }




  #portfolio{
    margin-top: -60px;
  }
  #marketing1{
    clip-path: inset(0 0 15px 0);
  }

  #portfoliowrapnewfile {
    position: relative; /* Asegura que el posicionamiento sea relativo al contenedor padre */
    width: 100%; /* Ancho del contenedor al 80% del contenedor padre */
    margin: auto; /* Centrar horizontalmente */
}

  #newfilee {
    width: 160%;
    max-width: 1004px;
    height: 329px;
    margin: auto;
  }


  .estedashboard{
    font-size: 20px;
    font-weight: bold;
  }
  #redes-portfolio{
    display: block;
    max-width: 322px;
    height: auto;
    margin: auto;
}

  #algunosejemplos{
    color: #444444;
    text-align: center;
    font-size: 20px;
  }
  #metricas-portfolio-image {
    display: block;
    max-width: 380px;
    height: auto;
    margin: -8px;
    
  }

  .calendly{
    margin-top: -70px;
  }
}