* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.btn-action {
  background: #F0386B;
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  text-transform: capitalize;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.btn-action:hover {
  color: #fff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 27px -15px #5f172a;
          box-shadow: 0 10px 27px -15px #5f172a;
}

h1, h2, h3, h4, h5, h6 {
  color: #272838;
  font-family: 'Montserrat', sans-serif;
}

a {
  font-family: 'Montserrat', sans-serif;
}

h2 {
  font-size: 28px;
}

.form-control {
  padding: 0.675rem 0.75rem;
  font-size: 12px;
  background-color: #eaeaea;
  border: 0px solid #ced4da;
}

.col-md-12.form-group {
  margin-bottom: 1.5rem;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  -webkit-box-shadow: 0 0 0px 1px #ed3d6b;
          box-shadow: 0 0 0px 1px #ed3d6b;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #ed3d6b;
  -webkit-box-shadow: 0 0 0px 0px #ed3d6b;
          box-shadow: 0 0 0px 0px #ed3d6b;
}

.owl-theme .owl-dots .owl-dot.active:hover spans {
  background: transparent;
  -webkit-box-shadow: 0 0 0px 0px #ed3d6b;
          box-shadow: 0 0 0px 0px #ed3d6b;
}

.hamburguer {
  display: none;
}

html {
  width: 100%;
  height: 100vh;
  scroll-behavior: smooth;
}

html body {
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  height: 100vh;
  margin: 0px;
  scroll-behavior: smooth;
}

html body .correo-dinamico {
  width: 100%;
  height: 100vh;
}

html body .correo-dinamico .hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

html body .correo-dinamico .hero .video-hero {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  opacity: 0.7;
  -webkit-filter: grayscale(90%);
          filter: grayscale(90%);
}

html body .correo-dinamico .hero .content-hero {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background-color: #272838b8;
  background-image: linear-gradient(-135deg, #3493db52, #ee515f61);
}

html body .correo-dinamico .hero .content-hero header {
  width: 100%;
  padding: 20px 0;
}

html body .correo-dinamico .hero .content-hero header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html body .correo-dinamico .hero .content-hero header .container .logo {
  max-width: 180px;
  width: 100%;
}

html body .correo-dinamico .hero .content-hero header .container .logo img {
  width: 100%;
}

html body .correo-dinamico .hero .content-hero header .container nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body .correo-dinamico .hero .content-hero header .container nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body .correo-dinamico .hero .content-hero header .container nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body .correo-dinamico .hero .content-hero header .container nav ul li a {
  margin: 0 10px;
  color: #fff;
  -webkit-transition: all ease-in-out .1s;
  transition: all ease-in-out .1s;
  position: relative;
}

html body .correo-dinamico .hero .content-hero header .container nav ul li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  z-index: 99999;
  margin: 5px 0 0 0;
  padding: 0px 10px;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}

html body .correo-dinamico .hero .content-hero header .container nav ul li a:hover:after {
  opacity: 1;
  width: 100%;
}

html body .correo-dinamico .hero .content-hero header .container nav ul li:last-child a {
  text-align: center;
}

html body .correo-dinamico .hero .content-hero header .container nav ul li:last-child a:hover i {
  color: blue;
}

html body .correo-dinamico .hero .content-hero header .container nav ul li:last-child a:hover:after {
  width: 0%;
  opacity: 0;
}

html body .correo-dinamico .hero .content-hero .presentacion {
  position: absolute;
  right: 0;
  top: 16.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  right: 0;
  left: 0;
}

html body .correo-dinamico .hero .content-hero .presentacion h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: 10px 0 80px 0;
}

html body .correo-dinamico .hero .content-hero .presentacion h1 span:nth-of-type(1) {
  font-size: 63px;
}

html body .correo-dinamico .hero .content-hero .presentacion h1 span:nth-of-type(2) {
  font-size: 24px;
}

html body .correo-dinamico .hero .content-hero .presentacion h1 span:nth-of-type(3) {
  font-size: 14px;
  text-transform: uppercase;
  margin: 10px 0;
  position: relative;
}

html body .correo-dinamico .hero .content-hero .presentacion h1 span:nth-of-type(3):after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-image: linear-gradient(45deg, #fff, #0000);
  position: absolute;
  top: 10px;
  right: -120px;
}

