@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap);
main#Home section#sliderHome, main#Home section#sliderHome .contenido .arrow, main#Servicios section#sliderServicios, main#Servicios section#sliderServicios .contenido, main#Servicios section#sliderServicios .contenido .laptop, main#Servicios section#sliderServicios .contenido .arrow, main#blog section#sliderblog .contenido .arrow, main#about section#sliderAbout, main#about section#sliderAbout .contenido .arrow, main#contact section#sliderContact .contenido .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

img {
  max-width: 100%;
}

ul, li {
  list-style: none !important;
  padding: 0;
}

a {
  text-decoration: none !important;
  color: #1d1e22 !important;
}

p {
  color: #1d1e22;
  font-size: 16px;
}

body, html {
  font-family: "Rubik";
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik";
  font-weight: normal;
}

::-moz-selection {
  background-color: #fd5634;
  color: #1d1e22;
}

::selection {
  background-color: #fd5634;
  color: #1d1e22;
}

#wrapper-menu {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: -webkit-transform 330ms ease-out;
  transition: -webkit-transform 330ms ease-out;
  transition: transform 330ms ease-out;
  transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
  z-index: 99999999;
  position: relative;
}

@media screen and (max-width: 9920px) and (min-width: 768px) {
  #wrapper-menu {
    display: none;
  }
}

#wrapper-menu.open {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.line-menu {
  background-color: #fd5634;
  border-radius: 5px;
  width: 100%;
  height: 6px;
}

.line-menu.half {
  width: 50%;
}

.line-menu.start {
  -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.open .line-menu.start {
  -webkit-transform: rotate(-90deg) translateX(3px);
          transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.open .line-menu.end {
  -webkit-transform: rotate(-90deg) translateX(-3px);
          transform: rotate(-90deg) translateX(-3px);
}

header#headerServicios nav#nav #wrapper-menu .line-menu {
  background-color: #1d1e22;
}

section#MenuFS {
  width: 100%;
  min-height: 100vh;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  background-color: #1d1e22;
}

section#MenuFS a {
  font-size: 3.3rem;
  color: #fd5634 !important;
  text-transform: uppercase;
  margin: 10px;
}

section#MenuFS > div:first-child {
  position: absolute;
  right: 0;
  top: 0;
}

header#headerIndex {
  position: absolute;
  z-index: 999;
  padding: 30px;
}

header#headerIndex nav#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 767px) {
  header#headerIndex nav#nav > div:first-child img {
    width: 60px;
    height: 60px∫;
  }
}

header#headerIndex nav#nav .buttons a {
  font-size: 18px;
  margin: 10px;
  background-color: #fd5634;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 400;
  color: #1e1f23;
  border: #1d1e22 3px solid;
  -webkit-transition: color .3s, border .3s, background-color .3s;
  transition: color .3s, border .3s, background-color .3s;
}

header#headerIndex nav#nav .buttons a:hover {
  color: #fd5634 !important;
  background-color: #1d1e22;
  border: #fd5634 3px solid;
}

@media screen and (max-width: 767px) {
  header#headerIndex nav#nav .buttons {
    display: none;
  }
}

main#Home section#sliderHome {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: url("../img/FondoJonay.jpg") center center no-repeat;
  background-size: cover;
}

main#Home section#sliderHome .contenido {
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  main#Home section#sliderHome .contenido {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main#Home section#sliderHome .contenido .title h1 {
    font-size: 5rem;
  }
}

main#Home section#sliderHome .contenido .arrow {
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform  .3s;
  transition: -webkit-transform  .3s;
  transition: transform  .3s;
  transition: transform  .3s, -webkit-transform  .3s;
}

main#Home section#sliderHome .contenido .arrow:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

main#Home section#sliderHome .contenido .arrow i {
  color: #fd5634;
  font-size: 4rem;
  -webkit-text-stroke: #1d1e22 1px;
}

main#Home section#sliderHome .contenido .aleft {
  right: 2%;
  z-index: 99;
}
@media screen and (max-width: 991px){
	main#Home section#sliderHome .contenido .imag img {
		max-width: 80% !important;
    	margin-left: 35%;
	}
}
@media screen and (max-width: 766px){
	main#Home section#sliderHome .contenido .imag img {
    	max-width: 60% !important;
    	margin-left: 25%;
	}
}
@media screen and (max-width: 760px) {
  main#Home section#sliderHome .contenido .aleft {
    right: 7%;
  }
}

