@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;600;700;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:ital,wght@0,300;400;500;700;1,200&family=Raleway:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,500&family=Oswald:wght@300;400;500;600;700&display=swap');

.dropdown-toggle::after {
  content: none;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
/* font-family: 'Barlow Semi Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif; */
/* font-family: 'Oswald', sans-serif; */
/* Evita que el contenido se tape debajo del navbar fixed */


/*===========================================================================================================================*/


@media (max-width: 575.98px) {
  .img-logo {
    width: 150px;
    height: 75px;
  }

/*   .navbar {
    background-color: #fff;
    padding-right: 40px;
  } */

  .navbar-scrolled {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }

  .navbar a:hover {
    color: #0000CC;
  }

  .barra a {
    font-family: 'Raleway', sans-serif;
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 20px;
    letter-spacing: 1px;
    transition: 0.3s ease;
    padding-top: 20px;
  }

  .navbar li:hover>ul {
    display: block;
  }

  .navbar-scrolled a {
    color: #2F2F2F;
  }

  .barra a:hover:before {
    width: 100%;
  }

  .dropdown li a {
    font-family: 'Raleway', sans-serif;
    position: relative;
    font-size: 11.5px;
    font-weight: 600;
    padding-top: 8px;
    margin-left: 4px;
    color: #000;
  }

  /* Estilos menú hamburguesa */
  .menu2 {
    width: 30px;
    height: 20px;
    position: relative;
    margin-top: 3px;
    margin-bottom: 5px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  .menu2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    background: #FFFFFF;
  }

  .menu2 span:nth-child(1) {
    top: 0px;
  }

  .menu2 span:nth-child(2) {
    top: 10px;
  }

  .menu2 span:nth-child(3) {
    top: 20px;
  }

  .menu2.open span:nth-child(1) {
    top: 11px;
    transform: rotate(135deg);
  }

  .menu2.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  .menu2.open span:nth-child(3) {
    top: 11px;
    transform: rotate(-135deg);
  }

  /* Cuando el menú colapsa en móviles */
  .navbar-collapse {
    background-color: white;
    width: 100%;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  /* Para que los ítems del menú se vean en columna */
  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-nav .nav-link {
    width: 100%;
    padding: 0.75rem 1rem;
    color: #000;
    font-size: 16px;
    font-weight: 600;
  }

  /* Oculta el botón hamburguesa cuando el mega menú está activo */
  .mega-menu-overlay:not(.d-none)+.menu2 {
    display: none !important;
      flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  }

  /* Mega menú en móviles */
  .mega-menu-overlay {
    position: fixed;
    /* Que cubra toda la pantalla */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;

    background-color: rgba(0, 0, 0, 0.8);
    /* Fondo negro semi-transparente */
    backdrop-filter: blur(10px);
    /* Desenfoque del fondo */
    -webkit-backdrop-filter: blur(10px);
    /* Soporte para Safari */

    overflow-y: auto;
    z-index: 9999;
    /* Que esté encima de todo */
  }

  .mega-menu-container {
    width: 100%;
    max-width: none;
  }
.mega-menu-overlay ul li {
  margin-bottom: 10px;
}
  .mega-menu-overlay ul li a {

    text-align: left;
    padding: 1rem 0;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;

  
  }

  .mega-menu-overlay ul li a:hover {
    color: #ff7f50;
  }

  .close-mega-menu {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 2rem;
    color: #ff4d4d;
    border: 2px solid #ff4d4d;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    z-index: 1110;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 0;
  }

  /* Oculta mega menú con clase d-none */
.hero-section {
  position: relative;
  height: 100vh; /* Asegura altura completa */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.hero-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
}

.info-box {
  position: relative; /* debe estar sobre la imagen */
  max-width: 800px;
  width: 90%;
  min-height: 300px; /* altura mínima para móvil */
  z-index: 2; /* encima de imagen y overlay */
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-content {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2rem 1.5rem; /* padding más pequeño para móvil */
  box-shadow: 0 0 40px rgba(0,0,0,0.3);
  color: #222;
  border-radius: 0.5rem;
  width: 100%;
  margin-bottom: 100px;
}

.info-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  margin-bottom: 1rem;
  color: #FFFFFF;
}

.info-content p {
  font-family: 'Open sans', sans-serif;
  font-size: 17px;
  margin-bottom: 0;
  color: #FFFFFF;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .img-logo {
    width: 180px;
    height: 90px;
  }

/*   .navbar {
    background-color: #fff;
    padding-right: 100px;
  } */

  .navbar-scrolled {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }

  .navbar a:hover {
    color: #0000E5;

  }

  .barra a {
    font-family: 'Raleway', sans-serif;
    position: relative;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 12px;
    letter-spacing: 0px;
    transition: 0.3s ease;
    padding-top: 20px;

  }

  .navbar li:hover>ul {
    display: block;
  }

  .barra a:before {
    content: '';
    position: absolute;
    background: #000;
    width: 0px;
    height: 2px;
    bottom: 0px;
    left: 0px;
    transition: 0.3s ease;
    color: #2F2F2F;

  }

  .navbar-scrolled a {

    color: #2F2F2F;

  }

  .barra a:hover:before {
    width: 100%;
  }

  .dropdown li a {
    font-family: 'Raleway', sans-serif;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin-left: 0px;
    color: #2F2F2F;

  }

  /* Overlay mega menú */
  .mega-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    /* 50% transparencia */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1050;
    /* encima del navbar */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 15px;
      flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  }

  .mega-menu-overlay.d-none {
    display: none !important;
  }

  /* Contenedor del mega menú centrado y con ancho máximo 75% */
  .mega-menu-container {
    max-width: 75vw;
      display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 20px;
  }

  /* Estilo enlaces */
  .mega-menu-overlay ul li a {
    color: white;
    font-weight: 700;
    text-decoration: none;
    display: block;
    margin-bottom: 30px;
    transition: color 0.3s ease;
    font-size: 20px;
    text-align: left;
  }

.mega-menu-container ul:last-child li {
  margin-bottom: 1px; /* o el valor que necesites */
}

  .mega-menu-overlay ul li a:hover {
    color: #ff7f50;
    /* un color resaltado */
  }

  /* Botón cerrar */
  .close-mega-menu {
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    border: 2px solid #ff4d4d;
    border-radius: 50%;
    background: none;
    color: #ff4d4d;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1100;
    padding: 0;
    line-height: 1;
  }

  /* Para links del navbar que abren el mega menú (Servicios) */
  #openMegaMenu {
    cursor: pointer;
  }


  /*PORTADA*/
/* Estilos generales de la portada */
.hero-section {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center; /* centra horizontal */
  align-items: center;     /* centra vertical */
  text-align: center;
  overflow: hidden;
}

/* Imagen de fondo */
.hero-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Capa oscura encima de la imagen */
.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
}

