@import url("https://cdn.rawgit.com/mfd/f3d96ec7f0e8f034cc22ea73b3797b59/raw/856f1dbb8d807aabceb80b6d4f94b464df461b3e/gotham.css");

body {
  font-family: "GothamPro", sans-serif;
  line-height: 17px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}

p {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  background-repeat: no-repeat;
}

.campoObligatorio::placeholder{
  color: #ff194d !important;
}


.contenedor-general-escritorio {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: hidden;
}

/* Estilo General Secciones */
#contenedor-seccion-1,
#contenedor-seccion-3,
#contenedor-seccion-4,
#contenedor-footer {
  position: relative;
}

#img-high-performance,
#img-logos,
#img-somos-tecnologia,
#img-dale-campo,
#img-aniversario,
#contenedor-texto-1,
#contenedor-texto-2,
#img-nuestros-productos,
#img-convencionales,
.contenedor-row-productos,
#img-organicos,
#img-tec-sus,
#img-logo-fusiontech,
#img-comprometidos,
#contenedor-descripcion-fusiontech,
#img-hContacto,
#contenedor-formulario,
#contenedor-formulario div,
#pieContacto,
#logoContacto,
#desktop-a-fb,
#desktop-a-ig,
#form-desktop,
#form-mobile {
  position: absolute;
}

#contenedor-texto-1 p span,
#contenedor-texto-2 p span,
.header-tecsus,
#contenedor-descripcion-fusiontech p span {
  font-weight: bold;
}

.header-aniv {
  color: #287d00;
  font-weight: bold;
}

.contenedor-row-productos a img {
  opacity: 0;
}

.contenedor-row-productos a:hover img {
  opacity: 1;
}

.inputContacto {
  transition: all 200ms ease;
}

.inputContacto:focus {
  outline: none !important;
}

.inputContacto::placeholder {
  color: #b5b5b5;
}

.inputContacto:hover::placeholder {
  color: #222;
}

.submitContacto:hover {
  background-color: #ffffff;
}

.submitContacto:active {
  background-color: #ffffff;
}

#aviso-privacidad {
  position: absolute;
  background: transparent url(../img/desktop/avisodeprivacidad-1.svg) no-repeat
    center center;
  background-size: cover;
}

#aviso-privacidad:hover {
  background: transparent url(../img/desktop/avisodeprivacidad-2.svg) no-repeat
    center center;
  background-size: cover;
}
/* --> Fin Estilo General Secciones <-- */

/* --> Estilo Seccion 1 Mobile <-- */
.contenedor-general-mobile {
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
}

#contenedor-mob-seccion-1,
#contenedor-mob-seccion-2,
#contenedor-mob-seccion-3,
#contenedor-mob-seccion-3-1,
#contenedor-mob-seccion-4,
#contenedor-mob-footer {
  position: absolute;
}

#contenedor-mob-seccion-1 img,
#contenedor-mob-seccion-2 img,
#contenedor-mob-seccion-3 img,
#contenedor-mob-seccion-3-1 img,
#contenedor-mob-seccion-4 img,
#contenedor-mob-footer img {
  width: 100%;
}

#img-mobile-high-performance {
  position: relative;
  display: inline;
  float: left;
  margin-right: -10000px;
  z-index: 2;
  left: 16px;
  top: 13px;
  width: 50% !important;
}

#contenedor-mob-seccion-2 {
  margin-top: 103vw;
}

#img-mobile-logos {
  position: relative;
  margin-top: 87%;
  display: flex;
  justify-content: center;
  top: 0;
  margin-right: -10000px;
  float: left;
  width: 100%;
}

#img-mobile-logos img {
  width: 85% !important;
}

#img-mobile-somos-tech {
  margin-top: 1%;
}

#img-mobile-somos-tech img {
  width: 50% !important;
}

#img-mobile-aniversario {
  margin-top: 20.5%;
  top: -43px !important;
}

#img-mobile-aniversario img {
  width: 25% !important;
}

