@charset 'UTF-8';

@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/Poppins-Bold.eot) format("embedded-opentype"),
    url(../fonts/Poppins-Bold.woff) format("woff"),
    url(../fonts/Poppins-Bold.ttf) format("truetype"),
    url(../fonts/Poppins-Bold.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.eot) format("embedded-opentype"),
    url(../fonts/Poppins-Regular.woff) format("woff"),
    url(../fonts/Poppins-Regular.ttf) format("truetype"),
    url(../fonts/Poppins-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  overflow-x: hidden !important;
}

/* CLASES GENERALES */
h1 {
  font-family: "Poppins-Bold";
  color: #fff;
  font-size: 60px !important;
}

h2 {
  font-family: "Poppins-Regular";
  font-size: 30px;
  letter-spacing: 1px;
}

h3 {
  font-family: "Poppins-Bold";
  font-size: 25px;
  letter-spacing: 1px;
}

h4 {
  font-family: "Poppins-Regular";
  font-size: 13px !important;
  letter-spacing: 1px;
}

/* h4 {
  font-family: "Poppins-Regular";
  color: #fff;
  font-size: 11pt;
  text-align: justify;
}
 */
p {
  font-family: "Poppins-Regular" !important;
  font-size: 18px;
}

ul li {
  font-family: "Poppins-Regular";
  /*  font-style:  italic !important; */
  font-size: 18px;
}

a,
p {
  text-decoration: none !important;
}

.linea {
  width: 200px;
  height: 3px;
  background-color: rgb(58, 161, 240);
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  h1 {
    font-size: 45px !important;
  }
}

/* HEADER */
header {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding: 0 80px !important;
}

.navbar-expand-lg {
  border-bottom: 2px solid #fff !important;
}

nav {
  margin-top: 20px;
  width: 100%;
}

.navbar {
  top: -25px;
}

.navbar-collapse .mr-auto {
  margin-left: auto !important;
  margin-right: initial !important;
}

header ul{
  margin-left: auto;
}

header ul li {
  padding: 0px 10px;
}

header ul li{
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
}

header ul li:hover {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

header ul li a {
  letter-spacing: 2px;
  color: rgb(247, 242, 242) !important;
  font-family: "Poppins-Regular";
  font-size: 16px !important;
}

.iconos-nav {
  float: right;
  padding: 10px 0px;
}

.iconos-nav svg {
  margin: 0px 8px;
}

@media (max-width: 992px) {
  .navbar-collapse {
    background-color: rgb(12, 51, 110) !important;
 
  }
  header ul li {
    text-align: center;
  }
  .navbar-light .navbar-toggler {
    background-color: #fff;
  }
}

@media (max-width: 768px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding: 0 20px !important;
  }

  .navbar-collapse .mr-auto {
    margin-left: initial !important;
    margin-right: auto !important;
  }

  header ul li {
    padding: 10px 0;
  }

  header ul li a {
    font-size: 16px !important;
  }

  .iconos-nav {
    float: none;
    text-align: center;
    padding: 10px 0;
  }
}

/*Secccion 1-home*/
.home-banner {
  position: relative;
  background-image: url(../img/home/1.1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 300px 0px 200px 0px;
  z-index: 1;
}

.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Cambia los valores RGBA para ajustar el color y la transparencia */
  z-index: -1;
}

.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

/*Textos*/
.home-banner h1 {
  text-align: center;
  color: #fff;
}

/* .home-banner h2 {
  text-align: center;
  font-family: "Poppins-Bold";
  font-size: 60px;
  color: #ffffff;
} */

.home-banner p {
  color: #ffffff;
  text-align: center;
  font-family: "Poppins-Regular";
  margin-bottom: 100px;
}

/*-----------*/
@media (max-width: 992px) {
  .home-banner h1 {
    font-size: 35px;
  }

  .home-banner p {
    font-size: 14px;
  }

  .home-banner {
    padding: 300px 0px 100px 0px;
  }
}

