/* Add here all your css styles (customizations) */

@font-face {
  font-family: "berlin";
  src: url("../font/Berlin-Sans-FB-Regular.ttf") format("truetype");
}

h2 {
  font-family: "berlin" !important;
}

/* html {
  scroll-behavior: smooth;
} */

.sectionSoluciones {
  cursor: pointer;
}

.banner{
  margin-top: 35px;
}

@media (min-width: 1650px) {
    
    #tabla-form{

        margin-top: -75%;
      }

      #tabla-form2{

        display: none;
      }
}

@media (max-width: 1650px) {
    
    #tabla-form{

        margin-top: -60%;
      }
      #tabla-form2{

        display: none;
      }
}

@media (max-width: 1340px) {
    
    #tabla-form{

        margin-top: -54%;
      }
      #tabla-form2{

        display: none;
      }
}

@media (max-width: 1199px) {
    
    #tabla-form{

        margin-top: -61%;
      }
      #tabla-form2{

        display: none;
      }

      .banner{
        margin-top: 73px;
      }


}

@media (max-width: 1155px) {
    
    #tabla-form{

        margin-top: -59%;
      }
      #tabla-form2{

        display: none;
      }
}

@media (max-width: 1076px) {
    
    #tabla-form{

        display: none;
      }
    #tabla-form2{

        display: block;
      }

    .banner{
        margin-top: 86px;
      }
}


@media (max-width: 767px) {
    
    #tabla-form{

        display: none;
      }
    #tabla-form2{

        display: block;
      }

    .banner{
        margin-top: 100px;
      }
}

@media (max-width: 575px) {
    
    #tabla-form{

        display: none;
      }
    #tabla-form2{

        display: block;
      }

    .banner{
        margin-top: 126px;
      }
}

@media (min-width: 1075px) {
  #beneficios-section h2 {
    margin-top: -80px;
  } 
}

.image-team {
  border-radius: 8px;
}

.image-team {
  height: auto;
}