@import url('https://fonts.googleapis.com/css?family=Lobster');

@font-face {
    font-family: 'libre-franklin';
    src: url(../fuentes/LibreFranklin-Bold.ttf);
}

@font-face {
    font-family: 'gothic';
    src: url(../fuentes/alternate-gothic-no3-d.ttf);
}

@font-face {
    font-family: 'gotham';
    src: url(../fuentes/Gotham-Black.otf);
}
@font-face {
    font-family: 'sans';
    src:url(../fuentes/NotoSansDisplay-Black.ttf)
}

/* Mostrar el navbar-toggler en resoluciones de hasta 1023px */



body {
  background-color: #fff;
  color: #ececec !important;
}

.logos-serv {
  width: 100%;
  height: 110px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}



/* Estilo para el contenedor del video */
.video-container {
  width: 100%;
  height: 420px;
  max-width: 700px;
  background-color: #0078ff;
  padding: 10px;
  margin: 0 auto;
  margin-top: 80px;
 
  
  
}

/* Estilo para el iframe (video) */
.video {
  width: 100%;
  height: 400px;
 
}
@media (max-width: 767px) {
  .video-container {
    width: 400px;
    height: 250px;
    margin-top: 40px;
  }
  .video {
    height: 230px;
  }
}




.p-about .ion-ios-checkmark {
  color: #0078ff; /* Cambia 'red' al color que desees */
  font-size: 22px; /* Ajusta el tamaño del icono si es necesario */
}





#mainNav {
  padding-top: 5px;
  padding-bottom: 5px;
}

.caja-contacto {
  position: absolute; /* Permite posicionar la caja en cualquier lugar de la página */
  top: 0; /* Posiciona la caja en la parte superior de la página */
  left: 0; /* Posiciona la caja en la parte izquierda de la página */
  padding: 10px; /* Espacio interno alrededor del texto */
  display: flex;
  gap: 10px;
  width: 100%;
  height: 40px;
  background-color: #003674;
}

.caja-contacto span {
  font-size: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
  color: #f2f2f2;
  margin-left: 10px;
}


.logo {
  width: 100%;
  min-width: 120px;
  height: 120px;
  object-fit: contain;
  margin-left: -20px;
}



#mainNav .navbar-brand img {
  margin-top: 10px; /* baje un poco la imagen logo */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
}
.h1-titulo {
  margin-top: 100px;
}
a {
  color: #1e1e1e;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #0078ff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  color: #0078ff;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.overlay-mf {
  background-color: #003674;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* Sections */

.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/

.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/

.title-box {
  margin-bottom: 4rem;
}

.title-a {
  font-size: 2.5rem;
  font-family: 'gothic', sans-serif;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: bold;
}

.subtitle-a {
  color: #4e4e4e;
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: #0078ff;
  margin: 0 auto;
}

/* Title Left */

#title-primerpaso {
  margin-left: 1px;
  display: block;
  text-align: center;
  font-family: 'gothic', sans-serif;
  color: #1e1e1e;
  font-weight: bold;
}
#title-contacto {
  margin-left: -3px;
  display: block;
  text-align: center;
  font-family: 'gothic', sans-serif;
  color: #1e1e1e;
  font-weight: bold;
  font-size: 18px;
}

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  font-family: 'gothic', sans-serif;
  color: #1e1e1e;
  position: relative;
  margin-left: 15px;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #0078ff;
  width: 180px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}


/*------/ Box /------*/

.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Socials /------*/

.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #0078ff;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #0078ff;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/

.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #0078ff;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #0078ff;
  display: block;
}

/*------/ Owl Carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/

.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #0078ff;
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #0078ff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #0078ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

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

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

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

/* navbar*/

.navbar-b {
  transition: all .5s ease-in-out;
  background-color: transparent;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
  padding-top: 10px;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #444444;
  font-weight: 600;
  font-size: 16px;
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  margin-left: 0px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
  width: 35px;
}

.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 35px;
}

.navbar-b.navbar-trans .nav-link:before {
  background-color: rgba(253, 86, 21, 0.836);
}

.navbar-b.navbar-trans .nav-link:hover {
  color: rgba(253, 86, 21, 0.836);
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: rgba(253, 86, 21, 0.836);
}

