/*BASE*/
@font-face {
  font-family: "Work";
  src: url(/fonts/WorkSans-VariableFont_wght.ttf);
}
.box-title {
  width: 95%;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 25px;
  color: #264EA1;
}
.box-title .box-inicio {
  margin: 20px 0;
}
.box-title .box-inicio h1 {
  font-size: 38px;
  font-weight: 700;
}
.box-title .box-inicio p {
  font-size: 20px;
  margin-bottom: 40px;
  color: #1C1C1C;
  line-height: 26px;
  font-weight: 300;
}
.box-title .box-images .box-logo {
  display: flex;
  height: 55px;
  margin-top: 40px;
}
.box-title .box-images .box-logo img {
  width: 100%;
  object-fit: contain;
}

.box-logoO {
  width: 150px;
  height: 150px;
  display: flex;
}
.box-logoO img {
  width: 100%;
  object-fit: contain;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: "Work" !important;
}

html {
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none !important;
}

.no-padding {
  padding: 0 !important;
}

.subtitle {
  font-size: 33px;
  margin: 30px 0;
  color: #292F81;
  font-weight: 700;
}

.minititle {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.b-right {
  border-right: 1px solid #264EA1;
}

.btn-style {
  font-size: 13px;
  background: #264EA1;
  color: white;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 5px 36px;
  transition: 0.8s;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-style:hover {
  background: #292F81;
  color: #f7f7f7;
}

.btn-stylew {
  font-size: 13px;
  background: #f7f7f7;
  color: #292F81;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 10px 36px;
  transition: 0.8s;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-stylew:hover {
  background: #292F81;
  color: #f7f7f7;
}

#menu {
  width: 100%;
  position: fixed;
  z-index: 5;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: 0.9s;
  text-align: center;
  justify-content: center;
  top: 12px;
}
#menu .menu-section {
  background: white;
  display: flex;
  padding: 5px 15px;
  position: absolute;
  top: 0;
  height: auto;
  width: 90%;
  transition: 0.9s;
  border-radius: 7px;
  box-shadow: -1px 2px 5px 0px #0000003d;
}
#menu .menu-section .logo {
  height: 35px;
  width: 230px;
  display: inline-flex;
  background: url("/img/icono.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#menu .menu-section .logo img {
  object-fit: contain;
  width: 100%;
}
#menu .menu-section .nav-link {
  color: #707070;
  transition: 0.7s;
}
#menu .menu-section .nav-link:hover {
  opacity: 0.7;
}

#menu.sticky {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #333;
  backdrop-filter: blur(1em);
  top: 0;
}
#menu.sticky .menu-section {
  width: 100%;
  background: white;
  transition: 0.9s;
  border-radius: 0;
  box-shadow: none;
}
#menu.sticky .menu-section .logo {
  height: 40px;
  background: url("/img/icono.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#menu.sticky .menu-section .nav-link {
  color: #264EA1;
}

/*---------------------- INICIO -------------------------*/
#principal {
  height: 100vh;
  position: relative;
  background: url(/img/back.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#principal .float {
  background: url(/img/float.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 120vh;
  width: 13%;
  position: absolute;
  top: -50px;
  right: -41px;
  z-index: 3;
}
#principal .box-logo {
  width: 150px;
  height: 150px;
  display: flex;
}
#principal .box-logo img {
  width: 100%;
  object-fit: contain;
}
#principal .box-title {
  width: 95%;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 25px;
  color: #264EA1;
}
#principal .box-title .box-inicio {
  margin: 20px 0;
}
#principal .box-title .box-inicio h1 {
  font-size: 38px;
  font-weight: 700;
}
#principal .box-title .box-inicio p {
  font-size: 20px;
  margin-bottom: 40px;
  color: #1C1C1C;
  line-height: 26px;
  font-weight: 300;
}
#principal .box-title .box-images .box-logo {
  display: flex;
  height: 55px;
  margin-top: 40px;
}
#principal .box-title .box-images .box-logo img {
  width: 100%;
  object-fit: contain;
}
#principal .box-carousel {
  height: 100vh;
  display: flex;
  align-items: center;
}
#principal .box-carousel .item .box-content .box-img {
  height: 60vh;
  display: flex;
}
#principal .box-carousel .item .box-content .box-img img {
  border-radius: 20px;
  object-fit: cover;
}
#principal .box-carousel .owl-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(90deg);
  left: -250px;
  display: none;
}
#principal .box-carousel .owl-nav {
  display: none;
}

#ventajas {
  padding: 20px 0;
  position: relative;
  background: url(/img/back.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#ventajas .box {
  background: #264EA1;
  width: 82%;
  border-radius: 15px;
  margin: 0 auto;
  padding: 30px 50px;
  color: white;
}
#ventajas .box .box-ser .box-icon {
  width: 90px;
  height: 90px;
  display: flex;
  margin: 0 auto;
}
#ventajas .box .box-ser .box-icon img {
  width: 100%;
  object-fit: contain;
}
#ventajas .box .box-ser .box-text {
  text-align: center;
  margin-top: 15px;
}
#ventajas .box .box-ser .box-text p {
  font-size: 14px;
}

#gob {
  position: relative;
  background: url(/img/back.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#gob .box {
  padding: 60px 70px;
}
#gob .box .box-icon {
  width: 90%;
  height: 80%;
  display: flex;
  margin: 0 auto;
}
#gob .box .box-icon img {
  width: 100%;
  object-fit: contain;
}

