.pac-container:after {
    background-image: none !important;
    height: 0px;
}

body{
    margin: 0;
    padding:0;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden !important;
}
a:hover {
  color: #000000;
}
:root{
  --primaryColor: #7EBFB3;
  --secondaryColor: #194759;
  --terciaryColor: #10253F;
  --ctaBackground: #A7F2E4;
}


/* header */
.header {
  width: 100%;
  min-height: 550px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/section2_left_image.png);
  background-position: center;
  background-repeat: no-repeat;
    background-size: cover;
}
.header video { 
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#video_background {
    display: block;
}

video{filter: none;}

#image_background {
    display: none;
}

#header-content {
  position: relative;
  text-align: left;
  padding: 50px 0;
}
#header-txt {
  max-width: 590px;
  margin-top: 40px;
}
#header-txt img {
  max-width: 340px;
  margin-bottom: 40px;
}
#header-txt h1 {
  color: #FFF;
  font-size: 45px;
  font-weight: 400;
  margin: 0 0 60px;
  line-height: 1.2;
}
#header-txt h1 b{
  font-weight: 700;
}
#header-txt h4 {
  color: #FFF;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
  margin: 10px 0 30px 0;
}

#header-txt h4 span {
  font-weight: 700;
}

/* form */ 
.form-body { 
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: rgba(241, 247, 255, 0.85);
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.form-title {
  padding: 25px 0;
  background: var(--primaryColor);
  color: var(--secondaryColor);
  font-size: 25px;
  font-weight: 400;
}
#contactform {
  padding: 12px 35px 0;
  margin-bottom: 26px;
}
.form-input {
  margin: 8px 0;
} 
.form-input select, 
.form-input input{
    border-radius: 5px;
    border: solid 1px #d5d8dd;
    background-color: #fff;
    padding: 0 0 0 40px;
    font-size: 16px;
    line-height: 20px;
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 25px;
    color:#000000;
    width:100%;
    height: 50px;
    -webkit-appearance: none;
}
.form-input select{
    padding: 13px 15px;
}
.form-input select option{
    color:#000000;
}
.form-input input::placeholder {
  color: #000000;
  padding-left: 3px;
}
.form-input #fatura{
    background-image:url(/img/icons/invoice.svg);
    background-size: 28px;
    background-position: 6px;;
        padding: 13px 15px 13px 40px;
}


.form-input #nome,.form-input #sobrenome{
    background-image:url(/img/icons/form_icon_name.svg);
    background-size: 16px;
    background-position: 12px;
}
.form-input #email{
    background-image:url(/img/icons/form_icon_email.svg);
}
.form-input #telefone{
    background-image:url(/img/icons/form_icon_tele.svg);
}
.form-input #postal,.form-input #city,.form-input #street{
    background-image:url(/img/icons/form_icon_postal.svg);
    background-size: 24px;
    background-position: left 12px center;
}
.form-input #morada{
    background-image:url(/img/icons/form_icon_house.svg);
    background-size: 24px;
    background-position: left 12px center;
}
.iti {
  width: 100%;
}
.iti__country-container {
  height: 52px;
}
.iti__selected-dial-code, .iti__country-list .iti__flag, .iti__country-name {
  color: #000;
  text-align: left;
}
.error {
    font-size: 13px;
    color: red;
}

.terms{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#terms-error {
    width: 100%;
    text-align: center;
}
/*Term animation */
.termContainer {
  font-size: 12px;
  color: #1E1E1E;
  margin-top: 20px;
  cursor: pointer;
}
.termContainer a{
  color: #1E1E1E;
}
.termContainer input {
  display: none;
}

.termContainer svg {
  overflow: visible;
  max-height: 15px;
  max-width: 15px;
  margin-right: 5px;
  margin-top: 1px;
  vertical-align: baseline;
  translate: 0 2px;
}

.path {
  fill: none;
  stroke: black;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
  stroke-dasharray: 241 9999999;
  stroke-dashoffset: 0;
}

.termContainer input:checked ~ svg .path {
  stroke-dasharray: 70.5096664428711 9999999;
  stroke-dashoffset: -262.2723388671875;
}

