/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
* Hide only visually, but have it available for screen readers: h5bp.com/v
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'icons';
  src:  url('../fonts/icons/icons.eot?cbk0rv');
  src:  url('../fonts/icons/icons.eot?cbk0rv#iefix') format('embedded-opentype'),
    url('../fonts/icons/icons.ttf?cbk0rv') format('truetype'),
    url('../fonts/icons/icons.woff?cbk0rv') format('woff'),
    url('../fonts/icons/icons.svg?cbk0rv#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-dwn:before {
  content: "\e90e";
}
.icon-virus:before {
  content: "\e900";
}
.icon-plus:before {
  content: "\e901";
}
.icon-foot-alt:before {
  content: "\e902";
}
.icon-foot:before {
  content: "\e903";
}
.icon-botiquin:before {
  content: "\e904";
}
.icon-leaf:before {
  content: "\e905";
}
.icon-clinica:before {
  content: "\e906";
}
.icon-medico:before {
  content: "\e907";
}
.icon-map:before {
  content: "\e908";
}
.icon-tel:before {
  content: "\e909";
}
.icon-build:before {
  content: "\e90a";
}
.icon-eye:before {
  content: "\e90b";
}
.icon-mail:before {
  content: "\e90c";
}
.icon-adn:before {
  content: "\e90d";
}
.icon-fb:before {
  content: "\ea90";
}
.icon-ig:before {
  content: "\ea92";
}
.icon-wa:before {
  content: "\ea93";
}
.icon-menu:before {
  content: "\e9bd";
}


body{
  font-family: 'Poppins';
  color: #091A2D;
}

body.open{
  overflow: hidden;
}

.owl-dots {
    display: inline-block !important;
    background: rgba(116, 129, 185, 0.15);;
    padding: 5px 10px 0 10px;
    border-radius: 50px;
}

.owl-dots button{
  outline: none;

}


.owl-dots button.active span{
  background: #7481B9;
}

.owl-dots button span{
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 2px 4px;
    opacity: 0.5;
    width: 12px;
}

.btn{
  background: #7481B9;
  font-weight: 500;
  font-size: 16px;
  color: #FFF;
  padding: 8px 35px;
  border-radius: 50px;
  transition: 0.2s all;
}

.btn-mobile{
  display: none;
}

.btn.alt{
  background: #091A2D;
}

.btn.alt:hover{
  background: #7481B9;
}

.btn:hover{
  background: #091A2D;
  color: #FFF;
}

.btn.alt-hover:hover{
  background: #FFF;
  color: #091A2D;
}


a:hover{
  text-decoration: none;
}

