@import url(https://fonts.googleapis.com/css?family=Lato:100,400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,100);
@import url(https://fonts.googleapis.com/css?family=Lora:400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
  line-height: 24px;
  font-size: 14px;
  /*color: #80d6a3;*/
  font-weight: 400;
  color: #444;
  font-family: 'Roboto', sans-serif;
}
blockquote{ border-color: #80d6a3; border-width: 2px; }
h1 {
  font-size: 48px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
p {
  margin: 0px;
}
h1,h2,h3,h4,h5,h6,p {
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Lora', sans-serif;
  font-style: italic;
  font-weight: 400;
  margin: 0px;
}
p{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
/* ==================
 *
 *  Global Class 
 *
 *===================*/
a{ color: #444; }
a:hover{ color: #80d6a3; }

ol.alfalist { list-style: lower-alpha; }

ol.numberlist { list-style: lower-decimal; }

.btn {
  border-radius: 0;
  font-size: 15px;
  font-weight: 300;
  padding: 0.5em 1em;
  margin: 0 0.5em 0.5em 0;
  text-transform: uppercase;
  transition: 0.3s;
}
.block p{ margin-bottom: 1em; }
.block .btn{
  border-width: 1px;
  border-style: solid; 
  border-radius: 0.5em;
  transition: 0.3s;
}
.content .btn-normal{ border-color: #80d6a3; }
.content .btn-normal:hover { border-color: #444; }
.content .buttons{ margin: 1em 0; }
.content .sidemenu { margin-top: 1em; }
.content .sidemenu ul.buttons{ padding: 0; }
.block .btn-cta{
  background-color: #80d6a3;
}
.block .btn.active{
  color: #80d6a3;
}
.block .btn-cta:hover {
  border:1px solid #80d6a3;
  background-color: transparent;
  color: #80d6a3;
}
.block .btn-cta .destacado{ color: #fff; }
.block .btn-cta:hover .destacado{ color: #666; }
.block .cta-icon{
  color: #80d6a3;
  font-size: 42px;
  top: 12px;
  position: relative;
  left: 0px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
}
.affix-top,.affix{
	position: static;
}

.sidemenu.affix-bottom {
  position: absolute;
}
.rwd-break { display: none; }
.title {
  text-align: center;
  margin: 2em 0;
}
.title h2 {
  color: #333;
  font-size: 25px;
  display: inline-block;
  position: relative;
}

.title h2:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #80d6a3;
    position: absolute;
    top: 12px;
    left: -60px;
}
.title h2:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #80d6a3;
    position: absolute;
    top: 12px;
    right: -60px;
}
.title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #817C7C;
}
#mixed-items .mix {
  display: none;
}

/* animation keyframes */
@-webkit-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@-moz-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@-o-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
/* ==================
 *
 *  section Class 
 *
 *===================*/
/* header style */
header {
  padding: 1em 0 0 0;
  background: #fff;
}
header .navbar {
  height: auto;
  margin-bottom: 0;
}
#navigation .telcontact { float: right; margin-right: -15px;}
#navigation .telcontact .btn{ color: #80d6a3; font-size: 1.6em; font-weight: 500; }
#navigation .telcontact .btn:last-child {
	padding-right: 0;
}
#navigation .telcontact .btn:hover{ color: #333; }
.is-sticky #navigation {
  background: #fff;
  z-index: 1000;
  transition: 0.3s;
  width: 100%;
  padding: 0;
}
.navbar-brand {
  padding: 0;
  height: auto;
}
.navbar-brand img{
  width: 100%;
}
.navbar-toggle {
  border-color: #333;
  position: absolute;
  right: 0;
  transition: 0.3s;
  margin-top: 0;
  padding: 0.5em;
  border-radius: 0.6em;
}
.navbar-toggle .icon-bar {
  background: #333;
  transition: 0.3s;
}
.navbar-toggle:hover {
  border-color: #80d6a3;
}
.navbar-toggle:hover .icon-bar {
  background: #80d6a3;
}
.menu a {
  color: #333;
  transition: 0.3s;
  position: relative;
  font-size: 16px;
}
.menu a:before {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 12px;
  width: 0;
  height: 1px;
  background: #80d6a3;
  transition: 0.3s;
}
.menu a:hover {
  background: transparent;
  color: #80d6a3;
}

.menu .active a {
  color: #80d6a3;
}

.menu .active a:before{
  width: 25px;
}

.menu a:hover:before {
  width: 25px;
}
.menu li a {
	padding: 0 0.5em 0.8em 1em;
} 
.text-left ul, .text-center ul, .text-right  ul{
  list-style: disc;
  list-style-position: outside;
}
/* ========================
   Responsive banner images
   ======================== */
#homebanner.banner { background-image:url(../img/slider/home-desk.png); }
#cirugia-plastica .banner,
#cirugia-plastica.banner { background-image: url(../img/slider/cirugia-estetica-desk.jpg); }
#especialidades-quirurgicas-generales .banner,
#especialidades-quirurgicas-generales.banner{ background-image: url(../img/slider/cirugia-desktop.jpg); }
#obstetricia .banner,
#obstetricia.banner{ background-image: url(../img/slider/obstetricia-desk.jpg); }
#omisiones-diagnosticas .banner,
#omisiones-diagnosticas.banner{ background-image: url(../img/slider/error-diagnostico-desk.jpg); }
#traumatologia .banner,
#traumatologia.banner{ background-image: url(../img/slider/traumatologia-desk.jpg); }
#endoscopias .banner,
#endoscopias.banner{ background-image: url(../img/slider/endoscopia-desk.jpg); }
#amparos .banner,
#amparos.banner{ background-image: url(../img/slider/amparos-desk.png); }
/* Quienes somos */
#quienes-somos.banner { background-image: url(../img/slider/quienes-somos-desk.jpg); }

/* Casos de Mala Praxis */
#casos-de-mala-praxis.banner{ background-image: url(../img/slider/corte-suprema.jpg); }

/* Leyes */
#leyesbanner.banner { background-image: url(../img/slider/congreso.jpg); }

/* =================
   Home page style
   ================= */
  .wrapper { overflow: hidden; }
.wrapper section{ margin: 1em 0 2em 0; }
.wrapper section .block ul,
.wrapper section .block ol{
  padding-left: 1em;
  text-align: left;
}
.wrapper section .destacado{ color: #80d6a3; }

.wrapper section .banner {
  min-height: 23em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 2em;
}

#banner {
  padding: 0;
  margin: 11em 0 0 0;
  position: relative;
}

#banner:before {
  position: absolute;
  z-index: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.73) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.73) 100%), url('../img/noise.png');
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba000000', endColorstr='#ba000000',GradientType=1 );
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}

