.footer_isobar{
  background: #100036;
  color: white;
  padding-bottom: 20px;
}
.footer_isobar a{
  color: white !important;
}
.footer_isobar, .footer__portal ul{
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 8px !important;
}
.footer_isobar, .footer__portal ul li{
  list-style-type: none;
  padding-left: 0 !important;
  margin: 0;
}
.footer_isobar, .footer__portal ul li::before{
  display: none;
  padding-left: 0 !important;
}
.footer_isobar{
  color: white;
}
.footer_isobar h4{
  color: #919191;
  font-size: 18px;
}
.footer__portal h4{
  color: #2f4f4f;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
}
.footer__portal a{
  text-decoration: none;
  color: #0B6FB7;
  line-height: 1.5;
  font-size: 15px;
}

.footer__portal a:hover{
  opacity: .7;
  transition: all .2s;
}

.buttom-signup a{
  color: white;
}

.comm-content-footer{
  padding: 0 !important;
}

.footer__portal{
  background: white;
}

/*flexbox*/
.col {
  padding: 30px;
  margin: 5px 0;
}

/* GENERAL GRID STYLES */

.col {
  flex-basis: 100%;
}

@media screen and (min-width: 980px) {
  .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
 
  .col {
    flex: 1;
  }
 
  .col-05 {
    flex: 0.5;
  }

  .col-10 {
    flex: 1;
  }

  .col-15 {
    flex: 1.5;
  }
  
  .col-20 {
    flex: 2;
  }
  
  .col-25 {
    flex: 2.5;
  }
  
  .col-30 {
    flex: 3;
  }
  
  .col-35 {
    flex: 3.5;
  }

  .col-40 {
    flex: 4;
  }
  
  .col-45 {
    flex: 4.5;
  }
  
  .col-50 {
    flex: 5;
  }
  
  .col-55 {
    flex: 5.5;
  }
  
  .col-60 {
    flex: 6;
  }
  
  .col-65 {
    flex: 6.5;
  }
  
  .col-70 {
    flex: 7;
  }
  
  .col-75 {
    flex: 7.5;
  }
  
  .col-80 {
    flex: 8;
  }
  
  .col-85 {
    flex: 8.5;
  }
  
  .col-90 {
    flex: 9;
  }
  
  .col-95 {
    flex: 9.5;
  }
}

body{-webkit-font-smoothing: antialiased;}

.callus{
  right: 0;
  border-top: 0px;
  border-left: 2px solid #ff0100;
  border-right: 2px solid #ff0100;
  border-bottom: 4px solid #ff0100;
  padding: 11px 12px 5px 12px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 258px;
  margin-right: 20px;
  margin-top: -20px;
  text-align: left;
  position: absolute;
}
.callus p{
  margin: 0;
  color: #fff;
  line-height: 1.3;
  font-size: 15px;
}
.callus p span{
  color: #0B6FB7;
  font-weight: 700;
}
.callus a{
  color: #0B6FB7;
}

.callus a{
  color: #0B6FB7;
}

.masthead{
  background: white !important;
  color: black !important;
  text-shadow: none !important;
}
.masthead .main-title, .masthead .sub-title, .masthead h1, .masthead h2, .masthead h3, .masthead h4, .masthead h5, .masthead p{
  color: black !important;
}

/* Critical CSS for LCP optimization */
.main-title {
  font-family: 'Basier Square', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-display: swap;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 2.5rem;
  text-rendering: optimizeSpeed;
  will-change: auto;
}



.contact-form {
  background: #0B6FB7 !important;
}

/* Estilos para iconos SVG */
.check-icon {
  margin-right: 15px;
  margin-top: 5px;
  flex-shrink: 0;
}

.phone-icon {
  margin-right: 9px;
  vertical-align: middle;
  float: left;
}