@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto Medium";
  src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto Thin";
  src: url("../fonts/Roboto-Thin.ttf");
}

html, body {
  margin: 0;
  font-family: "Roboto Light", sans-serif;
}
html{
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

h1 {
  margin: 0;
}

ul, li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

header {
  font-size: 17.11px;
  background: #06131d;
  height: 80px;
  line-height: 80px;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; }

header #head-logo {
  display: inline-block;
  width: 241px;
  height: 78px;
  float: left;
  margin: 0 13px 0 55px; }

header #head-logo a{
  padding: 0;
}

header #head-logo a img {
  width: 241px;
  height: 33px;
  padding-top: 26px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box; }

header #head-logo.en a img {
  width: 260px;
  height: 42px;
  padding-top: 23px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box; }

header nav {
  width: calc(100% - 309px);
  display: inline-block;
}

header li, header a {
  display: inline-block;
  float: left; }

header a {
  height: 80px;
  padding: 0px 40px;
  font-size: 17px; }

header li:hover > a {
  background: #004078; }

header div {
  float: right;
  text-align: center; }

header div li:nth-of-type(2) a {
  background: #0077c8;
  padding: 0 41px; }

header div li:nth-of-type(3) a {
  background: #6eb1dd;
  padding: 0 41px; }

header div li:nth-of-type(3) a svg {
  fill: white;
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px; }

#tab-productos {
  position: relative; }

#tab-productos img {
  height: auto;
  width: auto;
  display: block;
  padding: 10px 0;
  height: 50px;
  margin: 0 auto;
  box-sizing: content-box;
  -webkit-box-sizing: content-box; }

#tab-productos.open ul{
  visibility: visible; }

#tab-productos ul {
  width: 1400px;
  height: 120px;
  position: absolute;
  top: 80px;
  padding: 0;
  list-style: none;
  background-color: transparent;
  visibility: hidden; }

#tab-productos ul li {
  width: 200px;
  height: 120px;
  line-height: normal;
  position: relative;
  padding: 0;
  background-color: #06131d;
  transition: all 300ms ease;
  text-align: center;
  float: left;
  z-index: 2; }

#tab-productos ul li a {
  padding: 0 10px;
  box-sizing: border-box;
  width: 200px;
  height: inherit;
  font-size: 17px;
  color: white;
}

#tab-productos ul li ul {
  width: 200px;
  position: absolute;
  top: 0;
}

#tab-productos ul .sub {
  background-color: white;
  z-index: 1;
  margin-left: -200px;
  padding-top: 20px;
  padding-left: 38px;
  box-sizing: border-box;
  text-align: left;
}

#tab-productos ul .sub a {
  font-size: 14px;
  color: #0077c8;
  background: none;
  line-height: 20px;
  height: 20px; }

#tab-productos ul .sub a:hover {
  background: none;
  text-decoration: underline; }

#tab-productos #implantes-sub:hover li:first-of-type {
  transform: translateX(-200px); }

#tab-productos #protesis-sub:hover li:first-of-type {
  transform: translateX(-200px); }
#burguer {
  visibility: hidden;
  position: absolute;
  width: 40px;
  top: 25px;
  right: 35px;
  height: 30px;
  cursor: pointer;
}
#burguer .burguer-part {
  background-color: white;
  display: block;
  position: relative;
  width: 34px;
  height: 3px;
  border-radius: 17px;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out; }
#burguer .burguer-part:nth-of-type(2) {
  top: 7px; }
#burguer .burguer-part:nth-of-type(3) {
  top: 14px; }
#burguer .burguer-part.hide {
  opacity: 0; }
#burguer .burguer-part.top-rot {
  transform: rotate(45deg) translate(7px, 7px);
}
#burguer .burguer-part.bot-rot {
  transform: rotate(-45deg) translate(7px, -8px);
}
#buscador{
  position: absolute;
  right: 0;
  top: 80px;
  height: 60px;
  width: 400px;
  padding: 0 20px;
  box-sizing: border-box;
  transform: translateX(400px);
  transition: all 300ms ease;
}
#buscador.open{
  transform: translateX(0);
}

#mobile-nav{
  position: absolute;
  width: 320px;
  max-width: 100%;
  right: 0;
  top: 80px;
  background-color: #06131d;
  display: none;
  min-height: 408px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

#mobile-nav ul{
  width: 100%;
}

#mobile-nav li{
  display: block;
  float: none;
  width: 100%;
}
#mobile-nav li:nth-of-type(2){
  border-top: solid 1px rgba(255, 255, 255, .1);
}
#mobile-nav #mobile-productos-sub li:nth-of-type(2){
  border-top: none;
}

#mobile-nav a:first-of-type{
  border-top: none;
}
#mobile-nav .hoverBg{
  background-color: #004078;
}
#mobile-nav a{
  display: block;
  float: none;
  width: 100%;
  padding: 0;
  background-color: #06131d;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
}

#mobile-nav a:hover{
  background-color: #004078;
}

#mobile-productos-sub{
  display: none;
  height: auto;
  overflow: hidden;
}

#mobile-productos-sub li {
  display: inline-block;
  float: left;
  width: 150px;
  height: 140px;
  box-sizing: border-box;
}
#mobile-productos-sub li:nth-of-type(odd) a{
  border-right: solid 1px rgba(255, 255, 255, .1);
}
#mobile-productos-sub li:not(:last-of-type) a{
  border-bottom: solid 1px rgba(255, 255, 255, .1);
}
#mobile-productos-sub a{
  box-sizing: border-box;
  display: block;
  width: 150px;
  font-size: 12px;
  border: none;
  padding: 0;
  height: 100%;
  line-height: 1.1em;
}

#mobile-productos-sub span{
  display: block;
  padding: 10px 0;
}

#mobile-productos-sub img{
  display: block;
  margin: 0 auto;
  width: auto;
  height: 60px;
  padding-top: 30px;
}

#mobile-productos-sub .mobile-sub2{
  display: none;
}

#mobile-productos-sub .mobile-sub2 li{
  height: 80px;
}

#mobile-productos-sub .mobile-sub2 li a{
  background-color: white;
  font-family: 'Roboto Light';
  font-size: 14px;
  color: #013f78;
  height: 80px;
  line-height: 80px;
  text-align: left;
  padding-left: 15px;
}
#mobile-productos-sub .mobile-sub2 li a{
  box-sizing: border-box;
  border: solid 1px rgba(255, 255, 255, .1);
}
#mobile-productos-sub .mobile-sub2 li a:hover{
  text-decoration: underline;
}
#buscador-mobile{
  height: 80px;
  width: 320px;
}
.buscador-mobile-wrapper{
  text-align: left;
  width: 100%
}
.buscador-mobile-wrapper form{
  position: relative;
  display: block;
  background-color: #6eb1dc;
  width: 320px;
  height: 80px;
  float: left;
}
#buscador-mobile{
  padding: 10px;
  border: 0;
  margin: 0;
  box-sizing: border-box;
}
#mobile-submit-btn{
  border: 0;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#mobile-submit-btn img{
  width: 20px;
  height: 20px;
  position: relative;
  bottom: 8px;
  cursor: pointer;
  right: 10px;
}
#buscador-mobile-overlay{
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  background-color: #6eb1dc;
  z-index: 3;
}
#buscador-mobile-overlay img{
  width: 22px;
  height: 22px;
  position: absolute;
  right: 30px;
  top: 8px;
  cursor: pointer;
}
#lang-select-mobile{
  width: 40px;
  display: none;
  position: relative;
}
/*#mobile-nav .mobile-lang{
  position: absolute;
  z-index: 2;
  background-color: #9dccea;
}
#mobile-nav .mobile-lang:hover{
  background-color: #9dccea;
}
#mobile-nav .mobile-lang.lang-selected{
  background-color: #0077c9;
  z-index: 3;
}*/
#title-wrap {
  min-height: 170px;
  padding: 50px 0;
  margin-top: 80px;
  text-align: center;
  color: white;
  background-image: url("../images/ciencia/comite/header-comite.jpg");
  background-position: center;
  background-size: cover;
  position: relative; }

#title-wrap h1 {
  font-family: "Roboto Light", sans-serif;
  font-size: 40px;
  font-weight: normal; }

#title-wrap p{
  font-size: 16px;
}

.title-wrap-grp{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%
}

.title-wrap-grp .description{
  font-family: 'Roboto Light';
  font-size: 16px;
}

.title-wrap-grp img{
  max-width: 320px;
  padding-bottom: 10px;
}

#landing {
  width: 100%;
  height: calc(100vh - 78px);
  margin-top: 80px;
  background-image: url("../images/home/new-home-bg.png");
  background-position: center;
  background-size: cover;
  color: white; }

@media (min-width: 792px){
  #landing { background-attachment: fixed; }
}

/*idioma*/
nav div li:nth-of-type(2) a {
  display: none;
}

#lang-select{
  text-align: right;
  position: absolute;
  right: 0;
}
#lang-select li{
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  float: none;
  z-index: 1;
  background-color: rgb(105, 179, 231);
}
#lang-select li.selected{
  z-index: 2;
  background-color: rgb(16, 105, 173);
}
#lang-select li:hover ~ li:not(.selected){
  transform: translateY(80px);
}
#lang-select li:not(.selected):hover{
  transform: translateY(80px);
}
#lang-select a{
  margin: 0;
  padding: 0;
  width: 80px;
}


#mobile-lang-select li a{
  width: 50%; 
  float: left;
  border: none;
  background-color: rgb(16, 105, 173);
}
#mobile-lang-select li:nth-of-type(2){
  border: none
}
#mobile-lang-select li:nth-of-type(2) a{
  background-color: rgb(105, 179, 231);
}
#mobile-lang-select li:nth-of-type(2) a:hover{
  background-color: #004078;
}
#mobile-nav #mobile-lang-select li a:first-of-type{
  border: none;
}


#landing-info {
  width: 720px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 500ms linear; }
  #landing-info h1 {
    font-size: 57px;
    font-weight: normal; }
  #landing-info p {
    font-size: 20px; }
  #landing-info.small {
    top: 82%; }
    #landing-info.small h1 {
      font-size: 38px; }
    #landing-info.small p {
      font-size: 16px; }

#arrow-down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer; }
  #arrow-down svg {
    width: 60px;
    height: 60px;
    fill: white;
    transform: rotate(-90deg); }

#icon-close{
  position: absolute;
  top: 20px;
  right: 20px;
}

