@font-face {
  font-family: BricolageGrotesque-Light;
  src: url("./fonts/BricolageGrotesque-Light.woff");
}
@font-face {
  font-family: BricolageGrotesque-Regular;
  src: url("./fonts/BricolageGrotesque-Regular.woff");
}

@font-face {
  font-family: BricolageGrotesque-Bold;
  src: url("./fonts/BricolageGrotesque-Bold.woff");
}
a {
  text-decoration: none !important;
  color: inherit !important;
}
h1 {
  font-size: 68px !important;
  line-height: 74px;
  font-family: BricolageGrotesque-Regular;
}
h2 {
  font-size: 50px !important;
  line-height: 58px;
  font-family: BricolageGrotesque-Regular;
}
h3 {
  font-size: 38px !important;
  line-height: 46px;
  font-family: BricolageGrotesque-Regular;
}
.h3 {
  font-size: 38px !important;
  line-height: 46px;
}
.h6{
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}
h4 {
  font-size: 28px !important;
  line-height: 36px;
  font-family: BricolageGrotesque-Regular;
}
.p10 {
  font-size: 10px !important;
  color: #ff3f3f;
  font-family: BricolageGrotesque-Bold !important;
}
.p12 {
  font-size: 12px !important;
  line-height: 16px;
  font-family: BricolageGrotesque-Regular !important;
}
.p16,
.p16E {
  font-size: 16px !important;
  line-height: 20px;
  font-family: BricolageGrotesque-Regular !important;
}
.p18-bold{
  font-size: 18px !important;
  line-height: 20px;
  font-weight: 600;
  font-family: BricolageGrotesque-Regular !important;
}
.p18 {
  font-size: 18px !important;
  line-height: 20px;
  font-family: BricolageGrotesque-Regular !important;
}
.p18E {
  font-size: 18px !important;
  line-height: 20px;
  font-family: BricolageGrotesque-Regular !important;
}
.p21-1 {
  font-size: 21px !important;
  line-height: 29px;
  font-family: BricolageGrotesque-Regular !important;
}
.p21 {
  font-size: 21px !important;
  line-height: 29px;
  font-family: BricolageGrotesque-Bold !important;
}

.p25-1 {
  font-size: 25px !important;
  line-height: 29px;
  font-family: BricolageGrotesque-Regular !important;
}

.padd24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.padd32 {
  padding: 32px;
}
.paddt24 {
  padding-top: 24px;
}
.padd40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padd80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.paddb80 {
  padding-bottom: 80px;
}

.btn_2:hover,
.btn_3:hover {
  background: #0000d1;
  color: #ffffff !important;
}

