@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@600&display=swap");
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Exo 2", sans-serif;
}

nav {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 3;
  box-shadow: rgba(81, 83, 86, 0.2) 0px 8px 24px;
  text-transform: uppercase;
  overflow: hidden;
}
nav a {
  text-decoration: none;
  flex: 1;
  color: #5c5a5a;
  padding: 20px;
  font-size: 25px;
  transition: 0.2s ease-in-out all;
  font-weight: 500;
  margin-left: 80px;
  border-left: #6c7273;
}
nav a:hover {
  color: #902929;
}
nav a img {
  width: 400px;
  height: 100px;
}
nav .v-line {
  border-left: 3px solid #5c5a5a;
  height: 49%;
  left: 50%;
  position: absolute;
}
nav .v-line2 {
  border-left: 3px solid #5c5a5a;
  height: 49%;
  position: absolute;
  display: flex;
  right: 500px;
}
nav .v-line3 {
  border-left: 3px solid #5c5a5a;
  height: 49%;
  position: absolute;
  display: flex;
  right: 250px;
}
nav .container-menu {
  display: flex;
  margin-right: 50px;
}
nav .container-menu .indicador {
  width: 0px;
  height: 7px;
  position: absolute;
  bottom: 0;
  transition: 0.3s ease-out all;
  transform: translate(-500px);
}

/*-------------------------- CAROUSEL --------------------------------------*/
.carousel__contenedor {
  position: relative;
  height: 400px;
}
.carousel__contenedor .carousel__siguiente {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  top: calc(50% - 35px);
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #ff0000;
  opacity: 80%;
}
.carousel__contenedor .carousel__siguiente:hover {
  opacity: 100%;
}
.carousel__contenedor .carousel__anterior {
  left: 0;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  top: calc(50% - 35px);
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #ff0000;
  opacity: 80%;
}
.carousel__contenedor .carousel__anterior i {
  font-size: 50px;
}
.carousel__contenedor .carousel__siguiente {
  right: 15px;
}
.carousel__contenedor .carousel__siguiente i {
  font-size: 50px;
}
.carousel__contenedor .carousel__lista {
  overflow: hidden;
  height: 400px;
}
.carousel__contenedor .carousel__lista .carousel__elemento {
  text-align: center;
}
.carousel__contenedor .carousel__lista .carousel__elemento img {
  width: 1200px;
  height: 400px;
  object-fit: cover;
}

.carousel__indicadores .glider-dots {
  display: block;
  width: 30px;
  height: 4px;
  background: #fff;
  opacity: 0.2;
  border-radius: 0;
}
.carousel__indicadores .glider-dots:hover {
  opacity: 0.5;
}
.carousel__indicadores .glider-dots.active {
  opacity: 1;
}

/*-------------------------- ICONOCS -------------------------*/
.expe {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  margin: 0 50px 0 50px;
}
.expe .icons {
  padding: 50px;
  text-align: center;
  width: 500px;
  height: 300px;
}
.expe .icons img {
  text-align: center;
  width: 80px;
  height: 80px;
}

/*------------------------ BANNER BIENVENIDA --------------------------*/
.bienvenida {
  background: rgb(125, 0, 0);
  background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 295px;
  margin: 0 105px 0 105px;
}
.bienvenida .text__bienvenida {
  font-size: 20px;
  margin: 100px;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: justify;
}
.bienvenida .text__img {
  width: 3000px;
  height: 295px;
}
.bienvenida .text__img img {
  width: 100%;
  height: 100%;
}

