
.btn--primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.webform-button--submit{
  margin-bottom: 15px;
}
.form-item{
  margin-bottom: 15px;
}
.form-group {
  margin-bottom: 15px;
}
.contextual-region h2{
  display:none;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  color: #606060;
}
.custom-region-header{
  height: 400px!important;
}
.custom-col{
  height: 400px!important;
}
.custom-row{
  height: 400px!important;
}
.custom-container {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 400px!important;
}

.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.custom-col {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}
.row{
  width: 100%;
}
.container-hotline{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px
}
img{
  width: 100% ;
}
@media (max-width: 768px) {
  .container-hotline {
    padding-left: 1rem; 
    padding-right: 1rem;
  }
}
.custom-region-header {
  position: relative;
}

.custom-parallax-container {
  overflow: hidden;
  position: relative;
  height: 400px; /* Ajusta la altura según sea necesario */
}

.custom-parallax-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-parallax-image img{
  object-fit: cover;
  height: 100%;
}

.custom-parallax-size {
  visibility: hidden;
  height: 400px; /* Debe coincidir con la altura del contenedor parallax */
}

.nopadding-right {
  padding-right: 0 !important;

}
.nopadding-left {
  padding-left: 0 !important;

}
@media (min-width: 769px) {
  .col-sm-12 {
    width: 100%;

  }
}
.nopadding-left {
  padding-left: 0 !important;
}
.nopadding-right {
  padding-right: 0 !important;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 24
}
.invisible {
  visibility: hidden;
}
.high-size .parallax_size {
  height: 250px;
}
.parallax-container {
  position: fixed;
  height: 600px;
  width: 100%;
  top: 46px;
  z-index: -1;
}
.parallax-imagen {
  height: 370px;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center;
}
body p {
  margin-bottom: 22px!important;

  line-height: 1.5;
margin: 0 0 10px;
}
.background-azul-claro, .background-62 {
  background-color: #007abb;
}
.btn-more {
  white-space: unset;
  padding: 3px 35px;
  color: white;
  border-radius: 4px!important;
  text-transform: uppercase;
  padding: 6px 30px;
  font-size: 11px;
  font-weight: 600;
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
    color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.form-text {
  display: block;
  width: 100%;
  height: 34px;
  color: #606060;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
textarea.form-textarea {
  height: auto;
}
.form-textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.btn-more:hover {
  color: white;
  opacity: 0.8 !important;
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}
.font20 {
  font-size: 20px;
  
  line-height: 44px;
}

.raleway-bold {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.color-azul-rizobacter {
  color: #004976 !important;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.first-title {
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0px 20px;
  text-transform: uppercase;
  color: #0d4371;
  line-height: 1.5;
}