/* Cuadro centrado */
.info-box {
  position: relative; /* para estar sobre la capa oscura */
  max-width: 800px;
  width: 85%;
  min-height: 500px; /* ajusta alto aquí */
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Contenido dentro del cuadro */
.info-content {
  background-color: rgba(0, 0,0, 0.5);
  padding: 4rem 3rem;
  box-shadow: 0 0 40px rgba(0,0,0,0.3);
  color: #FFFFFF;
  border-radius: 0.5rem;
  width: 100%;
  margin-bottom: 100px;
}

.info-content h2 {
font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #FFFFFF;
}

.info-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  margin-bottom: 0;
   color: #FFFFFF;
}
}


@media (min-width: 1200px) {

  .img-logo {
    width: 200px;
    height: 100px;
  }

  .navbar {

    transition: all 0.5s;
  }

  .navbar-scrolled {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }

  .barra a {

    font-family: 'Raleway', sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin-left: 30px;
    letter-spacing: 1.5px;
    transition: 0.3s ease;
    color: #FFFFFF;
  }

  .navbar-scrolled a {

    color: #2F2F2F;

  }

  .navbar a:hover {
    color: #b70000;

  }

  .navbar li:hover>ul {
    display: block;
  }

  .btn-2 {
    margin-left: 30px;
    letter-spacing: 1px;
  }

  .barra a:before {
    content: '';
    position: absolute;
    background: #b70000;
    width: 0px;
    height: 2px;
    bottom: 0px;
    left: 0px;
    transition: 0.3s ease;
    color: #2F2F2F;

  }

  .navbar-scrolled a {

    color: #2F2F2F;

  }

  .barra a:hover:before {
    width: 100%;
  }

  .dropdown li a {
    font-family: 'Raleway', sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    margin-left: 0px;
    color: #2F2F2F;
  }

  .dropdown-item:hover {
    background-color: #FFFFFF;
  }

  .link-contact {
    display: none;
  }


  .nav-link {
    color: #2F2F2F;
  }

  .d-inline-block {
    padding: auto;

  }


  .nav-link {
    color: #2F2F2F;
  }

  .d-inline-block {
    padding: auto;

  }

  /* Overlay mega menú */
  .mega-menu-overlay {
      flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    /* 50% transparencia */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1050;
    /* encima del navbar */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }

  .mega-menu-overlay.d-none {
    display: none !important;

  }

  /* Contenedor del mega menú centrado y con ancho máximo 75% */
  .mega-menu-container {
    max-width: 75vw;
  }

  /* Estilo enlaces */
  .mega-menu-overlay ul li a {
    color: white;
     font-weight: 700;
  text-decoration: none;
  color: white;
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: left;
  font-size: 18px;
  }

  .mega-menu-overlay ul li a:hover {
    color: #ff7f50;
    /* un color resaltado */
  }

  /* Botón cerrar */
  .close-mega-menu {
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    border: 2px solid #ff4d4d;
    border-radius: 50%;
    background: none;
    color: #ff4d4d;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1100;
    padding: 0;
    line-height: 1;
  }

  /* Para links del navbar que abren el mega menú (Servicios) */
  #openMegaMenu {
    cursor: pointer;
  }



  /*PORTADA*/
/* Estilos generales de la portada */
.hero-section {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center; /* centra horizontal */
  align-items: center;     /* centra vertical */
  text-align: center;
  overflow: hidden;
}

/* Imagen de fondo */
.hero-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Capa oscura encima de la imagen */
.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
}

/* Cuadro centrado */
.info-box {
  position: relative; /* para estar sobre la capa oscura */
  max-width: 800px;
  width: 90%;
  min-height: 400px; /* ajusta alto aquí */
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Contenido dentro del cuadro */
.info-content {
  background-color: rgba(0, 0,0, 0.5);
  padding: 4rem 3rem;
  box-shadow: 0 0 40px rgba(0,0,0,0.3);
  color: #FFFFFF;
  border-radius: 0.5rem;
  width: 100%;
}

.info-content h2 {
font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #FFFFFF;
}

.info-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  margin-bottom: 0;
   color: #FFFFFF;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {

  .img-logo {
    width: 200px;
    height: 100px;
  }

  .navbar {
    transition: all 0.5s;
  }

  .navbar-scrolled {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }

  .barra a {

    font-family: 'Raleway', sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin-left: 40px;
    letter-spacing: 0px;
    transition: 0.3s ease;
    color: #FFFFFF;
  }

  .navbar-scrolled a {

    color: #2F2F2F;

  }

  .navbar li:hover>ul {
    display: block;
  }

  .btn-2 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    letter-spacing: 1px;
    width: 105%;
  }

  .barra a:before {
    content: '';
    position: absolute;
    background: #000;
    width: 0px;
    height: 2px;
    bottom: 0px;
    left: 0px;
    transition: 0.3s ease;
    color: #2F2F2F;

  }

  .navbar-scrolled a {

    color: #2F2F2F;

  }

  .barra a:hover:before {
    width: 100%;
  }

  .dropdown li a {
    font-family: 'Raleway', sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    margin-left: 0px;
    color: #2F2F2F;
  }

  .dropdown-item:hover {
    background-color: #FFFFFF;
  }

  .link-contact {
    display: none;
  }

  /* Overlay mega menú */
  .mega-menu-overlay {
      flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    /* 50% transparencia */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1050;
    /* encima del navbar */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 19px;
  }

  .mega-menu-overlay.d-none {
    display: none !important;
  }

  /* Contenedor del mega menú centrado y con ancho máximo 75% */
  .mega-menu-container {
    max-width: 75vw;
  }

  /* Estilo enlaces */
  .mega-menu-overlay ul li a {
 
  font-weight: 700;
  text-decoration: none;
  color: white;
  display: block;
  width: 100%;
  padding: 5px 0;
  text-align: left;
  font-size: 19px;
  }
.mega-menu-overlay ul li {
  margin-bottom: 20px;
    list-style: none;
  width: 100%;
  text-align: left;
}
  .mega-menu-overlay ul li a:hover {
    color: #ff7f50;
    /* un color resaltado */
  }

  /* Botón cerrar */
  .close-mega-menu {
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    border: 2px solid #ff4d4d;
    border-radius: 50%;
    background: none;
    color: #ff4d4d;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1100;
    padding: 0;
    line-height: 1;
  }

  /* Para links del navbar que abren el mega menú (Servicios) */
  #openMegaMenu {
    cursor: pointer;
  }



  /*PORTADA*/
/* Estilos generales de la portada */
.hero-section {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center; /* centra horizontal */
  align-items: center;     /* centra vertical */
  text-align: center;
  overflow: hidden;
}

/* Imagen de fondo */
.hero-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Capa oscura encima de la imagen */
.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
}

/* Cuadro centrado */
.info-box {
  position: relative; /* para estar sobre la capa oscura */
  max-width: 800px;
  width: 85%;
  min-height: 500px; /* ajusta alto aquí */
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Contenido dentro del cuadro */
.info-content {
  background-color: rgba(0, 0,0, 0.5);
  padding: 4rem 3rem;
  box-shadow: 0 0 40px rgba(0,0,0,0.3);
  color: #FFFFFF;
  border-radius: 0.5rem;
  width: 100%;
}

.info-content h2 {
font-family: 'Poppins', sans-serif;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #FFFFFF;
}

.info-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  margin-bottom: 0;
   color: #FFFFFF;
}
}