/*------------------------ BANNER AUTO ----------------------------*/
.banner__auto {
  background: rgb(125, 0, 0);
  background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner__auto .img__auto {
  width: 700px;
  height: 300px;
  margin: 0 0 0 200px;
}
.banner__auto .img__auto img {
  width: 100%;
}
.banner__auto .text__auto {
  margin: 0 200px 0 0;
}
.banner__auto .text__auto p {
  font-size: 50px;
  color: #6d7272;
}
.banner__auto .text__auto p a {
  color: #fff;
  text-decoration: none;
}

/*<---------------------------- BANNER AUTO SECTION CONTACTO ------------------------------------------>*/
.banner__autoc {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner__autoc .img__autoc {
  width: 80%;
  height: 300px;
  clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
  background: rgb(125, 0, 0);
  background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
}
.banner__autoc .img__autoc img {
  width: 60%;
  margin-left: 110px;
  position: relative;
  top: 30px;
}
.banner__autoc .img__autoc .text__autoc {
  color: #000;
  top: 50px;
}
.banner__autoc .img__autoc .text__autoc p {
  color: #6c7273;
  position: relative;
  bottom: 300px;
  left: 230px;
  font-size: 25px;
}
.banner__autoc .img__autoc .text__autoc p a {
  color: #fff;
}
.banner__autoc .img__content__circle {
  width: 50%;
}
.banner__autoc .img__content__circle img {
  width: 100%;
  height: 100%;
  position: relative;
  top: 25px;
}

/*---------------------------- Formulario Inicio ----------------------*/
.contacto__banner {
  height: 630px;
  display: flex;
  margin: 50px 0 25px 0;
  background: url("../img/fumi/bgcontac.jpeg");
  background-size: cover;
}
.contacto__banner .text__contacto {
  margin: 100px 0 0 0;
}
.contacto__banner .text__contacto p {
  font-size: 20px;
  text-transform: uppercase;
  text-align: justify;
  padding: 100px;
  color: #6d7272;
  height: 300px;
  width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
.contacto__banner .text__contacto .sellos__inicio {
  width: 100px;
  margin-left: 60px;
}
.contacto__banner .text__contacto .sellos__inicio img {
  width: 800px;
}
.contacto__banner .formcontent {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  border-top: solid 5px rgb(228, 34, 36);
  height: 565px;
  box-shadow: 5px 0px 42px;
}
.contacto__banner .formcontent form {
  width: 90%;
  padding: 0;
  border: none;
}
.contacto__banner .formcontent form h4 {
  font-size: 25px;
  padding: 50px;
  color: #3c4040;
  margin-left: 50px;
}
.contacto__banner .formcontent form .content__asuntos select {
  width: 100%;
  height: 50px;
  border: 2px solid #3c4040;
  margin-bottom: 5px;
  font-size: 15px;
  padding-left: 15px;
}
.contacto__banner .formcontent form .inputform {
  height: 5px;
  margin-bottom: 50px;
}
.contacto__banner .formcontent form .inputform i {
  position: absolute;
  margin-top: 13px;
  font-size: 25px;
  margin-left: 10px;
}
.contacto__banner .formcontent form .inputform input {
  width: 100%;
  height: 50px;
  border: 2px solid #3c4040;
  margin-bottom: 20px;
  font-size: 15px;
  padding-left: 50px;
}
.contacto__banner .formcontent form .inputform textarea {
  width: 100%;
  min-height: 45px;
  font-size: 15px;
  padding-left: 15px;
  border: 2px solid #3c4040;
}
.contacto__banner .formcontent form .content__radio {
  margin: 20px 40px 20px 0px;
  height: 100px;
  width: 530px;
  display: flex;
  justify-content: center;
}
.contacto__banner .formcontent form .content__radio .inputsradiohogar {
  width: 90px;
  height: 112px;
  border: 3px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacto__banner .formcontent form .content__radio .inputsradiohogar input {
  position: absolute;
  display: none;
}
.contacto__banner .formcontent form .content__radio .inputsradiohogar input + label::before {
  content: "";
  float: left;
  position: absolute;
}
.contacto__banner .formcontent form .content__radio .inputsradiohogar input + label::before img {
  width: 10px;
  height: 10px;
  position: absolute;
}
.contacto__banner .formcontent form .content__radio .inputsradiohogar input:checked + label {
  color: #9c0000;
}
.contacto__banner .formcontent form .content__radio .inputsradiohogar input:checked + label::before {
  border-color: #9c0000;
}
.contacto__banner .formcontent form .content__radio .inputsradiohogar input:checked + label::after {
  content: "";
  border-bottom: 7px solid #ED1C24;
  width: 156px;
  margin-top: 82px;
}
.contacto__banner .formcontent form .content__radio .inputsradiohogar label {
  height: 70px;
  width: 90px;
  display: flex;
  /* text-align: center; */
  justify-content: center;
  position: absolute;
  align-items: self-start;
  cursor: pointer;
  font-weight: bold;
  color: #3c4040;
}
.contacto__banner .formcontent form .content__radio .inputsradiohogar label img {
  width: 50px;
  height: 50px;
  position: absolute;
}
.contacto__banner .formcontent form .content__radio .inputsradiohogar label p {
  font-size: 20px;
  position: absolute;
  margin-top: 60px;
}
.contacto__banner .formcontent form .content__radio .inputsradioindustria {
  width: 90px;
  height: 112px;
  border: 3px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 50px 0px 50px;
}
.contacto__banner .formcontent form .content__radio .inputsradioindustria input {
  position: absolute;
  display: none;
}
.contacto__banner .formcontent form .content__radio .inputsradioindustria input + label::before {
  content: "";
  float: left;
  position: absolute;
}
.contacto__banner .formcontent form .content__radio .inputsradioindustria input + label::before img {
  width: 50px;
  height: 50px;
  position: absolute;
}
.contacto__banner .formcontent form .content__radio .inputsradioindustria input:checked + label {
  color: #9c0000;
}
.contacto__banner .formcontent form .content__radio .inputsradioindustria input:checked + label::before {
  border-color: #9c0000;
}
.contacto__banner .formcontent form .content__radio .inputsradioindustria input:checked + label::after {
  content: "";
  border-bottom: 7px solid #ED1C24;
  width: 156px;
  margin-top: 82px;
}
.contacto__banner .formcontent form .content__radio .inputsradioindustria label {
  height: 70px;
  width: 90px;
  display: flex;
  /* text-align: center; */
  justify-content: center;
  position: absolute;
  align-items: self-start;
  cursor: pointer;
  font-weight: bold;
  color: #3c4040;
}
.contacto__banner .formcontent form .content__radio .inputsradioindustria label img {
  width: 50px;
  height: 50px;
  position: absolute;
}
.contacto__banner .formcontent form .content__radio .inputsradioindustria label p {
  font-size: 20px;
  position: absolute;
  margin-top: 60px;
}
.contacto__banner .formcontent form .content__radio .inputsradionegocio {
  width: 90px;
  height: 112px;
  border: 3px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacto__banner .formcontent form .content__radio .inputsradionegocio input {
  position: absolute;
  display: none;
}
.contacto__banner .formcontent form .content__radio .inputsradionegocio input + label::before {
  content: "";
  float: left;
  position: absolute;
}
.contacto__banner .formcontent form .content__radio .inputsradionegocio input + label::before img {
  width: 50px;
  height: 50px;
  position: absolute;
}
.contacto__banner .formcontent form .content__radio .inputsradionegocio input:checked + label {
  color: #9c0000;
}
.contacto__banner .formcontent form .content__radio .inputsradionegocio input:checked + label::before {
  border-color: #9c0000;
}
.contacto__banner .formcontent form .content__radio .inputsradionegocio input:checked + label::after {
  content: "";
  border-bottom: 7px solid #ED1C24;
  width: 156px;
  margin-top: 82px;
}
.contacto__banner .formcontent form .content__radio .inputsradionegocio label {
  height: 70px;
  width: 90px;
  display: flex;
  /* text-align: center; */
  justify-content: center;
  position: absolute;
  align-items: self-start;
  cursor: pointer;
  font-weight: bold;
  color: #3c4040;
}
.contacto__banner .formcontent form .content__radio .inputsradionegocio label img {
  width: 50px;
  height: 50px;
  position: absolute;
}
.contacto__banner .formcontent form .content__radio .inputsradionegocio label p {
  font-size: 20px;
  position: absolute;
  margin-top: 60px;
}
.contacto__banner .formcontent form .button__enviar {
  margin-left: 185px;
  margin-top: 20px;
  width: 160px;
  height: 50px;
  border-radius: 5px;
  background: #fe0202;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
  color: #fff;
  border: none;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: transform;
}
.contacto__banner .formcontent form .button__enviar:hover, .contacto__banner .formcontent form .button__enviar:focus, .contacto__banner .formcontent form .button__enviar.active {
  box-shadow: 0 0 20px #9c0000;
  transform: scale(1.1);
}

.expe {
  display: flex;
  align-items: center;
}
.expe p {
  font-size: 50px;
  text-align: justify;
  padding: 100px;
}

.servicios {
  height: 500px;
  margin: 0 100px 0 100px;
}
.servicios .titulo-ser {
  font-size: 50px;
  text-align: center;
  color: rgb(228, 34, 36);
  padding-top: 20px;
}
.servicios .card-service {
  display: flex;
  justify-content: space-around;
  margin-left: 20px;
}
.servicios .card-service .cards {
  color: rgb(0, 0, 0);
  text-align: center;
  background: white;
  align-items: center;
  justify-content: center;
}
.servicios .card-service .cards .cardcontent {
  width: 250px;
  height: 200px;
  box-shadow: 9px 6px 10px #000;
  border-radius: 10%;
  margin-top: 20px;
}
.servicios .card-service .cards .cardcontent img {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  border-radius: 10%;
}
.servicios .card-service .cards .indu {
  margin-left: 34px;
}
.servicios .card-service .cards .text__ser {
  color: #6d7272;
  text-transform: uppercase;
  font-size: 15px;
  text-shadow: #000;
  text-align: center;
  margin-top: 20px;
}
.servicios .card-service .cards a {
  color: #6d7272;
}

.conciencia__banner {
  display: flex;
  text-align: center;
  height: 200px;
  margin-bottom: 50px;
  margin-top: 50px;
  background: rgb(125, 0, 0);
  background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
}
.conciencia__banner .fotobosque {
  width: 700px;
  height: 200px;
  display: flex;
  justify-content: center;
}
.conciencia__banner .fotobosque img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conciencia__banner .text__conciencia {
  width: 52%;
  background: rgb(125, 0, 0);
  background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
}
.conciencia__banner .text__conciencia .titulo__con {
  font-size: 50px;
  color: #fff;
}
.conciencia__banner .text__conciencia .description {
  padding-top: 10px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 50px 0 50px;
  text-align: justify;
}
.conciencia__banner .text__conciencia img {
  width: 50px;
  height: 50px;
}

.innovacion {
  margin-top: 100px;
  margin: 0 105px 0 105px;
  margin-bottom: 50px;
}
.innovacion p {
  font-size: 50px;
  text-align: center;
  color: rgb(228, 34, 36);
  margin-bottom: 10px;
}
.innovacion .card__innov1 {
  display: flex;
  width: auto;
  height: 300px;
}
.innovacion .card__innov1 .img__innov1 {
  width: 50%;
  height: 762px;
  background: #fff;
}
.innovacion .card__innov1 .img__innov1 .cont__innovimg {
  height: 300px;
  width: 761px;
}
.innovacion .card__innov1 .img__innov1 .cont__innovimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innovacion .card__innov1 .conteiner__text1 {
  padding: 40px 30px 30px 30px;
  height: 300px;
  width: 50%;
  background: rgb(125, 0, 0);
  background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
}
.innovacion .card__innov1 .conteiner__text1 p {
  font-size: 15px;
  text-transform: uppercase;
  color: #f0f0f0;
  text-align: justify;
}
.innovacion .card__innov2 {
  display: flex;
  width: auto;
  height: 300px;
}
.innovacion .card__innov2 .lista__innov {
  height: 300px;
  width: 50%;
  padding: 10px 30px 20px 20px;
  background: #fff;
}
.innovacion .card__innov2 .lista__innov li {
  font-size: 15px;
  color: #000;
  margin: 15px;
  text-align: justify;
  text-transform: uppercase;
}
.innovacion .card__innov2 .more__text {
  width: 50%;
  height: 300px;
  background: #fff;
  background: #9ba0a1;
  padding: 55px 30px 30px 30px;
}
.innovacion .card__innov2 .more__text p {
  font-size: 15px;
  color: #fff;
  text-align: justify;
  text-transform: uppercase;
}

.circle__conteiner {
  display: flex;
  align-items: center;
}
.circle__conteiner .circle__banner {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 22%;
  background: #9c0000;
}
.circle__conteiner .circle__banner .circleinter__banner {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 20px;
  color: #9c0000;
}
.circle__conteiner .circle__banner .circleinter__banner .ventajas {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #9c0000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 10px solid #fff;
}
.circle__conteiner .circle__banner .circleinter__banner .uno {
  position: absolute;
  bottom: 97%;
}
.circle__conteiner .circle__banner .circleinter__banner .uno .tecfle {
  position: absolute;
  left: 25%;
  color: #fff;
}
.circle__conteiner .circle__banner .circleinter__banner .uno .tec {
  font-size: 18px;
  color: #000;
  bottom: 140%;
  position: relative;
}
.circle__conteiner .circle__banner .circleinter__banner .dos {
  position: absolute;
  left: 97%;
}
.circle__conteiner .circle__banner .circleinter__banner .dos .vanfle {
  position: absolute;
  left: 25%;
  color: #fff;
}
.circle__conteiner .circle__banner .circleinter__banner .dos .van {
  font-size: 18px;
  color: #000;
  left: 275%;
  position: relative;
}
.circle__conteiner .circle__banner .circleinter__banner .tres {
  position: absolute;
  top: 97%;
}
.circle__conteiner .circle__banner .circleinter__banner .tres .crefle {
  position: absolute;
  left: 25%;
  color: #fff;
}
.circle__conteiner .circle__banner .circleinter__banner .tres .cre {
  font-size: 18px;
  color: #000;
  top: 140%;
  left: 10%;
  position: relative;
}
.circle__conteiner .circle__banner .circleinter__banner .cuatro {
  position: absolute;
  right: 97%;
}
.circle__conteiner .circle__banner .circleinter__banner .cuatro .visfle {
  position: absolute;
  left: 25%;
  color: #fff;
}
.circle__conteiner .circle__banner .circleinter__banner .cuatro .vis {
  font-size: 18px;
  color: #000;
  right: 275%;
  position: relative;
}
.circle__conteiner .circle__banner .circleinter__banner .cinco {
  position: absolute;
  bottom: 78%;
  left: 80%;
}
.circle__conteiner .circle__banner .circleinter__banner .seis {
  position: absolute;
  top: 80%;
  left: 78%;
}
.circle__conteiner .circle__banner .circleinter__banner .siete {
  position: absolute;
  top: 80%;
  right: 78%;
}
.circle__conteiner .circle__banner .circleinter__banner .ocho {
  position: absolute;
  bottom: 77%;
  right: 81%;
}
.circle__conteiner .img__form {
  width: 470px;
  margin-left: 15%;
}
.circle__conteiner .img__form img {
  width: 100%;
}

.conteiner__bannernos {
  display: flex;
  align-items: center;
}
.conteiner__bannernos .circle {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 22%;
  background: #9c0000;
}
.conteiner__bannernos .circle .circleinter {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 20px;
  color: #9c0000;
}
.conteiner__bannernos .circle .circleinter .ventajas {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #9c0000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 10px solid #fff;
}
.conteiner__bannernos .circle .circleinter .uno {
  position: absolute;
  bottom: 97%;
}
.conteiner__bannernos .circle .circleinter .uno .tecfle {
  position: absolute;
  left: 25%;
  color: #fff;
}
.conteiner__bannernos .circle .circleinter .uno .fue {
  font-size: 18px;
  color: #000;
  bottom: 140%;
  position: relative;
}
.conteiner__bannernos .circle .circleinter .dos {
  position: absolute;
  left: 97%;
}
.conteiner__bannernos .circle .circleinter .dos .vanfle {
  position: absolute;
  left: 25%;
  color: #fff;
}
.conteiner__bannernos .circle .circleinter .dos .con {
  font-size: 18px;
  color: #000;
  left: 275%;
  position: relative;
}
.conteiner__bannernos .circle .circleinter .tres {
  position: absolute;
  top: 97%;
}
.conteiner__bannernos .circle .circleinter .tres .crefle {
  position: absolute;
  left: 25%;
  color: #fff;
}
.conteiner__bannernos .circle .circleinter .tres .pas {
  font-size: 18px;
  color: #000;
  top: 140%;
  left: 10%;
  position: relative;
}
.conteiner__bannernos .circle .circleinter .cuatro {
  position: absolute;
  right: 97%;
}
.conteiner__bannernos .circle .circleinter .cuatro .visfle {
  position: absolute;
  left: 25%;
  color: #fff;
}
.conteiner__bannernos .circle .circleinter .cuatro .der {
  font-size: 18px;
  color: #000;
  right: 275%;
  position: relative;
}
.conteiner__bannernos .circle .circleinter .cinco {
  position: absolute;
  bottom: 78%;
  left: 80%;
}
.conteiner__bannernos .circle .circleinter .seis {
  position: absolute;
  top: 80%;
  left: 78%;
}
.conteiner__bannernos .circle .circleinter .siete {
  position: absolute;
  top: 80%;
  right: 78%;
}
.conteiner__bannernos .circle .circleinter .ocho {
  position: absolute;
  bottom: 77%;
  right: 81%;
}
.conteiner__bannernos .content__imgbanner {
  width: 640px;
  height: 400px;
  margin-left: 8%;
}
.conteiner__bannernos .content__imgbanner img {
  width: 100%;
}

.titulo-servicios {
  font-size: 50px;
  padding-top: 20px;
  text-align: center;
  height: 150px;
  color: rgb(228, 34, 36);
  text-shadow: 10px, 10px, 10px, #000;
  background-image: url("../img/fumi/industrial.jpeg");
  margin-bottom: 20px;
}

.content__servicios {
  display: flex;
  height: 300px;
  width: auto;
  margin-left: 200px;
  margin-right: 200px;
}
.content__servicios .color__rectangulo {
  height: 300px;
  width: 70px;
  background: rgb(125, 0, 0);
  background: linear-gradient(65deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
}
.content__servicios .servi__img {
  height: 300px;
  width: 500px;
}
.content__servicios .servi__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content__servicios .derecha {
  width: 510px;
}
.content__servicios .text__servi {
  height: 300px;
  width: 575px;
  text-align: justify;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
}
.content__servicios .text__servi .titulo__servi h3 {
  color: rgb(228, 34, 36);
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 20px;
  margin-left: 19px;
}
.content__servicios .text__servi .titulo__servi .izq__titulo {
  margin-left: 0px;
  padding: 0 0 0 20px;
}
.content__servicios .text__servi p {
  font-size: 16px;
  color: #6d7272;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
}
.content__servicios .text__servi .der__text {
  padding: 0 20px 0 20px;
}

.headnosotros {
  background-image: url("../img/fumi/carro3.jpeg");
  height: 150px;
  background-position: left;
  background-size: cover;
}
.headnosotros p {
  font-size: 50px;
  color: rgb(228, 34, 36);
  text-align: center;
  padding-top: 20px;
}

.expenosotros {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}
.expenosotros .icons {
  padding: 50px;
  text-align: center;
  width: 500px;
  height: 300px;
}
.expenosotros .icons img {
  text-align: center;
  width: 80px;
  height: 80px;
}

h1 {
  text-align: center;
  font-size: 50px;
  color: rgb(228, 34, 36);
  background: #e9e9e9;
  margin-bottom: 0rem;
}

.content-nosotros {
  display: flex;
  width: 100%;
  height: 510px;
  justify-content: center;
  padding: 20px 0 0 0;
  margin-bottom: 20px;
  background: #e9e9e9;
  color: rgb(228, 34, 36);
}
.content-nosotros .tex-about {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 400px;
  color: #000;
  background: rgb(125, 0, 0);
  background: linear-gradient(65deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
}
.content-nosotros .tex-about p {
  color: #fff;
  display: block;
  font-size: 16px;
  text-align: justify;
  padding: 10px 15px 15px 15px;
  text-transform: uppercase;
}
.content-nosotros img {
  width: 500px;
  height: 400px;
  object-fit: cover;
}

.sellos {
  padding-left: 60px;
  margin-bottom: 100px;
}

.headcontacto {
  background-image: url("../img/fumi/saniambietal.jpeg");
  height: 150px;
  margin-bottom: 50PX;
}
.headcontacto p {
  font-size: 50px;
  color: rgb(228, 34, 36);
  text-align: center;
  padding-top: 20px;
}

.datoscontent {
  border: 1px solid rgba(0, 0, 0, 0.2078431373);
  width: 50%;
  padding: 95px;
}
.datoscontent div {
  font-size: 25px;
  padding-top: 50px;
}
.datoscontent div p {
  color: #b2b2b2;
  font-size: 20px;
  margin-top: 20px;
}

footer {
  background: #6c7273;
  margin-top: 50px;
  height: 150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  line-height: 0rm;
}
footer p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0px;
}
footer p .linkFooter {
  color: #fff;
}
footer .rscontent .rs {
  margin-right: 20px;
  color: #fff;
  font-size: 20px;
}
footer input {
  background: #d6d6d6;
  border: none;
  outline: none;
  border-bottom: 2px solid rgba(204, 204, 204, 0.1);
  border-radius: 2%;
  font-size: 12px;
}
footer .button {
  margin-top: 15px;
}
footer .button button {
  border-radius: 25px;
  border: none;
  background: #fe0202;
  color: #fff;
  min-width: 150px;
  height: 30px;
}
footer .button button:hover {
  cursor: pointer;
  background: rgba(254, 2, 2, 0.8078431373);
}

.empresa {
  text-align: center;
  margin-bottom: 0rem;
}

@media screen and (max-width: 500px) {
  header {
    width: 428px;
  }
  nav {
    width: 428px;
    display: block;
    height: 152px;
  }
  nav img {
    margin: 0 0 15px 0;
  }
  nav .v-line {
    bottom: 10px;
    left: 21%;
    height: 25%;
    border-left: 3px solid #5c5a5a;
  }
  nav .v-line2 {
    bottom: 10px;
    border-left: 3px solid #5c5a5a;
    height: 25%;
    display: flex;
    right: 50%;
  }
  nav .v-line3 {
    bottom: 10px;
    border-left: 3px solid #5c5a5a;
    height: 25%;
    display: flex;
    right: 25%;
  }
  nav a {
    font-size: 15px;
    margin-left: 0;
    padding: 15px;
  }
  nav a img {
    width: 396px;
    height: 85px;
  }
  nav .container-menu {
    margin-right: 0px;
  }
  .carousel__contenedor {
    height: 200px;
  }
  .carousel__contenedor .carousel__siguiente i {
    font-size: 0;
  }
  .carousel__contenedor .carousel__lista {
    overflow: hidden;
    height: 200px;
  }
  .carousel__contenedor .carousel__lista .carousel__elemento {
    text-align: center;
  }
  .carousel__contenedor .carousel__lista .carousel__elemento img {
    width: 428px;
    height: 200px;
    object-fit: unset;
  }
  /*-------------------------- ICONOCS -------------------------*/
  .expe {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin: 0 20px 0 20px;
  }
  .expe .icons {
    padding: 15px 0 0 0;
    text-align: center;
    width: 220px;
    height: 160px;
  }
  .expe .icons img {
    text-align: center;
    width: 55px;
    height: 55px;
  }
  .expe .icons h5 {
    font-size: 10px;
  }
  /*------------------------ BANNER BIENVENIDA --------------------------*/
  .bienvenida {
    background: rgb(125, 0, 0);
    background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 135px;
    margin: 0 0 0 0;
  }
  .bienvenida .text__bienvenida {
    font-size: 9px;
    margin: 0;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: justify;
  }
  .bienvenida .text__img {
    width: 150px;
    height: 135px;
  }
  .bienvenida .text__img img {
    width: 150px;
    height: 135px;
  }
  .servicios {
    height: 1340px;
    margin: 0 50px 0 70px;
  }
  .servicios .titulo-ser {
    font-size: 50px;
    text-align: center;
    color: rgb(228, 34, 36);
    padding-top: 20px;
  }
  .servicios .card-service {
    display: block;
    margin-left: 25px;
  }
  .servicios .card-service .cards {
    color: rgb(0, 0, 0);
    text-align: center;
    background: white;
    align-items: center;
    justify-content: center;
  }
  .servicios .card-service .cards .cardcontent {
    width: 250px;
    height: 200px;
    box-shadow: 9px 6px 10px #000;
    border-radius: 10%;
    margin-top: 20px;
  }
  .servicios .card-service .cards .cardcontent img {
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    border-radius: 10%;
  }
  .servicios .card-service .cards .indu {
    margin-left: 12px;
  }
  .servicios .card-service .cards .text__ser {
    color: #6d7272;
    text-transform: uppercase;
    font-size: 15px;
    text-shadow: #000;
    text-align: center;
    margin-top: 20px;
    margin-right: 22px;
  }
  .servicios .card-service .cards a {
    color: #6d7272;
  }
  /*------------------------ BANNER AUTO ----------------------------*/
  .banner__auto {
    background: rgb(125, 0, 0);
    background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .banner__auto .img__auto {
    width: 195px;
    height: 82px;
    margin: 0 0 0 25px;
  }
  .banner__auto .img__auto img {
    width: 100%;
  }
  .banner__auto .text__auto {
    margin: 0 50px 0 0;
  }
  .banner__auto .text__auto p {
    font-size: 15px;
    color: #6d7272;
  }
  .banner__auto .text__auto p a {
    color: #fff;
    text-decoration: none;
  }
  /*<---------------------------- BANNER AUTO SECTION CONTACTO ------------------------------------------>*/
  .banner__autoc {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 200px;
  }
  .banner__autoc .img__autoc {
    width: 80%;
    height: 110px;
    clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
    background: rgb(125, 0, 0);
    background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
  }
  .banner__autoc .img__autoc img {
    width: 60%;
    margin-left: 30px;
    position: relative;
    top: 30px;
  }
  .banner__autoc .img__autoc .text__autoc {
    color: #000;
    top: 50px;
  }
  .banner__autoc .img__autoc .text__autoc p {
    color: #6c7273;
    position: relative;
    bottom: 65px;
    left: 55px;
    font-size: 10px;
  }
  .banner__autoc .img__autoc .text__autoc p a {
    color: #fff;
  }
  .banner__autoc .img__content__circle {
    width: 50%;
  }
  .banner__autoc .img__content__circle img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 25px;
  }
  /*---------------------------- Formulario Inicio ----------------------*/
  .contacto__banner {
    height: 630px;
    display: flex;
    flex-direction: column;
    margin: 50px 0 25px 0;
    background: url("../img/fumi/bgcontac.jpeg");
  }
  .contacto__banner .text__contacto {
    margin: 10px 0 0 0;
    order: 2;
  }
  .contacto__banner .text__contacto p {
    font-size: 12px;
    text-transform: uppercase;
    text-align: justify;
    padding: 20px;
    color: #6d7272;
    margin-top: 50px;
    height: 80px;
    width: 428px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
  }
  .contacto__banner .text__contacto .sellos__inicio {
    width: 0px;
    margin-left: 0px;
  }
  .contacto__banner .text__contacto .sellos__inicio img {
    width: 428px;
  }
  .contacto__banner .formcontent {
    order: 1;
    width: 428px;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    padding: 0 20px 0 20px;
    border-top: solid 5px rgb(228, 34, 36);
    height: 565px;
    box-shadow: 5px 0px 42px;
  }
  .contacto__banner .formcontent form {
    width: 90%;
    padding: 0;
    border: none;
  }
  .contacto__banner .formcontent form h4 {
    font-size: 20px;
    padding: 50px 0 50px 17px;
    color: #3c4040;
    margin-left: 30px;
  }
  .contacto__banner .formcontent form .content__asuntos select {
    width: 100%;
    height: 50px;
    border: 2px solid #3c4040;
    margin-bottom: 5px;
    font-size: 15px;
    padding-left: 15px;
  }
  .contacto__banner .formcontent form .inputform {
    height: 5px;
    margin-bottom: 50px;
  }
  .contacto__banner .formcontent form .inputform i {
    position: absolute;
    margin-top: 13px;
    font-size: 25px;
    margin-left: 10px;
  }
  .contacto__banner .formcontent form .inputform input {
    width: 100%;
    height: 50px;
    border: 2px solid #3c4040;
    margin-bottom: 20px;
    font-size: 15px;
    padding-left: 50px;
  }
  .contacto__banner .formcontent form .inputform textarea {
    width: 100%;
    min-height: 45px;
    font-size: 15px;
    padding-left: 15px;
    border: 2px solid #3c4040;
  }
  .contacto__banner .formcontent form .content__radio {
    margin: 20px 0px 20px 17px;
    height: 100px;
    width: 315px;
    display: flex;
    justify-content: center;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar {
    width: 100px;
    height: 105px;
    border: 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input {
    position: absolute;
    display: none;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input + label::before {
    content: "";
    float: left;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input + label::before img {
    width: 10px;
    height: 10px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input:checked + label {
    color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input:checked + label::before {
    border-color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input:checked + label::after {
    content: "";
    border-bottom: 7px solid #ED1C24;
    width: 156px;
    margin-top: 83px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar label {
    height: 70px;
    width: 90px;
    display: flex;
    /* text-align: center; */
    justify-content: center;
    position: absolute;
    align-items: self-start;
    cursor: pointer;
    font-weight: bold;
    color: #3c4040;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar label img {
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar label p {
    font-size: 20px;
    position: absolute;
    margin-top: 60px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria {
    width: 100px;
    height: 105px;
    border: 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 20px 0px 25px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input {
    position: absolute;
    display: none;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input + label::before {
    content: "";
    float: left;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input + label::before img {
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input:checked + label {
    color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input:checked + label::before {
    border-color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input:checked + label::after {
    content: "";
    border-bottom: 7px solid #ED1C24;
    width: 156px;
    margin-top: 83px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria label {
    height: 70px;
    width: 90px;
    display: flex;
    /* text-align: center; */
    justify-content: center;
    position: absolute;
    align-items: self-start;
    cursor: pointer;
    font-weight: bold;
    color: #3c4040;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria label img {
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria label p {
    font-size: 20px;
    position: absolute;
    margin-top: 60px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio {
    width: 100px;
    height: 105px;
    border: 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input {
    position: absolute;
    display: none;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input + label::before {
    content: "";
    float: left;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input + label::before img {
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input:checked + label {
    color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input:checked + label::before {
    border-color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input:checked + label::after {
    content: "";
    border-bottom: 7px solid #ED1C24;
    width: 156px;
    margin-top: 83px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio label {
    height: 70px;
    width: 90px;
    display: flex;
    /* text-align: center; */
    justify-content: center;
    position: absolute;
    align-items: self-start;
    cursor: pointer;
    font-weight: bold;
    color: #3c4040;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio label img {
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio label p {
    font-size: 20px;
    position: absolute;
    margin-top: 60px;
  }
  .contacto__banner .formcontent form .button__enviar {
    margin-left: 95px;
    margin-top: 10px;
    width: 160px;
    height: 50px;
    border-radius: 5px;
    background: #fe0202;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    color: #fff;
    border: none;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-property: transform;
  }
  .contacto__banner .formcontent form .button__enviar:hover, .contacto__banner .formcontent form .button__enviar:focus, .contacto__banner .formcontent form .button__enviar.active {
    box-shadow: 0 0 20px #9c0000;
    transform: scale(1.1);
  }
  .innovacion {
    margin: 220px 0px 0px 0px;
    margin-bottom: 50px;
  }
  .innovacion p {
    font-size: 15px;
    text-align: center;
    color: rgb(228, 34, 36);
    margin-bottom: 6px;
  }
  .innovacion .card__innov1 {
    display: flex;
    width: auto;
    height: 185px;
  }
  .innovacion .card__innov1 .img__innov1 {
    width: 50%;
    height: 175px;
    background: #fff;
  }
  .innovacion .card__innov1 .img__innov1 .cont__innovimg {
    height: 185px;
    width: 215px;
  }
  .innovacion .card__innov1 .img__innov1 .cont__innovimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .innovacion .card__innov1 .conteiner__text1 {
    padding: 10px 10px 10px 10px;
    height: 185px;
    width: 50%;
    background: rgb(125, 0, 0);
    background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
  }
  .innovacion .card__innov1 .conteiner__text1 p {
    font-size: 9px;
    text-transform: uppercase;
    color: #f0f0f0;
    text-align: justify;
  }
  .innovacion .card__innov2 {
    display: flex;
    width: auto;
    height: 185px;
  }
  .innovacion .card__innov2 .lista__innov {
    height: 185px;
    width: 50%;
    padding: 2px 10px 0px 10px;
    background: #fff;
  }
  .innovacion .card__innov2 .lista__innov li {
    font-size: 8.5px;
    color: #000;
    margin: 1px;
    text-align: justify;
    text-transform: uppercase;
  }
  .innovacion .card__innov2 .more__text {
    width: 50%;
    height: 185px;
    background: #fff;
    background: #9ba0a1;
    padding: 10px 10px 10px 10px;
  }
  .innovacion .card__innov2 .more__text p {
    font-size: 9px;
    color: #fff;
    text-align: justify;
    text-transform: uppercase;
  }
  .conciencia__banner {
    display: flex;
    text-align: center;
    height: 200px;
    margin-bottom: 50px;
    margin-top: 50px;
    background: rgb(125, 0, 0);
    background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
  }
  .conciencia__banner .fotobosque {
    width: 215px;
    height: 200px;
    display: flex;
    justify-content: center;
  }
  .conciencia__banner .fotobosque img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .conciencia__banner .text__conciencia {
    width: 50%;
    background: rgb(125, 0, 0);
    background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
  }
  .conciencia__banner .text__conciencia .titulo__con {
    font-size: 15px;
    color: #fff;
  }
  .conciencia__banner .text__conciencia .description {
    padding-top: 10px;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 12px 0 12px;
    text-align: justify;
  }
  .conciencia__banner .text__conciencia img {
    width: 50px;
    height: 50px;
  }
  .circle__conteiner {
    display: block;
  }
  .circle__conteiner .circle__banner {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 27%;
    background: #9c0000;
  }
  .circle__conteiner .circle__banner .circleinter__banner {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 20px;
    color: #9c0000;
  }
  .circle__conteiner .circle__banner .circleinter__banner .ventajas {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #9c0000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 10px solid #fff;
  }
  .circle__conteiner .circle__banner .circleinter__banner .uno {
    position: absolute;
    bottom: 96%;
  }
  .circle__conteiner .circle__banner .circleinter__banner .uno .tecfle {
    position: absolute;
    left: 6%;
    color: #fff;
  }
  .circle__conteiner .circle__banner .circleinter__banner .uno .tec {
    font-size: 10px;
    color: #000;
    bottom: 140%;
    position: relative;
  }
  .circle__conteiner .circle__banner .circleinter__banner .dos {
    position: absolute;
    left: 96%;
  }
  .circle__conteiner .circle__banner .circleinter__banner .dos .vanfle {
    position: absolute;
    left: 6%;
    color: #fff;
  }
  .circle__conteiner .circle__banner .circleinter__banner .dos .van {
    font-size: 10px;
    color: #000;
    left: 275%;
    position: relative;
    margin-bottom: 0;
  }
  .circle__conteiner .circle__banner .circleinter__banner .tres {
    position: absolute;
    top: 95%;
  }
  .circle__conteiner .circle__banner .circleinter__banner .tres .crefle {
    position: absolute;
    left: 6%;
    color: #fff;
  }
  .circle__conteiner .circle__banner .circleinter__banner .tres .cre {
    font-size: 10px;
    color: #000;
    top: 240%;
    left: 10%;
    position: relative;
  }
  .circle__conteiner .circle__banner .circleinter__banner .cuatro {
    position: absolute;
    right: 95%;
  }
  .circle__conteiner .circle__banner .circleinter__banner .cuatro .visfle {
    position: absolute;
    left: 6%;
    color: #fff;
  }
  .circle__conteiner .circle__banner .circleinter__banner .cuatro .vis {
    font-size: 10px;
    color: #000;
    right: 275%;
    position: relative;
    margin-bottom: 0;
  }
  .circle__conteiner .circle__banner .circleinter__banner .cinco {
    position: absolute;
    bottom: 78%;
    left: 80%;
  }
  .circle__conteiner .circle__banner .circleinter__banner .seis {
    position: absolute;
    top: 80%;
    left: 78%;
  }
  .circle__conteiner .circle__banner .circleinter__banner .siete {
    position: absolute;
    top: 80%;
    right: 78%;
  }
  .circle__conteiner .circle__banner .circleinter__banner .ocho {
    position: absolute;
    bottom: 77%;
    right: 81%;
  }
  .circle__conteiner .img__form {
    width: 390px;
    margin-left: 0%;
    margin-top: 80px;
  }
  .circle__conteiner .img__form img {
    width: 92%;
  }
  .conteiner__bannernos {
    display: block;
  }
  .conteiner__bannernos .circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 26%;
    background: #9c0000;
  }
  .conteiner__bannernos .circle .circleinter {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 20px;
    color: #9c0000;
  }
  .conteiner__bannernos .circle .circleinter .ventajas {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #9c0000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 10px solid #fff;
  }
  .conteiner__bannernos .circle .circleinter .uno {
    position: absolute;
    bottom: 96%;
  }
  .conteiner__bannernos .circle .circleinter .uno .tecfle {
    position: absolute;
    left: 6%;
    color: #fff;
  }
  .conteiner__bannernos .circle .circleinter .uno .fue {
    font-size: 10px;
    color: #000;
    bottom: 140%;
    position: relative;
  }
  .conteiner__bannernos .circle .circleinter .dos {
    position: absolute;
    left: 96%;
  }
  .conteiner__bannernos .circle .circleinter .dos .vanfle {
    position: absolute;
    left: 6%;
    color: #fff;
  }
  .conteiner__bannernos .circle .circleinter .dos .con {
    font-size: 10px;
    color: #000;
    left: 275%;
    position: relative;
  }
  .conteiner__bannernos .circle .circleinter .tres {
    position: absolute;
    top: 95%;
  }
  .conteiner__bannernos .circle .circleinter .tres .crefle {
    position: absolute;
    left: 6%;
    color: #fff;
  }
  .conteiner__bannernos .circle .circleinter .tres .pas {
    font-size: 10px;
    color: #000;
    top: 240%;
    left: 10%;
    position: relative;
  }
  .conteiner__bannernos .circle .circleinter .cuatro {
    position: absolute;
    right: 95%;
  }
  .conteiner__bannernos .circle .circleinter .cuatro .visfle {
    position: absolute;
    left: 6%;
    color: #fff;
  }
  .conteiner__bannernos .circle .circleinter .cuatro .der {
    font-size: 10px;
    color: #000;
    right: 275%;
    position: relative;
  }
  .conteiner__bannernos .circle .circleinter .cinco {
    position: absolute;
    bottom: 78%;
    left: 80%;
  }
  .conteiner__bannernos .circle .circleinter .seis {
    position: absolute;
    top: 80%;
    left: 78%;
  }
  .conteiner__bannernos .circle .circleinter .siete {
    position: absolute;
    top: 80%;
    right: 78%;
  }
  .conteiner__bannernos .circle .circleinter .ocho {
    position: absolute;
    bottom: 77%;
    right: 81%;
  }
  .conteiner__bannernos .content__imgbanner {
    width: 390px;
    height: 185px;
    margin-left: 3%;
    margin-top: 100px;
  }
  .conteiner__bannernos .content__imgbanner img {
    width: 100%;
  }
  .titulo-servicios {
    font-size: 50px;
    padding-top: 20px;
    text-align: center;
    height: 150px;
    color: rgb(228, 34, 36);
    text-shadow: 10px, 10px, 10px, #000;
    background-image: url("../img/fumi/industrial.jpeg");
    margin-bottom: 20px;
  }
  .content__servicios {
    display: flex;
    height: 150px;
    width: 428px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 5px 0 5px;
  }
  .content__servicios .color__rectangulo {
    height: 150px;
    width: 20px;
    background: rgb(125, 0, 0);
    background: linear-gradient(65deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
  }
  .content__servicios .servi__img {
    height: 150px;
    width: 300px;
  }
  .content__servicios .servi__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content__servicios .derecha {
    width: 300px;
  }
  .content__servicios .text__servi {
    height: 150px;
    width: 320px;
    text-align: justify;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
  }
  .content__servicios .text__servi .titulo__servi h3 {
    color: rgb(228, 34, 36);
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 20px;
    margin-left: 10px;
    padding-right: 50px;
  }
  .content__servicios .text__servi .titulo__servi .izq__titulo {
    margin-left: 0px;
    padding: 0 0 0 10px;
  }
  .content__servicios .text__servi p {
    font-size: 6px;
    color: #6d7272;
    text-transform: uppercase;
    padding: 0 20px 0 10px;
  }
  .content__servicios .text__servi .der__text {
    padding: 0 20px 0 10px;
  }
  .headnosotros {
    background-image: url("../img/fumi/carro3.jpeg");
    height: 150px;
    background-position: left;
    background-size: cover;
  }
  .headnosotros p {
    font-size: 50px;
    color: rgb(228, 34, 36);
    text-align: center;
    padding-top: 20px;
  }
  .expenosotros {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin: 0 20px 0 20px;
  }
  .expenosotros .icons {
    padding: 15px 0 0 0;
    text-align: center;
    width: 220px;
    height: 160px;
  }
  .expenosotros .icons img {
    text-align: center;
    width: 55px;
    height: 55px;
  }
  .expenosotros .icons h5 {
    font-size: 10px;
  }
  h1 {
    text-align: center;
    font-size: 15px;
    color: rgb(228, 34, 36);
    background: #e9e9e9;
  }
  .content-nosotros {
    display: flex;
    width: 428px;
    height: 300px;
    justify-content: center;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    background: #e9e9e9;
    color: rgb(228, 34, 36);
  }
  .content-nosotros .tex-about {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 265px;
    color: #000;
    background: rgb(125, 0, 0);
    background: linear-gradient(65deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
  }
  .content-nosotros .tex-about p {
    color: #fff;
    display: block;
    font-size: 7px;
    text-align: justify;
    padding: 5px 10px 6px 10px;
    text-transform: uppercase;
  }
  .content-nosotros img {
    width: 200px;
    height: 265px;
    object-fit: cover;
  }
  .sellos {
    width: 390px;
    padding-left: 0px;
    margin-bottom: 100px;
  }
  footer {
    width: 428px;
  }
}
@media (min-width: 700px) and (max-width: 900px) {
  header {
    width: 844px;
  }
  nav {
    width: 844px;
  }
  nav a {
    font-size: 20px;
    margin-left: 10px;
    padding: 10px;
  }
  nav a img {
    width: 300px;
    height: 80px;
  }
  nav .container-menu {
    margin-right: 5px;
  }
  nav .container-menu .v-line {
    bottom: 53px;
    left: 54%;
    height: 25%;
    border-left: 3px solid #5c5a5a;
  }
  nav .container-menu .v-line2 {
    bottom: 53px;
    border-left: 3px solid #5c5a5a;
    height: 25%;
    display: flex;
    right: 31%;
  }
  nav .container-menu .v-line3 {
    bottom: 53px;
    border-left: 3px solid #5c5a5a;
    height: 25%;
    display: flex;
    right: 15%;
  }
  .carousel__contenedor .carousel__siguiente i {
    font-size: 0;
  }
  .carousel__contenedor .carousel__lista {
    overflow: hidden;
    height: 400px;
  }
  .carousel__contenedor .carousel__lista .carousel__elemento {
    text-align: center;
  }
  .carousel__contenedor .carousel__lista .carousel__elemento img {
    width: 820px;
    height: 380px;
    object-fit: unset;
  }
  /*-------------------------- ICONOCS -------------------------*/
  .expe {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin: 0 20px 0 20px;
  }
  .expe .icons {
    padding: 15px 15px 0 0;
    text-align: center;
    width: 260px;
    height: 160px;
  }
  .expe .icons img {
    text-align: center;
    width: 75px;
    height: 75px;
  }
  .expe .icons h5 {
    font-size: 12px;
  }
  /*------------------------ BANNER BIENVENIDA --------------------------*/
  .bienvenida {
    background: rgb(125, 0, 0);
    background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 215px;
    margin: 0 0 0 0;
  }
  .bienvenida .text__bienvenida {
    font-size: 22px;
    margin: 0;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: justify;
  }
  .bienvenida .text__img {
    width: 270px;
    height: 215px;
  }
  .bienvenida .text__img img {
    width: 270px;
    height: 215px;
  }
  .servicios {
    height: 400px;
  }
  .servicios .titulo-ser {
    font-size: 50px;
    text-align: center;
    color: rgb(228, 34, 36);
    padding-top: 20px;
  }
  .servicios .card-service {
    display: flex;
    justify-content: space-around;
    margin-left: 0px;
  }
  .servicios .card-service .cards {
    color: rgb(0, 0, 0);
    text-align: center;
    background: white;
    padding: 15px;
    align-items: center;
    justify-content: center;
  }
  .servicios .card-service .cards .cardcontent {
    width: 165px;
    height: 170px;
    box-shadow: 9px 6px 10px #000;
    border-radius: 10%;
    margin-top: 20px;
  }
  .servicios .card-service .cards .cardcontent img {
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    border-radius: 10%;
  }
  .servicios .card-service .cards .indu {
    margin-left: 5px;
  }
  .servicios .card-service .cards .text__ser {
    color: #6d7272;
    text-transform: uppercase;
    font-size: 15px;
    text-shadow: #000;
    text-align: center;
    margin-top: 20px;
  }
  .servicios .card-service .cards a {
    color: #6d7272;
  }
  /*------------------------ BANNER AUTO ----------------------------*/
  .banner__auto {
    background: rgb(125, 0, 0);
    background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    height: 230px;
  }
  .banner__auto .img__auto {
    width: 460px;
    height: 170px;
    margin: 0 0 0 25px;
  }
  .banner__auto .img__auto img {
    width: 100%;
  }
  .banner__auto .text__auto {
    margin: 0 50px 0 0;
  }
  .banner__auto .text__auto p {
    font-size: 40px;
    color: #6d7272;
  }
  .banner__auto .text__auto p a {
    color: #fff;
    text-decoration: none;
  }
  /*---------------------------- Formulario Inicio ----------------------*/
  .contacto__banner {
    height: 630px;
    display: flex;
    flex-direction: column;
    margin: 50px 0 325px 0;
    background: url("../img/fumi/bgcontac.jpeg");
  }
  .contacto__banner .text__contacto {
    margin: 10px 0 0 0;
    order: 2;
  }
  .contacto__banner .text__contacto p {
    font-size: 20px;
    text-transform: uppercase;
    text-align: justify;
    padding: 20px;
    color: #6d7272;
    margin-top: 50px;
    height: 80px;
    width: 844px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
  }
  .contacto__banner .text__contacto .sellos__inicio {
    width: 0px;
    margin-left: 0px;
  }
  .contacto__banner .text__contacto .sellos__inicio img {
    width: 844px;
  }
  .contacto__banner .formcontent {
    order: 1;
    width: 844px;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    padding: 0 20px 0 20px;
    border-top: solid 5px rgb(228, 34, 36);
    height: 565px;
    box-shadow: 5px 0px 42px;
  }
  .contacto__banner .formcontent form {
    width: 90%;
    padding: 0;
    border: none;
  }
  .contacto__banner .formcontent form h4 {
    font-size: 30px;
    padding: 50px 0 50px 0;
    color: #3c4040;
    margin-left: 190px;
  }
  .contacto__banner .formcontent form .content__asuntos select {
    width: 100%;
    height: 50px;
    border: 2px solid #3c4040;
    margin-bottom: 5px;
    font-size: 15px;
    padding-left: 15px;
  }
  .contacto__banner .formcontent form .inputform {
    height: 5px;
    margin-bottom: 50px;
  }
  .contacto__banner .formcontent form .inputform i {
    position: absolute;
    margin-top: 13px;
    font-size: 25px;
    margin-left: 10px;
  }
  .contacto__banner .formcontent form .inputform input {
    width: 100%;
    height: 50px;
    border: 2px solid #3c4040;
    margin-bottom: 20px;
    font-size: 15px;
    padding-left: 50px;
  }
  .contacto__banner .formcontent form .inputform textarea {
    width: 100%;
    min-height: 45px;
    font-size: 15px;
    padding-left: 15px;
    border: 2px solid #3c4040;
  }
  .contacto__banner .formcontent form .content__radio {
    margin: 20px 0px 20px 200px;
    height: 100px;
    width: 315px;
    display: flex;
    justify-content: center;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar {
    width: 100px;
    height: 105px;
    border: 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input {
    position: absolute;
    display: none;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input + label::before {
    content: "";
    float: left;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input + label::before img {
    width: 10px;
    height: 10px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input:checked + label {
    color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input:checked + label::before {
    border-color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input:checked + label::after {
    content: "";
    border-bottom: 7px solid #ED1C24;
    width: 156px;
    margin-top: 82px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar label {
    height: 70px;
    width: 90px;
    display: flex;
    /* text-align: center; */
    justify-content: center;
    position: absolute;
    align-items: self-start;
    cursor: pointer;
    font-weight: bold;
    color: #3c4040;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar label img {
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar label p {
    font-size: 20px;
    position: absolute;
    margin-top: 60px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria {
    width: 100px;
    height: 105px;
    border: 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 20px 0px 25px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input {
    position: absolute;
    display: none;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input + label::before {
    content: "";
    float: left;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input + label::before img {
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input:checked + label {
    color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input:checked + label::before {
    border-color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input:checked + label::after {
    content: "";
    border-bottom: 7px solid #ED1C24;
    width: 156px;
    margin-top: 82px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria label {
    height: 70px;
    width: 90px;
    display: flex;
    /* text-align: center; */
    justify-content: center;
    position: absolute;
    align-items: self-start;
    cursor: pointer;
    font-weight: bold;
    color: #3c4040;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria label img {
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria label p {
    font-size: 20px;
    position: absolute;
    margin-top: 60px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio {
    width: 100px;
    height: 105px;
    border: 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input {
    position: absolute;
    display: none;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input + label::before {
    content: "";
    float: left;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input + label::before img {
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input:checked + label {
    color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input:checked + label::before {
    border-color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input:checked + label::after {
    content: "";
    border-bottom: 7px solid #ED1C24;
    width: 156px;
    margin-top: 82px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio label {
    height: 70px;
    width: 90px;
    display: flex;
    /* text-align: center; */
    justify-content: center;
    position: absolute;
    align-items: self-start;
    cursor: pointer;
    font-weight: bold;
    color: #3c4040;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio label img {
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio label p {
    font-size: 20px;
    position: absolute;
    margin-top: 60px;
  }
  .contacto__banner .formcontent form .button__enviar {
    margin-left: 280px;
    margin-top: 10px;
    width: 160px;
    height: 50px;
    border-radius: 5px;
    background: #fe0202;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    color: #fff;
    border: none;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-property: transform;
  }
  .contacto__banner .formcontent form .button__enviar:hover, .contacto__banner .formcontent form .button__enviar:focus, .contacto__banner .formcontent form .button__enviar.active {
    box-shadow: 0 0 20px #9c0000;
    transform: scale(1.1);
  }
  .innovacion {
    margin: 200px 0px 0px 0px;
    margin-bottom: 48px;
  }
  .innovacion p {
    font-size: 30px;
    text-align: center;
    color: rgb(228, 34, 36);
    margin-bottom: 6px;
  }
  .innovacion .card__innov1 {
    display: flex;
    width: auto;
    height: 185px;
  }
  .innovacion .card__innov1 .img__innov1 {
    width: 50%;
    height: 175px;
    background: #fff;
  }
  .innovacion .card__innov1 .img__innov1 .cont__innovimg {
    height: 185px;
    width: 425px;
  }
  .innovacion .card__innov1 .img__innov1 .cont__innovimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .innovacion .card__innov1 .conteiner__text1 {
    padding: 10px 10px 10px 10px;
    height: 185px;
    width: 50%;
    background: rgb(125, 0, 0);
    background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
  }
  .innovacion .card__innov1 .conteiner__text1 p {
    font-size: 12px;
    text-transform: uppercase;
    color: #f0f0f0;
    text-align: justify;
  }
  .innovacion .card__innov2 {
    display: flex;
    width: auto;
    height: 185px;
  }
  .innovacion .card__innov2 .lista__innov {
    height: 185px;
    width: 50%;
    padding: 2px 10px 0px 10px;
    background: #fff;
  }
  .innovacion .card__innov2 .lista__innov li {
    font-size: 12px;
    color: #000;
    margin: 1px;
    text-align: justify;
    text-transform: uppercase;
  }
  .innovacion .card__innov2 .more__text {
    width: 50%;
    height: 185px;
    background: #fff;
    background: #9ba0a1;
    padding: 10px 10px 10px 10px;
  }
  .innovacion .card__innov2 .more__text p {
    font-size: 12px;
    color: #fff;
    text-align: justify;
    text-transform: uppercase;
  }
  .conciencia__banner {
    display: flex;
    text-align: center;
    height: 200px;
    margin-bottom: 50px;
    margin-top: 50px;
    background: rgb(125, 0, 0);
    background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
  }
  .conciencia__banner .fotobosque {
    width: 450px;
    height: 200px;
    display: flex;
    justify-content: center;
  }
  .conciencia__banner .fotobosque img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .conciencia__banner .text__conciencia {
    width: 52%;
    background: rgb(125, 0, 0);
    background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
  }
  .conciencia__banner .text__conciencia .titulo__con {
    font-size: 30px;
    color: #fff;
  }
  .conciencia__banner .text__conciencia .description {
    padding-top: 10px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 50px 0 50px;
    text-align: justify;
  }
  .conciencia__banner .text__conciencia img {
    width: 50px;
    height: 50px;
  }
  .circle__conteiner {
    display: flex;
    align-items: center;
  }
  .circle__conteiner .circle__banner {
    position: relative;
    width: 400PX;
    height: 255PX;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 22%;
    background: #9c0000;
  }
  .circle__conteiner .circle__banner .circleinter__banner {
    position: relative;
    width: 150PX;
    height: 150PX;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 20px;
    color: #9c0000;
  }
  .circle__conteiner .circle__banner .circleinter__banner .ventajas {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #9c0000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 10px solid #fff;
  }
  .circle__conteiner .circle__banner .circleinter__banner .uno {
    position: absolute;
    bottom: 97%;
  }
  .circle__conteiner .circle__banner .circleinter__banner .uno .tecfle {
    position: absolute;
    left: 25%;
    color: #fff;
  }
  .circle__conteiner .circle__banner .circleinter__banner .uno .tec {
    font-size: 18px;
    color: #000;
    bottom: 140%;
    position: relative;
  }
  .circle__conteiner .circle__banner .circleinter__banner .dos {
    position: absolute;
    left: 97%;
  }
  .circle__conteiner .circle__banner .circleinter__banner .dos .vanfle {
    position: absolute;
    left: 25%;
    color: #fff;
  }
  .circle__conteiner .circle__banner .circleinter__banner .dos .van {
    font-size: 18px;
    color: #000;
    left: 275%;
    position: relative;
  }
  .circle__conteiner .circle__banner .circleinter__banner .tres {
    position: absolute;
    top: 97%;
  }
  .circle__conteiner .circle__banner .circleinter__banner .tres .crefle {
    position: absolute;
    left: 25%;
    color: #fff;
  }
  .circle__conteiner .circle__banner .circleinter__banner .tres .cre {
    font-size: 18px;
    color: #000;
    top: 140%;
    left: 10%;
    position: relative;
  }
  .circle__conteiner .circle__banner .circleinter__banner .cuatro {
    position: absolute;
    right: 97%;
  }
  .circle__conteiner .circle__banner .circleinter__banner .cuatro .visfle {
    position: absolute;
    left: 25%;
    color: #fff;
  }
  .circle__conteiner .circle__banner .circleinter__banner .cuatro .vis {
    font-size: 18px;
    color: #000;
    right: 275%;
    position: relative;
  }
  .circle__conteiner .circle__banner .circleinter__banner .cinco {
    position: absolute;
    bottom: 78%;
    left: 80%;
  }
  .circle__conteiner .circle__banner .circleinter__banner .seis {
    position: absolute;
    top: 80%;
    left: 78%;
  }
  .circle__conteiner .circle__banner .circleinter__banner .siete {
    position: absolute;
    top: 80%;
    right: 78%;
  }
  .circle__conteiner .circle__banner .circleinter__banner .ocho {
    position: absolute;
    bottom: 77%;
    right: 81%;
  }
  .circle__conteiner .img__form {
    width: 470px;
    margin-left: 15%;
  }
  .circle__conteiner .img__form img {
    width: 100%;
  }
  .titulo-servicios {
    font-size: 50px;
    padding-top: 20px;
    text-align: center;
    height: 150px;
    color: rgb(228, 34, 36);
    text-shadow: 10px, 10px, 10px, #000;
    background-image: url("../img/fumi/industrial.jpeg");
    margin-bottom: 20px;
  }
  .content__servicios {
    display: flex;
    height: 215px;
    width: 844px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 50px 0 50px;
  }
  .content__servicios .color__rectangulo {
    height: 215px;
    width: 20px;
    background: rgb(125, 0, 0);
    background: linear-gradient(65deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
  }
  .content__servicios .servi__img {
    height: 215px;
    width: 460px;
  }
  .content__servicios .servi__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content__servicios .derecha {
    width: 500px;
  }
  .content__servicios .text__servi {
    height: 215px;
    width: 500px;
    text-align: justify;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
  }
  .content__servicios .text__servi .titulo__servi h3 {
    color: rgb(228, 34, 36);
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
    margin-left: 10px;
    padding-right: 20px;
  }
  .content__servicios .text__servi .titulo__servi .izq__titulo {
    margin-left: 0px;
    padding: 0 0 0 20px;
  }
  .content__servicios .text__servi p {
    font-size: 12px;
    color: #6d7272;
    text-transform: uppercase;
    padding: 0 20px 0 10px;
  }
  .content__servicios .text__servi .der__text {
    padding: 0 20px 0 20px;
  }
  .headnosotros {
    background-image: url("../img/fumi/carro3.jpeg");
    height: 150px;
    background-position: left;
    background-size: cover;
  }
  .headnosotros p {
    font-size: 50px;
    color: rgb(228, 34, 36);
    text-align: center;
    padding-top: 20px;
  }
  .expenosotros {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }
  .expenosotros .icons {
    padding: 5px;
    text-align: center;
    width: 390px;
    height: 200px;
    margin-right: 20px;
  }
  .expenosotros .icons img {
    text-align: center;
    width: 55px;
    height: 55px;
  }
  h1 {
    text-align: center;
    font-size: 30px;
    color: rgb(228, 34, 36);
    background: #e9e9e9;
  }
  .content-nosotros {
    display: flex;
    width: 844px;
    height: 250px;
    justify-content: center;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    background: #e9e9e9;
    color: rgb(228, 34, 36);
  }
  .content-nosotros .tex-about {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 235px;
    color: #000;
    background: rgb(125, 0, 0);
    background: linear-gradient(65deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
  }
  .content-nosotros .tex-about p {
    color: #fff;
    display: block;
    font-size: 11px;
    text-align: justify;
    padding: 5px 10px 6px 10px;
    text-transform: uppercase;
  }
  .content-nosotros img {
    width: 250px;
    height: 235px;
    object-fit: cover;
  }
  .sellos {
    width: 844px;
    padding-left: 0px;
    margin-bottom: 100px;
  }
  .conteiner__bannernos {
    display: flex;
    align-items: center;
  }
  .conteiner__bannernos .circle {
    position: relative;
    width: 400PX;
    height: 255PX;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 22%;
    background: #9c0000;
  }
  .conteiner__bannernos .circle .circleinter {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 20px;
    color: #9c0000;
  }
  .conteiner__bannernos .circle .circleinter .ventajas {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #9c0000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 10px solid #fff;
  }
  .conteiner__bannernos .circle .circleinter .uno {
    position: absolute;
    bottom: 97%;
  }
  .conteiner__bannernos .circle .circleinter .uno .tecfle {
    position: absolute;
    left: 25%;
    color: #fff;
  }
  .conteiner__bannernos .circle .circleinter .uno .fue {
    font-size: 18px;
    color: #000;
    bottom: 140%;
    position: relative;
  }
  .conteiner__bannernos .circle .circleinter .dos {
    position: absolute;
    left: 97%;
  }
  .conteiner__bannernos .circle .circleinter .dos .vanfle {
    position: absolute;
    left: 25%;
    color: #fff;
  }
  .conteiner__bannernos .circle .circleinter .dos .con {
    font-size: 18px;
    color: #000;
    left: 275%;
    position: relative;
  }
  .conteiner__bannernos .circle .circleinter .tres {
    position: absolute;
    top: 97%;
  }
  .conteiner__bannernos .circle .circleinter .tres .crefle {
    position: absolute;
    left: 25%;
    color: #fff;
  }
  .conteiner__bannernos .circle .circleinter .tres .pas {
    font-size: 18px;
    color: #000;
    top: 140%;
    left: 10%;
    position: relative;
  }
  .conteiner__bannernos .circle .circleinter .cuatro {
    position: absolute;
    right: 97%;
  }
  .conteiner__bannernos .circle .circleinter .cuatro .visfle {
    position: absolute;
    left: 25%;
    color: #fff;
  }
  .conteiner__bannernos .circle .circleinter .cuatro .der {
    font-size: 18px;
    color: #000;
    right: 275%;
    position: relative;
  }
  .conteiner__bannernos .circle .circleinter .cinco {
    position: absolute;
    bottom: 78%;
    left: 80%;
  }
  .conteiner__bannernos .circle .circleinter .seis {
    position: absolute;
    top: 80%;
    left: 78%;
  }
  .conteiner__bannernos .circle .circleinter .siete {
    position: absolute;
    top: 80%;
    right: 78%;
  }
  .conteiner__bannernos .circle .circleinter .ocho {
    position: absolute;
    bottom: 77%;
    right: 81%;
  }
  .conteiner__bannernos .content__imgbanner {
    width: 728px;
    height: 225px;
    margin-left: 8%;
  }
  .conteiner__bannernos .content__imgbanner img {
    width: 100%;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  header {
    width: 1024px;
  }
  nav {
    width: 1024px;
  }
  nav a {
    margin-left: 0px;
  }
  nav .container-menu {
    margin-right: 10px;
  }
  nav .container-menu .v-line {
    left: 52%;
  }
  nav .container-menu .v-line2 {
    right: 324px;
  }
  nav .container-menu .v-line3 {
    right: 158px;
  }
  /*------------------------ BANNER BIENVENIDA --------------------------*/
  .bienvenida {
    margin: 0 80px 0 80px;
  }
  .bienvenida .text__bienvenida {
    font-size: 20px;
    margin: 10px;
    padding: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: justify;
  }
  .bienvenida .text__bienvenida p {
    margin-bottom: 0rem;
  }
  .bienvenida .text__img {
    width: 280%;
  }
  /*----------------------------- SERVICIOS ------------------------------*/
  .servicios {
    margin: 0 20px 0 28px;
  }
  .servicios .card-service {
    margin-left: 0px;
  }
  .servicios .card-service .cards .cardcontent {
    width: 200px;
    height: 150px;
  }
  .servicios .card-service .cards .text__ser {
    font-size: 12px;
  }
  /*------------------------ BANNER AUTO ----------------------------*/
  .banner__auto {
    background: rgb(125, 0, 0);
    background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner__auto .img__auto {
    width: 500px;
    height: 300px;
    margin: 0 0 0 20px;
  }
  .banner__auto .img__auto img {
    width: 100%;
  }
  .banner__auto .text__auto {
    margin: 0 50px 0 0;
  }
  .banner__auto .text__auto p {
    font-size: 50px;
    color: #6d7272;
  }
  .banner__auto .text__auto p a {
    color: #fff;
    text-decoration: none;
  }
  /*---------------------------- Formulario Inicio ----------------------*/
  .contacto__banner {
    height: 745px;
    display: flex;
    flex-direction: column;
    margin: 50px 0 325px 0;
    background: url("../img/fumi/bgcontac.jpeg");
    background-repeat: no-repeat;
  }
  .contacto__banner .text__contacto {
    margin: 10px 0 0 0;
    order: 2;
  }
  .contacto__banner .text__contacto p {
    font-size: 22px;
    text-transform: uppercase;
    text-align: justify;
    padding: 60px;
    color: #6d7272;
    margin-top: 80px;
    height: 80px;
    width: 1024px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
  }
  .contacto__banner .text__contacto .sellos__inicio {
    width: 0px;
    margin-left: 0px;
    margin-bottom: 50px;
  }
  .contacto__banner .text__contacto .sellos__inicio img {
    width: 1024px;
  }
  .contacto__banner .formcontent {
    order: 1;
    width: 1024px;
    display: flex;
    justify-content: space-around;
    margin-top: 0px;
    padding: 0 20px 0 20px;
    border-top: solid 5px rgb(228, 34, 36);
    height: 565px;
    box-shadow: 5px 0px 42px;
  }
  .contacto__banner .formcontent form {
    width: 90%;
    padding: 0;
    border: none;
  }
  .contacto__banner .formcontent form h4 {
    font-size: 50px;
    padding: 50px 0 50px 0;
    color: #3c4040;
    margin-left: 115px;
  }
  .contacto__banner .formcontent form .content__asuntos select {
    width: 100%;
    height: 50px;
    border: 2px solid #3c4040;
    margin-bottom: 5px;
    font-size: 15px;
    padding-left: 15px;
  }
  .contacto__banner .formcontent form .inputform {
    height: 5px;
    margin-bottom: 50px;
  }
  .contacto__banner .formcontent form .inputform i {
    position: absolute;
    margin-top: 13px;
    font-size: 25px;
    margin-left: 10px;
  }
  .contacto__banner .formcontent form .inputform input {
    width: 100%;
    height: 50px;
    border: 2px solid #3c4040;
    margin-bottom: 20px;
    font-size: 15px;
    padding-left: 50px;
  }
  .contacto__banner .formcontent form .inputform textarea {
    width: 100%;
    min-height: 45px;
    font-size: 15px;
    padding-left: 15px;
    border: 2px solid #3c4040;
  }
  .contacto__banner .formcontent form .content__radio {
    margin: 20px 0px 20px 200px;
    height: 100px;
    width: 510px;
    display: flex;
    justify-content: center;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar {
    width: 100px;
    height: 105px;
    border: 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input {
    position: absolute;
    display: none;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input + label::before {
    content: "";
    float: left;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input + label::before img {
    width: 10px;
    height: 10px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input:checked + label {
    color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input:checked + label::before {
    border-color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar input:checked + label::after {
    content: "";
    border-bottom: 7px solid #ED1C24;
    width: 156px;
    margin-top: 82px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar label {
    height: 70px;
    width: 90px;
    display: flex;
    /* text-align: center; */
    justify-content: center;
    position: absolute;
    align-items: self-start;
    cursor: pointer;
    font-weight: bold;
    color: #3c4040;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar label img {
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradiohogar label p {
    font-size: 20px;
    position: absolute;
    margin-top: 60px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria {
    width: 100px;
    height: 105px;
    border: 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 100px 0px 110px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input {
    position: absolute;
    display: none;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input + label::before {
    content: "";
    float: left;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input + label::before img {
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input:checked + label {
    color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input:checked + label::before {
    border-color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria input:checked + label::after {
    content: "";
    border-bottom: 7px solid #ED1C24;
    width: 156px;
    margin-top: 82px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria label {
    height: 70px;
    width: 90px;
    display: flex;
    /* text-align: center; */
    justify-content: center;
    position: absolute;
    align-items: self-start;
    cursor: pointer;
    font-weight: bold;
    color: #3c4040;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria label img {
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradioindustria label p {
    font-size: 20px;
    position: absolute;
    margin-top: 60px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio {
    width: 100px;
    height: 105px;
    border: 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input {
    position: absolute;
    display: none;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input + label::before {
    content: "";
    float: left;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input + label::before img {
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input:checked + label {
    color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input:checked + label::before {
    border-color: #9c0000;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio input:checked + label::after {
    content: "";
    border-bottom: 7px solid #ED1C24;
    width: 156px;
    margin-top: 82px;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio label {
    height: 70px;
    width: 90px;
    display: flex;
    /* text-align: center; */
    justify-content: center;
    position: absolute;
    align-items: self-start;
    cursor: pointer;
    font-weight: bold;
    color: #3c4040;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio label img {
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .contacto__banner .formcontent form .content__radio .inputsradionegocio label p {
    font-size: 20px;
    position: absolute;
    margin-top: 60px;
  }
  .contacto__banner .formcontent form .button__enviar {
    margin-left: 380px;
    margin-top: 10px;
    width: 160px;
    height: 50px;
    border-radius: 5px;
    background: #fe0202;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    color: #fff;
    border: none;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-property: transform;
  }
  .contacto__banner .formcontent form .button__enviar:hover, .contacto__banner .formcontent form .button__enviar:focus, .contacto__banner .formcontent form .button__enviar.active {
    box-shadow: 0 0 20px #9c0000;
    transform: scale(1.1);
  }
  .innovacion {
    margin-top: 100px;
    margin: 0 105px 0 105px;
    margin-bottom: 50px;
  }
  .innovacion p {
    font-size: 50px;
    text-align: center;
    color: rgb(228, 34, 36);
    margin-bottom: 0px;
  }
  .innovacion .card__innov1 {
    display: flex;
    width: auto;
    height: 300px;
  }
  .innovacion .card__innov1 .img__innov1 {
    width: 50%;
    height: 762px;
    background: #fff;
  }
  .innovacion .card__innov1 .img__innov1 .cont__innovimg {
    height: 300px;
    width: 520px;
  }
  .innovacion .card__innov1 .img__innov1 .cont__innovimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .innovacion .card__innov1 .conteiner__text1 {
    padding: 30px 30px 30px 30px;
    height: 300px;
    width: 50%;
    background: rgb(125, 0, 0);
    background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
  }
  .innovacion .card__innov1 .conteiner__text1 p {
    font-size: 14px;
    text-transform: uppercase;
    color: #f0f0f0;
    text-align: justify;
  }
  .innovacion .card__innov2 {
    display: flex;
    width: auto;
    height: 300px;
  }
  .innovacion .card__innov2 .lista__innov {
    height: 300px;
    width: 50%;
    padding: 22px;
    background: #fff;
  }
  .innovacion .card__innov2 .lista__innov li {
    font-size: 15px;
    color: #000;
    margin: 0px;
    text-align: justify;
    text-transform: uppercase;
  }
  .innovacion .card__innov2 .more__text {
    width: 50%;
    height: 300px;
    background: #fff;
    background: #9ba0a1;
    padding: 30px 30px 30px 30px;
  }
  .innovacion .card__innov2 .more__text p {
    font-size: 15px;
    color: #fff;
    text-align: justify;
    text-transform: uppercase;
  }
  .conciencia__banner {
    display: flex;
    text-align: center;
    height: 200px;
    margin-bottom: 50px;
    margin-top: 50px;
    background: rgb(125, 0, 0);
    background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
  }
  .conciencia__banner .fotobosque {
    width: 425px;
    height: 200px;
    display: flex;
    justify-content: center;
  }
  .conciencia__banner .fotobosque img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .conciencia__banner .text__conciencia {
    width: 52%;
    background: rgb(125, 0, 0);
    background: linear-gradient(90deg, rgb(125, 0, 0) 0%, rgb(217, 25, 25) 50%, rgb(125, 0, 0) 100%);
  }
  .conciencia__banner .text__conciencia .titulo__con {
    font-size: 30px;
    color: #fff;
  }
  .conciencia__banner .text__conciencia .description {
    padding-top: 10px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 50px 0 50px;
    text-align: justify;
  }
  .conciencia__banner .text__conciencia img {
    width: 50px;
    height: 50px;
  }
  .circle__conteiner {
    display: block;
    margin-top: 100px;
  }
  .circle__conteiner .circle__banner {
    margin-left: 36%;
    margin-bottom: 100px;
  }
  .circle__conteiner .img__form {
    margin-left: 24%;
  }
  .content__servicios {
    margin-left: 50px;
    margin-right: 50px;
  }
  .content__servicios h3 {
    padding: 0 180px 0 0;
  }
  .content__servicios .text__servi p {
    font-size: 14px;
  }
  .content-nosotros .tex-about {
    height: 450px;
  }
  .content-nosotros .tex-about p {
    font-size: 15px;
    margin-bottom: 0rem;
  }
  .content-nosotros img {
    height: 450px;
  }
  .sellos {
    padding-left: 0px;
    width: 1024px;
  }
  .conteiner__bannernos {
    display: block;
    margin-top: 100px;
  }
  .conteiner__bannernos .circle {
    margin-left: 36%;
    margin-bottom: 100px;
  }
  .conteiner__bannernos .content__imgbanner {
    margin-left: 19%;
  }
  /*<---------------------------- BANNER AUTO SECTION CONTACTO ------------------------------------------>*/
  .banner__autoc .img__autoc {
    height: 225px;
  }
  .banner__autoc .img__autoc .text__autoc p {
    bottom: 210px;
    left: 180px;
    font-size: 30px;
  }
  footer .col-lg-2 {
    min-height: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

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