@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Quicksand");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Quicksand");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap");

.videosDG {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
  gap: 10px;
}
.video-js {
  background-color: #d2e6db !important;
}

h1, h2, h3 {
  font-family: "Frank Ruhl Libre", serif;
}

h2 {
  font-weight: 400 !important;
}

.oscuro {
  color: #fff !important;
}

.oscuro h2, .oscuro h3, .oscuro h4, .oscuro p {
  color: #fff !important;
}

.claro {
  color: #000 !important;
}

.claro h2, .claro h3, .claro h4 {
  color: #000 !important;
}

#boton-menu {
  margin-bottom: 0 !important;
}

.header-redes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.header-redes li {
  margin-right: 12px;
}

.header-redes li a {
  color: #000;
}

.header-redes li a i {
  font-size: 20px;
}
.lng_tag {
  text-transform: uppercase;
  text-decoration: none;
}
.footer-redes {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-redes li {
  margin: 0 20px 0 0;
}

.footer-redes li i {
  font-size: 1.3rem;
  -webkit-transition: ease-in-out .2s all;
  transition: ease-in-out .2s all;
}

.footer-redes li a {
  color: #fff;
}

.footer-redes li a:hover i {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.footer-title {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: 'Roboto Condensed',Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #fff;
}

.footer-title:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 95%;
  margin-left: 5%;
  height: 1px;
  content: '\a0';
  background-color: #4e5152;
}

.headerdgt {
  width: 100%;
  background: white;
  padding: 20px 50px 10px 50px;
  position: fixed;
  z-index: 999;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  min-height: 80px;
}

#logoBrand img {
  height: 100%;
  min-height: 80px;
}

/* Style for our header texts
	* --------------------------------------- */
/* Centered texts in each section
	* --------------------------------------- */
  /* .swiper_tc {
    width: 100vw;
    height: 100vh;
  }
  
  .swiper_tc > .swiper-button-next:after, .swiper-button-prev:after {
    color: #fff !important;
  }
  .swiper-slide {
    padding: 0 !important;
    background-size: cover !important;
  }
  #tcirugias {
    position: relative;
  } */

.section {
  text-align: center;
  min-height: 100vh;

}


/* Backgrounds will cover all the section
	* --------------------------------------- */
.section {
  background-size: cover;
}

.slide {
  background: black !important;
  background-size: cover;
  text-align: left;
  background-position: top right;
}

.slide .container-fluid {
  background-size: cover !important;
  text-align: left;
  background-position: top right;
}

.backg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-size: cover;
  text-align: left;
  background-position: top right;
}

/* Defining each section background and styles 
	* --------------------------------------- */
#section0 {
  background-image: url("../img/GluteosBg.jpg");
}

#section0 h1 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
}

#section1 {
  background-image: url("../img/LipoEscultura_01.jpg");
}

#section2 {
  background-image: url("../img/MarcacionAdominal_01.jpg");
  padding: 6% 0 0 0;
}

#section2 h1 {
  color: #000;
}

/*Adding background for the slides
	* --------------------------------------- */
#slide1 {
  background-image: url(imgs/bg2.jpg);
  padding: 6% 0 0 0;
}

#slide2 {
  background-image: url(imgs/bg5.jpg);
  padding: 6% 0 0 0;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
  /*cover video background */
  z-index: 3;
}

#section0 .layer {
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 0;
  top: 43%;
  /*
		* Preventing flicker on some browsers
		* See http://stackoverflow.com/a/36671466/1081396  or issue #183
		*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#section0 {
  overflow: hidden;
}

video::-webkit-media-controls {
  display: none !important;
}

/* Bottom menu
	* --------------------------------------- */
#infoMenu li a {
  color: #fff;
}

body {
  margin: 0;
  padding: 0;
}

#botonmenu {
  position: fixed;
  top: 50px;
  right: 50px;
  background-color: lightcoral;
  border-radius: 5px;
  z-index: 998;
}