@media only screen and (min-width: 1301px) and (max-width: 1440px) {

  .img-logo {
    width: 200px;
    height: 100px;
  }

  .navbar {
    transition: all 0.5s;
  }

  .navbar-scrolled {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }

  .barra a {

    font-family: 'Raleway', sans-serif;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-left: 40px;
    letter-spacing: 1.5px;
    transition: 0.3s ease;
    color: #FFFFFF;
  }

  .navbar-scrolled a {

    color: #b70000;

  }

  .navbar li:hover>ul {
    display: block;
  }

  .btn-2 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    letter-spacing: 1px;
    width: 105%;
  }

  .barra a:before {
    content: '';
    position: absolute;
    background: #b70000;
    width: 0px;
    height: 2px;
    bottom: 0px;
    left: 0px;
    transition: 0.3s ease;
    color: #2F2F2F;

  }

  .navbar-scrolled a {

    color: #2F2F2F;

  }

  .barra a:hover:before {
    width: 100%;
  }

  .dropdown li a {
    font-family: 'Raleway', sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    margin-left: 0px;
    color: #2F2F2F;
  }

  .dropdown-item:hover {
    background-color: #FFFFFF;
  }

  .link-contact {
    display: none;
  }

  /* Overlay mega menú */
  .mega-menu-overlay {
      flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    /* 50% transparencia */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1050;
    /* encima del navbar */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 19px;
  }

  .mega-menu-overlay.d-none {
    display: none !important;
  }

  /* Contenedor del mega menú centrado y con ancho máximo 75% */
  .mega-menu-container {
    max-width: 75vw;
  }

  /* Estilo enlaces */
  .mega-menu-overlay ul li a {
 
  font-weight: 700;
  text-decoration: none;
  color: white;
  display: block;
  width: 100%;
  padding: 5px 0;
  text-align: left;
  font-size: 17px;
  }
.mega-menu-overlay ul li {
  margin-bottom: 20px;
    list-style: none;
  width: 100%;
  text-align: left;
}
  .mega-menu-overlay ul li a:hover {
    color: #ff7f50;
    /* un color resaltado */
  }

  /* Botón cerrar */
  .close-mega-menu {
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    border: 2px solid #ff4d4d;
    border-radius: 50%;
    background: none;
    color: #ff4d4d;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1100;
    padding: 0;
    line-height: 1;
  }

  /* Para links del navbar que abren el mega menú (Servicios) */
  #openMegaMenu {
    cursor: pointer;
  }

/* Estilos generales de la portada */
.hero-section {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center; /* centra horizontal */
  align-items: center;     /* centra vertical */
  text-align: center;
  overflow: hidden;
}

/* Imagen de fondo */
.hero-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Capa oscura encima de la imagen */
.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
}

/* Cuadro centrado */
.info-box {
  position: relative; /* para estar sobre la capa oscura */
  max-width: 800px;
  width: 90%;
  min-height: 400px; /* ajusta alto aquí */
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Contenido dentro del cuadro */
.info-content {
  background-color: rgba(0, 0,0, 0.5);
  padding: 4rem 3rem;
  box-shadow: 0 0 40px rgba(0,0,0,0.3);
  color: #FFFFFF;
  border-radius: 0.5rem;
  width: 100%;
}

.info-content h2 {
font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #FFFFFF;
}

.info-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  margin-bottom: 0;
   color: #FFFFFF;
}
}


@media (min-width: 2560px) {

  .img-logo {
    width: 250px;
    height: 120px;
  }

  .navbar {
    transition: all 0.5s;
  }

  .navbar-scrolled {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }

  .barra a {

    font-family: 'Raleway', sans-serif;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    margin-left: 70px;
    letter-spacing: 1.5px;
    transition: 0.3s ease;
    color: #FFFFFF;
  }

  .navbar-scrolled a {

    color: #2F2F2F;

  }

  .navbar li:hover>ul {
    display: block;
  }


  .barra a:before {
    content: '';
    position: absolute;
    background: #b70000;
    width: 0px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    transition: 0.3s ease;
    color: #2F2F2F;

  }

  .navbar-scrolled a {

    color: #2F2F2F;

  }

  .barra a:hover:before {
    width: 100%;
  }

  .dropdown li a {
    font-family: 'Raleway', sans-serif;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    margin-left: 0px;
    color: #b70000;
  }

  .dropdown-item:hover {
    background-color: #FFFFFF;
  }

  .link-contact {
    display: none;
  }

  .btn-2 {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    height: 105%;
    width: 105%;
    font-size: 22px;
  }

  /* Overlay mega menú */
  .mega-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    /* 50% transparencia */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1050;
    /* encima del navbar */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }

  .mega-menu-overlay.d-none {
    display: none !important;
  }

  /* Contenedor del mega menú centrado y con ancho máximo 75% */
  .mega-menu-container {
    max-width: 75vw;
  }

  /* Estilo enlaces */
  .mega-menu-overlay ul li a {
    color: white;
    font-weight: 500;
    text-decoration: none;
    display: block;
    margin-bottom: 30px;
    transition: color 0.3s ease;
    font-size: 24px;
  }

  .mega-menu-overlay ul li a:hover {
    color: #ff7f50;
    /* un color resaltado */
  }

  /* Botón cerrar */
  .close-mega-menu {
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    border: 2px solid #ff4d4d;
    border-radius: 50%;
    background: none;
    color: #ff4d4d;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1100;
    padding: 0;
    line-height: 1;
    font-size: 40px;
  }

  /* Para links del navbar que abren el mega menú (Servicios) */
  #openMegaMenu {
    cursor: pointer;
  }



  /*PORTADA*/
  /*PORTADA*/
/* Estilos generales de la portada */
.hero-section {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center; /* centra horizontal */
  align-items: center;     /* centra vertical */
  text-align: center;
  overflow: hidden;
}

/* Imagen de fondo */
.hero-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Capa oscura encima de la imagen */
.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
}

/* Cuadro centrado */
.info-box {
  position: relative; /* para estar sobre la capa oscura */
  max-width: 1000px;
  width: 90%;
  min-height: 500px; /* ajusta alto aquí */
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Contenido dentro del cuadro */
.info-content {
  background-color: rgba(0, 0,0, 0.5);
  padding: 4rem 3rem;
  box-shadow: 0 0 40px rgba(0,0,0,0.3);
  color: #FFFFFF;
  border-radius: 0.5rem;
  width: 100%;
}

.info-content h2 {
font-family: 'Poppins', sans-serif;
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #FFFFFF;
}

.info-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  margin-bottom: 0;
   color: #FFFFFF;
}
}

/*=========================================================================*/