#banner h3 a{ color: #fff; }
#banner a:hover{ color: #80d6a3; text-shadow: 0px 0px 20px #000,0px 0px 20px #000 ;}
#banner .banner{margin-top: 0;}
#banner .block {
  color: #fff;
/*  position: relative;*/
  text-align: left;
  z-index: 999;
}
#banner .block h3 {
  /*color: #80d6a3;*/
  color: #fff;
  padding-bottom: 25px;
  font-size: 55px;
  font-weight: 100;
  text-shadow: 0px 0px 20px #000;
}
#banner .block p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
#banner .block .btn{
  border-radius: 0.6em;
  padding: 10px 22px;
  font-size: 14px;
  transition: 0.3s;
}
#banner .block .btn-normal {
  background-color: rgba(0,0,0,0.7);
  border-color: #fff;
  color: #fff;
}
#banner .block .btn-normal:hover {
  border-color: #80d6a3;
  color: #80d6a3;
}
#banner .block .buttons {
  position: absolute;
  bottom: 2em;
}
#banner .block .buttons li { 
  float: left;
  padding-left: 0;
}
#banner .block ul.buttons { padding: 0 4em 0 0; overflow: auto; }
#banner .fullsize .block ul.buttons { 
  position: static;
  margin: 1em 0 0 0;
}
#banner .block .buttons .btn{
  box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.4);
  /*margin-top: 0.5em;*/
  /*margin-right: 0.5em;*/
  text-align: left;
}
#banner .fullsize .block{ position: relative; }
#banner .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 18%;
}
#banner .scrolldown .scroll {
  border-radius: 100px;
  width: 25px;
  height: 45px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -15px;
  display: inline-block;
  border: 1px solid #fff;
  z-index: 99;
}
#banner .scrolldown .scroll:after {
  background: #fff;
  border-radius: 300px;
  width: 4px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -2px;
  display: block;
  content: " ";
  -webkit-animation: wiggle 0.5s linear 0s infinite alternate;
  -moz-animation: wiggle 0.5s linear 0s infinite alternate;
  -o-animation: wiggle 0.5s linear 0s infinite alternate;
  animation: wiggle 0.5s linear 0s infinite alternate;
}
#como-trabajamos-nav{ margin: 1em 0; }
#features .feature-block {
  padding-bottom: 35px;
}
#features .feature-block .icon-box {
  margin-bottom: 24px;
}
#features .feature-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #80d6a3;
}
#features .feature-block h4 {
  font-size: 20px;
  color: #333;
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 400;
}
#features .feature-block p {
  font-size: 15px;
  color: #444;
  line-height: 24px;
  font-weight: 300;  
}
#features .showcase-img {
  margin-top: 40px;
}
#mala-praxis {
  padding: 100px 0;
}
#mala-praxis .block .recent-work-mixMenu {
  padding-bottom: 40px;
  text-align: center;
}
#mala-praxis .block .recent-work-mixMenu ul li {
  display: inline-block;
  padding: 0;
}
#mala-praxis .block .recent-work-mixMenu ul li button {
  background: none;
  border: 0;
  font-size: 15px;
  color: #474747;
  margin: 0 20px;
  transition: 0.2s;
  text-transform: uppercase;
}
#mala-praxis .block .recent-work-mixMenu ul li button:hover {
  color: #80d6a3;
}
#mala-praxis .block .recent-work-mixMenu ul li button:focus {
  outline: 0;
}
#mala-praxis .block .recent-work-mixMenu ul li .active {
  color: #80d6a3;
}
#mala-praxis .block .recent-work-pic ul li {
  margin-bottom: 30px;
  position: relative;
}
#mala-praxis .block .recent-work-pic ul li:hover .overlay {
  opacity: 1;
}
#mala-praxis .block .recent-work-pic ul li:hover .overlay i {
  top: 40%;
  opacity: 1;
}
#mala-praxis .block .recent-work-pic ul li:hover .overlay h3 {
  bottom: 50%;
  opacity: 1;
}
#mala-praxis .block .recent-work-pic ul li .overlay {
  position: absolute;
  top: 23px;
  left: 38px;
  bottom: 23px;
  right: 38px;
  background: rgba(128, 214, 163, 0.85);
  transition: 0.3s;
  text-align: center;
  opacity: 0;
}
#mala-praxis .block .recent-work-pic ul li .overlay h3,
#mala-praxis .block .recent-work-pic ul li .overlay i {
  color: #fff;
  
}
#mala-praxis .block .recent-work-pic ul li .overlay h3 {
  bottom: 30%;
  left: 50%;
  opacity: 0;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  transition: 0.3s;
  position: absolute;
  transition-delay: 0.1s;
  transform: translateX(-50%);
}
#mala-praxis .block .recent-work-pic ul li .overlay i {
  top: 30%;
  opacity: 0;
  left: 50%;
  font-size: 50px;
  transition: 0.3s;
  transition-delay: 0s;
  position: absolute;
  transform: translate(-50%, 50%);
}
#mala-praxis .block .recent-work-pic ul li .overlay .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#intro{
  margin-top: 8em;
  padding: 3em;
  background: url("../img/new-latter.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#play-video{
  padding: 55px 0;
  background: url("../img/new-latter.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#play-video:before, #intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 35, 34, 0.7);
}
#play-video .block , #intro .block{
  text-align: center;
}
#play-video .block h2, #intro .block h2{
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
#play-video .block p, #intro .block p {
  text-align: center;
  color: #dfdfdf;
  font-family: 'Lora', serif;
  font-size: 15px;
  line-height: 22px;
  margin-top: 10px;
}
#play-video .block .button, #intro .block .button {
  position: relative;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background: #80d6a3;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  transition: all 300ms linear;
  font-size: 30px;
  margin-top: 10px;
}
#play-video .block .button:hover, #intro .block .button:hover {
  color: #424242;
  border-color: red;
}
#html5-watermark {
  display: none !important;
}
#slider{
  transition: 1s;
}
#slider .carousel-control{
  width: 5%;
}
#slider .carousel-caption{
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 2em 4em;
}
#slider .carousel-indicators{
  bottom: -3em;
}
#slider .carousel-indicators .active{
  background-color: #80d6a3;
}
#slider .carousel-indicators li{
  border-color: #80d6a3;
}