#link-prev, #link-next {
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  color: white;
  text-decoration: none; }

#link-prev {
  left: 65px; }

#link-prev::before {
  content: url("../images/next.png");
  display: block;
  position: absolute;
  left: -32px;
  top: -2px;
  transform: rotate(180deg); }

#link-next {
  right: 65px; }

#link-next::after {
  content: url("../images/next.png");
  display: block;
  position: absolute;
  right: -32px;
  top: 2px; }

.link-more {
  position: absolute;
  top: 60px;
  right: 45px;
  z-index: 100;
  cursor: pointer;
  z-index: 3;
  transition: all 300ms ease}

.link-more .border{
  isplay: block;
  position: absolute;
  width: 110px;
  height: 1px;
  background-color: red;
  bottom: -20px;
  right: -45px;
  cursor: default;
}

.link-more svg {
  width: 40px;
  height: 40px;
  transition: transform 300ms ease;
}

.link-more.clicable.clicat svg{
  transform: rotate(45deg);
}

.module{
  padding: 80px 70px;
  box-sizing: border-box;
}

.module.auto{
  height: auto;
}

.module h3{
  padding: 0;
  margin: 20px 0 0 0;
  font-family: "Roboto Bold", sans-serif;
  font-size: 52px;
}

.module-number {
  font-size: 31px;
  color: black;
  position: relative;
  z-index: 3;}

.module-number::after {
  content: "";
  display: block;
  height: 8px;
  width: 26px;
  margin: 7px 0 0 2px;
  background-color: black;
  position: relative;
  z-index: 3;}

._2x1_hz, ._2x1_vt, ._2x2, ._4x1{
  position: relative;
  float: left;
  display: inline-block;
  transition: all 300ms ease;
}

._2x1_hz{
  width: 50%;
  height: 400px;
}

._2x1_hz.inside{
  width: 100%;
}

._2x1_vt{
  width: 50%;
  height: 800px;
}

._2x2{
  width: 50%;
  height: 800px;
}

._4x1{
  width: 100%;
  height: 400px;
}

.upper-layer, .lower-layer{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.upper-layer{
  z-index: 2;
  background-size: cover;
  background-position: center;
}

.lower-layer{
  z-index: 1;
}

.module.upper-layer{
  padding: 130px 70px;
}

.lower-layer .module{
  padding-top: 160px;
}

.item-info {
  padding: 78px 100px 40px 75px; }

footer {
  width: 100%;
  background: #06131d;
  display: flex;
  flex-wrap: nowrap;
  font-size: 20px;
  clear: both;
  position: relative;
  z-index: 3;
  }

footer div {
  display: inline-block;
  float: left;
  color: white;
  line-height: 80px; }

footer .contact-info {
  flex: 50%;
  text-align: right; }

footer .contact-info span {
  padding-right: 45px; }

footer .contact-info span:nth-of-type(2) {
  padding-right: 85px; }

footer .social-icon {
  display: inline-block;
  float: left;
  width: 80px;
  min-width: 80px;
  height: 80px;
  position: relative; }

footer .social-icons a:nth-of-type(1) {
  background: #004078; }

footer .social-icons a:nth-of-type(2) {
  background: #1069ad; }

footer .social-icons a:nth-of-type(3) {
  background: #69b3e7; }

footer .social-icons a:nth-of-type(4) {
  background: #a8d7f0; }

footer .social-icon svg {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

#foot-logo {
  display: inline-block;
  width: 241px;
  height: 78px;
  float: left;
  margin: 0 13px 0 55px; }
  #foot-logo img {
    width: 204px;
    height: 26px;
    position: relative;
    top: 6px; }


/* /////////////// h o m e ////////////////////////*/

/*hero slider*/

#hero-slider {
  width: 100%;
  height: 100%;
  z-index: 0;
}
#hero-slider .owl-stage-outer, #hero-slider .owl-stage, #hero-slider .owl-item {
  width: 100%;
  height: 100%;
}

#hero-slider .owl-prev, #hero-slider .owl-next {
  width: 36px;
  height: 36px;
  opacity: .3;
}
#hero-slider .owl-prev:hover, #hero-slider .owl-next:hover {
  opacity: 1;
}

#hero-slider .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
}

#hero-slider .owl-prev {
  left: 20px;
  background-image: url("../images/icon-back.png");
}
#hero-slider .owl-next {
  right: 20px;
  background-image: url("../images/icon-next.png");
}

/*modal home*/
#video-modal{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .85);
  z-index: 10;
}

#video-modal iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 600px;
}

#video-trigger{
  cursor: pointer;
}

#index-flex-cont {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap; }

.index-flex-cont-item {
  flex: 50%;
  height: 798px;
  position: relative; }

  .index-flex-cont-item h3 {
    padding: 0;
    font-family: "Roboto Bold", sans-serif;
    margin: 20px 0 0 0;
    font-size: 52.25px;
    line-height: 1.2em; }
  .index-flex-cont-item p {
    font-size: 17px; }

#slider {
  display: block;
  width: 50%;
  max-width: 50%;
  position: relative;}

#slider .slide-info, #slider .slide-img {
  width: 50%;
  display: inline-block;
  float: left; }

#slider .slide-info {
  padding: 40px 80px;
  box-sizing: border-box;
  position: relative; }

#slider .slide-info h3 {
  font-size: 52px;
  padding: 0;
  color: #0077c8; }

#slider .slide-info h4 {
  font-size: 29px;
  margin: 30px 0 0;
  padding-bottom: 0; }

#slider .slide-info p {
  font-size: 16.99px;
  padding: 0;
  margin: 10px 0 10px 0; }

#slider .slide-img {
  height: 798px;
  background-size: cover; }

.event-date {
  position: absolute;
  bottom: -40px;}
  
.event-date p {
  font-family: "Roboto Bold";
  color: #0077c8;
  display: inline-block; }

.event-button {
  font-family: "Roboto Medium";
  font-size: 18px;
  display: inline-block;
  background: #0077c8;
  color: white;
  padding: 16px 34px;
  border-radius: 999px; }

.calendar-icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  position: relative;
  top: 26px;
  margin-left: 40px; }

