/* Great_Vibes */
@font-face {
    font-family: "GreatVibes";
    src: url(../fonts/Great_Vibes/Regular.ttf) format("truetype");
}

div,
body {
    box-sizing: border-box;
    font-size: 0;
    padding: 0;
    margin: 0;
}

* {
    font-family: 'Montserrat', sans-serif;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul {
    list-style: none;
}

section {
    overflow: visible;
    padding-bottom: 85px;
    position: relative;
}

:root {
    --primary-color: #11E9EF;
    --secondary-color: #4F5556;
    --secondary-color-light: #878787;
}

#plastica,#oncologica,#mohel {
    background-color: white;
}

section{
    background-color: #F5F3F0
}

.container {
    width: 960px;
    margin: 0 auto;
    overflow: auto;
}

.text {
    font-size: 13px;
    color: var(--secondary-color);
    line-height: 20px;
}

#s1 .text {
    font-size: 12px;
}

.bolder {
    color: var(--secondary-color);
    font-size: 13px;
    font-weight: bold;
}

.medium {
    font-weight: 500;
}

.arrow-top {
    position: absolute;
    width: 54px;
    height: 54px;
    background-image: url(../img/arrow-top.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 99;
    top: 0;
}

#footer .arrow-top {
    background-image: url(../img/arrow-top-dark.svg);
}

h2.title {
    font-family: 'GreatVibes', sans-serif;
    font-size: 43px;
    line-height: 52px;
    text-align: center;
    color: var(--primary-color);
    margin-top: 50px;
    letter-spacing: 0.02em;
    font-weight: 400;
}

.grey .title {
    color: var(--secondary-color);
}

.subtitle {
    font-size: 18px;
    font-weight: 200;
    text-align: center;
    color: var(--secondary-color);
    letter-spacing: 0.02em;
}

.bolder.big {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.top-bar {
    background: black;
    width: 100%;
    height: 30px;
}

.top-bar .container {
    display: grid;
    grid-template-columns: 0.8fr 1.4fr 0.8fr;
    align-items: center;
    height: 100%;
}

.info {
    color: var(--primary-color);
    font-size: 10px;
    text-align: center;
}

.top-bar h6 {
    font-size: 10px;
    color: white;
    text-align: center;
}

.masthead {
    height: 118px;
    -webkit-box-shadow: 0px 10px 46px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 46px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 46px -15px rgba(0, 0, 0, 0.75);
    position: relative;
    z-index: 3;
}

#main-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 242px 1fr 1fr;
    height: 100%;
    align-items: end;
}

#main-nav li {
    padding: 14px;
    border-right: 1px solid var(--primary-color);
    position: relative;
    font-size: 11px;
}

#main-nav .site h4 {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 400;
}

#main-nav .logo {
    width: 48px;
    height: 49px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/logo.svg);
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}


/* HOME */

.slider,
.owl-nav {
    height: 395px;
    width: 100%;
}

.owl-nav {
    height: 395px;
    width: 1245px;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    pointer-events: none;
    display: grid;
    grid-template-columns: 27px auto 27px;
    align-items: center;
    margin: 0 auto;

}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {.
    width: 27px;
    height: 54px;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: all;
}

.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
    outline: 0 !important;
}

.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../img/arrow-left-slider.svg);

}

.owl-carousel .owl-nav button.owl-next {
    grid-column: 3;
    background-image: url(../img/arrow-right-slider.svg);
}

.owl-carousel .owl-dots {
    width: 1280px;
    left: 50%;
    height: 60px;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    transform: translateX(-50%);
    padding: 0 560px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background: white !important;
    border-radius: 100%;
}

.owl-carousel button.owl-dot.active {
    background: var(--primary-color) !important;
}


.slide {
    height: 395px;
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow: visible;
    background-color: #dbdbd9;
}

.slide#s1 {
    background-image: url(../img/Slides/1.jpg);
}

#floating-mohel .text {
    margin: 15px 0px 0 auto;
    width: 330px;
    max-width: 100%;
}

#floating-mohel .floating-card {
    width: 340px;
    height: 188px;
    border: 10px solid white;
    background-image: url(../img/bebe.jpg);
    margin: 20px 0 0 auto;
    padding: 20px 10px;
    background-position: center;
    background-size: contain;
}

#floating-mohel .floating-card .title {
    color: #D1AF22;
    font-size: 12px;
    margin-bottom: 0;
}

#floating-mohel .floating-card .text {
    font-size: 11px;
    width: 170px;
    line-height: 17px;
    margin: 0;
}

.slide#s2 {
    background-image: url(../img/Slides/2.jpg);
}

.slide#s3 {
    background-image: url(../img/Slides/3.jpg);
}