/* patch 20210525 #01 - begin*/
#slider .carousel-inner h4 {
  text-align: center;
  font-size: 90px;  
  color: #fff;
  margin: 0.4em 0 0 0;  
  text-shadow: 0 4px black, 0 4px black, 4px 0 black, 0 0px black;
}
/* patch 20210525 #01 - end*/

#slider .item{
  background-size: cover;
  background-position: center;
  min-height: 25em;
  /*max-height: 350px;*/
}
#slider .item.dark::before{
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  left: 0;
  top: 0;
}
#slider.fullsize .item{
  max-height: inherit;
  min-height: inherit;
}


#testimonial {
  padding: 77px 0;
}
#testimonial .col {
  position: relative;
  padding: 47px 60px;
  overflow: hidden;
}
#testimonial .col-md-6 {
    border: solid #dedede;
    border-width: 0 1px 1px 0;
    padding-bottom: 42px;
}
#testimonial .col-md-6:nth-child(3n) {
      border-right: 0;
}
#testimonial .col-md-6:nth-child(5n) {
      border-right: 0;
      border-bottom: 0;
}
#testimonial .col-md-6:nth-child(4n) {
  border-bottom: 0;
}
#testimonial .media .media-left {
  padding-right: 20px;
}
#testimonial .media .media-left a {
  position: relative;
  display: block;
}
#testimonial .media .media-left a:before {
  content: "\f347";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  font-family: "Ionicons";
  background: #80d6a3;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding-top: 2px;
}
#testimonial .media .media-body {
  padding-top: 5px;
}
#testimonial .media .media-body h4 {
  color: #444;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#testimonial .media .media-body p {
  font-size: 14px;
  font-family: 'Lora', serif;
  font-style: italic;
  color: #787878;
}
#equipo .block {
  position: relative;
  overflow: hidden;
  border:3px solid transparent;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}