#panels {
  position: relative;
  transition: 0.7s;
}
#panels h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
}
#panels h4 {
  font-size: 23px;
  font-weight: 300;
}
#panels .box-btn a {
  text-decoration: none;
  color: white;
  background: #264EA1;
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 3px;
}
#panels h6 {
  display: none;
}
#panels .panels {
  height: 80vh;
  display: flex;
}
#panels .panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  flex: 1;
  transition: flex cubic-bezier(0.61, -0.19, 0.7, -0.1) 600ms, font-size 0s;
  overflow: hidden;
  transition: 0.7s;
  font-size: 15px;
}
#panels .panel:hover {
  transform: scale(1.01);
}
#panels .panel:hover {
  filter: brightness(90%);
  transition: 300ms;
  cursor: pointer;
}
#panels .panel > * {
  color: white;
  transition: 300ms;
  font-size: 24px;
  text-align: center;
}
#panels .panel1 {
  background: linear-gradient(90deg, rgba(0, 17, 42, 0.8), rgba(0, 17, 42, 0.8)), url(/img/proteccion.webp) center no-repeat;
  background-size: cover;
}
#panels .panel2 {
  background: linear-gradient(90deg, rgba(0, 17, 42, 0.8), rgba(0, 17, 42, 0.8)), url(/img/brigada.png) center no-repeat;
  background-size: cover;
}
#panels .panel3 {
  background: linear-gradient(90deg, rgba(0, 17, 42, 0.8), rgba(0, 17, 42, 0.8)), url(/img/capacitacion.webp) center no-repeat;
  background-size: cover;
}
#panels .panel > *:first-child {
  transform: translateY(-200px);
}
#panels .panel.open-active > *:first-child {
  transform: translateY(0);
}
#panels .panel > *:last-child {
  transform: translateY(135px);
}
#panels .panel.open-active > *:last-child {
  transform: translateY(0);
}
#panels .open {
  flex: 5;
  filter: brightness(100%);
  font-size: 1.5em;
  background-blend-mode: multiply;
}
#panels .open .box-text {
  width: 60%;
}
#panels .open .box-text h5 {
  font-size: 18px;
}
#panels .open .box-text h4 {
  font-size: 30px;
  font-weight: 300;
}
#panels .open .box-text h6 {
  display: block;
  font-size: 21px;
  font-weight: 300;
  margin-top: 30px;
}

#consulta {
  padding: 50px 0;
}
#consulta .box-logo {
  width: 70%;
  margin: 0 auto;
  display: flex;
}
#consulta .box-logo img {
  width: 100%;
  object-fit: contain;
}
#consulta .box-text {
  width: 90%;
  margin: 0 auto;
}
#consulta .box-text h2 {
  color: #264EA1;
  font-size: 37px;
}
#consulta .box-text p {
  margin: 25px 0;
}
#consulta .box-img {
  display: flex;
  object-fit: contain;
  width: 100%;
  height: 60px;
  margin-bottom: 25px;
}
#consulta .box-img img {
  width: 100%;
  object-fit: contain;
  object-position: left;
}

#oficial {
  padding: 50px 0;
}
#oficial .box-text {
  width: 90%;
  margin: 0 auto;
}
#oficial .box-text h2 {
  color: #264EA1;
  font-size: 32px;
}
#oficial .box-text b {
  font-size: 22px;
  font-weight: 500;
}
#oficial .box-text p {
  margin: 25px 0;
}
#oficial .box-text .box-img {
  width: 100%;
  height: 60px;
  display: flex;
  margin-bottom: 40px;
}
#oficial .box-text .box-img img {
  width: 100%;
  object-fit: contain;
  object-position: left;
}

#cta0 {
  padding: 80px 0;
  height: auto;
  position: relative;
  background: linear-gradient(90deg, rgba(0, 17, 42, 0.8), rgba(0, 17, 42, 0.8)), url(/img/car-inicio/sicapre4.webp) center no-repeat;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
#cta0 h3 {
  font-size: 38px;
  margin-top: 35px;
}
#cta0 p {
  font-size: 27px;
  font-weight: 100;
}

#cta1 {
  padding: 80px 0;
  height: auto;
  position: relative;
  background: linear-gradient(90deg, rgba(0, 17, 42, 0.8), rgba(0, 17, 42, 0.8)), url(/img/obraenconstruccion.jpg) center no-repeat;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
#cta1 h3 {
  font-size: 38px;
  margin-top: 35px;
}
#cta1 p {
  font-size: 27px;
  font-weight: 100;
}

#cta2 {
  padding: 80px 0;
  height: auto;
  position: relative;
  background: linear-gradient(90deg, rgba(0, 17, 42, 0.8), rgba(0, 17, 42, 0.8)), url(/img/brigadas.webp) center no-repeat;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
#cta2 h3 {
  font-size: 38px;
  margin-top: 35px;
}
#cta2 p {
  font-size: 27px;
  font-weight: 100;
}

#cta3 {
  padding: 80px 0;
  height: auto;
  position: relative;
  background: linear-gradient(90deg, rgba(0, 17, 42, 0.8), rgba(0, 17, 42, 0.8)), url(/img/obraenconstruccion.jpg) center no-repeat;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
#cta3 h3 {
  font-size: 38px;
  font-weight: 400;
  margin: 30px 0;
}
#cta3 p {
  font-size: 27px;
  font-weight: 100;
}

#calidad {
  padding: 60px 0;
}
#calidad .box-img {
  width: 100%;
  height: 356px;
  display: flex;
}
#calidad .box-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
#calidad .box-text {
  height: 356px;
  display: flex;
  align-items: center;
  background: #264EA1;
  color: white;
  border-radius: 15px;
  padding: 20px 70px;
}

#responsabilidad {
  padding: 50px 0;
}
#responsabilidad .special {
  box-shadow: 3px 3px 12px #00000029;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 60px;
  border-radius: 25px;
}
#responsabilidad .box {
  padding: 20px;
}
#responsabilidad .box .box-img {
  display: flex;
  width: 100%;
  height: 120px;
}
#responsabilidad .box .box-img img {
  width: 100%;
  object-fit: contain;
}
#responsabilidad .box .box-img-box {
  display: flex;
  width: 100%;
  height: 300px;
}
#responsabilidad .box .box-img-box img {
  width: 100%;
  object-fit: contain;
}
#responsabilidad .box-text {
  padding-top: 20px;
}