.menu_redes {
  background-image: url("../img/bg_menu.jpg");
  background-size: cover;
  background-position: top center;
  position: fixed;
  right: -450px;
  width: 450px;
  height: 100vmax;
  max-height: 100vh;
  z-index: 9999 !important;
  padding: 32px 18px;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.logoSideMenu {
  max-width: 80%;
  width: 300px;
}
.logoLemaMenu {
  width: 250px;
  max-width: 60%;
}
.menu_redes a {
  color: #fff;
}

.menu_redes a:hover {
  color: #AE8648;
  -webkit-transition: all 5ms linear;
  transition: all 5ms linear;
}

.menu_redes a i:hover, .menu_redes a .fa:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.menu_redes_ver {
  right: 0 !important;
}

.toggle {
  display: block;
  cursor: pointer;
  z-index: 99999;
}

.toggle input {
  display: none;
}

.toggle input + div {
  width: 20px;
  height: 14px;
  position: relative;
}

.toggle input + div div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.toggle input + div div span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.toggle input + div div span:first-child {
  top: 0;
}

.toggle input + div div span:first-child:before, .toggle input + div div span:first-child:after {
  top: 0;
}

.toggle input + div div span:last-child {
  bottom: 0;
}

.toggle input + div div span:last-child:before, .toggle input + div div span:last-child:after {
  bottom: 0;
}

.toggle input + div div span:before, .toggle input + div div span:after {
  content: '';
  display: block;
  width: 47%;
  height: 2px;
  border-radius: 1px;
  background: #141414;
  position: absolute;
  -webkit-transition: border-radius .3s ease, -webkit-transform .5s ease;
  transition: border-radius .3s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, border-radius .3s ease;
  transition: transform .5s ease, border-radius .3s ease, -webkit-transform .5s ease;
}

.toggle input + div div span:before {
  left: 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: translate(1px, 0) scaleX(1.1);
          transform: translate(1px, 0) scaleX(1.1);
}

.toggle input + div div span:after {
  right: 0;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: translate(-1px, 0) scaleX(1.1);
          transform: translate(-1px, 0) scaleX(1.1);
}

.toggle input + div svg {
  display: block;
  fill: none;
  stroke: #141414;
  stroke-width: 2px;
  width: 44px;
  height: 44px;
  stroke-linecap: round;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -22px;
  stroke-dasharray: 0 82.801 8 82.801;
  stroke-dashoffset: 82.801;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: stroke-dashoffset .5s ease, stroke-dasharray .6s ease, -webkit-transform .5s ease;
  transition: stroke-dashoffset .5s ease, stroke-dasharray .6s ease, -webkit-transform .5s ease;
  transition: stroke-dashoffset .5s ease, stroke-dasharray .6s ease, transform .5s ease;
  transition: stroke-dashoffset .5s ease, stroke-dasharray .6s ease, transform .5s ease, -webkit-transform .5s ease;
}

.toggle input + div svg:nth-child(3) {
  -webkit-transform: rotate(180deg) scale(1);
          transform: rotate(180deg) scale(1);
}

.toggle input:checked + div div {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.toggle input:checked + div div span:first-child:before {
  -webkit-transform: rotate(45deg) translate(2.2px, -3px) scaleX(1.05);
          transform: rotate(45deg) translate(2.2px, -3px) scaleX(1.05);
}

.toggle input:checked + div div span:first-child:after {
  -webkit-transform: rotate(-45deg) translate(-2.2px, -3px) scaleX(1.05);
          transform: rotate(-45deg) translate(-2.2px, -3px) scaleX(1.05);
}

.toggle input:checked + div div span:last-child:before {
  -webkit-transform: rotate(-45deg) translate(2.2px, 3px) scaleX(1.05);
          transform: rotate(-45deg) translate(2.2px, 3px) scaleX(1.05);
}

.toggle input:checked + div div span:last-child:after {
  -webkit-transform: rotate(45deg) translate(-2.2px, 3px) scaleX(1.05);
          transform: rotate(45deg) translate(-2.2px, 3px) scaleX(1.05);
}

.toggle input:checked + div svg {
  stroke-dashoffset: 62;
  stroke-dasharray: 0 82.801 62 82.801;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.toggle input:checked + div svg:nth-child(3) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.menuMove {
  right: 0 !important;
  opacity: 1;
}

.main {
  font-size: 120%;
  color: red;
}

#menu_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* height: 100%; */
  list-style: none;
  font-family: 'Frank Ruhl Libre', serif !important;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -40px 0 0 0;
  padding: 0 !important;
  gap: 16px;
}

#menu_items li {
  /* margin: 20px 0; */
}

#menu_items li a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
  -webkit-transition: ease-in-out .2s all;
  transition: ease-in-out .2s all;
  height: 30px;
}

#menu_items li a:hover {
  letter-spacing: 4px;
  text-align: center;
  font-size: 18px;
}

.ver {
  display: block !important;
}