#equipo .block img {
  border-radius: 50%;
  position: relative;
  width: 100%;
  padding: 1.5em;
  max-width: 25em;
}
#equipo .equipo-descripcion h3 {
  margin: 1em 0 0.3em 0;
  font-size: 1.4em;
}
#equipo .equipo-descripcion h4 {
  color: #80d6a3;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  margin-bottom: 1em;
}
#equipo .equipo-overlay {
  background: rgba(255, 255, 255, 0.95);
  color: #fff;
  text-align: center;
  padding: 25px 40px;
  position: absolute;
  bottom: -150px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  
  transition: 0.3s;
}
#equipo .equipo-overlay h3,
#equipo .equipo-overlay span {
  color: #333;
}
#equipo .equipo-overlay span {
  display: block;
  font-size: 13px;
  padding-top: 10px;
}
#equipo .equipo-overlay .icon {
  display: none;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  padding: 10px;
  line-height: 1;
  margin-top: 36px;
  margin-bottom: 25px;
  border-radius: 100%;
  display: inline-block;
  background: #80d6a3;
}
#equipo .equipo-overlay .icon i {
  font-size: 18px;
  color: #fff;
}
#equipo .equipo-overlay p {
  color: #707a8a;
  font-size: 14px;
  line-height: 23px;
  margin-top: 25px;  
}
#equipo .equipo-overlay .media {
  margin-top: 10px;
}
#equipo .equipo-overlay .media a {
  font-size: 12px;
  color: #fff;
  transition: 0.3s;
  margin: 0 10px;
}
#equipo .equipo-overlay .media a:hover {
  color: #80d6a3;
}
#equipo .equipo-todos {
  margin-top: 2em;
  width: 100%;
}
#pricing-table {
  padding: 100px 0 127px;
  background: #80d6a3;
}
#pricing-table .title h2,
#pricing-table .title p {
  color: #fff;
}
#pricing-table .title h2:before, #pricing-table .title h2:after {
  background: #fff;
}
#pricing-table .block {
  color: #fff;
}
#pricing-table .block ul {
  border: 1px solid #fff;
  padding: 35px 0;
}
#pricing-table .block ul li {
  padding: 10px 0;
}
#pricing-table .block ul li p {
  text-transform: uppercase;
}
#pricing-table .block ul li:first-child {
  margin-bottom: 26px;
}
#pricing-table .block ul li:first-child h4 {
  padding-bottom: 29px;
  font-size: 20px;
}
#pricing-table .block ul li:first-child p {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}
#pricing-table .block ul li:first-child p span {
  font-size: 16px;
  font-weight: 300;
}
#pricing-table .block ul li:last-child {
  color: #fff;
  margin-top: 25px;
}
#pricing-table .block .btn-buy {
  border-color: #fff;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s;
  background: #fff;
  color: #80d6a3;
}


