.pt-90 { padding-top: 90px; }
.pb-90 { padding-bottom: 90px; }
.pt-80 { padding-top: 80px; }
.pb-80 { padding-bottom: 80px; }
.pt-70 { padding-top: 70px; }
.pb-70 { padding-bottom: 70px; }
.pt-60 { padding-top: 60px; }
.pb-60 { padding-bottom: 60px; }
.pt-50 { padding-top: 50px; }
.pb-50 { padding-bottom: 50px; }
.pt-40 { padding-top: 40px; }
.pb-40 { padding-bottom: 40px; }
:root {
  --primary: #a1a1a1;
}

.hero__area {
  /*height: 24rem;*/
  height: 100vh;
}
.hero__area .hero1_bg {  
  right: 0;
  left: unset;
  bottom: 0;
}
.service__number {
	max-width: 50px;
}
.service__area-3 .sec-title-wrapper {
  text-align: justify;
}
.service__text {
	max-width: 500px;
	text-align: justify;
}
.service__item {
    border-color: #a1a1a1;
}
.service__area a:first-child .service__item {
    border-top-color: #a1a1a1;
	margin-top: 40px;;
}
.service__text p {
  color: #a1a1a1;
}
.dark .service__area-3 .sec-title-wrapper::after {
  background-color: var(--white-2);
}
.dark .service__area-3 .sec-sub-title, .dark .service__area-3 .sec-title, .dark .footer__area-6, .dark .service__area-3, .dark .service__area {
  background-color: var(--black-2);
}
.contact__form {
  padding: 0 27rem 0 26rem;
}
.dark .line::before, .dark .line::after, .dark .line-3, .hero__area::after {
  background-color: #fff0; /* transparent = none */
}
.dark .contact__form textarea, .dark .contact__form input, .dark .contact__form input::placeholder, .dark .contact__form textarea::placeholder, .dark .contact__form input::placeholder, .dark .contact__form textarea::placeholder {
  border-color: #a1a1a1;
}
.dark .service__area-3 .sec-title-wrapper::after {
  background-color: #a1a1a1;
}
.contact_sec .form_btn {
  margin: auto;
  max-width: 75%;
}
.contact_sec h2 {
  text-transform: none;
  line-height: 1.5;
  text-align: justify;
  padding: 30px 150px 0px 20px;
}
.contact_sec .sec-sub-title {
  color: #a1a1a1;
}
.contact__form .btn_wrapper {
  margin: 0 auto 0 auto;  
}
.footer__item-6:nth-child(1), .footer__item-6:nth-child(2) {
  width: 50%;
  text-align: center;
}
.footer__item-6 li {
  margin: auto;
  width: 270px;
}
.footer__item-6 img {
  margin: auto;
  width: 225px;
}
.dark .wc-btn-primary{
  border-color: var(--white-2);
  color: var(--white-2);
}

