/* Autor: Diogo Januário - Software Engineer Senior */

:root {
    --bgcolor: #f86044;
    --main-color : #ffce00 ;
    --secondary-color : #2465c3 ;
    --loader-color : #120363 ; 
  
}
body {
    font-family: "Barlow Condensed";
    overflow-x: hidden;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

.hero-text img.heroimg {
    position: absolute;
    right: 0; 
    bottom: 0; 
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .hero-text img.heroimg {
        display: none;
    }
    .hero-text {
        margin-top: 0;
    }
}

p
{
    font-size: 16px;
    line-height: 15px;
    color: #444;
    margin: 0;
    font-weight: 400;
    font-family: "Barlow Condensed";
}
*{
    margin: 0;
    padding: 0;
}
a,h2,h3,h4,h5,h6{
    color: #000;
    margin: 0;
}
a{
    text-decoration: none;
}
h1{
  font-size: 60px;
}
h2{
    font-size: 60px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
img {
    max-width: 100%;
}
.gap {
    padding: 50px 0;
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-bar ul {
    display: flex;
    align-items: center;
}
.top-bar a i svg {
    width: 30px;
    fill: #000;
    height: auto;
}
.top-bar a i {
    width: 50px;
    height: 50px;
    background-color: var(--main-color);
    margin-right: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.top-bar a {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
}
.top-bar > a:hover {
    color: #f6bb4b;
}
.top-bar a:hover i svg {
    fill: #000;
} 
.top-bar a
.questions .btn span i {
    padding-right: 10px;
}
@media only screen and (max-width: 1920px) and (min-width: 1200px){
    #stickyHeader.slideUp {
        top: 0;
        z-index: 111;
        position: fixed;
        border-radius: 0;
        left: 0;
        box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
        padding-bottom: 20px;
        padding-top: 20px;
        background-color: #120363;
    }
    body.dark #stickyHeader.slideUp {
        background: #111;
    }
    body.light #stickyHeader.slideUp {
        background: #f6fafb;
    }
}
header {
    padding-top: 24px;
    position: absolute;
    z-index: 1;
    width: 100%;
}
.top-bar ul li {
    padding-right: 18px;
}
.top-bar ul li a{
    color: white;
}
.top-bar ul li a:hover {
    color: var(--main-color);
}

.btn {
    border: none;
    text-align: center;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    background-color: var(--bgcolor);
    padding: 26px 42px;
    border-radius: 60px;
    line-height: 0;
    border: 3px solid var(--bgcolor);
    border-bottom-right-radius: 0;
}
.btn:hover {
    background-color: transparent;
    color: var(--bgcolor);
    border-radius: 50px;
    border : 3px solid var(--bgcolor);
} 
 
.top-bar .btn {
    padding: 12px 26px;
}
header .btn:after {
    width: 136%;
}
.btn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.hero-section {
    position: relative;
    padding-top: 145px;
    overflow: hidden;
    background-color: #120363;
} 
.hero-text {
    position: relative;
    margin-top: 40px;
}
.hero-text img.heroimg {
    position: absolute;
    right: -22%;
    z-index: 0;
    bottom: -35%;
    height: auto;
    width: 400px;
}
.hero-text h2 {
    color: #fff;
    padding-bottom: 20px;
    line-height: 84px;
    font-weight: 600;
    font-size: 81px;
}

.hero-text h2 span {
    color: var(--main-color);
}
.hero-text ul li {
    color: white;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.hero-text ul li img {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    background-color: #ffffff30;
    margin-right: 17px;
    padding: 7px;
}



.info-card {
    background: rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    color: #fff;
    text-align: center;
    transition: transform 0.3s ease;
}

.info-card:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.2);
}

.info-card h5 {
    font-size: 27px;
    font-weight: 500;
    color: #fff;
}

.info-card p {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff; 
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6); 
}