#contenedor-mob-texto-1 {
  flex-direction: column;
  margin-top: 44%;
  width: 75vw;
  line-height: 4vw;
  text-align: justify;
  font-size: 2.7vw;
  color: #ffffff;
  font-weight: 300;
  left: 13vw;
}

#contenedor-mob-texto-1 p span,
#contenedor-mob-texto-2 p span,
#contenedor-mob-descripcion-fusiontech p span {
  font-weight: bold;
}

#img-mob-dale-campo {
  margin-top: 86%;
  margin-left: 2vw;
}

#img-mob-dale-campo img {
  width: 55% !important;
}

#contenedor-mob-texto-2 {
  flex-direction: column;
  margin-top: 117%;
  width: 75vw;
  line-height: 4vw;
  text-align: justify;
  font-size: 2.7vw;
  color: #ffffff;
  font-weight: 300;
  left: 13vw;
}

#contenedor-mob-seccion-3 {
  margin-top: 319vw;
}

#img-mobile-nuestros-productos {
  margin-top: 7.5vw;
}

#img-mobile-nuestros-productos img {
  width: 55% !important;
}

#img-mobile-header-convencionales {
  margin-top: 22vw;
}

#img-mobile-header-convencionales img {
  width: 58% !important;
}

.contenedor-mob-row-productos,
.contenedor-mob-row-productos-organicos {
  display: grid !important;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 9vw 0;
  text-align: center;
  text-align: -webkit-center;
}

.contenedor-mob-row-productos {
  margin-top: 33vw;
}

.contenedor-mob-row-productos img,
.contenedor-mob-row-productos-organicos img {
  width: auto !important;
  height: 35vw;
}

#img-mob-organico {
  margin-top: 174vw;
}

#img-mob-organico img {
  width: 40vw;
}

.contenedor-mob-row-productos-organicos {
  margin-top: 205vw;
}

.contenedor-mob-row-productos a img,
.contenedor-mob-row-productos-organicos a img {
  opacity: 0;
}

.contenedor-mob-row-productos a img:hover,
.contenedor-mob-row-productos-organicos a img:hover {
  opacity: 1;
}

.row-mob-act {
  grid-gap: 8vw 0 !important;
}

#contenedor-mob-seccion-3-1 {
  margin-top: 660vw;
}

#contenedor-mob-seccion-4 {
  margin-top: 693vw;
}

#img-mobile-tec-sus {
  margin-top: 37.5vw;
}

#img-mobile-tec-sus img {
  width: 65% !important;
}

#img-mobile-logo-fusiontec {
  margin-top: 28vw;
}

#img-mobile-logo-fusiontec img {
  width: 72% !important;
}

#img-mobile-logo-comprometidos {
  margin-top: 57vw;
}

#img-mobile-logo-comprometidos img {
  width: 80% !important;
}

#contenedor-mob-descripcion-fusiontech {
  flex-direction: column;
  margin-top: 81vw;
  width: 75vw;
  line-height: 4vw;
  text-align: justify;
  font-size: 2.7vw;
  color: #808080;
  font-weight: 300;
  left: 13vw;
}

#contenedor-mob-footer {
  margin-top: 875vw;
}

#img-mobile-contacto {
  margin-top: 4vw;
}

#img-mobile-contacto img {
  width: 27% !important;
}

#contenedor-mob-formulario {
  margin-top: 32vw;
  flex-direction: column;
  align-items: center;
}

#img-mob-aviso-privacidad {
  margin-top: 107vw;
}

#avisoPrivacidad {
  text-align: center;
}

#avisoPrivacidad img {
  width: 47% !important;
}

#img-mob-biofusion-wh{
margin-top: 119vw;
}

#img-mob-biofusion-wh img{
  width: 40% !important;
}

#img-mob-logos-wh{
  margin-top: 132vw;
}

#img-mob-logos-wh img{
  width:80% !important;
}

#img-mob-redes-footer{
  margin-top: 131vw;
}

#img-mob-redes-footer img{
  width: 50% !important;
}

