@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
/*
  
  font-family: 'Poppins', sans-serif;
*/
html, body {
  /* font-family: 'Noto Sans JP', sans-serif; */
  color:#222;
  background: #ffffff;
}
h1,h2,h3,h4,h5 {
  font-weight: 500;
}
b, strong {
  font-weight: 500;
}
button, button:hover,
button:focus, a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::placeholder {
  color: #c9c9c9;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #c9c9c9;
}

::-ms-input-placeholder {
  color: #c9c9c9;
}
.mt-10px {
  margin-top: 10px;
}
.col-md-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.mb-50 {
  margin-bottom: 50px;
}
.bggreen {
  background: #eefbf8!important;
}
.gored {
  color: #c0392b;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  min-width: auto;
  border-radius: 0;
  background: #464646;
}
.dropdown:hover .dropdown-menu .dropdown-item, .dropdown:hover .dropdown-menu .dropdown-item:hover {
  color: #f4f4f4;
  background: transparent;
}
.dropdown:hover .dropdown-menu a:hover {
  background: f4f4f4;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1em;
    padding-left: 1em;
  }
}

/*NAVBAR*/
header {
  background: black
}
header .navbar-expand-lg .navbar-nav .nav-link {  
  color: #fff;
  text-transform: uppercase;
}
header.fixed-top {
  background: #ffffff;
  letter-spacing: 1px
  box-shadow: 0 0 0 transparent;
}
header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #eabf4c;
}
header .navbar-brand{
  width: 6rem;
  height: 7rem;
  position: relative;
  transition: height 0.3s ease;
}
header .navbar-brand img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.small-header header.fixed-top{
  box-shadow: 0 0 5rem -1.5rem #000000;
}
body.small-header .navbar-brand{
  height: 3rem;
}
/*NAVBAR*/

/*HERO*/
#hero {
  position: relative;
  /* margin-top: 190px; */
  background: black;
}
#hero h1 {
  text-align: center;
  position: absolute;
  z-index: 3;
  top: calc(50% - 1em);
  font-size: max(5vmin,2.5rem);
  width: 100%;
  color: white;
  /* text-shadow: 0 0 10px rgb(0 0 0 / 40%); */
  margin-bottom: 0;
  font-weight: 300;
}
#hero .flexslider {
  padding: 0;
  margin: 0;
  border: 0;
}
#hero .flex-control-nav {
  bottom: 30px;
  z-index: 8;
}
#hero .flex-control-paging li a.flex-active {
  background: #000;
  transition: all .1s ease-out;
  position: relative;
  border: 0px solid #ffffff;
  width: 8px;
  height: 8px;
}
#hero .flex-control-paging li a {
  background: rgb(255 255 255 / 76%);
  border: 0px solid #ffffff;
  width: 8px;
  height: 8px;
  box-shadow: none;transition:all .1s ease-out;
}
#hero .flex-control-paging li a:hover {
  background: #000;
  width: 8px;
  height: 8px;
  border: 0px solid #ffffff;
  box-shadow: none;transition:all .1s ease-out;
}
#hero .flexslider {
  background: transparent;
}
#hero .flexslider .slides li {
  //clip-path: polygon(0% 0%, 0% 0%, 0% 100%, calc(100% - 20vmin) 100%, 100% calc(100% - 20vmin), 100% 0%)
}
#hero .word {
  background: #d3c4af;
  color: #404041;
  border: 10px solid white;
  width: 30%;
  bottom: -100px;
  position: absolute;
  z-index: 2;
  left: 5%;
  border-radius: 30px;
  padding: 40px 40px 20px 40px;
}
#hero .word:before {
  content: '\201E';
  position: absolute;
  left: 30px;
  
  font-weight: 500;
  top: -5px;
  font-size: 5em;
  line-height: 0;
  pointer-events: none;
}
#hero .word h1 {
  font-size: 1.5em;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}
#hero .word h3 {
  font-size: 1em;
  text-align: right;
}
/*HERO*/

