* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.ttf') format('truetype'), 
    url('../fonts/GOTHICB.TTF') format('truetype'),
    url('../fonts/GOTHICB0.TTF') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body{
    font-family: 'Century Gothic';
    font-weight: 500;
}

.navbar {
    background: linear-gradient(83.49deg, #474548 0.12%, #3e949e 101.75%);
  
}

.navbar-nav li.nav-item a.nav-link {
    color: #fff;
    font-size: 1.5rem;
    margin: auto 10px;
}

a.navbar-brand img {
    width: 100%;
    max-width: 140px;
}

.section01 {
    background: url('../images/header/banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 10px;
}

.mainContent h2 {
    font-size: 2.8rem;
    font-weight: 600;
  
       color: #00f; /* Blue */
        text-shadow: 2px 2px 4px #ff0; /* Yellow */
}

.mainContent h5 {
    color: #00f; /* Blue */
    font-weight: 700;
    font-style: italic;
    text-shadow: 2px 2px 4px #ff0; /* Yellow */
}


.form textarea {
    resize: none;
    height: 100%;
    min-height: 100px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

form.form {
    background: linear-gradient(45deg, #0c606b, #0e2131);
    padding: 50px 10px;
    border-radius: 10px;
}

.form h4 {
    color: #2bb7ec;
}

.getStarted {
    background: linear-gradient(83.49deg, #0D1115 0.12%, #3e949e 101.75%);
    padding: 20px 10px;
    color: #fff;
}

.getStarted {
    background: linear-gradient(83.49deg, #0D1115 0.12%, #3e949e 101.75%);
    background-repeat: no-repeat;
    padding: 10px 40px;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    width: fit-content;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 30px;
    transition: 1s;
    border: 1px solid transparent;
}

.getStarted:hover {
    color: #2bb7ec;
    border: 1px solid #2bb7ec;
}

section.section02 {
    padding: 50px 10px;
    background: #175b94;
    color: #fff;
}

.section02Content h3 {
    margin-bottom: 30px;
    border-radius: 50px;
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 2.5rem;
}

.getAFreeQuote h4 {
    font-size: 1.4rem;
}

.getAFreeQuote {
    background: linear-gradient(83.49deg, #0D1115 0.12%, #3e949e 101.75%);
    position: fixed;
    width: fit-content;
    padding: 12px 30px;
    color: #2bb7ec;
    transform: translate(-44%, -50%) rotate(-90deg);
    left: 0;
    height: 50px;
    top: 50%;
    border-radius: 0 0px 10px 10px;
    filter: drop-shadow(2px 4px 6px black);
    z-index: 1;
}

.section02Ul ul {
    list-style: none;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
}

.section02Ul ul li {
    margin-bottom: 10px;
}

.rightUl {
    text-align: right;
}

.leftUl {
    text-align: left;
}

.rightUl li::before {
    position: absolute;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: -40px;
    background: #0e33518c;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leftUl li::before {
    position: absolute;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -40px;
    background: #0e33518c;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section03 {
    padding: 30px 10px;
}

.section03Content h2 {
    color: #4f7da2;
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1.5;
    position: relative;
}

.section03Content h3 {
    margin-left: -10px;
    margin-bottom: 0;
    font-size: 5rem;
    line-height: 0.6;
    font-weight: 800;
    color: #7497b4;
    opacity: 0.3;
}

.section03Content p {
    font-size: 1.1rem;
    font-weight: 500;
}

.heading02 h3 {
    font-size: 5rem;
}

div#particles-js {
    position: absolute;
    height: 100%;
    z-index: 0;
    left: 0;
    right: 0;
    width: 100%;
}

/* floatingAnimation */

.section02Content img {
    transform: translatey(0px);
    animation: float 7s ease-in-out infinite;
}

.section03Content img {
    transform: translatey(0px);
    animation: float 9s ease-in-out infinite;
    border-radius: 10px;
    max-width: 550px;
    margin: auto;
    display: block;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

/* end */

.pricing {
    padding: 100px 10px;
    background: url('../images/header/price.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 10px;
}

.portfolioimg img {
    height: 100%;
    max-height: 400px;
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    margin: 30px auto;
    transition: all 3.5s;
    width: 100%;
    max-width: 400px;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
    border-radius: 20px;
    -webkit-transition: all 3.5s;
    -moz-transition: all 3.5s;
    -o-transition: all 3.5s;
    transition: all 3.5s;

}

.portfolioimg img:hover {
    -o-object-position: center bottom;
    object-position: center bottom;
    cursor: pointer;
    transition: all 3.5s;
    -webkit-transition: all 3.5s;
    -moz-transition: all 3.5s;
    -o-transition: all 3.5s;
    transition: all 3.5s;
}

.portfolioContent h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #175b94;
}

.pricing-table .ptable-single {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pricing-table .ptable-header,
.pricing-table .ptable-body,
.pricing-table .ptable-footer {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.pricing-table .ptable-status,
.pricing-table .ptable-title,
.pricing-table .ptable-price,
.pricing-table .ptable-description,
.pricing-table .ptable-action {
    position: relative;
    width: 100%;
    text-align: center;
}

.pricing-table .ptable-single {
    background: #f6f8fa;
    height: 100%;
    min-height: 580px;
    max-height: 580px;
    position: relative;
    border-radius: 10px;
}

.pricing-table .ptable-single:hover {
    box-shadow: 0 0 10px #999999;
}

.pricing-table .ptable-header {
    width: 100%;
    padding: 30px 0 45px 0;
    width: auto;
    background: linear-gradient(83.49deg, #0D1115 0.12%, #3e949e 101.75%);
}

.pricing-table .ptable-header::before,
.pricing-table .ptable-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #f6f8fa;
}

.pricing-table .ptable-header::before {
    right: 50%;
    border-right: 250px solid transparent;
}

.pricing-table .ptable-header::after {
    left: 50%;
    border-left: 250px solid transparent;
}

.pricing-table .ptable-item.featured-item .ptable-header {
    background: linear-gradient(83.49deg, #0D1115 0.12%, #3e949e 101.75%);
}

.pricing-table .ptable-status {
    margin-top: -30px;
}

.pricing-table .ptable-status span {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    padding: 5px 0;
    text-align: center;
    color: #FF6F61;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    background: #2A293E;
}

.pricing-table .ptable-status span::before,
.pricing-table .ptable-status span::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #FF6F61;
}

.pricing-table .ptable-status span::before {
    right: 50%;
    border-right: 25px solid transparent;
}

.pricing-table .ptable-status span::after {
    left: 50%;
    border-left: 25px solid transparent;
}

.pricing-table .ptable-title h2 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.pricing-table .ptable-price h2 {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin-left: 15px;
}

.pricing-table .ptable-price h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 300;
    margin-top: 16px;
    margin-left: -15px;
}

.pricing-table .ptable-price h2 span {
    margin-left: 3px;
    font-size: 16px;
    font-weight: 300;
}

.pricing-table .ptable-body {
    padding: 20px 0;
}

.pricing-table .ptable-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-table .ptable-description ul li {
    color: #2A293E;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 7px;
    font-weight: 700;
    border-bottom: 1px solid #dedede;
}

.pricing-table .ptable-description ul li:last-child {
    border: none;
}

.pricing-table .ptable-footer {
    padding-bottom: 30px;
    position: absolute;
    bottom: 0;
}

.pricingContect h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.feature-card-header .card {
    background-color: transparent;
    border-bottom: 30px solid #4b8bc1;
    border-radius: 20px;
}

.feature-card-header .card-header {
    background: linear-gradient(213deg, #175b94, #5191c6);
    background-color: transparent;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: 20px 20px 0 0;
}

.feature-card-header .card-header p {
    color: #fff;
    margin: auto 30px;
    font-weight: 700;
}

.feature-card-header .card-header p span {
    color: #043157;
}

.fetures-ul {
    position: relative;
    background: linear-gradient(213deg, #175b94, #5191c6);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #262530;
    border-radius: 10px;
    padding: 20px 0;
    z-index: 999;
    bottom: 0px;
    left: -30px;
    height: 100%;
}

.fetures-ul button {
    background-color: #fff;
    color: #262530;
    z-index: 9;
    position: relative;
    margin-left: -30px;
    font-weight: 600;
    border-radius: 10px;
}

.fetures-ul ul img {
    position: absolute;
    left: 9px;
    width: 100%;
    max-width: 15px;
    margin: 13px auto;
    z-index: 9 !important;
}

.fetures-ul ul:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50px;
    bottom: 50px;
    left: 15px;
    border-left: 3px solid #262530;
}

.fetures-ul ul li {
    color: #fff;
    font-size: 0.9rem;
    padding: 10px 0;
    cursor: pointer;
    transition: 1.2s;
    list-style: none;
    font-weight: 700;
    width: 100%;
}

.tabcontent {
    padding: 30px 50px;
    padding-left: 0;
    color: #000;
}

.tablinks.active {
    background-color: #fff;
    color: #262530;
    z-index: 9;
    position: relative;
    margin-left: -30px;
    font-weight: 700;
    border-radius: 10px;
    list-style: none;
    padding: 10px;
    left: -40px;
    transition: 1.2s;
    filter: drop-shadow(2px 4px 6px black);
    padding-left: 30px;
}

.tabcontent h3 {
    border-left: 5px solid #3375ac;
    border-radius: 6px;
    margin: 10px auto 30px;
    padding: 0 10px;
    font-weight: 600;
    color: #3375ac;
    font-size: 1.5rem;
}

.tablinks:hover {
    background-color: rgb(255, 255, 255);
    color: #262530;
    z-index: 9;
    position: relative;
    margin-left: -70px;
    border-radius: 10px;
    list-style: none;
    padding: 10px;
    transition: 1.2s;
    filter: drop-shadow(2px 4px 6px black);
    padding-left: 30px;
}


.tablinks:hover::before,
.tablinks.active:before {
    content: "\f192";
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #3375ac;
    position: absolute;
    top: 10px;
    left: 10px;
}

.faqsHeading h2 {
    font-size: 3rem;
    font-weight: 600;
}

.testimonialsContent h2 {
    font-size: 3rem;
    font-weight: 600;
}

.testimonialsSlider .card {
    background: linear-gradient(213deg, #175b94, #5191c6);
    border: none;
    width: 100%;
    max-width: 90%;
    margin: auto;
    color: #fff;
}

.testimonialsSlider .card .card-body {
    padding: 40px 20px;
    text-align: center;
}

.testimonialsSlider .card .fa-quote-left {
    font-size: 2rem;
    color: #4f8fc4;
    margin-bottom: 15px;
}

.testimonialsSlider .slick-track {
    height: 100%;
    min-height: 430px;
    margin-top: 20px;
}

.testimonialsSlider {
    position: relative;
}

.slick-dots {
    bottom: 30px !important;
    margin-bottom: 0 !important;
}

footer {
    background: linear-gradient(83.49deg, #0D1115 0.12%, #3e949e 101.75%);
    display: block;
    padding: 40px 10px;
}

footer a {
    text-decoration: none;
}

.footerSocialLinks ul {
    display: flex;
    list-style: none;
    padding: 0;
}

.footerSocialLinks ul li {
    margin-top: 20px;
    margin-right: 20px;
}

.footerSocialLinks ul li a {
    color: #fff;
}

.footerLinks h4 {
    color: #fff;
}

.footerLinks ul {
    list-style: none;
    color: #fff;
    padding: 0;
}

.footerLinks ul li a {
    text-decoration: none;
    color: #fff;
}

.footerSocialLinks img {
    width: 100%;
    max-width: 135px;
    margin-top: 20px;
}

.footerLinks ul li {
    margin-bottom: 15px;
}

.navbar-toggler {
    filter: invert(1);
}


.btn-close {
    filter: invert(1);
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-content {
    background: transparent;
    filter: drop-shadow(2px 4px 6px black);
}

section.freeConsultation {
    background: url('../images/consultation/consultationBg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 10px;
    color: #fff;
}

.freeConsultationMainBg {
    background: rgb(78 143 196 / 24%);
    padding: 60px 10px;
    filter: drop-shadow(2px 4px 6px black);
    border-radius: 10px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(10px);
}

.thnakYouMainBg {
    background: url('../images/thank-you/mainBg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.thnakYouMainBg .card {
    transform: translate(0px, -50%);
    background: rgb(2, 2, 2, 87%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 20px;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    margin: auto;
}

.getAFreeQuote:hover {
    cursor: pointer;
}

.row.mobilePadding {
    padding-left: 40px;
}

.emailError,
#error3,
#modalError,
#modalStandardError{
    font-size: 14px;
    margin: 0.25em 0;
    color: #ff0000;
    -webkit-transition: text 0.5s ease-in-out;
    -o-transition: text 0.5s ease-in-out;
    transition: text 0.5s ease-in-out;
}

.ValidationError {
    background: rgba(255, 0, 0, 0.5);
    position: fixed;
    top: 80px;
    z-index: 9999;
    width: 50%;
    left: 0;
    right: 0;
    margin: auto !important;
    color: #fff !important;
    text-align: center;
    padding: 10px;
    display: block;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    right: 0;
}

.hide{
    background: transparent;
    opacity: 0;
    display: none;
    height: 0;
    width: 0;
}

.text {
  display: block;
  color: #000;
  font-weight: 300;
  font-style: italic;
  padding: 5px;
}

.videoAnimations h2 {
    font-size: 2.5rem;
}

.crmWebToEntityForm {
    background: linear-gradient(45deg, #0c606b, #0e2131) !important;
    padding: 20px;
    border-radius: 10px;
}

#crmWebToEntityForm.zcwf_lblLeft *{
    width: 100% !important;
}

input[type="text"],
textarea{
    width: 100% !important;
    padding: 5px !important;
}


input.zcwf_button {
    background: transparent;
    font-size: 1rem !important;
    padding: 5px 20px !important;
}

.formsubmit {
    background: linear-gradient(83.49deg, #0D1115 0.12%, #3e949e 101.75%) !important;
    background-repeat: no-repeat;
    border: 1px solid transparent !important;
    border-radius: 10px !important;
    padding: 5px 20px !important;
    font-size: 1rem !important;
    transition: 1s;
}

input.zcwf_button:hover,
.formsubmit:hover {
    background: linear-gradient(83.49deg, #3e949e 0.12%, #0D1115 101.75%) !important;
    border: 1px solid transparent !important;
    transition: 1s;
}

.zcwf_title {
    text-align: center;
    font-size: 1.5rem;
    color: #28a8da !important;
}
/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}