.coordination {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttons-subscribe a {
    font-weight: 500;
    font-size: 21px;
    border-radius: 60px;
    border: 3px solid var(--bgcolor);
    border-bottom-right-radius: 0;
    color: #fff;
    padding: 30px;
    width: auto;
}

.pricing-info {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: transform 0.3s ease;
}
.pricing-info:hover {
    transform: scale(1.05);
}
.pricing-info-modal p {
    color: red;
    width: 320px;
    text-align:justify;
    padding-top: 18px;
    font-size: 14px;
}
.discount-date, .discount-date * {
    font-size: 1.2rem;
    color: #fdc04d;
    font-weight: 700;
    margin-bottom: 10px;
}
.price {
    font-size: 1.8rem;
    color: #1f3180;
    font-weight: bold;
}
.discount-percentage {
    font-size: 1rem;
    color: #444;
}
.video i {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: white;
    position: relative;
    margin-right: 20px;
    animation: shadow-pulse 1s infinite;
}
.video { 
    display: inline-block;
}
.video a {
    display: flex;
    color: #fff;
    font-size: 20px;
    align-items: center;
    font-weight: bold;
}
.video a:hover {
    color: var(--main-color);
}
@keyframes shadow-pulse{
    0% {
        box-shadow: 0 0 0 0px rgb(253 192 77);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}
.listing {
    justify-content: space-between;
    width: 75%;
}
.hero-text > img {
    margin-left: auto;
    display: block;
    height: 263px;
    margin-top: 30px;
}


form#contact-form h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    padding-bottom: 6px;
}
.get-a-quote h6 {
    color: #858585;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;
}
.get-a-quote {
    z-index: 0;
    margin-bottom: 40px;
    background-color: #120363;
    border-radius: 21px;
    position: relative;
    box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 7%);
    -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 7%);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0,0,0,0.7);
    width: 94%;
    margin-left: auto;
    border: 14px solid #fff;
}
.get-a-quote input[type="text"],.get-a-quote input[type="email"], .get-a-quote input[type="number"] {
    width: 100%;
    height: 60px;
    border: 0;
    outline: 0;
    margin-bottom: 20px;
    color: #444;
    font-size: 16px;
    border-bottom: 3px solid #d3d3d3;
}
.get-a-quote input:focus {
    border-color: var(--bgcolor);
}
.get-a-quote p {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}
.radio-button {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    display: flex;
    margin-bottom: 35px;
}
.radio-button label {
    padding-left: 10px;
}
.radio-button input{
    width: 22px;
    height: 22px;
}
.group-img{
    position: relative;
}
.group-img svg {
    position: absolute;
    right: 0;
    width: 22px;
    height: auto;
    top: 21px;
}
.get-a-quote img {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social-media-icon {
    position: absolute;
    right: 10%;
    top: 22%;
}
ul.social-media-icon li {
  list-style: none; 
}
ul.social-media-icon li a {
    width: 50px;
    height: 50px;
    font-size: 16px;
    margin: 0 2px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    border-radius: 50%;
}
ul.social-media-icon li a .icon {
  position: relative;
  color: #fff;
  transition: .5s;
  z-index: 3;
}
ul.social-media-icon li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}
ul.social-media-icon li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bgcolor);
  transition: .5s;
  z-index: 2;
}

ul.social-media-icon li a:hover:before {
  top: 0;
}
ul.social-media-icon li:nth-child(1) a{
  background: #3b5999;
}
ul.social-media-icon li:nth-child(2) a{
  background: #55acee;
}
ul.social-media-icon li:nth-child(3) a {
  background: #dd4b39;
}

.heading {
    text-align: center;
    width: 76%;
    margin: auto;
    margin-bottom: 20px;
}
.heading h2 {
    font-size: 46px;
    padding-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.heading span {
    font-weight: 700;
    color: var(--bgcolor);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
}

.customize-img {
    position: relative;
}

.customize-text{
    margin-top: 20px;
  
}
.customize-text ul li {
    padding-bottom: 18px;
    display: flex;
    align-items: center;
}

.customize-img img {
    animation: top 5s linear infinite;
}
.customize-text ul li img {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    background-color: #efefef;
    margin-right: 17px;
    padding: 12px;
}
.customize-text p {
    width: 90%;
}
.customize-text ul {
    
    margin-top: 50px;
}
.custom-swal {
    width: 700px !important;
}
@keyframes top {
   0%{
    transform: translateY(0px);
   }
   50%{
    transform: translateY(10px);
   }
   100%{
    transform: translateY(0px);
   }
}


.heading.two {
    text-align: initial;
    margin: 0;
    width: 60%;
    margin-bottom: 40px;
}
.server h5 {
    padding-top: 30px;
    padding-bottom: 14px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.server i {
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    align-items: center;
}
.server:hover i img{
    transform: rotateY(180deg);
}
.server {
    position: relative;
    border-radius: 5px;
    padding: 40px;
}
.server img {
    height: 65px;
}
.server.two:before{
    background-color: #e1ae51;
} 

.server.three:before{
    background-color: #e66249;
}

.server:before{
    width: 100%;
    border-radius: 10px;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    background-color: #344557;
    position: absolute;
    z-index: -1;

} 
.server:after,.server h5,.server p{
 transition: .5s;   
}
.server p {
    color: #fff;
}
.server:hover h5,.server:hover p{
    color: white;
}

.questions {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
} 
.btn span{
    display: flex;
    align-items: center;
}
.btn i {
    font-size: 22px;
}
.questions h5 {
    font-weight: bold;
}

.it-works {
    position: relative;
    overflow: hidden; 
} 

.staps {
    display: flex;
    margin-bottom: 16px;
}
.staps:hover i {
    background-color: #f3b84a;
    border-radius: 150px;
}
.staps-img {
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 30px;
    align-items: center;
    display: flex;
} 
.staps:hover img {
    filter: invert(1);
}
.staps-img img {
    height: 70px;
}
.staps-img i {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bgcolor);
    border-radius: 50%;
    border-top-right-radius: 0;
}
.staps-img span {
    background-color: var(--main-color);
    position: absolute;
    top: 3px;
    left: -6px;
    width: 40px;
    height: 40px; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 6;
    font-size: 14px;
    font-weight: bold; 
}
.staps h4 {
    font-size: 19px;
    line-height: 0px;
    font-weight: 500;
    padding-bottom: 16px;
}
.staps-text {
    width: 64%;
}
 .staps-text {
    width: 64%;
    margin-top: 5px;
}
.staps:hover .staps-img span{
    background-color: var(--bgcolor);
    color: white;
}
.staps-img span,.staps-img i:before{
    transition: .3s;    
}
.logodata.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
    transform: scale(0.9);
}
.logodata.owl-carousel .owl-item img:hover {
    transform: scale(1);
}
.logodata {
    width: 99%;
    margin: auto;
    margin-top: 120px;   
} 