#clientes {
  padding: 60px 0;
}
#clientes .box-carousel .box-img {
  height: 25vh;
  display: flex;
  padding: 20px;
}
#clientes .box-carousel .box-img img {
  width: 100%;
  object-fit: contain;
}

#testimonios {
  padding: 50px 0;
  height: 100vh;
  position: relative;
  background: url(/img/back.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#testimonios .box-carousel .active {
  opacity: 0.5;
  transition: all 0.3s;
}
#testimonios .box-carousel .center {
  opacity: 1;
}
#testimonios .box-carousel .center h5 {
  font-size: 24px;
}
#testimonios .box-carousel .center h5 span {
  font-size: 20px;
}
#testimonios .box-carousel .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #153b6873;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
#testimonios .box-carousel .card .box-img {
  height: 120px;
  width: 120px;
  display: flex;
  margin: 0 auto;
  border-radius: 83px;
  padding: 20px;
}
#testimonios .box-carousel .card .box-img img {
  width: 100%;
  object-fit: contain;
}
#testimonios .box-carousel .card .card-body h5 {
  color: #264EA1;
  font-size: 21px;
  line-height: 1.3;
}
#testimonios .box-carousel .card .card-body h5 span {
  font-size: 18px;
  color: #666666;
}
#testimonios .box-carousel .card .card-body p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
#testimonios .box-carousel .owl-nav {
  display: none;
}
#testimonios .box-carousel .owl-stage-outer {
  padding: 30px 0;
}
#testimonios .box-carousel .owl-dots {
  text-align: center;
}
#testimonios .box-carousel .owl-dots .active {
  box-shadow: none;
}
#testimonios .box-carousel .owl-dots .active span {
  background: #264EA1;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
#testimonios .box-carousel .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #00112a;
  margin: 0 5px;
}
#testimonios .owl-carousel .owl-nav button.owl-next, #testimonios .owl-carousel .owl-nav button.owl-prev, #testimonios .owl-carousel button.owl-dot {
  outline: 0;
}

/*---------------------- PROTECCION -------------------------*/
#proteccion {
  height: 100vh;
  position: relative;
  background: url(/img/pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#proteccion .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#proteccion h1 {
  font-size: 42px;
}

#prov {
  padding: 50px 0;
}
#prov a {
  text-decoration: none;
}
#prov .special {
  box-shadow: 3px 3px 12px #00000029;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 60px;
  border-radius: 25px;
}
#prov .box {
  padding: 20px;
}
#prov .box .box-img {
  display: flex;
  width: 100%;
  height: 120px;
}
#prov .box .box-img img {
  width: 100%;
  object-fit: contain;
}
#prov .box .box-img-box {
  display: flex;
  width: 100%;
  height: 210px;
}
#prov .box .box-img-box img {
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
}
#prov .box-text {
  padding-top: 20px;
  text-align: center;
}
#prov .box-text p {
  color: black;
  font-size: 22px;
  line-height: 27px;
  font-weight: 200;
}

#servicios {
  padding: 30px 0;
}
#servicios .accordion-button {
  height: 71px;
  background: #F2F2F2;
  color: #264EA1;
  font-size: 18px;
  font-weight: 500;
}
#servicios .accordion-button .box-icon {
  width: 45px;
  height: 45px;
  margin-right: 15px;
  display: flex;
}
#servicios .accordion-button .box-icon img {
  width: 100%;
  object-fit: contain;
}
#servicios ul li h3 {
  font-size: 22px;
  font-weight: 400;
  color: #264EA1;
}
#servicios .listita ul {
  padding-left: 0;
  margin-top: 5px;
}
#servicios .listita ul li {
  margin-bottom: 0;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 19px;
}

#capacitacion {
  padding: 30px 0;
}
#capacitacion .box-capacitacion {
  border-radius: 10px;
  box-shadow: 0px 3px 9px #00000029;
  padding: 15px;
  position: relative;
  height: 100%;
}
#capacitacion .box-capacitacion .box-img {
  display: flex;
  height: 20vh;
}
#capacitacion .box-capacitacion .box-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
#capacitacion .box-capacitacion .box-icono {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 10px;
  bottom: 115px;
  background: white;
  padding: 16px;
  border-radius: 50px;
  display: flex;
}
#capacitacion .box-capacitacion .box-icono img {
  width: 100%;
  object-fit: contain;
}
#capacitacion .box-capacitacion .box-text {
  text-align: center;
}
#capacitacion .box-capacitacion .box-text p {
  margin: 35px 0 20px 0;
  color: #264EA1;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

#gratuita {
  padding: 80px 0;
  height: auto;
}
#gratuita h2 {
  color: #264EA1;
  font-size: 37px;
}
#gratuita p {
  font-size: 22px;
  margin-bottom: 0;
}
#gratuita .godown {
  display: flex;
  align-items: end;
}

.lista .box-icon {
  width: 30px;
  height: 30px;
  margin-right: 25px;
  display: flex;
}
.lista .box-icon img {
  object-fit: contain;
}
.lista ul li {
  display: flex;
  list-style: none;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.lista ul li p {
  padding-top: 5px;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-bottom: 0;
  line-height: 19px;
}

#noms {
  padding: 30px 0;
}
#noms .box-capacitacion {
  border-radius: 10px;
  box-shadow: 0px 3px 9px #00000029;
  padding: 15px;
  position: relative;
  height: 100%;
}
#noms .box-capacitacion .box-icono {
  width: 100%;
  height: 25px;
  display: flex;
}
#noms .box-capacitacion .box-icono img {
  width: 100%;
  object-fit: contain;
}
#noms .box-capacitacion .box-text {
  text-align: center;
}
#noms .box-capacitacion .box-text p {
  margin: 15px 0 20px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
#noms .box-capacitacion h3 {
  font-size: 20px;
  color: #264EA1;
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

/*---------------------- brigada -------------------------*/
#brigada {
  height: 100vh;
  position: relative;
  background: url(../img/brigada.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#brigada .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#brigada h1 {
  font-size: 42px;
}