#a-mob-fb{
  margin-top: 158vw;
  z-index: 10;
  width: 7%;
  margin-left: 34vw;
}

#a-mob-fb a{
  width: 5% !important;
  height: 5vw;
}

#a-mob-ig{
  margin-top: 158vw;
  z-index: 10;
  width: 7%;
  margin-left: 42vw;
}

#a-mob-ig a{
  width: 5% !important;
  height: 5vw;
}

.elementoMobile {
  position: relative;
  display: flex;
  justify-content: center;
  top: 0;
  margin-right: -10000px;
  float: left;
  width: 100%;
}

/* #img-mobile-high-performance {
  width: 183px;
}

.mob-c1 {
  position: relative;
  display: inline;
  float: left;
  margin-right: -10000px;
  z-index: 2;
} */

/* #fondo-mobile-seccion-1 {
  width: 100%;
} */

@media (max-width: 499.98px) {
  .contenedor-general-escritorio {
    display: none;
  }

  .contenedor-general-mobile {
    display: flex;
  }

  #divInputContacto {
    width: 309px;
    margin-top: 150px;
    left: 58px;
  }

  .triangle {
    display: inline-block;
    vertical-align: middle;
  }

  .triangle-izquierda {
    border-right: solid 2vw rgb(255, 255, 255);
    border-bottom: solid 3vw transparent;
    border-top: solid 2.5vw transparent;
    margin-top: 0.85vw;
  }

  .triangle-derecha {
    border-left: solid 2vw rgb(255, 255, 255);
    border-bottom: solid 3.4vw transparent;
    border-top: solid 2.3vw transparent;
    margin-left: -1.6vw;
    margin-top: 0.7vw;
  }

  .triangle-izquierda-textarea {
    border-right: solid 2vw rgb(255, 255, 255);
    border-bottom: solid 3vw transparent;
    border-top: solid 3vw transparent;
    width: 0;
    height: 19vw;
    margin-top: -22vw;
  }

  .triangle-derecha-textarea {
    border-left: solid 1.7vw rgb(255, 255, 255);
    border-bottom: solid 2vw transparent;
    border-top: solid 3vw transparent;
    width: 0;
    height: 20vw;
    margin-top: -22vw;
    margin-left: -1.3vw;
  }

  .inputContacto {
    padding: 1.7vw 2vw;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-left: -1.3vw;
    width: 68vw;
    border: transparent;
    font-family: "GothamPro", sans-serif;
    font-size: 2vw;
  }

  #divEmail {
    margin-top: 5px;
  }

  #divTelefono {
    margin-top: 4px;
  }

  #divEmpresa {
    margin-top: 4px;
  }

  #divMensaje {
    margin-top: 6px;
  }

  #divMensaje textarea {
    height: 21vw;
    resize: none;
  }

  .submitContacto {
    position: relative;
    width: 26vw;
    height: 5vw;
    border-width: 0;
    border-color: transparent;
    background-color: #d7d700;
    line-height: 4.4vw;
    text-align: center;
    color: #287d00;
    font-weight: 800;
    font-size: 3vw;
    margin-top: 2vw;
    padding: 1vw 0 6vw;
    cursor: pointer;
  }

  #form-mobile{
    top: 0;
    width: 100%;
  }
}

