/**
* Template Name: NewBiz
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #007bff;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.top-bar {
  z-index: 997;
  background-color: #ffffff;
  color: #000; /* Cambié el color del texto a negro, ajusta según tus preferencias */
  padding: 2px 0;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
}

.top-bar a {
  color: #aaaaaa;
  margin: 0 2px;
  font-size: 12px;
}

.top-bar a:hover {
  color: #9D5918;
}
/* Si quieres aplicar estilos específicos solo a los iconos de teléfono, puedes hacer lo siguiente: */
.top-bar .bi-at {
  font-size: 20px; /* Cambia el tamaño según tus necesidades */
}
/* Si quieres aplicar estilos específicos solo a los iconos de teléfono, puedes hacer lo siguiente: */
.top-bar .bi-telephone {
  font-size: 14px; /* Cambia el tamaño según tus necesidades */
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 85px;
  z-index: 996;
  background: #9D5918;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #002E6D;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 85px;
  padding-right: 110px;
  z-index: 997;
  transition: all 0.2s;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled {
  height: 75px;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}



#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  max-height: 58px;
  transition: 0.3s;
}
#header .logo img:hover{
  padding: 0;
  max-height: 68px;
}
@media (max-width: 991px) {
  #header .logo h1 {
    font-size: 28px;
  }
  #header {
    top: 40px;
    padding-right: 2px; 
    height: 80px;
    z-index: 997;
    transition: all 0.3s;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  }

  #header.header-scrolled {
    height: 65px;
    top: 0px;
  }
  #header .logo img {
    padding: 0;
    padding-left: 20px;
    max-height: 58px;
    transition: 0.3s;
  }
}
/*--------------------------------------------------------------
Social espera
-------------------------------------------------------------*/
.Social {
  padding: 0;
}

.Social ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.Social li {
  position: relative;
}

.Social a,
.Social a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0 5px 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #848484;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
}

.Social a i,
.Social a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

/* Si quieres aplicar estilos específicos solo a los iconos de teléfono, puedes hacer lo siguiente: */
header .Social .bi-at {
  font-size: 28px; /* Cambia el tamaño según tus necesidades */
}
/* Si quieres aplicar estilos específicos solo a los iconos de teléfono, puedes hacer lo siguiente: */
header .Social .bi-telephone {
  font-size: 18px; /* Cambia el tamaño según tus necesidades */
}

.Social a:hover,
.Social .active,
.Social .active:focus,
.Social li:hover>a {
  color: #9D5918;
}
.Socialr .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.Social .dropdown ul li {
  min-width: 200px;
}

.Social .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
}

.Social .dropdown ul a i {
  font-size: 12px;
}

.Social .dropdown ul a:hover,
.Social .dropdown ul .active:hover,
.Social .dropdown ul li:hover>a {
  color: #007bff;
}

.Social .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.Social .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.Social .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .Social .dropdown .dropdown ul {
    left: -90%;
  }

  .Social .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #283d50;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .Social ul {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #848484;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #002E6D;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #007bff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #283d50;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(23, 35, 46, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #004289;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #007bff;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #007bff;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.mi-contenido{
  padding-top: 80px;
}
@media (max-width: 991px) {
  .mi-contenido{
    padding-top: 120px;
  }
}
/*--------------------------------------------------------------
# Inicio
--------------------------------------------------------------*/
.inicial {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}
.inicial .titulo{
  color: #002E6D;
  font-family: 'Roboto';
  font-weight: 600;
  font-style: oblique;
}
.inicial .titulo1{
  font-weight: 700;
  color: #848484;
}
.inicial .titulo1 b {
  font-weight: 800;
  color: #002E6D;
}
.inicial .btn-secondary {
  background-color: #848484;
}
.inicial .btn-secondary:hover{
  background-color: #002E6D;
}
.inicial hr {
  height: 2px;
  width: 15%;
  border: 1px solid #002E6D;
  background-color: #002E6D;
  opacity: .6;

  /* Agrega estas líneas para centrar el hr */
  margin-left: auto;
  margin-right: auto;
}

.img-inicial{
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
  background: linear-gradient(to bottom, white, #d8dbe8);
}
.img-inicial img {
  width: 60%;
  height: 60%;
  display:block;
  margin:auto;
}



.karton-inicio {
  padding-top: 120px;
  padding-bottom: 40px;
}
.karton-inicio img {
  width: 100%;
  padding-right: 20px;
}
.karton-inicio .col-md-5 {
  position: relative;
}

.karton-inicio img.img-overlay {
  width: 110%;
  height: 400px;
  padding-right: 0px;
  position: absolute;
  top: -110px; /* Ajusta este valor para controlar cuánto sobresale la imagen hacia arriba */
  right: -60px;
}
.karton-inicio .carton {
  background-image: url("../../img/01_Home/kraft.webp");
  background-size: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
  background-position: center center; /* Ajusta la posición de la imagen */

}

.karton-inicio .carton{
  padding: 80px 100px 80px 100px;
  color: #fff;
  font-size: 25px;
  text-align: justify;
}


.azul-inicio {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  background-image: url('../../img/01_Home/cajas_fondo.webp');
  background-size: cover;
  background-attachment: fixed; /* Añade el efecto parallax */
  background-repeat: no-repeat;
  padding: 20px;
  z-index: 1;
}

.azul-inicio::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 46, 109, 0.8);
  z-index: -1; /* Coloca el pseudo-elemento detrás del contenido principal */
}