/*---------------------- simulacro -------------------------*/
#simulacro {
  height: 100vh;
  position: relative;
  background: url(../img/simulacro.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#simulacro .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#simulacro h1 {
  font-size: 42px;
}

/*---------------------- gestoria -------------------------*/
#gestoria {
  height: 100vh;
  position: relative;
  background: url(../img/gestoria.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#gestoria .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#gestoria h1 {
  font-size: 42px;
}

/*---------------------- programas -------------------------*/
#programas {
  height: 100vh;
  position: relative;
  background: url(../img/internos.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#programas .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#programas h1 {
  font-size: 42px;
}

/*---------------------- emergencia -------------------------*/
#emergencia {
  height: 100vh;
  position: relative;
  background: url(../img/emergencia.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#emergencia .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#emergencia h1 {
  font-size: 42px;
}

/*---------------------- obra -------------------------*/
#obra {
  height: 100vh;
  position: relative;
  background: url(../img/obra.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#obra .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#obra h1 {
  font-size: 42px;
}


/*---------------------- construccion -------------------------*/
#construccion {
  height: 100vh;
  position: relative;
  background: url(../img/construccion.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#construccion .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#construccion h1 {
  font-size: 42px;
}

/*---------------------- asesoria -------------------------*/
#asesoria {
  height: 100vh;
  position: relative;
  background: url(../img/asesoria.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#asesoria .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#asesoria h1 {
  font-size: 42px;
}

/*---------------------- medidas -------------------------*/
#medidas {
  height: 100vh;
  position: relative;
  background: url(../img/medidas.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#medidas .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#medidas h1 {
  font-size: 42px;
}

/*---------------------- revision -------------------------*/
#revision {
  height: 100vh;
  position: relative;
  background: url(../img/revision.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#revision .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#revision h1 {
  font-size: 42px;
}

/*---------------------- eventos -------------------------*/
#eventos {
  height: 100vh;
  position: relative;
  background: url(../img/eventos.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#eventos .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#eventos h1 {
  font-size: 42px;
}


/*---------------------- CAPACITACIONES -------------------------*/
#cap {
  height: 100vh;
  position: relative;
  background: url(/img/cap.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#cap .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#cap h1 {
  font-size: 42px;
}

/*---------------------- administracion en seguridad laboral -------------------------*/
#administracionsl {
  height: 100vh;
  position: relative;
  background: url(/hse/img/administracionsl.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#administracionsl .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#administracionsl h1 {
  font-size: 42px;
}

/*---------------------- Implementacion de proyectos -------------------------*/
#iproyectos {
  height: 100vh;
  position: relative;
  background: url(/hse/img/iproyectos.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#iproyectos .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#iproyectos h1 {
  font-size: 42px;
}

/*---------------------- asesoria nomrativa -------------------------*/
#asesorianoms {
  height: 100vh;
  position: relative;
  background: url(/hse/img/asesorianoms.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#asesorianoms .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#asesorianoms h1 {
  font-size: 42px;
}

/*---------------------- acompañamiento auditorias -------------------------*/
#acompanamiento {
  height: 100vh;
  position: relative;
  background: url(/hse/img/acompanamiento.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#acompanamiento .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#acompanamiento h1 {
  font-size: 42px;
}


/*---------------------- dictaminaciones -------------------------*/
#dictaminaciones {
  height: 100vh;
  position: relative;
  background: url(/hse/img/dictaminaciones.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#dictaminaciones .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#dictaminaciones h1 {
  font-size: 42px;
}


/*---------------------- revisiones -------------------------*/
#revisiones {
  height: 100vh;
  position: relative;
  background: url(/hse/img/revisiones.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#revisiones .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#revisiones h1 {
  font-size: 42px;
}

/*---------------------- asesoriaiso -------------------------*/
#asesoriaiso {
  height: 100vh;
  position: relative;
  background: url(/hse/img/asesoriaiso.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#asesoriaiso .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#asesoriaiso h1 {
  font-size: 42px;
}

/*---------------------- ambientalp -------------------------*/
#ambientalp {
  height: 100vh;
  position: relative;
  background: url(/hse/img/ambientalp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#ambientalp .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#ambientalp h1 {
  font-size: 42px;
}

/*---------------------- impactoa -------------------------*/
#impactoa {
  height: 100vh;
  position: relative;
  background: url(/hse/img/impactoa.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#impactoa .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#impactoa h1 {
  font-size: 42px;
}

/*---------------------- riesgoa -------------------------*/
#riesgoa {
  height: 100vh;
  position: relative;
  background: url(/hse/img/riesgoa.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#riesgoa .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#riesgoa h1 {
  font-size: 42px;
}

/*---------------------- asesoriaam -------------------------*/
#normativaam {
  height: 100vh;
  position: relative;
  background: url(/hse/img/asesoriaam.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#normativaam .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#normativaam h1 {
  font-size: 42px;
}

/*---------------------- asesoriacoa -------------------------*/
#asesoriacoa {
  height: 100vh;
  position: relative;
  background: url(/hse/img/asesoriacoa.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#asesoriacoa .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#asesoriacoa h1 {
  font-size: 42px;
}

/*---------------------- ppa -------------------------*/
#ppa {
  height: 100vh;
  position: relative;
  background: url(/hse/img/ppa.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#ppa .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#ppa h1 {
  font-size: 42px;
}