@media screen and (max-width: 540px) {
  main#Home section#sliderHome .contenido .aleft {
    right: 7%;
    display: none;
  }
}

main#Home section#sliderHome .contenido .aright {
  left: 2%;
  z-index: 99;
}

@media screen and (max-width: 760px) {
  main#Home section#sliderHome .contenido .aright {
    left: 7%;
  }
}

@media screen and (max-width: 540px) {
  main#Home section#sliderHome .contenido .aright {
    right: 7%;
    display: none;
  }
}

main#Home section#sliderHome .contenido > div.title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 720px) {
  main#Home section#sliderHome .contenido > div.title {
    text-align: center;
  }
}

@media screen and (min-width: 767px) {
  main#Home section#sliderHome .contenido > div.title {
    padding-left: 40px;
    width:40%;
    margin-top:200px;
  }
}
@media screen and (max-width: 766px){
	main#Home section#sliderHome .contenido > div.title {
    	height: 1040px;
    	text-align: center;
	}
}
main#Home section#sliderHome .contenido > div.title h1 {
  font-size: 6rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fd5634;
  margin: 0;
  padding: 30px 0;
}

main#Home section#sliderHome .contenido > div.title h1 span {
  font-weight: 300;
}

@media screen and (max-width: 1024px) {
  main#Home section#sliderHome .contenido > div.title h1 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  main#Home section#sliderHome .contenido > div.title h1 {
    font-size: 3.4rem;
    padding: 0 0 25px 0;
  }
}
@media screen and (max-width: 766px){
	main#Home section#sliderHome .contenido > div.title h1 {
	    font-size: 2.4rem;
	    margin-top: 100px;
	    text-align: center;
	}
}
@media screen and (max-width: 400px){
	main#Home section#sliderHome .contenido > div.title h1 {
    	font-size: 1.4rem;
    	margin-top: 135px;
    	text-align: center;
	}
}
main#Home section#sliderHome .contenido > div.title a {
  background-color: #fd5634;
  color: #1e1f23;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 2rem;
  border: transparent 5px solid;
  -webkit-transition: all .3;
  transition: all .3;
}

main#Home section#sliderHome .contenido > div.title a:hover {
  color: #fd5634 !important;
  background-color: #1d1e22;
  border: #fd5634 5px solid;
}

@media screen and (max-width: 1024px) {
  main#Home section#sliderHome .contenido > div.title a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  main#Home section#sliderHome .contenido > div.title a {
    font-size: 1rem;
    padding: 5px 20px;
  }
}

main#Home section#sliderHome .contenido .imag {
  position: absolute;
  right: 12%;
  bottom: 0;
  z-index: 1;
}

main#Home section#sliderHome .contenido .imag img {
  max-width: 110%;
}

@media screen and (min-width: 1140px) {
  main#Home section#sliderHome .contenido .imag img {
    max-width: 110% !important;
  }
}

header#headerServicios {
  position: absolute;
  z-index: 999;
  padding: 30px;
}

header#headerServicios nav#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 767px) {
  header#headerServicios nav#nav > div:first-child img {
    width: 60px;
    height: 60px∫;
  }
}

header#headerServicios nav#nav .buttons a {
  font-size: 18px;
  margin: 10px;
  background-color: #1d1e22;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 400;
  color: #fd5634 !important;
  border: #1d1e22 3px solid;
  -webkit-transition: color .3s, border .3s, background-color .3s;
  transition: color .3s, border .3s, background-color .3s;
}

header#headerServicios nav#nav .buttons a:hover {
  color: #1d1e22 !important;
  background-color: #fd5634;
  border: #1d1e22 3px solid;
}

@media screen and (max-width: 767px) {
  header#headerServicios nav#nav .buttons {
    display: none;
  }
}

main#Servicios section#sliderServicios {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: url("../img/FondoServicios.jpg") center center no-repeat;
  background-size: cover;
}

main#Servicios section#sliderServicios .contenido {
  width: 100%;
  min-height: 100vh;
}

main#Servicios section#sliderServicios .contenido .laptop {
  width: 100%;
  min-height: 100vh;
}

main#Servicios section#sliderServicios .contenido .laptop img {
  max-width: 55%;
}