.owl-pagination {
  position: absolute;
  right: 30px;
  bottom: 40px; }
  .owl-pagination .owl-page {
    border: solid 2px #0077c8;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 10px;
    border-radius: 999px; }
    .owl-pagination .owl-page.active {
      background: #0077c8; }

.index-flex-cont-item.vt {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .index-flex-cont-item.vt .child {
    flex: 100%;
    -ms-flex: 100%;
    height: 50%;
    position: relative;
    background-image: url("../images/home/video.jpg");
    background-position: center;
    background-size: cover; }
    .index-flex-cont-item.vt .child:nth-of-type(2) {
      background: #06131d;
      color: white; }
      .index-flex-cont-item.vt .child:nth-of-type(2) .item-info {
        padding: 80px 50px 0 78px; }
      .index-flex-cont-item.vt .child:nth-of-type(2) .module-number {
        color: #6eb1dd; }
        .index-flex-cont-item.vt .child:nth-of-type(2) .module-number::after {
          background: #6eb1dd; }
      .index-flex-cont-item.vt .child:nth-of-type(2) svg {
        fill: #6eb1dd; }
      .index-flex-cont-item.vt .child:nth-of-type(2) .link-more .border {
        background: #6eb1dd; }

.sm-wrap {
  display: flex;
  flex-wrap: nowrap;
  min-width: 100%; }

.index-flex-cont-item.sm {
  height: 540px;
  flex: 1 1 25%;
  flex-basis: 1; }

.index-flex-cont-item.sm img{
  max-width: 100%;
}

  .index-flex-cont-item.sm:nth-of-type(1) {
    background: #06306b;
    color: white;
    background-image: url("../images/home/bg-contacti.jpg");
    background-position: left;
    background-size: cover; }
    .index-flex-cont-item.sm:nth-of-type(1) img {
      padding-top: 70px;
      max-width: 100%; }
    .index-flex-cont-item.sm:nth-of-type(1) p {
      margin-top: 25px; }
    .index-flex-cont-item.sm:nth-of-type(1) .module-number {
      color: #a8d7f0; }
      .index-flex-cont-item.sm:nth-of-type(1) .module-number::after {
        background: #a8d7f0; }
    .index-flex-cont-item.sm:nth-of-type(1) svg {
      fill: #a8d7f0; }
    .index-flex-cont-item.sm:nth-of-type(1) .link-more .border {
      background: #a8d7f0; }
  .index-flex-cont-item.sm:nth-of-type(2) {
    background: #6eb1dd;
    color: #06306b;
    background-image: url("../images/home/bg-formacion.jpg");
    background-position: center;
    background-size: cover; }
    .index-flex-cont-item.sm:nth-of-type(2) .module-number {
      color: white; }
      .index-flex-cont-item.sm:nth-of-type(2) .module-number::after {
        background: white; }
    .index-flex-cont-item.sm:nth-of-type(2) svg {
      fill: white; }
    .index-flex-cont-item.sm:nth-of-type(2) .link-more .border {
      background: white; }
  .index-flex-cont-item.sm:nth-of-type(3) {
    background: white;
    color: #06131d;
    background-image: url("../images/home/implantes.jpg");
    background-position: center;
    background-size: cover; }
    .index-flex-cont-item.sm:nth-of-type(3) .module-number {
      color: #06131d; }
      .index-flex-cont-item.sm:nth-of-type(3) .module-number::after {
        background: #06131d; }
    .index-flex-cont-item.sm:nth-of-type(3) svg {
      fill: #004078; }
    .index-flex-cont-item.sm:nth-of-type(3) .link-more .border {
      background: #004078; }
  .index-flex-cont-item.sm:nth-of-type(4) {
    background: #06306b;
    color: white;
    background-image: url("../images/home/bg-botiss.jpg");
    background-position: center;
    background-size: cover; }
    .index-flex-cont-item.sm:nth-of-type(4) img {
      padding-top: 50px; }
    .index-flex-cont-item.sm:nth-of-type(4) .module-number {
      color: #a8d7f0; }
      .index-flex-cont-item.sm:nth-of-type(4) .module-number::after {
        background: #a8d7f0; }
    .index-flex-cont-item.sm:nth-of-type(4) svg {
      fill: #a8d7f0; }
    .index-flex-cont-item.sm:nth-of-type(4) .link-more .border {
      background: #a8d7f0; }

/* /////////////////////////// p r o d u c t o s /////////////////////////////////*/

/* h o m e */

#landing.landing-productos{
  background-image: url("../images/productos/bg-productos.jpg");
  background-size: cover;
  background-position: center;
}

.index-implantes, .index-protesis, .index-botiss, .index-instrumental, .index-kits, .index-devices, .index-archimedes{
  background-position: center;
  background-size: cover;
}

.index-implantes{
  background-image: url('../images/productos/img-productos-01.jpg');
}
.index-protesis{
  color: white;
  background-image: url('../images/productos/img-productos-02.jpg');
}
.index-botiss{
  color: white;
  background-image: url('../images/productos/img-productos-03.jpg');
}
.index-botiss img{
  padding-top: 40px;
}
.index-instrumental{
  color: #001349;
  background-image: url('../images/productos/img-productos-04.jpg');
}
.index-kits{
  background-image: url('../images/productos/img-productos-05.jpg');
}
.index-devices{
  background-image: url('../images/productos/img-productos-06.jpg');
}
.index-archimedes{
  color: white;
  background-image: url('../images/productos/img-productos-07.jpg');
}


.index-implantes .module-number, .index-instrumental .module-number, .index-kits .module-number, .index-devices .module-number{
  color: #00398a;
}
.index-implantes .module-number::after, .index-implantes .link-more .border, .index-instrumental .module-number::after, .index-devices .module-number::after, .index-devices .link-more .border, .index-kits .module-number::after, .index-kits .link-more .border{
  background-color: #00398a;
}
.index-implantes .link-more svg{
  fill: #2074b6;
}

.index-kits .link-more svg, .index-devices .link-more svg{
  fill: #00398a;
}

.index-instrumental .link-more .border{
  background-color: white;
}
.index-instrumental .link-more svg{
  fill: white;
}
.index-protesis .module-number{
  color: white;
}
.index-protesis .module-number::after, .index-protesis .link-more .border{
  background-color: white;
}
.index-protesis .link-more svg{
  fill: white;
}

.index-botiss .module-number, .index-archimedes .module-number{
  color: #83c3e8;
}
.index-botiss .module-number::after, .index-botiss .link-more .border, .index-archimedes .module-number::after, .index-archimedes .link-more .border{
  background-color: #83c3e8;
}
.index-botiss .link-more svg, .index-archimedes .link-more svg{
  fill: #83c3e8;
}

/*.contacti .sets-dload{
}
*/
.module.inside._2x1_hz.fill-eng{
  background-color: lightblue;
  background-image: url(../images/productos/implantes/img-casos-clinicos.png);
  background-size: cover;
}

/* materiales SOADCO ----------------------------------------*/

#medical-wrapper .instrumental{
  background-image: url('../images/productos/materiales-soadco/bg-instrum-quirurgico.jpg');
  background-size: cover;
}

#medical-wrapper .kits{
  background-image: url('../images/productos/materiales-soadco/bg-kits.jpg');
  background-size: cover;
}

#medical-wrapper .instrumental h3{
  color: #004078;
  text-transform: capitalize;
}
#medical-wrapper .instrumental .module-number{
  color: #2074b6;
}
#medical-wrapper .instrumental .link-more svg{
  fill: #2074b6;
}
#medical-wrapper .instrumental .link-more .border, #medical-wrapper .instrumental .module-number::after{
  background-color: #2074b6;
}

#medical-wrapper .kits h3{
  color: white;
}
#medical-wrapper .kits .module-number{
  color: #83c3e8;
}
#medical-wrapper .kits .link-more svg{
  fill: #83c3e8;
}
#medical-wrapper .kits .link-more .border, #medical-wrapper .kits .module-number::after{
  background-color: #83c3e8;
}


/* i m p l a n t e s */

#title-wrap.implantes-home{
  background-image: url("../images/productos/header-implantes.jpg");
}

.link-ver-mas{
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.implantes-conexion-int .link-ver-mas{
  bottom: 20px;
  left: 20px;
}

.implantes-conexion-int .upper-layer{
  background-image: url('../images/productos/implantes/img-conexion-interna.jpg');
  color: black;
}
.implantes-conexion-int .lower-layer{
  background: white;
}
.implantes-conexion-int .lower-layer .conessential{
  background: #efefef;
}

.implantes-certificados .upper-layer{
  color: #004078;
  background: white;
}
.implantes-certificados{
  width: 100%;
}
.implantes-conexion-ext, .implantes-conexion-ext.open{
  height: 800px;
}
.implantes-conexion-ext .upper-layer{
  background-image: url('../images/productos/implantes/img-conexion-externa.jpg');
  color: white;
}

.implantes-conexion-ext .lower-layer{
  color: white;
  font-family: 'Roboto Light';
  font-size: 14px;
}

.implantes-conexion-ext .implantes-conexion-ext-sk2{
  background-image: url('../images/productos/implantes/conexion-externa/img-bg-sk2.jpg');
  background-size: cover;
  background-position: center;
}

.implantes-conexion-ext .implantes-conexion-ext-sk2.eng{
  background-image: none;
  background-size: cover;
  background-position: center;
  background-color: #83c3e8;
}

.implantes-conexion-ext .implantes-conexion-ext-sk2 .product-info{
  width: 60%;
}

.implantes-conexion-ext .implantes-conexion-ext-kl{
  background-image: url('../images/productos/implantes/conexion-externa/img-bg-kl.jpg');
  background-size: cover;
  background-position: center;
}
.implantes-conexion-ext .implantes-conexion-ext-kl img{
  float: right;
}
.implantes-conexion-ext .implantes-conexion-ext-kl p{
  float: right;
  clear: both;
}

.implantes-conexion-ext .implantes-conexion-ext-kl .product-info{
  width: 350px;
  max-width: 100%;
  float: right;
}

.implantes-superficies{
  height: 800px;
  float: right;
}

.implantes-superficies .upper-layer{
  background-image: url('../images/productos/implantes/img-superficies.jpg');
  color: #06306b;
}

.implantes-superficies .lower-layer{
  font-family: 'Roboto Light';
  font-size: 17px;
}

.implantes-superficies .lower-layer .contacti{
  background-image: url('../images/productos/superficies/img-superficies-1.jpg');
  background-size: cover;
  background-position: center;
}
.implantes-superficies .lower-layer .kis{
  background-image: url('../images/productos/superficies/img-superficies-2.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 120px;
}
.implantes-superficies .lower-layer span{
  font-size: 34px;
  font-family: 'Roboto Bold';
  color: #004078;
}
.implantes-certificados {
  background: white;
  overflow: hidden;
  pointer-events: none;
  height: auto;
}

.implantes-certificados.open{
  width: 100%;
}

.implantes-certificados p{
  padding-top: 40px;
  padding-right: 40px;
  max-width: calc(50% - 41px);
  display: block;
  margin: 0 auto;
  float: left;
}

.implantes-certificados img{
  padding-top: 40px;
  max-width: 50%;
  width: 600px;
  display: block;
  margin: 0 auto;
  float: left;
}

.implantes-conexion-int .module-number, .implantes-certificados .module-number{
  color: #1069ad;
}
.implantes-conexion-int .module-number::after, .implantes-conexion-int .link-more .border, .implantes-certificados .module-number::after, .implantes-certificados .link-more .border{
  background-color: #1069ad;
}
.implantes-conexion-int .link-more svg, .implantes-certificados .link-more svg{
  fill: #1069ad;
}

.implantes-conexion-ext .module-number, .implantes-superficies .module-number{
  color: #a8d7f0;
}
.implantes-conexion-ext .module-number::after, .implantes-conexion-ext .link-more .border, .implantes-superficies .module-number::after, .implantes-superficies .link-more .border{
  background-color: #a8d7f0;
}
.implantes-conexion-ext .link-more svg, .implantes-superficies .link-more svg{
  fill: #a8d7f0;
}

.implantes-conexion-ext, .implantes-superficies, .implantes-certificados{
  transition: all 300ms ease;
}

.logo-desc, .torn{
  float: left;
}
.torn{
  height: 200px;
}
.logo-desc{
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding-right: 20px;
}

/* cone essential*/

#title-wrap.cone-essential-home{
  background-image: url('../images/productos/implantes/header-conexion-interna-plegat.png');
}

#cone-essential-wrapper{
  background-color: #133D5C;
  overflow: hidden;
}

.ventajas .link-more svg, .descripcion-tecnica .link-more svg, .articulos-rel .link-more svg{
  fill: #69b3e7;
}

.ventajas .module-number, .descripcion-tecnica .module-number, .articulos-rel .module-number{
  color: #69b3e7;
}

.ventajas .module-number::after, .ventajas .link-more .border, .descripcion-tecnica .module-number::after, .descripcion-tecnica .link-more .border, .articulos-rel .module-number::after, .articulos-rel .link-more .border{
  background-color: #69b3e7;
}

.ventajas{
  background: #06131d;
  color: white;
  height: 500px;
  transition: all 300ms ease;
  cursor: pointer;
}

.ventajas-wrapper{
  margin-left: 300px;
  margin-right: 120px;
  position: relative;
  top: -200px;
  transition: all 300ms ease;
}

.ventajas-wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

.ventaja{
  width: 33.1%;
  float: left;
  font-family: 'Roboto Thin';
  position: relative;
  min-height: 180px;
}

.ventaja::before{
  content: '';
  font-size: 128px;
  position: absolute;
  top: 20px;
}

.ventaja:nth-of-type(1)::before{
  content: '1';
}
.ventaja:nth-of-type(2)::before{
  content: '2';
}
.ventaja:nth-of-type(3)::before{
  content: '3';
}
.ventaja:nth-of-type(4)::before{
  content: '4';
}
.ventaja:nth-of-type(5)::before{
  content: '5';
}
.ventaja:nth-of-type(6)::before{
  content: '6';
}

.ventaja h4{
  font-size: 29px;
  padding: 50px 20px 0 100px;
  font-family: 'Roboto Light';
}

.ventaja p{
  font-size: 17px;
  padding-left: 100px;
  padding-right: 20px;
  display: none;
  font-family: 'Roboto Light';
}

.ventajas.open{
  height: auto;
}

.ventajas.open p{
  display: block;
}

.ventajas.open .ventaja:nth-of-type(4){
clear: left;
}

.descripcion-tecnica{
  background-image: url('../images/productos/implantes/img-implantes.png');
  background-size: cover;
  background-position: center;
  color: white;
  transition: all 300ms ease;
  cursor: pointer;
}

.descripcion-tecnica li{
  font-family: 'Roboto Light';
  font-size: 17px;
}
.descripcion-tecnica b{
  font-family: 'Roboto Medium';
  font-size: 17px;
}

.lista-descripcion{
  position: relative;
  top: -120px;
  left: 340px;
  width: calc(100% - 340px);
  display: none;
}

.lista-descripcion ul{
  width: 50%;
  float: left;
}

.lista-descripcion li{
  padding: 20px 40px 10px;
  position: relative;
}

.lista-descripcion li::before{
  content: url('../images/productos/implantes/icon-descripcion-tecnica.png');
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#slidercone{
  width: 50%;
  background: white;
  transition: all 300ms ease;
}

#slidercone .owl-wrapper-outer{
  width: 100%;
  height: 100%;
}

#slidercone .slide{
  width: 100%;
  height: 100%;
}

#slidercone .owl-wrapper{
  height: 400px;
}

#slidercone .slide{
  width: 100%;
  min-height: 400px;
  height: 100%;
  background-position: center;
  background-size: cover;
}

#slidercone .slide1{
  background-image: url('../images/productos/implantes/img-carrousel-cone-essential.png');
}
#slidercone .slide2{
  background-image: url('../images/productos/implantes/img-carrousel-cone-essential.png');
}
#slidercone .slide3{
  background-image: url('../images/productos/implantes/img-carrousel-cone-essential.png');
}