.navbar-b.navbar-reduce {
  transition: all .5s ease-in-out;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link {
  color: #444444;
}

.navbar-b.navbar-reduce .nav-link:before {
  background-color: rgba(253, 86, 21, 0.836);
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: rgba(253, 86, 21, 0.836);
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: orange;
}

.navbar-b.navbar-reduce .navbar-brand {
  color: #444444;
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: .7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #444444;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #444444;
}
.navbar-b {
  background-color: #f7f7f7;
}
#nav-idioma {
  display: inline-block;
  border-radius: 5px;
}
#nav-item {
  margin-top: -2px;
  margin-right: 0;
}
#nav-item {
  margin-top: -2px;
}

.icono-idioma {
  width: auto;
  height: 30px;
  object-fit: contain;
}


/* Hamburguesa Navbar */

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #000000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/* carrousel */
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 50%; /* Ajusta esto para mover las flechas hacia abajo */
  transform: translateY(30%); /* Puedes modificar el valor para moverlo más hacia abajo */
  z-index: 1;
}


/* intro*/

.intro {
  height: 100vh;
  position: relative;
  color: #fff;
}

.intro .intro-content {
  text-align: center;
  position: absolute;
}

.intro .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .9;
}

.intro .intro-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
}

.intro .text-slider-items {
  display: none;
}

.intro-single {
  height: 350px;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  text-transform: uppercase;
  font-size: 3rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: #0078ff;
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.intro-single .breadcrumb a {
  color: #fff;
}

/* dynamics 365*/

.div365 {
  display: flex;
  align-items: center;
 padding-top: 20px;
 margin-bottom: 20px;
}

.img-cs {
  width:40%;
  object-fit: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  margin: auto;
}
.title-d365 {
  text-align: center;
}

@media (max-width: 768px) {
  .div365 {
    display: block;
  }
  .img-cs{
    width: 100%;
  }
  }


/*nosotros*/

.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}


.about-mf .about-img img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
.about-img {
  width: 500px;
  height: auto;
}

.skill-mf span {
  color: #4e4e4e;
}

.skill-mf .progress {
  background-color: #cde1f8;
  margin: .5rem 0 1.2rem 0;
  border-radius: 0;
  height: .7rem;
}

.skill-mf .progress .progress-bar {
  height: .7rem;
  background-color: #0078ff;
}

.contenido-cajas {
  display: flex;
  justify-content: space-around;
  margin: 30px 0 70px 0;
}
.caja1, .caja2, .caja3 {
  width: 30%;
  height: auto;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px #8f8f8f;
}