.slide#s4 {
    background-image: url(../img/Slides/4.jpg);
}

.slide#s5 {
    background-image: url(../img/Slides/5.jpg);
}



#cirugias {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 100%;
    grid-gap: 25px;
    margin-top: 50px;
}

.cirugia {
    width: 100%;
    height: 100%;
    background: #F5F3F0;
    overflow: auto;
}

.cirugia .bolder {
    margin-top: 15px;
    text-align: center;
}

.cirugia .plus {
    width: 18px;
    height: 18px;
    background-image: url(../img/plus.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px auto;
}

a:nth-child(2n+5) .cirugia {
    background: #DDDCDB;
}

a:nth-child(-2n+4) .cirugia {
    background: #DDDCDB;
}

.image {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cirugia .image {
    height: 165px;
}

#mamaria .image {
    background-image: url(../img/Cirugia/ciru1.jpg);
}

#lipo .image {
    background-image: url(../img/Cirugia/ciru2.jpg);
}

#blefaro .image {
    background-image: url(../img/Cirugia/ciru3.jpg);
}

#abdomino .image {
    background-image: url(../img/Cirugia/ciru4.jpg);
}

#lifting .image {
    background-image: url(../img/Cirugia/ciru5.jpg);
}

#femenina .image {
    background-image: url(../img/Cirugia/ciru6.jpg);
}

#rino .image {
    background-image: url(../img/Cirugia/ciru7.jpg);
}

#otoplastia .image {
    background-image: url(../img/Cirugia/ciru8.jpg);
}

.two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
}

#esteticos .box {
    background-color: #EDEDED;
    padding: 42px 75px;
}

.light.text {
    font-size: 17px;
    line-height: 22px;
    color: var(--secondary-color-light);
}

#esteticos .text.right {
    letter-spacing: 0.05em;
    line-height: 22px;
}

#esteticos .bolder.big {
    margin: 25px 0;
}

.tratamiento {
    height: 666px;
    background: white;
}

.tratamiento .image {
    height: 238px;
}

#lifting .image {
    background-image: url(../img/lipofilling.jpg);
}

#botox .image {
    background-image: url(../img/botox.jpg);
}

.tratamiento .title {
    padding: 10px 45px;
    text-align: left;
    color: white;
    font-weight: bold;
    background: var(--primary-color);
    font-size: 12px;
}

.tratamiento p {
    padding: 21px 37px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
}

#oncologica {
    padding-bottom: 125px;
}

#oncologica .container {
    background: white;
    -webkit-box-shadow: 0px 0px 51px -16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 51px -16px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 43px 51px -16px rgba(0, 0, 0, 0.75);
    padding: 0 37px;
}

#oncologica .two-cols {
    margin-top: 25px;
}

#oncologica .image {
    background-image: url(../img/oncologia.jpg);
    height: 350px;
}

#oncologica .bolder.big {
    text-align: left;
    margin-top: 16px;
}

#detail {
    margin: 30px 0;
    font-weight: 500;
}

.bolder.primary {
    color: var(--primary-color);
    text-align: center;
}

#oncologica .bolder.primary {
    margin-bottom: 42px;
}

.steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
}

.step {
    padding: 50px 36px;
    border-radius: 11px;
    height: 270px;
    position: relative;
}

.step:first-child {
    background-color: #DDDDDD;
}

.step:nth-child(2) {
    background-color: #E8E8E8;
}

.step:last-child {
    background-color: #F1F1F1;
}

.step .text {
    font-weight: 500;
}

.step .number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: white;
    font-size: 21px;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    color: #CECDCC;
    width: 51px;
    height: 51px;
    border-radius: 50px;
    ;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

#correccion {
    column-count: 2;
    column-gap: 40px;
    margin-top: 25px;
    font-weight: 400;
    line-height: 22px;
}

#oncologica .box {
    padding: 18px 31px;
    background: #F5F3F0;
    margin-bottom: 77px;
    margin-top: 50px;
}


#doctor .image {
    height: 412px;
    width: 590px;
    background-image: url(../img/doctor.jpg);
    position: relative;
}

.corner {
    border: 2px solid var(--primary-color);
    position: absolute;
    width: 10px;
    height: 10px;
}

.corner.t {
    border-bottom: 0;
    top: 0;
}

.corner.l {
    border-right: 0;
    left: 0;
}

.corner.b {
    border-top: 0;
    bottom: 0;
}

.corner.r {
    border-left: 0;
    right: 0;
}

#doctor .corner.t {
    top: 1px;
}

#doctor {
    padding-top: 75px;
}

#doctor,
#doctor .container {
    overflow: visible;
}

