/* 
Theme Name:      imedicines
Theme URI:       https://www.ingenima.com/
Description:     imedicines is a child theme of Blacklight
Author:          Ingenima
Template:        blacklight
Version:         1.1.19
Text Domain:     imedicines
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# General
    ## Reset
    ## Selection
    ## BG Colors
    ## Text Colors
    ## iFrame
    ## Buttons
    ## Typography
    ## Right Image
    ## Elements
# Nav
# Modal
    ## Boton
# Heros
  ## Home
# Products
# GF
# Especial CSS
# Form
    ## Landing
    ## Forms
# Footer

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
  --oxford-blue: #002A4B;
  --light-grey: #F3F3F3;
  --asparagus: #92AE62;
  --flash: #F0F5F3;
  --10px:10px;
}

/*******
## Reset
*******/

.post,
.page {
  margin: 0 !important;
}

/*******
## Selection
*******/

::-moz-selection {
  background: rgb(9 1 38 / 90%);
  color:#fff
}

::selection {
  background: rgb(9 1 38 / 90%);
  color:#fff
}

/*******
## BG Colors
*******/

/* 
  ### Main Colors 
*/
.bg-50white-50flash {
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    var(--flash, #F0F5F3) 50%,
    var(--flash, #F0F5F3) 100%
  );
}

.bg-50flash-50white {
  background: linear-gradient(
    to top,
    #fff 0%,
    #fff 50%,
    var(--flash, #F0F5F3) 50%,
    var(--flash, #F0F5F3) 100%
  );
}

.bg-oxford-blue {
  background-color:var(--oxford-blue, #002A4B);
}

.bg-light-grey {
  background-color:var(--light-grey, #F3F3F3);
}

.bg-asparagus {
  background-color:var(--asparagus, #92AE62);
}

.bg-flash {
  background-color:var(--flash, #F0F5F3); 
}


/*******
## Text Colors
*******/

.text-oxford-blue {
  color:var(--oxford-blue, #002A4B);
}

.text-light-grey {
  color:var(--light-grey, #F3F3F3);
}

.text-asparagus {
  color:var(--asparagus, #92AE62);
}

.text-flash {
  color:var(--flash, #F0F5F3); 
}



/*******
## iFrame
*******/

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*******
## Buttons
*******/

#page .site-content a:not(.bl-btn):not(.nav-link),
#page li:not(.menu-item) a:not(.bl-btn):not(.nav-link),
.site-footer a,
.site-footer a:visited {
  font-weight:bold;
}

#page .site-content a:not(.bl-btn):not(.nav-link):not(.imed-btn):not([href^="mailto:"]),
#page li:not(.menu-item) a:not(.bl-btn):not(.nav-link),
.site-footer a,
.site-footer a:visited {
  font-weight:bold;
  color:var(--oxford-blue, #002A4B) !important;
}


#page .site-content .bg-oxford-blue a.imed-btn,
#page a.imed-btn {
  color:var(--asparagus, #92AE62) !important;
}

#page .site-content .blm-1_columna .world-cta a:not(.imed-btn),
#page .site-content .bg-oxford-blue a[href^="mailto:"] {
  color:#fff !important;
}

#page .menu-item:not(.title) a:hover:not(.bl-btn):not(.blm-btn):not(.nav-link):hover,
.site-footer a:hover,
.site-footer a:visited:hover {
  color:var(--asparagus, #92AE62) !important;
}

/*Reset position*/
a.blm-btn,
a.imed-btn {
  position:relative;
}

.blm-btn,
.imed-btn {
    font-size: 17px;
    color:var(--asparagus, #92AE62) !important;
    background-color: ;
    font-weight: 700;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: .025em;
    margin-bottom: 0;
    padding:0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform:uppercase;
}

.imed-btn:after,
.blm-btn:after{
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position:absolute;
}

.imed-btn:after,
.blm-btn:after{
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  top:1px;
  right:-25px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.imed-btn:hover:after,
.blm-btn:hover:after{
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  top:1px;
  right:-30px;
  position: absolute;
}

.blm-btn:hover,
.imed-btn:hover {
  text-indent:5px;
}

/*
  ## btn secondary
*/

.pill-btn,
.eide_wrapper .gform_button {
  font-size: 16px;
  color: #B7C2B7 !important;
  background-color:var(--flash, #F0F5F3) !important;
  font-weight: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-decoration: none;
  outline: none;
  border: 3px solid transparent;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.04);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.04);
  cursor: pointer;
  display: inline-block;
  letter-spacing: .025em;
  margin-bottom: 0;
  padding: .3rem 1rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform:uppercase;
}

.imed-navbar #menu .secondary-menu-btn a {
  font-size: 16px;
  color: #fff !important;
  background-color:var(--asparagus, #92AE62) !important;
  font-weight: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-decoration: none;
  outline: none;
  border: 3px solid transparent;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.04);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.04);
  cursor: pointer;
  display: inline-block;
  letter-spacing: .025em;
  margin-bottom: 0;
  padding: 1px .8rem !important;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: inherit !important;
}

.imed-navbar #menu .secondary-menu-btn a:hover {
  background-color: #fff !important;
  color:var(--asparagus, #92AE62) !important; 
}

.imed-navbar #menu .menu-item.rrss {
  padding:0 ;
}

.imed-navbar #menu .menu-item.rrss span {
  display:none;
}

.imed-navbar #menu .menu-item.title a {
  text-transform: inherit !important;
  margin-left:20px;
}

.imed-navbar #menu .menu-item.title a:hover {
  color:#fff !important;
} 

.menu-item ._svg {
  width:25px;
}


.pill-btn.active {
  color:var(--oxford-blue, #002A4B) !important;
  background-color:var(--asparagus, #92AE62) !important;
}

.eide_wrapper .gform_button {
  color:var(--asparagus, #92AE62) !important;
  background-color:var(--oxford-blue, #002A4B) !important;
  border:2px solid var(--asparagus, #92AE62) !important;
}

.eide_wrapper .gform_button:hover {
  color:#fff !important;
  background-color:var(--asparagus, #92AE62) !important;
  border:2px solid var(--asparagus, #92AE62) !important;
}

.video-btn,
.blm-btn,
.imed-btn{
  -webkit-appearance: none !important; /*Safari/Chrome*/
  -moz-appearance: none !important; /*Firefox*/
  -ms-appearance: none !important; /*IE*/
  -o-appearance: none !important; /*Opera*/
  appearance: none !important;
}


/*******
## Typography
*******/

body,
button,
input,
select,
optgroup,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Mulish', sans-serif;
  color:var(--oxford-blue, #002A4B);
}

body,
button,
input,
select,
optgroup,
textarea {
  font-weight: 400;
  font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-size:16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: normal;
  text-transform: none;
}

.slideHome .carousel-caption h2 {
  font-weight: 400;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size:32px;
}


h2.ptsans {
  font-size:45px;
}

.slideHome h2 i {
  font-family: 'PTSerif', cursive;
  text-transform: none;
  font-size:55px;
}

.ptsans {
  font-family: 'PTSerif', cursive;
/*******
  font-family: 'Nerko One', cursive;
*******/  
  text-transform: capitalize;
}

h3 {
  font-size: 2.3rem;
  font-weight: 400;
}

/*******
## Right Image
*******/
.alignright {
  max-width: 260px;
  height: auto;
  display: inline;
  float: right;
}

/*******
## Elements
*******/
#removeSticky {
  position:relative;
  top:-400px;
}

.img-h100 {
  max-height:inherit !important;
}

.img-img {
  border-radius:20px;
  -webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.2); 
  box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.2);
}

.p-6 {
    padding: 4rem!important;
}

.pt-6, .py-6 {
    padding-top: 4rem!important;
}

.pr-6, .px-6 {
    padding-right: 4rem!important;
}

.pb-6, .py-6 {
    padding-bottom: 4rem!important;
}

.pl-6, .px-6 {
    padding-left: 4rem!important;
}

@media (min-width: 768px) {
  .p-md-6 {
      padding: 4rem!important;
  }
  
  .pt-md-6, .py-md-6 {
      padding-top: 4rem!important;
  }
  
  .pr-md-6, .px-md-6 {
      padding-right: 4rem!important;
  }
  
  .pb-md-6, .py-md-6 {
      padding-bottom: 4rem!important;
  }
  
  .pl-md-6, .px-md-6 {
      padding-left: 4rem!important;
  }
}

/*--------------------------------------------------------------
# Shapes
--------------------------------------------------------------*/

body:not(.home) .imed-navbar {
  background-image: url(./img/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom -1px;
  padding:0;
  min-height:288px;
}

.world-cta {
  background-image: url(./img/world-cta.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center -1px;
  padding: 80px 60px;
  border-radius:20px;
}

.site-footer {
  background-image: url(./img/footer.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom -1px;
  padding:0;
}

.shape-bottom {
  background-image: url(./img/shape-bottom.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom -1px;
  padding:0;
}


/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

body.home .imed-navbar,
body.home .imed-navbar, .dropdown-menu {
  background-color:transparent;
  position:absolute;
  width:100%;
  z-index:99;
  border:none;
  color:#fff;
}

body .imed-navbar {
  padding-top:20px !important;
}

.imed-navbar #menu a {
  color:#fff;
  text-transform:uppercase;
  padding:8px 2px !important;
}

.imed-navbar #menu .active a {
  border-bottom: 4px solid var(--asparagus, #92AE62) !important;
  padding-bottom:4px;
}

.imed-navbar .header-img img {
  filter: brightness(0) invert(1);
  width:380px !important;
}

.imed-navbar #menu .ml-auto li .dropdown-menu  {
    left: auto !important;
    right: auto;
}

/*
  ## Lang
*/

.imed-navbar #menu .lang-item,
.imed-navbar #menu .lang-item a {
  padding-left:0;
  padding-right:0;
  font-size:13px;
}

.imed-navbar #menu a:hover {
  color:var(--asparagus, #92AE62) !important;
}

.imed-navbar #menu .lang-item a[title="Por"]:after,
.imed-navbar #menu .lang-item a[title="Por"]:before{
  content:'|';
  padding-left:3px;
  padding-right:3px;
}

.imed-navbar #menu .current-lang a {
  color:var(--asparagus, #92AE62) !important;
  font-weight:bold;
}

#menu ul li {
  padding:0px 10px;
}

#menu ul li .dropdown-menu li  {
  padding:0;
}

.admin-bar .ini-navbar.fixed-top {
  top:32px;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/

#cf-basic br {
  display:none;
}

.modal-dialog {
  max-width: 500px;
}

.modal-header h3 {
  margin-bottom:0 !important;
}

.modal-header button {
  line-height:1em !important;
}

.modal-body h3,
.modal-body p {
  font-size:20px !important;
}

.modal-body img {
  max-width:300px;
  margin-top:25px;
}

/* Aparicion */
.slide-left {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translafteX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-info img {
  position:relative;
  z-index:1;
 background-color:var(--flash, #F0F5F3); 
}

.site-info .brand {
  position:absolute;
  left:20px;
  z-index:0;
}

.site-footer{
  color:var(--oxford-blue, #002A4B) !important;
}

.site-info h3 {
  font-weight:bold;
  font-size:20px;
}

.site-info p,
.site-info ul {
  font-size:14px;
}

.site-info ul {
  list-style:none;
  padding:0;
  margin:0;
}

.logos-footer img {
  width:100%;
  max-width:100px;
  aspect-ratio:3/2;
  object-fit:contain;
}


/*--------------------------------------------------------------
# Comp - Flybox
--------------------------------------------------------------*/
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  padding: 16px 20px !important;
  border: none;
  border-radius:10px 0 0 10px;
  cursor: pointer;
  position: fixed;
  bottom: 50%;
  right: -100px;
  width: 120px;
  color:#fff;
  z-index:999;
  outline:none;
  font-size:18px;
}

.open-button:focus  {
  outline:none;
}

/* The popup form - hidden by default */
.form-popup {
  padding: 16px 20px;
  border: none;
  border-radius:10px 0 0 10px;
  position: fixed;
  bottom: 50%;
  transform:translateY(50%);
  color:#fff;
  z-index: 99999999;
  width:100%;
  max-width:600px;
}

.form-popup > div:last-child {
  border-left:1px solid #fff;
}

.row.bg-oxford-blue {
  border-radius:calc(var(--10px)*2);
}

.modal.show .dialog-flybox {
  -webkit-transform: inherit;
  transform: inherit;
}

.modal.fade .dialog-flybox {
  transition: inherit;
  transition: inherit;
  transition: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

/*--------------------------------------------------------------
# Heros
--------------------------------------------------------------*/
/* 
  ## Home
*/
.slideHome {
    height:calc(90vh - 59px);
    color: #fff;
}


.slideHome .carousel-indicators li {
  height:10px;
  width:10px;
  border-radius:50%;
}

.slideHome .carousel-indicators li {
  background-color:transparent;
  border:1px solid #fff;
}

.slideHome .carousel-indicators li.active {
  background-color:#FFF;
  border:1px solid #fff;
}

.slideHome .carousel-inner,
.slideHome .carousel-item,
.slideHome .carousel-item .dummy-container {
    height:100%;
    width:100%;
}

.slideHome .carousel-caption {
  max-width:70%;
}

.slideHome .carousel-caption {
  position:inherit;
  text-align:inherit;
}

.slideHome img {
  position:absolute;
  top:0;
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.products h1 {
  font-size:40px;
}

.products h2 {
  color:var(--asparagus, #92AE62);
}

.products2 h2 {
  color:#fff;
}

.products .row:nth-child(n+3) {
  border-top:2px solid #F0F5F3;
}

.products .row:last-child {
  border-radius: 0 0 calc(var(--10px)*2) calc(var(--10px)*2);
}

.products .row p {
  margin-bottom:0;
}

/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/
.blm-accordion {
    background-color: #fff;
    border: 2px solid transparent;
}

.blm-accordion .btn:not(.collapsed) .imed-btn {
  display:none;
  transition: height .001s ease
}

.blm-accordion .btn h3 {
  color:var(--asparagus, #92AE62) !important;
}

.blm-accordion .imed-btn {
  color:var(--oxford-blue, #002A4B) !important;
}

.blm-accordion .collapsing {
  background-color:var(--oxford-blue, #002A4B);
  transition: height .0s ease
}

.blm-accordion .btn[aria-expanded='true'],
.blm-accordion .collapse {
  background-color:var(--oxford-blue, #002A4B);
  border-radius:0;
  transition: height .001s ease;
}

.blm-accordion .btn[aria-expanded='true'] span {
  color:#fff;
}

.blm-accordion .btn,
.blm-accordion .collapsing{
  padding:calc(var(--10px)*3) 0 0 calc(var(--10px)*4);
  border-radius: calc(var(--10px)*2) calc(var(--10px)*2) 0 0 !important;
}

.blm-accordion .collapse,
.blm-accordion .collapsing{
  padding:0 calc(var(--10px)*4) calc(var(--10px)*3) calc(var(--10px)*4);
  border-radius:  0 0 calc(var(--10px)*2) calc(var(--10px)*2) !important;
}

/*--------------------------------------------------------------
# GF
--------------------------------------------------------------*/

/* 
  ### Font
*/

.eide_wrapper .gform_fields {
  padding:0;
  margin:0;
  list-style:none;
}

.eide_wrapper .gform_fields .gfield {
}

.eide_wrapper .gfield_label, /*General*/
.eide_wrapper .select-selected, /*Select*/
.eide_wrapper .select-items,
.eide_wrapper input[type='text'],
.eide_wrapper input[type='email'],
.eide_wrapper textarea,
.eide_wrapper select {

}

/*
  ### General
*/

.eide_wrapper .gfield,
.eide_wrapper ul li.gfield {
  position: relative;
  margin-top:0px !important;
}

.eide_wrapper {
  margin:0 !important;
}

/* Input */
.eide_wrapper .gfield input:not(.gfield-choice-input) {
  transition: .1s all linear;
  width:100% !important;
  background-color:transparent;
}

/* Border Color Not Active */
.eide_wrapper .gfield input,
.eide_wrapper .gfield textarea,
.eide_wrapper .gfield.active input,
.eide_wrapper .gfield.active textarea {
  border: none;;
  border-bottom: 2px solid var(--flash, #F0F5F3);
  border-radius:0;
}

/* Padding */
.eide_wrapper .gfield input ,
.eide_wrapper .gfield.active input,
.eide_wrapper .gfield textarea ,
.eide_wrapper .gfield.active textarea
.eide_wrapper .gfield select
.eide_wrapper .gfield.active select{
  padding:15px 0 0 10px!important;
}

/* Label */
.eide_wrapper .gfield:not(.ev-select) label {
  position: absolute;
  top: 8px;
  left: 0px;
  color: #fff;
  transition: .1s all linear;
  cursor: text;
  font-weight:400 !important;
  padding:0px;
  margin-left:10px;
}

/* Label font size active */
.eide_wrapper .gfield.active .gfield_label,
.eide_wrapper .gfield_required {
  font-size:9px !important;
}

.eide_wrapper .gfield.cv.active .gfield_label {
  font-size:inherit !important;
}

/*
  ## Pagina de contacto
*/
.ev-select .gfield_label,
.eide_wrapper legend.gfield_label {
  color:#fff !important;
}

.eide_wrapper .gfield.active:not(.cv) label {
  top: 3px;
  left:0px;
  z-index:99;
  color:#6A8295;
}


/*
  ### Tooltip
*/

.gf_tooltip {
  position:relative;
}

.gf_tooltip label {
  display:none !important;
}

.gf_tooltip .gravity-tooltip {
  position:absolute;
  z-index:99;
  right:0;
  top:10px;
}

/*
  ### Select
*/

.eide_wrapper .ev-select label {
  margin-bottom:0;
}

.eide_wrapper .ginput_container_select {
  margin-top:0 !important;
}

.eide_wrapper .gform_footer {
  margin-top:0px !important;
  padding:0 !important;
}

/*
  ## Select
*/
/*
  ### Select
*/

.eide_wrapper .ev-select label {
  margin-bottom:0;
}

.eide_wrapper .ginput_container_select {
  margin-top:0 !important;
}

.eide_wrapper .gform_footer {
  margin-top:10px !important;
  padding:0 !important;
}

/*
  ## Select
*/

/* Oculta la flecha por defecto*/
.eide_wrapper select,
.eide_wrapper select {
  -webkit-appearance: none !important;
  appearance: none !important;
}

.eide_wrapper .ginput_container_select {
  position: relative;
}

.eide_wrapper .ginput_container_select select {
  border: 1px solid #dfdfdf !important;
  background-color:#fff;
  color:#555 !important;
  width:100% !important;
  border-radius:5px;
}

.eide_wrapper .ginput_container_select:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position:absolute;
}

.eide_wrapper .ginput_container_select:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  top:4px;
  right:12px;
  position: absolute;
}

.eide_wrapper .gfield_checkbox input[type=checkbox],
.eide_wrapper .gfield_radio input[type=radio] {
    opacity: 0;
    position: absolute;   
}

.eide_wrapper .gfield_checkbox input[type=checkbox] + label,
.eide_wrapper .gfield_radio input[type=radio] + label{
    position: relative;
    overflow: hidden;
    padding: 5px 0px 5px 30px;
    cursor: pointer;
    display: inline-block;
    font-weight:400;
    border-bottom:1px solid transparent;
    margin-bottom:0 !important;
    width:100%;
    color:#fff;
}

.eide_wrapper .gfield_checkbox input[type=checkbox] + label:before,
.eide_wrapper .gfield_checkbox input[type=checkbox] + label:after,
.eide_wrapper .gfield_radio input[type=radio] + label:before,
.eide_wrapper .gfield_radio input[type=radio] + label:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
    top:80px !im;
}

/* ### After */

.eide_wrapper .gfield_checkbox input[type=checkbox]:not(:checked) + label:after,
.eide_wrapper .gfield_radio input[type=radio]:not(:checked) + label:after  {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    top: 7px;
}

.eide_wrapper .gfield_checkbox input[type=checkbox]:checked + label:after,
.eide_wrapper .gfield_radio input[type=radio]:checked + label:after {
    top: 7px;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #fff;
    background-color: #fff;
}
/* Checkboxs */
.eide_wrapper .gfield_checkbox input[type=checkbox]:not(:checked) + label:after {
    border-radius:3px;
}

.eide_wrapper .gfield_checkbox input[type=checkbox]:checked + label:after {
    border-radius: 3px
}

/* Radio */
.eide_wrapper .gfield_radio input[type=radio]:not(:checked) + label:after {
    border-radius:50%;
}

.eide_wrapper .gfield_radio input[type=radio]:checked + label:after {
    border-radius: 50%;
    background-color:#fff;
    border:2px solid #26a69a
}

/* ### Before */

/* Checkboxs */
.eide_wrapper .gfield_checkbox input[type=checkbox]:not(:checked) + label:before{
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.eide_wrapper .gfield_checkbox input[type=checkbox]:checked + label:before{
    top: 10px;
    left: 2px;
    width: 6px;
    height: 10px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/* Radio */
.eide_wrapper .gfield_radio input[type=radio]:not(:checked) + label:before{
    top: 7px;
    left: 2px;
    width: 6px;
    height: 10px;
    background-color:#fff;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.eide_wrapper .gfield_radio input[type=radio]:checked + label:before{
    top: 8px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius:50%;
    background-color:#26a69a;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield select:not(#input_1_31) {
  border: 1px solid #dfdfdf;
  background-color:#fff;
  color:#ff00f;
  padding:10px;
  width:100%;
  border-radius:5px;
}

/*
  ## CV
*/

.eide_wrapper .cv label {
  top:20px;
  margin-left:0;
}

.eide_wrapper .ev-select.cv .gfield_label {
  color:#6A8295 !important;
}

.eide_wrapper .cv.active input {
  color:#fff;
}

.eide_wrapper .cv input,
.eide_wrapper .cv.active input{
  padding-left:40px !important;
  border:none;
}

/*
  ## Validation
*/
.eide_wrapper .gfield_description,
.gform_submission_error {
  font-weight:bold;
  color:#fff;
}

.gfield--type-honeypot {
  display: none!important;
  left: -9000px;
  position: absolute!important;
}

.gform_submission_error {
  font-size:1rem;
}

/*--------------------------------------------------------------
# Especial CSS
--------------------------------------------------------------*/

.page-template-default .site-content {
  margin-top:2rem;
}

.blm-img {
  border-radius: 30px;
  max-height:inherit;
}

.online-journal .blm-img {
  max-height:350px;
}

.blm-cards .blm-card h2 {
  padding:15px 0;  
}

.blm-card p {
  font-size:16px;
}

.blm-card.hover:hover {
  background-color:var(--asparagus, #92AE62) !important;
}

.blm-card.hover:hover h2,
.blm-card.hover:hover .blm-btn {
  color:#fff !important;
}

.vidContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 5%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imed-border .bg-white,
.imed-border {
  border-radius:calc(var(--10px)*2);
}

.imed-border .bg-white img:last-child {
  border-radius: 0 calc(var(--10px)*2) calc(var(--10px)*2) 0;
}

.imed-border .bg-white img:first-child {
  border-radius: calc(var(--10px)*2) 0 0 calc(var(--10px)*2);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

label {
  top:9px;
  z-index: 1;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  position: absolute;
  margin-left: 20px;
  margin-bottom:0 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color:#transparent !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #fff;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #fff;
}

.imed-contacto h3 {
  border-bottom:2px solid var(--flash, #F0F5F3);
  text-transform:uppercase;
}

.imed-contacto .container {
  border-radius: 0 0 calc(var(--10px)*2) calc(var(--10px)*2);
}

/*
  ## Find a medicine
*/

.bg-oxford-blue  .gform_body h2 {
  margin-top:30px;
  color:var(--asparagus, #92AE62);
  font-family: 'PtSerif', cursive;
  text-transform: capitalize;
}