/**************PRIMER EFECTO PARALLAX****************/
/* Responsive */
@media (max-width: 575.98px){
 .text-principal h2{
    
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 800;
    margin-left: auto;
    margin-top: auto;
    color: #2F2F2F;
  }

  .text-principal p{
    
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 500;
    margin-left: auto;
    margin-top: auto;
    color: #64748b;
  }
  .content-column {
  background-color: #FFFFFF;
  /* background-color: #f8f9fa; */
  min-height: 300px;
  height: 300px; /* Altura fija */
}

.parallax-column {
  height: 280px; /* debe coincidir con .content-column */
 
  background-size: cover; /* cambia a cover para eliminar espacios */
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-color: #f8f9fa; /* igual que el fondo del contenido */
   overflow: hidden;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px){

  .text-principal h2{
    
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-left: auto;
    margin-top: auto;
    color: #2F2F2F;
  }

  .text-principal p{
    
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-left: auto;
    margin-top: auto;
 color: #64748b;
  }
  .content-column {
  background-color: #FFFFFF;
  /* background-color: #f8f9fa; */
  min-height: 320px;
  height: 320px; /* Altura fija */
}

.parallax-column {
  height: 320px; /* debe coincidir con .content-column */
 
  background-size: cover; /* cambia a cover para eliminar espacios */
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-color: #f8f9fa; /* igual que el fondo del contenido */
   overflow: hidden;
}
 
}



@media (min-width: 1200px) {

  .text-principal h2{
    
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-weight: 600;
    margin-left: auto;
    margin-top: auto;
    color: #2F2F2F;
  }

  .text-principal p{
    
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-left: auto;
    margin-top: auto;
    color: #64748b;
  }
  .content-column {
  background-color: #FFFFFF;
  /* background-color: #f8f9fa; */
  min-height: 400px;
  height: 400px; /* Altura fija */
}

.parallax-column {
  height: 400px; /* debe coincidir con .content-column */
 
  background-size: cover; /* cambia a cover para eliminar espacios */
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-color: #f8f9fa; /* igual que el fondo del contenido */
  overflow: hidden;
}

}

@media only screen and (min-width: 1025px) and (max-width: 1440px){
.text-principal h2{
    
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 800;
    margin-left: auto;
    margin-top: auto;
    color: #2F2F2F;
  }

  .text-principal p{
    
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-left: auto;
    margin-top: auto;
   color: #64748b;
  }
  .content-column {
  background-color: #FFFFFF;
  /* background-color: #f8f9fa; */
  min-height: 400px;
  height: 400px; /* Altura fija */
}

.parallax-column {
  height: 400px; /* debe coincidir con .content-column */
 
  background-size: cover; /* cambia a cover para eliminar espacios */
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-color: #f8f9fa; /* igual que el fondo del contenido */
   overflow: hidden;
}
 
}

@media (min-width: 2560px){
.text-principal h2{
    
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    font-weight: 600;
    margin-left: auto;
    margin-top: auto;
    color: #2F2F2F;
  }

  .text-principal p{
    
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 500;
    margin-left: auto;
    margin-top: auto;
   color: #64748b;
  }
  .content-column {
  background-color: #FFFFFF;
  /* background-color: #f8f9fa; */
  min-height: 600px;
  height: 600px; /* Altura fija */
}

.parallax-column {
  height: 600px; /* debe coincidir con .content-column */
 
  background-size: cover; /* cambia a cover para eliminar espacios */
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-color: #f8f9fa; /* igual que el fondo del contenido */
   overflow: hidden;
}

}


/*FIN PRIMER EFECTO PARALLLAX*/




/*FIN CODIGO PARALLAX*/

/*CONTADOR*/
@media (max-width: 575.98px) {
  .counter-box {

    background: #042645;
    color: white;
    padding: 10px 0px;
    text-align: center;
  }

  .counter {
    font-size: 12px;
    font-weight: bold;
  }

  .label {
    font-size: 12px;
    margin-top: 0px;
  }

  .icon {
    font-size: 16px;
    margin-bottom: 0px;
    display: block;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .counter-box {

    background: #042645;
    color: white;
    padding: 10px 0px;
    text-align: center;
  }

  .counter {
    font-size: 22px;
    font-weight: bold;
  }

  .label {
    font-size: 18px;
    margin-top: 0px;
  }

  .icon {
    font-size: 30px;
    margin-bottom: 0px;
    display: block;
  }
}


@media (min-width: 1200px) {

  /*CODIGO CONTADOR*/
  .counter-box {

    background: #042645;
    color: white;
    padding: 5px 5px;
    text-align: center;
  }

  .counter {
    font-size: 28px;
    font-weight: bold;
  }

  .label {
    font-size: 22px;
    margin-top: 0px;
  }

  .icon {
    font-size: 33px !important;
    margin-bottom: 0px;
    display: block;
  }
}

@media only screen and (min-width: 1350px) and (max-width: 1440px) {
  .counter-box {

    background: #042645;
    color: white;
    padding: 8px 8px;
    text-align: center;
  }

  .counter {
    font-size: 26px;
    font-weight: bold;
  }

  .label {
    font-size: 21px;
    margin-top: 0px;
  }

  .icon {
    font-size: 30px !important;
    margin-bottom: 10px;
    display: block;
  }
}

@media (min-width: 2560px) {

  /*CODIGO CONTADOR*/
  .counter-box {

    background: #042645;
    color: white;
    padding: 5px 5px;
    text-align: center;
  }

  .counter {
    font-size: 32px;
    font-weight: bold;
  }

  .label {
    font-size: 26px;
    margin-top: 0px;
  }

  .icon {
    font-size: 33px !important;
    margin-bottom: 0px;
    display: block;
  }
}


/*ICONOS DE MERCADO*/
@media (max-width: 575.98px) {


.frame1{
  background-color: #042645;
 
}
  .cuadro {
    font-family: 'Open Sans', sans-serif;
    /* background: crimson; */
    color: #FFFFFF;
    padding-top: 8px;
    font-size: 9px;

  }


.bi{
   font-family: 'Open Sans', sans-serif;
    /* background: crimson; */
    color: #FFFFFF;
    font-size: 18px;
}
.vr{
     font-family: 'Open Sans', sans-serif;
    /* background: crimson; */
    color: #FFFFFF;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.frame1{
  background-color: #042645 !important;
 
}
  .cuadro {
    font-family: 'Open Sans', sans-serif;
    /* background: crimson; */
    color: #FFFFFF;
    padding-top: 8px;
    font-size: 14px;
      background-color: transparent !important;

  }


.bi{
   font-family: 'Open Sans', sans-serif;
    /* background: crimson; */
    color: #FFFFFF;
    font-size: 22px;
    
}
.vr{
     font-family: 'Open Sans', sans-serif;
    /* background: crimson; */
    color: #FFFFFF;
     
}

}

  @media (min-width: 1200px) {
.frame1{
  background-color: #042645;
 
}
  .cuadro {
    font-family: 'Open Sans', sans-serif;
    /* background: crimson; */
    color: #FFFFFF;
    padding-top: 8px;
    font-size: 19px;

  }


.bi{
   font-family: 'Open Sans', sans-serif;
    /* background: crimson; */
    color: #FFFFFF;
    font-size: 26px;
}
.vr{
     font-family: 'Open Sans', sans-serif;
    /* background: crimson; */
    color: #FFFFFF;
}
}

  @media only screen and (min-width: 1200px) and (max-width: 1440px) {
 .frame1{
  background-color: #042645;
 
}
  .cuadro {
    font-family: 'Open Sans', sans-serif;
    /* background: crimson; */
    color: #FFFFFF;
    padding-top: 8px;
    font-size: 16px;

  }


.bi{
   font-family: 'Open Sans', sans-serif;
    /* background: crimson; */
    color: #FFFFFF;
    font-size: 26px;
}
.vr{
     font-family: 'Open Sans', sans-serif;
    /* background: crimson; */
    color: #FFFFFF;
}

}

  @media (min-width: 2560px) {
.frame1{
  background-color: #042645;
 
}
  .cuadro {
    font-family: 'Open Sans', sans-serif;
    /* background: crimson; */
    color: #FFFFFF;
    padding-top: 8px;
    font-size: 25px;

  }


.bi{
   font-family: 'Open Sans', sans-serif;
    /* background: crimson; */
    color: #FFFFFF;
    font-size: 32px;
}
.vr{
     font-family: 'Open Sans', sans-serif;
    /* background: crimson; */
    color: #FFFFFF;
}
}



/* ********************************************************************************************* */
/*SERVICIOS INDIVIDUALES*/
@media (max-width: 575.98px) {


 
  .sbox1{
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .sbox1 h2 {
    font-family: 'Raleway', sans-serif;
    margin-top: 5px;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0px;
    /* text-decoration: underline; */
    color: #2F2F2F;
  }
  
 
  
  .sbox1 p {
    font-family: 'Poppins', sans-serif;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: justify;
    line-height: 1.5em;
    color: #2F2F2F;
  }
  .sbox1 p span{
    font-weight: bold;
  }
 
  
  .sbox1 li {
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: justify;
    line-height: 1.5em;
    color: #2F2F2F;
    
  }
  ul {
    list-style: none;
  }
  .list li::before {
    content: "■";
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    padding-right: 20px;
    padding-top: 5px;
   
  }

  ul.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px; /* o ajusta según tu diseño */
}

li.list1 {
  margin-bottom: 0; /* evita separación entre elementos si no deseas */
}
  .img-1 {
 margin-top: 10px;
    margin-bottom: 10px;
    width: 280px;
    height: 360px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    border-radius: 5px;
  }
 
  }

@media only screen and (min-width: 768px) and (max-width: 1023px) {



.sbox1{
  margin-top: 15px;
  margin-bottom: 15px;
}
.sbox1 h2 {
   font-family: 'Raleway', sans-serif; 
  margin-top: 20px;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0px;
  /* text-decoration: underline; */
  color: #2F2F2F;
}


.sbox1 p {
 font-family: 'Poppins', sans-serif;
  margin-top: 2px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: justify;
  line-height: 1.5em;
  color: #2F2F2F;
}
.sbox1 p span{
  font-weight: bold;
}



.sbox1 li {
 font-family: 'Poppins', sans-serif;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: justify;
  line-height: 1.5em;
  color: #2F2F2F;
}
ul {
  list-style: none;
}
.list li::before {
  content: "■";
  color: black;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  padding-right: 20px;
  padding-top: 5px;
}
.img-1 {
  margin-top: 50px;
  width: 350px;
  height: 440px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  border-radius: 5px;
}
}

  

@media (min-width: 1200px) {



.sbox1{
  margin-top: 15px;
  margin-bottom: 15px;
}
.sbox1 h2 {
  font-family: 'Raleway', sans-serif;
  margin-top: 20px;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0px;
  /* text-decoration: underline; */
  color: #2F2F2F;
}



.sbox1 p {
font-family: 'Poppins', sans-serif;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: justify;
  line-height: 1.5em;
  color: #2F2F2F;
}
.sbox1 p span{
  font-weight: bold;
}

/* font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
  font-family: 'Raleway', sans-serif; */
.sbox1 li {
  font-family: 'Poppins', sans-serif;
  margin-top: 2px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: justify;
  line-height: 1.5em;
  color: #2F2F2F;
}
ul {
  list-style: none;
}
.list li::before {
  content: "■";
  color: black;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  padding-right: 20px;
  padding-top: 5px;
}
.img-1 {
  margin-top: 70px;
  width: 330px;
  height: 420px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  border-radius: 5px;
}

.divisor{
  margin-top: 30px;
  margin-bottom: 20px;
  border: 0;
  height:5px;
  background: #2F2F2F;

}


}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

  
  
  .sbox1{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sbox1 h2 {
     font-family: 'Raleway', sans-serif; 
    margin-top: 20px;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0px;
    /* text-decoration: underline; */
    color: #2F2F2F;
  }
  

  .sbox1 p {
   font-family: 'Poppins', sans-serif;
    margin-top: 2px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: justify;
    line-height: 1.5em;
    color: #2F2F2F;
  }
  .sbox1 p span{
    font-weight: bold;
  }

  
  
  .sbox1 li {
    font-family: 'Poppins', sans-serif;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: justify;
    line-height: 1.5em;
    color: #2F2F2F;
  }
  ul {
    list-style: none;
  }
  .list li::before {
    content: "■";
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    padding-right: 20px;
    padding-top: 5px;
  }
  .img-1 {
      margin-top: 70px;
    width: 330px;
    height: 440px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    border-radius: 5px;
  }
  

}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {

  
  .sbox1{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sbox1 h2 {
     font-family: 'Raleway', sans-serif; 
    margin-top: 20px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0px;
    /* text-decoration: underline; */
    color: #2F2F2F;
  }
  

  .sbox1 p {
   font-family: 'Poppins', sans-serif;
    margin-top: 2px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: justify;
    line-height: 1.5em;
    color: #2F2F2F;
  }
  .sbox1 p span{
    font-weight: bold;
  }

  
  
  .sbox1 li {
    font-family: 'Poppins', sans-serif;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: justify;
    line-height: 1.5em;
      white-space: nowrap;
    color: #2F2F2F;
  }
  ul {
    list-style: none;
  }
  .list li::before {
    content: "■";
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    padding-right: 20px;
    padding-top: 5px;
  }
  .img-1 {
    margin-top: 70px;
    width: 330px;
    height: 440px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    border-radius: 5px;
  }  
 



}

@media (min-width: 2560px) {

  
  
  .sbox1{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sbox1 h2 {
    font-family: 'Raleway', sans-serif; 
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    /* text-decoration: underline; */
    color: #2F2F2F;
  }
  

  
  .sbox1 p {
   font-family: 'Poppins', sans-serif;
    margin-top: 2px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: justify;
    line-height: 1.5em;
    color: #2F2F2F;
  }
  .sbox1 h5 span{
    font-weight: bold;
  }

  
  
  .sbox1 li {
 font-family: 'Poppins', sans-serif;
    margin-top: 2px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: justify;
    line-height: 1.5em;
    color: #2F2F2F;
  }
  ul {
    list-style: none;
  }
  .list li::before {
    content: "■";
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    padding-right: 20px;
    padding-top: 5px;
  }
  .img-1 {
  margin-top: 70px;
    width: 420px;
    height: 540px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    border-radius: 5px;
  }
  
}



/*CONTACTO*/
@media (min-width: 1200px) {
  .nservicios {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 0px;
    margin-left: 65px;
    margin-bottom: 5px;
  }


  .contactenos {

    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    color: #ffff;
    background: linear-gradient(-70deg, #0B5394 75%, #04213B 80%);


  }

  .contact {
    background-color: #fff;
    /* background-image: url(/img/Untitled.png); */
    font-family: 'Raleway', sans-serif;
    color: #2F2F2F;


  }


  .title-contact {

    font-family: 'Raleway', sans-serif;
    margin-left: 300px;
    margin-top: 40px;
    font-size: 36px;
    font-weight: 600;
    color: #2F2F2F;
  }


  .title-contact2 {
    margin-left: 300px;
    font-family: 'Raleway', sans-serif;
    font-size: 23px;
    margin-left: 305px;
    color: #2F2F2F;
    font-weight: 500;
  }


  .img-contact {
    background: linear-gradient(-70deg, #042645 50%, #073763 75%);
    margin-top: 30px;
    margin-right: 150px;
  }


  .formulario img {
    width: 600px;
    height: 415px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;



  }

  .info-contact {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
  }


  .iconos-form {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #fffF;
    font-weight: 500;

  }

  .praf {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #fffF;
    font-weight: 500;

  }

  .info-icon {
    color: #fffF;
    font-size: 24px;
    font-weight: 700;
  }


}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
   .nservicios {
    font-family: 'Raleway', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 0px;
    margin-left: 65px;
    margin-bottom: 5px;
  }
  .contactenos {

    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    color: #ffff;
    background: linear-gradient(-70deg, #0B5394 75%, #04213B 80%);

  }

  .contact {
    background-color: #fff;
    /*  background-image: url(/img/fservicios4.png); */
    font-family: 'Raleway', sans-serif;
    color: #2F2F2F;

  }


  .title-contact {

    font-family: 'Raleway', sans-serif;
    margin-left: 65px;
    margin-top: 40px;
    font-size: 36px;
    font-weight: 600;
    color: #2F2F2F;
  }


  .title-contact2 {
    margin-left: 300px;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    margin-left: 70px;
    color: #2F2F2F;
    font-weight: 400;
  }

  .info-contact {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
  }

  .msj-contact {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
  }

  .img-contact {
    background: linear-gradient(-70deg, #042645 50%, #073763 75%);
    margin-top: 30px;
    margin-right: 50px;
    width: 450px;
    height: 450px;
  }

  .formulario img {
    width: 450px;
    height: 450px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .formulario {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #FFFFFF;
  }


  .iconos-form {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #FFFFFF;


  }

  .praf {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #FFFFFF;

  }

  .info-icon {
    color: #FFFFFF;

    font-size: 20px;
    font-weight: 700;
  }



}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  
  .nservicios {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom: 5px;
  }

  .contactenos {

    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    color: #ffff;
    background: linear-gradient(-70deg, #0B5394 75%, #04213B 80%);

  }

  .contact {
    background-color: #fff;
    /*  background-image: url(/img/fservicios4.png); */
    font-family: 'Raleway', sans-serif;
    color: black;

  }

  .info-contact {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
  }

  .msj-contact {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
  }

  .title-contact {

    font-family: 'Raleway', sans-serif;
    margin-left: 65px;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 600;
    color: #2F2F2F;
  }


  .title-contact2 {
    margin-left: 300px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    margin-left: 70px;
    color: #2F2F2F;
    font-weight: 400;
  }

  /*  .img-contact {
    background: linear-gradient(-70deg, #539ED6 50%, #2986CC 50%);
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 20px;
  } */

  .img-contact {
    background: linear-gradient(-70deg, #042645 50%, #073763 75%);
    margin-top: 30px;
    margin-right: 50px;

    height: 380px;
    width: 380px;
  }


  .formulario img {
    width: 380px;
    height: 380px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .formulario {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #2F2F2F;
  }


  .iconos-form {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #FFFFFF;

  }

  .iconos-form {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #FFFFFF;


  }

  .praf {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #FFFFFF;

  }

  .info-icon {
    color: #FFFFFF;
    font-size: 18px;
  }



}

@media (min-width: 2000px) {
   .nservicios {
    font-family: 'Raleway', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 0px;
    margin-left: 65px;
    margin-bottom: 5px;
  }

  .contactenos {

    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    color: #ffff;
    background: linear-gradient(-70deg, #0B5394 75%, #04213B 80%);

  }

  .contact {
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    color: black;

  }


  .title-contact {

    font-family: 'Raleway', sans-serif;
    margin-left: 410px;
    margin-top: 40px;
    font-size: 42px;
    font-weight: 600;
    color: #2F2F2F;
  }


  .title-contact2 {
    margin-left: 410px;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    color: #2F2F2F;
    font-weight: 400;
  }



  .img-contact {
    background: linear-gradient(-70deg, #042645 50%, #073763 75%);
    margin-top: 30px;
    margin-right: 150px;
  }

  .formulario img {
    width: 850px;
    height: 470px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .formulario {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #2F2F2F;
  }


  .iconos-form {
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    color: #FFFFFF;

  }

  .iconos-form {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    color: #FFFFFF;


  }

  .praf {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    color: #FFFFFF;

  }

  .info-icon {
    color: #FFFFFF;
    font-size: 28px;
  }

  .form-control {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
  }

}


@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .nservicios {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 0px;
    margin-left: 15px;
    margin-bottom: 5px;
  }
  .contactenos {

    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    color: #ffff;
    background: linear-gradient(-70deg, #0B5394 75%, #04213B 80%);

  }

  .contact {
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    color: black;

  }


  .title-contact {
    font-family: 'Raleway', sans-serif;
    margin-left: 16px;
    margin-top: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #2F2F2F;
  }



  .title-contact2 {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    margin-left: 16px;

    padding-top: 5px;
    color: #2F2F2F;
    font-weight: 400;
  }


  .img-contact {
    background: linear-gradient(-70deg, #042645 50%, #073763 75%);
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .formulario img {
    width: 530px;
    height: 420px;
    margin-top: 30px;
    margin-left: 120px;
    margin-right: auto;
  }

  .formulario {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #2F2F2F;
  }


  .iconos-form {
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    color: #FFFFFF;

  }

  .iconos-form {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #FFFFFF;
  }



  .praf {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #FFFFFF;

  }

  .form-control {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;

  }

  .info-icon {
    color: #FFFFFF;
    font-size: 22px;
  }


}

@media (max-width: 575.98px) {
    .nservicios {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 0px;
    margin-left: 6px;
    margin-bottom: 5px;
  }
  .contactenos {

    font-family: 'Raleway', sans-serif;
  
    letter-spacing: 2px;
    color: #ffff;
    background: linear-gradient(-70deg, #0B5394 75%, #04213B 80%);

  }

  .contact {
    background-color: #fff;

    font-family: 'Raleway', sans-serif;
    color: black;

  }

  .info-contact {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
  }

  .msj-contact {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
  }

  .title-contact {
    font-family: 'Raleway', sans-serif;
    margin-left: 4px;
    margin-top: 20px;
    font-size: 19px;
    font-weight: 600;
    color: #2F2F2F;
  }



  .title-contact2 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    margin-left: 4px;
    color: #2F2F2F;
    font-weight: 400;
  }


  /*  .img-contact {
    background: linear-gradient(-70deg, #539ED6 50%, #2986CC 50%);
    margin-top: 20px;
    margin-bottom: 5px;
    margin-right: 0px;
  } */

  .img-contact {
    background: linear-gradient(-70deg, #042645 50%, #073763 75%);
    margin-top: 30px;
width: auto;
   padding-left: 5px;
   padding-right: 5px;
   object-fit: cover;
  }


  .formulario img {
    width: auto;
    height: 300px;
    margin-top: 5px;
  object-fit: contain;
  }

  .formulario {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #2F2F2F;
  }


  .iconos-form {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    color: #FFFFFF;

  }

  .iconos-form {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
  }



  .praf {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #FFFFFF;

  }

  .form-control {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;

  }

  .info-icon {
    color: #FFFFFF;
    font-size: 20px;
  }


}

/*===============================================================================================================*/
/*FOOTER*/
@media (max-width: 575.98px) {
  .barra-fot {
    background: linear-gradient(-70deg, #0B5394 75%, #04213B 80%);
  }

  .barra-msj {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    color: #fff;
    overflow: hidden;
    border-right: .15em solid #FFFFFF;
    white-space: nowrap;
    letter-spacing: .15em;
    padding-top: 10px;
    padding-bottom: 10px;

  }

  @keyframes typing {
    from {
      width: 0
    }

    to {
      width: 100%
    }
  }

  @keyframes blink-caret {

    from,
    to {
      border-color: transparent
    }

    50% {
      border-color: transparent;
    }
  }

  .active5 {
    animation:
      typing 5.5s steps(100, end),
      blink-caret .75s step-end infinite;

  }

  .icon-logo {
    padding-bottom: 12px;

  }

  .fot-icon {
    font-size: 22px;
    color: #fff;
    margin-left: 22px;

  }

  .fot-icon2 {
    padding: 5px;
    font-size: 20px;
    line-height: 55px;
    background: #0df053;
    color: #FFFFFF;
    border-radius: 45px;
    text-align: center;
  }

  .fot-icon2:hover {
    text-decoration: none;
    color: #0df053;
    background: #FFFFFF;


  }

  .logo2 {

    width: 150px;
    height: 75px;

    margin-left: auto;
    margin-right: auto;
  }

  .fot-1 {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #073763;

  }

.fot-2 span:first-of-type{
      font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
      display: inline-block; 
  margin-top: 5px;
    text-decoration: underline;
    color: #0B5394;
}
.fot-2 p:first-of-type {
  margin-top: 10px; /* Ajusta el valor según lo necesites */
}


  .fot-2 p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #2F2F2F;

  }

  .cpyr-1 {

    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    background-color: #282828;
    color: #FFFFFF;

  }

  .cpyr-2 {
        font-family: 'Raleway', sans-serif;
    font-size: 14px;
    background-color: #282828;
  display: inline-block;
  margin-left: 2px; /* opcional */
  margin-top: 5px;  /* crea un poco de espacio arriba */
}

 

  .fot-3 p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #2F2F2F;

  }

  .fot-4 h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
   text-decoration: underline;
    color: #0B5394;
  }

  .fot-4 p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #2F2F2F;

  }

  .icon-contacto {

    color: #2F2F2F;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .barra-fot {
    background: linear-gradient(-70deg, #0B5394 75%, #04213B 80%);
  }

  .barra-msj {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    border-right: .15em solid #FFFFFF;
    white-space: nowrap;
    letter-spacing: .15em;
    padding-top: 10px;
    padding-bottom: 10px;

  }

  @keyframes typing {
    from {
      width: 0
    }

    to {
      width: 100%
    }
  }

  @keyframes blink-caret {

    from,
    to {
      border-color: transparent
    }

    100% {
      border-color: #FFFFFF;
    }
  }

  .active5 {
    animation:
      typing 5.5s steps(100, end),
      blink-caret .75s step-end infinite;

  }

  .icon-logo {
    padding-bottom: 12px;
    display: block;
    margin-left: 0px;
    margin-right: auto;

  }

  .fot-icon {
    font-size: 24px;
    margin-left: 20px;
    color: #fff;


  }

  .fot-icon2 {
    padding: 5px;
    font-size: 20px;
    line-height: 55px;
    background: #0df053;
    color: #FFFFFF;
    border-radius: 45px;
    text-align: center;
  }

  .fot-icon2:hover {
    text-decoration: none;
    color: #0df053;
    background: #FFFFFF;


  }

  .logo2 {
    width: 180px;
    height: 90px;

  }

  .fot-1 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;

    font-weight: 600;
    color: #2F2F2F;

  }
.fot-2 span:first-of-type{
      font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-top: 2px;
      display: inline-block; /* o 'block' si quieres que se comporte como un div */
 
    text-decoration: underline;
    color: #0B5394;
}
.fot-2 p:first-of-type {
  margin-top: 8px; /* Ajusta el valor según lo necesites */
}


  .fot-2 p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #2F2F2F;

  }

  .fot-3 p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #2F2F2F;

  }

  .cpyr-1 {

    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    background-color: #282828;
    color: #FFFFFF;

  }

  .fot-3 {
    margin-top: 0px;
  }


  .fot-4 h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    margin-left: 0px;
    font-weight: 700;
    text-decoration: underline;
    color: #0B5394;
  }

  .fot-4 p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #2F2F2F;
  }

  .icon-contacto {
    margin-left: 0px;
    color: #2F2F2F;
  }
}


@media only screen and (min-width: 1024px) and (max-width: 1199px) {

  .barra-fot {
    background: linear-gradient(-70deg, #0B5394 75%, #04213B 80%);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .barra-msj {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    border-right: .15em solid #FFFFFF;
    white-space: nowrap;
    margin: 10px;
    letter-spacing: .20em;

  }

  @keyframes typing {
    from {
      width: 0
    }

    to {
      width: 100%
    }
  }

  @keyframes blink-caret {

    from,
    to {
      border-color: transparent
    }

    100% {
      border-color: transparent;
    }
  }

  .active5 {
    animation:
      typing 6.5s steps(100, end),
      blink-caret .75s step-end infinite;

  }

  .fot-icon {

    font-size: 20px;
    padding-left: 18px;
    color: #fff;

  }

  .fot-icon2 {
    padding: 5px;
    font-size: 20px;
    line-height: 55px;
    background: #0df053;
    color: #FFFFFF;
    border-radius: 45px;
    text-align: center;
  }

  .fot-icon2:hover {
    text-decoration: none;
    color: #0df053;
    background: #FFFFFF;


  }

  .fot-1 {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #2F2F2F;

  }
.fot-2 span:first-of-type{
      font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
      display: inline-block; /* o 'block' si quieres que se comporte como un div */
  margin-top: 15px; /* Ajusta según necesites */
    text-decoration: underline;
    color: #0B5394;
}
.fot-2 p:first-of-type {
  margin-top: 10px; /* Ajusta el valor según lo necesites */
}

  .fot-2 p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #2F2F2F;

  }

  .fot-3 p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #2F2F2F;

  }

  .cpyr-1 {

    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    background-color: #282828;
    color: #FFFFFF;

  }

  .foot-servicios {
    margin-top: 12px;
  }

  .foot-contacto {
    margin-top: 15px;
    margin-left: 0px;
  }

  .icon-contacto {
    margin-left: 0px;
    font-size: 10px;
    color: #2F2F2F;
  }

  .fot-3 {
    margin-top: 15px;
  }

  .fot-4 h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    color: #0B5394;
    text-decoration: underline;
  }

  .fot-4 p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #2F2F2F;

  }

  .logo2 {
    width: 160px;
    height: 80px;
  }
}

@media (min-width: 1200px) {
  .barra-fot {
    background: linear-gradient(-70deg, #0B5394 75%, #04213B 80%);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .barra-msj {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    border-right: .15em solid #FFFFFF;
    white-space: nowrap;
    margin: 10px;
    letter-spacing: .20em;

  }

  @keyframes typing {
    from {
      width: 0
    }

    to {
      width: 100%
    }
  }

  @keyframes blink-caret {

    from,
    to {
      border-color: transparent
    }

    50% {
      border-color: transparent;
    }
  }

  .active5 {
    animation:
      typing 6.5s steps(100, end),
      blink-caret .75s step-end infinite;

  }

  .fot-icon {

    font-size: 28px;
    padding: 5px;
    margin-left: 20px;
    color: #fff;

  }

  .fot-icon2 {
    padding: 8px;
    font-size: 25px;
    line-height: 55px;
    background: #0df053;
    color: #FFFFFF;
    border-radius: 45px;
    text-align: center;
  }

  .fot-icon2:hover {
    text-decoration: none;
    color: #0df053;
    background: #FFFFFF;


  }

  .fot-1 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2F2F2F;

  }

/*   .fot-2 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: underline;
    color: #0B5394;
  } */
.fot-2 span:first-of-type{
      font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
      display: inline-block; /* o 'block' si quieres que se comporte como un div */
  margin-top: 20px; /* Ajusta según necesites */
    text-decoration: underline;
    color: #0B5394;
}
.fot-2 p:first-of-type {
  margin-top: 10px; /* Ajusta el valor según lo necesites */
}
  .fot-2 p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #2F2F2F;

  }

  .fot-3 p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #2F2F2F;

  }

  .cpyr-1 {

    font-family: 'Raleway', sans-serif;
    background-color: #282828;
    color: #FFFFFF;

  }

  .foot-servicios {
    margin-top: 20px;
  }

  .foot-contacto {
    margin-top: 24px;
    margin-left: 48px;
  }

  .icon-contacto {
    margin-left: 50px;
    font-size: 20px;
    color: #2F2F2F;
  }

  .fot-3 {
    margin-top: 20px;
  }

  .fot-4 h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    letter-spacing: 1px;
    color: #0B5394;
  }

  .fot-4 p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2F2F2F;

  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .barra-fot {
    background: linear-gradient(-70deg, #0B5394 75%, #04213B 80%);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .barra-msj {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #fff;
    overflow: hidden;
    border-right: .15em solid #FFFFFF;
    white-space: nowrap;
    margin: 10px;
    letter-spacing: .20em;

  }

  @keyframes typing {
    from {
      width: 0
    }

    to {
      width: 100%
    }
  }

  @keyframes blink-caret {

    from,
    to {
      border-color: transparent
    }

    50% {
      border-color: transparent;
    }
  }

  .active5 {
    animation:
      typing 6.5s steps(100, end),
      blink-caret .75s step-end infinite;

  }

  .fot-icon {

    font-size: 25px;
    padding: px;
    color: #fff;

  }

  .fot-icon2 {
    padding: 8px;
    font-size: 20px;
    line-height: 55px;
    background: #0df053;
    color: #FFFFFF;
    border-radius: 45px;
    text-align: center;
  }

  .fot-icon2:hover {
    text-decoration: none;
    color: #0df053;
    background: #FFFFFF;


  }

  .fot-1 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #2F2F2F;

  }
.fot-2 span:first-of-type{
      font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
      display: inline-block; /* o 'block' si quieres que se comporte como un div */
  margin-top: 20px; /* Ajusta según necesites */
    text-decoration: underline;
    color: #0B5394;
}
.fot-2 p:first-of-type {
  margin-top: 10px; /* Ajusta el valor según lo necesites */
}


  .fot-2 p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2F2F2F;

  }

  .fot-3 p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2F2F2F;

  }

  .cpyr-1 {

    font-family: 'Raleway', sans-serif;
    background-color: #282828;
    color: #FFFFFF;

  }

  .foot-servicios {
    margin-top: 20px;
  }

  .foot-contacto {
    margin-top: 24px;
    margin-left: 10px;
  }

  .icon-contacto {
    margin-left: 10px;
    font-size: 16px;
    color: #2F2F2F;
  }

  .fot-3 {
    margin-top: 20px;
  }

  .fot-4 h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
   
    color: #0B5394;
  }

  .fot-4 p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2F2F2F;

  }

}

