/* 
Theme Name:      imedicines
Theme URI:       https://www.imedicines.com/
Description:     imedicines is a child theme of Blacklight
Author:          Ingenima
Template:        blacklight
Version:         1.0.0
Text Domain:     imedicines
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# General
  ## Typography
# Cross / Secciones
  ## Hero


--------------------------------------------------------------*/

@media only screen and (max-width: 620px) {

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.imed-navbar .navbar-collapse {
  background-color:rgb(255 255 255 / 100%);
}

.imed-navbar #menu a {
  color:var(--asparagus, #92AE62);
  
}

.imed-navbar #menu .secondary-menu .collapse {
  border-top:2px solid var(--asparagus, #92AE62);;
  padding-top:20px;
}

.imed-navbar #menu .secondary-menu .secondary-menu-btn {
    margin:5px 0;
  }

.imed-navbar #menu .secondary-menu .rrss,
.imed-navbar #menu .secondary-menu .title{
      text-align:center;
    }

  .imed-navbar #menu .secondary-menu ._svg {
    filter: brightness(1) invert(1);
  } 

h1 {
  font-size: 40px;
}

.slideHome h2 i,
.ptsans {
  text-transform: capitalize;
  font-size:30px;
}

body:not(.home) .imed-navbar {
  background-image: url(./img/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding:0;
  min-height:288px;
}

.imed-border .bg-white img,
.imed-border .bg-white img:last-child {
  border-radius: 0 0 calc(var(--10px)*2) calc(var(--10px)*2);
  width:100%;
}

.blm-accordion .collapse,
.blm-accordion .collapsing,.blm-accordion .btn,
.blm-accordion .collapsing {
  padding:calc(var(--10px)*1) calc(var(--10px)*3);
}
  
.blm-accordion .collapse,
.blm-accordion .collapsing {
  border-radius:  0 0 calc(var(--10px)*2) calc(var(--10px)*2) !important;
}

  
.world-cta {
  background-image: url(./img/world-cta.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
  padding:60px;
  border-radius:20px;
}

.logos-footer img {
  width:80%;
  max-width:300px;
}

  

}