#cone-essential-wrapper .imagen{
  background-image: url('../images/productos/implantes/img-casos-clinicos.png');
  background-size: cover;
  background-position: center;
}

#cone-essential-wrapper .articulos-rel{
  background-image: url('../images/productos/implantes/img-articulos-cientificos.jpg');
  background-size: cover;
  background-position: center;
  color: white;
}

.articulos-rel, .image{
  transition: all 300ms ease;
}

.articulos-rel.open{
  height: auto;
}

.articulos-rel.open .owl-dots{
  display: block;
}

.articulos-rel.open .articulo-relacionado{
  display: block;
}

.articulo-relacionado{
  padding: 10px 0;
  display: none;
}
.articulo-relacionado:first-of-type{
  padding-top: 30px;
  display: none;
}

.slider-articulos img{
  display: inline-block;
  padding-right: 20px;
  max-width: 45px;
  height: 40px;
}

.slider-articulos .owl-dots{
  display: none;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 54px;
  height: 20px;
}
.slider-articulos .owl-dot{
  float: left;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .2);
}
.slider-articulos .owl-dot.active{
  background-color: rgba(255, 255, 255, .9);
}

.slider-articulos .owl-nav{
  display: none;
}

.articulos-rel .info-articulo{
  display: inline-block;
}

.info-articulo .fecha-articulo, .info-articulo .nombre-articulo{
  font-size: 17px;
  font-family: 'Roboto Light';
}

.info-articulo .titulo-articulo{
  position: relative;
  top: -10px;
  font-size: 20px;
  font-family: 'Roboto Medium';
}

.articulos-rel span:not(.link-more){
  display: block;
}

.descripcion-tecnica.open{
  width: 75%;
  height: auto;
}

.descripcion-tecnica.externa.open{
  width: 50%
}

.descripcion-tecnica.externa .lista-descripcion ul{
  width: 100%;
}

.descripcion-tecnica.open .lista-descripcion{
  display: block;
}

/*/// vega ///*/

#title-wrap.vega-home{
  background-image: url('../images/productos/implantes/vega/header-vega.jpg');
}

#slidercone .slide-vega1{
  background-image: url('../images/productos/implantes/vega/img-vega-carrousel-1.jpg');
}
#slidercone .slide-vega2{
  background-image: url('../images/productos/implantes/vega/img-vega-carrousel-2.jpg');
}
#slidercone .slide-vega3{
  background-image: url('../images/productos/implantes/vega/img-vega-carrousel-3.jpg');
}

/*.descripcion-tecnica.vega{
  background-image: url('../images/productos/implantes/vega/img-vega-descripcion.jpg')
}*/

/* /// sk2 /// */

#title-wrap.sk2-home{
  background-image: url('../images/productos/implantes/conexion-externa/sk2/img-header-sk2.jpg');
}

/*.descripcion-tecnica.sk2{
  background-image: url('../images/productos/implantes/conexion-externa/sk2/img-descripcion-texnica-sk2.jpg')
}*/

#slidercone .slide-sk2-1{
  background-image: url('../images/productos/implantes/conexion-externa/sk2/img-sk2-carrusel.jpg');
}
#slidercone .slide-sk2-2{
  background-image: url('../images/productos/implantes/conexion-externa/sk2/img-sk2-carrusel-2.jpg');
}
#slidercone .slide-sk2-3{
  background-image: url('../images/productos/implantes/conexion-externa/sk2/img-sk2-carrusel-3.jpg');
}

#title-wrap.kl-home{
  background-image: url('../images/productos/implantes/conexion-externa/kl/img-header-kl.jpg');
}

/*.descripcion-tecnica.kl{
  background-image: url('../images/productos/implantes/conexion-externa/kl/img-descripcion-texnica-kl.jpg')
}*/

#slidercone .slide-kl-1{
  background-image: url('../images/productos/implantes/conexion-externa/kl/img-kl-carrusel.jpg');
}
#slidercone .slide-kl-2{
  background-image: url('../images/productos/implantes/conexion-externa/kl/img-kl-carrusel-2.jpg');
}
#slidercone .slide-kl-3{
  background-image: url('../images/productos/implantes/conexion-externa/kl/img-kl-carrusel-3.jpg');
}

/* ///////////////////////////////// c i e n c i a //////////////////////////////////////////*/

#landing.landing-ciencia {
  background-image: url("../images/ciencia/bg-home-ciencia.jpg"); }

#ciencia-flex-cont {
  width: 100%;
  box-sizing: border-box; }

#ciencia-flex-cont.catedras-open #comite {
  width: 100%; }
#ciencia-flex-cont.catedras-open #catedras {
  height: auto;
  width: 100%; }
#ciencia-flex-cont.catedras-open .catedras-desc {
  max-width: 50%;
  width: 50%; }

#ciencia-flex-cont.colaboraciones-open #colaboraciones {
  height: auto;
  width: 100%; }
  #ciencia-flex-cont.colaboraciones-open #colaboraciones .colaboraciones-bg {
    width: 25%; }
#ciencia-flex-cont.colaboraciones-open #sociedades {
  width: 100%; }

#ciencia-flex-cont.sociedades-open #colaboraciones {
  width: 100%; }
  #ciencia-flex-cont.colaboraciones-open #colaboraciones h3{
  font-size: 36px; }
#ciencia-flex-cont.sociedades-open #sociedades {
  height: auto;
  width: 100%;
  background-color: #69b3e3;}
  #ciencia-flex-cont.sociedades-open #sociedades .colaboraciones-bg {
    width: 25%; }

.ciencia-flex-cont-item {
  width: 50%;
  float: left;
  height: 400px;
  position: relative; }
  .ciencia-flex-cont-item h3 {
    padding: 0;
    font-family: "Roboto Bold", sans-serif;
    margin: 30px 0 0 0;
    font-size: 52.25px;
    line-height: 1.2em; }
  .ciencia-flex-cont-item p {
    font-size: 17px; }
  .ciencia-flex-cont-item:nth-of-type(1) {
    background: #0077c8;
    color: #06306b;
    background-image: url("../images/ciencia/comite/img-comite-cientifico.jpg");
    background-position: center;
    background-size: cover; }
    .ciencia-flex-cont-item:nth-of-type(1) .module-number {
      color: #0077c8; }
      .ciencia-flex-cont-item:nth-of-type(1) .module-number::after {
        background: #0077c8; }
    .ciencia-flex-cont-item:nth-of-type(1) svg {
      fill: #0077c8; }
    .ciencia-flex-cont-item:nth-of-type(1) .link-more .border {
      background: #0077c8; }

.catedras-desc, .colaboraciones-bg, .sociedades-bg{
  cursor: pointer;
}

#catedras {
  background: #0077c8;
  color: white;
  overflow: hidden;
  transition: all 300ms ease-in-out; }
  #catedras .module-number {
    color: #a8d7f0; }
    #catedras .module-number::after {
      background: #a8d7f0; }
  #catedras svg {
    fill: #a8d7f0; }
  #catedras .link-more .border {
    background: #a8d7f0; }

.info-catedra a{
  display: none;
}

.catedras-desc {
  height: 800px;
  float: left; 
  width: 100%;}
  .catedras-desc .catedras-bg {
    width: 100%;
    min-width: 100%;
    height: 400px;
    background-image: url("../images/ciencia/catedra/img-catedra-1.jpg");
    background-position: center;
    background-size: cover; }
  .catedras-desc .catedras-text {
    width: 100%;
    height: 400px;
    font-size: 17px;
    background: white;
    color: #06306b;
    position: relative;
    padding-top: 40px;
    box-sizing: border-box;
    overflow: hidden;}
    .catedras-desc .catedras-text .column {
      width: 50%;
      float: left;
      padding: 30px 50px 50px 50px;
      box-sizing: border-box; }

.catedras-img {
  float: left;
  height: 800px;
  width: 50%;
  background-image: url("../images/ciencia/catedra/img-catedras-3.jpg");
  background-position:  center;
  background-size: cover; }

.unis {
  width: 100%;
  height: auto;
  clear: both; }

.uni {
  position: relative;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  float: left;
  width: 25%;
  height: 400px;
  font-size: 17px;
z-index: 2}
.uni::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 400px;
  z-index: 1; }
.uni h4 {
  font-family: "Roboto Bold", sans-serif; }
.uni img {
  padding-top: 40px; }
.uni svg {
  width: 45px;
  height: 45px; }
.uni .info-catedra{
  padding: 10px;
  position: relative;
  z-index: 3;
}

.uni {
  background-image: url("../images/ciencia/catedra/img-catedras-upc.jpg");
  background-size: cover;  }

.uni:nth-of-type(3n)::before {
  background-color: rgba(0, 64, 120, 0.8); }

.uni:nth-of-type(3n-1)::before {
  background-color: rgba(2, 121, 212, 0.7); }

.uni:nth-of-type(3n-2)::before {
  background-color: rgba(16, 92, 158, 0.8); }


#colaboraciones {
  background: rgba(0, 64, 120, 1);
  color: white;
  overflow: hidden;
  transition: all 300ms ease-in-out; }

#colaboraciones .module-number {
  color: #a8d7f0; }

#colaboraciones .module-number::after {
  background: #a8d7f0; }

#colaboraciones svg {
  fill: #a8d7f0; }

#colaboraciones .link-more .border {
  background: #a8d7f0; }

#colaboraciones .colaboraciones-bg {
  width: 100%;
  height: 400px;
  float: left;
  background-image: url("../images/ciencia/colaboraciones/img-colaboraciones.jpg");
  background-position:  center;
  background-size: cover; }

