.tooltip {
    background-color: #000
}

fieldset,
hr {
    border: 0;
    padding: 0
}

fieldset,
hr,
ul {
    padding: 0
}

fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0
}

.hidden,
.invisible {
    visibility: hidden
}

.hvr-pulse,
.hvr-rectangle-out {
    -webkit-backface-visibility: hidden
}

.hvr-grow,
.hvr-pulse,
.hvr-rectangle-out {
    box-shadow: 0 0 1px transparent;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle
}

.about-us .jumbo-text,
.carousel-caption h2,
.mobilenav,
.our-team .description h3 {
    text-transform: uppercase
}

.hvr-grow,
.hvr-pulse,
.hvr-rectangle-out,
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

.mobilenav li,
.panel-title>a,
a:hover {
    text-decoration: none
}

html {
    font-size: 1em;
    line-height: 1.4
}

body,
html {
    height: 100%
}

body {
    overflow-x: hidden
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

hr {
    display: block;
    height: 1px;
    border-top: 1px solid #ccc;
    margin: 1em 0
}

li {
    list-style: none
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.main-bg,
::-moz-selection {
    background: #3C6
}

.main-bg,
::selection {
    background: #3C6
}

::-moz-selection {
    background: #3C6;
    color: #fff;
    text-shadow: none
}

::selection {
    color: #fff;
    text-shadow: none
}

.bottom-animate,
.top-animate {
    background: #fff !important;
    top: 13px !important
}

.main-color {
    color: #3C6
}

.white-color {
    color: #fff
}

.button {
    padding: 20px 60px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    text-shadow: none;
    outline: 0;
    border: 0
}

.button:hover {
    cursor: pointer;
    color: #fff
}

.button.light {
    padding: 19px 59px;
    border: 2px solid #eee
}

.padding-large,
.padding-top-large {
    padding-top: 90px
}

.line {
    width: 80px;
    height: 2px;
    margin-top: 15px
}

.padding-large {
    padding-bottom: 90px
}

.margin-top-large {
    margin-top: 90px
}

.margin-bottom-large {
    margin-bottom: 90px
}

.margin-top-medium {
    margin-top: 40px
}

.margin-bottom-medium {
    margin-bottom: 40px
}

.margin-bottom-small {
    margin-bottom: 25px
}

.margin-right-small {
    margin-right: 15px
}

.margin-left-small {
    margin-left: 15px
}

.mat-none {
    margin-top: 0
}

.mab-none {
    margin-bottom: 0
}

.mar-none {
    margin-right: 0
}

.mal-none {
    margin-left: 0
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.top-animate {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mid-animate {
    opacity: 0
}

.bottom-animate {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.bottom-menu,
.mid-menu,
.top-menu {
    width: 28px;
    height: 4px;
    border-radius: 10px;
    background-color: #3C6
}

.top-menu {
    top: 5px
}

.mid-menu {
    top: 13px
}

.bottom-menu {
    top: 21px
}

.menui {
    background: #3C6;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 10px;
    position: absolute
}

.menu-trigger,
.mobilenav {
    z-index: 999;
    position: fixed
}

.menu-trigger {
    display: block;
    padding: 9px;
    height: 32px;
    width: 32px;
    margin: 0;
    top: 45px;
    right: 115px
}

.mobilenav {
    font-family: inherit;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(51, 204, 102, .89)
}

.mobilenav li {
    list-style-type: none;
    text-align: center;
    padding: 10px;
    font-size: 180%;
    color: #fff;
    font-weight: 300;
    width: 100%
}

.mobilenav li:last-child span {
    border-bottom: none
}

.mobilenav li:hover {
    cursor: pointer
}

.nav-label {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    display: block;
    width: 350px;
    margin: 0 auto
}

.hvr-grow,
.hvr-pulse,
.hvr-rectangle-out {
    display: inline-block
}

.mobilenav li:first-child {
    margin-top: 15px
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.hvr-pulse {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.hvr-pulse:active,
.hvr-pulse:focus,
.hvr-pulse:hover {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.hvr-rectangle-out {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.bg-gmas:before {
    background: rgba(250, 201, 41, .87) !important
}

.bg-pren:before {
    background: rgba(52, 185, 231, .83) !important
}

.bg-mediar:before {
    background: rgba(51, 204, 102, .87) !important
}

.bg-gadic:before {
    background: rgba(242, 146, 21, .83) !important
}

.hvr-rectangle-out:active,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:hover {
    color: #fff
}

.hvr-rectangle-out:active:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.hvr-grow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.portfolio-wrapper .button {
    padding: 20px 60px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: 0;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 3px solid #fff;
    color: #fff;
    overflow: hidden
}

.portfolio-wrapper .button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 3px solid #fff;
    color: #fff;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.button:active,
.portfolio-wrapper .button:hover {
    color: #3C6
}

.portfolio-wrapper .btn-gmas:hover {
    color: #fac929 !important
}

.portfolio-wrapper .btn-pren:hover {
    color: #34b9e7 !important
}

.portfolio-wrapper .btn-mediar:hover {
    color: #3C6 !important
}

.portfolio-wrapper .btn-gadic:hover {
    color: #f29215 !important
}

.portfolio-wrapper .button:hover:after {
    height: 260%;
    opacity: 1
}

.portfolio-wrapper .button:active:after {
    height: 400%;
    opacity: 1
}

.carousel-inner,
.fill,
header .active,
header .carousel,
header .item {
    height: 100%
}

header {
    position: relative
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../img/slider-overlay.png)
}

.carousel-inner {
    min-height: 500px
}

.fill {
    width: 100%;
    background-position: center;
    background-size: cover;
    -o-background-size: cover
}

.carousel-indicators li {
    width: 40px;
    height: 4px;
    border: none;
    border-radius: 0;
    background: #fff
}

.carousel-indicators .active {
    width: 40px;
    height: 5px;
    background: #3C6 !important
}

.carousel-caption {
    top: 25%
}

.carousel-caption h2 {
    font-size: 48px;
    font-weight: 400;
    position: center
}

.carousel-control.left,
.carousel-control.right {
    background: 0 0
}

.icon-next,
.icon-prev {
    font-size: 60px !important
}

header .logo-container {
    position: absolute;
    top: 52px;
    left: 93px;
    z-index: 10
}

.call-to-action {
    padding: 15px;
    color: #eee;
    font-size: 18px;
    position: relative
}

.call-to-action p {
    margin: 20px
}

.about-us {
    background: url(../img/nosotros/about-us-fondo.png) center no-repeat fixed;
    background-size: cover;
    position: relative
}

.about-us .overlay {
    background: rgba(238, 238, 238, .95)
}

.about-us .jumbo-text {
    color: #272727;
    font-size: 40px
}

.about-us p {
    color: #484848;
    line-height: 24px
}

.about-us img {
    margin-top: -50px
}

.about-us .text-justify {
    text-align: justify
}

.panel {
    background: 0 0;
    border: none;
    box-shadow: none
}

.panel-default>.panel-heading {
    background: #3C6;
    color: #f3eff0;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #d7d7d7, -1px -1px 1px #d7d7d7
}

.collapsed,
.collapsed .state,
.collapsed strong {
    color: #222
}

.panel-heading {
    padding: 0
}

.panel-title>a {
    display: block;
    width: 100%;
    padding: 10px 15px
}

.collapsed {
    background: #ededed !important
}

.state {
    font-size: 18px;
    line-height: 18px
}

.case-study .col-md-6 {
    padding: 0;
    cursor: pointer;
    color: #fff;
    -webkit-transition: background .5s;
    transition: background .5s
}

.case-study-left .overlay {
    padding-left: 200px;
    padding-right: 50px;
    -webkit-transition: background .5s;
    transition: background .5s
}

.case-study-right .overlay {
    padding-right: 200px;
    padding-left: 50px;
    -webkit-transition: background .5s;
    transition: background .5s
}

.case-study .case-study-1 {
    background: url(../img/fotos/fotos.png) no-repeat;
    background-size: cover
}

.case-study .case-study-2 {
    background: url(../img/fotos/fotos2.png) no-repeat;
    background-size: cover
}

.case-study .case-study-3 {
    background: url(../img/fotos/fotos3.png) no-repeat;
    background-size: cover
}

.case-study .case-study-4 {
    background: url(../img/fotos/fotos4.png) no-repeat;
    background-size: cover
}

.case-study .overlay:hover {
    width: 100%;
}

.case-study .titulos {
    text-shadow: 1px 1px 1px #444;
    font-size: 28px;
    font-weight: 700
}

.case-study .description {
    font-weight: lighter;
    padding: 0 2rem;
    text-shadow: 1px 1px 1px #444
}

.case-study .ajustar {
    padding-bottom: 5.65rem
}

.case-study .ajustar1 {
    padding-bottom: 7.55rem
}

.case-study .ajustar2 {
    padding-bottom: 1.51rem
}

.why-choose-us .icon {
    position: relative;
    font-size: 35px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border: 1px solid #efefef;
    display: inline-block;
    border-radius: 4px
}

.why-choose-us h4 {
    margin: 15px 0 20px;
    color: #000
}

.why-choose-us p {
    color: #aaa
}

.why-choose-us .service {
    padding: 5px;
    margin-bottom: 50px;
    cursor: pointer
}

.why-choose-us .fa {
    color: #3C6
}

.why-choose-us .icon:hover {
    background: #3C6
}

.why-choose-us .icon:hover .fa {
    color: #f5f5f5 !important
}

.why-choose-us .service:hover < .icon i,
.why-choose-us .service:hover>.icon {
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.skill-bar li .wrapper {
    margin-bottom: 30px;
    border-radius: 3px;
    background: #ddd
}

.skill-bar li span {
    height: 25px;
    width: 0;
    display: block;
    border-radius: 3px;
    overflow: visible !important;
    position: relative;
    background: #3C6
}

.our-skills .skill-people img {
    height: 300px
}

.processes {
    background: url(../img/cuadrados/fondo.png) center no-repeat fixed;
    background-size: cover;
    color: #fffeff
}

.processes .overlay {
    background: rgba(0, 8, 5, .85)
}

.processes .icon-container {
    margin-right: 25px;
    font-size: 24px
}

.processes .feature {
    margin: auto auto 45px;
    padding-left: 37px;
    padding-right: 37px
}

.feature:last-child {
    margin-bottom: 0
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.processes .description {
    width: 90%
}

.processes .process-bar {
    height: 125px;
    width: 125px;
    line-height: 125px;
    font-size: 24px;
    display: inline-block
}

.processes .discussion {
    border-radius: 3px 3px 0
}

.processes .check {
    border-radius: 3px 3px 3px 0
}

.processes .idea {
    border-radius: 3px 0 3px 3px
}

.processes .office {
    border-radius: 0 3px 3px
}

.processes .process-bar.main-bg {
    margin-right: 100px
}

.processes .process-bar.right {
    border: 3px solid #3C6
}

.processes .lines {
    height: 55px;
    width: 110px;
    margin: -3px auto;
    border-right: 3px solid #3C6;
    border-left: 3px solid #3C6;
    border-bottom: 3px solid #3C6
}

.our-team {
    background: #eee
}

.our-team .team-member {
    border: 1px solid #3C6;
    width: 236px;
    height: 300px;
    overflow: hidden
}

.our-team .team-member:hover>.team-overlay {
    margin-top: -297px;
    -webkit-transition: all .85s;
    transition: all .85s
}

.our-team img {
    width: 100%;
    height: 100%
}

.our-team .team-overlay {
    margin-top: 0;
    width: 238px;
    color: #fff;
    margin-left: -2px;
    position: relative
}

.our-team .team-overlay .info {
    height: 240px;
    padding: 100px 20px 20px;
    background: rgba(51, 204, 102, .83)
}

.our-team .team-overlay .learn-more {
    height: 60px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    background: rgba(51, 204, 102, .92);
    position: relative;
    cursor: pointer
}

.our-team .description {
    padding: 40px 0
}

.our-team .description .about {
    font-size: 14px;
    color: #555
}

.our-team .description .member-skill {
    display: inline-block
}

.testimonial {
    background: url(../img/testimonial-bg.png)
}

.testimonial-carousel .item {
    padding: 25px 40px 40px;
    background: rgba(34, 34, 34, .8);
    border-radius: 4px
}

.testimonial-carousel .item p {
    font-style: italic;
    font-size: 24px
}

.testimonial-carousel .item .client img,
.testimonial-carousel .item .client ul {
    display: inline-block;
    vertical-align: middle
}

.testimonial-carousel .item .client img {
    height: 50px;
    width: 50px;
    max-width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 4px
}

.testimonial-carousel .item .client-info {
    margin-left: 10px
}

.testimonial-carousel .item .client-info li {
    text-align: left
}

.testimonial-carousel .item .client-info li:first-child {
    font-size: 18px
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #3C6
}

.portfolio .line {
    margin: 15px auto 45px
}

.portfolio .subtitle {
    font-size: 20px
}

.portfolio p {
    color: #6b6b6b;
    font-size: 14px;
    margin-top: 10px
}

.portfolio .filters {
    color: #9e9e9e
}

.portfolio .filters li {
    display: inline
}

.portfolio .filters li a {
    margin: 0 5px;
    color: #3C6
}

.portfolio .filters .active {
    color: #3C6;
    text-decoration: none
}

.portfolio .filters .gmas {
    color: #fac929
}

.portfolio .filters .pren {
    color: #34b9e7
}

.portfolio .filters .mediar {
    color: #3C6
}

.portfolio .filters .gadic {
    color: #f29215
}

.portfolio .portfolio-item {
    width: 25%;
    overflow: hidden;
    padding: 0;
    margin: 0
}

.portfolio .portfolio-item a {
    position: relative;
    display: block;
    color: #fff
}

.portfolio .portfolio-item a .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 4;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 125px 20px
}

.portfolio .portfolio-item a img {
    width: 100%;
    -webkit-transition: all 1.2s linear;
    transition: all 1.2s linear
}

.portfolio .portfolio-item a:hover>.portfolio-overlay {
    opacity: 1
}

.portfolio .portfolio-item a:hover>img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.portfolio>.button {
    border-color: #333;
    font-weight: 400;
    color: #333;
    position: relative;
    z-index: 10
}

.portfolio>.button i {
    font-size: 22px
}

.filters li a:after {
    content: "/";
    margin-left: 10px;
    color: #9e9e9e
}

.filters li:last-child>a:after {
    content: ""
}

.promote {
    padding: 25px;
    color: #eee;
    font-size: 18px;
    position: relative
}

.promote .button:hover,
.promote .deep {
    background: #d6efde;
    color: #000
}

.promote p {
    margin: 20px
}

.promote .button {
    display: inline-block
}

.we-are-hiring {
    background: #f4f4f4;
    border-top: 1px solid #e5e5e5
}

.we-are-hiring h2 {
    color: #3a3a3a;
    font-size: 36px
}

.we-are-hiring p {
    color: #666;
    font-size: 16px;
    line-height: 28px
}

.we-are-hiring .upload-cv {
    background: #fff;
    height: 300px;
    width: 300px;
    margin: 20px auto 0;
    padding: 15px;
    border: 1px solid #dbd8d8
}

.we-are-hiring .upload-cv .inner {
    padding: 65px;
    border: 2px dashed #dbd8d8;
    color: #666
}

.we-are-hiring .inner i {
    font-size: 80px
}

.twitter {
    background: url(../img/iconotwitter/fondo.png) center top no-repeat fixed;
    background-size: cover;
    color: #fff
}

.twitter .overlay {
    background: rgba(27, 28, 29, .9)
}

.twitter .icon {
    font-size: 120px;
    padding-right: 4rem
}

.twitter .icon i {
    -webkit-transition: 1.2s;
    transition: 1.2s;
    cursor: pointer
}

.twitter .icon i:hover {
    -webkit-transform: rotate(360deg) scale(1.2);
    transform: rotate(360deg) scale(1.2);
    color: #00aced
}

.twitter .tweet-text {
    font-size: 16px;
    line-height: 1.5em
}

#map-container {
    height: 500px;
    width: 100%
}

.send-message {
    padding: 20px
}

.send-message .send-icon {
    height: 80px;
    width: 80px;
    margin: -60px auto 0;
    background: #fefaf6;
    border-radius: 50%;
    line-height: 60px;
    font-size: 20px;
    position: relative
}

.send-icon i {
    color: #3C6;
    font-size: 2rem;
    padding-top: 1.3rem
}

.send-message p {
    font-size: 30px
}

.send-message:hover {
    cursor: pointer
}

.send-message .modal-lg {
    width: 700px
}

.modal .modal-content {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    position: relative;
}

.modal .close {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #333;
    opacity: 1;
    height: 40px;
    width: 40px;
    color: #FFF;
    font-size: 28px;
    line-height: 45px;
    outline: 0;
    z-index: 10
}

.footer li,
.modal input {
    height: 50px
}

.modal .close span {
    outline: 0
}

.modal .modal-body {
    padding: 20px 20px
}

.modal .member-info {
    padding: 0
}

.modal input,
.modal textarea {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 18px
}

.modal input:focus,
.modal textarea:focus {
    border-color: #3C6;
    box-shadow: none
}

.modal textarea {
    resize: none
}

.modal .button {
    width: 100%;
    border-radius: 0;
    padding: 15px 60px
}

.form-control::-webkit-input-placeholder {
    color: #DBDBDB;
    font-style: italic
}

.contact-comentar .load-comentar,
.contact-form .load-contact,
.contact-participar .load-participar {
    color: #3C6;
    font-weight: bolder;
    display: none
}

.contact-form .alerta-contact {
    width: 85%;
    margin: 1.3rem auto auto;
    padding: 1.3rem
}

.contact-comentar .alerta-comentar,
.contact-participar .alerta-participar {
    width: 89%;
    margin: 1.3rem auto auto;
    padding: 1.3rem
}

.footer p {
    color: #bababa;
    font-size: 16px
}

.footer li {
    display: inline-block;
    margin: 0 5px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s
}

.footer li:hover {
    cursor: pointer
}

.footer li a {
    color: #fff
}

.footer .social i {
    font-size: 22px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.footer .facebook:hover {
    border-color: #3b5998
}

.footer .facebook:hover>a i {
    color: #3b5998
}

.footer .twitter:hover {
    border-color: #00aced
}

.footer .twitter:hover>a i {
    color: #00aced
}

.footer .g-plus:hover {
    border-color: #dd4b39
}

.footer .g-plus:hover>a i {
    color: #dd4b39
}

.footer .linkedin:hover {
    border-color: #007bb6
}

.footer .linkedin:hover>a i {
    color: #007bb6
}

.footer .youtube:hover {
    border-color: #b00
}

.footer .youtube:hover>a i {
    color: #b00
}

.footer .mobile-phone:hover {
    border-color: #000
}

.footer .mobile-phone:hover>a i {
    color: #000
}

.footer .instagram:hover {
    border-color: #517fa4
}

.footer .instagram:hover>a i {
    color: #517fa4
}

.footer .behance:hover {
    border-color: #1769ff
}

.footer .behance:hover>a i {
    color: #1769ff
}

.footer .dribbble:hover {
    border-color: #ea4c89
}

.footer .dribbble:hover>a i {
    color: #ea4c89
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    background: #3C6 !important;
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    -webkit-animation: pulse 1s linear 0s infinite alternate;
    animation: pulse 1s linear 0s infinite alternate
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1)
    }

    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

a {
    color: #fff
}

.subrayado {
    color: #33CC66
}