/*---------------------- nom02 -------------------------*/
#nom02 {
  height: 100vh;
  position: relative;
  background: url(../img/nom02.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom02 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom02 h1 {
  font-size: 42px;
}


/*---------------------- nom36 -------------------------*/
#nom36 {
  height: 100vh;
  position: relative;
  background: url(../img/nom36.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom36 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom36 h1 {
  font-size: 42px;
}

/*---------------------- nom17 -------------------------*/
#nom17 {
  height: 100vh;
  position: relative;
  background: url(../img/nom17.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom17 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom17 h1 {
  font-size: 42px;
}


/*---------------------- nom06 -------------------------*/
#nom06 {
  height: 100vh;
  position: relative;
  background: url(../img/nom06.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom06 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom06 h1 {
  font-size: 42px;
}


/*---------------------- nom30 -------------------------*/
#nom30 {
  height: 100vh;
  position: relative;
  background: url(../img/nom30.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom30 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom30 h1 {
  font-size: 42px;
}

/*---------------------- nom19 -------------------------*/
#nom19 {
  height: 100vh;
  position: relative;
  background: url(../img/nom19.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom19 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom19 h1 {
  font-size: 42px;
}

/*---------------------- nom22 -------------------------*/
#nom22 {
  height: 100vh;
  position: relative;
  background: url(../img/nom22.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom22 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom22 h1 {
  font-size: 42px;
}


/*---------------------- nom27 -------------------------*/
#nom27 {
  height: 100vh;
  position: relative;
  background: url(../img/nom27.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom27 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom27 h1 {
  font-size: 42px;
}

/*---------------------- nom09 -------------------------*/
#nom09 {
  height: 100vh;
  position: relative;
  background: url(../img/nom09.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom09 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom09 h1 {
  font-size: 42px;
}


/*---------------------- nom33 -------------------------*/
#nom33 {
  height: 100vh;
  position: relative;
  background: url(../img/nom33.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom33 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom33 h1 {
  font-size: 42px;
}


/*---------------------- nom05 -------------------------*/
#nom05 {
  height: 100vh;
  position: relative;
  background: url(../img/nom05.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom05 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom05 h1 {
  font-size: 42px;
}

/*---------------------- nom04 -------------------------*/
#nom04 {
  height: 100vh;
  position: relative;
  background: url(../img/nom04.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom04 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom04 h1 {
  font-size: 42px;
}

/*---------------------- nom29 -------------------------*/
#nom29 {
  height: 100vh;
  position: relative;
  background: url(../img/nom29.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom29 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom29 h1 {
  font-size: 42px;
}

/*---------------------- nom26 -------------------------*/
#nom26 {
  height: 100vh;
  position: relative;
  background: url(../img/nom26.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom26 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom26 h1 {
  font-size: 42px;
}

/*---------------------- nom20 -------------------------*/
#nom20 {
  height: 100vh;
  position: relative;
  background: url(../img/nom20.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom20 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom20 h1 {
  font-size: 42px;
}

/*---------------------- nom18 -------------------------*/
#nom18 {
  height: 100vh;
  position: relative;
  background: url(../img/nom18.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom18 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom18 h1 {
  font-size: 42px;
}

/*---------------------- nom28 -------------------------*/
#nom28 {
  height: 100vh;
  position: relative;
  background: url(../img/nom28.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom28 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom28 h1 {
  font-size: 42px;
}

/*---------------------- nom24 -------------------------*/
#nom24 {
  height: 100vh;
  position: relative;
  background: url(../img/nom24.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom24 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom24 h1 {
  font-size: 42px;
}

/*---------------------- nom25 -------------------------*/
#nom25 {
  height: 100vh;
  position: relative;
  background: url(../img/nom25.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom25 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom25 h1 {
  font-size: 42px;
}

/*---------------------- nom15 -------------------------*/
#nom15 {
  height: 100vh;
  position: relative;
  background: url(../img/nom15.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom15 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom15 h1 {
  font-size: 42px;
}


/*---------------------- nom35 -------------------------*/
#nom35 {
  height: 100vh;
  position: relative;
  background: url(../img/nom35.png);
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: contain;
}
#nom35 .box-title {
  width: 55%;
  margin: auto 0 auto auto;
}
#nom35 h1 {
  font-size: 42px;
}
/* ====== Estilos responsivos para todas las p谩ginas de Protecci贸n Civil ====== */
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container .box-title {
    width: 100% !important;
    text-align: center;
    padding: 20px 0;
  }

  .container h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .container p {
    font-size: 16px;
  }

  .box-logoO {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    text-align: center;
  }

  .box-logoO img {
    max-width: 100%;
    height: auto;
  }

  .box-btn {
    text-align: center;
    margin-top: 20px;
  }

  .box-images .col {
    text-align: center;
    margin-bottom: 15px;
  }

  footer .row {
    flex-direction: column;
    text-align: center;
  }

  footer .col-sm-4,
  footer .col-sm-8 {
    width: 100%;
    padding: 10px 0;
  }

  .floating-button {
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    text-align: center;
  }
}



/*---------------------- NOSOTROS -------------------------*/
#nosotros {
  height: 100vh;
  position: relative;
  background: url(/img/back.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#nosotros .float {
  background: url(/img/float.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 120vh;
  width: 13%;
  position: absolute;
  top: -51px;
  left: -41px;
  z-index: 3;
  transform: rotateY(220deg);
}
#nosotros .box-logo {
  width: 150px;
  height: 150px;
  display: flex;
}
#nosotros .box-logo img {
  width: 100%;
  object-fit: contain;
}
#nosotros .box-title {
  width: 95%;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 25px;
  color: #264EA1;
}
#nosotros .box-title .box-inicio {
  margin: 20px 0;
}
#nosotros .box-title .box-inicio h1 {
  font-size: 54px;
  font-weight: 700;
}
#nosotros .box-title .box-inicio p {
  font-size: 20px;
  margin-bottom: 40px;
  color: #1C1C1C;
  line-height: 26px;
  font-weight: 300;
}
#nosotros .box-title .box-images .box-logo {
  display: flex;
  height: 55px;
  margin-top: 40px;
}
#nosotros .box-title .box-images .box-logo img {
  width: 100%;
  object-fit: contain;
}
#nosotros .box-carousel {
  height: 100vh;
  display: flex;
  align-items: center;
}
#nosotros .box-carousel .item .box-content .box-img {
  height: 60vh;
  display: flex;
}
#nosotros .box-carousel .item .box-content .box-img img {
  border-radius: 20px;
  object-fit: cover;
}
#nosotros .box-carousel .owl-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(90deg);
  left: -250px;
  display: none;
}
#nosotros .box-carousel .owl-nav {
  display: none;
}

#mision {
  padding: 80px 140px;
  text-align: center;
  color: #264EA1;
  background: url(/img/back.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#mision p {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
#mision .box-icons {
  display: inline-flex;
  padding-bottom: 20px;
  height: 100px;
}
#mision .box-icons .box-icon {
  padding: 10px;
}
#mision .box-icons .box-icon img {
  object-fit: contain;
  height: 100%;
}
#mision h2 {
  font-size: 32px;
  font-weight: 300;
}

#vision {
  padding: 80px 0;
  color: #264EA1;
  background: url(/img/back.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#vision p {
  padding-right: 35px;
  font-size: 24px;
  font-weight: 500;
}
#vision h2 {
  font-size: 32px;
  font-weight: 300;
}
#vision .box-img {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 30px;
  display: flex;
}
#vision .box-img img {
  width: 100%;
  object-fit: contain;
}

