html, body, .view.jarallax, header {
  height: 100%;
  min-height: 100%;
  color: black;
}
.height-auto {
  min-height: auto;
  height: auto;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Poppins', sans-serif;
}
body.modal-open {
  overflow-y: hidden;
}
header#inicio {
  background: url("../img/banner/inicio.png");
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
header#bg-productos {
  background: url("../img/banner/productos.png");
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: auto;
  min-height: auto;
}
header#bg-farmaceutica {
  background: url("../img/banner/farmaceutica.png");
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}.zoom {
   display:inline-block;
   position: relative;
 }
/* magnifying glass icon */
.zoom:after {
  content:'';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
}
.zoom img {
  display: block;
}
.zoom img::selection {
  background-color: transparent;
}
#margen, .mt-custom {
  margin-top: 74.44px;
}
/* Background */
.bg-container {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 400px;
}
#seccion-inicio {
  height: 500px;
}
.description, .description2, .description3 {
  height: auto;
  padding: 3rem 0 3rem 0;
}
.uno {
  order: 1;
}
.dos {
  order: 2;
}
.dropdown-menu, .dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropright .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover {
  border-radius: 0 !important;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #88898C;
  color: white !important;
}
.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: white;
  box-shadow: unset;
  color: #FF5100 !important;
}
.dropdown-toggle {
  color: white;
}
.navbar .dropdown-menu a {
  color: black;
}
.dropdown .dropdown-menu {
  padding: 0;
}
.dropdown .dropdown-menu .dropdown-item {
  border: 1px solid black;
  overflow: unset;
}
.bg-primary {
  background-color: #FF5100 !important;
}
.bg-secondary {
  background-color: #FFD600 !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-title {
  background-color: #FFD600;
  position: absolute;
  bottom: 4px;
  width: 250px;
  padding: 1rem 0;
  font-weight: bold;
  margin-bottom: 0;
}
.page-section {
  padding: 3rem 0;
}
.text-orange {
  color: #FF5100;
}
.btn, input.waves-button-input {
  font-weight: 700 !important;
  padding: 0.5rem 2rem !important;
  border-radius: .5rem !important;
}
.btn-white-ga input, .btn-yellow-ga input, .btn-black-ga input {
  text-transform: uppercase;
}
.btn-orange-ga, .btn-orange-ga:hover {
  color: white !important;
  background-color: #FF5100 !important;
}
.btn-black-ga, .btn-black-ga:hover {
  color: white !important;
  background-color: black !important;
}
.btn-round {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    padding: 0 !important;
}
.btn-whatsapp {
    background-color: #25d366;
    padding: 1.8rem !important;
}
.card {
  border-radius: unset;
  border: 1px solid rgba(0, 0, 0, 0.7);
}
.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: start;
  height: 100%;
}
.big-image {
  display: flex;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  top: -20px;
}
.big-image2 {
  width: 700px;
}
.container-valores {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px solid;
  padding: 1rem;
}
.container-logos {
  display: flex;
  justify-content: center;
  align-items: flex-end !important;
  width: 250px;
}
.container-logos2 {
  display: flex;
  justify-content: center;
  align-items: flex-end !important;
  width: 50px;
}
.container-icono {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 350px;
  height: auto;
}
.container-icono2 {
  width: 100px;
}
.container-icono3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 100px;
  height: auto;
}
.container-icono4 {
  display: flex;
  width: auto;
}
.icon-container, .icon-container2 {
  display: flex;
  justify-content: center;
}
.icon-container2 .font-weight-normal {
  font-size: .7rem;
}
.container-icono2 img {
  width: 90px;
}
.container-icono3 img {
  width: 100px;
}
.container-icono4 img {
  width: 50px;
  height: 50px;
}
.icon-container2 img {
  width: 80px;
  height: 80px;
}
.container-icono-nosotros {
  display: flex;
  width: 80px;
}
.description {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.description2 {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: black;
}
.description3 {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}
section#nuestros-servicios, section#porque {
  padding: 3rem 0 1.5rem 0;
}
section#nosotros, section#servicios {
  background-color: white;
}
.jarallax-custom {
  min-height: 300px;
}
p > a {
  color: black;
}
hr {
  margin-top: 1rem;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
hr.divider {
  max-width: 15rem;
  border-width: 0.1rem;
  border-color: #FF5100;
}
hr.light {
  border-color: #fff;
}

h2.title {
  letter-spacing: 0.2em;
  padding-bottom: 1.5rem!important;
}
.text-white-75, a.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}
.text-black-75, a.text-black-75 {
  color: rgba(0, 0, 0, 0.75);
}

