/* Styles Complex 2019 */

html, body{
  font-family: 'Montserrat', sans-serif;
}
#app{
  width: 100%;
  float: left;
}

/* -------- Menú en Home ----------------*/

.Home .main-navbar{
  /*background: url("../img/header-fondo.png");*/
  background-position: center;
  width: 100%;
  float: left;
  min-height: 725px;
}

/*--------- Menú en el resto del sitio ----------*/
 .main-navbar{
  /*background: url("../img/header-fondo.png");*/
  background-position: center;
  width: 100%;
  float: left;
   min-height: 180px;
}
.navbar-expand-lg > .container{
  display: block;
  margin-top: 0
}

.nav-masthead .link-nav{
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  opacity: 0.6;
  transition: all 0.3s;
  border-bottom: 0 solid transparent;
}
.navbar-brand{
  position: absolute;
}
.social-media{
  width: auto;
  text-align: center;
}
.nav-masthead .link-nav:hover, .nav-masthead .link-nav:active, .nav-masthead .link-nav:focus,  .nav-masthead .link-nav::after{
  opacity: 1;
  text-decoration: none;
  border-bottom:  none;
}

.link-nav:hover, .link-nav.active {
  color: #025090 !important;
}

.nav-masthead {
  padding: 10px 0;
  width: 40.7%;
}

.data-contact {
    border-top: 1px solid #668fca;
    font-size: 10px;
    color: #fff;
    padding: 5px 15px;
    margin-top: 8px;
    text-align: left;
    max-width: 464px;
    float: right;
    width: 100%;
    margin-top: -8px;
    margin-right: -15px;
}
.data-contact a{
  color: #fff;
  transition: all 0.3s;
}
.data-contact a:hover{
  color: #1face3;
  text-decoration: none;
}
.data-contact i{
  font-size: 16px;
  padding: 3px 5px
}
.data-contact span{
  line-height: 25px;
}

.main-navbar img{
  width: 100%;
  /*max-width: 240px;*/
}

/*---------------------- Contenido ----------------------*/
section{
  width: 100%;
  float: left;
  background: #fff;
}

.center-banner{
  padding: 0
}

.container{
  width: 100%;
  max-width: 1170px;
}

.center-banner .container{
  margin-top: -140px;
  width: 100%;
  max-width: 1170px;
}

.center-banner .col-xs-12{
   /*background: url("../img/fondo-principal.png");*/
   background-size: 100%;
   width: 100%;
   padding: 86px 30px;
}
.center-banner  p{
  color: #fff;
  line-height: 31px;
  font-weight: 300;
  font-size: 14px;
  padding: 20px;
}
.center-banner img{
  width: 100%;
  max-width: 300px;
  margin-top: 40px;
}

.col-sm-8{
  width: 66.666%;
  margin: 0;
  float: left;
}
.col-sm-4{
  width: 33.3333%;
  margin: 0;
  float: left;
}

.blue-title {
    display: block;
    font-size: 50px;
    font-weight: 600;
    color: #2daae0;
    letter-spacing: 2px;
    line-height: 46px;
    padding-bottom: 20px;
    font-weight: bold;
}
.blue{
  font-size: 18px;
  color: #fff;
  background: #2daae0;
  padding-left: 4px;
  padding-right: 4px;
}
.blue-divider-left{
  border-left: 1px solid #2daae0;
}
.subtitle-blue{
  color: #2daae0;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 20px;
}
.text-content{
  line-height: 30px;
  font-size: 14px;
  text-align: justify;
  color: black;
}

.two-columns{
  padding: 30px 20px 80px;
}

/*-----------------Productos Index-----------------*/

.our-products{
  padding: 30px;
}

.our-products .carousel{
  width: 100%;
  margin: 40px 0px 40px 12px;
}

.our-products .carousel-item{
  height: auto;
  min-height: 350px;
}

.our-products .element-product{
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid #2daae0;
  transition: all .4s ease;
  cursor: pointer;
  position: relative;
  max-width: 300px;
  width: 300px;
  margin: 0 auto;
}
.our-products .element-product:hover{
  border-radius: 30px;
  border: 4px solid lightblue;
  color: #fff;
}
.our-products .element-product:hover a{
  color: #fff;
  text-decoration: none;
}
.our-products h2 {
    position: absolute;
    bottom: -8px;
    left: 0;
    font-size: 14px;
    color: white;
    font-weight: 500;
    background: #2daae0b8;
    padding: 8px;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
}

.carousel-indicators{
  bottom: 15px;
}
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    border-radius: 50%;
}
.carousel-indicators li.active{
  background-color: #c7eeff!important;
  opacity: 1;
}
.see-all{
  width: 100%;
  float: none;
  /* border-top: 1px solid #4f90bf; */
  padding: 30px 20px;
  margin: 0 auto;
  text-align: center;
}
.see-all a{
  background: #53a7d9;
  width: 200px;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  border: 1px solid #fff;
}
.see-all a:hover{
  color: #025090;
  background-color: #fff;
  text-decoration: none;
}