#all .nav-tabs {
  width: 100%;
}
#all .nav-tabs .nav-item {
  width: 12.5%;
}
#all .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  width: 100%;
  background: #f5f7fa;
  border-bottom: 1px solid #f5f7fa;
  filter: grayscale(80%);
  transition: 0.6s;
}
#all .nav-tabs .nav-item .nav-link .box-img {
  display: flex;
  height: 12vh;
  padding: 15px;
}
#all .nav-tabs .nav-item .nav-link .box-img img {
  width: 100%;
  object-fit: contain;
}
#all .nav-tabs .nav-item .active {
  background: white;
  filter: grayscale(0%);
}
#all .tab-content {
  padding: 20px 0;
}
#all .tab-content .box-logo {
  display: flex;
  padding: 15px;
  width: 100%;
  height: 17vh;
  margin: 10px 0;
}
#all .tab-content .box-logo img {
  width: 100%;
  object-fit: contain;
}

#hermanas {
  padding: 50px 0;
}
#hermanas a {
  text-decoration: none;
}
#hermanas a .box-logo {
  padding: 20px;
  transition: 0.7s;
  height: 100%;
}
#hermanas a .box-logo:hover {
  box-shadow: 0 0 12px 0px #0000003b;
  border-radius: 13px;
}
#hermanas a .box-logo .box-img {
  display: flex;
  padding: 15px;
  height: 150px;
}
#hermanas a .box-logo .box-img img {
  width: 100%;
  object-fit: contain;
}
#hermanas a .box-logo .text p {
  color: #901f1e;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
}

#dato {
  text-align: center;
  padding: 50px 0;
  background-color: #264EA1;
}
#dato .box {
  color: white;
  width: 55%;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
}
#dato .box .box-number b {
  font-size: 70px;
}
#dato .box .box-text p {
  text-align: left;
  font-size: 32px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 23px;
  margin-left: 40px;
}

#oficial {
  padding: 50px 0;
}
#oficial .box-text {
  width: 90%;
  margin: 0 auto;
}
#oficial .box-text h2 {
  color: #264EA1;
  font-size: 32px;
}
#oficial .box-text b {
  font-size: 22px;
  font-weight: 500;
}
#oficial .box-text p {
  margin: 25px 0;
}
#oficial .box-text .box-img {
  width: 100%;
  height: 60px;
  display: flex;
  margin-bottom: 40px;
}
#oficial .box-text .box-img img {
  width: 100%;
  object-fit: contain;
  object-position: left;
}

/*---------------------- CONTACTO -------------------------*/
#contacto {
  height: 100vh;
  position: relative;
  background: url(/img/back.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#contacto .float {
  background: url(/img/float.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 120vh;
  width: 13%;
  position: absolute;
  top: -51px;
  left: -41px;
  z-index: 3;
  transform: rotateY(220deg);
}
#contacto .box-logo {
  width: 150px;
  height: 150px;
  display: flex;
}
#contacto .box-logo img {
  width: 100%;
  object-fit: contain;
}
#contacto .box-title {
  width: 95%;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 25px;
  color: #264EA1;
}
#contacto .box-title .box-inicio {
  margin: 20px 0;
}
#contacto .box-title .box-inicio h1 {
  font-size: 54px;
  font-weight: 700;
}
#contacto .box-title .box-inicio p {
  font-size: 20px;
  margin-bottom: 40px;
  color: #1C1C1C;
  line-height: 26px;
  font-weight: 300;
}
#contacto .box-title .box-images .box-logo {
  display: flex;
  height: 55px;
  margin-top: 40px;
}
#contacto .box-title .box-images .box-logo img {
  width: 100%;
  object-fit: contain;
}
#contacto .box-carousel {
  height: 100vh;
  display: flex;
  align-items: center;
}
#contacto .box-carousel .item .box-content .box-img {
  height: 60vh;
  display: flex;
}
#contacto .box-carousel .item .box-content .box-img img {
  border-radius: 20px;
  object-fit: cover;
}
#contacto .box-carousel .owl-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(90deg);
  left: -250px;
  display: none;
}
#contacto .box-carousel .owl-nav {
  display: none;
}

#ubicacion {
  padding: 60px 0;
  position: relative;
  background: url(/img/back.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#ubicacion .box .box-img {
  width: 25%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
#ubicacion .box .box-img img {
  width: 100%;
  object-fit: contain;
}
#ubicacion .box .box-text {
  width: 75%;
  display: flex;
  align-items: center;
  color: #264EA1;
  padding: 20px;
}
#ubicacion .box .box-text p {
  font-size: 50px;
  font-weight: 300;
  line-height: 40px;
}
#ubicacion .bor {
  border-left: 2px solid #292F81;
}
#ubicacion .box-texto {
  margin-left: 20px;
}
#ubicacion .box-texto p {
  color: #264EA1;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}