@media screen and (max-width: 1024px) {
  main#Servicios section#sliderServicios .contenido .laptop img {
    max-width: 80%;
  }
}

main#Servicios section#sliderServicios .contenido .arrow {
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform  .3s;
  transition: -webkit-transform  .3s;
  transition: transform  .3s;
  transition: transform  .3s, -webkit-transform  .3s;
}

main#Servicios section#sliderServicios .contenido .arrow:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

main#Servicios section#sliderServicios .contenido .arrow i {
  color: #1d1e22;
  font-size: 4rem;
}

@media screen and (max-width: 760px) {
  main#Servicios section#sliderServicios .contenido .arrow i {
    font-size: 2.5rem;
  }
}

main#Servicios section#sliderServicios .contenido .aleft {
  right: 2%;
  z-index: 99;
}

@media screen and (max-width: 760px) {
  main#Servicios section#sliderServicios .contenido .aleft {
    right: 7%;
  }
}

@media screen and (max-width: 540px) {
  main#Servicios section#sliderServicios .contenido .aleft {
    right: 7%;
  }
}

main#Servicios section#sliderServicios .contenido .aright {
  left: 2%;
  z-index: 99;
}

@media screen and (max-width: 760px) {
  main#Servicios section#sliderServicios .contenido .aright {
    left: 7%;
  }
}

@media screen and (max-width: 540px) {
  main#Servicios section#sliderServicios .contenido .aright {
    right: 7%;
  }
}

main#Servicios section#prox {
  position: absolute;
  bottom: 1%;
  right: 0;
  -webkit-transform: translate(-5%);
          transform: translate(-5%);
}

main#Servicios section#prox h2 {
  color: white;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: #1d1e22 1px;
}

@media screen and (max-width: 767px) {
  main#Servicios section#prox h2 {
    font-size: 2rem;
  }
}

main#Servicios section#prox h2 span {
  -webkit-text-fill-color: #1d1e22;
}

main#blog section#prox {
  position: absolute;
  bottom: 1%;
  right: 0;
  -webkit-transform: translate(-5%);
          transform: translate(-5%);
}

main#blog section#prox h2 {
  color: white;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: #fd5634 1px;
}

@media screen and (max-width: 767px) {
  main#blog section#prox h2 {
    font-size: 2rem;
  }
}

main#blog section#prox h2 span {
  -webkit-text-fill-color: #fd5634;
}

@media screen and (max-width: 920px) {
  main#blog section#prox {
    bottom: 60%;
    right: -5%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}

@media screen and (max-width: 767px) {
  main#blog section#prox {
    -webkit-transform: translate(0%);
            transform: translate(0%);
    right: 5%;
  }
}

main#blog section#sliderblog {
  background: url("../img/FondoBlog.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
}

main#blog section#sliderblog .titleBlog {
  display: none;
}

main#blog section#sliderblog .titleBlog .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}

@media screen and (max-width: 1024px) {
  main#blog section#sliderblog .titleBlog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main#blog section#sliderblog .titleBlog h1 {
  color: #fd5634;
  font-size: 12rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

main#blog section#sliderblog .titleBlog h1 span {
  -webkit-text-stroke: 4px #fd5634;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  main#blog section#sliderblog .titleBlog h1 {
    font-size: 7rem;
    padding-bottom: 60px;
  }
}

main#blog section#sliderblog .contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

main#blog section#sliderblog .contenido .imgMvl {
  display: none;
}

@media screen and (max-width: 1024px) {
  main#blog section#sliderblog .contenido .imgMvl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main#blog section#sliderblog .contenido .imgMvl img {
    max-width: 60%;
    margin: auto;
  }
}

@media screen and (max-width: 1024px) and (max-width: 980px) {
  main#blog section#sliderblog .contenido .imgMvl img {
    max-width: 75%;
  }
}

main#blog section#sliderblog .contenido .imgBlog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  main#blog section#sliderblog .contenido .imgBlog {
    display: none;
  }
}

main#blog section#sliderblog .contenido .arrow {
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform  .3s;
  transition: -webkit-transform  .3s;
  transition: transform  .3s;
  transition: transform  .3s, -webkit-transform  .3s;
}

main#blog section#sliderblog .contenido .arrow:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

main#blog section#sliderblog .contenido .arrow i {
  color: #fd5634;
  font-size: 4rem;
}