#colaboraciones .univ-colab {
  width: 25%;
  height: 400px;
  display: inline-block;
  float: left;
  text-align: center;
  background-image: url("../images/ciencia/colaboraciones/img-colaboraciones-1.jpg");
  background-position: center;
  background-size: cover;
  position: relative; }

#colaboraciones .univ-colab::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 400px;
  z-index: 2;
  transition: all 300ms ease;}

#colaboraciones .univ-colab:nth-of-type(3n-2)::before {
  background-color: rgba(239, 239, 239, 0.4); }

#colaboraciones .univ-colab:nth-of-type(3n-1)::before {
  background-color: rgba(105, 179, 231, 0.65); }

#colaboraciones .univ-colab:nth-of-type(3n)::before {
  background-color: rgba(0, 64, 120, 0.8); }

#colaboraciones .univ-colab:hover::before{
  background-color: rgba(0, 0, 0, .65);
}

#colaboraciones .univ-colab:hover .desc-univ-colab, #colaboraciones .univ-colab:hover a{
  display: block
}
#colaboraciones .desc-univ-colab, #colaboraciones a{
  display: none
}
#colaboraciones .info-univ-colab{
  width: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

#colaboraciones .nombre-univ-colab {
  font-family: "Roboto Bold", sans-serif;
  font-size: 28px;
}

#sociedades {
  overflow: hidden;
  height: 400px;
  transition: all 300ms ease-in-out; }

#sociedades .module-number {
  color: #06306b; }

#sociedades .module-number::after {
  background: #06306b; }

#sociedades svg {
  fill: #06306b; }

#sociedades .link-more .border {
  background: #06306b; }

#sociedades .sociedades-bg {
  color: #06306b;
  width: 100%;
  height: 400px;
  float: left;
  background-image: url("../images/ciencia/sociedades/img-sociedades.jpg");
  background-position: center;
  background-size: cover; }

#sociedades .sociedad {
  height: 400px;
  width: 50%;
  float: left;
  background: white;
  position: relative;
  padding: 50px 175px 50px 50px;
  box-sizing: border-box; }

/*#sociedades .sociedad:hover .sociedad-hover {
  opacity: 0;
  visibility: hidden; }*/

#sociedades .sociedad h4 {
  margin: 0;
  padding: 10px 0;
  font-size: 30px;
  font-family: "Roboto Bold", sans-serif; }

#sociedades .sociedad b {
  font-size: 50px; }

#sociedades .sociedad i {
  margin-top: 20px;
  font-family: "Roboto Light", sans-serif;
  font-size: 18px; }

#sociedades .sociedad .link-icon {
  width: 50px;
  height: 50px;
  background-image: url("../images/ciencia/sociedades/icon-link-b.png");
  background-position: center;
  display: block;
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%); }

#sociedades .sociedad-nombre, #sociedades .sociedad-desc {
  float: left; }

#sociedades .sociedad-nombre {
  width: 45%; }

#sociedades .sociedad-desc {
  width: 55%;
  padding-bottom: 50px;}

#sociedades .sociedad-hover {
  text-align: center;
  font-size: 30px;
  color: white;
  background-color: #0077c8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: all 300ms ease-in-out; }

#sociedades .sociedad-hover h4 {
  padding: 40px 0 0 0; }

#sociedades .sociedad-hover .link-icon {
  background-image: url("../images/ciencia/sociedades/icon-link.png");
  background-position: center; }

#sociedades .sepa{
  background-image: url('../images/ciencia/sociedades/img-sociedades-1.jpg');
}

#sociedades .sepes{
  background-image: url('../images/ciencia/sociedades/SEPES.png');
}

#sociedades .scoi{
  background-image: url('../images/ciencia/sociedades/img-sociedades-2.jpg');
}

#sociedades .secib{
  background-image: url('../images/ciencia/sociedades/img-sociedades-4.jpg');
}

#sociedades .sei{
  background-image: url('../images/ciencia/sociedades/img-sociedades-5.jpg');
}

#sociedades .secom{
  background-image: url('../images/ciencia/sociedades/img-sociedades-6.jpg')
}

.info-comite {
  width: 50%;
  height: 400px;
  float: left;
  background: white;
  padding: 80px 100px 0 80px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap; }

.info-comite h2 {
  font-family: "Roboto Bold", sans-serif;
  font-size: 52px;
  flex: 35%;
  margin: 0;
  padding-top: 100px;
  padding-right: 20px;
  color: #004078; }

.info-comite p {
  font-family: "Roboto Light", sans-serif;
  font-size: 17px;
  width: 450px;
  padding-top: 100px; }

.info-comite .item-number {
  font-family: "Roboto Light", sans-serif;
  font-size: 31.17px;
  color: #0077c8;
  position: absolute; }

.info-comite .item-number::after {
  content: "";
  display: block;
  height: 8px;
  width: 26px;
  margin: 7px 0 0 2px;
  background-color: #0077c8; }

/*JOAN R.
.miembro-comite {
  width: 25%;
  height: 400px;
  float: left;
  position: relative;
  background-image: url("../images/ciencia/comite/img-fichadirector.jpg");
  background-position: center;
  background-size: cover;
}
.miembro-comite::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 400px;
  z-index: 2; }

.miembro-comite:nth-of-type(3n-1)::after {
  background-color: rgba(239, 239, 239, 0.5); }

.miembro-comite:nth-of-type(3n-2)::after {
  background-color: rgba(105, 179, 231, 0.65); }

.miembro-comite:nth-of-type(3n+3)::after {
  background-color: rgba(2, 121, 212, 0.7); }
*/

/*OLGA*/
.miembro-comite {
  width: 25%;
  height: 400px;
  float: left;
  position: relative;
}
.miembro-comite:nth-of-type(3n-2) .miembro-hover{
	background-color: rgba(105, 179, 231, 0.65);
}
.miembro-comite:nth-of-type(3n-1) .miembro-hover{
	background-color: rgba(239, 239, 239, 0.5);
}
.miembro-comite:nth-of-type(3n+3) .miembro-hover{
	background-color: rgba(2, 121, 212, 0.7);
}
.miembro-img{background-repeat: no-repeat; background-position: center center; position: relative; background-size: cover; z-index: 2; width: 100%; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */filter: grayscale(100%); height: 400px;}
.miembro-comite:hover .miembro-hover { background-color: rgba(6, 19, 29, 0.8) !important}
/**/


.miembro-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 400ms ease;
  z-index: 3 }

.miembro-nombre {
  font-family: "Roboto Bold", sans-serif;
  font-size: 28px;
  position: absolute;
  text-align: center;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-weight: normal;
  transition: all 300ms ease; }

.miembro-descripcion {
  width: 95%;
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  position: absolute;
  top: 45%;
  text-align: center;
  left: 50%;
  color: white;
  padding: 0 10px;
  opacity: 0;
  box-sizing: border-box;
  transform: translateX(-50%);
  transition: all 300ms ease; }

/*.miembro-descripcion::after {
  content: url("../images/more.png");
  display: block;
  padding-top: 20px; }*/

.miembro-comite:hover .miembro-hover {
  background-color: rgba(6, 19, 29, 0.8); }
/*.miembro-comite:hover .miembro-nombre {
  transform: translate(-50%, -190px); }*/
.miembro-comite:hover .miembro-descripcion {
  opacity: 1; }

.info-ficha, .foto-doctor {
  width: 50%;
  float: left;
}

.foto-doctor {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */filter: grayscale(100%)
}
.foto-doctor {
  background-image: url("../images/ciencia/comite/img-fichadirector.jpg");
  background-position: center;
  background-size: cover; }

.nombre-doctor {
  height: 400px;
  background-image: url("../images/ciencia/comite/img-1-ficha-director.jpg");
  background-position: center;
  background-size: cover;
  padding: 0 0 0 85px;
  position: relative; }
  .nombre-doctor h2 {
    font-family: "Roboto Bold", sans-serif;
    font-size: 52px;
    margin: 0;
    color: #004078;
    position: absolute;
    width: 95%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.info-doctor {
  background: #004078;
  height: auto;
  color: white;
  position: relative; }
  .info-doctor ul {
    font-family: "Roboto Light", sans-serif;
    font-size: 17px;
    list-style: none;
    margin: 0;
    padding: 70px 40px 70px 85px;
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
    line-height: 2.4em; }
    .info-doctor li::before {
    content: '- ';}

#uni-catedra-wrap {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#logo-uni-catedra {
  float: left;
  vertical-align: center;
  position: relative;
}

#title-wrap #title-uni-catedra {
  width: 200px;
  padding: 0;
  text-align: left;
  float: left;
  font-size: 29px;
  font-family: "Roboto Light", sans-serif;
  padding-left: 20px;}

#info-catedra {
  width: 50%;
  float: left;}

#titulo-catedra {
  font-family: "Roboto Bold";
  font-size: 30px; }

#texto-catedra {
  height: 400px;
  color: #001038;
  padding: 60px 70px 0;
  box-sizing: border-box; }

#texto-catedra .descripcion-catedra {
  font-family: "Roboto Light";
  font-size: 17px;
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
  -moz-column-gap: 20px; /* Firefox */
  column-gap: 20px;
}
#texto-catedra .column {
  width: 50%;
  float: left;
  box-sizing: border-box; }

#imagen-info-catedra {
  height: 400px;
  background-image: url("../images/ciencia/catedra/img-catedra-1.jpg");
  background-position: center;
  background-size: cover; }

#director-catedra {
  width: 50%;
  float: left;
  height: 800px; }

#info-director-catedra {
  height: 400px;
  width: 50%;
  padding: 60px 85px;
  box-sizing: border-box;
  color: white;
  float: left;
  background-color: #001038; }

#info-director-catedra span{
  font-family: 'Roboto Bold';
  font-size: 18px;
  display: block;
  padding: 15px 0
}
#nombre-director-catedra {
  font-family: 'Roboto Bold';
  font-size: 24px;
}
#especialidad-director-catedra {
  font-family: 'Roboto Light';
  font-size: 17px;
  margin: 0;
  padding-top: 10px
}