.wrapper{
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


/*=== MASTHEAD ==*/

.masthead{
 background: linear-gradient(113.12deg, rgba(116, 129, 185, 0.15) 0.89%, rgba(52, 58, 83, 0.15) 64.96%);
 padding: 60px 0;
 height: 600px;
 overflow: hidden;
}

.masthead .wrapper .header{
  overflow: hidden;
  clear: both;
}


.masthead .wrapper .header .logo{
  display: block;
  width: 230px;
  height: auto;
  float: left;
}

.masthead .wrapper .header .logo img{
  width: 100%;
  height: auto;
}

.masthead .wrapper .header .main-nav{
  float: right;

}

.masthead .wrapper .header .main-nav ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.masthead .wrapper .header .main-nav ul li{
  display: inline-block;
  margin: 0 20px;
  padding-bottom: 1px;
}

.masthead .wrapper .header .main-nav ul li:hover{
  border-bottom: 3px solid #7481B9;
}

.masthead .wrapper .header .main-nav ul li:last-child:hover{
  border: none;
}

.masthead .wrapper .header .main-nav ul li a{
  font-size: 16px;
  color: #091A2D;
}

.masthead .wrapper .header .main-nav ul li .btn{
  color: #FFF;
}

.masthead .wrapper .header .main-nav ul li.btn-box:hover{
  border: none;
}

.masthead .wrapper .content{
  margin-top: 130px;
}

.masthead .wrapper .content .txt h1{
  font-size: 40px;
  margin: 10px 0;
}

.masthead .wrapper .content .txt h1 span{
  font-weight: bold;
}

.masthead .wrapper .content .txt p{
  font-size: 16px;
  margin: 0 0 40px 0;
}

.masthead .wrapper .img-products{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  bottom: -160px;
}

.masthead .wrapper .img-products img{
  width: 100%;
  height: auto;
}

/* ==== NUESTROS PRODUCTOS ==== */

.products{
  text-align: center;
  padding: 60px 0;
}

.products .wrapper h3{
  font-size: 24px;
  font-weight: 500;

}

.products .wrapper .item{
  margin: 50px 0;
  border-radius: 15px;
  
}

.products .wrapper .item .img{
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 15px 15px 0 0;
  background: url('../images/bg-product.png') center center no-repeat;
  border-left: 3px solid #eee;
  border-top: 3px solid #eee;
  border-right: 3px solid #eee;
}

.products .wrapper .item .img img{
  width: 100%;
  height: auto;
  
}

.products .wrapper .item .btn-item{
  display: block;
  color: #FFF;
  background: #7481B9;
  padding: 15px 0;
  text-align: center;
  border-radius: 0 0 15px 15px;
  font-size: 16px;
}

.products .wrapper .item .btn-item span{
  font-size: 20px;
  color: #fff;
  position: relative;
  top: 3px;
  left: 5px;
  border-radius: 50px;

}

/* === BENEFICIOS === */

.benefits{
  padding: 80px 0;
  background: #091A2D;
  text-align: center;
}

.benefits .wrapper h3{
  font-size: 24px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 50px;
}

.benefits .wrapper .item{
  background: linear-gradient(180deg, rgba(116, 129, 185, 0.2) 0%, rgba(52, 58, 83, 0.2) 100%);
  padding: 40px 20px;
  text-align: center;
  min-height: 310px;
  border-radius: 10px;
}

.benefits .wrapper .item .bg-circle{
  display: block;
  width: 80px;
  height: 80px;
  margin: 5px auto 25px auto;
  background: url('../images/circle-icon.png') center center no-repeat;
  line-height: 100px;
}

.benefits .wrapper .item .bg-circle span{
  color: #7481B9;
  font-size: 35px;
}

.benefits .wrapper .item h6{
  color: #FFF;
  font-size: 16px;
}

.benefits .wrapper .item p{
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

.benefits .wrapper .btn{
  margin-top: 50px;
}

/*===== CERTIFICATIONS =====*/

.certifications{
  text-align: center;
  padding: 80px 0;
}


.certifications h3{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 50px;
}

.certifications .logo-bar{
  background: #7481B9;
  padding: 50px 0;
}

.certifications .logo-bar .content{
  display: block;
  max-width: 700px;
  margin: 0 auto;
}

.certifications .logo-bar .content figure{
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
}

.certifications .logo-bar .content figure img{
  width: 100%;
  height: auto;
}

.certifications .logo-bar .content .fda{
  width: 65%;
}

.certifications .logo-bar .content .top{
  position: relative;
  top: 8px;
}


/*===== TESTIMONIALS =====*/

.testimonials{
  padding: 80px 0;
  text-align: center;
}

.testimonials .wrapper h3{
  font-size: 24px;
  font-weight: 500;
  color: #091A2D;
  margin-bottom: 50px;
}

.testimonials .wrapper .testimonios-slider{
  margin: 40px 0;
}

.testimonials .wrapper .item{
  background: rgba(116, 129, 185, 0.15);
  border-radius: 10px;
  padding: 25px;
  text-align: left;
  margin: 20px auto;
}

.testimonials .wrapper .item figure{
  position: relative;
  width: 100%;
  height: 265px;
  margin: 0;
  border-radius: 10px;
  position: relative;
}

.testimonials .wrapper .item figure .icon{
  display: block;
  width: 30px;
  height: 30px;
  color: #FFF;
  font-size: 28px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  cursor: pointer;
}

.testimonials .wrapper .item.show figure .icon{
  display: none;
}

.testimonials .wrapper .item figure img{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.testimonials .wrapper .item figure::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1); 
  backdrop-filter: blur(10px); 
  border-radius: 10px;
}

.testimonials .wrapper .item.show figure::after{
  content: '';
  display: none;
}

.testimonials .wrapper .item h4{
  font-size: 24px;
  font-weight: 500;
  color: #091A2D;
}

.testimonials .wrapper .item p{
  font-weight: 300;
  font-size: 14px;
  color: #000;
}

/* ===== CONTACTO ===== */

.contact{
  background: rgba(116, 129, 185, 0.15);
  padding: 60px 0;
  text-align: center;
}

.contact .form{
  background: #091A2D;
  padding: 50px 120px;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 12px;
}

.contact .form h2{
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 45px;
}

.contact .form input{
  display: block;
  width: 100%;
  padding: 17px 30px;
  border-radius: 50px;
  border: none;
  margin: 10px 0;
  outline: none;
  color: #000;
}

.contact .form select{
  display: block;
  width: 100%;
  padding: 15px 30px;
  border-radius: 50px;
  border: none;
  margin: 10px 0;
  outline: none;
}

.contact .form textarea{
  display: block;
  width: 100%;
  padding: 17px 30px;
  border-radius: 30px;
  border: none;
  margin: 10px 0;
  height: 120px;
  outline: none;
  color: #000;
}

.contact .form form{
  text-align: right;
}

.contact .form .btn{
  display: inline-block;
  width: 170px;
  margin: 25px 0 10px 0;
}

/* ==== FOOTER ==== */

.footer{
  background: #091A2D;
  padding: 80px 0 0 0;
}

.footer .wrapper .logo{
  width: 100%;
  height: auto;
  position: relative;
  top: 25px;
}

.footer .wrapper h6{
  font-weight: 500;
  font-size: 20px;
  color: #FFF;
}

.footer .wrapper ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .wrapper ul li{
  display: inline-block;
  margin-right: 10px;
}

.footer .wrapper a, .footer .wrapper address{
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  margin: 8px 0;
}

.footer .wrapper ul li a{
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}

.footer .footer-alt{
  background: #7481B9;
  padding: 15px 0;
  text-align: center;
  margin-top: 65px;
}

.footer .footer-alt a{
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}


/* === MASTHEAD PRODUCTO === */

.masthead.product{
  height: 850px;
}

.masthead.product .content{
  margin-top: 50px;
}

.masthead.product .content .item{
  width: 145px;
  height: 145px;
  padding: 20px;
  border-radius: 100px;
  margin: 20px 0;
  transition: all 0.1s;
  position: relative;
}

.masthead.product .content .item:hover{
  border: 3px solid #7481B9;
}

.masthead.product .content .item.active{
  border: 3px solid #7481B9;
}

.masthead.product .content .item figure{
  width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;

}

.masthead.product .content .item figure img{
  width: 100%;
  height: auto;
}

.masthead.product .content .product{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}

.masthead.product .content .product img{
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.masthead.product .content .items-circle{
  position: relative;
  top: 60px;
}

.masthead .wrapper .content h3{
  font-size: 40px;
  margin: 10px 0;
}

.masthead .wrapper .content h3 span{
  font-weight: bold;
}

.masthead .wrapper .content p{
  margin: 30px 0;
}

.masthead .wrapper .content ul{
  margin: 0;
  padding: 0 0 0 20px;
}

.masthead .wrapper .content ul li{
  font-weight: bold;
  margin: 10px 0;
}

.masthead .wrapper .content .txt-box{
  padding-top: 100px;
  padding-left: 30px;
}

/* MASTHEAD ALT */

.masthead.alt{
  height: 460px;
}

.masthead.alt .wrapper .img-products{
  bottom: -15px;
}

.products.alt .wrapper .item{
  margin: 20px 0;
}

.locations{
  padding: 60px 0;
  text-align: center;
  background: rgba(116, 129, 185, 0.15);
}

.locations h2{
  margin-bottom: 70px;
}

.locations .item{
  border-bottom: 1px solid rgba(116, 129, 185, 1);
  text-align: left;
  margin: 12px 0;
  display: block;
  height: 40px;
  overflow: hidden;
  width: 80%;
  transition: 0.2s all;
}

.locations .item.open{
  height: auto;
}

.locations .item .name{
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}

.locations .item .name span{
  font-size: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.locations .item .content p{
  font-size: 15px;
  line-height: 22px;
  margin-top: 10px;
}

.locations .map{
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.locations .map img{
  width: 100%;
  height: auto;
}

.extra-info{
  padding: 70px 0;
}

.extra-info .wrapper h3{
  font-size: 36px;
  margin: 10px 0;
  position: relative;
  top: 140px;
}

.extra-info .wrapper h3 span{
  font-weight: bold;
}

.extra-info .wrapper .icon{
  display: block;
  width: 80px;
  height: 80px;
  margin: 5px auto 25px auto;
  background: url('../images/circle-icon-alt.png') center center no-repeat;
  background-size: cover;
  position: relative;
}

.extra-info .wrapper .icon img{
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

.extra-info .wrapper .icon.big img{
  width: 70%;
}

.extra-info .wrapper .item{
  margin: 20px 0;
}

.extra-info .wrapper .info h6{
  margin-top: 20px;
}

.extra-info .wrapper .info.last h6{
  margin-top: 10px;
}

.extra-info .wrapper .info p{
  margin: 0;
}

.masthead.alt-s{
  text-align: center;
  height: 460px;
}

.masthead.alt-s .content{
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  margin-top: 90px;
}

.masthead.alt-s .content h1{
  font-size: 40px;
  margin: 0;
}

.masthead.alt-s .content p{
  font-size: 16px;
  margin: 20px 0 0 0;
}

.about-box .col-md-5, .about-box .col-md-7{
  padding: 0;
}

.about-box .content{
  padding: 100px 180px 0 180px;
  height: 100%;
}

.about-box .content.alt{
  background: #091A2D;
  padding: 100px 180px 0 180px;
}

.about-box .content.alt h5, .about-box .content.alt p{
  color: #FFF;
}

.about-box .content span{
  font-size: 16px;
  color: rgba(116, 129, 185, 1);
  font-weight: 600;
}

.about-box .content h5{
  font-size: 24px;
  margin: 20px 0 20px 0;
}

.about-box .content p{
  font-size: 16px;
}

.about-box .img{
  width: 100%;
  height: auto;
  margin: 0;
}

.about-box .img img{
  width: 100%;
  height: auto;
}

.about-box.mob{
  display: none;
}

.history-box{
  padding: 60px 0;
}

.history-box .wrapper .item{
  text-align: center;
  padding: 50px 80px;
  background: rgba(116, 129, 185, 0.13);
  border-radius: 10px;
}

.history-box .wrapper .item span{
  display: inline-block;
  font-size: 30px;
  margin-bottom: 12px;
}

.history-box .wrapper .item h6{
  font-size: 16px;
  font-weight: 600;
}

.history-box .wrapper .item p{
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.our-history{
  padding: 50px 0 80px 0;
  text-align: center;
}

.our-history h3{
  margin-bottom: 50px;
}

.our-history .content{
  text-align: left;
}

.our-history .content .line-img{
  display: block;
  margin: 0 auto;
  width: 47px;
  height: 100%;
  background: url(../images/line-dots.svg) no-repeat;
  background-size: 95%;
  position: relative;
  top: 45px;
  left: 15px;
}

.our-history .content .item-info{
  background: rgba(116, 129, 185, 0.13);
  border-radius: 10px;
  margin: 20px 0;
  text-align: center;
  padding: 20px 0 10px 0;
}

.our-history .content .item-info span{
  color: #7481B9;
  font-size: 32px;
  font-weight: 600;
}

.our-history .content .item-info p{
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.benefits.alt{
  padding: 60px 0 80px 0;
}

.benefits.alt .wrapper .item{
  min-height: auto;
}

.mision{
  padding: 80px 0;
  background: rgba(116, 129, 185, 0.15);
  text-align: center;
}

.mision .mision-slider .item span{
  font-size: 16px;
  font-weight: 600;
  color: #7481B9;
}

.mision .mision-slider .item h4{
  font-size: 24px;
  font-weight: 500;
  margin: 15px 0;
}

.mision .mision-slider .item p{
  font-size: 16px;
  font-weight: 400;
}

.mision .mision-slider .owl-dots{
  margin-top: 15px;
}

.terms{

  padding: 70px 0;
}

body.open-ref::after{
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.referencias{
  display: none;
  background: #FFF;
  border-radius: 15px;
  width: 75%;
  margin: 0 auto;
  padding: 100px 40px;
  position: fixed;
  top: 80px;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 80vh;
  overflow: hidden;
  z-index: 999;
}

.referencias .content{
  width: 80%;
  text-align: center;
  margin: 0 auto;
  overflow-y: scroll;
  height: 100%;
}

.referencias .content h5{
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 70px;
}

.referencias .content p{
  margin: 30px 0;
}

.testimonials.alt{
  padding: 40px 0;
}

.masthead.caso{
  height: auto;
  overflow: visible;
}

.masthead.caso .content .tags{
  margin: 25px 0;
}

.masthead.caso .content .tags .tag{
  display: inline-block;
  background: #7481B9;
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 16px;
  color: #FFF;
  margin: 10px 5px;
}

.masthead.caso .content .pics-caso{
  margin: 25px 0;
}

.masthead.caso .content .pics-caso figure{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  position: relative;
  background: #FFF;
}

.masthead.caso .content .pics-caso figure.img-st{
  height: 490px;
}

.masthead.caso .content .pics-caso figure.img-st img{
  height: 100%;
  width: 100%;
}

.masthead.caso .content .pics-caso figure::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1); 
  backdrop-filter: blur(10px); 
  border-radius: 10px;
}

.masthead.caso .content .pics-caso figure.show::after{
  content: '';
  display: none;
}

.masthead.caso .content .pics-caso figure .icon{
  display: block;
  width: 60px;
  height: 60px;
  color: #FFF;
  font-size: 50px;
  line-height: 60px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  cursor: pointer;
}

.masthead.caso .content .pics-caso figure.show .icon{
  display: none;
}


.masthead.caso .content .pics-caso figure img{
  width: auto;
  height: 100%;
}

.masthead.caso .content .pics-caso .info{
  text-align: center;
  padding: 12px 20px;
  background: #091A2D;
}

.masthead.caso .content .pics-caso .info p{
  font-size: 24px;
  font-weight: 500;
  color: #FFF;
  margin: 0;
}

.masthead.caso .content .pics-caso .info span{
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
}

.masthead.caso .content{
  max-width: 100%;
}

.masthead.caso .content p{
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

.product-caso{
  padding: 60px 0;
}

.product-caso .img{
  display: block;
  width: 400px;
  height: 400px;
  margin: 10px auto;
  background: url('../images/circle-icon-big.png') center center no-repeat;
  position: relative;
}

.product-caso .img img{
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-caso .content{
  position: relative;
  top: 60px;
}

.product-caso h4{
  font-size: 32px;
  font-weight: 600;
}

.product-caso ul{
  display: block;
  margin: 30px 0;
  padding: 0 0 0 20px;
}

.product-caso ul li{
  font-size: 16px;
  margin: 12px 0;
}

.contact-box{
  padding: 70px 0;
  text-align: center;
}

.contact-box .item{
  background: #091A2D;
  padding: 0 20px;
  height: 210px;
  border-radius: 15px;
}

.contact-box .item .content{
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.contact-box .item span{
  color: #FFF;
}

.contact-box .item p{
  color: #FFF;
  font-size: 14px;
  width: 100%;
}





@media screen and (max-width: 868px) {

  .about-box{
    overflow: hidden !important;
  }

  .our-history .content .line-img{
    display: none;
  }

  .masthead{
    padding: 35px 0;
  }

  .masthead .header .btn-mobile{
    display: block;
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 9999;
    color: #091A2D;
    font-size: 40px;
  }

  .masthead .header .btn-mobile.open{
    color: #FFF;
  }

  .masthead .header .main-nav{
    display: none;
    background: #091A2D;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    text-align: center;
  }

  .masthead .header .main-nav ul{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }

  .masthead .header .main-nav ul li{
    display: block !important;
    margin: 30px 0 !important;
  }

  .masthead .header .main-nav ul li a{
    color: #FFF !important;
    font-size: 20px !important;
  }

  .masthead, .masthead.alt{
    height: 100%;
  }

  .masthead .wrapper .img-products{
    bottom: -55px;
  }

  .masthead .wrapper .content{
    margin-top: 110px;
  }

  .masthead.alt .wrapper .img-products {
      bottom: -60px;
  }

  .products .wrapper .item{
    margin: 15px 0;
  }

  .products .wrapper .item .img{
    background-size: cover;
  }

  .benefits .wrapper h3{
    margin-bottom: 30px;
  }

  .benefits .wrapper .item{
    margin: 15px 0;
    min-height: auto;
  }

  .certifications{
    padding: 60px 0 0 0;
  }

  .certifications .logo-bar .content{
    overflow: hidden;
  }

  .certifications .logo-bar .content figure{
    width: 50%;
    margin: 20px auto;
  }

  .certifications .logo-bar .content figure.fda{
    width: 35%;
  }

  .testimonials .wrapper .item h4{
    margin-top: 20px;
  }

  .testimonials .btn{
    margin-top: 30px;
  }

  .contact .form{
    padding: 50px 0;
  }

  .footer{
    padding: 50px 0 0 0;
  }

  .footer .wrapper .logo{
    margin-bottom: 30px;
  }

  .footer .wrapper h6{
    margin: 30px 0 10px 0;
  }

  .footer .footer-alt{
    margin-top: 30px;
    text-align: center;
  }

  .footer .footer-alt a{
    margin: 0;
  }

  .footer .footer-alt .col-md-4{
    text-align: center !important;
  }

  .locations .item{
    width: 100%;
  }

  .locations h2{
    margin-bottom: 50px;
  }

  .extra-info .wrapper h3{
    top: 0;
    margin-bottom: 40px;
  }

  .extra-info .wrapper .item{
    text-align: center;
    margin: 20px 0 40px 0;
  }

  .extra-info .wrapper .info h6{
    margin-top: 0;
  }

  .masthead.product{
    height: auto;
  }

  .masthead.product .wrapper .content{
    margin-top: 10px;
    padding: 0 20px;
  }

  .masthead.product .content .item{
    width: 100%;
    height: 100%;
  }

  .masthead.product .content .item figure{
    width: 55%;
    height: auto;
  }

  .masthead.product .content .items-circle{
    top: 0;
  }

  .masthead.product .content .product{
    margin-top: 160px;
  }

  .masthead .wrapper .content .txt-box{
    padding-top: 300px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .masthead.alt-s{

  }

  .masthead.alt-s .wrapper .content{
    margin-top: 0;
    padding: 0 20px;
  }

  .masthead.alt-s .wrapper .content h1{
    font-size: 34px;
  }

  .about-box.desk{
    display: none;
  }

  .about-box.mob{
    display: block;
  }

  .about-box .content{
    padding: 60px;
  }

  .about-box .content.alt{
    padding: 75px 60px;
  }

  .history-box .wrapper .item{
    margin: 10px 0;
  }

  .our-history .content .item-info p{
    text-align: center;
  }

  .product-caso .img{
    width: 280px;
    height: 280px;
    background-size: cover;
  }

  .product-caso .img img{
    width: 70px;
  }

  .product-caso .content{
    top: 0;
    margin-top: 25px;
  }

  .masthead.caso{
    height: auto;
  }

  .masthead.caso .content{
    top: 0;
    margin-top: 80px !important;
  }

  .masthead.caso .content .pics-caso figure{
    margin-top: 30px;
  }

  .contact-box{
    padding: 40px 0;
  }

  .contact-box .item{
    margin: 15px 0;
  }
}