.img-caja {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.contenido-cajas h3 {
  font-size: 20px;
  color: #3d3d3d;
  text-transform: capitalize;
  font-family: 'gotham', sans-serif;
  text-align: center;
  margin-top: 20px;
}

.contenido-cajas p {
  padding: 10px;
  text-align: center;
  color: #555758;
  font-family: sans-serif;
  font-size: 18px;

}
.p-about {
  font-size: 18px;
  color: #494949;
  font-family: sans-serif;
  padding: 0 15px 0 15px;
}


/*servicios*/

.service-box {
  background-color: #fff;
  border: 1px solid #cde1f8;
  height: 340px;
  padding: 2.5rem 1.3rem;
  border-radius: 10px;
  margin-bottom: 3rem;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #0078ff;
  box-shadow: 0 0 0 10px #cde1f8;
}

.service-ico{
  margin-top: -20px;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.service-box .s-title {
  font-size: 1.2rem;
  color: rgba(253, 86, 21, 0.836);
  font-weight: 700;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-transform: capitalize;
  text-align: center;
  padding: .1rem 0;
}

.service-box .s-description {
  color: #4e4e4e;
}
.description-servicios {
  color: #4e4e4e;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
 
}


/* counter*/

.counter-box {
  color: #fff;
  text-align: center;
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.8;
  box-shadow: 0 0 0 10px #cde1f8;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}

/* trabajos*/

.contenedor {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr ;
  grid-gap: 10px;
}
.caja {
  width: 100%;
  margin: 0 auto;
  transition: box-shadow 0.3s ease; /* Transición suave para hover */
}

.caja:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* Sombra más intensa al pasar el cursor */
}

.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  border-radius: 10px; /* Bordes más suaves */
  box-shadow: 0 0 0 3px #cde1f8;
  overflow: hidden; /* Para que no se desborde la imagen en hover */
  transition: transform 0.3s ease; /* Transición al hover para un efecto suave */
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: #0078ff;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #0078ff;
  float: right;
}

.work-content .w-like a {
  color: #0078ff;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}

.img-fluid {
  height: 120px !important;
  object-fit: contain;
  width: 100% !important;

}
/*contador*/

.counters-contador {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding-top: 40px;
  margin-top: 20px;
}

.counters-contador span {
  font-size: 2.5rem; /* Tamaño de los números */
  font-weight: bold;
  font-family: 'gotham', sans-serif;
  color: #0078ff; /* Color de los números */
}

.counters-contador p {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333; /* Color del texto */
}


@media (max-width: 768px) {
  .counters-contador span {
    font-size: 2.3rem; /* Ajuste de tamaño para pantallas pequeñas */
  }
  
  .counters-contador p {
    font-size: 1rem;
  }
}



/*contacto*/

.logo-fondo {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px; /* Espacio entre las imágenes */
  }
  
  .img-logofondo {
    max-width: 200px; /* Ajusta el tamaño de las imágenes si es necesario */
    height: auto;
  }


.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}

.list-ico li {
  margin: 20px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #000000;
}

/* foooooterrr */

footer {
  text-align: center;
  color: #fff;
  padding-bottom: 2rem;
}

footer .copyright {
  margin-top: 1rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}

/* contacto formulario */


#sendmessage {
  color: #0078ff;
  border: 1px solid #0078ff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
.img-logofondo {
  width: 100%;
  height: 120px;
  object-fit: contain;
  margin-top: 10%;
}

/*button*/

.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #0078ff;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  background-color: #747474;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.ico-linkedin {
  width: 15px;
}
#span-linkedin {
  margin-left: 12px;
  color: #4e4e4e;
}

/* menu responsive y logo*/

@media (min-width: 1024px) and (max-width: 1200px) {
  .nav-link {
    font-size: 15px !important;
    }

  .icono-idioma {
    height: 25px;
  }
  
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav-link {
    font-size: 14px !important;
  }
  .icono-idioma {
    height: 22px;
  }
  
}
@media (max-width: 384px) {
  .logo {
    height: 100px;
  
  }
}




/* media query*/


@media (min-width: 767px) and (max-width: 992px) {
  .service-box .s-title {
    font-size: 1.1rem;
  }
  .nav-link{
    padding-left: 2px !important;
    padding-right: 2px !important;
    padding-bottom: 0 !important;
  }
} 


@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }

  .card-blog {
    margin-bottom: 3rem;
  }

  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }

  .navbar-b.navbar-trans .nav-item,
  .navbar-b.navbar-reduce .nav-item {
    padding-left: 10px;
  }

  .navbar-b.navbar-trans .nav-link:before,
  .navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px;
  }

  .intro .intro-title {
    font-size: 4.5rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro-single .intro-title {
    font-size: 3.5rem;
  }

  .testimonial-box .description {
    padding: 0 5rem;
  }

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }

  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }

}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
  

}



@media (min-width: 767px) and (max-width: 1024px) {
  .navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  font-size: 12px;
}
.logo {
  width: 180px;
}

} 


@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* responsive personal */



@media (min-width: 768px) and (max-width: 991px){
  .col-md-4 {
      -ms-flex: 0 0 33.333333% !important;
      flex: 0 0 50% !important;
      max-width: 50% !important;
  }
}

@media (max-width: 768px) {
  .contenido-cajas {
    display: grid;
    grid-gap: 30px;
  }
  
  .contenedor {
    display: flex !important;
  }
  
  .caja1, .caja2, .caja3 {
    width: 100%;
    height: auto;
  }
  .img-responsive {
    object-fit: contain;
  }
  .a-clientes {
    font-size: 14px;
  }
  .caja {
    height: auto;
}
/* titulos*/
.title-left {
  font-size: 1.7rem;
}
.title-a {
  font-size: 2.0rem;
}

@media (max-width: 380px) {
  .caja-contacto span {
    font-size: 10px;
  }
  
}
@media (max-width: 992px) {
  .service-box .s-title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {

.service-box .s-title{
    font-size: 18px;
}




}
/* rsponsive menu */



 
}