#doctor h2.title {
    margin-top: 0;
    width: 360px;
}

#doctor .subtitle {
    font-size: 12px;
    text-align: left;
    background: #F5F3F0
}

#doctor .outer {
    border-top: 1px solid #E4E0DC;
    border-right: 1px solid #E4E0DC;
    border-bottom: 1px solid #E4E0DC;
    height: 546px;
    position: relative;
    display: grid;
    grid-template-columns: 590px auto;
    grid-gap: 25px;
    padding: 60px 20px 0 0
}

.outer .top {
    top: 0;
    position: absolute;
    display: grid;
    grid-template-columns: 280px 372px;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 3;
    align-items: center;
    width: 100%;
    grid-template-columns: 1fr 420px 1fr;
}

.aside .text {
    font-size: 12px;
    line-height: 17px;
}

.aside .text+.text {
    margin-top: 15px;
}

.brackets {
    height: 60px;
    display: grid;
    grid-template-columns: 15px auto 15px;
    grid-gap: 15px;
    align-items: center;
    justify-content: center;
    background: #F5F3F0;
}

.brackets .left {
    border: 1px solid #E4E0DC;
    border-right: 0;
    height: 100%;
}

.brackets .right {
    border: 1px solid #E4E0DC;
    height: 100%;
    border-left: 0;
}

.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}

.bottom .brackets {
    grid-template-columns: 590px 7px;
    height: 95px;
    grid-gap: 5px;
}

.membresias {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.membresias .item {
    background: #E4E0DC;
    height: 95px;
    text-align: center;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.item#ama {
    background-image: url(../img/Logos/LogoAma.jpg);
}

.item#sociedad {
    background-image: url(../img/Logos/logbsas.jpg);
}

.item#fernandez {
    background-image: url(../img/Logos/fernandez.jpg);
}

.item#isabel {
    background-image: url(../img/Logos/logoisabel.jpg);
}

.item .bolder {
    font-size: 9px;
    position: absolute;
    bottom: 9px;
    text-align: center;
    width: 100%;
}

#memb {
    position: absolute;
    bottom: 5px;
    right: 220px;
    color: var(--primary-color);
}

#mohel .title {
    margin-bottom: 35px;
}

#mohel .image {
    background-image: url(../img/bebe2.jpg);
    width: 435px;
    height: 255px;
    position: relative;
    margin-top: 30px;
    padding: 60px 20px;
}

#mohel .image .title {
    color: #D1AF22;
    font-size: 14px;
    margin-bottom: 0;
}

#mohel .image .text {
    font-size: 11px;
    width: 200px;
    line-height: 17px
}

.bigger.bolder {
    font-size: 16px;
    margin-bottom: 3px;
}

#mohel .text {
    line-height: 22px;
}

#mohel .corner {
    border-color: #D1AF22;
}


#contact .title {
    margin-bottom: 40px;
    color: var(--primary-color);
}

form {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px 48px;
}

form .bolder {
    font-size: 12px;
    position: relative;
    text-align: left;
}

.contact-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60px;
}

form input {
    height: 35px;
    font-size: 17px
}

form label {
    margin-bottom: 7px;
}

.mensaje {
    grid-column: 1/3;
    height: auto;
}

.mensaje textarea {
    height: 165px;
}

input[type="submit"] {
    grid-column: 1/3;
    width: 83px;
    margin: 0 auto;
    background: var(--primary-color);
    border: 0;
    color: white;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
}

#footer {
    background: #231F20;
    padding: 0;
}

#footer .container {
    display: grid;
    grid-template-columns: 1fr 310px 310px 310px 1fr;
}

#footer .mail {
    border-left: 1px solid white;
    border-right: 1px solid white;
    grid-column: 2;
}

#footer .ubicacion {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

#footer .way {
    padding: 10px 35px;
}

#footer .text,
#footer .bolder {
    color: white
}

#footer .icon {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
}

#footer #fijo .icon {
    background-image: url(../img/phone.svg);
}

#footer #wsp .icon {
    background-image: url(../img/whatsapp.svg);
}

#footer #wsp,
#footer #phone {
    display: flex;
    align-items: center;
}

.telefonos #fijo,
.telefonos #wsp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
}

#footer .ubicacion {
    position: relative;
}

#footer .ubicacion .icon {
    position: absolute;
    top: 11px;
    left: 16px;
    height: 15px;
    background-image: url(../img/location.svg);
}

#trust {
    padding: 0;
}

#trust .container {
    padding: 50px 0;
}

.cirugia #contact .arrow-top {
    display: none;
}

#trust .item .bolder {
    color: var(--primary-color);
}

#cat-nav {
    padding: 64px 0;
}

#cat-nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 25px;
}