@media (max-width: 768.98px) and (min-width: 500px) {
  /* Estilo Seccion 1 */
  #fondo-seccion-1 {
    width: 768px;
  }

  #img-high-performance {
    width: 254px;
    top: 187px;
    left: 96px;
  }

  #img-logos {
    width: 281px;
    top: 423px;
    left: 126px;
  }

  #img-somos-tecnologia {
    width: 150px;
    top: 500px;
    left: 134px;
  }

  #img-dale-campo {
    width: 192px;
    top: 824px;
    left: 78px;
  }

  #img-aniversario {
    width: 88px;
    top: 545px;
    /* top: 597px; */
    left: 132px;
  }

  #contenedor-texto-1 {
    width: 195px;
    min-height: 96px;
    line-height: 12px;
    font-size: 9px;
    text-align: justify;
    top: 677px;
    left: 78px;
  }

  #contenedor-texto-2 {
    width: 257px;
    min-height: 229px;
    line-height: 12px;
    font-size: 9px;
    text-align: justify;
    top: 620px;
    left: 434px;
  }
  /* --> Fin Estilo Seccion 1 <-- */

  /* Estilo Seccion 3 */
  #contenedor-seccion-3 {
    top: -110px;
  }
  #fondo-seccion-3 {
    width: 768px;
  }

  #img-nuestros-productos {
    width: 173px;
    top: 49px;
    left: 298px;
  }

  #img-convencionales {
    width: 205px;
    top: 108px;
    left: 282px;
  }

  .contenedor-row-productos {
    width: 552px;
    top: 155px;
    left: 108px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    grid-gap: 51px 5px;
    text-align: center;
    text-align: -webkit-center;
  }

  .l-prod {
    height: 108px;
  }

  .act {
    height: 110px;
  }

  .row-act {
    grid-gap: 44px 5px;
  }

  #img-organicos {
    width: 145px;
    top: 493px;
    left: 312px;
  }

  .row-organico {
    top: 610px;
  }
  /* --> Fin Estilo Seccion 3 <-- */

  /* Estilo Seccion 4 */
  #contenedor-seccion-4 {
    top: -207px;
  }
  #fondo-seccion-4 {
    width: 768px;
  }

  #img-tec-sus {
    width: 201px;
    top: 71px;
    left: 149px;
  }

  #img-logo-fusiontech {
    width: 302px;
    left: 57px;
    top: 207px;
  }

  #img-comprometidos {
    width: 232px;
    top: 306px;
    left: 92px;
  }

  #contenedor-descripcion-fusiontech {
    width: 246px;
    min-height: 100px;
    line-height: 12px;
    font-size: 9px;
    text-align: justify;
    color: #808080;
    top: 207px;
    left: 419px;
  }
  /* --> Fin Estilo Seccion 4 <-- */

  /* Estilo Seccion Footer */
  #contenedor-footer {
    margin-top: -273px;
    height: 435px;
  }
  #fondo-footer {
    width: 768px;
  }

  #img-hContacto {
    width: 80px;
    top: 45px;
    left: 344px;
  }

  .inputContacto {
    padding: 3.7px 2px;
    padding-left: 7px;
    padding-right: 7px;
    margin-left: 5px;
    width: 209px;
    border: transparent;
    font-family: "GothamPro", sans-serif;
    font-size: 7px;
  }

  .triangle {
    display: inline-block;
    /* margin: 0 5px; */
    vertical-align: middle;
  }

  .triangle-izquierda {
    border-right: solid 5px rgb(255, 255, 255);
    border-bottom: solid 8.5px transparent;
    border-top: solid 8.5px transparent;
    margin-top: 2px;
  }

  .triangle-derecha {
    border-left: solid 5px rgb(255, 255, 255);
    border-bottom: solid 8.5px transparent;
    border-top: solid 8.5px transparent;
    margin-top: 2px;
  }

  .triangle-izquierda-textarea {
    border-right: solid 5px rgb(255, 255, 255);
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
    width: 0;
    height: 39px;
  }

  .triangle-derecha-textarea {
    border-left: solid 4px rgb(255, 255, 255);
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
    width: 0;
    height: 39px;
  }

  #contenedor-formulario {
    width: 227px;
    top: 140px;
    left: 271px;
  }

  #divEmail {
    margin-top: 20px;
  }

  #divTelefono {
    margin-top: 40px;
  }

  #divEmpresa {
    margin-top: 60px;
  }

  #divMensaje {
    margin-top: 84px;
  }

  #divMensaje textarea {
    height: 52px;
    resize: none;
  }

  .submitContacto {
    position: relative;
    width: 87px !important;
    height: 14px !important;
    border-width: 0;
    border-color: transparent;
    background-color: #d7d700;
    line-height: 14px;
    font-size: 11px;
    text-align: center;
    color: #287d00;
    font-weight: 800;
    margin-top: 153px;
    left: 70px;
    padding: 3px 0 17px;
    cursor: pointer;
  }

  #aviso-privacidad {
    width: 80px !important;
    height: 11px !important;
    margin-top: 340px;
    left: 344px;
  }

  #pieContacto {
    width: 391px !important;
    height: 30px !important;
    margin-top: 365px;
    left: 178px;
  }

  #logoContacto {
    width: 215px;
    margin-top: 411px;
    left: 281px;
  }

  #desktop-a-fb,
  #desktop-a-ig{
    width: 20px;
    height: 20px;
    top: 370px;
    z-index: 10;
    cursor: pointer;
  }

  #desktop-a-fb{
    left: 472px;
  }

  #desktop-a-ig{
    left: 497px;
  }

  #form-desktop{
    top: 0;
  }
  /* --> Fin Estilo Seccion Footer <-- */
}