.callto svg {
    width: 26px;
    height: auto;
}
#team {
    background-color: #f6f6f6;
}
.team-text {
    padding-left: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 11;
}
.team-text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 81%;
    background-color: #fff;
    z-index: -1;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    border-bottom-left-radius: 0;
} 
.team-img {
    position: relative;
}
.team-text img {
    filter: grayscale(1);
}
.team-text:hover img {
    filter: grayscale(0);
}
.follow {
    position: relative;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    padding: 2px;
    display: inline-flex;
    align-items: center; 
    padding-left: 23px;
    border-radius: 51px;
}
.follow ul.social-media-icon {
    position: relative;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    margin-left: -98px;
    opacity: 0;
    transition: .5s;
}
.team-text:hover .follow ul.social-media-icon {
    margin-left: 14px;
    opacity: 1;
}
.follow > a img{
    margin-right: 6px;
}
.follow > a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    text-transform: capitalize;
}
.team-text span {
    padding-bottom: 6px;
    color: var(--bgcolor);
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 30px;
    display: block;
}
.team-text h5 {
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 16px;
    font-weight:bold ;
}
.callto a {
    color: #444;
    font-weight: bold;
    font-size: 16px;
}
.callto a:hover {
    color: var(--bgcolor);
}
.callto {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
}
.callto a {
    padding-left: 6px;
}