#about_home {
  padding: 120px 0;
  position: relative;
}
#about_home h4 {
  position: relative;
  display: block;
  font-size: 20px;
  color: #eabf4c;  
  text-transform: uppercase;
  margin-bottom: 0px;
}
#about_home h1 {
  display: block;
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 400;
}
#about_home p {
  color: #999999;
  margin-bottom: 20px;
}
#about_home:after {
  background-image: url(../img/shape-6.png);
  content: '';
  pointer-events: none;
  position: absolute;
  width: 50%;
  bottom: 30px;
  height: 100%;
  right: 0;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 4;
}
/*PLANS*/
.project-section{
  position: relative;
}
.line-shape {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    max-width: 1530px;
    margin: 0 auto;
}

.line-shape .line{
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.05);
  top: 0px;
}

.line-shape .line.line-1{
  left: 0px;
}

.line-shape .line.line-2{
  left: 33.333%;
}

.line-shape .line.line-3{
  left: 66.666%
}

.line-shape .line.line-4{
  right: 0px;
}
.project-section .carousel-content{
  position: relative;
  margin-right: -500px;
}

.project-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  margin-bottom: 0;
}

.project-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(39, 39, 39, 0) 0%, #272727 100%);
  width: 100%;
  height: 70%;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.project-block-one .inner-box .content-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-left: 34px;
  padding-bottom: 44px;
  padding-right: 100px;
  z-index: 2;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box{
  bottom: 86px;
}

.project-block-one .inner-box .content-box h2{
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.project-block-one .inner-box .content-box h2 a{
  display: inline-block;
  color: #fff;
}

.project-block-one .inner-box .content-box h2 a:hover{

}

.project-block-one .inner-box .content-box p{
  color: #eabf4c;
  font-size: 14px;
}

.project-block-one .inner-box .content-box p i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 20px;
}

.project-block-one .inner-box .content-box .big-text{
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 60px;
  line-height: 70px;
  
  font-weight: 400;
  letter-spacing: 0.2em;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #999999;
}

.project-block-one .inner-box .content-box .link{
  position: absolute;
  right: 20px;
  bottom: -71px;
}

/* .project-block-one .inner-box .content-box .link a{
  font-size: 30px;
  color: #fff;
} */
.project-section {
  overflow: hidden;
}
.project-section .owl-nav{
  position: absolute;
  left: -30px;
  top: 55%;
  transform: translateY(-50%);
}

.project-section .owl-nav button{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.project-section .owl-nav button.owl-next{
  display: none;
}

.project-section .owl-nav button:hover{
  background: #fff;
}

.project-section .sec-title{
  margin-bottom: 60px;
}

.project-section .more-btn{
  margin-top: 50px;
}
.large-container {
    max-width: 1560px;
    padding: 0px 15px;
    margin: 0 auto;
}
.supercut {
    clip-path: polygon(0% calc(min(var(--width),var(--height)) * 0.5), 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.supercutinv {
    clip-path: polygon(0 calc(min(var(--width,64%),var(--height,64%)) * 0.5), 0% 100%, 100% 100%, 100% 30%, 0% 0%);
}
/*PLANS*/


/*SERVICES*/
#services_home {
  padding: 80px 0;
  position: relative;
}
#services_home a h1 {
  font-size: 4em;
}
#services_home a {
  display: inline-block;
  color: #222 ;
  padding: 52px 30px 46px 30px;
  width: 100%;
  text-align: center;
  border: 0px solid #323232;
}
#services_home a h4 {
  font-size: 1em;
}
#services_home a i {
  color: #eabf4c; 
}
/*SERVICES*/

/*PARTNERS*/
#partners_home {
  position: relative;
}
#partners_home:before {
  background-image: url(../img/shape-3.png);
  content: '';
  pointer-events: none;
  position: absolute;
  width: 50%;
  bottom: 0px;
  height: 500px;
  left: 0;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 4;
}
/*PARTNERS*/