html body .correo-dinamico .hero .content-hero .presentacion h1 span:nth-of-type(3):before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-image: linear-gradient(45deg, #0000, #fff);
  position: absolute;
  top: 10px;
  left: -120px;
}

html body .correo-dinamico .hero .content-hero .dots {
  position: absolute;
  bottom: 11vw;
  left: 8.5vw;
}

html body .correo-dinamico .hero .content-hero .dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body .correo-dinamico .hero .content-hero .dots ul li {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  margin: 10px 0;
}

html body .correo-dinamico .hero .content-hero .dots ul li.active {
  -webkit-box-shadow: 0px 0px 0px 4px rgba(52, 147, 219, 0.878431);
          box-shadow: 0px 0px 0px 4px rgba(52, 147, 219, 0.878431);
}

html body .correo-dinamico section {
  padding: 100px 0;
}

html body .correo-dinamico section .container .bienvenidos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body .correo-dinamico section .container .bienvenidos .thumb picture {
  max-width: 340px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body .correo-dinamico section .container .bienvenidos .thumb picture img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
}

html body .correo-dinamico section .container .bienvenidos .texto-bienvenidos {
  max-width: 420px;
  width: 100%;
  margin: 15px 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body .correo-dinamico section .container .bienvenidos .texto-bienvenidos h2 {
  margin: 0 0 33px 0;
  font-size: 28px;
  color: #272838;
  position: relative;
  text-transform: capitalize;
}

html body .correo-dinamico section .container .bienvenidos .texto-bienvenidos h2 .number {
  font-size: 12px;
  position: absolute;
  margin: 0 0 0 10px;
  right: 0vw;
  top: 13px;
}

html body .correo-dinamico section .container .bienvenidos .texto-bienvenidos h2 .number:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #F0386B;
  right: 18px;
  top: 8px;
}

html body .correo-dinamico section .container .bienvenidos .texto-bienvenidos p {
  line-height: 25px;
  margin: 0 0 20px 0;
  color: #63606b;
}

html body .correo-dinamico section.bg-1 {
  background-color: #E8E8E8;
}

html body .correo-dinamico section.bg-1 .container .servicios {
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body .correo-dinamico section.bg-1 .container .servicios .icon-servicios {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
}

html body .correo-dinamico section.bg-1 .container .servicios .icon-servicios .ball {
  padding: 18px;
  background: #F0386B;
  border-radius: 50%;
  width: 120px;
  margin: 0 0 20px 0;
}

html body .correo-dinamico section.bg-1 .container .servicios .icon-servicios .ball picture {
  max-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body .correo-dinamico section.bg-1 .container .servicios .icon-servicios .ball picture img {
  width: 100%;
  height: 100%;
}

html body .correo-dinamico section.bg-1 .container .servicios .icon-servicios .ball h3 {
  font-size: 16px;
}

html body .correo-dinamico section.bg-1 .container .wrap-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 340px;
}

html body .correo-dinamico section.bg-1 .container .wrap-video video {
  max-width: 600px;
  width: 100%;
}

html body .correo-dinamico section.bg-1 .container .sistema {
  padding: 0 10vw;
}

html body .correo-dinamico section.bg-1 .container .sistema .title-general {
  padding: 100px 0 90px 0;
}

html body .correo-dinamico section.bg-1 .container .sistema .title-general h2, html body .correo-dinamico section.bg-1 .container .sistema .title-general p {
  text-align: center;
}

html body .correo-dinamico section.bg-1 .container .sistema .title-general p {
  text-transform: lowercase;
  line-height: 30px;
  color: #63606b;
  padding: 0 8vw;
}

html body .correo-dinamico section.bg-1 .container .sistema .title-general p:first-letter {
  text-transform: uppercase;
}

html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin: 0 0 150px 0;
}

html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-2 div {
  width: calc(50% - 20px);
}

html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-2 div:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-2 div:nth-of-type(1) p {
  text-transform: lowercase;
  line-height: 30px;
  color: #63606b;
}

html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-2 div:nth-of-type(1) p:first-letter {
  text-transform: uppercase;
}