.pricing-plans-section{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.pricing-observation {
    position: absolute;
    bottom: 5%;
    left: 5%;
    color: red;
    font-size: 1.125rem;
}
.pricing-plans {
    background-color: #120363;
    padding: 60px;
    padding-top: 40px;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.pricing-plans span {
    color: white;
    font-weight: 500;
    padding-bottom: 10px;
    display: block;
    font-size: 18px;
}
.pricing-plans h5 {
    font-size: 60px;
    font-weight: bold;
}
.pricing-plans h5 {
    font-size: 60px;
    font-weight: bold;
    color: white;
}
.pricing-plans sub {
    bottom: 0;
    font-size: 16px;
}
.pricing-plans-text {
    background-color: white;
    padding: 60px;
    padding-top: 0;
    padding-bottom: 50px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.pricing-plans-text i {
    width: 90px;
    transform: translateY(-30px); 
    height: 90px;
    display: flex;
    border-radius: 50%;
    background-color: var(--main-color);
    align-items: center;
    justify-content: center; 
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    border-bottom-right-radius: 0;
}
.pricing-plans-text:hover{
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.pricing-plans-text img {
    height: 60px;
}
.pricing-plans-text .hero-text ul li{
    color: #444;
}
.pricing-plans-text .hero-text ul li img {
    background-color: #e6eeff;
}
.pricing-plans-text .btn { 
    border: 3px solid var(--bgcolor);
}
.pricing-plans-text .btn span{
    color: var(--bgcolor);
}
.pricing-plans-text i svg {
    width: 50px;
    height: auto;
}
.pricing-plans-text .btn:hover span{
    color: #fff;
}
.pricing-plans-text .hero-text ul {
    margin-bottom: 14px;
}

.newsletter {
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-color: var(--main-color);
}
.newsletter .customize-img:before {
    display: none;
}
.newsletter-text h2 { 
    font-size: 58px;
    padding-bottom: 10px;
    font-weight: bold;
}
.newsletter-text h4 { 
    font-size: 30px;
    line-height: 44px;
    width: 90%;
}
.newsletter-text h6 { 
    font-weight: 400;
    padding-top: 40px;
    line-height: 28px;
    padding-bottom: 20px;
    width: 85%;
}
.newsletter-text h4 span {
    background-color: #120363;
    color: white;
    padding: 0px 10px;
    font-size: 30px;
}
#faq’s .heading.two {
    width: 100%;
}

.accordion-item.active .heading {
  color: #bccbb7;
}
.accordion-item.active .icon:before {
  background: #bccbb7;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item.active .icon:before {
    background: #fff;
}
.accordion-item .heading {
    display: block;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
} 
.accordion-item.active .icon {
    border-radius: 50px;
    background-color: var(--bgcolor);
}
.accordion-item .icon {
    display: block;
    position: absolute;
    top: 47%;
    width: 2.5rem;
    height: 2.5rem;
    transform: translateY(-50%);
    left: 12px;
    background-color: #c3c3c3;
    border-radius: 50%;
    border-bottom-right-radius: 0;
}
.accordion-item .icon:before, .accordion-item .icon:after {
    content: "";
    width: 12px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}
.progress {
    height: 8px;
}
.accordion-item.active {
    border: 1px solid var(--bgcolor);
    border-radius: 20px !important;
}
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.accordion-item {
    border-radius: 50px !important;
    border-bottom-right-radius: 0 !important;
}
.title {
    text-align: start;
    padding: 20px 50px;
    padding-left: 65px;
}
.content {
    padding: 0px 50px;
    padding-bottom: 22px;
    padding-left: 65px;
    text-align: justify;
}

.content a {
    color: #2465c3;
    font-weight: bold;
}
.content ul li span {
    font-weight: bold;
}
.accordion-item {
    border: 1px solid #c3c3c3;
}
.accordion-item:first-of-type {
    border-radius: 0px;
}
.accordion-item.active a.heading {
    color: black;
} 
.accordion-item {
    margin-bottom: 20px;
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
    border: 1px solid #c3c3c3;
}
.accordion-item.active:not(:first-of-type)
,.accordion-item.active {
    border: 1px solid var(--bgcolor);
}
a.heading{
    width: 100%;
    margin: 0;
}

.count-style {
    text-align: center;
    margin: auto;
    margin-top: 80px;
} 
.count-style h2 sup {
    font-size: 40px;
    top: -33.5px; 
}
.count-style h2 {
    font-size: 90px;
    font-weight: 800;
    color: var(--bgcolor);
}
.count-style span { 
    font-size: 16px;
}

.clients h6 {
    font-size: 24px;
    font-weight: bold;
}
.clients p {
    font-size: 22px;
    line-height: 38px;
}
.clients span {
    font-size: 14px;
}
.clients {
    padding: 50px;
    border-radius: 50px;
    background-color: #e9eafa;
    position: relative;
    margin: 12px;
}
.clients img {
    position: absolute;
    width: 60px;
}
.clients i {
    background-color: var(--bgcolor);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
    border-bottom-right-radius: 0;
}
.clients-slider.owl-carousel .owl-item img {
    width: 52px;
    transform: rotate(180deg);
}
.clients-slider.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-left: -1px;
}
.clients-slider.owl-theme .owl-dots .owl-dot.active span {
    background: transparent;
    border: 6px solid var(--bgcolor);
    padding: 3px;
    margin: 4px;
}
.clients-slider.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 6px solid #c3c3c3;
    padding: 3px;
    margin: 4px;
}
.clients-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
    display: block !important;
}

footer{
    position: relative;
    background-color: #f6fafb;
}
.footer-shaps {
    display: block;
    width: 100%;
    height: 75px;
    position: absolute; 
    bottom: 0;
    z-index: 0;
} 
.links h5 {
    font-size: 28px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}
.links {
    width: 92%;
}
.links span {
    font-size: 18px;
    color: #d5d5d5;
}
.line {
    display: flex;
    background-color: var(--bgcolor);
    width: 110px;
    height: 3px;
    margin-bottom: 20px;
}
.links a {
    padding-left: 16px;
    color: #d5d5d5;
}
.links a:hover{
    color: var(--bgcolor);
}
.footer-bottom {
    border-radius: 10px;
    text-align: center;
    margin-top: 100px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    padding-bottom: 100px;
}
.footer-end {
    position: relative;
    z-index: 1;
    border-top: 1px solid #d5d5d52b;
}
.footer-end p {
    text-align: center;
    padding-top: 20px;
    color: white;
    padding-bottom: 20px;
}
.footer-bottom p {
    padding-top: 20px;
    padding-bottom: 30px;
    color: #d5d5d5;
}
.footer-bottom h3 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
#progress {
    z-index: 111;
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 70px;
  width: 70px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#progress-value {
  display: block;
  height: calc(110% - 15px);
  width: calc(110% - 15px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  color: #001a2e;
}
span#progress-value i {
    font-size: 22px;
}
form#subscribe-form{
    position: relative;
}
form#subscribe-form input {
    width: 70%;
    background-color: #ffffff;
    height: 55px;
    padding-left: 30px;
    border-radius: 58px;
    border: 0;
    outline: none;
}
.hero-text p {
    color: white;
    padding-bottom: 50px;
    font-size: 26px;
    padding-top: 00px;
    line-height: 35px;
}
.hero-section.two .hero-text {
    margin-top: 20px;
    width: 64%;
    margin: auto;
    margin-bottom: 100px;
    text-align: center;
    margin-top: 50px;
}
.hero-section.two .review { 
    justify-content: center;
}
form#subscribe-form {
    position: relative;
    display: flex;
    align-items: center;

}
button.btn {
    height: 60px;
    margin-left: 10px;
}

