.rounded-left-corners {
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}

@media (min-width: 300px) and (max-width: 991px) {
  .rounded-left-corners {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

section {
  /*background-image: url("Design ISSIRMAX.png");*/
  /*opacity: 0.2;*/
}

.bg-section {
  /*background-image: url("Design ISSIRMAX.png");*/
  /*opacity: 0.2;*/
}

.bg-section {
  background-image: url("../../assets/img/contact/contacto.png");
  background-repeat: no-repeat;
  background-size: cover, cover;
  background-position: center;
}

/* 
.bg-section:before {
  background-image: url("../../assets/img/contact/contacto.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
} */

@media (min-width:300px) and (max-width:991px) {
  .bg-section:before {
    position: relative;
  }
}

.bg-section .contenido {
  position: relative;
  z-index: 1;
}

.img_uiux {
  width: 45%;
  position: relative;
}

.font-color-azul-oscuro {
  color: #050A30;
}

.font-color-gris {
  color: #ADACB8;
}

.header-background {
  background-color: #f7f8f9;
}

/* .servicios-background {
  background-image: url("../../assets/img/services/servicios_fondo.png"), url("../../assets/img/software-medida/software_a_la_medidaISSIRMAX.jpg");
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: center;
} */

.img-software-medida-servicios {
  background-image: url("../../assets/img/services/servicios_fondo.png"), url("../../assets/img/software-medida/software_a_la_medida.png");
  background-repeat: no-repeat;
  background-size: cover, cover;
  background-position: center;
}

.heading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.rounded-border-div {
  border: 2px solid;
  border-color: #38ff14;
  border-radius: 50px;
  padding: 10px;
}

.gradient-border-div {
  background: linear-gradient(#f7f8f9 , #f7f8f9 ) padding-box, linear-gradient(to right, blue, yellow) border-box;
  border: 2px solid transparent;
  border-radius: 50px !important;
  padding: 8px;
}

@media (min-width: 1800px) {
  col-xxxl-5 {
    width: 30%;
    flex: 0 0 auto;
  }
}