/* Estilo para el texto dentro del div */
.azul-texto {
  padding: 30px 200px 30px 200px;
  z-index: 99;
  text-align: center;
}

.azul-texto p {
  text-align: center;
  font-weight: 800;
  color: #ffffff;
  font-size: 30px;
}
.corruga-inicio{
  margin-bottom: 15px;

}
.corruga-color {
 background-color: rgba(157, 89, 24, 0.9);
 padding: 20px 20px 20px 20px;
 margin-right: -200px;
 z-index: 99;
 margin-top: 11%;
}
.corruga-color h3 {
  color: #ffffff;
}

.corruga-inicio .corrugado {
  background-image: url("../../img/01_Home/home_02.webp");
  background-size: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
  background-position: center center; /* Ajusta la posición de la imagen */
  padding: 150px; /* Ajusta el relleno según tus necesidades */
  z-index: -1;
}

.kraft-inicio {
  background-image: url("../../img/01_Home/kraftblanco.webp");
  background-size: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
  background-position: center center; /* Ajusta la posición de la imagen */
  padding: 5%; /* Ajusta el relleno según tus necesidades */
}
.kraft-inicio img{
  width: 100%;
}
.kraft-inicio h3 {
  color: #4D4D4D;
  font-weight: 800;
}
.kraft-inicio h2 {
  color: #002E6D;
  font-weight: 800;
}


.mak-inicio {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mak-inicio img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mak-inicio h6 {
  color: #4D4D4D;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
  margin-top: 4%;
  margin-right: 5%;
  margin-bottom: 4%;
}

.karton-maps {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1430px) {
  .karton-inicio {
    padding-top: 120px;
    padding-bottom: 40px;
    width: 98%;
  }
  .corruga-inicio{
    margin-bottom: 15px;
    width: 98%;
  }
  .mak-inicio {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 98%;
  }
}
.inicial .ini-corru {
  padding-top: 2%;
  width: 25%;
}
@media (max-width: 991px) {
  .karton-inicio {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 97%;
  }
  .karton-inicio img {
    width: 20%;
    padding-right: 0px;

  }
  .karton-inicio .col-md-5 {
    position: inherit;
  }

  .karton-inicio img.img-overlay {
    height: 100%;
    padding-right: 0px;
    position: inherit;
    top: 0px; /* Ajusta este valor para controlar cuánto sobresale la imagen hacia arriba */
    right: 0px;
  }
  .karton-inicio .carton {
    background-image: url("../../img/01_Home/kraft.webp");

  }

  .karton-inicio .carton{
    padding: 18px 18px 18px 18px;
    color: #fff;
    font-size: 20px;
    text-align: justify;
  }
  /* Estilo para el texto dentro del div */
  .azul-texto {
    padding: 2px 2px 2px 2px;
    z-index: 99;
    text-align: center;
  }

  .azul-texto p {
    text-align: center;
    font-weight: 800;
    color: #ffffff;
    font-size: 18px;
  }

  .corruga-color {
   background-color: rgba(157, 89, 24, 0.9);
   padding: 20px 20px 20px 20px;
   margin-right: 0px;
   margin-bottom: 0px;
   z-index: 99;
   margin-top: 0%;
 }
 .corruga-color h3 {
   color: #ffffff;
 }
 .corruga-inicio {
   padding-top: -200px;
   width: 97%;
 }

 .corruga-inicio .corrugado {
  background-image: url("../../img/01_Home/home_02.webp");
  background-size: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
  background-position: center center; /* Ajusta la posición de la imagen */
  padding: 80px; /* Ajusta el relleno según tus necesidades */
  z-index: -1;
}
.corruga-color h3 {
  color: #ffffff;
  text-align: center;
}
.kraft-inicio {
  background-image: url("../../img/01_Home/kraftblanco.webp");
  background-size: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
  background-position: center center; /* Ajusta la posición de la imagen */
  padding: 15px; /* Ajusta el relleno según tus necesidades */
}


.mak-inicio {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 97%;

}
.mak-inicio h6 {
  color: #4D4D4D;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-top: 0%;
  margin-right: 5%;
  margin-bottom: 0%;
}
.inicial .ini-corru {
  padding-top: 2%;
  width: 50%;
}
}
@media (max-width: 764px) {

  .karton-inicio {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .karton-inicio img.img-overlay {
    width: 100%;
    height: 100%;
    padding-right: 0px;
    position: inherit;
    top: 0px; /* Ajusta este valor para controlar cuánto sobresale la imagen hacia arriba */
    right: 0px;
  }
  .karton-inicio .col-md-5 {
    position: static;
    padding-bottom: 0px;
  }
  .karton-inicio .carton{
    padding: 18px 18px 18px 18px;
    color: #fff;
    font-size: 15px;
    text-align: justify;
  }
  .inicial .ini-corru {
  padding-top: 2%;
  width: 98%;
}
}

/*--------------------------------------------------------------
# conocenos
--------------------------------------------------------------*/
.conoce-azul {
  position: relative;
  background-image: url('../../img/02_Conocenos/skarton_int.webp');
  background-size: cover;
  background-position: center center; /* Ajusta la posición de la imagen */
  padding: 20px;
  z-index: 1;
  margin-bottom: 10px;
}

.conoce-azul::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 46, 109, 0.7);
  z-index: -1; /* Coloca el pseudo-elemento detrás del contenido principal */
}