#footer {
  height: 50%;
  width: 100vw;
  position: fixed;
  z-index: 99999;
  bottom: -50%;
  -webkit-transition: ease-in-out .2s all;
  transition: ease-in-out .2s all;
  color: #fff;
}

#footer .upFooter {
  position: absolute;
  background: #000;
  height: 30px;
  width: auto;
  padding: 30px 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Frank Ruhl Libre", serif;
  text-transform: uppercase;
  top: -60px;
}

#footer .upFooter img {
  height: 26px;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#footer .footerContent {
  width: 100%;
  background: #000;
  height: 100%;
  padding: 40px 10px;
}

.drDiego {
  position: absolute;
  top: 120px !important;
  left: 5%;
  z-index: 99999;
  height: calc(100vh - 120px);
  margin-left: 70px;
}



.drDiegoMov {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.bodyt {
  right: 450px;
  opacity: .8;
}

.mCSB_container {
  padding: 10px 0 0 0 !important;
}

#instagram h2 {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .drdiegoCV-text {
    padding: 0 !important;
  }
  .section {
    min-height: 100vmin !important;
  
  }
  .swiper_tc > .swiper-button-next, .swiper-button-prev {
    bottom: 100px !important;
    top: auto !important;
  }
  .menu_redes {
    width: 100%;
    right: -100%;
    padding: 24px 8px;
  }
  header {
    padding: 20px;
  }
  header #logoBrand img {
    min-height: 60px !important;
  }
  .fp-controlArrow.fp-prev {
    top: auto;
    bottom: 30px;
    left: 5px !important;
  }
  .fp-controlArrow.fp-next {
    top: auto;
    bottom: 30px;
    right: 5px !important;
  }
}
/* #home {
  margin-top: 100px;
  height: calc(100vh - 100px) !important;
} */
#drdiegocv {
  /* padding-top: 100px; */
}

#drdiegocv .container {
  margin-top: 100px;
}

.drdiegoCV-text {
  height: 450px;
  padding: 0 40px 0 0;
  overflow-y: scroll;
  position: relative;
  width: auto;
  text-align: justify;
}
/* #tcirugias .content {

} */
/* .swiper-container {
  width: 90%;
  min-height: 300px;
  height: auto;
}

.swiper-slide {
  padding: 50px 100px;
} */

.swiper-button-next:after, .swiper-button-prev:after {
  color: #1a1a1a;
}

.swiper-pagination-bullet-active {
  background: #1a1a1a !important;
}

.internacional {
  background-size: cover;
  background-position: top left !important;
  /* min-height: 100vh; */
  background-repeat: no-repeat;
  height: 100%;746
  padding-bottom: 100px;
}

.internacional .xSmall {
  font-size: 4rem;
}

.internacional h3 {
  font-size: 1.6rem !important;
}

.internacional h2 {
  margin-top: 50px !important;
}

.internacional p {
  text-align: justify;
}

.internacional picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.internacional img {
  height: auto;
  min-height: 300px;
  width: 100%;
}