@media (min-width: 2000px) {
  .barra-fot {
    background: linear-gradient(-70deg, #0B5394 75%, #04213B 80%);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .barra-msj {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    border-right: .15em solid #FFFFFF;
    white-space: nowrap;
    margin: 10px;
    letter-spacing: .20em;

  }

  @keyframes typing {
    from {
      width: 0
    }

    to {
      width: 100%
    }
  }

  @keyframes blink-caret {

    from,
    to {
      border-color: transparent
    }

    50% {
      border-color: transparent;
    }
  }

  .active5 {
    animation:
      typing 6.5s steps(100, end),
      blink-caret .75s step-end infinite;

  }

  .fot-icon {

    font-size: 36px;
    padding: 15px;
    color: #fff;

  }

  .fot-icon2 {
    padding: 10px;
    font-size: 30px;
    line-height: 55px;
    background: #0df053;
    color: #FFFFFF;
    border-radius: 45px;
    text-align: center;
  }

  .fot-icon2:hover {
    text-decoration: none;
    color: #0df053;
    background: #FFFFFF;


  }

  .fot-1 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #2F2F2F;

  }

.fot-2 span:first-of-type{
      font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
      display: inline-block; /* o 'block' si quieres que se comporte como un div */
  margin-top: 20px; /* Ajusta según necesites */
    text-decoration: underline;
    color: #0B5394;
}
.fot-2 p:first-of-type {
  margin-top: 10px; /* Ajusta el valor según lo necesites */
}
  .fot-2 p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #2F2F2F;

  }

  .fot-3 p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #2F2F2F;

  }

  .cpyr-1 {

    font-family: 'Raleway', sans-serif;
    background-color: #282828;
    font-size: 18px;
    color: #FFFFFF;

  }

  .foot-servicios {
    margin-top: 20px;
  }

  .foot-contacto {
    margin-top: 20px;
    margin-left: 20px;
  }

  .icon-contacto {
    margin-left: 20px;
    font-size: 24px;
    color: #2F2F2F;
  }

  .fot-3 {
    margin-top: 20px;
  }

  .fot-4 h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #0B5394;
  }

  .fot-4 p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2F2F2F;

  }

}
