/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --Gradient:linear-gradient(90deg, #FF924A 0%, #FF4343 100%);
  --DGrey:#333;
  --black: #000000;
  --white: #ffffff;
  --Grey: #969696;
  --green:#63A375;
  --red:#FF6969;
  --orange:#FF924A;
  --Font:"Montserrat", sans-serif;
}

html, body{
  margin: 0;
  padding: 0 !important;
  font-family: var(--Font);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
}

h1{
  color: var(--white);
  font-family: var(--Font);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}

a:hover {
  color: #000000;
}

.human{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.w-80{
width: 80%;
}

.modal-header{
  justify-content: space-between;
}

.modal .btn{
  background-color: var(--Gradient)!important;
  color: white!important;
  transition: all 0.5s;
}

.modal .btn:hover{
transform: scale(1.02);
}

.modal-content {
  background-color: rgb(255 255 255 / 90%)!important;
  color: var(--DGrey)!important;
}

.modal button.close{
  color: var(--DGrey)!important;
}

/* Adstrategy */
#section-ads {
  text-align: center;
  padding: 30px 0;
}

/* Section-0 (Header)*/

#Himg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 101%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -10;
  filter: none!important;
}

#section-0{
  width: 100%;
  height: auto;
  min-height: 700px;
  background: rgba(0, 0, 0, 0.15);
  color: var(--white);
  overflow: hidden!important;
  position: relative;
  }
  
  .section-0-d{
    background-image: url(/ruptela/img/bk-04.webp)!important;
    background-repeat:no-repeat!important;
    background-size: cover!important;
    background-position-x:32%!important;
    background-position-y:center !important;
    background-color: rgba(0, 0, 0, 0.5); /* Preenche com preto semitransparente */
  background-blend-mode: darken;
    }
  
  #section-0 ul{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style: none;
    padding: 0;
  }

  #section-0 ul li{
    margin: 30px 0 30px 0px;
  }

  #section-0 ul li p{
    margin: 0;
  }

  #section-0 ul img{
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
  }
  
  #section-0 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 15px;
  }
  
  #section-0 .container div .logo-div{
    padding: 0 20px 0 0;
  }
  
  #section-0 h1{
    margin: 0 0 30px 0;
    max-width: 720px;
    text-transform: uppercase;
  }
  
  
  #section-0 .Fee{
    text-align: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    max-width: 470px;
    width: 500px;
    height: fit-content;
    min-height: 300px;
    background-color: var(--white);
  }
  
  
  #section-0 .Fee-img{
    max-width: 100px;
    height: auto;
  }
  
  #thank-logo {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }
  
  .logo-div .logo {
    max-width: 250px;
    margin-bottom: 50px;
  }
  
  li b{
    color: var(--Gradient);
  }
  
  #section-0 li{
    margin-bottom: 15px;
  }  
  
  #section-0 .wave{
    position: absolute;
    max-width: 330px;
    height: auto;
    margin:-36px 0 0;
    z-index: 0;
  }
  /* -------Form styles */
  .div-form{
min-height: 580px;
align-items: center;
  }

  .form-step {
    display: none;
  }
  .form-step.active {
    display: block;
  }
  
  .form-step {
    display: none;
  }
  .form-step.active {
    display: block;
  }
  #contactform {
    padding: 50px 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: black;
  }
  
  #contactform h1{
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal; 
    max-width: 350px;   
  background: var(--Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  
  #contactform h2{
    color: var(--DGrey);
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  #contactform h3{
    color: var(--DGrey);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .form-title p {
    color: var(--DGrey, #004861);
    text-align: center;
    font-family: var(--Font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto 20px auto;
  }
  input[type="radio"] {
      display: none;
  }
  
  .radio-group label {
    display: flex;
    cursor: pointer;
    padding: 15px;
    max-width: 400px;
    min-width: 250px;
    width: 90%;
    height: 45px;
    align-items: center;
    margin: 10px;
    color: var(--orange);
    transition: all 0.5s;
    border-radius: 15px;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    border: 0.76px solid rgba(159, 171, 188, 0.33);
    background: #FFF;
  }
  

  #step-2 .radio-group,   #step-3 .radio-group{
    justify-content: center!important;
  }
  #step-2 .radio-group label,  #step-3 .radio-group label{
    margin: 10px 20px;
  }

  .radio-group label span{
    font-size: 50px;
    font-weight: bold;
  }

  #step-3   .radio-group label{
    font-size: 30px;
  }
  
  .radio-group label:hover{
    transform: scale(1.05);
  }
  
  .radio-group label img {
    height: 40px;
    padding: 2px 15px 2px 0;
  }
  input[type="radio"]:checked + label, .radio-group label:hover {

  }
  
  /* .form-group{
    padding: 0 3px;
  } */
  
  .form-group input, .form-group select {
    border-radius: 15px;
    background:white;
    border: solid var(--DGrey) 1px;
    width: 100%;
    height: 45px;
    font-size: 16px !important;
    color: var(--bk);
    padding: 0 0 0 25px;
    font-weight: normal;
    margin: 8px 0 0;
    -webkit-appearance: none;
  }
  
  .OrangeForm .form-group input, .form-group select{
    border: none;
  }
  
  .form-check {
    padding: 10px 0;
    position: relative;
  }
  .form-check label {
    margin: 10px 0 0 -10px;
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
  .form-check input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .checkmark {
    position: absolute;
    top: 1px;
    margin-left: -20px;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid var(--DGrey);
    border-radius: 2px;
    padding-right: 5px;
    color: var(--lightblue);
  }
  .form-check input[type=checkbox]:checked + .checkmark::after {
    content: "\2713";
    display: block;
    text-align: center;
    line-height: 12px;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 14px;
  }
  #politica-link {
    color: var(--DGrey);
  }
  #politica-link:hover {
    color: var(--yellow);
  }
  .form-button {
    position: relative;
    width: 200px;
    height: 50px;
    border-radius: 50px;
    border: none;
    margin-top: 10px;
    background: var(--Gradient);
    color: white;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s;
  }
  .form-button::before {
    content: '';
    position: absolute;
    top: 100%;
    width: 200%;
    left: 0;
    height: 100%;
    background: linear-gradient(0deg, var(--DGrey) 0%, var(--yellow) 100%);
    transition: top 0.3s ease-in-out;
    z-index: -1;
  }
  .form-button:hover::before {
    top: 0;
  }
  .form-button:hover {
    background-color: var(--Gradient);
    transform: scale(1.05);
    color: white;
  }
  
  .error, #termos-error {
    color: red!important;
    font-size: 12px!important;
    line-height: 1;
  }
  
  #section-0 .OrangeForm .error {
    color: white;
  }
  
  #termos-error{
      color: red;
  }
  
  .form-control:focus, .form-control:focus-visible{
    border-color: var(--bk);
    box-shadow: none;
    outline: none;
  }
  
  /* Style the wrapper */
  .custom-select {
    position: relative;
    display: inline-block;
  }
  
  select:focus-visible{
    outline: none;
  }
    
  /* Message */
  .message-box {
    width: 435px;
    padding: 30px;
    margin: 0 auto;
    border-radius: 40px;
    border: 5px solid #FFF;
    background: var(--grey);
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .message-box h3 {
    color: var(--DGrey);
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto 10px auto;
  }
  .message-box h6 {
    color: var(--DGrey);
    font-size: 20px;
    font-weight: 700;
  }
  .message-box p {
    font-size: 15px;
    line-height: 1.1;
    font-weight: 400;
    color: var(--grey);
    margin: 5px auto;
    max-width: 90%;
  }

  .lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  color: var(--orange);
  margin-bottom: 20px;
}
.lds-roller div {
  animation: lds-roller 1.4s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#step-4 h2{
  background: var(--Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

#step-4 p{
  margin: 10px 0;
}

  /* Section 1 */
  #section-1,   #section-2{
    display: flex;
    justify-content: center;
    text-align: center;
    min-height: 570px;
   }

   #section-1 h1{
    color: var(--DGrey);
    text-align: center;
    font-family: var(--Font);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 30px 0;
  }

  #section-1 h3{
    color: var(--DGrey);
    text-align: center;
    font-family: var(--Font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 630px;
    margin-bottom: 50px;
  }