footer {
  padding: 40px 0;
  position: relative;
  color: white;
  background: black;
  /* background: #e8e6e6; */
}
footer:before {
  background-image: url('../img/footer-img.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center calc(var(--footer-height) * 0.5 +  (var(--offset-top) - var(--window-scroll-y)) * -0.25 );
  height: 100%; 
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0.4;
  top: 0;
  /* content: ''; */
}
footer:after {
  background: rgb(256,256,256);
  background: linear-gradient(180deg, rgba(256,256,256,1) 0%, rgba(256,256,256,0) 100%);
  pointer-events: none;
  height: 200px; 
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  /* content: ''; */
}
footer .row {
  z-index: 2;
  position: relative;
}
footer p {
  margin-bottom: 10px;
}
footer .goarrow {
  position: relative;
}
footer .goarrow:before {
  position: absolute;
  top: -25px;
  height: 100px;
  background: #fff;
  opacity: 0.7;
  width: 1px;
  content: '';
  right: 0;
}
footer i {
  font-size: 1.4em;
  margin-bottom: 20px;
  display: inline-block;
  color: #f4f4f4;
}
footer a, footer a:hover {
  color: #f4f4f4;
}
footer .copiri {
  font-size: 13px;
}



.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 26px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.80);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before { animation-delay: 1.6s;}
.handle-preloader .loader-section {
  background-color: #222;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #222;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #222;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}



/*HERO*/
#hero-inner {
  position: relative;
  margin-top: 50px;
}
#hero-inner:before {
    position: absolute;
    content: '';
    width: 1px;
    background: #eabf4c;
    /* height: 105px; */
    height: 65px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    z-index: 6;
}
#hero-inner h1 {
  text-align: center;
  position: absolute;
  z-index: 3;
  top: calc(50% - 1em);
  font-size: 4em;
  width: 100%;
  text-shadow: 0 0 10px rgb(0 0 0 / 40%);
  margin-bottom: 0;
}
#hero-inner .flexslider {
  padding: 0;
  margin: 0;
  border: 0;
}
#hero-inner:after {
  background: rgb(39,39,39);
  background: linear-gradient(0deg, rgba(39,39,39,1) 0%, rgba(253,187,45,0) 100%);
  pointer-events: none;
  height: 200px; 
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  bottom: 0;
  /* content: ''; */
}
#hero-inner img {
  width: 100%;
  height: 40vmax;
  object-fit: cover;
  object-position: center calc( 50% + var(--window-scroll-y) * 0.25 );
}
/*HERO*/




/*CONTACT*/
#contacts_page {
  padding: 80px 0;
  background: black;
  color: white;
  position: relative;
}
#contacts_page h4 {
  position: relative;
  display: block;
  font-size: 20px;
  color: #eabf4c;
  
  text-transform: uppercase;
  margin-bottom: 20px;
}
#contacts_page h1 {
  display: block;
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 400;
}
#contacts_page p {
  color: #999999;
  margin-bottom: 20px;
}
#contacts_page:after {
  background-image: url(../img/shape-3.png);
  content: '';
  pointer-events: none;
  position: absolute;
  width: 50%;
  top: 200px;
  height: 100%;
  right: 0;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 4;
}
#contacts_page input {
  padding: 14px 25px;
  height: inherit;
  border-radius: 0;
  border:1px solid #c3c3c3;
  background: transparent;
  color: #222;
  box-shadow: none;
}
#contacts_page textarea {
  padding: 14px 25px;
  height: 150px;
  border-radius: 0;
  border:1px solid #c3c3c3;
  background: transparent;
  color: #222;
  resize: none;
  box-shadow: none;
}
#contacts_page input::-webkit-input-placeholder {
  color: #222;
}

#contacts_page input:-ms-input-placeholder {
  color: #222;
}

#contacts_page input::placeholder {
  color: #222;
}
#contacts_page textarea::-webkit-input-placeholder {
  color: #222;
}
#contacts_page textarea:-ms-input-placeholder {
  color: #222;
}
#contacts_page textarea::placeholder {
  color: #222;
}
#contacts_page form .form-check-label a {
  color: #eabf4c;
}
#contacts_page form button {
  background: #eabf4c;
  color: #272727;
  border: none;
  border-radius: 0;
  padding: 12px 35px;
  clip-path: polygon(0% 0%, 0% 0%, 0% 200%, 80% 170%, 110% 0%);
}
#contacts_page ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
#contacts_page ul li p {
  color: #f4f4f4;
}
#contacts_page ul li p a {
  color: #eabf4c;
}
/*CONTACT*/



