@font-face {
  font-family: 'Calibri-Bold';
  src: url('../fonts/Calibri-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Calibri-Regular';
  src: url('../fonts/Calibri-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Calibri-Light';
  src: url('../fonts/Calibri-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../cookies/fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../cookies/fonts/Roboto-Bold.ttf') format('truetype');
}

.clearer {
  clear: both;
}
.web_width {
  width: 85%;
  margin: 0 auto;
}
header .web_width {
  width: 95%;
}
.avisolegalcss {
  font-family: 'Calibri-Light';
  font-size: 14px;
}
.avisolegalcss b {
  font-family: 'Calibri-Regular';
}
.avisolegalcss strong {
  font-family: 'Calibri-Regular';
  font-size: 130%;
}
.alert-success {
  background: none;
  font-family: 'Calibri-Light';
  color: black;
  border-color: #e8e8e8;
  font-size: 16px;
}
.modal-xl {
  width: 1200px;
  max-width: 95%;
}
.modal-content {
  border-radius: 0;
}
.modal-header {
  border: none;
}
.whatsapp {
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 4;
  bottom: 0;
  right: 0;
  text-decoration: none;
  padding: 40px;
}
.whatsapp .text {
  opacity: 0;
  padding: 5px 15px;
  margin-right: 20px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  color: black;
  font-family: 'Calibri-Light';
  font-size: 20px;
  transition: 0.5s;
  border-radius: 10px;
  background: white;
  position: relative;
}
.whatsapp .text:after {
  content: '';
  position: absolute;
  right: -8px;
  top: 11px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
}
.whatsapp:hover {
  text-decoration: none;
}
.whatsapp:hover .text {
  opacity: 1;
}
.whatsapp:hover img {
  background: #128c7e;
}
.whatsapp img {
  width: 75px;
  padding: 3px;
  border-radius: 40px;
  background: #25d366;
  transition: 2s;
}
section {
  padding: 80px 0;
  position: relative;
}
section .scroll_go {
  position: relative;
}
section a.boton_st {
  background: rgba(0, 157, 224, 0.9);
  padding: 10px 40px;
  color: white;
  transition: 0.3s;
  font-family: 'Calibri-Regular';
  font-size: 25px;
  width: max-content;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

section a.boton_st:after {
  top: 0;
  left: 0;
  height: 0;
  content: '';
  position: absolute;
  width: 100%;
  background: black;
  transition: all 0.2s ease-out;
  z-index: -1;
}
section a.boton_st:hover {
  text-decoration: none;
}
section a.boton_st:hover:after {
  height: 100%;
}
section a.boton_st.white {
  background: white;
  border: solid 1px black;
  color: black;
}
section a.boton_st:focus {
  outline: none;
}
section.titlemodal {
  padding: 0;
}
section.titlemodal .title_bg {
  width: 95%;
}
section .title_bg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  font-size: 23px;
  padding: 30px 0;
}
section .title_bg .line {
  width: 20%;
  padding-bottom: 20px;
  position: relative;
  height: 50px;
  font-family: 'Calibri-Light';
  font-size: 100%;
}
section .title_bg .line.is-active:after {
  width: 100%;
}
section .title_bg .line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: black;
  transition: all 0.3s ease-out;
  transition-delay: 0.5s;
}
section .title_bg .text {
  width: 75%;
  font-family: 'Calibri-Regular';
}
section .title_bg .text h3 {
  font-size: 200%;
  margin-top: 0;
  background-image: linear-gradient(to right, #009de0, #009de0);
  background-size: 0 100%;
  background-repeat: no-repeat;
  display: inline;
  transition: all 0.8s cubic-bezier(0.26, 1.04, 0.54, 1);
  line-height: 122%;
  letter-spacing: 0.4px;
  color: black;
}
section .title_bg .text h3:hover {
  background-size: 100% 100%;
  color: white;
  transition: 0;
}
section .title_bg .text h4 {
  font-size: 130%;
  line-height: 1.4;
  margin-bottom: 40px;
  color: black;
}
section .title_bg .text h4 li {
  list-style: none;
  padding-bottom: 10px;
}
section.titlemodal .title_bg .text h4 {
  font-size: 100%;
}
section .title_bg .text h4 b {
  font-family: 'Calibri-Bold';
}
section .title_bg .text h4 span {
  color: #009de0;
}
header {
  padding: 0;
  width: 100%;
  transition: 0.2s;
  background: white;
  position: relative;
  top: 0;
  z-index: 10;
  font-family: 'Calibri-Regular';
  letter-spacing: 1px;
  font-size: 15px;
}
header.scroll {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 3;
}
header.scroll .content .logo img {
  width: 11vw;
  min-width: 120px;
}
header.scroll .content nav li {
  padding: 25px 0.5vw;
}

header .content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
header .content .logo img {
  transition: 0.2s;
  width: 14vw;
  min-width: 150px;
}
header .content nav .closemenu,
header .content nav .logomobile {
  display: none;
}
header .content nav .closemenu {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: solid 2px #fff;
  color: #fff;
  opacity: 1;
  margin: 0;
  padding: 1px 12px;
  font-family: 'Calibri-Regular';
  font-size: 24px;
  cursor: pointer;
}
header .content nav .closemenu.active {
  display: block;
}
header .content nav .mobile {
  display: inline-block;
}
header .content nav li {
  display: inline-block;
  padding: 40px 0.2vw;
  margin: 0 0.5vw;
  position: relative;
  color: black;
  transition: 0.4s;
}
header .content nav li.color {
  background: #009de0;
  color: white;
}
header .content nav li.actived {
  display: inline-block !important;
}
header .content nav li.color a:before {
  border-bottom: 2px solid white;
}
header .content nav li a {
  color: inherit;
  padding: 4px;
  z-index: 2;
  position: relative;
  display: inline-flex;
  overflow: hidden;
}
header .content nav li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #009de0;
}
header .content nav li a:hover {
  text-decoration: none;
}
header .content nav li a:hover:before {
  opacity: 1;
  bottom: 0;
}
header .content nav li.burger {
  display: none;
}
header .content nav li.burger img {
  width: 30px;
}
header .content nav li.dropdown {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  width: 70px;
  padding: 0;
  margin: 0;
  margin-left: 10px;
}
header .content nav li.dropdown span {
  width: 100%;
  text-align: center;
  padding: 5px 20px;
  display: inline-block;
  border: solid 1px black;
}
header .content nav li.dropdown:hover:after {
  transform: rotate(90deg);
}
header .content nav li.dropdown:hover .dropdown-content {
  display: block;
  text-align: center;
}
header .content nav li.dropdown:hover .dropdown-content a {
  padding: 10px 0;
  display: block;
}
header .content nav li.dropdown:hover .dropdown-content a::before {
  display: none;
}
header .content nav li.dropdown:hover .dropdown-content a.selected {
  display: none;
}
header .content nav li .dropdown-content {
  display: none;
  z-index: 2;
  position: absolute;
  left: 0px;
  border: solid 1px black;
  font-size: 90%;
  border-top: 0;
  width: 70px;
  background-color: white;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  z-index: 1;
  text-align: center;
}
#cabecera .bigitems {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cabecera .bigitems .logos {
}
#cabecera .bigitems .logos img {
  height: 60px;
  margin: 20px;
  display: inline-block;
}
#cabecera .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 45vh;
  min-height: 550px;
  font-size: 70px;
  max-width: 100%;
}
#cabecera .content h1 {
  font-family: 'Calibri-Bold';
  font-size: 100%;
  color: black;
  margin-bottom: 10px;
}
#cabecera .content h2 {
  font-family: 'Calibri-Regular';
  font-size: 50%;
  width: 800px;
  max-width: 100%;
  line-height: 1.3;
  margin-bottom: 30px;
  color: black;
}
#cabecera a.boton_st {
  display: inline-block;
  margin-right: 20px;
}
#cabecera a.boton_st.white {
  background: white;
  border: solid 1px black;
  color: black;
}
#servicios {
  padding: 0;
}
#servicios .title {
  font-family: 'Calibri-Regular';
  font-size: 56px;
  padding-bottom: 20px;
}
#servicios .bloque {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#servicios .bloque.items3 .item {
  width: 33.33%;
}
#servicios .bloque.items3 .item:after {
  width: 33.33%;
}
#servicios .bloque.items4 .item {
  width: 25%;
}
#servicios .bloque.items4 .item:after {
  width: 25%;
}
#servicios .bloque.items2 .item {
  width: 50%;
}
#servicios .bloque.items2 .item:after {
  width: 50%;
}
#servicios .bloque .item {
  background: rgba(0, 0, 0, 0.4);
  font-size: 35px;
  height: 27vw;
  min-height: 400px;
  padding: 30px;
}
#servicios .bloque.nohover .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#servicios .bloque.nohover .item .info {
  text-align: center;
  font-family: 'Calibri-Bold';
  font-size: 25px;
  color: white;
  cursor: pointer;
}
#servicios .bloque .item:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -2;
  transition: 1s;
}
#servicios .bloque .item.servicio_1:after {
  background: url(../images/servicios-01.jpg) no-repeat 50% 50% / cover;
  left: 0;
}
#servicios .bloque .item.servicio_2:after {
  background: url(../images/servicios-02.jpg) no-repeat 50% 50% / cover;
  left: 33.33%;
}
#servicios .bloque .item.servicio_3:after {
  background: url(../images/servicios-03.jpg) no-repeat 50% 50% / cover;
  left: 66.66%;
}
#servicios .bloque .item.servicio_4:after {
  background: url(../images/servicios-04.jpg) no-repeat 50% 50% / cover;
  left: 0;
}
#servicios .bloque .item.servicio_5:after {
  background: url(../images/servicios-05.jpg) no-repeat 50% 50% / cover;
  left: 50%;
}
#servicios .bloque .item.solucion_1:after {
  background: url(../images/solucion-01.jpg) no-repeat 50% 50% / cover;
  left: 0;
}
#servicios .bloque .item.solucion_2:after {
  background: url(../images/solucion-02.jpg) no-repeat 50% 50% / cover;
  left: 25%;
}
#servicios .bloque .item.solucion_3:after {
  background: url(../images/solucion-03.jpg) no-repeat 50% 50% / cover;
  left: 50%;
}
#servicios .bloque .item.solucion_4:after {
  background: url(../images/solucion-04.jpg) no-repeat 50% 50% / cover;
  right: 0;
}
#servicios .bloque .item .title {
  color: white;
  font-family: 'Calibri-Bold';
  font-size: 100%;
  margin: 20px 0;
}
#servicios .bloque .item .subtitle {
  color: white;
  margin: 20px 0;
  padding-top: 20px;
  font-family: 'Calibri-Regular';
  font-size: 70%;
  opacity: 0;
  transition: 0.4s;
  position: relative;
}
#servicios .bloque.nohover .item .subtitle {
  opacity: 1;
}
#servicios .bloque .item .subtitle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  background: white;
  height: 2px;
}

