:root {
  --global-button-background-color: #6ab96a;
  --global-button-background-hover-color: #298429;

  --main-commponet-bg-color-soft: #6ab96a;
  --main-commponet-bg-color: #298429;
  --colorset-01-bg: #FFFFFF;
  --colorset-01-bg-header: #298429;
  --colorset-01-font: #000000;
  --font-family: Poppins-Regular;

}

@font-face {
  font-family: Poppins-Regular;
  src: url('/etc/home/fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('/etc/home/fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('/etc/home/fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('/etc/home/fonts/poppins/Poppins-SemiBold.ttf');
}

html,
body {
  background-color: var(--colorset-01-bg);
  color: var(--colorset-01-font);
  font-family: var(--font-family);
}

.text-layout {
  color: var(--text-color);
}

.justify-content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.block {
  display: block;
  width: 100%;
  border: none;
  background-color: #04AA6D;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.faicon{
  font-size: 30px;
  margin-right: 10px;
}

.title {
  text-align: center;
}

.sub-title {
  font-size: 20px;
}

.paragraph{
  text-align: justify;
  font-size: 20px;
}

.title-mail {
  font-size: 20px;
}

.sectionPadding {
  padding-top: 20px;
  padding-left: 7px;
  padding-right: 7px;
}

.sectionPadding2 {
  padding-left: 17px;
  padding-right: 17px;
}

.titleBar{
  width: 100%;
  background: red;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

/* ===================================
      Preloader
 ====================================== */

.preloader {
width: 100%;
height: 100vh;
position: fixed;
top: 0;
bottom: 0;
background: var(--global-backround-loader-color);
z-index: 800;
text-align: center;
overflow: hidden;
}

.loaderFullScreenCenter{
position: absolute;
top: 50%;
width: 100%;
text-align: center;
justify-content: center;
display: flex;
}

/*Loader anim */
.qloader  {
animation: rotate 1s infinite;
height: 50px;
width: 50px;
}

.qloader:before,
.qloader:after {
border-radius: 50%;
content: '';
display: block;
height: 20px;
width: 20px;
}
.qloader:before {
animation: ball1 1s infinite;
background-color: #cb2025;
box-shadow: 30px 0 0 #f8b334;
margin-bottom: 10px;
}
.qloader:after {
animation: ball2 1s infinite;
background-color: #00a096;
box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
0% {
  -webkit-transform: rotate(0deg) scale(0.8);
  -moz-transform: rotate(0deg) scale(0.8);
}
50% {
  -webkit-transform: rotate(360deg) scale(1.2);
  -moz-transform: rotate(360deg) scale(1.2);
}
100% {
  -webkit-transform: rotate(720deg) scale(0.8);
  -moz-transform: rotate(720deg) scale(0.8);
}
}

@keyframes ball1 {
0% {
  box-shadow: 30px 0 0 #f8b334;
}
50% {
  box-shadow: 0 0 0 #f8b334;
  margin-bottom: 0;
  -webkit-transform: translate(15px,15px);
  -moz-transform: translate(15px, 15px);
}
100% {
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px;
}
}

@keyframes ball2 {
0% {
  box-shadow: 30px 0 0 #97bf0d;
}
50% {
  box-shadow: 0 0 0 #97bf0d;
  margin-top: -20px;
  -webkit-transform: translate(15px,15px);
  -moz-transform: translate(15px, 15px);
}
100% {
  box-shadow: 30px 0 0 #97bf0d;
  margin-top: 0;
}
}


/* ===================================
        Header
   ====================================== */

.logo-home{
  position: absolute;
  top: 12px;
  left: 39px;
  z-index: 1;
}

/* nav top default */

header a.logo img {
  max-width: 170px;
  vertical-align: sub;
}

.navbar-top-default {
  position: absolute;
  top: 0;
  z-index: 99;
  overflow: hidden;
  height: 90px;
  width: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: transparent;
}

.header-appear .navbar-top-default {
  height: 100px;
  position: fixed;
  z-index: 99;
  background: #ffffff;
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  left: 0;
  border-bottom-style: solid;
  border-width: 1px;
}

/*Header Appear*/
.header-appear .navbar-top-default {
  background: var(--colorset-01-bg-header);
}

/*Logo color change on header apppear*/
.navbar .logo .logo-dark {
  display: none;
}

.header-appear .navbar .logo .logo-dark {
  display: block;
}

.header-appear .navbar .logo .logo-white {
  display: none;
}

/*navbar color change on header appear */
.header-appear .navbar-simple .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 0.4rem 1.5rem;
}

/*handburger color chnage on header appear*/
.header-appear .sidemenu_btn span {
  background-color: var(--colorset-01-font);
}

.navbar-simple .navbar-nav .nav-link {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  padding: 0.4rem 1.5rem;
}

.navbar-top-default #megaone {
  margin-right: -30px;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  padding: 0.4rem 1.5rem;
}

.nav-box-round .navbar-nav .nav-link {
  border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active {
  background-color: var(--global-button-background-hover-color);
  color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover {
  color: var(--global-button-background-hover-color);
}

/*Navbar line*/

.nav-line .navbar-nav .nav-link.active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

.nav-line .navbar-nav .nav-link:before {
  position: relative;
  content: '';
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: table;
  height: 3px;
  border-radius: 2px;
  bottom: -28px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: var(--main-commponet-bg-color);
  visibility: hidden;
  opacity: 0;
}

.nav-line .navbar-nav .nav-link.active_fix:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

a {
  font-family: Poppins-Regular;
  line-height: 1.7;
  color: var(--colorset-01-font);
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: var(--global-button-background-hover-color);
}

/* ===================================
  Side Menu
====================================== */

.side-menu {
  width: 40%;
  position: fixed;
  right: 0;
  top: 0;
  background: var(--colorset-01-bg);
  z-index: 1032;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  overflow: hidden;
}

.side-menu.left {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
  width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
  visibility: visible;
  opacity: 1;
}

.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}

/*side menu close btn*/
.side-menu .btn-close {
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 15px;
  cursor: pointer;
}

.side-menu.before-side .btn-close {
  display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
  position: absolute;
  left: 16px;
  content: ' ';
  height: 24px;
  width: 2px;
  background: var(--colorset-01-font);
  top: 5px;
}

.side-menu .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side-menu .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*side menu open btn*/

.sidemenu_btn {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  width: 36px;
  padding: 6px;
  margin-right: 1rem;
  position: absolute;
  right: 15px;
  display: inline-block;
}

.sidemenu_btn span {
  height: 2px;
  width: 100%;
  background: #ffffff;
  display: block;
}

.sidemenu_btn span:nth-child(2) {
  margin: 4px 0;
}

.side-menu .inner-wrapper {
  padding: 3.5rem 5rem;
  height: 100%;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
  margin-bottom: 30px;
  display: block;
}

.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: var(--colorset-01-font);
  padding: 2px 0 3px 0 !important;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: normal;
  position: relative;
  border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
  width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
  background: transparent;
}

.side-menu p {
  margin-top: .5rem;
  margin-bottom: 0;
}

.social-icons-simple {
  margin-bottom: 0;
  margin-left: -10px;
}

.social-icons-simple li {
  display: inline-block;
}

.social-icons-simple li a {
  display: block;
  font-size: 16px;
  height: 36px;
  line-height: 38px;
  border: 1px solid transparent;
  text-align: center;
  width: 36px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease;
  color: #2b2b2b;
}

.social-icons-simple li a:hover {
  background-color: #2b2b2b;
  color: #ffffff;
}

.side-footer p {
  color: #2b2b2b;
}

.social-icons-simple li.animated-wrap a:hover {
  background-color: transparent;
  color: #ffffff;
}

@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


/* ===================================
 Footer
====================================== */

.footer-style {
  padding: 5rem 0;
  color: var(--colorset-01-font);
}

.footer-style a {
  color: var(--colorset-01-font);
}


.footer-social ul {
  margin: 0;
  padding: 0;
}

.footer-social li {
  display: inline-block;
}

.footer-social a {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  font-size: 17px;
  margin: 0 10px 0 0;
  border: 1px solid transparent;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a {
  margin-right: 0;
}

.footer-social li a:hover {
  background-color: var(--main-commponet-bg-color);
  color: #ffffff;
}

.company-about {
  font-size: 14px;
}



/*[ Banner Rebolution navigation ]
  -----------------------------------------------------------
  */

.tp-bullet.selected,
.tp-bullet:hover {
  background-color: var(--main-commponet-bg-color);
}

img {
  max-width: 100%;
  height: auto
}

section {
  padding: 2.5rem 0;
  background-color: var(--colorset-01-bg);
}

/* transition none */
.no-transition * {
  transition-timing-function: initial;
  -moz-transition-timing-function: initial;
  -webkit-transition-timing-function: initial;
  -o-transition-timing-function: initial;
  -ms-transition-timing-function: initial;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}

/* overlay */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}

.logo-overlay {
  position: absolute;
  top: 10px;
  left: 30px;
  height: 20vw;
  max-height: 120px;
}


/*Slightly desaturated orange btn*/

.white-trans-btn-with-white-btn {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  padding: 10px 25px;
  color: #ffffff;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 60px;
  -webkit-transition: .8s ease !important;
  -o-transition: .8s ease !important;
  transition: .8s ease !important;
}

.white-trans-btn-with-white-btn:hover {
  color: #2b2b2b !important;
  background-color: #ffffff !important;
  border: 1px solid transparent !important;
}


/* background color */
.bg-main {
  background: var(--main-commponet-bg-color);
}

.bg-black {
  background: #000000;
}

.bg-light-black {
  background: #000000;
}

.bg-dark {
  background-color: #1d1d21 !important;
}

.bg-blue {
  background-color: var(--global-button-background-hover-color);
}

.bg-pink {
  background-color: var(--global-button-background-hover-color);
}

.bg-purple {
  background-color: var(--global-button-background-hover-color);
}

/* text-color */
.main-color {
  color: var(--main-commponet-bg-color);
}

/*Max Width*/
.mx-570 {
  max-width: 570px;
  display: inline-block;
}

/* ===================================
      Slider
 ====================================== */
.rev-slider .slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.40);
}