.slick-arrow{
  position: absolute;
  bottom: -35px;
  border: none;
  background-color: #f4f4f4;
  color: transparent;
  width: 45px;
  height: 45px;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 25px;
  background-image: url(/ruptela/img/arrow.svg);
  z-index: 10;
  transition: all 0.5s;
  cursor: pointer;
}

  .slick-prev{
    left: 40%;
    transform: rotate(90deg);
    background-position-y: 16px;
  }
  .slick-prev:hover{
    transform: rotate(90deg) scale(1.1);
  }
  .slick-next {
    right: 40%;
    transform: rotate(-90deg);
    background-position-y: 16px;
  }
  .slick-next:hover{
    transform: rotate(-90deg) scale(1.1);
  }

  #section-1 .slider1{
    padding: 0;
    z-index: 10;
  }
  
  #section-1 .slider1 .p-c{
    padding: 30px 0;
    cursor: pointer;
  } 
  
  #section-1 .slider1 .card{
    width: 300px!important;
    height: 200px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    border: 1px solid var(--Grey, #969696);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
  }
  
  #section-1 .slider1 .card:hover{
    transform: scale(1.05);
    border-radius: 16px;
    border: 1px solid var(--Grey, #969696);
    background: #FFF;
    box-shadow: 0px 0px 14px 1px rgba(255, 66, 66, 0.50);
  }

  #section-1 .card-t{
    font-size: 18px;
    color: var( --DGrey);
    text-align: center;
    font-weight: 400;
    width: 270px;
    padding: 25px 0 0 0;
  }