#ubicacion .box-texto .pesito {
  font-weight: 400;
}
#ubicacion .box-texto b {
  color: #292F81;
  font-size: 30px;
  font-weight: 600;
}
#ubicacion .box-texto a {
  display: flex;
  text-decoration: none;
  color: #292F81;
  padding: 10px 0;
}
#ubicacion .box-texto a:hover {
  color: #292F81;
}
#ubicacion .box-texto a i {
  margin-right: 15px;
  margin-top: 5px;
  font-size: 24px;
}
#ubicacion .box-texto a p {
  font-size: 26px;
  line-height: initial;
  margin-bottom: 2px;
}
#ubicacion .box-texto ul {
  list-style: none;
  padding: 0;
}
#ubicacion .box-texto ul li {
  line-height: 30px;
}
#ubicacion .box-texto ul li a {
  display: inline-flex;
  text-decoration: none;
  color: #292F81;
}
#ubicacion .box-texto ul li a:hover {
  color: #292F81;
}
#ubicacion .box-texto ul li a i {
  margin-right: 15px;
  margin-top: 5px;
  font-size: 20px;
}
#ubicacion .box-texto ul li a p {
  font-size: 22px;
  line-height: initial;
  margin-bottom: 2px;
}

footer {
  background: #f7f7f7;
  color: #264EA1;
  padding: 80px 0;
}
footer .box-logo {
  width: 100%;
  height: 155px;
  display: flex;
}
footer .box-logo img {
  width: 100%;
  object-fit: contain;
}
footer b {
  margin-bottom: 10px;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li a {
  display: inline-flex;
  text-decoration: none;
  color: #264EA1;
}
footer ul li a:hover {
  color: #292F81;
}
footer ul li a i {
  margin-right: 10px;
  margin-top: 5px;
}
footer ul li a p {
  margin-bottom: 2px;
}
footer a {
  text-decoration: none;
  color: #264EA1;
}
footer a:hover {
  color: #292F81;
}
footer .foot-contact a {
  display: inline-flex;
  text-decoration: none;
  color: #264EA1;
}
footer .foot-contact a:hover {
  color: #292F81;
}
footer .foot-contact a i {
  margin-right: 10px;
  margin-top: 0;
}
footer .foot-contact a p {
  line-height: initial;
  margin-bottom: 0;
  margin-right: 20px;
}

/* de telefono a tablet */
@media (max-width: 450px) {
  body {
    width: 100%;
  }

  .subtitle {
    font-size: 28px;
  }

  #menu {
    top: 0;
  }
  #menu .menu-section {
    width: 100%;
    border-radius: 0;
  }
  #menu .menu-section .tel {
    margin: 0;
  }
  #menu .box-nav {
    display: flex;
  }
  #menu .box-nav button {
    height: 40px;
    margin-top: 7px;
  }
  #menu .box-nav button i {
    color: #264EA1;
  }

  #menu.sticky .box-nav i {
    color: #264EA1;
  }

  #principal {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
  }
  #principal .float {
    display: none;
  }
  #principal .box-logo {
    width: 100px;
    height: 120px;
  }
  #principal .box-title {
    bottom: 10px;
    line-height: 24px;
    width: 100%;
  }
  #principal .box-title h1 {
    font-size: 26px !important;
  }
  #principal .box-title small {
    font-size: 27px;
  }
  #principal .box-carousel {
    height: auto;
    margin-bottom: 30px;
  }

  #gob .box {
    padding: inherit;
  }
  #gob .box .box-icon {
    width: 100%;
    height: 75px;
    margin: 15px 0;
    padding: 10px;
  }

  #panels {
    display: none;
  }

  #consulta .box-logo {
    width: 58%;
    margin: 0 auto 35px;
  }

  #oficial .box-text {
    margin: 20px auto;
  }

  #calidad .box-text {
    height: auto;
    padding: 30px;
    margin: 15px 0;
  }

  #testimonios {
    height: auto;
  }

  #gratuita {
    padding: 50px 10px;
  }
  #gratuita p {
    margin-bottom: 20px;
  }

  /*-------------- Nosotros ---------------------*/
  #nosotros {
    height: auto;
  }
  #nosotros .float {
    display: none;
  }
  #nosotros .box-logo {
    width: 100px;
    height: 120px;
  }
  #nosotros .box-carousel {
    height: auto;
    margin-bottom: 30px;
  }

  #mision {
    padding: 20px 0;
  }
  #mision p {
    font-size: 18px;
  }
  #mision .box-icons .box-icon {
    width: 65px;
    height: 65px;
    display: flex;
  }

  #vision {
    padding: 80px 0 0 0;
  }
  #vision p {
    padding-right: 0;
    font-size: 17px;
  }
  #vision .box-img {
    height: 30vh;
  }

  #proteccion, #contacto {
    background-position: right;
  }
  #proteccion .box-title, #contacto .box-title {
    width: 100%;
  }

  #brigada, #cap {
    background-position: right;
  }
  #brigada .box-title, #cap .box-title {
    width: 100%;
  }
  #brigada h1, #cap h1 {
    font-size: 32px;
  }
  #brigada p, #cap p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  #servicios {
    padding: 15px;
  }
  #servicios .accordion-button {
    height: auto;
  }
  #servicios ul {
    padding-left: 0;
  }

  #capacitacion {
    padding: 10px;
  }
  #capacitacion .box-icono {
    bottom: 135px !important;
  }

  #all .nav-tabs {
    width: 100%;
  }
  #all .nav-tabs .nav-item {
    width: auto !important;
  }
  #all .nav-tabs .nav-item .nav-link .box-img {
    display: none;
  }
  #all .tab-content .box-logo {
    padding: 10px;
    height: 13vh;
    margin: 8px 0;
  }

  #dato .box {
    width: 100%;
    display: initial;
  }
  #dato .box .box-text p {
    text-align: center;
    margin-top: initial;
    margin-left: initial;
  }

  #hermanas a .box-logo {
    padding: 20px 10px;
  }
  #hermanas a .box-img {
    padding: 0 !important;
    height: 15vh !important;
    margin-bottom: 10px;
  }
  #hermanas a .text p {
    font-size: 18px !important;
    line-height: 20px;
  }

  /*-------------- Contacto ---------------------*/
  #contacto {
    height: auto;
  }
  #contacto .float {
    display: none;
  }
  #contacto .box-logo {
    width: 100px;
    height: 120px;
  }
  #contacto .box-carousel {
    display: none;
  }

  #ubicacion .box-texto {
    margin: 20px 0;
  }
  #ubicacion .box-texto a p {
    font-size: 20px;
  }
  #ubicacion .box-texto ul li a p {
    font-size: 18px;
  }
  #ubicacion .bor {
    border-left: none;
  }

  footer {
    padding: 80px 20px;
  }
  footer p {
    font-size: 14px;
  }
  footer .box-logo {
    height: 80px;
    margin-bottom: 30px;
  }
}
/* whatsapp */
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}
#whats {
  z-index: 999;
}
#whats .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
#whats .nav-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 10000000000000001000000000000000000000000000000000000000000000000000000000000000;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  margin: 0px;
}
#whats .whatsapp-button {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  z-index: 10000000000000001000000000000000000000000000000000000000000000000000000000000000;
  transition: 0.3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #25d366;
  -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  display: flex;
  align-items: center;
  justify-content: center;
}
#whats .whatsapp-button:focus {
  outline: none;
}
#whats .whatsapp-button:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  background: red;
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 0;
}
#whats .whatsapp-button i {
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}
#whats .circle-anime {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #77bb4a;
  animation: pulse 1.2s 4s ease 4;
}
#whats .title {
  background: #095e54;
  color: white;
  padding: 25px;
  width: 100%;
  margin: 0 !important;
  line-height: 2px;
  border-radius: 9px 9px 0 0;
}
#whats .title small {
  font-weight: 100;
}
#whats .title small:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 25px;
  background: #2bd32b;
  position: absolute;
  left: 84px;
  top: 42px;
  z-index: 0;
}
#whats .popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  bottom: 85px;
  right: 25px;
  transition: 0.5s;
  border-radius: 10px;
  background-color: #f1f1f1;
  -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  animation: slideInRight 0.6s 0s both;
  border: 1px solid #f1f1f1;
  z-index: 1000000000000000000000000000000000000000000000000000000000;
}