html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-2 div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-2 div:nth-of-type(2) picture {
  max-width: 295px;
  height: 290px;
}

html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-2 div:nth-of-type(2) picture img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-3 div {
  width: calc(50% - 20px);
}

html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-3 div:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-3 div:nth-of-type(1) picture {
  max-width: 295px;
  height: 290px;
}

html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-3 div:nth-of-type(1) picture img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-3 div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-3 div:nth-of-type(2) h2 {
  text-align: right;
}

html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-3 div:nth-of-type(2) p {
  line-height: 30px;
  color: #63606b;
  text-align: right;
}

html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-3 div:nth-of-type(2) p:first-letter {
  text-transform: uppercase;
}

html body .correo-dinamico section.bg-2 {
  background-color: #E8E8E8;
  padding: 0px 0px;
}

html body .correo-dinamico section.bg-2 .title-general {
  padding: 20px 0 80px 0;
}

html body .correo-dinamico section.bg-2 .title-general h2 {
  color: #272838;
  text-align: center;
  text-transform: capitalize;
}

html body .correo-dinamico section.bg-2 .wrap-aplicaciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

html body .correo-dinamico section.bg-2 .wrap-aplicaciones .row-apliaciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

html body .correo-dinamico section.bg-2 .wrap-aplicaciones .row-apliaciones div {
  width: 25%;
  height: 100%;
  min-height: 34vw;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8);
  position: relative;
}

html body .correo-dinamico section.bg-2 .wrap-aplicaciones .row-apliaciones div span {
  display: block;
  position: absolute;
  text-transform: uppercase;
  padding: 15px 30px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 4vw;
  top: 14vw;
  color: #fff;
  border: 2px solid #fff;
  background-color: #0000004a;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1vw;
}

html body .correo-dinamico section.bg-2 .wrap-aplicaciones .row-apliaciones:nth-of-type(1) div:nth-of-type(1) {
  background-image: url(../img/apli-1.jpg);
}

html body .correo-dinamico section.bg-2 .wrap-aplicaciones .row-apliaciones:nth-of-type(1) div:nth-of-type(2) {
  background-image: url(../img/apli-2.jpg);
  background-position-x: -11vw;
}

html body .correo-dinamico section.bg-2 .wrap-aplicaciones .row-apliaciones:nth-of-type(1) div:nth-of-type(3) {
  background-image: url(../img/apli-3.jpg);
  background-position-x: -4vw;
}

html body .correo-dinamico section.bg-2 .wrap-aplicaciones .row-apliaciones:nth-of-type(1) div:nth-of-type(4) {
  background-image: url(../img/apli-4.jpg);
}

html body .correo-dinamico section.bg-2 .wrap-aplicaciones .row-apliaciones:nth-of-type(2) div:nth-of-type(1) {
  background-image: url(../img/apli-5.jpg);
}

html body .correo-dinamico section.bg-2 .wrap-aplicaciones .row-apliaciones:nth-of-type(2) div:nth-of-type(2) {
  background-image: url(../img/apli-6.jpg);
}

html body .correo-dinamico section.bg-2 .wrap-aplicaciones .row-apliaciones:nth-of-type(2) div:nth-of-type(3) {
  background-image: url(../img/apli-7.jpg);
  background-position-x: -12vw;
}

html body .correo-dinamico section.bg-2 .wrap-aplicaciones .row-apliaciones:nth-of-type(2) div:nth-of-type(4) {
  background-image: url(../img/apli-8.jpg);
  background-position-x: -9vw;
}