@media screen and (max-width: 760px) {
  main#blog section#sliderblog .contenido .arrow i {
    font-size: 2.5rem;
  }
}

main#blog section#sliderblog .contenido .aleft {
  right: 2%;
  z-index: 99;
}

@media screen and (max-width: 760px) {
  main#blog section#sliderblog .contenido .aleft {
    right: 7%;
  }
}

@media screen and (max-width: 540px) {
  main#blog section#sliderblog .contenido .aleft {
    right: 7%;
  }
}

main#blog section#sliderblog .contenido .aright {
  left: 2%;
  z-index: 99;
}

@media screen and (max-width: 760px) {
  main#blog section#sliderblog .contenido .aright {
    left: 7%;
  }
}

@media screen and (max-width: 540px) {
  main#blog section#sliderblog .contenido .aright {
    right: 7%;
  }
}

main#about section#sliderAbout {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: url("../img/FondoJonay.jpg") center center no-repeat;
  background-size: cover;
}

main#about section#sliderAbout .contenido {
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 540px) {
  main#about section#sliderAbout .contenido {
    padding-top: 90px;
  }
}

main#about section#sliderAbout .contenido .imgAbout {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 540px) {
  main#about section#sliderAbout .contenido .imgAbout {
    min-height: auto;
    padding-top: 40px;
  }
}

@media screen and (min-width: 767px) {
  main#about section#sliderAbout .contenido .imgAbout {
    min-height: auto;
  }
}

main#about section#sliderAbout .contenido .imgAbout img {
  max-width: 80%;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  main#about section#sliderAbout .contenido .imgAbout img {
    max-width: 50%;
  }
}

main#about section#sliderAbout .contenido .titleAbout {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 540px) {
  main#about section#sliderAbout .contenido .titleAbout {
    min-height: auto;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  main#about section#sliderAbout .contenido .titleAbout {
    min-height: auto;
    font-size: 18px;
    padding-top: 130px;
  }
}

main#about section#sliderAbout .contenido .titleAbout h1 {
  color: #fd5634;
  font-size: 7rem;
  font-weight: 600;
}

@media screen and (max-width: 540px) {
  main#about section#sliderAbout .contenido .titleAbout h1 {
    font-size: 6rem;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  main#about section#sliderAbout .contenido .titleAbout h1 {
    font-size: 5rem;
  }
}

main#about section#sliderAbout .contenido .titleAbout p {
  color: #fd5634;
  font-size: 20px;
}

main#about section#sliderAbout .contenido .arrow {
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform  .3s;
  transition: -webkit-transform  .3s;
  transition: transform  .3s;
  transition: transform  .3s, -webkit-transform  .3s;
}

main#about section#sliderAbout .contenido .arrow:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

main#about section#sliderAbout .contenido .arrow i {
  color: #fd5634;
  font-size: 4rem;
  -webkit-text-stroke: #1d1e22 1px;
}

main#about section#sliderAbout .contenido .aleft {
  right: 2%;
  z-index: 99;
}

@media screen and (max-width: 760px) {
  main#about section#sliderAbout .contenido .aleft {
    right: 7%;
  }
}

@media screen and (max-width: 540px) {
  main#about section#sliderAbout .contenido .aleft {
    right: 7%;
    display: none;
  }
}

main#about section#sliderAbout .contenido .aright {
  left: 2%;
  z-index: 99;
}

@media screen and (max-width: 760px) {
  main#about section#sliderAbout .contenido .aright {
    left: 7%;
  }
}

@media screen and (max-width: 540px) {
  main#about section#sliderAbout .contenido .aright {
    right: 7%;
    display: none;
  }
}

main#about section#sliderAbout .contenido > div.title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 720px) {
  main#about section#sliderAbout .contenido > div.title {
    text-align: center;
  }
}

@media screen and (min-width: 767px) {
  main#about section#sliderAbout .contenido > div.title {
    padding-left: 40px;
  }
}

main#about section#sliderAbout .contenido > div.title h1 {
  font-size: 6rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fd5634;
  margin: 0;
  padding: 30px 0;
}

main#about section#sliderAbout .contenido > div.title h1 span {
  font-weight: 300;
}