#servicios .bloque :not(.nohover) .item:hover:after {
  width: 100%;
  left: 0 !important;
  right: 0;
  z-index: -1;
}
#servicios .bloque .item:hover .subtitle {
  opacity: 1;
}
#section3 h4 {
  margin-bottom: 0;
}
#proyectos {
  background: #f3f3f3;
  padding: 0;
}
#proyectos {
  width: 100%;
}
#proyectos .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#proyectos .item.reverse {
  flex-direction: row-reverse;
}
#proyectos .item .text {
  font-size: 30px;
  width: 38%;
  font-family: 'Calibri-Regular';
  padding: 0 10vw;
  padding-right: 5vw;
}
#proyectos .item.kit .text {
  width: 45%;
  padding: 30px 5vw;
}
#proyectos .item.kit .imagen {
  width: 55%;
}
#proyectos .item .text .title {
  color: black;
  font-size: 190%;
  margin: 20px 0;
  margin-top: 0;
}
#proyectos .item .text .subtitle {
  color: black;
  margin: 20px 0;
  padding-top: 20px;
  font-size: 110%;
  transition: 0.4s;
  position: relative;
}
#proyectos .item .text .subtitle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  background: black;
  height: 2px;
}
#proyectos .item .imagen {
  width: 62%;
  height: 45vw;
  min-height: 300px;
}