#cat-nav li {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: var(--secondary-color);
    font-weight: bold;
    padding: 10px 0;
    background: #F5F3F0;
    transition: color 0.1s ease-in, background-color 0.1s ease-in;
    -webkit-transition: color 0.1s ease-in, background-color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background-color 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background-color 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background-color 0.1s ease-in;
}

#cat-nav li:hover,
#cat-nav li.active {
    color: white;
    background: var(--primary-color);
}

#surgery .title {
    margin: 0;
    margin-bottom: 15px;
}

.inner {
    border-top: 1px dashed var(--secondary-color-light);
    margin-top: 25px;
}

.text.split {
    column-count: 2;
    column-gap: 65px;
    margin-top: 0;
    font-weight: 400;
    line-height: 22px;
    font-size: 13px;
}

.detail-title {
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 44px;
}

#c-mamaria .image {
    background-image: url(../img/fotociru1.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}


ul.blue-dots {
    margin-top: 17px;
}

ul.blue-dots li {
    padding: 8px 0 8px 80px;
    position: relative;
}

ul.blue-dots li:before {
    content: ' ';
    background-color: var(--primary-color);
    width: 10px;
    height: 10px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-15px);
    -webkit-transform: translateY(-50%) translateX(-15px);
    -moz-transform: translateY(-50%) translateX(-15px);
    -ms-transform: translateY(-50%) translateX(-15px);
    -o-transform: translateY(-50%) translateX(-15px);
}

ul.blue-dots li+li {
    border-top: 1px solid #4f555644;
}


#c-lipoescultura .image#first {
    background-image: url(../img/lipo1.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#c-lipoescultura .image#second {
    background-image: url(../img/lipo2.jpg);
    background-size: cover;
    width: 100%;
    height: 183px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 14px;
}

.gray-box {
    background: #f5f3f0;
    padding: 5px 20px;
    margin-top: 20px;
}

#c-lipoescultura .inner .right .text {
    padding: 0 20px;
}

.inner.two-cols {
    padding-top: 25px;
}

#c-blefaroplastia .image#first {
    background-image: url(../img/parpados.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#c-blefaroplastia .image#second {
    background-image: url(../img/parpados2.jpg);
    background-size: cover;
    width: 100%;
    height: 183px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 14px;
}

#c-blefaroplastia .inner .right {
    padding-right: 34px;
    padding-top: 21px;
}

#c-lifting .inner .right {
    padding-right: 72px;
}

#c-blefaroplastia .inner.two-cols,
#c-lifting .inner.two-cols {
    column-gap: 65px;
}

#c-lifting .medium {
    padding-right: 130px;
}

#c-abdominoplastia .image#first {
    background-image: url(../img/abdom.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#c-abdominoplastia .image#second {
    background-image: url(../img/abdom2.jpg);
    background-size: cover;
    width: 100%;
    height: 202px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 14px;
}

#c-rinoplastia .image#first {
    background-image: url(../img/nariz1.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#c-rinoplastia .image#second {
    background-image: url(../img/nariz2.jpg);
    background-size: cover;
    width: 100%;
    height: 202px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 14px;
}

#c-lifting .image#first {
    background-image: url(../img/lifting.jpg);
    background-size: cover;
    width: 100%;
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
}

#c-lifting .image#second {
    background-image: url(../img/lifting2.jpg);
    background-size: cover;
    width: 100%;
    height: 202px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 14px;
}

#c-intimidad .image {
    background-image: url(../img/intimidadfemenina.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#c-intimidad .medium {
    padding-right: 60px;
}

.dashed-spacer {
    border-top: 1px dashed var(--secondary-color-light);
    margin: 35px 0;
}

#c-otoplastia .image {
    background-image: url(../img/oreja.jpg);
    background-size: cover;
    width: 100%;
    height: 411px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.menu-btn {
    display: none;
}

#c-mohel #cat-nav{
	display:none;
}


#c-mohel #surgery{
	    background: white;
}
#surgery{
	
    padding-top: 50px;
}

#doctor .quote{
	font-size:19px;
	padding:40px;
	line-height:25px;
	color:var(--secondary-color);
	width:50%;
	box-sizing:border-box;
	font-weight:400
}

#floating-mohel{
	position:absolute;
	top:148px;
	left:50%;
	transform:translateX(-50%);
	z-index:5
}

#firma{
    background: black;
    padding:10px 0;
}
#firma .firma{
    font-size: 13px;color: white;
    font-weight: 400;
    text-align: center;
}
#firma .firma a{
    font-weight: bold;
    color: white;
    transition: color 0.1s ease-in-out;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -ms-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
}
#firma .firma a:hover{
    color: #F1F1F1;
}