/*ABOUT PAGE*/
#about_page {
  padding: 120px 0;
  position: relative;
}
#about_page h4 {
  position: relative;
  display: block;
  font-size: 20px;
  color: #eabf4c;
  
  text-transform: uppercase;
  margin-bottom: 20px;
}
#about_page h1 {
  display: block;
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 400;
}
#about_page p {
  color: #999999;
  margin-bottom: 20px;
}
#about_page:after {
  background-image: url(../img/shape-3.png);
  content: '';
  pointer-events: none;
  position: absolute;
  width: 50%;
  top: 100px;
  height: 100%;
  right: 0;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 4;
}
/*ABOUT PAGE*/


/*PARTNERS PAGE*/
#partners_page {
  position: relative;
  padding: 120px 0;
}
#partners_page:before {
  background-image: url(../img/shape-3.png);
  content: '';
  pointer-events: none;
  position: absolute;
  width: 50%;
  top: 100px;
  height: 100%;
  right: 0;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 4;
}
#partners_page h5 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 20px;
  color: #eabf4c;
  
  text-transform: uppercase;
}
#partners_page a {
  background: #eabf4c;
  color: #272727;
  border: none;
  border-radius: 0;
  clip-path: polygon(0% 0%, 0% 0%, 0% 200%, 80% 170%, 110% 0%);
  padding: 12px 35px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 30px;
}
/*PARTNERS PAGE*/




/*MAINTNANCE PLANS*/
#maintnance-plan-page {
  padding: 80px 0;
  position: relative;
  color: white;
  background: black;
}
#maintnance-plan-page h1 {
  font-size: 60px;
  
  font-weight: 400;
  letter-spacing: 0.2em;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #eabf4c;
}
#maintnance-plan-page h2 {
  display: block;
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 400;
}
#maintnance-plan-page p {
  color: #999999;
  font-size: 1.1em;
  min-height: 110px;
  margin-bottom: 20px;
}
#maintnance-plan-page a {
      background: #eabf4c;
    color: #272727;
    border: none;
    border-radius: 0;
    padding: 12px 35px;
    display: inline-block;
    clip-path: polygon(0% 0%, 0% 0%, 0% 200%, 80% 170%, 110% 0%);
}
/*MAINTNANCE PLANS*/

/*MODAL QUOTE*/
#get-quote .modal-content {
  background: #f4f4f4;
  border-radius: 0;
}
#get-quote input {
    padding: 14px 25px;
    height: inherit;
    border-radius: 0;
    border:1px solid #c3c3c3;
    background: transparent;
    color: #222;
    box-shadow: none;
}
#get-quote .form-check-label a {
  color: #eabf4c;
}
#get-quote h5 {
  position: relative;
  display: block;
  font-size: 20px;
  color: #eabf4c;
  
  text-transform: uppercase;
  margin-bottom: 0px;
}
#get-quote .modal-header {
  padding-left: 0;
  padding-bottom: 0;
  border: none;
}
#get-quote .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: #222;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
#get-quote textarea {
    padding: 14px 25px;
    height: 150px;
    border-radius: 0;
    border:1px solid #c3c3c3;
    background: transparent;
    color: #222;
    resize: none;
    box-shadow: none;
}
#get-quote form button {
    background: #eabf4c;
    color: #272727;
    border: none;
    border-radius: 0;
    padding: 12px 35px 12px 25px;
    clip-path: polygon(0% 0%, 0% 0%, 0% 200%, 80% 170%, 110% 0%);
}

#get-quote input::placeholder, #get-quote textarea::placeholder {
  color: #222;
  opacity: 1;
}

#get-quote input:-ms-input-placeholder, #get-quote textarea:-ms-input-placeholder {
  color: #222;
}

#get-quote input::-ms-input-placeholder, #get-quote textarea::-ms-input-placeholder {
  color: #222;
}
/*MODAL QUOTE*/




@keyframes ani-loader-wrap {
  from {
    top:0;
    opacity: 1;
  }
  to {
    top:-100%;
    opacity: 0;
  }
}
body.ready .handle-preloader{
  animation-name: ani-loader-wrap;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}


.flexslider .slides img{
  object-fit: cover;
  object-position: center calc( 50% + var(--window-scroll-y) * 0.25 );
  height: 700px;
  opacity: 0.6;
}

.partner-icon{
  position: relative;
  filter: brightness(0.1);
  width: 100%;
  padding-top: 60%;
}
.partner-icon img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner-logos{
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 1rem;
}