.review {
    display: flex;
    align-items: center;
    margin-top: 50px;
    z-index: 0;
    position: relative;
}
ul.star li {
    padding-bottom: 0px;
    padding-left: 4px;
    color: black;
}
.review h6 {
    color: white;
    font-size: 30px;
    padding: 0px 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.review span {
    color: white;
    font-size: 16px;
    font-weight: 600;
}
ul.star {
    display: inline-flex;
    background-color: var(--main-color);
    padding: 4px 13px;
    border-radius: 38px;
}
.hero-section.for .hero-text p {
    color: white;
    padding-bottom: 30px;
    font-size: 18px;
    padding-top: 30px;
    line-height: 32px;
}

.hs-responsive-embed-youtube {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
}
.hs-responsive-embed-youtube iframe {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
}
.hero-section.for .review {
    justify-content: flex-start;
    margin: 0;
    margin-bottom: 60px;
    margin-top: 20px;
}
.hero-section.for {
    padding-bottom: 150px;
}
img.shado {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 16px;
}

.swal-modal {
    background-color: var(--main-color);
    border-radius: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.swal-icon--success__hide-corners, .swal-icon--success:after, .swal-icon--success:before {
    background-color: transparent !important;
}
.swal-text {
    text-align: center;
    color: #fff;
}
.swal-footer {
    display: none;
}
.swal-title {
    color: #fff;
    font-family: "Barlow Condensed";
    font-size: 45px;
      margin: 0px !IMPORTANT;
}
.swal-text {
    text-align: center;
    color: #fff;
    FONT-SIZE: 16PX;
    PADDING: 0PX 42PX;
}
.swal-title {
    MARGIN: 0PX;
    PADDING: 0PX;
}

#estrutura{
    padding: 40px 0 40px 0;
}


#sobre-medicina .heading span {
    font-size: 16px;
    color: #f86044;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

#sobre-medicina .heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}


#sobre-medicina p {
    font-size: 1.3rem !important;
    text-align: justify;
    color: #555;
    line-height: 1.8;
}

#sobre-medicina .img-container{
    padding: 6px 9px;
    height: 400px !important;
}

#sobre-medicina .img-container img {

   width: 100%;
   object-fit: cover;
   border-radius: 8px;
   padding: 0 !important;
}

#sobre-medicina .text-container {
    padding-left: 1.5rem; 
}


@media (max-width: 992px) {
    .img-container img {
        height: auto;
    }
    .text-container {
        padding-left: 0;
        margin-top: 20px;
    }
}


.loading-text {
    font-size: 4vw; 
    line-height: 64px;
    letter-spacing: 5px; 
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
  

.loading-text span {
    -webkit-animation: moveLetters 2.4s infinite ease-in-out;
            animation: moveLetters 2.4s infinite ease-in-out;
    transform: translatex(0);
    position: relative;
    display: inline-block;
    opacity: 0;
    color: #fff;
    text-shadow: 0px 2px 10px rgba(46, 74, 81, 0.3);
  }
  
  .loading-text span:nth-child(1)  { animation-delay: 0.1s; }
  .loading-text span:nth-child(2)  { animation-delay: 0.2s; }
  .loading-text span:nth-child(3)  { animation-delay: 0.3s; }
  .loading-text span:nth-child(4)  { animation-delay: 0.4s; }
  .loading-text span:nth-child(5)  { animation-delay: 0.5s; }
  .loading-text span:nth-child(6)  { animation-delay: 0.6s; }
  .loading-text span:nth-child(7)  { animation-delay: 0.7s; }
  .loading-text span:nth-child(8)  { animation-delay: 0.8s; }
  .loading-text span:nth-child(9)  { animation-delay: 0.9s; }
  .loading-text span:nth-child(10) { animation-delay: 1s; }
  
@keyframes moveLetters {
  0% {
    transform: translateX(-15vw);
    opacity: 0;
  }
  33.3%, 66% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(15vw);
    opacity: 0;
  }
}
.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999;
    right: 0;
    background-color: var(--loader-color);
    top: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.preloader {
    top: 0%;
}
.page-loaded .preloader {
    top: -100%;
}  
footer {
    background-repeat: no-repeat;
    background-position: top;
    background-color: #120363;
}
.staps i,.logodata.owl-carousel .owl-item img,
.top-bar a,.btn,.count-style,.callto a,.video a,.team-text img,
.server i img,.pricing-plans-text,.links a,.pricing-plans-text .btn span,ul.social-media-section li i:after{
    transition: .3s;
}
.links p {
    color: #d5d5d5;
}
.pricing-plans-text .hero-text {
    margin: 0;
}