@media (max-width: 1024.98px) and (min-width: 769px) {
  /* Estilo Seccion 1 */
  #fondo-seccion-1 {
    width: 1024px;
  }

  #img-high-performance {
    width: 338px;
    top: 222px;
    left: 139px;
  }

  #img-logos {
    width: 370px;
    top: 563px;
    left: 166px;
  }

  #img-somos-tecnologia {
    width: 206px;
    top: 665px;
    left: 174px;
  }

  #img-dale-campo {
    width: 243px;
    top: 1057px;
    left: 111px;
  }

  #img-aniversario {
    width: 109px;
    top: 725px;
    /* top: 791px; */
    left: 174px;
  }

  #contenedor-texto-1 {
    width: 243px;
    min-height: 111px;
    line-height: 14px;
    font-size: 11px;
    text-align: justify;
    top: 888px;
    left: 111px;
  }

  #contenedor-texto-2 {
    width: 327px;
    min-height: 237px;
    line-height: 14px;
    font-size: 11px;
    text-align: justify;
    top: 827px;
    left: 587px;
  }
  /* --> Fin Estilo Seccion 1 <-- */

  /* Estilo Seccion 3 */
  #contenedor-seccion-3 {
    top: -145px;
  }
  #fondo-seccion-3 {
    width: 1024px;
  }

  #img-nuestros-productos {
    width: 259px;
    top: 66px;
    left: 383px;
  }

  #img-convencionales {
    width: 266px;
    top: 148px;
    left: 380px;
  }

  .contenedor-row-productos {
    width: 737px;
    top: 206px;
    left: 143px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    grid-gap: 51px 5px;
    text-align: center;
    text-align: -webkit-center;
  }

  .l-prod {
    height: 144px;
  }

  .act {
    height: 147px;
  }

  .row-act {
    grid-gap: 44px 5px;
  }

  #img-organicos {
    width: 186px;
    top: 653px;
    left: 419px;
  }

  .row-organico {
    top: 813px;
  }
  /* --> Fin Estilo Seccion 3 <-- */

  /* Estilo Seccion 4 */
  #contenedor-seccion-4 {
    top: -273px;
  }
  #fondo-seccion-4 {
    width: 1024px;
  }

  #img-tec-sus {
    width: 275px;
    top: 95px;
    left: 191px;
  }

  #img-logo-fusiontech {
    width: 402px;
    left: 110px;
    top: 271px;
  }

  #img-comprometidos {
    width: 308px;
    top: 393px;
    left: 157px;
  }

  #contenedor-descripcion-fusiontech {
    width: 275px;
    min-height: 143px;
    line-height: 14px;
    font-size: 11px;
    text-align: justify;
    color: #808080;
    top: 271px;
    left: 601px;
  }
  /* --> Fin Estilo Seccion 4 <-- */

  /* Estilo Seccion Footer */
  #contenedor-footer {
    margin-top: -359px;
    height: 580px;
  }
  #fondo-footer {
    width: 1024px;
  }

  #img-hContacto {
    width: 104px;
    top: 62px;
    left: 460px;
  }

  .inputContacto {
    padding: 4.5px 2px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 5px;
    width: 260px;
    border: transparent;
    font-family: "GothamPro", sans-serif;
    font-size: 10px;
  }

  .triangle {
    display: inline-block;
    /* margin: 0 5px; */
    vertical-align: middle;
  }

  .triangle-izquierda {
    border-right: solid 5px rgb(255, 255, 255);
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
  }

  .triangle-derecha {
    border-left: solid 5px rgb(255, 255, 255);
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
  }

  .triangle-izquierda-textarea {
    border-right: solid 5px rgb(255, 255, 255);
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
    width: 0;
    height: 49px;
  }

  .triangle-derecha-textarea {
    border-left: solid 4px rgb(255, 255, 255);
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
    width: 0;
    height: 49px;
  }

  #contenedor-formulario {
    width: 302px;
    top: 194px;
    left: 361px;
  }

  #divEmail {
    margin-top: 30px;
  }

  #divTelefono {
    margin-top: 60px;
  }

  #divEmpresa {
    margin-top: 90px;
  }

  #divMensaje {
    margin-top: 120px;
  }

  #divMensaje textarea {
    height: 60px;
    resize: none;
  }

  .submitContacto {
    position: relative;
    width: 116px !important;
    height: 18px !important;
    border-width: 0;
    border-color: transparent;
    background-color: #d7d700;
    line-height: 14px;
    text-align: center;
    color: #287d00;
    font-weight: 800;
    margin-top: 199px;
    left: 95px;
    padding: 8px 0 22px;
    cursor: pointer;
  }

  #aviso-privacidad {
    width: 104px !important;
    height: 14px !important;
    margin-top: 453px;
    left: 462px;
  }

  #pieContacto {
    width: 522px !important;
    height: 40px !important;
    margin-top: 488px;
    left: 238px;
  }

  #logoContacto {
    width: 320px;
    margin-top: 548px;
    left: 357px;
  }

  #desktop-a-fb,
  #desktop-a-ig{
    width: 25px;
    height: 25px;
    top: 496px;
    z-index: 10;
    cursor: pointer;
  }

  #desktop-a-fb{
    left: 632px;
  }

  #desktop-a-ig{
    left: 665px;
  }

  #form-desktop{
    top: 0;
  }
  /* --> Fin Estilo Seccion Footer <-- */
}