.conoce-azul-tex {
  padding: 12% 35% 12% 35%;
  z-index: 99;
  text-align: center;
}
.conoce-azul-tex h5 {
  font-weight: 900;
  letter-spacing: 8px;
  font-family: 'Roboto';
  color: #F1BD87;
}
.conoce-azul-tex h1 {
  color: #ffffff;
  font-size: 48PX;
  font-family: 'Roboto';
  letter-spacing: -1px;
}
.conoce-azul-tex h6 {
  font-family: 'Roboto';
  color: #ffffff;
}



.pauta-azul {
  margin-bottom: -4%;
  z-index: 99;
}
.pauta-azul h1{
  background: #002E6D;
  margin-right: 70%;
  padding: 10px 10px 10px 10px;
  font-family: 'Roboto';
  z-index: 99;
  color: #ffffff;
}

.pauta-img {
  z-index: -10;
}
.pauta-vis {
  color: #848484;
  text-align: justify;
  font-family: 'Roboto';
  padding-right: 2%;
  padding-left: 2%;
  z-index: -10;
}


.conoce-pauta {
  margin-bottom: 1%;
  margin-top: 1%;
  z-index: -10;
}
.pauta-img img{
  width: 90%;
  height: 90%;
  background-size: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
  background-position: center center; /* Ajusta la posición de la imagen */
}
.nuestro-compromiso {
  margin: 2% 0 4% 0;
}
.nuestro-compromiso-con {
  padding: 2% 0% 2% 0%;
}
.nc-carton {
  background-image: url("../../img/02_Conocenos/kraft.webp");
  background-size: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
  background-position: center center; /* Ajusta la posición de la imagen */
  padding: 80px; /* Ajusta el relleno según tus necesidades */
}
.nc-carton h2 {
  color: #f1bd87;
  font-size: 35px;
  font-weight: 800;
}
.nc-carton p,
.nc-carton li {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}
.nuestro-compromiso-con {
  text-align: justify;
  padding-right: 0px;
}
.nuestro-compromiso-img {
 padding: 0;
}
.nuestro-compromiso-img  img {
  width: 100%;
  height: 100%;
  background-size: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
  background-position: center center; /* Ajusta la posición de la imagen */
}
.conoce-corru {
  margin-top: 2%;
  margin-bottom: 0%;
  width: 98%;
}
.conoce-con {
  padding-left: 6%;
}
.conoce-con h1 {
  color: #002E6D;
  font-family: 'Roboto';
  font-weight: 600;
  font-style: oblique;
}
.conoce-con h6 {
  color: #848484;
  font-weight: 600;
}

.conoce-naranja {
 color: #ffffff;
 background-color: rgba(157, 89, 24, 0.9);
 padding: 30px 30px 30px 30px;
 z-index: 99;
 margin-right: -40%;
}

.conoce img {
  width: 100%;
  height: 90%;
  z-index: -1;
}
.conoce {
  z-index: -1;
}