/*Fin seccion 1-home*/

/*Seccion barra de botones*/

.home-btn-banner {
  position: relative;
  background-color: rgb(234, 234, 234);
  padding: 100px 0px 100px 0px;
  z-index: 20;
  text-align: center;
}

.home-btn-banner .row {
  background-color: #fff;
  border-radius: 20px;
  margin-top: -260px;
}

.home-btn-banner .col-md-6,
.home-btn-banner .col-lg-3 {
  padding: 0 !important;
}

.home-btn-banner .btnserv {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.home-btn-banner .caja-serv {
  background-color: #fff;
  padding: 30px 0px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.icono-servicio {
  max-width: 100px;
  max-height: 100px;
  display: block;
  margin: 0 auto;
}

.home-btn-banner .caja-serv:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
  background-color: rgb(58, 161, 240);
}

.home-btn-banner .text-del,
.home-btn-banner .text-bold,
.home-btn-banner .text-description {
  font-family: "Poppins-Regular";
  font-size: 17px;
  padding-top: 10px;
  text-decoration: none;
}

.home-btn-banner .text-bold {
  font-family: "Poppins-Bold";
  margin-top: -20px;
}

.home-btn-banner .btnserv:hover {
  border-radius: 20px;
  text-decoration: none;
}

.home-btn-banner .btnserv:hover .circ {
  background-color: #3ca1ef;
}

.home-btn-banner .btnserv:hover p {
  color: #fff;
  text-decoration: none;
}

.circ {
  width: 40px;
  height: 40px;
  background-color: #3ca1ef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circ img {
  width: 25px;
  height: 25px;
}

.v-line {
  border-left: thick solid #3ca1ef;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  height: 17vh;
  left: 100%;
}

.caja-serv p {
  font-family: "Poppins-Regular";
  text-align: center;
  color: #212a65;
  margin-left: 10px;
  margin-right: 16px;
}

.text-sec2 {
  color: rgb(41, 64, 82);
  padding: 20px;
}

@media (max-width: 992px) {
  .home-btn-banner .row {
    margin-top: 0px;
  }

  .home-btn-banner .v-line {
    display: none;
  }
}

@media (max-width: 768px) {
  .home-btn-banner {
    padding: 50px 0;
  }

  .home-btn-banner .caja-serv {
    padding: 20px 0;
  }

  .home-btn-banner .text-del,
  .home-btn-banner .text-bold,
  .home-btn-banner .text-description {
    font-size: 15px;
  }

  .circ {
    width: 30px;
    height: 30px;
  }

  .circ img {
    width: 20px;
    height: 20px;
  }
}

/*-------*/

/*Seccion  2*/
.home-sec2 {
  background-color: rgb(234, 234, 234);
  padding-bottom: 142px;
}

/*.home-sec2 .texto-25a{
    margin-left: 100px;
  }*/

.home-sec2 .pa-home {
  font-size: 22px;
  font-family: "Poppins-Regular";
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #212a65;
}

.home-sec2 hr {
  height: 1px;
  width: 160px;
  justify-content: center;
  background-color: rgb(58, 161, 240);
}

@media (max-width: 992px) {
}

/*Fin seccion 2-home*/

/*Seccion 3-home*/
.home-sec3 {
  background-image: url(../img/home/cobertura.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  text-align: center;
}

.texto-sec3 h1 {
  color: #fff;
}

.mapadiv {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.mapadiv svg {
  width: 100%;
  height: auto;
}

.mapadiv path {
  fill: #4d4d4d;
  stroke: #fcfcff;
  stroke-width: 2px;
}

.mapadiv #MXPUE,
.mapadiv #MXTLA,
.mapadiv #MXHID,
.mapadiv #MXMOR,
.mapadiv #MXOAX,
.mapadiv #MXVER,
.mapadiv #MXQUE {
  fill: #919191;
}

.mapadiv #MXPUE:hover,
.mapadiv #MXTLA:hover,
.mapadiv #MXHID:hover,
.mapadiv #MXMOR:hover,
.mapadiv #MXOAX:hover,
.mapadiv #MXVER:hover,
.mapadiv #MXQUE:hover {
  fill: #fd6f49;
}

.home-sec3 p {
  font-family: "Poppins-Regular";
  color: #ffffff;
  font-size: 22px;
  margin: 20px 0;
}

@media (max-width: 992px) {
  .texto-sec3 {
    justify-content: center;
    margin: 0 auto 20px auto;
  }
}

@media (max-width: 768px) {
  .home-sec3 {
    padding: 50px 0;
  }

  .texto-sec3 h2 {
    font-size: 40px;
  }

  .home-sec3 p {
    font-size: 18px;
  }
}
/*Fin seccion 3-home*/

/*Seccion 4-home*/

.home-sec4 {
  padding: 80px 0px;
}

.home-sec4 h1 {
  color: #173c71;
}

.home-sec4 .logo {
  padding: 50px 0px 50px 0px;
  height: auto;
  width: auto;
}

@media (max-width: 991.98px) {
  .home-sec4 .logo {
    width: 150px;
  }
}

/*Fin seccion 4-home*/

/*Seccion 5-home*/
.home-sec5 {
  background-image: url(../img/home/proveedores.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px;
  background-position: center right;
}

.home-sec5 h1 {
  color: #fff;
  font-family: "Poppins-Bold";
}

.home-sec5 .logoblan {
  padding: 50px;
}

.home-sec5 .logo {
  padding: 50px 0px 50px 0px;
  width: 200px;
}
@media (max-width: 991.98px) {
  .home-sec5 .logo {
    width: 150px!important;
  }
 }

@media (max-width: 768px) {
  .home-sec5 {
    background-position: center right;
  }
}
/*Fin seccion 5-home*/

.footer {
  /*background-color:#3aa1f0;*/
  background-color: #102039;
  padding: 10px 0;
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.footer .col-md-3 {
  flex: 1;
  padding: 15px;
  min-width: 200px;
}

.footer .footer-article {
  height: 160px;
}

.footer .inf {
  margin: 0;
  padding: 10px 0;
  font-size: 12px;
  color: #ffffff;
}

.footer .inf b {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

.home-footer-1 {
  margin-top: -20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.firma {
  font-size: 10px;
  color: #ffffff;
  /*666*/
  margin: 0;
}

@media (max-width: 768px) {
  .footer .row {
    flex-direction: column;
  }

  .footer .col-md-3 {
    padding: 10px 0;
  }
}

.slick-slide img{
  max-width: 100%!important;
}
/* Clases generales servicios */
.serv-img img {
  width: 70px;
}
@media (max-width: 768px) {
  .serv-cable .col-md-6 {
    width: 50% !important;
  }
  .serv-camara .col-md-6 {
    width: 50% !important;
  }
  .serv-control .col-md-6 {
    width: 50% !important;
  }
  .serv-computo .col-md-6 {
    width: 50% !important;
  }
}

/*Secccion Service-banner*/

.service-banner {
  background-image: url(../img/servicios/banner-servicios.jpg);
  background-color: rgb(0 0 0 / 32%);
  background-blend-mode: darken;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  /* padding: 150px 0; */
  text-align: center;
  background-position: right bottom;
}

.service-banner h1 {
  color: #fff;
  padding-top: 250px;
}

.service-banner p {
  color: #ffffff;
  font-family: "Poppins-Regular";
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .margen-superior {
    padding-top: 20px!important;
  }
  .slick-slide img{
    display: inline!important;
  }
 }

@media (max-width: 768px) {
  .service-banner h2 {
    font-size: 36px;
  }

  .service-banner p {
    font-size: 14px;
  }

  .margen-superior {
    padding-top: 20px!important;
  }
}

/*servicios cable*/
.serv-cable {
  padding: 80px 0px;
}
.serv-cable h2 {
  color: #212a65;
  text-align: left !important;
}
.serv-cable h1 {
  color: #212a65;
  text-align: left !important;
}
.serv-cable p {
  color: #212a65;
}

.serv-cable h3 {
  color: #212a65;
  padding: 30px 0px;
}
.serv-cable ul li {
  text-align: left;
  color: #212a65;
}
.serv-cable .serv-icons {
  padding: 30px 0px 0px 0px !important;
}


@media (max-width: 768px) {
  .serv-cable h4 {
    font-size: 10px;
  }

}

.serv-cable .button {
  background: transparent;
  position: relative;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgb(62, 163, 240);
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: rgb(58, 161, 240);
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
}

.serv-cable .button span {
  margin: 10px;
}

.serv-cable .button::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
}

.serv-cable .button:hover {
  color: #fff;
  border: 1px solid rgb(40, 144, 241);
}

.serv-cable .button:hover::before {
  box-shadow: inset 0 0 0 10em rgb(62, 163, 240) !important;
}

/*servicios camara*/
.serv-camara {
  padding: 0px 0px 80px 0px;
}
.serv-camara h2 {
  color: #212a65;
  text-align: left !important;
}
.serv-camara h1 {
  color: #212a65;
  text-align: left !important;
}
.serv-camara p {
  color: #212a65;
}

.serv-camara h3 {
  color: #212a65;
  padding: 30px 0px;
}
.serv-camara ul li {
  text-align: left;
  color: #212a65;
}
.serv-camara .serv-icons {
  padding: 30px 0px 0px 0px !important;
}

@media (max-width: 768px) {
  .service-sec2 .service-h2,
  .service-sec2 .service-h1 {
    font-size: 24px;
  }

  .service-sec2 .parrafo,
  .service-sec2 .point {
    padding: 0 15px;
  }

  .service-sec2 .margen-superior {
    margin-top: 50px;
  }
  .service-sec2 .col-md-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.serv-camara .button {
  background: transparent;
  position: relative;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgb(62, 163, 240);
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: rgb(58, 161, 240);
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
}

.serv-camara .button span {
  margin: 10px;
}

.serv-camara .button::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
}

.serv-camara .button:hover {
  color: #fff;
  border: 1px solid rgb(40, 144, 241);
}

.serv-camara .button:hover::before {
  box-shadow: inset 0 0 0 10em rgb(62, 163, 240) !important;
}

/*servicios control*/
.serv-control {
  padding: 0px 0 80px 0px;
}
.serv-control h2 {
  color: #212a65;
  text-align: left !important;
}
.serv-control h1 {
  color: #212a65;
  text-align: left !important;
}
.serv-control p {
  color: #212a65;
}

.serv-control h3 {
  color: #212a65;
  padding: 30px 0px;
}
.serv-control ul li {
  text-align: left;
  color: #212a65;
}
.serv-control .serv-icons {
  padding: 30px 0px 0px 0px !important;
}

@media (max-width: 768px) {
  .service-sec2 .service-h2,
  .service-sec2 .service-h1 {
    font-size: 24px;
  }

  .service-sec2 .parrafo,
  .service-sec2 .point {
    padding: 0 15px;
  }

  .service-sec2 .margen-superior {
    margin-top: 50px;
  }
  .service-sec2 .col-md-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.serv-control .button {
  background: transparent;
  position: relative;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgb(62, 163, 240);
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: rgb(58, 161, 240);
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
}

.serv-control .button span {
  margin: 10px;
}

.serv-control .button::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
}

.serv-control .button:hover {
  color: #fff;
  border: 1px solid rgb(40, 144, 241);
}

.serv-control .button:hover::before {
  box-shadow: inset 0 0 0 10em rgb(62, 163, 240) !important;
}

/* servicio computo */
.serv-computo {
  padding: 0px 0px 80px 0px;
}
.serv-computo h2 {
  color: #212a65;
  text-align: left !important;
}
.serv-computo h1 {
  color: #212a65;
  text-align: left !important;
}
.serv-computo p {
  color: #212a65;
}

.serv-computo h3 {
  color: #212a65;
  padding: 30px 0px;
}
.serv-computo ul li {
  text-align: left;
  color: #212a65;
}
.serv-computo .serv-icons {
  padding: 30px 0px 0px 0px !important;
}

@media (max-width: 768px) {
  .service-sec2 .service-h2,
  .service-sec2 .service-h1 {
    font-size: 24px;
  }

  .service-sec2 .parrafo,
  .service-sec2 .point {
    padding: 0 15px;
  }

  .service-sec2 .margen-superior {
    margin-top: 50px;
  }
  .service-sec2 .col-md-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.serv-computo .button {
  background: transparent;
  position: relative;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgb(62, 163, 240);
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: rgb(58, 161, 240);
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
}

.serv-computo .button span {
  margin: 10px;
}

.serv-computo .button::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
}

.serv-computo .button:hover {
  color: #fff;
  border: 1px solid rgb(40, 144, 241);
}

.serv-computo .button:hover::before {
  box-shadow: inset 0 0 0 10em rgb(62, 163, 240) !important;
}

/*SOMOS*/
.somos-sec1 {
    background-image: 
        url(../img/somos/bannersomos2026.jpg);
    background-color: rgba(0, 0, 0, 0.5); /* el “filtro” */
    background-blend-mode: darken; /* mezcla */
    
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center center;
    height: 600px;
}


.somos-sec1 h1 {
  text-align: center;
  color: #fff;
  padding-top: 250px;
}

.somos-sec1 p {
  color: #fff;
  margin-top: 20px;
}
.somos-sec1 .img-somos {
  max-width: 455px;
  position: relative;
}

@media (max-width: 992px) {
  .somos-sec1 {
    padding: 0px 0px;
  }
  .somos-sec1 h1 {
    font-size: 40px;
  }
  .somos-sec1 p {
    font-size: 16px;
  }
  .somos-sec1 .img-somos {
    margin-bottom: -115px;
  }
  .somos-objetivo {
    padding: 20px 0px 0px 0px!important;
  }
}

@media (max-width: 768px) {
  .somos-sec1 .img-somos {
    display: none !important;
  }
}

/* Fin de la seccion 1*/
.somos-objetivo {
  background-color: #eaeaea;
  padding: 0px 0px 0px 0px;
}

.somos-objetivo .col-md-6 {
  margin-top: auto;
  margin-bottom: auto;
}

.somos-objetivo h1 {
  color: #0c336e !important;
  font-size: 45px;
  font-family: "Poppins-Bold";
}

.somos-objetivo p {
  color: #0c336e !important;
}

.somos-objetivo img {
  width: 100%;
}

@media (max-width: 992px) {
  .somos-objetivo {
    padding: 50px 0px 50px 0px;
  }
}

.somos-mision {
  background-color: #eaeaea;
  padding: 0px 0px 0px 0px;
}

.somos-mision .col-md-6 {
  margin-top: auto;
  margin-bottom: auto;
}

.somos-mision h1 {
  color: #0c336e !important;
  font-size: 45px;
  font-family: "Poppins-Bold";
}

.somos-mision p {
  color: #0c336e !important;
}

.somos-mision img {
  width: 100%;
}
@media (max-width: 992px) {
  .somos-mision {
    padding: 0px 0px 50px 0px;
  }
}

.somos-vision {
  background-color: #eaeaea;
  padding: 0px 0px 0px 0px;
}

.somos-vision .col-md-6 {
  margin-top: auto;
  margin-bottom: auto;
}

.somos-vision h1 {
  color: #0c336e !important;
  font-size: 45px;
  font-family: "Poppins-Bold";
}

.somos-vision p {
  color: #0c336e !important;
}

.somos-vision img {
  width: 100%;
}
@media (max-width: 992px) {
  .somos-vision {
    padding: 0px 0px 50px 0px;
  }
}

.somos-valores {
  background-color: #eaeaea;
  padding: 0px 0px 0px 0px;
}

.somos-valores .col-md-6 {
  margin-top: auto;
  margin-bottom: auto;
}

.somos-valores h1 {
  color: #0c336e !important;
  font-size: 45px;
  font-family: "Poppins-Bold";
}

.somos-valores p {
  color: #0c336e !important;
}

.somos-valores img {
  width: 100%;
}

@media (max-width: 992px) {
  .somos-valores {
    padding: 0px 0px 50px 0px;
  }
}

/* Fin de la seccion SOMOS*/

.contac-sec1 {
  background-image: url(../img/contacto/1.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}

.contac-sec1 h1 {
  color: #fff;
  padding-top: 250px;
}

@media (max-width: 992px) {
  .contac-sec1 {
    background-position: -400px;
  }
  
}
@media (max-width: 768px) {
  .contac-sec1 {
    padding: 100px 0;
  }
}

/*Seccion 2*/
.contac-sec2 {
  padding: 80px 0px 0px 0px !important;
}

.text-contac h1 {
  color: #fff;
}

.formulario .form-group {
  font-family: "Poppins-Regular";
  color: #ffffff;
  text-align: left;
}

.contac-sec2 {
  background-image: url(../img/contacto/banner5.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4px 0px 160px 0px;
}

.formulario button {
  font-family: inherit;
  font-size: 20px;
  background: rgb(58, 161, 240);
  color: white;
  padding: 0.7em 1em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
  cursor: pointer;
}

.formulario button span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
}

.formulario button svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

.formulario button:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

.formulario button:hover svg {
  transform: translateX(1.2em) rotate(45deg) scale(1.1);
}

.formulario button:hover span {
  transform: translateX(5em);
}

.formulario button:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }

  to {
    transform: translateY(-0.1em);
  }
}

.intp {
  border: none;
  background-color: #0d346f;
  border-bottom: 2px solid #3aa1f0;
  color: #ffffff;
  width: 100%;
}

.img-contac {
  max-width: 100%;
  margin-bottom: -12px;
}

@media (max-width: 768px) {
  .text-contac h1,
  .text-contac h2 {
    font-size: 36px;
  }

  .formulario button {
    font-size: 18px;
    padding: 10px 20px;
  }

  .img-contac {
    margin-top: 40px;
    width: 100%;
    max-width: 400px;
    margin-right: 0px;
    margin-bottom: -7px;
  }
}

/*fin del sec2*/

fooder ul li {
  border-top: 2px solid #fff;
  padding: 0px 10px;
}

fooder ul li:hover {
  border-top: 2px solid #0c336e;
}

fooder ul li a {
  letter-spacing: 2px;
  color: rgb(247, 242, 242) !important;
  font-family: "Poppins-Regular";
  font-size: 13px;
}

@media (min-width: 992px) {
}

/*CSS UPDATE 2026*/


@media screen 
and (max-width: 1440px)
and (max-height: 900px)
and (-webkit-min-device-pixel-ratio: 2) {

    .service-banner {
        background-position: center center;
    }

}

@media screen 
and (max-width: 1440px)
and (max-height: 900px)
and (-webkit-max-device-pixel-ratio: 1.9) {

    .service-banner {
        background-position: center center;
    }

}

.iconos-nav a {
    display: inline-flex;
    padding: 8px; /* Esto hace que el área "clicleable" sea más grande */
    transition: transform 0.2s ease;
}

.iconos-nav a:hover {
    transform: scale(1.1); /* Un pequeño efecto visual para confirmar que se puede clicar */
}