.service__number span {
  display: none;
}
.hero__title::after {
  content: "";
  width: 0;
  height: 0;
  border: none;
  border-radius: 0;
  font-weight: 0;
  font-size: 0;
  line-height: 0;
  padding-top: 0;
}
.hero__title {
  font-size: 70px;
  min-height: 45vh;
}
.hero__content img {
  margin: auto;
  max-width: 250px;
  width: 250px;
  display: block;
  top: 23vh;
}
.hero__title-wrapper {
  margin: auto;
  padding-top: 6vh;
}
.hero__sub-title {
  bottom: 27.3vh;
}
.wc-btn-primary {
  width: 100px;
  height: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  border-radius: 10%;
}
.footer__info-6 {
	padding-top: 2rem;
}
.fa-arrow-right {
  display: none;
}
.contact__area-6 .sec-title-wrapper::after {
  position: absolute;
  content: "";
  left: 40%;
  top: 0;
  width: 0;
  height: 0;
  background-color: var(--white-2);
}
.contact__area-6 .sec-title-wrapper {
  position: relative;
  padding-left: 225px;
}
.contact__area-6 .sec-title {
  padding-bottom: 0;
}
.sec-title-wrapper p {
  text-align: justify;
}
.service__list .service__item {
  display: inline-block;
  list-style: none;
  max-width: 460px;
}
.service__area .sec-title-wrapper {
  padding-left: 225px;
}
.service__area .service__list {
  padding-left: 400px;
}
.service__title {
  padding-bottom: 20px;
}
.sec-title {
  text-transform: uppercase;
}
.hero__area .hero1_bg {
  animation: none;
}
.hero__area .hero_wide {
  display: none;  
  height: 100%;
}
.hero__area .hero_desktop {
  display: none;
  width: inherit;
  height: 100%;
}
.hero__area .hero_movil {
  display: none;
  width: auto;
}
.service__area-3 .sec-title-wrapper {
  padding-left: 225px;
}
.service__area-3 .sec-title-wrapper::after {
  left: 28%;
}
select {
  word-wrap: normal;
  background-color: var(--black-2);
  color: #fff;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-width: 1px;
}
select option { 
  background-color: var(--black-2);  
}
.notransition, .notransition:hover {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  transform: none !important;
}
.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 10%;
	display: block;
	text-align: center;
	font-size: 20px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0;
	width: 13px;
	height: 13px;
	border-bottom: 2px solid var(--white-2);
	border-right: 2px solid var(--white-2);
	-webkit-transform: translate(-50%, 0%) rotate(45deg);
	-moz-transform: translate(-50%, 0%) rotate(45deg);
	transform: translate(-50%, 0%) rotate(45deg);
	-webkit-animation: fade_move_down 4s ease-in-out infinite;
	-moz-animation: fade_move_down 4s ease-in-out infinite;
	animation: fade_move_down 4s ease-in-out infinite;
	cursor: pointer;
}
.sec-title {
    font-size: 40px;
}
.btn-home-custom {
	width: 100px;
    height: 60px;
}
.form-messege {
	padding-top: 35px;
}


@-webkit-keyframes fade_move_down {
	0% {
	  -webkit-transform: translate(0, -10px) rotate(45deg);
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	}
	100% {
	  -webkit-transform: translate(0, 10px) rotate(45deg);
	  opacity: 0;
	}
}

@-moz-keyframes fade_move_down {
	0% {
	  -moz-transform: translate(0, -10px) rotate(45deg);
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	}
	100% {
	  -moz-transform: translate(0, 10px) rotate(45deg);
	  opacity: 0;
	}
}

@keyframes fade_move_down {
	0% {
	  transform: translate(0, -10px) rotate(45deg);
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	}
	100% {
	  transform: translate(0, 10px) rotate(45deg);
	  opacity: 0;
	}
}