html body .correo-dinamico section .container .beneficios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body .correo-dinamico section .container .beneficios .thumb picture {
  max-width: 340px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body .correo-dinamico section .container .beneficios .thumb picture img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

html body .correo-dinamico section .container .beneficios .texto-bienvenidos {
  max-width: 420px;
  width: 100%;
  margin: 15px 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

html body .correo-dinamico section .container .beneficios .texto-bienvenidos h2 {
  margin: 0 0 33px 0;
  font-size: 28px;
  color: #272838;
  position: relative;
  text-transform: capitalize;
}

html body .correo-dinamico section .container .beneficios .texto-bienvenidos ul {
  padding: 0 0 0 15px;
}

html body .correo-dinamico section .container .beneficios .texto-bienvenidos ul li {
  color: #63606b;
  margin: 0 0 20px 0;
  position: relative;
}

html body .correo-dinamico section .container .beneficios .texto-bienvenidos ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #F0386B;
  top: 7px;
  left: -10px;
}

html body .correo-dinamico section .container .beneficios .texto-bienvenidos .garantia {
  background: #F0386B;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px 50px 15px 15px;
  width: auto;
  margin: 30px 0 0 0;
  position: relative;
  border-radius: 4px;
}

html body .correo-dinamico section .container .beneficios .texto-bienvenidos .garantia:after {
  content: url(../img/ribbon.svg);
  display: block;
  position: absolute;
  width: 71px;
  top: -5px;
  right: -28px;
}

html body .correo-dinamico section.bg-3 {
  background-color: #272838;
}

html body .correo-dinamico section.bg-3 .title-general {
  margin: 0 0 80px;
}

html body .correo-dinamico section.bg-3 .title-general h2 {
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
}

html body .correo-dinamico section.bg-3 .title-general p {
  text-align: center;
  color: #ffffff;
}

html body .correo-dinamico section.bg-3 .owl-carousel {
  padding: 0 12vw;
}

html body .correo-dinamico section.bg-3 .owl-carousel .owl-item img {
  display: block;
  max-width: 125px;
  width: 100%;
  margin: 0 auto;
}

html body .correo-dinamico section#contacto {
  padding: 0px 0 0 0;
  position: relative;
}

html body .correo-dinamico section#contacto .container.formulario {
  position: absolute;
  z-index: 999;
  left: 6vw;
  top: 4vw;
}

html body .correo-dinamico section#contacto .container.formulario .wrap-contacto {
  padding: 60px 20px;
  max-width: 550px;
  background: #fff;
  left: 0;
  position: absolute;
  border-radius: 8px;
  -webkit-box-shadow: 0px 36px 36px -28px #101015;
          box-shadow: 0px 36px 36px -28px #101015;
}

html body .correo-dinamico section#contacto .container.formulario .wrap-contacto form .info-contacto ul {
  padding: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html body .correo-dinamico section#contacto .container.formulario .wrap-contacto form .info-contacto ul li {
  width: calc(50% - 20px);
  padding: 0 0 0 15px;
  position: relative;
}

html body .correo-dinamico section#contacto .container.formulario .wrap-contacto form .info-contacto ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #F0386B;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  top: 9px;
}

html body .correo-dinamico section#contacto .container.formulario .wrap-contacto form .info-contacto ul li:last-child {
  width: 100%;
}

html body .correo-dinamico section#contacto .container.formulario .wrap-contacto form .info-contacto ul li a {
  color: #272838bf;
  font-size: 12px;
  text-transform: uppercase;
}

html body .correo-dinamico section#contacto #map {
  width: 100%;
  height: calc(100vh + 10vh);
}

html body .correo-dinamico footer {
  padding: 20px 0;
  background-color: #272838;
}

html body .correo-dinamico footer .container p {
  text-align: center;
  color: #ffffff69;
  text-align: center;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.2px;
}