@media (max-width: 991px) {
  .conoce-azul {
    padding: 24px 16px;
  }
  .conoce-azul-tex {
    max-width: 820px;
    margin: 0 auto;
    padding: 84px 32px 76px 32px;
    z-index: 99;
    text-align: center;
  }
  .conoce-azul-tex h5 {
    font-weight: 900;
    letter-spacing: 6px;
    font-size: 14px;
    font-family: 'Roboto';
    color: #F1BD87;
  }
  .conoce-azul-tex h1 {
    color: #ffffff;
    font-size: 36px;
    line-height: 1.05;
    font-family: 'Roboto';
    letter-spacing: -1px;
  }
  .conoce-azul-tex h6 {
    font-family: 'Roboto';
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
  }

  .conoce-pauta {
    margin-top: 32px;
    width: 100%;
    padding: 0 12px;
  }
  .conoce-pauta .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 24px;
    align-items: stretch;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 16px 40px rgba(0, 46, 109, 0.08);
    overflow: hidden;
  }
  .pauta-img img{
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    border-radius: 0;
    background-size: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
    background-position: center center; /* Ajusta la posición de la imagen */
  }
  .pauta-azul {
    margin-bottom: 0;
    z-index: 99;
  }
  .pauta-azul h1{
    background: #002E6D;
    display: inline-block;
    margin-right: 0;
    margin-left: 28px;
    margin-bottom: 16px;
    padding: 14px 22px;
    font-size: 28px;
    font-family: 'Roboto';
    z-index: 99;
    color: #ffffff;
    border-radius: 0 0 18px 18px;
  }

  .pauta-img {
    z-index: 0;
    padding: 0;
  }
  .pauta-vis {
    color: #848484;
    text-align: justify;
    font-family: 'Roboto';
    padding: 12px 32px 32px 32px;
    font-size: 15px;
    line-height: 1.7;
    z-index: 0;
  }
  .pauta-vis h2 {
    color: #848484;
    text-align: justify;
    font-family: 'Roboto';
    font-size: 24px;
    margin-bottom: 12px;
    z-index: 0;
  }
  .pauta-vis p:last-child {
    margin-bottom: 0;
  }
  .nuestro-compromiso {
    margin: 36px 0 44px 0;
    padding: 0 12px;
  }
  .nuestro-compromiso .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    align-items: stretch;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 16px 40px rgba(157, 89, 24, 0.09);
    overflow: hidden;
  }
  .nuestro-compromiso-con {
    padding: 0;
  }
  .nc-carton {
    height: 100%;
    padding: 42px 34px;
  }
  .nc-carton h2 {
    font-size: 32px;
  }
  .nc-carton ul {
    margin-bottom: 0;
    padding-left: 20px;
  }
  .nc-carton p,
  .nc-carton li {
    font-size: 17px;
    line-height: 1.7;
  }
  .nuestro-compromiso-img {
    padding: 0;
    margin-top: 0;
  }
  .nuestro-compromiso-img img {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
  .conoce-corru {
    margin-top: 36px;
    width: 100%;
    padding: 0 12px;
  }
  .conoce-corru .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    align-items: stretch;
  }
  .conoce-con {
    padding: 28px 32px 24px 32px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,247,251,1) 100%);
    border-radius: 28px 28px 0 0;
  }
  .conoce-con h1 {
    font-size: 34px;
    margin-bottom: 8px;
  }
  .conoce-con h6 {
    margin-bottom: 18px;
  }
  .conoce-naranja {
   color: #ffffff;
   background-color: rgba(157, 89, 24, 0.9);
   padding: 26px 24px 26px 24px;
   z-index: 99;
   margin-right: 0;
   border-radius: 24px;
   box-shadow: 0 14px 30px rgba(157, 89, 24, 0.18);
 }
  .conoce {
    padding: 0;
    margin-top: 0;
  }
  .conoce img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    border-radius: 0 0 28px 28px;
  }
}
@media (max-width: 764px) {
 .conoce-azul-tex {
  padding: 56px 18px 52px 18px;
 }
 .conoce-azul-tex h5 {
  letter-spacing: 4px;
  font-size: 13px;
 }
 .conoce-azul-tex h1 {
  font-size: 30px;
 }
 .conoce-azul-tex h6 {
  font-size: 15px;
 }
 .conoce-naranja {
   color: #ffffff;
   background-color: rgba(157, 89, 24, 0.9);
   padding: 22px 18px 22px 18px;
   z-index: 99;
   margin-bottom: 0;
   margin-right: 0;
   border-radius: 20px;
 }
 .pauta-azul h1{
  background: #002E6D;
  display: block;
  margin: 0 12px 14px 12px;
  padding: 12px 14px;
  font-size: 24px;
  font-family: 'Roboto';
  z-index: 99;
  color: #ffffff;
}
 .pauta-img {
  padding: 0 12px;
 }
 .pauta-vis {
  padding: 24px 18px 0 18px;
  font-size: 14px;
 }
 .pauta-vis h2 {
  font-size: 22px;
 }
 .nuestro-compromiso {
  margin: 28px 0 32px 0;
 }
 .nuestro-compromiso-con {
  padding: 0 12px;
 }
 .nc-carton {
  padding: 32px 20px;
 }
 .nc-carton h2 {
  font-size: 28px;
 }
 .nc-carton p,
 .nc-carton li {
  font-size: 16px;
  line-height: 1.65;
 }
 .nuestro-compromiso-img {
  padding: 0 12px;
  margin-top: -4px;
 }
 .nuestro-compromiso-img img {
  min-height: 240px;
  border-radius: 20px;
 }
 .conoce-corru {
  margin-top: 28px;
 }
 .conoce-con {
  padding: 0 12px;
 }
 .conoce-con h1 {
  font-size: 30px;
  text-align: center;
 }
 .conoce-con h6 {
  text-align: center;
 }
 .conoce {
  padding: 0 12px;
  margin-top: 0;
 }
 .conoce img {
  min-height: 220px;
  border-radius: 20px;
 }

}
/*--------------------------------------------------------------
# contactanos
--------------------------------------------------------------*/
.conta-azul {
  position: relative;
  background-image: url('../../img/04_Contacto/contacto.webp');
  background-size: cover;
  background-position: center center; /* Ajusta la posición de la imagen */
  padding: 20px;
  z-index: 1;
  margin-bottom: 10px;
}