@media screen and (max-width: 1024px) {
  main#about section#sliderAbout .contenido > div.title h1 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 767px) {
  main#about section#sliderAbout .contenido > div.title h1 {
    font-size: 2.4rem;
    padding: 0 0 25px 0;
  }
}

main#about section#sliderAbout .contenido > div.title a {
  background-color: #fd5634;
  color: #1e1f23;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 2rem;
  border: transparent 5px solid;
  -webkit-transition: all .3;
  transition: all .3;
}

main#about section#sliderAbout .contenido > div.title a:hover {
  color: #fd5634 !important;
  background-color: #1d1e22;
  border: #fd5634 5px solid;
}

@media screen and (max-width: 1024px) {
  main#about section#sliderAbout .contenido > div.title a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  main#about section#sliderAbout .contenido > div.title a {
    font-size: 1rem;
    padding: 5px 20px;
  }
}

main#about section#sliderAbout .contenido .imag {
  position: absolute;
  right: 7%;
  bottom: 0;
  z-index: 1;
}

main#about section#sliderAbout .contenido .imag img {
  max-width: 90% !important;
}

@media screen and (min-width: 1140px) {
  main#about section#sliderAbout .contenido .imag img {
    max-width: 110% !important;
  }
}

main#contact section#sliderContact {
  background: url("../img/FondoContacto.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
}

@media screen and (max-width: 767px) {
  main#contact section#sliderContact {
    padding-top: 80px;
  }
}

main#contact section#sliderContact .imgContact {
  position: absolute;
  text-align: end;
  bottom: 0;
  right: 0;
}

main#contact section#sliderContact .imgContact img {
  max-width: 80%;
}

@media screen and (max-width: 1024px) {
  main#contact section#sliderContact .imgContact img {
    max-width: 60%;
  }
}

@media screen and (max-width: 768px) {
  main#contact section#sliderContact .imgContact img {
    max-width: 60%;
  }
}

@media screen and (max-width: 767px) {
  main#contact section#sliderContact .imgContact img {
    display: none;
  }
}

main#contact section#sliderContact .datas > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  main#contact section#sliderContact .datas > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main#contact section#sliderContact .contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main#contact section#sliderContact .contenido .arrow {
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform  .3s;
  transition: -webkit-transform  .3s;
  transition: transform  .3s;
  transition: transform  .3s, -webkit-transform  .3s;
}

main#contact section#sliderContact .contenido .arrow:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

main#contact section#sliderContact .contenido .arrow i {
  color: #fd5634;
  font-size: 4rem;
}

@media screen and (max-width: 760px) {
  main#contact section#sliderContact .contenido .arrow i {
    font-size: 2.5rem;
  }
}

main#contact section#sliderContact .contenido .aleft {
  right: 2%;
  z-index: 99;
}

@media screen and (max-width: 760px) {
  main#contact section#sliderContact .contenido .aleft {
    right: 7%;
  }
}

@media screen and (max-width: 540px) {
  main#contact section#sliderContact .contenido .aleft {
    right: 7%;
  }
}

main#contact section#sliderContact .contenido .aright {
  left: 2%;
  z-index: 99;
}

@media screen and (max-width: 760px) {
  main#contact section#sliderContact .contenido .aright {
    left: 7%;
  }
}

@media screen and (max-width: 540px) {
  main#contact section#sliderContact .contenido .aright {
    right: 7%;
  }
}

main#contact section#sliderContact .contenido .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 766px) {
  main#contact section#sliderContact .contenido .info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main#contact section#sliderContact .contenido .info h1 {
  width: 100%;
  color: #fd5634;
  font-size: 6rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  main#contact section#sliderContact .contenido .info h1 {
    font-size: 3rem;
    text-align: center;
  }
}

main#contact section#sliderContact .contenido .info > div:nth-child(2) {
  background-color: #fd5634;
  border-radius: 50px;
  width: 90%;
  padding: 60px;
}

main#contact section#sliderContact .contenido .info > div:nth-child(2) img {
  padding: 30px;
}

main#contact section#sliderContact .contenido .info > div:nth-child(2) > div a {
  font-size: 2.4rem;
  padding-left: 20px;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  main#contact section#sliderContact .contenido .info > div:nth-child(2) > div a {
    font-size: 1.7rem;
    padding-left: 0;
  }
}

@media screen and (max-width: 763px) {
  main#contact section#sliderContact .contenido .info > div:nth-child(2) > div a {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */