header .menu .menu-item a {

  color: #03c7f4;
}

header.scrolled .menu {
  background: #03c7f4;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}


section#servicios-empresas {
    background: #03c7f4;
    overflow: hidden;
    padding: 80px 0;
    text-align: center;
    color: white;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
    section#servicios-empresas .section-subtitle {
      font-family: 'Monsterrat', sans-serif;
      color: white;
      font-size: 12px;
      margin-bottom: 35px; }
    section#servicios-empresas .section-title {
      font-family: 'Monsterrat', sans-serif;
      color: white;
      font-size: 42px;
      margin-bottom: 20px; }
    section#servicios-empresas .section-text {
        color: white;
      font-size: 18px;
      line-height: 28px;
      width: 70%;
      margin: 0 auto 40px; }
    section#servicios-empresas .slick-dots {
      bottom: -5px; }
    section#servicios-empresas .servicio {
      float: left;
      width: 31%;
      margin: 0 1% 20px; }
      section#servicios-empresas .servicio .servicio-image {
        width: 60px;
        height: 60px;
        display: inline-block;
        margin-bottom: 15px; }
      section#servicios-empresas .servicio .servicio-name {
        font-family: 'Monsterrat', sans-serif;
        color: white;
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 5px;
        text-transform: uppercase;
        font-weight: 400; }
      section#servicios-empresas .servicio .servicio-text {
        font-family: 'Monsterrat', sans-serif;
        color: white;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px; }
      @media all and (max-width: 720px) {
        section#servicios-empresas .servicio {
          width: 100%;
          margin: 0 0 20px; } }
    section#servicios-empresas .column.column-1 {
      width: 100%;
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px; }
    section#servicios-empresas .text {
      color: #414042;
      font-size: 19px;
      line-height: 30px;
      letter-spacing: 0.3px; }
      section#servicios-empresas .text a {
        color: #8D8F92; }
    section#servicios-empresas .arrow-down {
      position: absolute;
      bottom: 0px;
      text-align: center;
      background: #2b6ea8;
      padding: 10px;
      left: 50%;
      transform: translateX(-50%);
      cursor: pointer; }
    @media all and (max-width: 1280px) {
      section#servicios-empresas .text {
        font-size: 15px;
        line-height: 19px; } }
    @media all and (max-width: 720px) {
      section#servicios-empresas {
        margin-left: 0 !important;
        padding-top: 80px;
        padding-bottom: 30px; }
        section#servicios-empresas .column.column-1 {
          -webkit-column-count: 1;
          -moz-column-count: 1;
          column-count: 1;
          -webkit-column-gap: 20px;
          -moz-column-gap: 20px;
          column-gap: 20px; }
        section#servicios-empresas .text {
          font-size: 15px;
          line-height: 20px; } }

          
#title {
text-align: center;
min-height: 50vh;
background: white;
}
#title img{
    width: 60%;
    margin: 100px auto;
    max-width: 800px;
}

section#info .background {
  background: url(/assets/empresas/first.jpeg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
section#info .section-title {
  margin-top: 70px;
  margin-top: 20px;
}
section#info.background-blue {
    background: #1f4e79;
    height: 75vh;
}

section#info.background-blue .section-text{
    color: white;
    font-size: 30px;
    line-height: 38px;
    width: 100%;
    max-width: 640px;
    margin: 0 auto 40px;
    background: #2c6ea8;
    /*background: #03c7f4;*/
    font-family: 'Monsterrat', sans-serif;
    
    padding: 20px;
    border-radius: 0px;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 0px rgb(0 0 0 / 50%);
    border-radius: 0 40px 40px 40px;
}

section#info.background-blue .section-text strong {
  font-weight: bold;
}

section#two-columns {
  padding: 80px 0;
  background: white;
  overflow: hidden;
}

section#two-columns .column-left {
  float: left;
  width: 35%;
}

section#two-columns .column-left h3 {
  color: #1f4e79;
  font-size: 2.4rem;
  line-height: 2.7rem;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  text-align: right;
} 

section#two-columns .column-left img {
  float: right;
  width: 237px;
}

section#two-columns .column-right h5 {
  color: #1f4e79;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2rem;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
} 
section#two-columns .column-left h3 span {
  color: #00c7f4;
}

section#two-columns .column-right {
  float: right;
  width: 60%;
  padding: 30px;
  border-radius: 30px 30px 30px 0;
  background: #00c7f4;
}

section#two-columns .column-right p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: white;
}




section#beneficios {

  background: white;
  padding: 0px ;
  overflow: hidden;
}


section#beneficios .section-title {
  font-family: 'Monsterrat', sans-serif;
  color: #00bde7;
  font-size: 42px;
  margin-bottom: 40px; 
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
  border-top: 2px dashed #00bde7;
  padding-top: 80px;
}

section#beneficios .text-item.text-item-1{
  width: 100%;
  padding: 30px;
  border-radius: 50px 20px 50px 20px;
  background: #00c7f4;
  color: white;
  font-size: 2rem;
  text-align: right;
}

section#beneficios .text-item.text-item-2{
  /*float: right;*/
  clear: both;
  width: 100%;
  padding: 30px;
  border-radius: 50px 0px 0px 50px;
  background: #00aced;
  color: white;
  font-size: 2rem;
  text-align: right;
  margin-top: 0px;
}


section#beneficios .text-item.text-item-3{
  clear: both;
  width: 100%;
  padding: 30px;
  border-radius: 20px 50px 20px 50px;
  background: #2c6ea8;
  color: white;
  text-align: right;
  font-size: 2rem;
  margin-top: 0px;
  float: left;
  min-height: 80px;
  min-height: 124px;
}

section#beneficios {
  padding: 0px 0;
}
section#beneficios .section-text {
  float: left;
  width: 49%;
}

section#beneficios .section-right {
  float: right;
  width: 49%;
}
section#beneficios .section-right img{  
  display: inline-block;
  vertical-align: middle;
}

section#facil-rapido {

  background: #2c6ea8;
  padding: 50px ;
  overflow: hidden;
}

section#facil-rapido .section-title {
  font-family: 'Monsterrat', sans-serif;
  color: white;
  font-size: 42px;
  margin-bottom: 40px; 
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  border-top: 2px dashed #00bde7;
  padding-top: 40px;
}


section#facil-rapido .text-item{
  float: left;
  width: 49%;
  padding: 30px;
  border-radius: 0px 30px 30px 30px;
  background: #00aced;
  color: white;
  font-size: 2rem;
  text-align: right;
  margin-bottom: 20px;
}

section#facil-rapido .text-item-text {
  font-size: 16px;
  padding: 5px 0;
  line-height: 18px;
  min-height: 46px;
  min-height: 64px;
}

section#facil-rapido .text-item-text.text-item-text-short {
  width: 90%;
}
section#facil-rapido .text-item.text-item-1 .text-item-text,
section#facil-rapido .text-item.text-item-3 .text-item-text{
  float: left;
}

section#facil-rapido .text-item.text-item-1,
section#facil-rapido .text-item.text-item-3{
  float: left;
}


section#facil-rapido .text-item.text-item-2,
section#facil-rapido .text-item.text-item-4{
  float: right;
  text-align: left;
}


section#facil-rapido .text-item.text-item-2 {
  border-radius: 30px 0px 30px 30px;
}

section#facil-rapido .text-item.text-item-3 {
  border-radius: 30px 30px 30px 0px;
}

section#facil-rapido .text-item.text-item-4 {
  border-radius: 30px 30px 0px 30px;
}


.saturate {
  filter: saturate(300%); 
}

.invert {
  filter: invert(1);
}

.text-item-image {
  float: left;
  width: 20%;
  margin-right: 5%;
  text-align: center;
}
.text-item-colum {
  float: left;
  width: 70%;
  text-align: left;
}

.text-item-image img{
  width: auto;
  height: 70px;
}


.text-item-3{
  clear: left;
}

.text-item-4 img {
  height: 80px !important;
}


.text-item-line { 
  width: 70px;
  height: 4px;
  background: #2b6ea8;
  margin: 12px 0 10px;

}


.text-item-colum .text-item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

section#calidad {
  padding: 80px 0px;
  background: white;
  overflow: hidden;
}

section#calidad .column-left{
    float: left;
    width: 38%;
}

section#calidad .column-right{
    float: right;
    width: 58%;    
}

section#calidad img {
  border-radius: 20px;
}

section#calidad .section-title {
  font-family: 'Montserrat', sans-serif;
  color: #00bde7;
  font-size: 42px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 30px;
}

section#calidad .section-subtitle {
  font-family: 'Roboto', sans-serif;
  color: #2c6ea8;
  font-size: 32px;
  margin-bottom: 40px; 
  text-align: left;
  font-weight: bold;
  margin-bottom: 40px;
  border-bottom: 2px dashed #00bde7;
  padding-bottom: 40px;
}

section#calidad .section-text {
  font-family: 'Roboto', sans-serif;
  color: #2c6ea8;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px; 
  text-align: left;
  
} 

section#contacto textarea, section#contacto input {
  width: 90%;
}

.form-contacto {
  padding: 30px;
}

section#contacto .text {
  color: #1f4e79;
  font-family: 'Montserrat';
}

section#contacto .text img{
  margin-bottom: 100px;
}

section#contacto .text h3{
  font-weight: bold;
  margin-bottom: 100px;
  font-size: 1.2rem;
}

section#contacto .text .info-contact{
  font-size: 1.3rem;
  line-height: 1.3rem;
}


section#contacto .column.column-2 {
  float: left;
  padding: 40px 0;
}
section#contacto .column.column-2.background {
  background: #2c6ea8;
}
/*section#contacto .column.column-2.left {
  padding-left: 7.5%;
}
section#contacto .column.column-2.right {
  padding-right: 7.5%;
}*/

section#contacto {
  background: none;
  padding: 0;
}

footer {
  display: none;
}

@media all and (max-width:768px) {


  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }


  section#beneficios {

    padding: 40px 0px ;
    
  }
  #title {
    min-height: 20vh;
  }
  #title img {
      width: 90%;
      margin: 50px auto 20px ;
      max-width: 90%;
  }

  section#info.background-blue .section-text {
    display: block;
  }

  section#two-columns .column-left {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  section#two-columns .column-left h3 {
    color: white;
  }

  section#info.background-blue .section-text {
    display: block;
    background: none;

    backdrop-filter: blur(5px);
}

  section#two-columns .column-left h3 span {
    color: #00c7f4;
}
  section#two-columns .column-right{
    width: 100%;
    background: none;    backdrop-filter: blur(15px);
    background-size: cover;
    text-align: center;
  }

  section#two-columns {
    background: none;
    position: relative;
  }


  section#two-columns .background {
    backdrop-filter: blur(15px);
    background-size: cover;
    text-align: center;
    background: none;
  }
  section#two-columns .column-left img {
    display: none;
  }
  section#two-columns .column-right h5 {
    color: #1b84c3;
  }
  section#two-columns .column-right p {
    color: white;
  }
  section#two-columns .background {
    background: url('/assets/empresas/crecimiento.avif') center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    z-index: -2;
  }

  section#beneficios .text-item.text-item-1 {
    width: 100%;
    font-size: 1.6rem;
  }

  section#beneficios .text-item.text-item-2 ,
  section#beneficios .text-item.text-item-3 ,
  section#beneficios .text-item.text-item-4 {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 15px;
  }

  section#facil-rapido .text-item.text-item-1,
  section#facil-rapido .text-item.text-item-2,
  section#facil-rapido .text-item.text-item-3,
  section#facil-rapido .text-item.text-item-4 {
    width: 100%;
  }
  section#facil-rapido .text-item .text-item-title {
    font-size: 25px;
  }

  section#calidad .column-left {
    display: none;
  }

  section#calidad .column-right {
    width: 100%;
  }

  section#contacto .wrapper-min {
    display: block !important;
  }

  .text-item-image {
    float: none;
    text-align: center;
    margin: 0 auto;
    width: auto;
  }
  .text-item-colum {
    float: none;
    width: 100%;
      text-align: center;
      margin-top: 20px;
  }
  .text-item-line {
    margin: 12px auto;
  }
  section#facil-rapido .text-item {
    padding: 15px;
  }

  section#beneficios .section-text {
    width: 100%;
    margin-bottom: 20px;
  }

  section#beneficios .section-right {
    width: 100%;
  }
  section#contacto .column.column-2.left,
  section#contacto .column.column-2.right { 
    padding: 20px;
  }

  section#contacto .text img ,
  section#contacto .text h3 {
    margin-bottom: 50px;
  }

  section#two-columns .column-left h3 {
    text-align: center;
  }

  section#two-columns .column-left img {
    float: none;
    display: none;
    margin: 0 auto;
  }



}