@media only screen and (min-width: 1401px) {
	.hero__area .hero_wide {
	  display: block;
	}
	.hero__area .hero_desktop {
	  display: none;
	}
	.hero__area .hero1_bg {
	  top: unset;
	  bottom: 0;
	}
	.hero__content img {
	  padding-top: 4vh;
	}
}
@media only screen and (max-width: 1400px) {
	.hero__area .hero_wide {
	  display: none;
	}
	.hero__area .hero_desktop {
	  display: block;
	}
	.hero__area .hero1_bg {
	  top: unset;
	  bottom: 0;
	}
	
}
@media only screen and (min-width: 1400px) {
	.hero__sub-title {
	   right: 170px;
	}
	.hero__title {
	   right: -165px;
	}
	.contact_sec h3 {
	  padding-right: 10rem;
	}
	.contact_sec h2 {
	  padding: 30px 450px 0 190px;
	}
	.hero__content img {
	  padding-top: 3rem;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.hero__sub-title {
	  right: 47px;
	}
	.contact_sec h3 {
	  padding-right: 21rem;
	}
	.contact_sec h2 {
	  padding-right: 21rem;
	  padding: 30px 340px 0 185px;
	}
	.service__area-3 .sec-title-wrapper {
	  padding-left: 140px;
	}
	.service__area-3 .sec-title-wrapper::after {
	  left: 25%;
	}
	.service__area .sec-title-wrapper {
	  padding-left: 140px;
	}
	.service__area .service__list {
	  padding-left: 29%;
	}		
	.hero__content img {
	  padding-top: 4vh;
	}
	.contact__area-6 .sec-title-wrapper {
	  padding-left: 150px;
	}
	.contact__form {
	  padding: 0 20rem 0 21rem;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero__sub-title {
	  right: 145px;
	}
	.contact__area-6 .sec-title-wrapper::after {
	  left: 30%;
	}
	.contact__area-6 .sec-title-wrapper {
	  padding-left: 160px;
	}
	.contact__form {
	  padding: 0 15rem 0 18rem;
	}
	.service__area-3 .sec-title-wrapper {
	  padding-left: 150px;
	}
	.service__area-3 .sec-title-wrapper::after {
	  left: 27%;
	}
	.service__area .sec-title-wrapper {
	  padding-left: 150px;
	}
	.service__area .service__list {
	  padding-left: 275px;
	}
	.service__list .service__item {
	  width: 410px;
	}
	.contact_sec h2 {
	  padding: 30px 260px 0px 130px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact__form {
	  padding: 0 10rem 0 10rem;
	}
	.contact__area-6 .sec-title-wrapper::after {
	  left: 30%;
	}
	.contact__area-6 .sec-title-wrapper {
	  padding-left: 45px;
	}
	.contact__area-6 .line {
	  padding-top: 50px;
	}
	.service__area-3 .sec-title-wrapper {
	  padding-left: 35px;
	}
	.service__area-3 .sec-title-wrapper::after {
	  left: 17%;
	}
	
	.service__area .sec-title-wrapper {
	  padding-left: 35px;
	}
	.service__area .service__list {
	  padding-left: 155px;
	}
	.service__list .service__item {
	  width: 410px;
	}
	.contact_sec h2 {
	  padding: 30px 150px 0px 115px;
	}
}
@media only screen and (max-width: 767px) {
	.hero__sub-title {
	  padding-top: 0;
	  margin-top: -60px;
	}
	.contact__area-6 .container {
	  padding-top: 15px;
	}
	.hero__content {
	  padding-top: 100px;
	}
	.hero__area .hero1_bg {
	  width: inherit;
    }
	.hero__title {
	  font-size: 38px;
	  min-height: 20vh;
	}
	.service__area a:first-child .service__item {
		border-top-color: #a1a1a1;
	}
	.contact__form {
	  padding: 0 5rem 0 5rem;
	}
	.footer__item-6:nth-child(1), .footer__item-6:nth-child(2) {
	  width: 100%;
	  text-align: center;
	}
	.contact__area-6 .sec-title-wrapper {
	  padding-left: 0;
	}	
	.service__area-3 .sec-title-wrapper {
	  padding-left: 60px;
	  padding-right: 60px;
	}
	.service__area .sec-title-wrapper {
	  padding-left: 60px;
	}
	.service__area .service__list {
	  padding-left: 60px;
	  padding-right: 60px;
	}
	.contact__area-6 .sec-title-wrapper {
	  padding-left: 60px;
	  padding-right: 60px;
	}
	.contact__area-6 .sec-sub-title {
	  padding: 30px 0 30px 0;
	}
	.contact__btm {
	  padding-top: 0;
	}	
}
@media only screen and (max-width: 576px) {
	.contact__form {
	  padding: 0 1rem 0 1rem;
	}
	.hero__area {
	  height: 20rem;
	}
	.contact__form {
	  padding: 0 4rem 0 4rem;
	}
	.hero__area .hero_wide {
	  display: none;
	}
	.hero__area .hero_desktop {
	  display: none;
	}
	.hero__area .hero_movil {
	  display: block;
	}	
	.hero__content img {
	  top: 0vh;
		max-width: 200px;
	}
}