/*-----------------Sider de videos-----------------*/
.video-slider{
  width: 100%;
  float: left;
  background: url("../img/fondo-videos.png");
  text-align: center;
  background-size: 100%;
  padding-bottom: 30px;
}
.video-slider .container{
  margin-top: 40px;
}
.video-slider .col-xs-12{
  width: 100%;
  float: left;
}
.video-slider .carousel iframe{
  width: 49%;
  max-width: 700px;
  margin: 0 auto;
  min-height: 350px;
}
.video-slider .carousel{
  width: 100%;
  margin-top: 40px;
}

.video-slider .carousel-item{
  height: auto;
  min-height: 350px;
}
.video-slider .carousel-indicators {
    bottom: -60px;
}


/*-----------------Banner-----------------*/
.banner{
  width: 100%;
  float: left;
  padding: 0;
  height: auto;
}
.banner img{
  width: 100%;
}

/*-----------------LOGOS-----------------*/
.logo-section{
  padding: 30px;
}
.logo-section .container{
  margin-top: 30px;
}
.logo-section img{
  width: 100%;
  transition: all 0.3s;
}
.logo-section img:hover{
  width: 105%;
}

/*-----------------Footer-----------------*/
footer.footer-pt{
  background: #000;
  width: 100%;
  float: left;
  padding: 30px!important;
}
footer.footer-pt .container{
  padding: 0;
  margin-top: 0;
}
.text-muted{
  color: #fff!important;
}

footer{
  color: #fff;
}
footer a{
  color: #fff;
}
footer a:hover{
  color: #fff;
  text-decoration: none;
}
footer span{
  font-weight: 400;
  padding: 0 20px;
}
footer br{
  display: none
}
/*-----------------Login-----------------*/
.login{
  padding: 30px 20px 40px;
  width: 100%;
  margin-top: 20px
}
.login .row{
  display: block;
  width: 100%;
  float: left;
}
.login .card{
  width: 100%;
  max-width: 350px;
  margin: 40px auto;
  background: url("../img/header-fondo.png");
}
.login .card-header{
  text-align: center;
  padding: 15px;
  background-color: #2669ba;
  color: #Fff;
  font-weight: 700;
}
.login .col-form-label{
  color: #fff;
}
.login .card-body{
  padding: 35px 20px 60px;
}
.login .form-group{
  width: 100%;
  margin: 10px auto;
}
.login .card-body .cont-logo{
  width: 100%;
text-align: center;
}
.login .card-body .cont-logo img{
  width: 100%;
  max-width: 200px;
  margin: 20px auto;
}
.login .card-body .cont-logo label{
  width: 100%;
  text-align: center;
  font-size: 20px
}
.text-center{
  text-align: center;
}
.login .form-check-label{
  color: #fff;
}
.login button{
  width: 100%;
  font-weight: 700;
}

/*-----------------Productos SEcción-----------------*/

.Productos .our-products{
  background: #ededed;
  padding: 25px;
}
.Productos .our-products .container{
  padding: 0;
  margin: 0 auto;
}
.Productos .our-products .carousel-item {
    height: auto;
    min-height: 220px;
}
.Productos .our-products .row{
   background-position: center;
   background-size: cover;
   border-radius: 0 0 15px 15px;
}

.Productos .our-products .element-product{
  max-width: 165px;
  width: 200px;
}
.Productos .our-products .element-product img{
  width: 100%;
}
.col-sm-3 {
    width: 14%;
    margin: 0;
    float: left;
}
.text-center{
  text-align: center!important;
}
.hr_blue{
  width: 100%;
  height: 1px;
  background-color: #2daae0;
}

.products-navigation{
  margin-top: -20px;
}

.products-navigation .col-3{
  float: left;
}

.products-navigation .col-6{
  float: left;
}
.products-navigation label{
  line-height: 40px;
  font-weight: 400!important;
}
.products-navigation .page-link{
  color:#455a64
}
.products-navigation .active{
  background:#2daae0;
}
.products-navigation .pagination{
  margin: 0;
}

.one-product{
  border-radius: 10px;
  overflow: hidden;
  border: 4px solid #2daae0;
  transition: all .4s ease;
  cursor: pointer;
  position: relative;
  width: 100%;
  max-width: 230px;
  margin: 40px auto 10px;
  padding-bottom: 0
}
.one-product img{
  width: 100%;
}
.one-product:hover{
  border-radius: 20px;
  border: 4px solid lightblue;
  color: #fff;
}
.one-product:hover a{
  color: #fff;
  text-decoration: none;
}
.one-product .product-footer {
    background: #1eace3;
    padding: 8px;
    width: 100%;
    opacity: 1;
    margin-bottom: 0;
    min-height: 76px;
}
.one-product .product-footer h2 {
    font-size: 14px;
    color: white;
    font-weight: 500;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
    opacity: 1;
    font-weight: 600;
}
.one-product hr{
  width: 100%;
  height: 1px;
  background: #fff;
  margin-top: 5px
}