#proyectos a.boton_st {
  width: 80%;
  font-size: 20px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
#tabla {
  background: #f3f3f3;
}
#tabla .tabla {
  width: 80%;
  margin: 0 auto;
}
#tabla .tabla table {
  width: 100%;
  background: white;
}
#tabla .tabla table tbody {
  font-size: 25px;
}
#tabla .tabla table tbody tr:first-child {
  background: #56585a;
  color: white;
  font-family: 'Calibri-Bold';
}
#tabla .tabla table tbody tr td {
  padding: 20px 20px;
  font-family: 'Calibri-Regular';
  border-bottom: 1px solid #56585a;
}
#tabla .tabla table tbody tr span {
  color: #009de0;
}
#kitinfo {
}
#kitinfo .title {
  font-family: 'Calibri-Regular';
  font-size: 30px;
  text-align: center;
  padding-bottom: 30px;
}
#kitinfo .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#kitinfo .logos img {
  height: 60px;
  margin: 15px;
}
#clientes {
  background: #1a1a1a;
}
#clientes .title {
  color: white;
  font-family: 'Calibri-Light';
  font-size: 45px;
  position: relative;
  width: max-content;
  max-width: 100%;
  padding-bottom: 20px;
}
#clientes .title.is-active:after {
  width: 40%;
}
#clientes .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: white;
  transition: all 0.3s ease-out;
  transition-delay: 0.5s;
}
#clientes .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 60px;
}
#clientes .content .item {
  opacity: 0;
  transition-delay: 2s;
  transition: 1s;
  width: 16.6%;
  min-width: 200px;
  display: flex;
  align-items: center;
}
#clientes .content .item.is-active {
  opacity: 1;
}
#clientes .content .item img {
  width: 100%;
  max-width: 260px;
}
#footerform {
  padding: 0;
}
#footerform .content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
}
#footerform .content .box {
  width: 50%;
  padding: 60px 8vw;
  font-size: 18px;
}
#footerform .content .box:first-child {
  background: #009de0;
  color: white;
  display: flex;
  align-items: center;
}
#footerform .content .box:first-child .titlebig {
  font-size: 300%;
  font-family: 'Calibri-Regular';
  line-height: 1.1;
  padding-bottom: 20px;
}
#footerform .content .box:first-child .subtitlebig {
  font-size: 150%;
  font-family: 'Calibri-Regular';
}
#footerform .content .box:first-child .list {
  padding-top: 40px;
}
#footerform .content .box:first-child .list li {
  list-style: none;
  position: relative;
  padding-left: 50px;
  font-family: 'Calibri-Regular';
  font-size: 100%;
  margin: 10px 0;
}
#footerform .content .box:first-child .list li:after {
  content: '';
  position: absolute;
  height: 2px;
  background: white;
  left: 0;
  top: 49%;
  width: 40px;
}
#footerform .content .form .title {
  font-family: 'Calibri-Bold';
  font-size: 140%;
  padding: 10px;
}
#footerform .content .form form {
  padding: 10px 0;
}
#footerform .content .form form .inputs {
  display: flex;
  flex-wrap: wrap;
}
#footerform .content .form form .inputs .input-style {
  padding: 10px;
  width: 100%;
}
#footerform .content .form form.int .inputs .input-style.md {
  width: 60%;
}
#footerform .content .form form.int .inputs .input-style.sm {
  width: 40%;
}
#footerform .content .form form .inputs .input-style input,
#footerform .content .form form .inputs .input-style textarea,
#footerform .content .form form .inputs .input-style select {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: black;
  border-bottom: 1px solid #4d4d4d;
  font-size: 100%;
  font-family: 'Calibri-Light';
  resize: none;
}
#footerform .content .form form .inputs .input-style input:focus,
#footerform .content .form form .inputs .input-style textarea:focus,
#footerform .content .form form .inputs .input-style input:hover,
#footerform .content .form form .inputs .input-style textarea:hover {
  border-bottom: 1px solid black;
}
#footerform .content .form form .inputs .input-style input::placeholder,
#footerform .content .form form .inputs .input-style textarea::placeholder {
  color: black;
}
#footerform .content .form form .inputs .input-style textarea {
  border: solid 1px #4d4d4d;
  height: 150px;
  padding: 5px;
}
#footerform .content .form form.int .submits {
  padding: 0 10px;
}
#footerform .content .form form .submits .checkbox label {
  display: inline-block;
  color: black;
  cursor: pointer;
  position: relative;
  padding: 0;
  font-family: 'Calibri-Light';
}
#footerform .content .form form .submits .checkbox label a {
  color: inherit;
}
#footerform .content .form form .submits .checkbox label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 25px;
  height: 25px;
  transform-origin: center;
  border: 1px solid black;
  vertical-align: -6px;
  margin-right: 10px;
  transition: background-color 150ms 200ms,
    transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}