/* Section-2 */
.section-2 {
  padding: 70px 0 80px 0;
  text-align: center;
  min-height: 830px;
  background: linear-gradient(180deg, #FFF 0%, var(--Bk1, rgba(238, 239, 252, 0.25)) 50%);
}

.section-2 h1{
  background: var(--Gradient);
  background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;

}
.sec2-txt {
  margin-bottom: 30px;
}
.sec2-txt h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--blue);
}
.sec2-txt span {
  background:linear-gradient(0deg, var(--green) 14%, rgba(255, 255, 255, 0.0) 10%);
}
.sec2-txt p {
  font-size: 20px;
  line-height: 1.2;
  color: var(--black);
  margin: 0 auto;
}
.caption {
  max-width: 100%;
  width: 350px;
  padding: 5px;
  border-radius: 10px;
  margin: 20px auto;
  background: var(--grey);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.4s ease;
  background: #EBEEFA;
}
.caption p {
  margin: 0;
  font-size: 14px;
  cursor: pointer;
}
.caption p:nth-child(1), .caption p:nth-child(2) {
  padding: 5px 10px;
  border-radius: 5px;
  background: var(--white);
}

/* Stays always green and red*/
.caption p:nth-child(2),.list-compare .right-compare{
  background-color: var(--green);
  color: white;
  opacity: 0.85;
  }

  .caption p:nth-child(1),.list-compare .left-compare{
    background-color: var(--red);
    color: white;
    opacity: 0.85;
    }
/* Stays always green */