.conta-azul::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 46, 109, 0.7);
  z-index: -1; /* Coloca el pseudo-elemento detrás del contenido principal */
}

.conta-azul-tex {
  padding: 10% 31% 10% 31%;
  z-index: 99;
  text-align: center;
}
.conta-azul-tex h5 {
  font-weight: 900;
  letter-spacing: 8px;
  font-family: 'Roboto';
  color: #F1BD87;
}
.conta-azul-tex h1 {
  color: #ffffff;
  font-size: 48PX;
  font-family: 'Roboto';
  letter-spacing: -1px;
}
.conta-azul-tex h6 {
  font-family: 'Roboto';
  color: #ffffff;
}

.conta-datos {
  margin-top: 3%;
  margin-bottom: 3%;
}
.conta-datos h5, h6, i {
  color: #848484;
  font-weight: 500;
}
.conta-datos b {
  color: #00428a;
}
.conta-datos a {
  color: #848484;
  text-decoration-line: underline;
}
.conta-datos a:hover {
  color: #F1BD87;
  text-decoration-line: underline;
}


@media (max-width: 991px) {
  .conta-azul-tex {
    padding: 12% 1% 12% 1%;
    z-index: 99;
    text-align: center;
  }
  .conta-azul-tex h5 {
    font-weight: 900;
    letter-spacing: 8px;
    font-family: 'Roboto';
    color: #F1BD87;
  }
  .conta-azul-tex h1 {
    color: #ffffff;
    font-size: 30PX;
    font-family: 'Roboto';
    letter-spacing: -1px;
  }
  .conta-azul-tex h6 {
    font-family: 'Roboto';
    color: #ffffff;
  }
}
/*--------------------------------------------------------------
# Formularios
--------------------------------------------------------------*/
.Formularios {
  position: relative;
  color: #ffffff;
  background-image: url('../../img/04_Contacto/formulario_02.webp');
  background-size: cover;
  background-position: center center; /* Ajusta la posición de la imagen */
  padding: 50px;
  z-index: 1;
  margin-top: 2%;
}

.Formularios::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 46, 109, 0.5);
  z-index: -1; /* Coloca el pseudo-elemento detrás del contenido principal */
}
.Formularios h2 {
  color: #ffffff;
  font-weight: 900;
  font-family: 'Roboto';
}
.Formularios h6 {
  text-align: justify;
  color: #ffffff;
  font-size: 10px;
  font-family: 'Roboto';
}
.Formularios-img img {
  width: 38rem;
  height: 50rem;
  margin-top: -80px;
  display: block; /* Asegura que la imagen sea visible por defecto */
  background-size: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
  background-position: center center; /* Ajusta la posición de la imagen */
}
.Formularios-BTN {
  display:block;
  margin:auto;
  background: #ffffff;
  color: #002E6D;
  font-size: 20PX;
  border-radius: 5px;
  border-color: #002E6D;
  margin-bottom: -37px;
  transition: all 0.3s ease;
}

.Formularios-BTN:hover {
  display:block;
  margin:auto;
  background: #002E6D;
  color: #ffffff;
  font-size: 20PX;
  border-radius: 7px;
  border-color: #ffffff;
  margin-bottom: -37px;
  transition: all 0.3s ease;
}
@media (max-width: 1399px) {
  .Formularios-img img {
    width: 80%;
    height: 50rem;
    margin-top: -60px;
    display: block; /* Asegura que la imagen sea visible por defecto */
    background-size: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
    background-position: center center; /* Ajusta la posición de la imagen */
  }
}
@media (max-width: 767px) {
  .Formularios-img img {
    display: none;
  }
}

/*--------------------------------------------------------------
# soluciones
--------------------------------------------------------------*/
.solucion-azul {
  position: relative;
  background-image: url('../../img/03_Soluciones/soluciones_01.webp');
  background-size: cover;
  background-position: center center; /* Ajusta la posición de la imagen */
  padding: 20px;
  z-index: 1;
  margin-bottom: 10px;
}

