/* Estilos para la barra de navegación vertical */
#nav1 {
  top: 0;
  background-color: #493B62;
  height: 24%;
  position: absolute;
  right: 0;
  overflow: auto;
  border-radius: 0px 0px 0px 55px;
}

#img_01{
  position: absolute;
  left: 0px;
  top: 0px;
}

/* Estilos para los enlaces de la barra de navegación vertical */
#nav1 a {
  display: block;
  color: #ffffff;
  padding: 16px;
  text-decoration: none !important;
  opacity: 0.7;
  cursor: pointer !important;
}

/* Estilos para la barra de navegación horizontal */
#nav0 {
  width: 4%;
  background-color: #ffffff;
  height: 50px;
  position: absolute;
  top: 0;
  left: 1%;
}

#nav2 {
  width: 60%;
  background-color: transparent;
  height: 50px;
  position: absolute;
  top: 40px;
  left: 17em;
}

#nav2 a {
    display: inline-block;
    color: #363636;
    padding: 7px;
    text-decoration: none;
}

/* Estilos para el contenido de la página */
.content {
  margin-right: 200px;
  margin-top: 50px;
  padding: 1px 16px;
  height: 1000px;
}
.posicion{
  margin-left: 1%;
}
.texto-titulo{
  font-size: 3em;
  font-family: Montserrat;
  color: #363636; 
  font-weight: bolder !important;
}
.c-im{
  position: relative;
}
.b-im{
  position: relative;
  width: 100%;
  left: 5%;
  z-index: 1;
}
.o-im{
  position: absolute;
  top: 25%;
  width: 30%;
  left: 0;
  z-index: 2;
}
.item{
  margin: 10px;
}
.prods{
  padding-left: 50px;
  padding-right: 50px;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none !important;
    color: grey !important;
}

.owl-prev {
    left: -1.75rem;
}

.owl-next {
    right: 0.5rem;
}

.owl-pagination{
  display: none;
}

.colour{
  background-color: #F5F5F5;
}

.panel{
   height: 350px;
   max-height: 350px;
   box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.15);
}

.img-100{
  height: 70px;
  max-height: 70px;
}

.contacto {
  color: black !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}

.justificar {
  text-align: justify;
  line-height: 23px;
}

.alineacion{
  margin-top: 2%;
}

.panel2{
  box-shadow: 0px 4px 56px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.integracion{
  height: 150px;
  max-height: 150px;
}

.separador{
  padding-right: 1.5em;
  padding-left: 1.5em;
}

.colour2{
  background-color: #EDEAF1 !important;
}

.img-cont {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
}

.img-cont img {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.form input:placeholder{
  font-family: 'Montserrat';
}
.form .titulo-label{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  text-align: justify;
  color: #363636;
}

.texto_tam_menor{
  font-family: 'Montserrat';
  font-style: normal;
  line-height: 23px;
  color: #363636;
}

.img-115{
  height: 115px !important;
  max-height: 115px !important;
}