.caption:has(p:nth-child(2):hover) ~ .list-compare .right-compare, .caption p:nth-child(2):hover {
  font-weight: 700;
  background: var(--green);
  color: var(--white);
  transform: scale(1.01);
  box-shadow: 0px 0px 20px 5px rgba(27, 38, 117, 0.2);
  opacity: 1;
}
.caption:has(p:nth-child(2):hover) ~ .list-compare .left-compare {
  opacity: 0.3;
  transform: scale(0.95);
}
.caption:has(p:nth-child(1):hover) ~ .list-compare .left-compare, .caption p:nth-child(1):hover {
  font-weight: 700;
  transform: scale(1.01);
  background: var(--red);
  color: white;
  box-shadow: 0px 0px 20px 5px rgba(27, 38, 117, 0.2);
  margin-right: 0;
  opacity: 1;
}
.caption:has(p:nth-child(1):hover) ~ .list-compare .right-compare {
  opacity: 0.3;
  transform: scale(0.95);
}
.list-compare {
  width: 95%;
  padding: 6px 8px;
  border-radius: 10px;
  margin: 15px auto;
  background: var(--grey);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.4s ease;
  background: #EBEEFA;
}
.left-compare, .right-compare {
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.4s ease;
}
.left-compare {
  align-self: stretch;
  font-weight: 500;
  width: 38%;
  text-align: center;
  padding: 7px 5px;
  border-radius: 5px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}
.right-compare {
  font-weight: 500;
  width: 75%;
  padding: 7px 30px;
  border-radius: 5px;
  background: white;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
}
.right-compare:hover {
  font-weight: 700;
  background: var(--green);
  transform: scale(1.01);
  box-shadow: 0px 0px 20px 5px rgba(27, 38, 117, 0.2);
  color: white;
}
.list-compare:has(.right-compare:hover), .list-compare:has(.left-compare:hover) {
  transform: scale(1.05);
  box-shadow: 0px 0px 10px 0px rgba(27, 38, 117, 0.4);
}
.list-compare:has(.right-compare:hover) .left-compare {
  opacity: 0.3;
  transform: scale(0.95);
}
.left-compare:hover {
  font-weight: 700;
  transform: scale(1.01);
  background: var(--red);
  color: white;
  margin-right: 0;
}
.list-compare:has(.left-compare:hover) .right-compare {
  opacity: 0.3;
  transform: scale(0.95);
}

/* FAQ */

.FAQ{
  margin: 40px 0;
  min-height: 550px;
  padding: 0 0 70px;
}

.FAQ h1{
font-size: 40px;
font-weight: 700;
text-align: center;
background: var(--Gradient);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin: 70px 0;
max-width: 620px;
}

.FAQ .accordion{
  max-width: 1130px;
  width: 100%;
}