.form-button {
  width: 335px;
  border-radius: 0;
  height: 65px;
  background: var(--secondaryColor);
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  border: none;
  margin: 20px 0;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
}
.form-button:hover, #cta button:hover{
  background-color: var(--ctaBackground);
  color: var(--secondaryColor);
}
/* Section 0 */

#section0  { 
    background: #F4F4FF;
  padding: 80px 0 0; 
}

#section0 .container .box{
  background: #7DBFB3;
    min-height: 275px;
    padding: 35px;
}

#section0 h1{
  color: #194759;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

#section0 .sec0Icons{
justify-content: center;

}

.row.sec0Icons .col-md-4:nth-child(2) {
  border-left: 3px solid #fff !important; /* Force override */
  border-right: 3px solid #fff !important;
}

#section0 .sec0Icons div{
  height: 110px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#section0 .sec0Icons div h5{
  font-weight: 700; 
  font-size: 30px;
}
#section0 h1{
color: #FFF;
text-align: center;
text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35);
font-size: 35px;
font-style: normal;
font-weight: 400;
line-height: 50px; /* 142.857% */
}

#section0 h1 b{font-weight:700 ;}
/*Section 1*/
#section1{
  background: #F4F4FF;
  padding: 80px 0;
}
#section1 h1{
  color: var(--secondaryColor); 
  text-align: center; 
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
}

#section1 h1 b{font-weight:700 ;}
#section1 h1 span{
  color: var(--primaryColor);
  font-weight: 700;
}
#section1 h5{
  width: 250px;
  color: var(--terciaryColor);
  font-size: 25px;
  font-weight: 700;
}
.sec1Icons{
  margin-top: 45px;
}
.sec1Icons div{
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.sec1Icons img{
  text-align: center;
  max-width: 100px;
  margin-bottom: 25px;
  transition: all 0.6s ease;
}
.sec1Icons img:hover{
  scale: 1.1;
}
/*Section 2*/
#section2{
  padding-bottom: 110px;
  background-color: #F4F4FF;
} 
 
.circle1 {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 0;
}
 
.circle2 {
  position: absolute;
  top: 50%;
  left: 40%;
  width: 90%;
  height: 90%;
  z-index: 0;
}
.sec2Img{
  position: relative;
  z-index: 0;
}
.card { 
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; 
  border: none;
  line-height: 1.6;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}
.card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 60px 20px;
  border-radius: 0;
  color: #ffffff;
  overflow: hidden;
  background: var(--secondaryColor); 
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}
.card-content::before, .card-content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translateX(-50%);
  background: var(--primaryColor);
  opacity: 0.6;
  z-index: -1;
  transform-origin: bottom;
  border-radius: inherit;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.card-content::after {
  width: 80%;
  height: 80%;
  background: var(--primaryColor);
  opacity: 0.5;
  z-index: -2;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.card:hover {
  transform: translate(0px, -16px);
}
.card:hover .card-content::before {
  transform: translateX(-50%) rotate(-8deg);
  width: 100%;
  height: 100%;
}
.card:hover .card-content::after {
  transform: translateX(-50%) rotate(8deg);
  width: 100%;
  height: 100%;
}
.card-content h1 {
  width: 480px;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 50px;
}
.card-content h1 span{
  font-weight: 700;
}
.card-content li {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.2;
  margin-bottom: 15px;
}

/*Footer/CTA*/
#cta{
  padding: 50px 0;
  background-color: var(--primaryColor);
}
#cta h1{
  color: #FFF;
  font-size: 35px;
  margin: 0;
  font-weight: 700;
}
#cta button{
  background-color: var(--secondaryColor);
  color: #fff;  
  font-size: 18px;
  font-style: normal;
  font-weight: 700; 
  width: 330px;
  border: none;
  outline: none;
  height: 65px;
  transition: all 0.6s ease-in;
}
#cta button:hover{
  background-color: var(--ctaBackground);
  color: var(--secondaryColor);
}

/* Politica Privacidade */