#imagen-director-catedra {
  height: 400px;
  width: 50%;
  float: left;
  background-image: url("../images/ciencia/catedra/director-upc.jpg");
  background-position: center;
  background-size: cover; }

#imagen-pie-director-catedra {
  height: 400px;
  float: left;
  width: 100%;
  background-image: url("../images/ciencia/catedra/img-catedra-2.jpg");
  background-position: center;
  background-size: cover; }

/* /////////////// p a c i e n t e s ////////////////////////*/

#landing.landing-pacientes {
  background-image: url("../images/pacientes/bg-pacientes.jpg"); }

.faq {
  position: relative;
  overflow-x: hidden;}
.faq:nth-of-type(1), .faq:nth-of-type(3), .faq:nth-of-type(5){
  background-color: #69b3e7;
  color: white;
}
.faq:nth-of-type(4){
  background-color: #004078;
  color: white;
}
.faq:nth-of-type(2), .faq:nth-of-type(6){
  background-color: white;
  color: black;
}

.faq .module-number {
  color: #a8d7f0;
  position: absolute;
  left: 90px;
  top: 40px; }

.faq .link-more svg{
  fill: #a8d7f0;;
}

.faq .module-number::after, .faq .link-more .border{
  background: #a8d7f0;
}

.faq-title {
  min-height: 140px;}

.faq-title h2 {
  font-family: "Roboto Bold", sans-serif;
  margin: 0;
  font-size: 40px;
  /*position: absolute;*/
  padding: 40px 100px 40px 180px}

.faq-answer{
  font-family: 'Roboto Light';
  font-size: 17px;
  padding: 20px 90px 60px;
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
  -moz-column-gap: 50px; /* Firefox */
  column-gap: 60px;
}

#faq-form-wrap{
  position: relative;
  height: 250px;
}

#faq-form-overlay{
  background-color: #004078;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

#faq-form, #send-form{
  width: 50%;
  display: inline-block;
  float: left;
  position: relative;
  height: 250px;
}

#faq-form{
  background-color: #efefef;
  padding: 50px 90px 50px 60px;
  box-sizing: border-box;
}

#faq-form input{
  display: inline-block;
  width: 50%;
  float: left;
  border: none;
  background: none;
  border-bottom: solid 1px  #a8d7f0;
  padding: 10px;
  box-sizing: border-box;
  outline: none;
}

#faq-form textarea{
  padding: 10px;
  width: 100%;
  border: none;
  background: none;
  border-bottom: solid 1px  #a8d7f0;
  padding: 10px;
  box-sizing: border-box;
  resize: none;
  outline: none;
}

#faq-form input::-webkit-input-placeholder, #faq-form textarea::-webkit-input-placeholder {
  color: #a8d7f0;
}

#faq-form input:-moz-placeholder, #faq-form textarea:-moz-placeholder{ /* Firefox 18- */
  color: #a8d7f0;
}

#faq-form input::-moz-placeholder,  #faq-form textarea::-moz-placeholder{  /* Firefox 19+ */
  color: #a8d7f0;
}

#faq-form input:-ms-input-placeholder,  #faq-form textarea:-ms-input-placeholder{
  color: #a8d7f0;
}

#send-form{
  background-color: #1069ad;
}

.button-mas-preguntas{
  font-family: 'Roboto Medium';
  font-size: 32px;
  color: #1069ad;
  padding: 15px 60px 17px;
  background-color: white;
  display: inline-block;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.button-send{
  font-family: 'Roboto Medium';
  font-size: 32px;
  color: #1069ad;
  padding: 15px 60px 17px;
  background-color: white;
  display: inline-block;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

/*/////////////////// formacion y eventos //////////////////////////////////////// */

#landing.landing-formacion-eventos{
  background-image: url('../images/formacion/img-home-formacion.jpg');
  background-size: cover;
}

#calend-ponentes-wrapper .calen{
  background-size: cover;
  background-position: center;
  background-image: url('../images/formacion/img-formacion-1.jpg');
  background-color: white;
  color: #004078;
}

#calend-ponentes-wrapper .calen .link-more svg{
  fill: #69b3e7;
}
#calend-ponentes-wrapper .calen .link-more .border, #calend-ponentes-wrapper .calen .module-number::after{
  background-color: #69b3e7;
}

 #calend-ponentes-wrapper .calen .module-number{
 color: #69b3e7
}

#calend-ponentes-wrapper .img-calen{
  background-size: cover;
  background-position: center;
  background-image: url('../images/formacion/img-formacion-1.jpg');
}

#calend-ponentes-wrapper .pon{
  background-size: cover;
  background-position: center;
  background-image: url('../images/formacion/img-formacion-2.jpg');
  background-color: #2074b6;
  color: white;
}

#calend-ponentes-wrapper .pon .link-more svg{
  fill: #a8d7f0;
}
#calend-ponentes-wrapper .pon .link-more .border, #calend-ponentes-wrapper .pon .module-number::after{
  background-color: #a8d7f0;
}

 #calend-ponentes-wrapper .pon .module-number{
 color: #a8d7f0
}

#calend-ponentes-wrapper .img-pon{
  background-size: cover;
  background-position: center;
  background-image: url('../images/formacion/img-formacion-2.jpg');
}

/* ///////////////////// c a l e n d a r i ////////////////////////////////*/

#title-wrap.title-calen{
  background-image: url('../images/formacion/header-formacion.jpg');
  height: 100px
}

#title-wrap.title-calen h1{
  padding-top: 20px
}

.slider-lista-ponente {
  width: 100%;
  max-height: 190px;
  z-index: 2;

}
.slider-lista-ponente .slide {
  overflow: hidden;
  max-height: 190px;  
}

.slider-lista-ponente .owl-dots{
  display: block;
  right: 0;
  left: 0;
  bottom: 0;
  bottom: -45px;
  text-align: center;
}

.slider-lista-ponente .owl-dot, .slider-lista-ponente .owl-nav .owl-next, .slider-lista-ponente .owl-nav .owl-prev {
    height: 16px;
    width: 16px;
    background-color: #c3c3c3;
    display: inline-block;
    margin: 4px;
    border-radius: 100%;
}

.slider-lista-ponente .owl-dot.active{
    background-color: #0077c8;
}


/*/////////////////// c o n t a c t o //////////////////////////////////////// */

.form-group{
  width: 50%;
  float: left;
  padding: 50px;
  box-sizing: border-box;
}

.form-group input{
  width: 48%;
  float: left;
  border: none;
  border-bottom: solid 1px #69b3e7;
  padding: 10px 0;
  margin-top: 20px;
  font-family: 'Roboto Light';
  font-size: 25px;
}

.form-group input:nth-of-type(2n){
  float: right;
}

.form-group input::-webkit-input-placeholder {
  color: #69b3e7;
}

.form-group input:-moz-placeholder { /* Firefox 18- */
  color: #69b3e7;
}

.form-group input::-moz-placeholder {  /* Firefox 19+ */
  color: #69b3e7;
}

.form-group input:-ms-input-placeholder {
  color: #69b3e7;
}
#form-wrapper select{
  width: 100%;
  border: solid 1px  #69b3e7;
  color:  #69b3e7;
  margin-top: 40px;
  padding: 10px 0;
  font-family: 'Roboto Light';
  font-size: 25px;
}
.form-group textarea{
  width: 100%;
  height: 250px;
  border: none;
  border-bottom: solid 1px #69b3e7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  font-family: 'Roboto Light';
  font-size: 25px;
  color: #69b3e7;
}

.form-group button{
  width: 360px;
  background-color:  #69b3e7;
  color: white;
  margin-top: 50px;
  padding: 10px 0;
  font-family: 'Roboto Light';
  font-size: 25px;
  border: none;
  float: right;
}

#sedes-internacionales{
  clear: both;
}
.sede-direccion, .sede-datos-contacto{
  width: 50%;
  float: left;
  padding: 20px 20px 20px 0;
  box-sizing: border-box;
}
.sede-internacional h3{
  font-size: 48px;
}
.sede-internacional span:not(.link-more){
  display: block;
  font-family: 'Roboto Light';
  font-size: 25px;
  line-height: 1.8em;
  position: relative;
}
.sede-internacional:nth-of-type(even){
  float: right;
}
.sede-internacional .telefono::before, .sede-internacional .fax::before, .sede-internacional .email::before{
  content: 'T';
  margin-right: 20px;
  font-family: 'Roboto Bold';
  color: #69b3e7;
}
.sede-internacional .fax::before{
  content: 'F';
}
.sede-internacional .email::before{
  content: 'E';
}

.sede-internacional:nth-of-type(4n-3){
  background-color: #06131d;
  color: white;
}

.sede-internacional:nth-of-type(4n-3) .link-more svg, .sede-internacional:nth-of-type(4n) .link-more svg{
  fill: #69b3e7;
}
.sede-internacional:nth-of-type(4n-3) .link-more .border, .sede-internacional:nth-of-type(4n) .link-more .border{
  background-color: #69b3e7;
}

.sede-internacional:nth-of-type(4n-2){
  background-color: #1069ad;
  color: white;
}

.sede-internacional:nth-of-type(4n-2) .link-more svg{
  fill: #004078;
}
.sede-internacional:nth-of-type(4n-2) .link-more .border{
  background-color: #004078;
}

.sede-internacional:nth-of-type(4n-1){
  background-color: #69b3e7;
  color: white;
}

.sede-internacional:nth-of-type(4n-1) .link-more svg{
  fill: white;
}
.sede-internacional:nth-of-type(4n-1) .link-more .border{
  background-color: white;
}

.sede-internacional:nth-of-type(4n-1) .telefono::before, .sede-internacional:nth-of-type(4n-1) .fax::before, .sede-internacional:nth-of-type(4n-1) .email::before{
  color: #004078;
}

.sede-internacional:nth-of-type(4n){
  background-color: #004078;
  color: white;
}

.sede-internacional:nth-of-type(4n-3) h3{
  color: #69b3e7;
}

.sede-internacional:nth-of-type(4n-2) h3{
  color: #69b3e7;
}

.sede-internacional:nth-of-type(4n-1) h3{
  color: #004078;
}

.sede-internacional:nth-of-type(4n) h3{
  color: #69b3e7;
}