.solucion-azul::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 46, 109, 0.7);
  z-index: -1; /* Coloca el pseudo-elemento detrás del contenido principal */
}

.solucion-azul-tex {
  padding: 10% 31% 10% 31%;
  z-index: 99;
  text-align: center;
}
.solucion-azul-tex h5 {
  font-weight: 900;
  letter-spacing: 8px;
  font-family: 'Roboto';
  color: #F1BD87;
}
.solucion-azul-tex h1 {
  color: #ffffff;
  font-size: 48PX;
  font-weight: 900;
  font-family: 'Roboto';
  letter-spacing: -1px;
}
.solucion-azul-tex h6 {
  font-family: 'Roboto';
  color: #ffffff;
}
.y-azul-tex {
  font-size: 70PX;
  font-weight: 1;
}

.solucion-dise-img img {
  padding-top: 5%;
  width: 100%;
  height: 80%;
  background-size: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
  background-position: center center; /* Ajusta la posición de la imagen */
}
.solucion-dise-azul {
  margin-top: 10%;
  margin-bottom: 10%;
  background: #002e6d;
}
.solucion-dise-azul h6 {
  padding: 2% 8% 2% 8%;
  color: #ffffff;
}

.solucion-producto-caja {
  background: #D8DBE8;
  padding: 8% 8% 8% 8%;
  margin: 8% 8% 8% 8%;
  border-radius: 0px;
  transition: all 0.3s ease;
}

.solución-producto-cub {
  padding-right: 3%;
  padding-left: 3%;
  padding-bottom: 3%;
  padding-top: 3%;

}
.solucion-producto-caja img {
  display:block;
  margin:auto;
  margin-top: -40%;
  padding-bottom: 15px;
  width: 85%;
  height: 85%;
  transition: all 0.3s ease;
}
.solucion-producto-caja h5 {
  color: #848484;
  font-weight: 900;
  font-size: 22px;
  transition: all 0.3s ease;
}
.solucion-producto-caja p {
  color: #848484;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.3s ease;
}
.solucion-producto-caja button {
  display:block;
  margin:auto;
  background: #848484;
  color: #ffffff;
  font-size: 15PX;
  border-radius: 5px;
  margin-bottom: -37px;
  transition: all 0.3s ease;
}