#pricing-table .block .btn-buy {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
#pricing-table .block:hover {
  background:rgba(255, 255, 255, 0.17);
}
#pricing-table .block:hover .btn-buy {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
#contacto {
  background:#f9f9f9;
}
#contacto form input,
#contacto form textarea {
  padding: 24px 20px 0;
  border-color: #80d6a3;
  border-radius: 5px;
  font-size: 14px;
  color: #97a0af;
  box-shadow: none;
}
#contacto form input {
  margin-bottom: 15px;
  padding: 24px 27px;
}
#contacto form textarea {
  margin-bottom: 28px;
  min-height: 172px;
  resize: none;
}
#contacto form button {
  float: right;
  color: #fff;
  font-size: 16px;
  padding: 17px 43px;
  background: #80d6a3;
  border-radius: 40px;
  font-weight: 600;
  border-color: transparent;
  transition: 0.3s;
}
#contacto form button:hover {
  background: none;
  color: #80d6a3;
  border-color: #80d6a3;
}
#footer-top iframe {
  width: 100%;
  height: 385px;
  transform: translateZ(0px);
  background-color: #ffffff;
  border: 0;
}
footer .block a{
  font-weight: 600;
}
 
/** Google Map**/
/* line 125, ../../scss/_contact.scss */
.map #googleMap {
  min-height: 345px;
/*  -webkit-filter: gray;
  filter: gray;
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  */
}
/* ================ Home end ========================= */
/* =====================
   contact page style
   ===================== */
#global-header {
  background: url(../img/contact-slider-img.jpg);
  background-size: cover;
  background-position: center;
  padding: 150px 0 90px;
  text-align: center;
  position: relative;
}
#global-header:before {
  position: absolute;
  z-index: 99;
  background: rgba(60, 59, 72, 0.69);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}
#global-header .block {
  position: relative;
  z-index: 10;
  color: #fff;
}
#global-header .block h1 {
  font-size: 50px;
  margin-top: 20px;
}
#global-header .block p {
  font-size: 15px;
  padding-top: 10px;
  font-family: 'Lora', serif;
}

/* ================ Contact end ========================= */
/* =====================
   Service page style
   ===================== */

footer {
  background: #202322;
  padding: 0.5em 0;
/*  text-align: center;*/
}
footer p {
  font-size: 1.2em;
  color: #fff;
  line-height: 1.4em;
}

footer .footer-brand {
	width: 50%;
}
/* =====================
   Blog Post
   ===================== */


#blog {
  background: #f1f1f1;
}
#leyes .block {
  background: #fff;
  margin:0 5px;
}

#leyes  .content {
  padding:30px 25px; 
  text-align: center;
}
#leyes .content h3 {
  text-transform: capitalize;
  position: relative;
  /*margin: 20px 0 10px;*/
  padding: 10px 0;
}
#leyes .content h3 a {
  color: #333;
}
#leyes .content h3 a:hover {
 color: #80d6a3; 
}
#leyes .content h3::before {
    content: '';
    position: absolute;
    left: 45%;
    top: -6px;
    width: 30px;
    height: 2px;
    background-color: #80d6a3;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
#leyes .content small {
  color: #999;
}
#leyes .content p {
  margin-top: 10px;
  color: #777;
}
#leyes .content .btn-cta {
  margin-top: 1em;
  
}
#leyes .controls {
	display: none;
}