@media (min-width: 1025px) {
  /* Estilo Seccion 1 */
  #fondo-seccion-1 {
    width: 1400px;
  }

  #img-high-performance {
    width: 460px;
    top: 304px;
    left: 189px;
  }

  #img-logos {
    width: 525px;
    top: 775px;
    left: 228px;
  }

  #img-somos-tecnologia {
    width: 278px;
    top: 910px;
    left: 238px;
  }

  #img-dale-campo {
    width: 335px;
    top: 1439px;
    left: 148px;
  }

  #img-aniversario {
    width: 160px;
    top: 985px;
    /* top: 1075px; */
    left: 231px;
  }

  #contenedor-texto-1 {
    width: 332px;
    min-height: 135px;
    text-align: justify;
    top: 1210px;
    left: 148px;
  }

  #contenedor-texto-2 {
    width: 451px;
    min-height: 329px;
    line-height: 18px;
    text-align: justify;
    top: 1144px;
    left: 800px;
  }
  /* --> Fin Estilo Seccion 1 <-- */

  /* Estilo Seccion 3 */
  #contenedor-seccion-3 {
    top: -197px;
  }
  #fondo-seccion-3 {
    width: 1400px;
  }

  #img-nuestros-productos {
    width: 317px;
    top: 90px;
    left: 542px;
  }

  #img-convencionales {
    width: 389px;
    top: 179px;
    left: 506px;
  }

  .contenedor-row-productos {
    width: 1070px;
    top: 259px;
    left: 165px;
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 85px 5px;
    
    /* text-align: center;
    text-align: -webkit-center; */
  }

  .l-prod {
    height: 190px;
  }

  .act {
    height: 194px;
  }

  .row-act {
    grid-gap: 77px 5px;
  }

  #img-organicos {
    width: 276px;
    top: 876px;
    left: 562px;
  }

  .row-organico {
    top: 1121px;
  }
  /* --> Fin Estilo Seccion 3 <-- */

  /* Estilo Seccion 4 */
  #contenedor-seccion-4 {
    top: -370px;
  }
  #fondo-seccion-4 {
    width: 1400px;
  }

  #img-tec-sus {
    width: 367px;
    top: 136px;
    left: 266px;
  }

  #img-logo-fusiontech {
    width: 552px;
    left: 149px;
    top: 387px;
  }

  #img-comprometidos {
    width: 430px;
    top: 561px;
    left: 210px;
  }

  #contenedor-descripcion-fusiontech {
    width: 400px;
    min-height: 204px;
    line-height: 19px;
    text-align: justify;
    color: #808080;
    top: 402px;
    left: 812px;
  }
  /* --> Fin Estilo Seccion 4 <-- */

  /* Estilo Seccion Footer */
  #contenedor-footer {
    margin-top: -487px;
    height: 793px;
  }
  #fondo-footer {
    width: 1400px;
  }
  #img-hContacto {
    width: 144px;
    top: 84px;
    left: 628px;
  }

  .inputContacto {
    padding: 7.8px 2px;
    padding-left: 23px;
    padding-right: 23px;
    margin-left: 9px;
    width: 350px;
    border: transparent;
    font-family: "GothamPro", sans-serif;
    font-size: 12px;
  }

  .triangle {
    display: inline-block;
    vertical-align: middle;
  }

  .triangle-izquierda {
    border-right: solid 9px rgb(255, 255, 255);
    border-bottom: solid 15px transparent;
    border-top: solid 15px transparent;
  }

  .triangle-derecha {
    border-left: solid 9px rgb(255, 255, 255);
    border-bottom: solid 15px transparent;
    border-top: solid 15px transparent;
  }

  .triangle-izquierda-textarea {
    border-right: solid 9px rgb(255, 255, 255);
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
    width: 0;
    height: 78px;
  }

  .triangle-derecha-textarea {
    border-left: solid 8px rgb(255, 255, 255);
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
    width: 0;
    height: 78px;
  }

  #contenedor-formulario {
    width: 413px;
    top: 270px;
    left: 493px;
  }

  #divEmail {
    margin-top: 40px;
  }

  #divTelefono {
    margin-top: 80px;
  }

  #divEmpresa {
    margin-top: 120px;
  }

  #divMensaje {
    margin-top: 160px;
  }

  #divMensaje textarea {
    height: 82px;
    resize: none;
  }

  .submitContacto {
    position: relative;
    width: 130px !important;
    height: 22px !important;
    border-width: 0;
    border-color: transparent;
    background-color: #d7d700;
    line-height: 14px;
    text-align: center;
    color: #287d00;
    font-weight: 800;
    margin-top: 273px;
    left: 142px;
    padding: 8px 0 22px;
    cursor: pointer;
  }

  #aviso-privacidad {
    width: 144px !important;
    height: 19px !important;
    margin-top: 623px;
    left: 628px;
  }

  #pieContacto {
    width: 705px !important;
    height: 54px !important;
    margin-top: 666px;
    left: 325px;
  }

  #desktop-a-fb,
  #desktop-a-ig{
    width: 30px;
    height: 30px;
    top: 678px;
    z-index: 10;
    cursor: pointer;
  }

  #desktop-a-fb{
    left: 859px;
  }

  #desktop-a-ig{
    left: 904px;
  }

  #logoContacto {
    width: 390px;
    margin-top: 748px;
    left: 509px;
  }

  #form-desktop{
    width: 413px;
    top: 0;
  }
  /* --> Fin Estilo Seccion Footer <-- */
}