.solucion-producto-caja:hover {
  background: #C6C6C6;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9); /* Agrega una sombra al contenedor */
}
.solucion-producto-caja:hover h5 {
  color: #002E6D;
  font-weight: 900;
  font-size: 22px;
}
.solucion-producto-caja:hover p {
  color: #848484;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}
.solucion-producto-caja:hover button {
  display:block;
  margin:auto;
  background: #002E6D;
  color: #ffffff;
  font-size: 15PX;
  border-radius: 7px;
  margin-bottom: -37px;
}
.solucion-producto-caja:hover img {
  display:block;
  margin:auto;
  margin-top: -40%;
  padding-bottom: 15px;
  width: 95%;
  height: 95%;
  transition: all 0.3s ease;
}

.solucion-lista {
  padding-bottom: 1%;
}
.solucion-lista-img {
  z-index: -1;
}
.solucion-lista-img img {
  width: 40rem;
  height: 45rem;
  background-size: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
  background-position: center center; /* Ajusta la posición de la imagen */
  z-index: -1;
}

.solucion-lista-naranja {
 color: #ffffff;
 background-color: rgba(157, 89, 24, 0.9);
 padding: 30px 30px 30px 30px;
 margin-bottom: 3%;
 z-index: 99;
 margin-right: -40%;
}
.solucion-lista-tex {
  padding-top: 6%;
}

.solucion-lista-tex h5 {
  text-align: justify;
}

@media (max-width: 991px) {
  .solucion-azul-tex {
    padding: 12% 0% 12% 0%;
    z-index: 99;
    text-align: center;
  }
  .solucion-azul-tex h5 {
    font-weight: 900;
    letter-spacing: 8px;
    font-family: 'Roboto';
    color: #F1BD87;
  }
  .solucion-azul-tex h1 {
    color: #ffffff;
    font-size: 30PX;
    font-family: 'Roboto';
    letter-spacing: -1px;
  }

  .y-azul-tex {
    font-size: 60PX;
    font-weight: 100;
  }
  .solucion-azul-tex h6 {
    font-family: 'Roboto';
    color: #ffffff;
  }


  .solucion-dise-img img {
    padding-top: 0%;
    padding-bottom: auto;
    width: 100%;
    height: 100%;
    background-size: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
    background-position: center center; /* Ajusta la posición de la imagen */
  }
  .solucion-dise-azul {
    margin-top: 0%;
    margin-bottom: 0%;
    background: #002e6d;
  }
  .solucion-dise-azul h6 {
    padding: 2% 8% 2% 8%;
    color: #ffffff;
  }


  .solucion-lista {
    padding-bottom: 1%;
  }
  .solucion-lista-img {
    z-index: -1;
  }
  .solucion-lista-img img {
    width: 100%;
    height: 100%;
    background-size: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
    background-position: center center; /* Ajusta la posición de la imagen */
    z-index: -1;
  }

  .solucion-lista-naranja {
   color: #ffffff;
   background-color: rgba(157, 89, 24, 0.9);
   padding: 3px 3px 3px 3px;
   margin-bottom: 3%;
   text-align: center;
   z-index: 99;
   margin-right: 0%;
 }
 .solucion-lista-tex {
  padding-top: 6%;
}

.solucion-lista-tex h5 {
  text-align: justify;
  font-size: 15px;
}
}
@media (max-width: 764px) {
  .solucion-dise-img img {
    padding-top: 0%;
    padding-bottom: auto;
    width: 100%;
    height: 100%;
    background-size: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
    background-position: center center; /* Ajusta la posición de la imagen */
  }
  .solucion-dise-azul {
    margin-top: -50%;
    margin-bottom: 20%;
    padding-right: 10px;
    height: 100px;
    width: 360px;

    background-color: rgba(0, 46, 109, 0.7);
  }
  .solucion-dise-azul h6 {
    padding: 2% 8% 2% 8%;
    text-align: center;
    color: #ffffff;
  }
}
/*--------------------------------------------------------------
# aviso cookies
--------------------------------------------------------------*/
.avis-azul {
  background: #002E6D;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-bottom: 3%;
}
.avis-azul h1 {
  color: #ffffff;
  font-weight: 900;
  font-family: 'Roboto';
}
.avis-tex h4 {
  font-weight: 900;
  font-family: 'Roboto';
}
.avis-tex p {
  text-align: justify;
}
.avis-tex {
  margin-bottom: 3%;
}
.avis-fin {
  margin-bottom: 3%;
}
.avis-fin img {
  height: 80%;
  width: 80%;
}

@media (max-width: 764px) {
  .avis-fin img {
    display:block;
    margin:auto;
    height: 80%;
    width: 80%;
  }
  .avis-fin .col-sm-9 {
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Productos
--------------------------------------------------------------*/
.p-caja {
  position: relative;
  background-image: url('../../img/03_Soluciones/CajaCorrugadoSencillo/kraft.webp');
  background-size: cover;
  background-position: center center; /* Ajusta la posición de la imagen */
  padding: 20px;
  z-index: 1;
  margin-bottom: 10px;
  z-index: -1;
}
.p-caja::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(157, 89, 24, 0.5);
  z-index: -1; /* Coloca el pseudo-elemento detrás del contenido principal */
}

.p-caja-tex {
  padding: 2% 15% 2% 15%;
  z-index: 99;
  text-align: center;
}
.p-caja-tex h5 {
  font-weight: 900;
  letter-spacing: 8px;
  font-family: 'Roboto';
  color: #F1BD87;
}
.p-caja-tex h1 {
  color: #ffffff;
  font-size: 48PX;
  font-family: 'Roboto';
  letter-spacing: -1px;
}



.p-producto-tex {
  background: #002E6D;
  padding: 5% 5% 5% 5%;
  margin-bottom: 5%;
}
.p-producto-tex h6 {
  text-align: right;
  font-family: 'Roboto';
  color: #ffffff;
}
.p-producto-IMG img {
  height: 100%;
  width: 100%;
}

.p-producto-IMG img.seleccionada {
  border: 2px solid #002E6D; /* Puedes cambiar el color del borde según tus preferencias */
}


.p-producto-IMG-G {
  overflow: hidden;
  width: 45%;
  height: 20%;
}

.p-producto-IMG-G img {
  width: 80%;
  height: 100%;
  cursor: crosshair;
  transition: transform 0.2s ease-out;
  transform-origin: top left; /* Establece el origen de la transformación en la esquina superior izquierda */
}

.p-producto-IMG-G img.zoomed {
  transform: scale(2);
  border: 2px solid #002E6D; /* Puedes cambiar el color del borde según tus preferencias */
}
@media (max-width: 764px) {
  .p-caja-tex h1 {
    color: #ffffff;
    font-size: 40PX;
    font-family: 'Roboto';
    letter-spacing: -1px;
  }
  .p-caja-tex {
    padding: 2% 2% 2% 2%;
    z-index: 99;
    text-align: center;
  }
  .p-producto-tex h6 {
    text-align: center;
    font-family: 'Roboto';
    color: #ffffff;
  }
  .p-producto {
    width: 99%;
    height: 80%;
    padding: 1%;
  }
  .p-producto-IMG-G {
    overflow: hidden;
    width: 98%;
    height: 80%;
  }

  .p-producto-IMG-G img {
    width: 80%;
    height: 100%;
    display:block;
    margin:auto;
    cursor: crosshair;
    transition: transform 0.2s ease-out;
    transform-origin: top left; /* Establece el origen de la transformación en la esquina superior izquierda */
  }

  .p-producto-IMG-G img.zoomed {
    transform: scale(2);
    border: 2px solid #002E6D; /* Puedes cambiar el color del borde según tus preferencias */
  }
}
/*--------------------------------------------------------------
# cookies
--------------------------------------------------------------*/

.cookie-banner {
  border-color: #DFDFDF;
  border-width: 4px;
  border-style: solid;
  position: fixed;
  z-index: 9999999;
  align-items: center;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00428a;
  font-weight: 900;
  color: #be956a;
  padding: 10px;
  display: none;
}

.cookie-banner p {
  margin: 0;
  font-size: 16px;
  margin-bottom: 1%;
}

.Btn-cookies {

  background: #002E6D;
  color: #ffffff;
  font-size: 20PX;
  border-radius: 5px;
  border-color: #002E6D;
  border: 2px solid #ffffff;  
  transition: all 0.3s ease;
}

.Btn-cookies:hover {
  background: #ffffff;
  color: #002E6D;
  font-size: 20PX;
  border-radius: 7px;
  border-color: #ffffff;
  border: 2px solid #002E6D;  
  transition: all 0.3s ease;
}
/*--------------------------------------------------------------
# Whatsapp
--------------------------------------------------------------*/
img.btn-whatsapp {
  display: inline-block;
  position: fixed;
  z-index: 9999999;
  bottom: 140px;
  right: 8px;
  cursor: pointer;
  border-radius: 100px !important;
}

img.btn-whatsapp:hover {
  border-radius: 100px !important;
  box-shadow: 0px 0px 15px 0px rgba(7, 94, 84, 1);
  transition-duration: 1s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  background: url("../img/hero-bg.png") center bottom no-repeat;
  background-size: cover;
  padding: 200px 0 120px 0;
}

@media (max-width: 991px) {
  #hero {
    padding: 140px 0 60px 0;
  }
}

@media (max-width: 574px) {
  #hero {
    padding: 100px 0 20px 0;
  }
}