.btn_1:hover{
  background: #181a20;
  color: #ffffff !important;
}
.btn_3:hover .imgLogin {
  content: url("./images/login-white.svg");
}
.btn_1 {
  background: #0000d1;
  color: #ffffff!important;
  padding: 24px;
  border-radius: var(--radius-4xl);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.btn_2 {
  background: #ffffff;
  color: #181a20 !important;
  padding: 8px 24px 8px 24px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.btn_3 {
  border: 1px solid #181a20;
  background: white;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.box {
  background: #cacafc;
  padding: 24px;
  margin: 0px 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.border-g{
  border: solid #4ADE80;
}
.color-g{
  color:#4ADE80;
}
.border-y{
  border: 3px solid #facc15;
}
.color-y{
  color:#facc15;
}
.border-b{
  border: solid #3b82f6;
}
.color-b{
  color:#3b82f6;
}

.bg-r{
  background-color: #ef4444;
}

.bg-y{
  background-color:#facc15;
}

.bg-g{
  background-color:#4ADE80;
}

.bg-chart-g{
  background-color:#22c55e;
}

.bg-gray{
  background-color:#e5e7eb;
}

.text-blue{
  color:#0000ff;
}
.text-green{
  color:#22c55e;
}
.text-red{
  color:#ef4444;
}

.end-icon,
.middle-icon {
  opacity: 1;
  top: 120%;
  transition: opacity 0.4s;
  top: 120%; 
  left: 50%; 
  transform: translateX(-50%);
}
.end-icon-img{
  margin-left: 43%;
}

.end-icon.hide,
.middle-icon.hide {
  opacity: 0;
}

.prog-bar{
    top: 15%;
    clip-path: inset(0px 138px); 
  }
.get-cora-btn,
.get-cora-btn-lg{
  margin-top: 150px;
}

@media (max-width:980px) {
   .prog-bar{
    top: 9%; 
    clip-path: inset(0px 60px);
  }
  .get-cora-btn{
    margin-top: 100px;
  }
  .get-cora-btn-lg{
    margin-top: 240px;
  }
  
  .end-icon-img{
    margin-left: 36%;
  }
}

@media (max-width:780px) {
  .prog-bar{
    display: none;
  }
  .get-cora-btn{
    margin-top: 50px;
  }
  .get-cora-btn-lg{
    margin-top: 250px;
  }
  .end-icon,
  .middle-icon {
    display: none; 
  }
}

.gray-square-card {
    height: 9rem; /* h-36 */
    background-color: #e5e7eb; /* bg-gray-800 */
    border-radius: 0.5rem; /* rounded-lg */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #374151; /* border-gray-700 */
    transition: all 300ms ease-in-out; /* transition-all duration-300 */
}

.gray-square-card:hover {
    border-color: #3b82f6; /* hover:border-blue-400 */
}


.background-element {
    position: absolute;
    transition: transform 0.4s ease-in-out; 
    width: 12rem;
    border: 2px dashed #0074D9; 
    opacity: 0.3; 
    border-radius: 6px; 
    padding: 12px; 
    height: 4rem;
    z-index: -1;
}
.gray-bar {
    background-color: #e5e7eb; 
    height: 0.5rem; 
    width: 100%; 
    border-radius: 0.375rem;
}

.card-4-hover:hover .background-element {
    transform: scale(1.35) translateY(-30px); 
}

.group:hover .gray-bar {
    background-color: #d1d5db; /* bg-gray-300 al hacer hover */
}

.features-card {
    margin-top: 20px;
    padding: 12px;
    border-radius: 0.5rem; 
    background-color: var(--card-bg, #ffffff); 
    color: var(--card-text, #333333);
    border: 1px solid #e5e7eb; 
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 
    transition: box-shadow 0.3s ease-in-out;
}

.features-card:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15); 
}

.green-bar {
  transition: width 0.5s ease-in-out; 
}

.green-bar-2 {
  transition: width 0.5s ease-in-out; 
}
    
.group:hover .green-bar {
  width: 100% !important;
}

.group:hover .green-bar-2 {
  width: 75% !important;
}

.file-icon,.chart-img {
    transition: transform 0.4s ease-in-out; 
}

.card-2-hover:hover .chart-img {
    transform: translateY(-30px); 
}

.card-4-hover:hover .file-icon {
    transform: scale(1.35) translateY(-30px) ; 
}
.img-c-2{
  width: 250px;
  padding-top: 50px;
  padding-bottom: 40px;
}
.img-c-4{
  width: 100px;
  padding-top: 50px;
  padding-bottom: 40px;
}

@media (max-width:980px) {
  .card-4-hover:hover .file-icon {
    transform: scale(1.45) translateY(-10px) ; 
  }
  .img-c-4{
  width: 80px;
  padding-top: 40px;
  padding-bottom: 40px;  
  }
  .background-element{
    transform: scale(0.9);
  }
  .card-4-hover:hover .background-element {
    transform: scale(1) translateY(-20px) ; 
  }
}

.chart-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 250px;
  padding: 20px;
}

.stacked-bar {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 60px;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.segment {
  width: 100%;
  transition: flex 0.6s ease-in-out;
}

.segment-r1 {
  flex: 3;
}
.segment-y1 {
  flex: 2;
}
.segment-g1 {
  flex: 1;
}

.group:hover .segment-r1 {
  flex: 1;
}
.group:hover .segment-y1 {
  flex: 2;
}
.group:hover .segment-g1 {
  flex: 3;
}

.segment-r2 {
  flex: 3;
}
.segment-y2 {
  flex: 1;
}
.segment-g2 {
  flex: 1;
}

.group:hover .segment-r2 {
  flex: 1;
}
.group:hover .segment-y2 {
  flex: 2;
}
.group:hover .segment-g2 {
  flex: 3;
}

.segment-r3 {
  flex: 1;
}
.segment-y3 {
  flex: 4;
}
.segment-g3 {
  flex: 1;
}

.group:hover .segment-r3 {
  flex: 1;
}
.group:hover .segment-y3 {
  flex: 2;
}
.group:hover .segment-g3 {
  flex: 3;
}

.segment-r4 {
  flex: 2;
}
.segment-y4 {
  flex: 2;
}
.segment-g4 {
  flex: 2;
}
.mt-sm{
  margin-top: .5rem;
}
@media (max-width: 980px) {
  .mt-sm{
  margin-top: 1.5rem;
}
}

.group:hover .segment-r4 {
  flex: 1;
}
.group:hover .segment-y4 {
  flex: 2;
}
.group:hover .segment-g4 {
  flex: 3;
}
#azure-orb,
#aws-orb,
#google-cloud-orb{
  top: 0px; 
  left: 0px;
  
}

.orb-rounded {
    object-fit: cover;
    object-position: center;
}

.gradient-background {
    background: linear-gradient(45deg, #facc15, #ff9800, #e65100);
}
.orb{
  width: 84px; 
  height: 84px;
}
.main-orb{
 transform: translateY(0px)
}

.img-colored {
    filter: invert(100%);
}


.client-card {
    border-radius: 0.5rem; 
    background-color: var(--bg-card, #ffffff); 
    color: var(--text-card-foreground, #333333); 
    border: 1px solid #e5e7eb;  
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    width: 400px;
    height: auto;
    padding: 30px;
    border-radius: 30px;
}
@media (max-width: 980px) {
  .client-card {
    width: 680px;
  }
  .main-orb{
  transform: translateY(+70px)
  }
  .orb{
  width: 64px; 
  height: 64px;
}

}

@media (max-width: 740px) {
  .client-card {
    width: 380px;
  }
}

.faq-card {
    border-radius: 0.5rem; 
    background-color: var(--bg-card, #ffffff); 
    color: var(--text-card-foreground, #333333); 
    border: 2px solid #e5e7eb;  
    height: auto;
    padding: 20px;
    border-radius: 10px;
}

.accordion-button:focus {
  border-color: none;
  box-shadow: none;
  background-color: none; 
}

.insta-logo,
.linkedin-logo {
    width: 29px;
    height: auto;
}

.last-footer {
    display: flex;
    margin-top: 2rem;
    padding-top: 2rem; 
    border-top: 1px solid #E5E7EB;
}

.footer-link {
    cursor: pointer;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #0000ff;
}


.box0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 38px !important;
    line-height: 46px;
    font-family: BricolageGrotesque-Regular;
  }
  h3 {
    font-size: 28px !important;
    line-height: 36px;
  }
  .h3 {
    font-size: 21px !important;
    line-height: 29px;
  }
  .p21 {
    font-size: 16px !important;
    line-height: 20px;
  }
  .p16,
  .p18,
  .p21-1 {
    font-size: 12px !important;
    line-height: 16px;
  }
  .padd80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/****Navbar***/
nav {
  height: 84px;
  display: flex;
  align-items: center;
}
nav li {
  list-style: none;
}
nav ul {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  nav li {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
  }
  .nav__a {
    display: inline-block !important;
  }
}
/*********/
.div__img_line {
  width: 62%;
}

.img-black-and-white {
  filter: grayscale(100%);
}

.table-logos-desktop{
  display:block;
}

.table-logos-mobile{
  display:none;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-width {
  height: auto;
  width: 98%; 
  object-fit: cover;
}

.render_img {
  max-width: 280px;
  height: 80px;
}

.one_drive {
  max-width: 225px;
  height: 38px;
}

.cora-logo {
  width: 80%;
}

.aws-logo {
  width: 200px;
}

.azure-logo {
  width: 240px;
}

.google-cloud-logo {
  width: 280px;
}

.linkedin-logo {
  width: 28px;
}
/*----------Movil logos------------*/
@media (max-width:640px) {
  .fixed-width {
    height: auto;
    width: 80%; 
    object-fit: cover;
  }
  .table-logos-desktop{
    display:none;
  } 
  .table-logos-mobile{
    display:block;
  } 
  .cora-logo { 
    max-width: 200px;
  }
  .aws-logo {
    width: 80px;
  }
  .azure-logo {
    width: 100px;
  }
  .google-cloud-logo {
    width: 120px;
  }
}

/* ----------Cards movil------------ */
.color-scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #d3d3d3;
  border-radius: 10px;
}

.color-scroll::-webkit-scrollbar-thumb {
  background: #181a20;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .box {
    min-height: 254px;
  }
  .box0 {
    padding: 0px;
  }

  .render_img {
    max-width: 230px;
    height: 125px;
  }
  .one_drive {
    height: 38px;
  }
}

/* ----------------------------------- */
@media (max-width: 991px) {
  .div__img_half {
    display: flex;
    justify-content: end;
  }
  .div__img_half:nth-child(1) {
    display: flex;
    justify-content: start;
    padding-top: 24px;
  }
  .div__img_half img {
    width: 80%;
  }
  .imgLogin {
    content: url("./images/login-white.svg");
  }
}
/**Formulñario***/

.border1 {
  border-bottom: 1px solid #181a20;
}
legend {
  padding: 5px 10px;
}

input {
  margin: 5px;
  border: none;
}
.form-select {
  border: none;
}
.form-select:focus {
  border: none;
  box-shadow: none;
}
hr {
  color: #ffffff;
}
input.invalid,
.invalid {
  border: 1px solid red !important;
}

/*****ADVANTAGES CARD***/
.box-card {
  width: 300px;
  height: auto;
  padding: 20px;
  border-radius: 20px; /* Borde redondeado */
}
.yellow {
  border: 2px solid #ffb550;
  background-color: #ffdcaa; 
}
.blue{
  border: 2px solid #5574fe;
  background-color: #b5d2fe; 
}
.purple{
  border: 2px solid #c654fe;
  background-color: #dbb2ff; 
}
.box-space{
  box-sizing: border-box;
  background-clip:padding-box;
}
.mobile{
  display: none;
}
.desktop{
  display: block;
}
@media (max-width: 640px) {
  .mobile{
    display: block;
  }
  
}
@media (max-width: 765px){
  .desktop{
    display: none;
  }
}
/*****Animaciones*****/
/**Cajas**/
.left_1,
.right_1,
.left_1_sm,
.left_1_1_sm,
.right_1_sm,
.left_1_1,
.right_1_1,
.left_2,
.right_2,
.left_3,
.right_3,
.left_4,
.right_4,
.left_5,
.right_5 {
  visibility: hidden;
}
.boxleft {
  animation: entriesleft 1s ease-in-out forwards;
}
.boxright {
  animation: entriesright 1s ease-in-out forwards;
}


@keyframes entriesleft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;

  }
}

@keyframes entriesright {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
/**Numeros**/