.spacewhite{
  width: 100%;
  height: 30px;
}

.us-text {
  padding: 20px;
}
.us-text hr{
  background: #808080;
  width: 100%;
  height: 1px;
}
.us-text p{
  line-height: 30px;
    font-size: 14px;
    text-align: justify;
    color: black;
    letter-spacing: 1px;
}
.us-img{
  text-align: center;
}
.us-img h2.subtitle-blue{
  text-align: left;
}
.img-activity{
  max-width: 300px!important;
  margin:20px 0 30px;
}
.us-img hr{
  background: #808080;
  width: 100%;
  height: 1px;
}
.us-img img{
  width: 100%;
  max-width: 500px;
}
.us-img p{
  line-height: 30px;
    font-size: 14px;
    text-align: justify;
    color: black;
    letter-spacing: 1px;
}


/*-----------  Contacto  ------------------*/

.padding-10{
  padding: 10px !important;
  margin-bottom: 10px!important;
  margin-top: 10px!important;
}
.cont-iframe iframe{
  width: 100%;
  min-height: 550px;
}
.contact-form{
  border: none!important;
}

/*------------------ Médicos --------------------*/
.medicos-section .row{
  margin-left: 0!important;
  margin-right: 0!important;
}

/*------------------ Descripción de producto --------------------*/
.product-description{
  padding: 20px;
}
.img-product{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-shadow: 4px -2px 15px -1px rgba(194,194,194,1);
-moz-box-shadow: 4px -2px 15px -1px rgba(194,194,194,1);
box-shadow: 4px -2px 15px -1px rgba(194,194,194,1);
}
.product-description .subtitle-blue{
  font-size: 30px;
  font-weight: 700;
}
.cat-product{
  color: #727272;
  padding-top: 10px;
  width: 100%;
}
.cat-product a{
  color: #727272;
  text-decoration: underline;
  text-transform: uppercase;
}
.download-cat{
  border: 1px solid #1eace3;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}
.download-cat:hover{
  background-color: #1eace3;
  color: #fff;
  text-decoration: none;
}
.btn-donwload:hover{
  text-decoration: none;
}
.nav-pills{
  width: 45%;
  margin-top: 40px;
}
.pill-content{
  width: 55%;
  margin-top: 40px;
  padding: 10px 30px;
}
.required{
  color:#ba0606
}
.product-description .btn-primary{
  padding: 8px 50px;
}
.related-products{
  margin-top: 50px;
  padding: 20px;
  text-align: center;
}
.related-products .subtitle-blue{
  text-align: center;
  width: 100%;
}
.related-product{
  border-radius: 10px;
  border: 1px solid #1eace3;
  background: #1eace3;
  width: 100%;
  max-width: 250px;
  color: #fff;
  margin-top: 20px;
  transition: all 0.3s;
}
.related-product img{
  width: 95%;
  margin: 5px 2.5%;
  background-color: #fff;
}
.related-product h2{
  color:#fff;
  text-decoration: none;
  font-size: 14px;
  padding-top: 10px;
}
.related-product hr{
  background: #fff;
}
.related-product:hover{
  background: #56c5f0;
  text-decoration: none;
}
.related-product:hover a{
  text-decoration: none;
}
.right-control{
  position: fixed;
  top: 50%;
  right: 0;
  transition: all 0.5s;
  font-size: 30px;
  width: 60px;
  height: 60px;
  background: #103991;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.right-control a{
  color: #fff;
}
.right-control span{
  display: none;
  transition:all 0.5s;
  font-size: 20px;
  float: left;
  width: auto;
  padding-right: 10px;
  line-height: 40px
}
.right-control:hover {
  width: auto;
  text-align: left;
}
.right-control:hover a{
  text-decoration: none
}
.right-control:hover span{
  display: block;

}
.left-control{
  position: fixed;
  top: 50%;
  left: 0;
  transition: all 0.5s;
  font-size: 30px;
  width: 60px;
  height: 60px;
  background: #103991;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.left-control a{
  color: #fff;
}
.left-control span{
  display: none;
  transition:all 0.5s;
  font-size: 20px;
  float: right;
  width: auto;
  line-height: 40px;
  padding-left:20px;
}
.left-control:hover {
  width: auto;
  text-align: left;
}
.left-control:hover a{
  text-decoration: none
}
.left-control:hover span{
  display: block;

}

.border-category {
  border-radius: 15px;
  border: 1px solid #4f6b95;
  margin: 25px;
}