.parallax-container {
    position: relative;
    overflow: hidden;
    color: white;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.parallax-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 0;
}


.parallax-overlay-gradient-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #120363;
    z-index: 1;
    opacity: 0.8;
}


#processo-seletivo {
    position: relative;
    overflow: hidden;
    color: white;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}


.parallax-content {
    position: relative;
    z-index: 1;
    color: #ffffff; 
}


#pricing {
    position: relative;
    overflow: hidden;
    color: white;
    background-attachment: fixed;
    background-size: cover;
    background-position: center; 
    padding: 30px 0; 
    display: flex;
    justify-content: center;
    align-items: center;
}


.pricing-info {
    background-color: rgba(255, 255, 255, 1); 
    color: #fff; 
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}


.clients {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;

}
#gallery {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

#gallery::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); 
    z-index: 1;
}

#gallery .parallax-content {
    position: relative;
    z-index: 2; 
}


.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 150px;
    grid-gap: 10px;
}

.gallery a {
    overflow: hidden;
    position: relative;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery img:hover {
    transform: scale(1.05);
}

.gallery .item-large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery .item-wide {
    grid-column: span 2;
}

@media (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .pricing-observation {
        bottom: 1%;
        font-size: 1rem;
    }
}


.get-a-quote {
    position: relative; 
}

.selo-mec {
    position: absolute;
    top: 6px; 
    right: 6px; 
    width: 96px; 
    z-index: 10; 
}


.tabs-section {
    padding: 40px 0;
    background-color: #f6f6f6;
}

.tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.tab-link {
    flex: 1;
    padding: 18px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #444;
    background-color: #e0e0e0;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
}

.tab-link:not(:last-child) {
    margin-right: 10px;
}

.tab-link.active,
.tab-link:hover {
    background-color: #f86044;
    color: #fff;
}

.tab-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 5px;
    background-color: #fdc04d;
    border-bottom-right-radius: 0;
    border-radius: 5px;
}

.tab-content {
    background-color: #fff;
    padding: 40px 60px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tabs-section h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #120363;
}

.tabs-section p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    font-weight: 500;
}

.img-container {
    height: 700px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.img-container img {
    width: 100%;
    height: 98%;
    object-fit: cover;
    transition: transform 0.3s;
    border: 2px solid #ffffff;
    margin: 6px 0;
}


.img-container img:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .tabs {
        flex-direction: column;
    }

    .tab-link {
        margin-bottom: 10px;
    }

    .tab-link:not(:last-child) {
        margin-right: 0;
    }

    .img-container {
        height: 300px; 
    }
}
.footer {
    padding: 20px 0; 
}

.footer img {
    width: 265px; 
}

.footer h3 {
    color: #fff;
}

.footer p {
    color: #fff;
}

.footer .links h5 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 8px;
}

.footer .links p, .footer .links a {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.footer-bottom h3, .footer-bottom p {
    color: #fff;
    font-size: 16px;
    margin: 5px 0;
}

.footer .btn {
    background-color: #f86044;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 14px;
    font-size: 14px;
}

.footer-end {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    margin: 60px 0 0 0 !important;
    color: #d5d5d5;
    font-size: 12px;
}


#progress, .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}


.whatsapp-float {
    background-color: #25d366;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    bottom: 110px;
}

.whatsapp-icon {
    font-size: 1.8rem;
}


.hamburger-menu {
    display: none;
    cursor: pointer;
    color: #fff;
    font-size: 28px;
}

.full-screen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.full-screen-menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.full-screen-menu ul li {
    margin: 20px 0;
}

.full-screen-menu ul li a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
}

.full-screen-menu i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
}

.subscribe-btn-sections {
    margin-top: 20px !important;
    color: #2d4f7f;
    background: #fff;
    font-size: 20px;
    border: 3px solid #fdc04d;
    font-weight: 500;
    animation: shadow-pulse 1s infinite;
}

.btn-modal-title {
    color: #545454;
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

#subscription-title-modal {
    width: 90%;
}

#subscription-title-modal img {
    max-width: 200px;
}

.modal {
    font-family: 'Open Sans', sans-serif;
}

.values-med {
    font-weight: 600;
}

.modal-body-data {
    display: flex;
    max-height: 350px;
    overflow: auto;
}

.subscription-selects {
    gap: 8px;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.single-selects, #enem-grades-div, #transf-seg-grad-files {
    margin-right: 12px;
}