@media (max-width: 360px) {
  #whats .nav-bottom {
    width: 320px;
  }
}
@media (max-width: 680px) {
  #whats .popup-whatsapp p {
    font-size: 0.9em;
  }
}
#whats .popup-whatsapp > div {
  margin: 5px;
}

#whats .popup-whatsapp > .content-whatsapp.-top {
  display: -webkit-inline-box;
  flex-direction: column;
  cursor: auto;
  /*background: #e6ddd4;*/
  background: linear-gradient(rgba(230, 221, 212, 0.9), rgba(230, 221, 212, 0.9)), url(/img/whatsapp.webp);
  margin: 0;
  padding: 15px;
}

#whats .popup-whatsapp > .content-whatsapp.-top p {
  width: 215px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1em;
  margin-right: 16px;
  margin-top: 3px;
  background: #fff;
  color: #2f4e6f;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 0 15px 15px;
  cursor: auto;
}

#whats .popup-whatsapp > .content-whatsapp.-top p:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: 8px;
  top: 90px;
  cursor: auto;
}

#whats .popup-whatsapp > .content-whatsapp.-bottom {
  display: flex;
  flex-direction: row;
}
#whats .popup-whatsapp > .content-whatsapp.-bottom .button-send {
  padding: 2px 15px;
  border-radius: 25px;
  background: white;
  width: 250px;
  text-align: center;
  text-decoration: none;
  color: #1C1C1C;
}

#whats .closePopup {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  /*margin: 0px 0px 15px 0px;*/
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer !important;
  background-color: #f1f1f1;
  color: #2f4e6f;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  cursor: auto;
}

#whats .closePopup:hover {
  background-color: #f1f1f1;
  transition: 0.3s;
  cursor: auto;
}

#whats .send-msPopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0px 0px 0px 5px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  border: 1px solid #25d366;
  cursor: auto !important;
}

#whats .send-msPopup:hover {
  background-color: #f8f8f8;
  transition: 0.3s;
  cursor: auto;
}

#whats .send-msPopup:focus {
  outline: none;
  cursor: auto;
}

#whats .send-msPopup:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #f1f1f1;
  position: absolute;
  bottom: -11px;
  left: 10px;
}

#whats .is-active-whatsapp-popup {
  display: flex;
  animation: slideInRight 0.6s 0s both;
  cursor: auto;
}

#whats input.whats-input[type=text] {
  width: 200px;
  height: 40px;
  box-sizing: border-box;
  border: 0px solid #ffffff;
  border-radius: 20px;
  font-size: 1em;
  background-color: #ffffff;
  padding: 0px 0px 0px 10px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  outline: none;
  transition: 0.3s;
  cursor: auto;
}

@media (max-width: 420px) {
  #whats input.whats-input[type=text] {
    width: 225px;
    cursor: auto;
  }
}
#whats input.whats-input::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(68, 68, 68, 0.705);
  opacity: 1;
  cursor: auto;
}

#whats input.whats-input[type=text]:focus {
  background-color: #f8f8f8;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  transition: 0.3s;
  cursor: auto;
}

#whats .icon-whatsapp-small {
  width: 24px;
  height: 24px;
  cursor: auto;
}

#whats .icon-whatsapp {
  width: 45px;
  height: 45px;
}

#whats .icon-font-color {
  color: #ffffff;
}

#whats .icon-font-color--black {
  color: #333333;
}

#whats .send-msPopup i {
  cursor: auto !important;
}

/* End whatsapp */

/*# sourceMappingURL=styles.css.map */