@media (max-width: 768px) {
  .btn-action:hover {
    color: #fff;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .form-control {
    padding: 0.675rem 0.75rem;
  }
  .col-md-12.form-group {
    margin-bottom: 1.5rem;
  }
  .hamburguer {
    display: block;
  }
  html body .correo-dinamico .hero .content-hero header .container nav {
    display: none;
  }
  html body .correo-dinamico .hero .content-hero header .container nav ul li a:hover:after {
    display: none;
  }
  html body .correo-dinamico .hero .content-hero header .container nav.block-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    margin: 88px 0;
    position: absolute;
    background: #170e28f0;
    left: 0;
    right: 0;
    padding: 20px 0;
    z-index: 999;
  }
  html body .correo-dinamico .hero .content-hero header .container nav.block-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
  }
  html body .correo-dinamico .hero .content-hero header .container nav.block-menu ul li {
    width: 100%;
    text-align: center;
  }
  html body .correo-dinamico .hero .content-hero header .container nav.block-menu ul li a {
    text-align: center;
    padding: 20px;
    width: 100%;
    border-bottom: 1px dotted #ffffff1f;
  }
  html body .correo-dinamico .hero .content-hero header .container nav.block-menu ul li:last-child a {
    border-bottom: 0px;
  }
  html body .correo-dinamico .hero .content-hero .presentacion {
    top: 53.2vw;
  }
  html body .correo-dinamico .hero .content-hero .presentacion h1 {
    text-align: center;
  }
  html body .correo-dinamico .hero .content-hero .presentacion h1 span:nth-of-type(1) {
    font-size: 9vw;
  }
  html body .correo-dinamico .hero .content-hero .presentacion h1 span:nth-of-type(2) {
    font-size: 4vw;
  }
  html body .correo-dinamico section {
    padding: 60px 0;
  }
  html body .correo-dinamico section .container .bienvenidos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  html body .correo-dinamico section .container .bienvenidos .thumb picture {
    height: 250px;
    margin: 0 auto 30px auto;
  }
  html body .correo-dinamico section .container .bienvenidos .thumb picture img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  html body .correo-dinamico section .container .bienvenidos .texto-bienvenidos {
    margin: 0;
    padding: 20px 10px;
  }
  html body .correo-dinamico section .container .bienvenidos .texto-bienvenidos h2 {
    text-align: center;
  }
  html body .correo-dinamico section .container .bienvenidos .texto-bienvenidos h2 .number {
    display: none;
  }
  html body .correo-dinamico section .container .bienvenidos .texto-bienvenidos h2 .number:after {
    display: none;
  }
  html body .correo-dinamico section .container .bienvenidos .texto-bienvenidos p {
    text-align: center;
  }
  html body .correo-dinamico section.bg-1 .container .servicios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  html body .correo-dinamico section.bg-1 .container .servicios .icon-servicios {
    width: 100%;
    margin: 0 0 40px 0;
  }
  html body .correo-dinamico section.bg-1 .container .sistema {
    padding: 0 0vw;
  }
  html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0 0 20px 0;
  }
  html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-2 div {
    width: 100%;
  }
  html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-2 div h2 {
    text-align: center;
  }
  html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-2 div picture {
    margin: 0 auto;
    padding: 45px;
  }
  html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-2 div:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-2 div:nth-of-type(1) p {
    text-align: center;
  }
  html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-2 div:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0 0 20px 0;
  }
  html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-3 div {
    width: 100%;
  }
  html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-3 div picture {
    margin: 0 auto;
    padding: 45px;
  }
  html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-3 div h2 {
    text-align: center !important;
  }
  html body .correo-dinamico section.bg-1 .container .sistema .wrap-row-3 div:nth-of-type(2) p {
    text-align: center;
  }
  html body .correo-dinamico section.bg-2 .wrap-aplicaciones .row-apliaciones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  html body .correo-dinamico section.bg-2 .wrap-aplicaciones .row-apliaciones div {
    min-height: 110vw;
    width: 100%;
  }
  html body .correo-dinamico section.bg-2 .wrap-aplicaciones .row-apliaciones div span {
    top: 43vw;
    font-size: 4vw;
  }
  html body .correo-dinamico section .container .beneficios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  html body .correo-dinamico section .container .beneficios .thumb {
    margin: 0 0 40px 0;
  }
  html body .correo-dinamico section .container .beneficios .thumb picture {
    max-height: 250px;
    margin: 0 auto;
  }
  html body .correo-dinamico section .container .beneficios .thumb picture img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  html body .correo-dinamico section .container .beneficios .texto-bienvenidos {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  html body .correo-dinamico section .container .beneficios .texto-bienvenidos h2 {
    text-align: center;
    width: 100%;
  }
  html body .correo-dinamico section .container .beneficios .texto-bienvenidos .garantia {
    margin: 40px auto 0 auto;
  }
  html body .correo-dinamico section#contacto .container.formulario {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    padding: 30px 10px;
    background: #f7f7f7;
  }
  html body .correo-dinamico section#contacto .container.formulario .wrap-contacto {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  html body .correo-dinamico section#contacto .container.formulario .wrap-contacto form .info-contacto ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
/*# sourceMappingURL=main.css.map */