.accordion-item{
  border: none;
  background-color: transparent;
}
.accordion-item:first-of-type{
  background-color: transparent;
}
.accordion-item:first-of-type{
  background-color: transparent;
}
.FAQ .accordion .accordion-button{
  border-bottom: 2px solid var(--orange-gradient, #FF924A);
background: #FFF;
  min-height: 65px;
  margin: 0 0 10px 0;
  font-size: 24px;
  color: var(--DGrey);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.FAQ .accordion .accordion-button:hover{
  transform: scale(1);
}

.FAQ .accordion-body{
  color: var(--DGrey);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.accordion-button:focus-visible, .accordion-button:focus{
  border: 0;
  box-shadow: none;
  outline: none;
  border-color: transparent;
}

.accordion-button::after{
  height: 30px;
  width: 30px;
  background-size: 100%;
  background-image: url(/ruptela/img/arrow.svg);
}

.accordion-button:not(.collapsed)::after{
  background-image: url(/ruptela/img/arrow.svg);
}

/* section-3 */

.section-3{
  background:  #eeeffc40;
  min-height: 650px;
  /* background-size: cover;
  background-repeat: no-repeat; */
  align-content: flex-start;
  position: relative;
}

.section-3 h1{
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  margin: 50px;
  background: var(--Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.section-3 .News{
  padding: 0;
}

.section-3 #width{
  max-width: 1280px;
}

.section-3 #width .slick-list{
  padding: 0 20px 30px;
}


.section-3 .News .p-c{
  padding: 20px 0;
  cursor: pointer;
} 

.p-c[aria-hidden="false"]{
opacity: 1;
transition: all 0.5s;
}

.p-c[aria-hidden="true"]{
  opacity: 0;
  transition: all 0.5s;
  }

.section-3 .News .card{
  width: 270px!important;
  height: 310px!important;
  border-radius: 20px;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  color: var(--darkblue);
  text-align: left;
  border: none;
  background-color: transparent;
}

.section-3 .News .card img{
  width:100%;
  height: 185px;
 display: block;
 border-radius: 20px 20px 0 0;
}

.section-3 .News .card div{
  padding: 30px 20px 20px;
  background-color: white;
  border-radius: 0 0 20px 20px;
  height: 125px;
}

.section-3 .News .card span{
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 15px 0;
}

.section-3 .News .card h5{
  font-size: 16px;
  font-weight: 500;
}

.section-3 .News .card p{
  color: var(--DGrey);
  font-family: var(--Font);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news-es span{
font-size: 13px!important;
}

.news-es h5{
  font-size: 15px!important;
  }

.news-es p{
  font-size: 13px!important;
  margin-bottom: 0;
  } 

.section-3 .news-es .card div{
height: -webkit-fill-available;
}

/* section-4 */

.section-4{
  background: linear-gradient(180deg, #FFF 0%, #F3F4F6 100%);
  min-height: 430px;
  display: flex;
  align-items: center;
}

.section-4 h1{
  background: var(--Gradient);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: var(--Font);
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
max-width: 510px;
}

.section-4 h1 span{
  background: var(--DGrey);
  background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.section-4 h2{
  max-width: 490px;
  color: var(--DGrey);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal; 
margin: 25px 0 45px;
}

.section-4 button{
  border-radius: 100px;
  padding: 0 40px!important;
  background: var(--Gradient);
  max-width: 360px!important;
  height: 60px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s;
}

.section-4 button:hover{
  transform: scale(1.05);
}

.section-4 button span{
  margin-right: 10px;
}

.section-4 .img{
  border-left: 11px solid #FF924A;
  object-fit: cover;
  height: 430px;
  position: absolute;
  right: 0;

}


.section-4 .img video{
  position: absolute;
  object-fit: cover;
  max-height: 430px!important;
  filter: none;
  z-index: 0;
}

/* politica */

.modal .btn{
  background: var(--Gradient);
}
/* Media Queries */

@media only screen and (max-width:2000px) {
  .section-4 .img{
    background-color: #050e29;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1400px) {

  .list-compare { width: 100%; }
  .left-compare, .right-compare { font-size: 13px; }

}
@media only screen and (max-width: 1200px) {

  .sec2-txt p { font-size: 18px; }
  .right-compare { padding: 7px 15px; }
  
}
@media only screen and (max-width: 1080px) { 
}
@media only screen and (max-width: 991px) {
  
  .div-form{
    min-height: 450px;
  }
  .container{
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-4 .container{
    max-width: 100%;
    padding: 0;
    position: relative;
  }

  .section-4 .container .row div div{
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    min-height: 430px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-4 .img{
    position: relative;
    border-top: 11px solid #FF924A;
    border-left: 0;
    justify-content: start;
    padding: 0;
    margin: 0;
    background-color: #050e29;
    overflow: hidden;
  }
 }
@media only screen and (max-width: 768px) {

  .slick-prev{
    left: 35%;
  }
  .slick-next {
    right: 35%;
  }
  
  .left-compare, .right-compare {
    line-height: 1.2;
    padding: 7px 20px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .right-compare { min-height: 48px; }
}

@media only screen and (max-width: 575px) {
  .left-compare, .right-compare { padding: 7px 10px; }
}

@media only screen and (max-width: 500px) {}
@media only screen and (max-width: 475px) {}
@media only screen and (max-width: 445px) {

  .list-compare { flex-direction: column; }
  .left-compare{ margin: 0 0 5px 0; }
  .left-compare, .right-compare {
    width: 100%;
    padding: 10px 15px;
    font-size: 12px;
  }
  .caption p:nth-child(2) { font-weight: 600; }

  .right-compare {
    font-size: 14px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 415px) {
  .sec2-txt p { font-size: 15px; }
}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 365px) {}
@media only screen and (max-width: 345px) {}
@media only screen and (max-width: 320px) {}