#enem-grades-div input, #transf-seg-grad-files input {
    background-color: #fff !important;
    color: #444 !important;
    font-size: 14.4px;
    border-color: #aaa;
    border-radius: 4px;
}

#enem-grades-div, #transf-seg-grad-files input::placeholder {
    color: #444 !important;
    font-size: 14.4px;
    font-weight: 600;
    text-transform: uppercase;
}

.vertical-fillet-modal {
    border-radius: 10px;
    background: #007AC4;
    width: 5px;
    display: block;
    margin: 0 12px 0 0;
}

.time-until {
    background-color: #83f062;
    padding: 4px;
    border-radius: 4px;
    padding-bottom: 4px;
}

.discount-sm {
    font-size: calc(1em - 2px);
    font-style: italic;
    color: #636465;
    font-weight: 400 !important;
}

.form-subscribe *:required {
    background-image: url(../../../images/asterisk.svg) !important;
}

.form-subscribe *:required {
    background-repeat: no-repeat !important;
    background-position: center right 8px !important;
    background-size: 13px 13px !important;
}

input {
    font-family: 'Roboto Condensed', sans-serif;
    background: #6096C7 !important;
    color: white !important;
    padding-right: 40px;
}

input::placeholder {
    color: #fff !important;
}

.form-subscribe .required-msg {
    background: url(../../../images/asterisk.svg) no-repeat center left / 13px 13px;
    padding-left: 18px;
    font-size: .8rem;
    margin-left: 13px;
    margin-top: 10px;
}

.file-btns-med {
    gap: 4px;
}

.form-upload-docs-med {
    margin-top: 1.5rem;
}

#desc-boletim-enem-med, .desc-historico-transf-med, .desc-diploma-seg-grad-med, .desc-atestado-ies-med, .desc-programa-disciplinas-med, .input-group-btn {
    width: 45%;
}

label[for="boletim-enem-med"], label[for="historico-transf-med"], label[for="diploma-seg-grad-med"], label[for="atestado-ies-med"], label[for="programa-disciplinas-med"] {
    height: 44px;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.buttonText {
    justify-content: center;
}

.mt-20 {
    margin-top: 20px;
}

.form-cols {
    flex-grow: 1;
    max-width: 100%;
}

.checkbox-div {
    display: flex;
    justify-content: center;
}

.aceite-form-inscricao {
    font-size: .8rem;
}

.modal-footer-subscription {
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 1rem 0;
}

.med-p {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.5;
}

.select2-container {
    width: 100% !important;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
}

.select2-container--open {
    z-index: 9999;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
}

.select2-search__field {
    color: #444 !important;
    background-color: #fff !important;
}

.select2-selection__rendered {
    line-height: 43px !important;
}

.select2-container .select2-selection--single {
    height: 44px !important;
}

.select2-selection__arrow {
    height: 42px !important;
}

.form-subscribe *:required,
.form-subscribe select {
    background-repeat: no-repeat !important;
    background-position: center right 8px !important;
    background-size: 13px 13px !important;
}

.form-subscribe select {
    background-image: url(../../../images/down.svg) !important;
}

/* select::-ms-expand {
    display: none !important;
} */

/* 
select {
    appearance: none;
    font-family: 'Roboto Condensed', sans-serif;
    background: #fff !important;
    color: rgb(117 105 105) !important;
} */

.inputs-div-med {
    gap: .5rem;
    width: auto !important;
}

.payments {
    padding: 20px 0;
}

.payments img {
    width: auto;
    height: 68px;
    display: block;
    margin: 0 auto;
}

.payments span {
    font-size: .8rem
}

.main-btn {
    position: absolute;
    bottom: 10px;
    margin: 40px !important;
    color: #120363;
    background: #fff;
    font-size: 25px;
    width: 80%;
    border: 3px solid #ffce00;
    font-weight: 500;
}

#tab-2 span{
    font-weight: 700;
}

.dl-btn {
    padding: 0 18%;
}

.infos-modal:focus {
    outline: none;
  }
  

@media (max-width: 1200px) {
    .checkbox-div {
        align-items: start;
    }
    .checkbox-div input {
        margin-top: 6px;
    }
    .inputs-div-med {
        gap: .5rem;
        flex-direction: column;
    }
    .modal {
        padding: 0 !important;
    }
    .modal-body-data {
        flex-direction: column;
    }
    .subscription-selects {
        margin-bottom: 1em;
        width: 100%;
    }
    .vertical-fillet-modal {
        display: none;
    }
    .logo {
        padding-right: 18px;
    }
    .hero-section {padding: 104px 0 0 0;}
    .hero-text {
        display: flex;
        flex-direction: column;
    }
    .hero-text h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .review {margin-bottom: 40px;}
    .hero-text p {
        font-size: 20px;
        line-height: 28px;
        text-align: center; 
    }
    .btn {
        padding: 20px 36px;
        font-size: 16px;
    }
    .tabs-section h2 {
        font-size: 32px;
    }
    .video {
        display: flex;
    }
    .video a {
        display: flex;
        color: #fff;
        font-size: 20px;
        align-items: center;
        font-weight: bold;
        text-align: center;
    }
    .video a:hover {
        color: var(--main-color);
    }

    .main-btn {
        margin: 0 0 8% 10% !important;
    }

    .buttons-subscribe a {
        width: auto;
        padding: 30px;
    }
}