.internacional .incluye-img {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.internacional .incluye-content {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.internacional .incluye-text {
  padding: 40px 20px 40px 30px;
}

.footerTop {
  -webkit-transition: ease-in-out .2s all;
  transition: ease-in-out .2s all;
  bottom: 0% !important;
}

.rotateUp {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
.drdiegoIMG {
  max-height: calc(80vh - 90px);
}
.firmasello {
  max-height: 200px;
}
/*
 *  STYLE 1
 */

 #style-1::-webkit-scrollbar-track
 {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
   border-radius: 10px;
   background-color: #cccccc;
 }
 
 #style-1::-webkit-scrollbar
 {
   width: 5px;
   background-color: #F5F5F5;
 }
 
 #style-1::-webkit-scrollbar-thumb
 {
   border-radius: 10px;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
   background-color: #555;
 }
 

 

h1, h2, h3 {
  font-family: "Frank Ruhl Libre", serif;
}

h2 {
  font-weight: 400 !important;
}

.oscuro {
  color: #fff !important;
}

.oscuro h2, .oscuro h3, .oscuro h4, .oscuro p {
  color: #fff !important;
}

.claro {
  color: #000 !important;
}

.claro h2, .claro h3, .claro h4 {
  color: #000 !important;
}

#boton-menu {
  margin-bottom: 0 !important;
}

.header-redes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.header-redes li {
  margin-right: 12px;
}

.header-redes li a {
  color: #000;
}

.header-redes li a i {
  font-size: 20px;
}

.footer-redes {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-redes li {
  margin: 0 20px 0 0;
}

.footer-redes li i {
  font-size: 1.3rem;
  -webkit-transition: ease-in-out .2s all;
  transition: ease-in-out .2s all;
}

.footer-redes li a {
  color: #fff;
}

.footer-redes li a:hover i {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.footer-title {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: 'Roboto Condensed',Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #fff;
}

.footer-title:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 95%;
  margin-left: 5%;
  height: 1px;
  content: '\a0';
  background-color: #4e5152;
}
/* 
#tcirugias .tcirugias-content {
  width: 100%;
  position: relative;
  padding: 20px 50px;
  border-radius: 5px;
  margin: 90px 20px 20px 20px;
}

#tcirugias h2 {
  margin: 0;
}

#tcirugias h3 {
  font-size: 2rem;
  margin: 0px 0 20px 0;
  line-height: 1;
}

#tcirugias h4 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 0px;
}

#tcirugias p {
  text-align: justify;
  margin-top: 20px;
  font-size: 15px;
}

#tcirugias ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#tcirugias ul .list {
  width: calc(50% - 20px);
  margin: 0 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#tcirugias .list-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 20px;
  text-align: left;
}

#tcirugias i {
  font-size: 40px;
  font-weight: 700;
} */

.internacional .swiper-container{
	overflow: hidden !important;
}

@media (max-height: 800px) {
  /* #tcirugias .tcirugias-content {
    padding: 20px 20px 10px 20px;
    height: calc(100vh - 140px);
    position: relative;
  }
  #tcirugias h2 {
    font-size: 3rem;
    margin: 0;
  }
  #tcirugias h3 {
    font-size: 1.5rem;
    line-height: 3rem;
    margin: 0px 0 20px 0;
  }
  #tcirugias ul {
    margin: 10px 0;
  }
  #tcirugias ul .list {
    width: calc(50% - 10px);
    margin: 0 5px 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
  }
  #tcirugias h4 {
    font-size: 14px;
  }
  #tcirugias p {
    font-size: 13px;
  }
  #tcirugias i {
    font-size: 30px;
    font-weight: 700;
  } */
}
@media (max-width: 768px) {
  .headerdgt {
    padding: 20px 12px 10px 12px !important;
  }
  .drDiego {
    left: 50%;
    margin-left: -200px;
  }
}

@media (max-width: 420px) {
  
  .header-redes {
    /* display: none !important; */
  }
  .drdiegoIMG {
    max-height: 400px !important;
    text-align: center;
  }
  .firmasello {
    display: none;
  }
  #drdiegoCV .container {
    margin-top: 10%;
  }
  #drdiegoCV h2 {
    font-size: 25px !important;
  }
  #fp-nav.fp-right {
    right: 5px !important;
  }
  .swiper-container {
    width: 100%;
    padding-bottom: 20px !important;
  }
  .swiper-slide {
    /* padding: 15px; */
    /* width: calc(100% - 20px) !important; */
    /* margin: 0 10px !important; */
  }
  .incluye-img {
    min-height: 200px;
  }
  .incluye-text {
    padding: 10px 20px 10px 30px !important;
  }
  h3 {
    margin: 0 !important;
  }
  .tcirugias-content {
    margin: 10% 20px 20px 0px !important;
  }
  .tcirugias-content h2 {
    font-size: 20px;
  }
  .tcirugias-content h3 {
    font-size: 30px;
  }
  .tcirugias-content p {
    line-height: 15px;
  }
}
@media (max-width: 567px) {
  /* #tcirugias .tcirugias-content {
    padding: 10% 20px 10px 20px;
  }
  #tcirugias ul {
    margin: 0 !important;©
  } */
  .list {
    width: 100% !important;
    margin: 0  0 5px 0 !important;
    padding: 3px !important;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .firmasello {
    display: none !important;
  }
}

/* 2532x1170 pixels at 460ppi */
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  .firmasello {
    display: none !important;
  }
}

/* 2778x1284 pixels at 458ppi */
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .firmasello {
    display: none !important;
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .firmasello {
    display: none !important;
  }
}

/* 2436x1125px at 458ppi */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .firmasello {
    display: none !important;
  }
}

/* 2688x1242px at 458ppi */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .firmasello {
    display: none !important;
  }
}
/*# sourceMappingURL=diego.css.map */