.map-cont{
  width: 100%;
  height: 400px;
  clear: both;
  display: none;
}
.map-cont.mobile{
  display: none;
}

.sede-internacional .link-more.clicable svg{
  margin-left: 50px
}

#form-status{
  text-align: center;
  padding-bottom: 20px;
  font-size: 1.4em;
  color: #004078;
}

.errorform{ border-bottom: solid 1px #FF0000 !important; }

/*/////////////////////////////// MEDIA Q /////////////////////////////////*/
@media screen and (max-width: 1700px) {

  header #head-logo {
    margin: 0; }

  header #head-logo img {
    padding-top: 25px;
    transform: scale(0.7); }

  nav a {
    padding: 0 10px; }

  header nav {
    width: calc(100% - 241px); }

  header nav div {
    float: right;
    text-align: center; }

  header nav div li:nth-of-type(2) a, header nav div li:nth-of-type(3) a {
    padding: 0 24px; }

  header nav div li:nth-of-type(2) a svg, header nav div li:nth-of-type(3) a svg {
    width: 16px;
    height: 16px; }

.link-more {
  top: 40px;
  right: 35px; }

.link-more .border {
  width: 90px;
  bottom: -18px;
  right: -35px; }

.link-more svg {
  width: 32px;
  height: 32px; }

.index-flex-cont-item h3, .ciencia-flex-cont-item h3 {
  font-size: 46px;
  padding-top: 20px; }

.item-info, .index-flex-cont-item.vt .child:nth-of-type(2) .item-info {
  padding: 50px; }

#sociedades .sociedad {
  padding: 20px 20px 50px 20px;}

.implantes-certificados.open {
  height: auto;
}

}

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

footer {
  font-size: 14px; }

footer div {
  line-height: 60px; }

footer .social-icon {
  width: 55px;
  min-width: 55px;
  height: 60px; }

footer .social-icon svg {
  width: 12px;
  height: 12px; }

footer #foot-logo {
  width: 230px;
  margin: 0 0 0 20px;
  height: 60px; }

footer #foot-logo img {
  transform: scale(0.82); }

.module{
  padding: 50px 30px;
  box-sizing: border-box;
}

.module.upper-layer{
  padding: 100px 30px;
}

.module h3{
  margin: 20px 0 0 0;
  font-size: 36px;
}

.module-number {
  font-size: 26px; }

.module-number::after{
  height: 6px;
}

.info-comite {
  padding: 50px; }

.info-comite h2 {
  font-size: 40px; }

.info-comite p {
  padding-top: 80px; }

.info-doctor ul {
  padding-left: 60px;
  line-height: 1.9em; }

.catedras-desc .catedras-text{
  padding-top: 0px
}

#titulo-catedra{
  font-size: 20px;
}

#texto-catedra{
  padding: 40px 60px 0;
}

#texto-catedra .descripcion-catedra{
  font-size: 16px;
}

#info-director-catedra{
  padding: 40px 20px
}

.ventajas-wrapper{
  top: -100px;
  margin-left: 200px;
}

.ventajas.open{
  height: auto;
}

.ventajas.open .ventaja:nth-of-type(odd){
clear: left;
}

.ventajas.open .ventaja:nth-of-type(4){
clear: none;
}

#slider-info-evento h2{
	font-size: 30px;
	padding: 30px 0;
}

#slider-info-evento h2 img{
	padding-right: 10px;
}

#slider-info-evento p{
	font-size: 14px;
}


}

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

/*nav a {
  padding: 0 10px;
  font-size: 14px;
}*/

header nav div li:nth-of-type(2) a, header nav div li:nth-of-type(3) a {
  padding: 0 25px;
}

#tab-productos img {
  padding-top: 20px;
  transform: scale(.8);
}

#tab-productos ul {
  width: 840px;
  height: 130px;
  position: absolute;
}

#tab-productos ul li {
  width: 120px;
  height: 130px;
}

#tab-productos ul li a {
  width: 120px;
  height: inherit;
  font-size: 12px;
}

#tab-productos ul li ul {
  width: 120px;
  position: absolute;
  top: 0;
}

#tab-productos ul .sub {
  margin-left: -120px;
  padding-left: 4px;
}

#tab-productos ul .sub a {
  font-size: 10px;
  background: none;
  line-height: auto;
  height: auto;
}

#tab-productos ul .sub a:hover {
  background: none;
  text-decoration: underline;
}

#tab-productos #implantes-sub:hover li:first-of-type {
  transform: translateX(-120px);
}

#tab-productos #protesis-sub:hover li:first-of-type {
  transform: translateX(-120px);
}

#slider .slide-info, #slider .slide-img {
  width: 50%;
  display: inline-block;
  float: left;
}

#slider .slide-info {
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}

#slider .slide-info h3 {
  font-size: 32px;
  padding: 0;
  color: #0077c8;
}

#slider .slide-info h4 {
  font-size: 22px;
  margin: 30px 0 0;
  padding-bottom: 0;
}

#slider .slide-info p {
  font-size: 14px;
  padding: 0;
  margin: 10px 0 10px 0;
}

#slider .slide-img {
  height: 798px;
  background-size: cover;
}

#landing-info {
  width: 55%;
  max-width: 100%;
}

#landing-info h1 {
  font-size: 50px;
}

#landing-info p {
  font-size: 18px; }

footer .contact-info span, footer .contact-info span:nth-of-type(2) {
  padding-right: 20px; }

.index-flex-cont-item h3 {
  font-size: 36px; }

.item-info, .index-flex-cont-item.vt .child:nth-of-type(2) .item-info {
  padding: 50px 40px 50px 50px; }

.item-info p, .index-flex-cont-item.vt .child:nth-of-type(2) .item-info p {
  font-size: 12px; }

.index-flex-cont-item {
  height: 600px; }

.index-flex-cont-item.sm {
  height: 400px; }

.index-flex-cont-item.sm:nth-of-type(3) img {
  max-width: 85%;
  padding-top: 50px; }

.index-flex-cont-item.sm:nth-of-type(3) p {
  margin-top: 20px;
  line-height: 1.5em; }

.index-flex-cont-item.sm:nth-of-type(6) img {
  width: 100px; }

/* PRODUCTOS */

.implantes-conexion-int img{
  max-width: 100%;
}

.implantes-certificados.open #flexbox-certificados{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.implantes-certificados.open #flexbox-certificados .certificado{
  padding-top: 40px;
}

.implantes-certificados.open #flexbox-certificados .img-cont-certif{
  min-width: 200px;
}
.implantes-certificados.open #flexbox-certificados img{
  display: block;
  margin: 0 auto;
}
.implantes-certificados.open #flexbox-certificados p{
  margin-left: 100px;
}

/* cone essential */

.ventajas{
  height: auto;
}

.ventajas.open .ventajas-wrapper{
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 0;
}

.ventaja{
  width: 50%;
}

.descripcion-tecnica li{
  font-family: 'Roboto Light';
  font-size: 17px;
}
.descripcion-tecnica b,.descripcion-tecnica strong{
  font-family: 'Roboto Medium';
  font-size: 17px;
}

.lista-descripcion{
  padding-top: 40px;
  top: 0;
  left: 0;
  width: 100%;
}

.lista-descripcion ul{
  width: 50%;
  float: left;
}

.lista-descripcion li{
  padding: 20px 40px 10px;
  position: relative;
}

.lista-descripcion li::before{
  content: url('../images/productos/implantes/icon-descripcion-tecnica.png');
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


/*CIENCIA*/

#ciencia-flex-cont.catedras-open .catedras-desc {
  max-width: 100%;
  width: 100%;
  height: auto }

#catedras .catedras-text{
  height: auto;
}

.catedras-img {
  height: 400px;
  width: 100%;}

.uni{
  width: 33%
}

#ciencia-flex-cont.colaboraciones-open #colaboraciones .colaboraciones-bg {
  width: 100%; }

#colaboraciones .univ-colab{
  width: 33.33%;
}

#sociedades .sociedad {
  width: 100%;
  padding: 50px;
}

.info-comite {
  padding: 40px; }

.info-comite h2 {
  font-size: 40px; }

.info-comite p {
  padding-top: 80px; }

.foto-doctor {
  background-position: left; }

.info-doctor ul {
  padding-left: 40px;
  line-height: 1.9em; }

#titulo-catedra{
  font-size: 20px;
}
#texto-catedra{
  padding: 40px 60px 0;
  height: 500px;
}
#texto-catedra .descripcion-catedra{
  font-size: 16px;
}

#info-director-catedra{
  padding: 40px 20px;
  height: 500px;
}
#imagen-director-catedra{
  height: 500px;
}

/* contacto */

.form-group input{
  font-size: 20px;
}

.form-group input:nth-of-type(2n){
  float: right;
}
#form-wrapper select{
  font-size: 20px;
}
.form-group textarea{
  font-size: 20px;
}

.form-group button{
  width: 320px;
  font-size: 20px;
}

#sedes-internacionales .sede-internacional{
  height: 320px;
}

#sedes-internacionales span:not(.link-more){
  font-size: 18px;
}

#slider-info-evento .fecha-hora-wrapper, #slider-info-evento .direccion-wrapper{
	font-family: 'Roboto Medium';
	font-size: 14px;
}

#slider-info-evento .item{
  padding: 40px;
  height: 720px;
}

#slider-info-evento .fecha-hora-wrapper img, #slider-info-evento .direccion-wrapper img{
	padding-right: 10px;
}

#slider-info-evento h2{
	font-size: 24px;
	padding: 20px 0;
}

#slider-info-evento h2 img{
	padding-right: 10px;
}

#slider-info-evento p{
	padding-top: 20px;
	font-size: 13px;
}

#slider-info-evento img{
	width: 28px;
  height: 28px;
}

#ficha-ponente .info-ponente, #ficha-ponente .curso {
	height: 560px;
}


}

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

  nav a {
    padding: 0 8px;
    font-size: 14.5px;
  }

  header nav div li:nth-of-type(2) a, header nav div li:nth-of-type(3) a {
    padding: 0 20px;
  }

  #tab-productos img {
    padding-top: 20px;
    transform: scale(.8);
  }

  #tab-productos ul {
    width: 770px;
    height: 130px;
  }

  #tab-productos ul li {
    width: 100px;
    height: 130px;
  }

  #tab-productos ul li a {
    width: 100px;
    font-size: 12px;
  }

  #tab-productos ul li ul {
    width: 110px;
    position: absolute;
    top: 0;
  }

  #tab-productos ul .sub {
    margin-left: -100px;
  }

  #tab-productos ul .sub a {
    font-size: 10px;
  }


  #tab-productos #implantes-sub:hover li:first-of-type {
    transform: translateX(-100px);
  }

  #tab-productos #protesis-sub:hover li:first-of-type {
    transform: translateX(-100px);
  }
}

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