.partner-logos img{
  max-width: 100%;
  max-height: 5rem;
  min-height: 3rem;
  filter: brightness(0.1);
}
.megasega {
  padding: 40px 0;
  background: #f3f3f3; 
  overflow: hidden;
}
.plan-details{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.plan-details p{
  flex-grow: 1;
}


.btn-crop{
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, calc(100% - 1.5rem) 100%, 100% calc(100% - 1.5rem), 100% 0%) !important;
}
.img-large-crop{
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, calc(100% - 10vmin) 100%, 100% calc(100% - 10vmin), 100% 0%) !important;
}
.btn-yellow{
  background: #eabf4c !important;
  color: #272727 !important;
  border: none;
  border-radius: 0;
  padding: 12px 35px;
  display: inline-block;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, calc(100% - 1.5rem) 100%, 100% calc(100% - 1.5rem), 100% 0%) !important;
}

.text-yellow{
  color: #eabf4c !important;
}



@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  bottom: 0;
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 2rem;
  color: white;
}
.ticker-wrap .ticker img {
  /* filter: brightness(0.1); */
  padding: 0 40px;
  height: 100px;
}


.marquee-container {
  height: 80px;
  overflow: hidden;
  line-height: 80px;
}
.marquee-container .marquee {
  top: 0;
  left: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}
.marquee-container .marquee2 {
  animation-delay: 15s;
}
.marquee-container b {
  padding-left: 10px;
}
.marquee-container span img {
  height: 100px;
  padding: 0 15px
}
@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
.dounsrc {
  position: relative;
}
.dounsrc:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.3;
  height: 100%;
  background-image: url(../img/servicos.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}


/*CONTACT*/
#contacts_page_2 {
  padding: 80px 0;
  color: white;
  background: black;
  position: relative;
}
#contacts_page_2 h4 {
  position: relative;
  display: block;
  font-size: 20px;
  color: #eabf4c;
  
  text-transform: uppercase;
  margin-bottom: 20px;
}
#contacts_page_2 h1 {
  display: block;
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 400;
}
#contacts_page_2 p {
  color: #999999;
  margin-bottom: 20px;
}
#contacts_page_2:after {
  background-image: url(../img/shape-3.png);
  content: '';
  pointer-events: none;
  position: absolute;
  width: 50%;
  top: 200px;
  height: 100%;
  right: 0;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 4;
}
#contacts_page_2 input {
  padding: 14px 25px;
  height: inherit;
  border-radius: 0;
  border:1px solid #c3c3c3;
  background: transparent;
  color: white;
  box-shadow: none;
}
#contacts_page_2 textarea {
  padding: 14px 25px;
  height: 150px;
  border-radius: 0;
  border:1px solid #c3c3c3;
  background: transparent;
  color: white;
  resize: none;
  box-shadow: none;
}
#contacts_page_2 input::-webkit-input-placeholder {
  color: white;
}

#contacts_page_2 input:-ms-input-placeholder {
  color: white;
}

#contacts_page_2 input::placeholder {
  color: white;
}
#contacts_page_2 textarea::-webkit-input-placeholder {
  color: white;
}
#contacts_page_2 textarea:-ms-input-placeholder {
  color: white;
}
#contacts_page_2 textarea::placeholder {
  color: white;
}
#contacts_page_2 form .form-check-label a {
  color: #eabf4c;
}
#contacts_page_2 form button {
  background: #eabf4c;
  color: #272727;
  border: none;
  border-radius: 0;
  padding: 12px 35px;
  clip-path: polygon(0% 0%, 0% 0%, 0% 200%, 80% 170%, 110% 0%);
}
#contacts_page_2 ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
#contacts_page_2 ul li p {
  color: #f4f4f4;
}
#contacts_page_2 ul li p a {
  color: #eabf4c;
}
/*CONTACT*/


@media (max-width:900px) {
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 20px
  }
  #hero h1 {
    font-size:max(4vmin,2.5rem);
  }
  .flexslider .slides img {
    height: 490px
  }
  footer, footer .text-right {
    text-align: center!important;
  }
  .navbar-toggler {
    padding: .25rem .75rem -0rem .75rem;
  }
  .navbar {
    text-align: center;
  }
  .navbar-toggler {
    text-align: center;
    width: 100%;
  }
  #contacts_page form button {
    margin-bottom: 30px
  }
}