#hero .hero-img {
  width: 50%;
  float: right;
}

@media (max-width: 991px) {
  #hero .hero-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
}

#hero .hero-info {
  width: 50%;
  float: left;
}

@media (max-width: 991px) {
  #hero .hero-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #hero .hero-info {
    width: 100%;
  }
}

#hero .hero-info h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#hero .hero-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #hero .hero-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#hero .hero-info .btn-get-started,
#hero .hero-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#hero .hero-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#hero .hero-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#hero .hero-info .btn-services {
  border: 2px solid #fff;
}

#hero .hero-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #ecf5ff;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f5faff;
  min-height: 40px;
  margin-top: 80px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 60px 0;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
  line-height: 0;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

/* Services Section
--------------------------------*/
#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -15px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 0;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

#why-us {
  padding: 60px 0;
  background: #004a99;
}

#why-us .section-header h3,
#why-us .section-header p {
  color: #fff;
}

#why-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

@media (max-width: 991px) {
  #why-us .card {
    margin: 0;
  }
}

#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #007bff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #007bff;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #007bff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 36px;
  height: 36px;
  background: #007bff;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  font-size: 22px;
  color: #fff;
  line-height: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #007bff;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007bff;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(40, 61, 80, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonials-carousel,
#testimonials .testimonials-slider {
  overflow: hidden;
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    text-align: center;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

@media (max-width: 767px) {
  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 767px) {

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #007bff;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007bff;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.7);
}

#team .member .social a:hover {
  color: #fff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients .client-logo:hover img {
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}

/* Contact Section
--------------------------------*/
#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 0;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .php-email-form input:focus,
#contact .php-email-form textarea:focus {
  border-color: #007bff;
}

#contact .php-email-form input {
  padding: 10px 15px;
}

#contact .php-email-form textarea {
  padding: 12px 15px;
}

#contact .php-email-form button[type=submit] {
  background: #007bff;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .php-email-form button[type=submit]:hover {
  background: #0067d5;
  cursor: pointer;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #00428a;
  padding: 20px 20px 20px 20px;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #004a99;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer a {
  transition: all 0.3s ease;
  color: #ffffff;
}
#footer a:hover{
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
}
#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #007bff;
  color: #fff;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .img-footer{
  height: 70px;
}

#footer .footer-top .social-links a i {
  line-height: 0;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type=submit] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #0062cc;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

@media (max-width: 747px) {
  #footer .img-footer{
    display:block;
    margin:auto;
    height: 80px;
  } 
  #footer .div-footer{
    text-align:center;
  }
}