.map-container-4 {
  overflow:hidden;
  padding-bottom: 20rem;
  position:relative;
  height:0;
}
.map-container-4 iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.special-color-dark {
  background-color: #252525 !important;
}
.navbar.scrolling-navbar.top-nav-collapse {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: white;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: white;
  background-color: black;
}
.navbar-light .navbar-toggler {
  color: black;
  border-color: black;
}
.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link:hover, .navbar.navbar-dark .navbar-toggler, .navbar.navbar-dark form .md-form .form-control {
  color: white;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
#mainNav {
  box-shadow: none;
  background-color: black;
  transition: background-color 0.2s ease;
}
#mainNav.navbar-scrolled {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  background-color: black;
}
#mainNav .navbar-brand {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #212529;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 0;
}
.navbar-toggler {
  border: none;
}
#mainNav a.navbar-brand {
  width: 180px;
}
.bg-image {
  display: flex;
  align-items: center;
  padding-top: 4.3rem;
}
.font-small {
  font-size: .7rem;
}
small {
  color: black;
  font-weight: 300;
}
#contacto-2 {
  margin-top: 73.95px;
}
.title-first, .title-second {
  font-weight: 600;
  line-height: 50px;
}
.title-third {
  font-weight: 600;
  line-height: 25px;
}
footer.page-footer {
  background-color: #262626;
}
button.close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 2rem;
  line-height: 2rem;
  color: #FF5100 ;
  opacity: 1;
}
@media (max-width: 991px) {
  h4.title-first, h4.title-second, h4.title-third {
    font-size: 18px;
    line-height: normal;
  }
  span.dropdown {
    margin-left:  1rem;
  }
}
@media (max-width: 768px) {
  .bg-image {
    display: flex;
    align-items: start;
    padding-top: 6rem;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .description2 {
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
  }
}
@media (min-width: 576px) {
  .h165 {
    height: 165px !important;
  }
}
@media (min-width: 600px) {
  #contacto-2 {
    margin-top: 81.95px;
  }
  #margen, .mt-custom {
    margin-top: 82.44px;
  }
}
@media (min-width: 768px) {
  header#bg-productos {
    height: 100%;
    min-height:  100%;
  }
  .mt-custom {
    margin-top: 0;
  }
  .bg-container {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: auto;
  }
  .description {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .description2 {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: black;
  }
  .description3 {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
  }
}
@media (min-width: 992px) {
  #mainNav {
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav a.navbar-brand {
    width: 200px;
  }
  #mainNav .navbar-brand:hover {
    color: #FF5100;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: white;
    padding: 0 1rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: white;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  #mainNav.navbar-scrolled .navbar-brand {
    color: #212529;
  }
  #mainNav.navbar-scrolled .navbar-brand:hover {
    color: black;
  }
  .icon-container2 .font-weight-normal {
    font-size: 0.8rem;
  }
  footer li {
    font-size: 1.15rem;
  }
  #margen {
    margin-top: 87.82px;
  }
}
@media (max-width: 1025px) and (min-width: 768px) {
  .big-image {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 2099px) {
  #slogan {
    margin-top: 3rem;
  }
}
@media (min-width: 1025px) {
  #slogan {
    padding-top: 3rem;
  }
  .big-image {
    position: absolute;
    top: -115px;
    width: 525px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #contacto-2 {
    margin-top: 73.95px;
  }
}
@media (min-width: 1200px) {
  #contacto-2 {
    margin-top: 86.84px;
  }
  .icon-container2 .font-weight-normal {
    font-size: 1rem;
  }
}
.md-form {
  margin-right: 10px;
}
.md-form input[type=date], .md-form input[type=datetime-local], .md-form input[type=email], .md-form input[type=number], .md-form input[type=password], .md-form input[type=search-md], .md-form input[type=search], .md-form input[type=tel], .md-form input[type=text], .md-form input[type=time], .md-form input[type=url], .md-form textarea.md-textarea {
  border: 1px solid #FF5100;
  border-radius: .375rem;
}
.md-form label, .md-form label:hover, .md-form label:focus, .md-form label:active {
  top: .65rem;
  color: black !important;
  background-color: white;
  padding: 0 .5rem;
  z-index: -1;
  font-weight: 500;
}
.md-form label.active {
  top: 1rem;
  color: black;
  z-index: unset;
  left: 10px;
  margin-bottom: 0;
}
input#name.form-control, input#email.form-control, input#phone.form-control, input#subject.form-control, textarea#message.md-textarea.form-control {
  padding: .3rem 0 .55rem .55rem;
  color: black;
}
.map-container-section {
  overflow: hidden;
  position: relative;
  height: 320px;
}
.map-container-section iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.h1-responsive {
  font-size:150%
}
.h2-responsive {
  font-size:145%
}
.h3-responsive, .h4-responsive, .h5-responsive, .h6-responsive {
  font-size:100%
}
@media (min-width:576px) {
  .h1-responsive {
    font-size:170%
  }
  .h2-responsive {
    font-size:140%
  }
  .h3-responsive, .h4-responsive, .h5-responsive, .h6-responsive {
    font-size:125%
  }
}
@media (min-width:768px) {
  .h1-responsive {
    font-size:200%
  }
  .h2-responsive {
    font-size:170%
  }
  .h3-responsive {
    font-size:140%
  }
  .h4-responsive, .h5-responsive, .h6-responsive {
    font-size:125%
  }
}
@media (min-width:992px) {
  .h1-responsive {
    font-size:200%
  }
  .h2-responsive {
    font-size:170%
  }
  .h3-responsive {
    font-size:140%
  }
  .h4-responsive,.h5-responsive, .h6-responsive {
    font-size:125%
  }
}
@media (min-width:1200px) {
  h1, .h1-responsive {
    font-size:300%
  }
  h2, .h2-responsive {
    font-size:200%
  }
  h3, .h3-responsive {
    font-size: 170%
  }
  .h4-responsive, .h5-responsive, .h6-responsive {
    font-size: 150%
  }
}
@media (min-width: 1600px) {
  h1, .h1-responsive {
    font-size: 350%;
  }
  h2, .h2-responsive {
    font-size:250%
  }
  h3, .h3-responsive{
    font-size:200%
  }
  .h4-responsive, .h5-responsive, .h6-responsive {
    font-size: 170%
  }
}

/* Animate Icon NavBar*/
/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 23px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  background: white;
}
.animated-icon1 span:nth-child(1) {
  top: 0px;
}
.animated-icon1 span:nth-child(2) {
  top: 10px;
}
.animated-icon1 span:nth-child(3) {
  top: 20px;
}
.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
}
.animated-icon2 span:nth-child(4) {
  top: 20px;
}
.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
/* Icon 4 */
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}
.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

#sidebar-wrapper{
  z-index:1;
  position: absolute;
  width:0;
  height:100%;
  overflow-y:hidden;
  background: #5b4282;
  opacity:0.9;
  transition:all .5s;
  display:flex;
  align-items:center;
}