@media (max-width: 992px) {
    .top-bar ul {
        flex-direction: column;
        background-color: #120363;
        position: absolute;
        top: 60px;
        left: -100%;
        width: 100%;
        transition: all 0.3s;
    }
    .top-bar ul.show {
        left: 0;
    }
    .top-bar ul li {
        padding: 10px 0;
    }
    .top-bar ul li a {
        font-size: 20px;
    }
    .hero-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hero-text h2 {
        font-size: 40px;
        line-height: 50px;
        text-align: center;
    }
    .hero-text p {
        text-align: center; 
    }
    .hero-text ul li {
        font-size: 16px;
    }
    .hero-text ul li img {
        width: 25px;
        height: 25px;
    }
    .get-a-quote {
        width: 100%;
        margin-left: 0;
    }
    .get-a-quote img {
        width: 100%;
    }
    .pricing-info {
        padding: 15px;
    }
    .tab-link {
        font-size: 20px;
    }
    .tabs {
        flex-direction: column;
    }
    .tab-link {
        margin-bottom: 10px;
    }
    .img-container {
        height: 400px;
    }
    .footer {
        text-align: center;
    }
    .footer .links {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer img {
        margin-bottom: 20px;
    }
    .clients {
        padding: 30px;
    }
    .heroimg {
        width: 290px !important;
    }
}

@media (max-width: 768px) {
    .custom-swal {
        width: 96% !important;
    }
    .coordination {
        flex-direction: column;
    }
    .coordination span {
        margin: 18px 0 !important;
    }
    .hero-text h2 {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }
    .hero-text p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .hero-text ul li {
        font-size: 14px;
    }
    .hero-text ul li img {
        width: 20px;
        height: 20px;
    }
    .btn {
        padding: 15px 30px;
        font-size: 14px;
    }
    .main-btn {
        margin: 0 0 10% 10% !important;
    }
    .pricing-info {
        padding: 15px;
    }
    .pricing-info .price {
        font-size: 1.5rem;
    }
    .tab-content {
        padding: 30px;
    }
    .img-container {
        height: 250px;
    }
    .footer .links h5 {
        font-size: 16px;
    }
    .footer .links p,
    .footer .links a {
        font-size: 14px;
    }
    .modal-body-data {
        max-height: 500px;
    }
    .subscription-selects {
        overflow-y: auto;
        max-height: 300px;    
    }
    .file-btns-med {
        flex-direction: column;
    }
    .file-btns-med input, span, label {
        width: 100% !important;
    }
    .select2-selection__arrow b {
        left: 90% !important;
    }
    .values-med {
        margin-top: 12px;
    }
}

@media (max-width: 576px) {
    .dl-btn {
        height: 44px !important;
        padding: 0 3% !important;
        font-weight: normal;
        margin-left: 0 !important;
        font-size: 14px !important;
    }
    .pricing-info-modal p {
        width: 300px;
    }
    .buttons-subscribe a {
        display: block !important;
    }
    #processo-seletivo .subscribe-btn-sections {
        width: 95%;
    }
    #imgSobreCurso {
        display: none;
    }
    .top-bar {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        align-items: start;
    }
    .logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .top-bar a {
        margin-bottom: 20px;
    }
    .hero-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
    .logo a img {
        width: 100%;
        max-width: 250px;
    }
    .hero-text h2 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    .hero-text p {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    .hero-text ul li {
        font-size: 12px;
    }
    .btn {
        padding: 10px 20px;
        font-size: 12px;
    }
    .open-popup-med-embreve { 
        font-size: 18px;
    }
    .open-popup-med {
        font-size: 1.4rem !important;
    }
    .pricing-info {
        padding: 10px;
    }
    .pricing-info .price {
        font-size: 1.2rem;
    }
    .tab-content {
        padding: 20px;
    }
    .img-container {
        height: 200px;
    }
    .footer .links h5 {
        font-size: 14px;
    }
    .footer .links p,
    .footer .links a {
        font-size: 12px;
    }
}


@media (max-width: 992px) {
    .top-bar ul {
        display: none;
    }

    .hamburger-menu {
        display: block;
        padding: 4px 0 0 10px;
    }

    .full-screen-menu.show {
        display: flex;
    }

    .logo {
        flex-grow: 1;
        text-align: center;
        padding-left: 18px;
    }

    .call {
        display: none; 
    }
}