.modal-content {
    color: var(--secondaryColor)!important;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16)!important;
    background-color: rgba(241, 247, 255, 0.85)!important;
    width: 100%!important;
    margin: 0 auto!important;
    border-radius: 0!important;
}

.modal-header{
      background-color:var(--secondaryColor)!important;
      color: white!important;
      border-radius: 0!important;
}
.modal .btn{
background-color: var(--secondaryColor)!important;
color: white!important;
transition: all 0.5s;
border-radius: 0!important;
max-width: 250px!important;
margin: 0 auto!important;
}

.modal .btn:hover{
  transform: scale(1.01);
}
/* Media queries */
@media (min-width: 1600px){
  .card-content{
    padding: 80px;
  }
}

@media (max-width: 1200px){
  #section0 .sec0Icons div h5{ font-size: 25px; }
}

@media (max-width: 992px){
    #contactform { padding: 12px 20px 0; }

    #section0 .sec0Icons div h5{ font-size: 18px; }

  #header-txt h1{
    font-size: 35px;
  }
  #header-txt h4{
    font-size: 28px;
  }
  .form-button{
    width: 80%;
  }
  .sec1Icons{
    justify-content: center;
  }
  .sec2Img{
    width: 100%;
    translate: 0 1px;
  }
  .col-12.col-md-12.col-lg-6.d-flex{
    justify-content: center;
  }
  .circle2{
    height: 70%;
    width: 70%;
    top: 65%;
    left: 65%;
  }
  .card-content{
    padding: 60px 0 0;
  }
  .card-content h1{
    max-width: 550px;
    text-align: center;
  }
  #section2{
    padding-bottom: 60px;
  }
  .card-content h1, .card-content ul{
    font-size: 25px;
    width: 80%;
    margin: 0 auto 40px;
  }
  .card-content li{
    font-size: 14px;
  }
  #cta{
    padding: 60px 0;
  }
  #cta h1{
    font-size: 33px;
  }
  #cta button{
    display: block;
    margin: 30px auto 0;
  }
  .circle2{
    display: none;
  }

}

@media (max-width: 768px){
   #contactform { padding: 12px 35px 0; }

  .row.sec0Icons .col-md-4:nth-child(2) {
    border-top: 3px solid #fff !important;
    border-bottom: 3px solid #fff !important;
    border-left: none !important;
    border-right: none !important;
}
  #cta h1, #header-txt h1, #header-txt h4{
    text-align: center;
  }
  
  #video_background {
        display: none;
  }
  
  #image_background{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  
  .terms{
    width: 82%;
  }
  #cta button{
    width: 90%;
  }
  .form-input select, 
  .form-input input{ 
      font-size: 14px; 
  }
}

@media (max-width: 450px){

      #contactform { padding: 12px 20px 0; }
  .form-title{
    font-size: 20px;
  }
  #header-txt h1, #section1 h1{
    font-size: 30px;
  }
  #header-txt h4{
    font-size: 23px;
  } 
  .form-input select, .form-input input{
    /*padding: 13px 15px 13px 40px;*/
    background-size: 22px;
  }
  .form-input #postal{
    background-size: 20px;
  }
  .form-button{
    width: 60%;
    font-size: 18px;
  }
  .termContainer{
    margin: 0;
  }
  #section1 h5{
    font-size: 22px;
    margin-bottom: 30px;
  } 
  .card-content{
    padding: 35px 0 0;
  }
  #section2{
    padding-bottom: 50px;
  }
  .card-content h1, .card-content ul{
    font-size: 22px;
    width: 85%;
    margin-bottom: 35px;
  }
  #cta{
    padding: 0;
  }
  #cta h1{
    margin: 50px 0 30px;
    font-size: 25px;
    max-width: 360px;
  }
  select#install{
    padding: 13px 15px 13px 15px;
  }
  #cta button{
    width: 85%;
    font-size: 16px;
    margin: 0 auto 50px;
  }
}

@media (max-width: 360px){
  .form-input select, .form-input input{
    font-size: 12px;
  }


}

#section-ads{
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}