.tp-bullets{
  z-index: 9999999999;
}

/* ===================================
 Parallax
====================================== */

.parallax-box {
  padding: 3rem 0;
  text-align: center;
}

.parallax-box i {
  font-size: 2.5rem;
  display: inline-block;
  margin-bottom: 25px;
  -webkit-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.parallax-box:hover i {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.parallax-box h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.parallax-box h5 {
  font-weight: 400;
  font-size: 1.1rem;
}

/* ===================================
   Testimonial
====================================== */

.testimonial-two {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  border-style: solid;
}

.testimonial-post {
  overflow: hidden;
  display: table;
}

.testimonial-post .post,
.testimonial-post .text-content {
  display: table-cell;
}

.testimonial-post .post {
  height: 60px;
  width: 60px;
}

.testimonial-post .post>img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-post .text-content {
  vertical-align: middle;
  padding-left: 10px;
}

.testimonial-post:hover a,
.testimonial-post:focus a {
  color: #f1c30f;
}

.testimonial-two .testimonial-para:before {
  display: block;
  font-size: 26px;
  color: #2b2b2b;
  margin-bottom: 15px;

}

.testimonial-two .testimonial-item h5 {
  margin-top: 10px;
  margin-bottom: 4px;
}

.testimonial-two .testimonial-item .rating {
  margin-top: 5px;
}

.testimonial-two .testimonial-item .rating i {
  font-size: 15px;
  color: #f1c30f;
}

/* ===================================
 Scroll Top
====================================== */

.scroll-top-arrow,
.scroll-top-arrow:focus {
  font-size: 23px;
  line-height: 47px;
  color: #2b2b2b;
  background-color: var(--main-commponet-bg-color);
  ;
  display: none;
  height: 45px;
  width: 45px;
  cursor: pointer;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  text-decoration: none;
  z-index: 80;
  border-radius: 50px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.scroll-top-arrow:hover {
  background-color: var(--main-commponet-bg-color);
}


/* ===================================
  Background images
====================================== */

.bg-img1 {
  background-image: url("/etc/home/img/bg-img-2.jpg");
}

.bg-img2 {
  background-image: url("/etc/home/img/bg-img-2.jpg");
  background-size: cover;
}

[class*=bg-img] {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* ===================================
  Generales
====================================== */

.spacer {
  height: 30px;
}

.fbimagesection-ficha{
  width: 234px;
  height: 293px;
  margin: auto;
  float: left;
}

.fbimagesection-area{
  background: white;
  height: 290px;
  padding: 20px;
}

.fbimagesection-pic{
  margin: auto;
  text-align: center;
}

.fbimagesection-data-area{
  width: 100%;
}

.fbimagesection-photo{
  max-width: 200px;
  max-height: 251px;
  margin-top: 15px;
}

.fbimagesection-name{
  font-size: 16px;
  font-weight: 700;
  color: black;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.fbimagesection-data{
  font-size: 12px;
  color: black;
  width: 100%;
  font-weight: 600;
  text-align: center;
}

.fbimagesection-link-area{
  width: 100%;
  display: flex;
}

.fbimagesection-link{
  margin: auto;
  color: black;
  text-align: center;
}

.sectionFull{
  display: flex;
  flex-wrap: wrap;
}

.sectionSmall{
  display: flex;
  flex-direction: row;
  overflow: auto;
}

gallery-nav svg, .g-btn-close svg{
  z-index: 10000 !important;
}

.qwclass{
  outline: none;
  border: none !important;
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.2;
  height: 55px;
  width: 100%;
}

.qwclass:hover{
  box-shadow: none !important;
}

.qwclass:enabled:focus{
  box-shadow: none !important;
}

.qwclass input{
  border: none;
  padding-left: 0px;
}

.qwclass input:hover{
  box-shadow: none;
}

.qwclass input:enabled:focus{
  box-shadow: none;
}

.qwclass .p-button:hover {
  border: none;
  color: black !important;
}

.qwclass .p-button {
  border: none;
  color: black;
}

.qwcheckclass .p-checkbox .p-checkbox-box.p-highlight {
border-color: var(--global-button-background-color);
background: var(--global-button-background-color);
}
.qwcheckclass .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
border-color: var(--global-button-text-color);
}

.qwcheckclass .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
outline: 0 none;
outline-offset: 0;
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
border-color: var(--global-button-background-color);
}

.qwcheckclass .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
border-color: var(--global-button-background-color);
background: var(--global-button-background-color);
color: var(--global-button-text-color);
}

.qwcheckclass .p-checkbox .p-checkbox-box .p-checkbox-icon {
color: var(--global-button-text-color);
}

.p-button .p-button-label {
  font-weight: 700;
  color: black;
}

.atention {
  color: var(--main-commponet-bg-color);
}

.right {
text-align: right;
}

.label-input {
font-size: 15px;
}

.text-danger {
display: block;
}

.text-danger i {
padding-right: 5px;
}

.p-password {
  width: 100%;
}

.p-password-input{
  width: 100% !important;
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 55px;
  padding: 0 7px 0 43px;
}

.wrap-area {
  border-radius: 10px;
  overflow: hidden;

  margin: auto;

  padding-left: 55px;
  padding-right: 55px;
  padding-top: 45px;
  padding-bottom: 54px;

  max-width: 650px;
  outline: solid;
}

table .p-inputtext:enabled:focus{
box-shadow: 0 0 0 0.10rem green;
}

table input.p-inputtext:hover{
box-shadow: 0 0 0 0.05rem green;
}

table .qwclass .p-inputtext:enabled:focus{
  box-shadow: none;
  border: none;
}

table .qwclass input.p-inputtext:hover{
box-shadow: none;
border: none;
}

.input.qwclass{
  color: #000000 !important;
  font-family: Poppins-Medium !important;
}

.p-input-icon-right > i:last-of-type {
  color: #000000 !important;
}

.qwclass.p-button {
  background-color: var(--global-button-background-color);
}

.qwclass.p-button:enabled:hover {
  background-color: var(--global-button-background-hover-color);
}

.qwclass.p-button:disabled:hover {
  background-color: var(--global-button-background-hover-color);
}

.qwclass.p-button:hover {
  background-color: var(--global-button-background-hover-color);
}

.submit {
  background-color: var(--main-commponet-bg-color-soft);
}

.submit:disabled:hover {
  background-color: var(--main-commponet-bg-color-soft);
}

.submit:hover {
  background-color: var(--main-commponet-bg-color);
}

.swal2-styled.swal2-confirm {
  background-color: var(--main-commponet-bg-color-soft) !important;
}

.swal2-styled.swal2-confirm:hover {
  background-color: var(--main-commponet-bg-color-soft);
}

element.style {
  display: inline-block;
}

li {
  font-size: 20px;
}

/*** icons CSS ***/

.iconRounded{
border-radius:50%;
width: 40px;
height: 40px;
display: block;
text-align: center;
font-size:18px;
}

.iconRounded:before{margin: auto;text-align: center; line-height: 40px; }

.iconRight{
float: left;
margin-right: 10px;
}

.iconBig{
font-size: 40px;
}

.iconBig.iconRounded{
width:100px;
height: 100px;
border-style: dotted;
}

.iconBig.iconRounded:before{
line-height: 100px;
}

.iconMedium {
font-size: 33px;
}

.iconMedium.iconRounded{
width: 66px;
height: 66px;
border-style: dotted;
}

.iconMedium.iconRounded:before{
line-height: 66px;
}

.iconSmall:before {
font-size: 10px;
}

.iconSmall.iconRounded{
width: 26px;
height: 26px;
border-style: dotted;
}

.iconSmall.iconRounded:before{
line-height: 26px;
}

/*** icon Headings ***/
.iconBlocHeading {position:relative; padding-left:55px;}
.iconBlocHeading i{position:absolute; left:0;}
.iconBlocHeading h2{display: block; font-size:18px; font-weight: 400; padding-top: 5px;}
.iconBlocHeading h2:after{content:none;}
.iconBlocHeading h3{display: block;}

.boxIconServices{
height: 276px;
}

.boxIconServices.posLeft i {
float:right;
}

.boxIconServices.posLeft .boxContent {
padding:0 152px 0 0;
text-align: right;
}

/* ===================================Locales====================================== */

.loginHidde{
display: none;
}

.login-wrap-area {
outline: solid;

border-radius: 10px;
overflow: hidden;

margin: auto;

padding-left: 55px;
padding-right: 55px;
padding-top: 40px;
padding-bottom: 40px;

margin-top: 20px;
background-color: #495057d4;
color: white;
}

.login-wrap-area .label-input {
font-family: Poppins-Regular;
font-size: 14px;
color: white;
line-height: 1.5;
padding-left: 7px;
}

.login-wrap-area .qwclass {
outline: none;
border: none !important;
font-family: Poppins-Medium;
font-size: 16px;
color: white;
line-height: 1.2;
height: 55px;
}

.login-wrap-area .qwclass input {
padding-left: 0px;
outline: none;
border: none !important;
font-family: Poppins-Medium;
font-size: 16px;
line-height: 1.2;
height: 55px;
}

.login-wrap-area .p-input-icon-right > i:last-of-type {
right: 0.75rem;
color: white;
}

.loginArea{
position: absolute;
top: 70px;
right: 31px;
}

.welcomeArea{
position: absolute;
top: 90px;
right: 25px;
}

.homeclass .p-button {
color: #ffffff;
background: var(--main-commponet-bg-color);
border: 1px solid var(--main-commponet-bg-color-soft);
padding: 0.5rem 0.75rem;
font-size: 1rem;
transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
border-radius: 4px;
}

.homeclass .p-button:enabled:hover {
background: var(--main-commponet-bg-color-soft);
color: #ffffff;
border-color: var(--main-commponet-bg-color-soft);
}

.homeclass .p-button:enabled:active {
background: var(--main-commponet-bg-color);
color: #ffffff;
border-color: var(--main-commponet-bg-color);
}

.p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext{
flex: none !important;
width: 100%;
}

.p-inputgroup .p-inputtext, .p-fluid .p-inputgroup .p-inputtext, .p-inputgroup .p-inputwrapper, .p-inputgroup .p-inputwrapper>.p-component {
flex: 1 1 auto;
width: 100% !important;
}

/* ===================================
app commons.css
====================================== */

.page-wrapper .p-button {
  background: var(--global-button-background-color);
  color: var(--global-button-text-color);
}

.page-wrapper .p-button:enabled:hover {
  background: var(--global-button-background-hover-color);
}

.page-wrapper .p-fileupload-choose:not(.p-disabled):hover {
  background: var(--global-button-background-hover-color);
}

.qwclass input{
  padding-left: 0px;
  outline: none;
  border: none !important;
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
  height: 55px;
  width: 100%;
}

.qwclass input:hover{
  box-shadow: none;
}

.qwclass input:enabled:focus{
  box-shadow: none;
}

.focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #7f7f7f;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

p-inputNumber:focus-within+.focus-input::before {
  width: 100%;
}

.input:focus+.focus-input::before {
  width: 100%;
}

.wrap-input {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}

.p-button.p-button-help{
  background: var(--main-commponet-bg-color) !important;
}
.p-button{
  background: var(--main-commponet-bg-color) !important;
}
.fixSpace .p-dropdown{
  width: 100%;
  height: 45px;
}
.wrap-input .p-dropdown{
  width: 100%;
  height: 45px;
}
.cmpbackbtn{
  position: absolute !important;
  left: 20px;
  top: 37px;
}

.p-inputgroup-addon {
  background: var(--main-commponet-bg-color) !important;
  color: #FFFFFF !important;
}



/* ===================================
Responsivo
====================================== */

 @media screen and (max-width:991px) {

  .sidemenu_btn {
    position: relative;
    right: 0;
    margin: 0;
  }

  .tp-caption{
    display: none !important;
  }
}

@media screen and (max-width:850px) {
  .logo-home{
    position: absolute;
    top: 12px;
    left: 15px;
    z-index: 1;
    width: 65px;
  }
}

@media screen and (max-width:700px) {

  .side-menu {
    width: 380px;
  }

  .sidemenu_btn {
    position: relative;
    right: 0;
    margin: 0;
  }

  h2{
    font-size: 25px;
  }

  .loginArea {
    left: 2px;
    right: 2px;
  }

  .boxIconServices{
    height: auto;
  }

  .wrap-area {
    outline: none;
  }

  .emailto{
    font-size: 15px;
  }

}