#footerform .content .form form .submits .checkbox label span:before {
  content: '';
  width: 0px;
  height: 2px;
  border-radius: 2px;
  background: #009de0;
  position: absolute;
  transform: rotate(45deg);
  top: 13px;
  left: 9px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}
#footerform .content .form form .submits .checkbox label span:after {
  content: '';
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #009de0;
  position: absolute;
  transform: rotate(305deg);
  top: 16px;
  left: 10px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}
#footerform .content .form form .submits .checkbox label:hover span:before {
  width: 5px;
  transition: width 100ms ease;
}
#footerform .content .form form .submits .checkbox label:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}
#footerform .content .form form .submits .checkbox input[type='checkbox'] {
  display: none;
}
#footerform
  .content
  .form
  form
  .submits
  .checkbox
  input[type='checkbox']:checked
  + label
  span {
  background-color: white;
  transform: scale(1.25);
}
#footerform
  .content
  .form
  form
  .submits
  .checkbox
  input[type='checkbox']:checked
  + label
  span:after {
  width: 10px;
  background: #blue;
  transition: width 150ms ease 100ms;
}
#footerform
  .content
  .form
  form
  .submits
  .checkbox
  input[type='checkbox']:checked
  + label
  span:before {
  width: 5px;
  background: #blue;
  transition: width 150ms ease 100ms;
}
#footerform
  .content
  .form
  form
  .submits
  .checkbox
  input[type='checkbox']:checked
  + label:hover
  span {
  transform: scale(1.25);
}
#footerform
  .content
  .form
  form
  .submits
  .checkbox
  input[type='checkbox']:checked
  + label:hover
  span:after {
  width: 10px;
  background: #009de0;
  transition: width 150ms ease 100ms;
}
#footerform
  .content
  .form
  form
  .submits
  .checkbox
  input[type='checkbox']:checked
  + label:hover
  span:before {
  width: 5px;
  background: #009de0;
  transition: width 150ms ease 100ms;
}
#footerform .content .form form .submits .submit {
  text-align: right;
  width: 100%;
}
#footerform .content .form form .submits .submit div {
  display: inline-block;
  width: max-content;
  position: relative;
}
#footerform .content .form form .submits .submit div:after {
  top: 0;
  left: 0;
  height: 0;
  content: '';
  position: absolute;
  width: 100%;
  background: black;
  transition: all 0.2s ease-out;
  z-index: -1;
}
#footerform .content .form form .submits .submit div:hover {
  text-decoration: none;
}
#footerform .content .form form .submits .submit div:hover:after {
  height: 100%;
}
#footerform .content .form form .submits .submit input {
  background: rgba(0, 157, 224, 0.95);
  padding: 10px 4vw;
  color: white;
  transition: 0.3s;
  font-family: 'Calibri-Regular';
  font-size: 25px;
  width: max-content;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  border: none;
  text-transform: uppercase;
}
#prefooter .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  font-size: 16px;
}
#prefooter .content .item {
  width: 20%;
  padding: 10px 2vw;
}
#prefooter .content .item img {
  width: 180px;
}
#prefooter .content .item .title {
  font-family: 'Calibri-Bold';
  position: relative;
  padding: 10px 0;
}
#prefooter .content .item .title:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background: black;
  height: 2px;
  width: 50px;
}
#prefooter .content .item .subtitle {
  padding-top: 10px;
  font-family: 'Calibri-Regular';
}
#prefooter .content .item .subtitle a {
  color: inherit;
}
footer {
  padding-bottom: 2vw;
}
footer .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
footer .content .item .redes {
  display: flex;
}
footer .content .item .redes a {
  padding: 0 10px;
}
footer .content .item .redes a img {
  width: 30px;
  transition: 0.4s;
}
footer .content .item .redes a img:hover {
  transform: scale(1.2);
}
footer .content .item .politica a {
  font-family: 'Calibri-Light';
  font-size: 16px;
  padding: 5px 20px;
  color: black;
  cursor: pointer;
}
footer .content .item .politica a:nth-child(-n + 2) {
  border-right: 1px solid black;
}
@media only screen and (max-width: 1390px) {
  section .title_bg,
  #proyectos .item .text {
    font-size: 25px;
  }
  #servicios .bloque .item {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1284px) {
  header .content nav li {
    margin: 0;
  }
  header {
    font-size: 14px;
  }
  #cabecera .bigitems {
    flex-wrap: wrap;
  }
  #cabecera .bigitems .logos {
    width: 100%;
  }
  .web_width {
    width: 85%;
  }
  section .title_bg {
    width: 100%;
  }
  header .content nav li a {
    padding: 4px 2px;
  }
  #footerform .content .box:first-child .titlebig {
    font-size: 250%;
  }
}
@media only screen and (max-width: 992px) {
  section .title_bg,
  #proyectos .item .text {
    font-size: 22px;
  }
  header {
    font-size: 2vw;
  }
  header .content nav li.dropdown {
    font-size: 17px;
    margin-left: 0;
  }
  header .content nav li.burger {
    display: inline-block;
    padding: 20px 0;
  }
  header .content nav li {
    display: none;
    text-align: center;
  }
  header .content nav .mobile li,
  header .content nav .mobile .logomobile {
    display: block;
    color: white;
    padding-bottom: 3vh;
  }
  header .content nav .mobile .logomobile img {
    width: 200px;
  }
  header .content nav .mobile {
    display: none;
    position: fixed;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.95);
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 7vh;
  }
  header .content nav .mobile.active {
    display: flex;
  }
  header .content nav li,
  header.scroll .content nav li,
  header .content nav li .dropdown-content a,
  header .content nav li.dropdown {
    padding: 2vh 20px;
  }
  header .content nav li.dropdown {
    padding: 0;
  }
  header .content nav li .dropdown-content {
    display: block;
    background: none;
    font-size: 120%;
    width: 100%;
    position: relative;
    padding: 0;
  }
  header .content nav li.dropdown {
    width: 50%;
  }
  header .content nav li.dropdown span {
    display: none;
  }
  header .content nav li a.selected {
    display: none;
  }
  header .content nav li a {
    display: block;
  }
  header .content nav li.dropdown:hover .dropdown-content a {
    padding: 4px;
  }
  #servicios .bloque .item {
    font-size: 25px;
  }
  #cabecera .content {
    font-size: 50px;
  }
  #prefooter .content .item:first-child {
    width: 100%;
    text-align: center;
  }
  #prefooter .content .item {
    width: 50%;
  }
  #servicios .bloque.items4 .item {
    width: 50% !important;
    position: relative;
  }
  #servicios .bloque.items4 .item:after {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }
  section .title_bg,
  #proyectos .item .text,
  #footerform .content .box,
  #servicios .bloque .item {
    font-size: 20px;
  }
  section .title_bg .text h3,
  #proyectos .item .text .title,
  #footerform .content .box:first-child .titlebig {
    font-size: 150%;
  }
  section .title_bg .text h4,
  #proyectos .item .text .subtitle,
  #footerform .content .box:first-child .subtitlebig {
    font-size: 100%;
  }
  #servicios .title {
    font-size: 30px;
  }
  #footerform .content .box:first-child .list li {
    font-size: 80%;
  }
  #servicios .bloque .item .title {
    font-size: 120%;
  }
  #servicios .bloque .item .subtitle {
    font-size: 100%;
  }
  section .title_bg .line {
    width: 15%;
  }
  section .title_bg .text {
    width: 80%;
  }
  section a.boton_st {
    font-size: 20px;
    display: block;
  }
  #cabecera .content {
    min-height: inherit;
    height: 400px;
    font-size: 40px;
  }
  #servicios .bloque .item {
    width: 100% !important;
    position: relative;
  }
  #servicios .bloque .item:after {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
  }
  #servicios .bloque .item {
    min-height: 300px;
  }
  #clientes .title {
    font-size: 30px;
  }
  #clientes .content .item.ocultar {
    display: none;
  }
  #proyectos .item .text,
  #proyectos .item.kit .text {
    width: 100%;
  }
  #proyectos .item .imagen,
  #proyectos .item.kit .imagen {
    height: 50vw;
    width: 100%;
    min-height: 350px;
    margin-top: 20px;
  }
  #footerform .content .box {
    width: 100%;
  }
  #cabecera .bigitems .logos img,
  #kitinfo .logos img {
    height: 40px;
    margin: 10px;
  }
  #cabecera .bigitems .logos {
    max-width: 100%;
    padding-top: 30px;
  }
  #tabla .tabla {
    width: 100%;
  }
  #tabla .tabla table tbody {
    font-size: 20px;
  }
  #kitinfo .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  header {
    font-size: 4vw;
  }
  section {
    padding: 20px 0;
  }
  section .title_bg,
  #proyectos .item .text {
    font-size: 18px;
  }
  section .title_bg,
  #proyectos .item .text,
  #footerform .content .box,
  #servicios .bloque .item {
    font-size: 18px;
  }
  #servicios .title {
    font-size: 25px;
  }
  section .title_bg .text {
    padding-bottom: 20px;
  }
  #clientes .title {
    font-size: 27px;
  }
  #clientes .content .item {
    min-width: 33.33%;
    padding: 8px;
  }
  #clientes .content {
    padding-top: 20px;
  }
  section .title_bg {
    padding: 0;
  }
  section .title_bg .line {
    width: 50%;
    padding-bottom: 0px;
    margin-bottom: 20px;
    height: 40px;
  }
  section .title_bg .text {
    width: 100%;
  }
  #servicios .bloque .item {
    min-height: 340px;
  }
  #footerform .content .box {
    margin: 0 auto;
    padding: 20px 5%;
  }
  #footerform .content .form .title {
    font-size: 120%;
  }
  #footerform .content .form form .submits .submit input {
    padding: 10px 20px;
    font-size: 20px;
  }
  #prefooter .content {
    font-size: 14px;
  }
  #tabla .tabla table tbody {
    font-size: 18px;
  }
  footer .content .item .redes {
    justify-content: center;
    padding-bottom: 20px;
  }
  footer .content .item .redes a img {
    width: 25px;
  }
  footer .content .item .politica {
    text-align: center;
  }
  footer .content .item .politica a {
    display: block;
  }
  footer .content .item .politica a:first-child {
    border: none;
  }
  footer .content .item {
    width: 100%;
  }
  .whatsapp {
    padding: 10px;
  }
  .whatsapp img {
    width: 50px;
    padding: 3px;
  }
}