#video-modal iframe{
  width: 90%;
  height: 500px;
}

.implantes-certificados p{
  max-width: 100%;
}

.implantes-certificados img{
  max-width: 100%;
  width: 600px;
}

header nav {
  display: none; }

#slider{
  max-width: 100%;
}

#burguer {
  visibility: visible;
  opacity: 1; }

#link-prev, #link-next {
  font-size: 16px;
  bottom: 30px;}

#link-prev {
  left: 35px; }

#link-prev::before {
  left: -27px;
  top: -6px;}

#link-next {
  right: 35px; }

#link-next::after {
  right: -27px;
  top: -2px; }

footer {
  padding-top: 30px;
  flex-wrap: wrap; }

footer #foot-logo {
  flex: 100%;
  margin: 0; }

footer #foot-logo img {
  display: block;
  margin: 0 auto; }

footer .contact-info {
  text-align: center;
  flex: 100%;
  line-height: 25px; }

footer .contact-info span {
  max-width: 95%;
  display: block;
  padding: 0;
  margin: 0 auto; }

footer .contact-info span:nth-of-type(2) {
  padding: 10px 0 0 0; }

footer .social-icons {
  margin: 0 auto;
  padding: 20px 0 50px 0; }

footer .social-icon {
  min-width: 70px;
  width: 70px;
  display: block; }

._2x1_hz{
  width: 100%;
}

._2x1_vt{
  width: 100%;
  height: 400px;
}

._2x2{
  width: 100%;
}
._2x2.index-implantes{
  height: 400px;
}

.index-flex-cont-item {
  flex: 100%; }

.sm-wrap {
  flex-wrap: wrap; }

.sm-wrap .index-flex-cont-item.sm {
  flex: 50%; }


#title-wrap p, .title-wrap-grp .description{
  font-size: 14px;
}


/* PRODUCTOS */

.implantes-conexion-int, .implantes-conexion-ext, .implantes-superficies{
  height: 800px;
}

.implantes-conexion-int.open, .implantes-conexion-ext.open, .implantes-superficies.open{
  height: 800px;
  max-height: 800px;
}

.implantes-certificados.open #flexbox-certificados .certificado{
  padding-top: 40px;
  flex-wrap: wrap;
}

.implantes-certificados.open #flexbox-certificados .img-cont-certif{
  width: auto;
  display: block;
  margin: 0 auto;
}
.implantes-certificados.open #flexbox-certificados img{
  display: block;
  margin: 0 auto;
}
.implantes-certificados.open #flexbox-certificados p{
  padding-top: 50px;
  margin-left: 0;
}

.descripcion-tecnica.open{
  width: 100%;
}

.descripcion-tecnica.externa.open{
  width: 100%;
}

.lista-descripcion{
  padding-top: 40px;
  top: 0;
  left: 0;
  width: 100%;
}

.lista-descripcion ul{
  width: 50%;
  float: left;
}

.lista-descripcion li{
  padding: 20px 40px 10px;
  position: relative;
}

#cone-essential-wrapper .imagen{
  display: none;
}

.ventajas-wrapper{
  top: 0;
  margin: 0;
}

#slidercone{
  width: 100%;
}

/*}*/

/*CIENCIA*/

.ciencia-flex-cont-item {
  width: 100%;
}

.catedras-desc, .catedras-desc .catedras-text{
  height: auto;
}

.catedras-desc .catedras-text{
  padding: 40px 0;
}

.catedras-desc .catedras-text .column {
  width: 50%;
  float: left;
  padding: 20px;
  box-sizing: border-box; }

/*  */
#sociedades .sociedad {
  padding: 50px 20px;
  height: 400px; }

#colaboraciones .univ-colab{
  width: 50%
}

.info-comite {
  width: 100%; }

.info-comite h2 {
  font-size: 50px; }

.info-comite p {
  font-size: 18px; }

.miembro-comite {
  width: 50%; }

#ficha-doctor {
  display: flex;
  flex-wrap: wrap; }

.info-ficha, .foto-doctor {
  width: 100%; }

.info-ficha {
  order: 2; }

.foto-doctor {
  order: 1;
  background-position: center;
  height: 600px; }

.info-doctor ul {
  padding-left: 40px;
  line-height: 1.9em; }

  #uni-catedra-wrap {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #logo-uni-catedra {
    float: none;
    vertical-align: center;
    position: relative;
  }

  #title-wrap #title-uni-catedra {
    width: 200px;
    padding: 0;
    text-align: center;
    float: none;
    font-size: 29px;
    font-family: "Roboto Light", sans-serif;
    padding-left: 20px;}

#info-catedra{
  width: 100%;
  height: auto;
}
#texto-catedra {
  padding: 60px 70px 20px;
  height: auto;
}

#director-catedra {
  width: 100%;
  height: 400px;
}

#info-director-catedra {
  height: 400px;
  padding: 60px 35px;}

#imagen-director-catedra{
  height: 400px;
}

#imagen-pie-director-catedra, #imagen-info-catedra{
  display: none;
}

/* contacto */

.form-group{
  width: 100%;
  float: left;
  padding: 30px;
  box-sizing: border-box;
}
.form-group:nth-of-type(2){
  padding-top: 20px;
}

.form-group input{
  font-size: 20px;
}

.form-group input:nth-of-type(2n){
  float: right;
}
#form-wrapper select{
  font-size: 20px;
}
.form-group textarea{
  font-size: 20px;
}

.form-group button{
  width: 250px;
  font-size: 20px;
  margin: 30px auto;
  display: block;
  float: none;
}

.info-evento, .img-mapa{
	width: 100%;
	height: auto;
}
#slider-info-evento{
  height: auto;
}

#form-evento{
  padding: 50px 20px;
}
#form-evento input{
	font-size: 16px;
}

#ficha-ponente .info-ponente, #ficha-ponente .curso {
	height: auto;
}
#ficha-ponente .curso{
  overflow: hidden;
}

#slider-ficha-ponente{
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  clear: both;
  height: 400px;
}
#slider-ficha-ponente .item, #slider-ficha-ponente .curso{
  height: 400px;
}

}

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

#title-wrap p, .title-wrap-grp .description{
  font-size: 12px;
}

#video-modal iframe{
  width: 90%;
  height: 400px;
}

#link-next, #link-prev {
  display: none; }

.ventaja{
  width: 100%;
}

.lista-descripcion ul{
  width: 100%;
  float: left;
}

.info-comite {
  flex-wrap: wrap;
  height: auto; }

.info-comite h2 {
  font-size: 45px; }

.info-comite p {
  padding-top: 20px; }

.miembro-comite {
  width: 100%; }

#texto-catedra{
  padding: 20px;
}

#texto-catedra .descripcion-catedra {
  font-family: "Roboto Light";
  font-size: 17px;
  -webkit-column-count: 1; /* Chrome, Safari, Opera */
  -moz-column-count: 1; /* Firefox */
  column-count: 1;
  -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
  -moz-column-gap: 20px; /* Firefox */
  column-gap: 20px;
}

#texto-catedra .column {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

#texto-catedra p:nth-of-type(2){
  padding-top: 10px;
  }

.catedras-desc .catedras-text .column {
  width: 100%;
  float: left;
  padding: 20px 30px;
  box-sizing: border-box; }

.uni{
  width: 100%
}

#sociedades .sociedad {
  padding: 50px 20px;
  height: 400px; }

  #sociedades .sociedad:hover {
    padding: 50px 20px;
    height: auto; }

#sociedades .sociedad-nombre, #sociedades .sociedad-desc {
  float: none; }

#sociedades .sociedad-nombre {
  width: 100%; }

#sociedades .sociedad-desc {
  width: 100%;
  padding: 50px 0;}

#colaboraciones .univ-colab{
  width: 100%
}

.item-info {
  padding: 30px;
}

.item-info h3{
  font-size: 36px
}

.form-group input{
  font-size: 20px;
  width: 100%;
}

#sedes-internacionales .sede-internacional{
  height: auto;
}

.sede-direccion, .sede-datos-contacto{
  width: 100%;
  float: none;
  padding: 20px 0 0 40px;
}


#slider-info-evento .direccion-wrapper, #slider-info-evento .fecha-hora-wrapper{
	float: none;
  display: block;
  overflow-x: hidden;
  padding: 10px 0;
}

.img-ponente{
	height: 300px;
}
#mapa-evento{
	height: 300px;
}

#form-evento, #form-evento-send{
	float: none;
	display: block;
	width: 100%;
  height: 240px;
}
#apuntarse-evento{
  min-height: 280px;
  height: auto;
}

#ficha-ponente h3{
  font-size: 40px;
}

#slider-ficha-ponente, #slider-ficha-ponente .item{
  height: auto;
}

#slider-ficha-ponente .curso{
  width: 100%;
  display: block;
  float: none;
}

}

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

#video-modal iframe{
  width: 80%;
  height: 280px;
}

.lower-layer .module{
  padding-top: 120px;
}

#slider .slide-info {
  width: 100%;
  height: 500px
}

.event-date {
  bottom: 0px;}

 #slider .slide-img{
   display: none;
 }

#landing-info {
  width: 90%; }

#landing-info h1 {
  font-size: 40px; }

#landing-info p {
  font-size: 16px; }


.index-flex-cont-item {
  height: 550px; }

.index-flex-cont-item h3 {
  margin: 0; }

.index-flex-cont-item.sm {
  width: 100%; }

.implantes-conexion-int img.torn{
  max-width: 100%;
}

.torn{
  height: 180px;
}
.logo-desc{
  font-size: 13px;
}
.implantes-superficies img{
  width: 230px;
}

.info-ficha {
  height: auto; }

.foto-doctor {
  height: 400px; }

.info-doctor {
  height: 800px; }

.info-doctor ul {
  padding: 20px;
  line-height: 2.5em; }

#director-catedra{
  height: auto;
}

#info-director-catedra{
  width: 100%;
  height: auto;
}

#imagen-director-catedra{
  width: 100%;
  height: 250px;
}

.descarga-programa, .anade-calendario{
	width: 100%;
}

}
