/* ------------------------------------------------------------------------------

  Template Name: Bobby
  Description: Bobby - Creative Service Landing Page
  Author: Murren
  Version: 1.0
  
  1.  Global

        1.1 General
        1.2 Typography
        1.3 Iconography
        1.4 Buttons
        1.5 Forms
        1.6 Loader
        1.7 Content helpers
        1.8 Background colors
        1.9 Colors

  2.  Header 

        2.1 Navbar
        2.2 Navbar affix
        2.3 Brand
        2.4 Navigation
        2.5 Masthead 

  3.  About
  4.  Services
  5.  Video section
  6   Specialization
  7.  Team
  8.  Features
  9.  Get in touch
  10. Showcase

      10.1 Magnific popup 

  11. Prices
  12. Reviews

      12.1 Owl carousel 

  13. Contacts
  14. Footer
  15. Modals
  16. Responsive styles


    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/


/* 1.1 General */

@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('et-line-fonts.css');
@import url('owl.carousel.css');
@import url('magnific-popup.css');
body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    height: 100%;
    overflow: hidden;
    padding-right: 0 !important;
}

.loaded {
    overflow: visible;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #00AEEF;
}


/* 1.2 Typography */

h1,
.h1 {
    font-weight: 200;
    font-size: 40px;
    line-height: 1.1;
    margin: 0;
}

h2,
.h2 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.section-title:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background-color: #00AEEF;
    border-radius: 50%;
}

h3,
.h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

h4,
.h4 {
    font-size: inherit;
    font-weight: 700;
    margin: 10px 0;
}

strong {
    font-weight: 700;
}

p {
    margin: 10px 0 0;
}

ul {
    /*list-style: none;
  padding-left: 0;*/
}

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

a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
}


/* 1.3 Iconography */

.icon {
    display: inline-block;
    font-size: 50px;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}


/* 1.4 Buttons */

.btn {
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid transparent;
    background-color: #78588C;
    font-size: 17px;
    line-height: 1.4;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    background-color: #8E6BA5;
}

.btn:active {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-yellow {
    background-color: #00AEEF;
    color: #000;
}

.btn-light-gray {
    background-color: #EBEBEB;
    color: #000;
}

.btn-light-gray:hover,
.btn-light-gray:focus {
    background-color: #00AEEF;
    color: #000;
}

.btn-b-white {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: transparent;
}

.btn-b-white:hover,
.btn-b-white:focus {
    border-color: transparent;
}


/* 1.5 Forms */

.form-control {
    height: 44px;
    padding: 6px 18px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}

.form-control:focus {
    border-color: #11388e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(123, 90, 145, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(123, 90, 145, .6);
}

textarea.form-control {
    resize: none;
    height: 120px;
    padding-top: 11px;
}

.row-fields {
    margin: 0 -8px;
}

.row-fields .form-group {
    padding-left: 8px;
    padding-right: 8px;
}

label.error {
    margin-top: 3px;
    font-size: 13px;
    font-weight: normal;
    color: #CC506F;
}


/* 1.6 Loader */

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 102, 179, 0.97);
    z-index: 100;
    text-align: center;
}

.cssload-bell {
    position: absolute;
    left: 31%;
    top: 47%;
    margin: 0px 0 0 0px;
    width: 514px;
    height: 218px;
    border-radius: 100%;
}

.cssload-circle {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cssload-circle .cssload-inner {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 11px solid rgba(233, 206, 53, 0.7);
    border-right: none;
    border-top: none;
    background-clip: padding;
    box-shadow: inset 0px 0px 21px rgba(206, 206, 53, 0.15);
}

.cssload-circle:nth-of-type(0) {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.cssload-circle:nth-of-type(0) .cssload-inner {
    animation: cssload-spin 2.3s infinite linear;
    -o-animation: cssload-spin 2.3s infinite linear;
    -ms-animation: cssload-spin 2.3s infinite linear;
    -webkit-animation: cssload-spin 2.3s infinite linear;
    -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle:nth-of-type(1) {
    transform: rotate(70deg);
    -o-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
}

.cssload-circle:nth-of-type(1) .cssload-inner {
    animation: cssload-spin 2.3s infinite linear;
    -o-animation: cssload-spin 2.3s infinite linear;
    -ms-animation: cssload-spin 2.3s infinite linear;
    -webkit-animation: cssload-spin 2.3s infinite linear;
    -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle:nth-of-type(2) {
    transform: rotate(140deg);
    -o-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
}

.cssload-circle:nth-of-type(2) .cssload-inner {
    animation: cssload-spin 2.3s infinite linear;
    -o-animation: cssload-spin 2.3s infinite linear;
    -ms-animation: cssload-spin 2.3s infinite linear;
    -webkit-animation: cssload-spin 2.3s infinite linear;
    -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-bell {
    /*animation: cssload-spin 5.75s infinite linear;
    -o-animation: cssload-spin 5.75s infinite linear;
    -ms-animation: cssload-spin 5.75s infinite linear;
    -webkit-animation: cssload-spin 5.75s infinite linear;
    -moz-animation: cssload-spin 5.75s infinite linear;*/
}

@keyframes cssload-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}


/* 1.7 Content helpers */

.content {
    position: relative;
    background-color: #fff;
}

.rel-1 {
    position: relative;
    z-index: 1;
}

.masked {
    position: relative;
}

.masked:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-content {
    margin-top: 50px;
}

.section-lg {
    padding: 120px 0;
}

@media (min-width: 768px) {
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-content {
        margin-top: 100px;
    }
    .section-lg {
        padding: 200px 0;
    }
}

.icon-header {
    display: block;
    margin-bottom: 30px;
    font-size: 60px;
}

.icon-header.icon-dial {
    font-size: 70px;
}

.btn-section {
    margin-top: 40px;
}

.row-baseline {
    margin-top: -30px;
}

.col-baseline {
    margin-top: 30px;
}


/* 1.8 Background colors */

.bgc-white {
    background-color: #fff;
}

.bgc-primary {
    background-color: #4D4D4D;
}

.bgc-light-gray {
    background-color: #f5f5f5;
}

.bgc-yellow {
    background-color: #00AEEF;
}


/* 1.9 Colors */

.text-white {
    color: #fff;
}

.text-muted {
    opacity: 0.6;
    color: inherit;
}

.text-primary {
    color: #866F9C;
}

.text-yellow {
    color: #00AEEF;
}


/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/

.header {
    color: #fff;
    /*background:url(../images/banner-01.png) center top no-repeat;
  background-size:cover;*/
}

.video {
    position: fixed;
    top: 0;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    ;
}

.video,
.video-background {
    background: url(../video/poster.jpg) center top no-repeat;
    background-size: cover;
}


/* 2.1 Navbar */

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding-top: 10px;
    border-radius: 0;
    font-size: 15px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-left: 0;
}

.navbar-collapse {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 500px;
}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 10px;
    border: 1px solid #00AEEF;
}


/* 2.2 Navbar affix */

.navbar.affix {
    position: fixed;
    background-color: #012f5c !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.navbar.affix img {
    width: 70%;
}

.navbar.affix .brand {
    font-size: 33px;
}


/* 2.3 Brand */

.brand {
    font-size: 33px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.brand .circle {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #00AEEF;
    margin-left: -3px;
    border-radius: 50%;
}

.brand:hover .circle {
    background-color: #fff;
}

.brand:focus {
    color: #fff;
}

.brand:hover {
    color: #00AEEF;
}


/* 2.4 Navigation */

.navbar-nav {
    margin-top: 23px;
    font-weight: 500;
}

.navbar-nav>li>a {
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>.active>a {
    /*color: #333;*/
    background-color: #00AEEF;
}

.navbar-toggle .icon-bar {
    background-color: #00AEEF;
}


/* 2.5 Masthead */

.masthead {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    padding: 170px 0 120px;
    height: 100vh;
    text-align: center;
}

.lead {
    font-size: inherit;
    margin: 20px 0 0;
}

.lead-text {
    margin-top: 20px;
}

.lead-direct {
    margin-top: 40px;
}


/*-------------------------------------------------------------------------------
  3. About
-------------------------------------------------------------------------------*/

.about {
    padding: 60px 0;
}

.col-box {
    font-size: 15px;
    padding: 0 30px;
}

.col-box:first-child {
    border-left: 0;
}


/*-------------------------------------------------------------------------------
  4. Services
-------------------------------------------------------------------------------*/

.service-content {
    margin-top: 50px;
}

.letter-lg {
    opacity: 0.1;
    font-size: 130px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -5px;
    font-weight: 900;
}

.col-service .media-body {
    vertical-align: bottom;
    padding-bottom: 15px;
}


/*-------------------------------------------------------------------------------
  5. Video section
-------------------------------------------------------------------------------*/

.video-section {
    background: url(../images/bg/video-section.jpg) center no-repeat;
    background-size: cover;
}


/*-------------------------------------------------------------------------------
  6. Specialization
-------------------------------------------------------------------------------*/

.specialization {
    overflow: hidden;
}

.progress-header {
    margin-bottom: 10px;
}

.progress {
    height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.progress-bar {
    background-color: #7B5A91;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*-------------------------------------------------------------------------------
  7. Team
-------------------------------------------------------------------------------*/

.team-profile {
    text-align: center;
}

.team-profile img {
    margin-bottom: 20px;
    border: 3px solid #00AEEF;
}

.social {
    margin-left: -10px;
}

.social .icon {
    font-size: 40px;
    margin-left: 10px;
    opacity: 0.7;
}

.team-social {
    margin-top: 20px;
}


/*-------------------------------------------------------------------------------
  8. Features
-------------------------------------------------------------------------------*/

.row-features {
    margin-top: -100px;
}

.col-feature {
    padding-top: 100px;
    text-align: center;
}


/*-------------------------------------------------------------------------------
  9. Get in touch
-------------------------------------------------------------------------------*/

.getintouch {
    background: url(../images/bg/getintouch.jpg) center top no-repeat;
    background-size: cover;
}


/*-------------------------------------------------------------------------------
  10. Showcase
-------------------------------------------------------------------------------*/

.showcase {
    overflow: hidden;
    padding-bottom: 0;
}

.filter {
    text-align: center;
    color: #333;
    margin: 60px 0 60px;
}

.filter li {
    position: relative;
    display: inline-block;
    margin: 10px 20px 0;
}

.filter li a {
    text-decoration: none;
}

.filter .active {
    color: #00AEEF;
}

.filter .active:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: -12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00AEEF;
}

.row-showcase {
    margin-left: -30px;
    margin-right: -30px;
}

.col-showcase {
    color: #fff;
}

.col-showcase a:hover,
.col-showcase a:focus {
    color: inherit;
}

.col-showcase figure {
    position: relative;
    overflow: hidden;
}

.col-showcase figure img {
    width: 100%;
}

.col-showcase figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.col-showcase header {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.col-showcase h3 {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 30px;
    line-height: 1;
}

.col-showcase h3:after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: -18px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00AEEF;
}

.col-showcase .icon-showcase {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.col-showcase:hover figcaption {
    background: rgba(123, 90, 145, 0.9);
}

.col-showcase:hover .icon-showcase {
    -webkit-transform: translateX(-50%) rotate(-180deg);
    -moz-transform: translateX(-50%) rotate(-180deg);
    transform: translateX(-50%) rotate(-180deg);
}


/* 10.1 Magnific popup */

.mfp-figure {
    box-shadow: none;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    padding: 0;
    margin-top: -10px;
    font-family: inherit;
    font-size: 40px;
    font-weight: 300;
    line-height: 0;
    color: #00AEEF;
}

img.mfp-img {
    min-height: 220px;
}

.mfp-bottom-bar {
    margin-top: -30px;
}

.mfp-title {
    font-size: 20px;
    color: #00AEEF;
}

.mfp-bg {
    background-color: #000;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right-color: #00AEEF;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left-color: #00AEEF;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom .mfp-container {
    -webkit-transform: scale(0);
}

.mfp-with-zoom.mfp-bg {
    opacity: 0;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    -webkit-transform: scale(1);
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.9;
}

.mfp-with-zoom.mfp-removing .mfp-container {
    -webkit-transform: scale(0);
}

.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


/* ------------------------------------------------------------------------------- */


/*  11. Prices
/* ------------------------------------------------------------------------------- */

.col-price {
    position: relative;
    text-align: center;
    padding: 7px;
}

.price-box {
    background-color: #fff;
}

.price-inner {
    padding: 30px 20px;
}

.price-header {
    border: 1px solid #DCD4E1;
    border-width: 1px 0;
}

.price-title {
    padding: 30px 0;
    margin: 0;
}

.price {
    line-height: 1;
    margin-bottom: 20px;
}

.price+p {
    font-size: 13px;
}

.price strong {
    font-weight: 600;
}

.price-currency {
    display: inline-block;
    font-size: 30px;
}

.price-amount {
    font-size: 50px;
}

.price-delimiter {
    font-size: 40px;
    font-weight: 300;
}

.price-period {
    font-size: 20px;
}

.price-features {
    padding: 30px 0;
}

.price-features ul {
    margin-top: 0;
}

.price-features ul li {
    padding: 8px 0;
}

.col-price.leading .price-box {}

.col-price.leading .price-header {
    margin: 0 -1px;
    background-color: #78588C;
    color: #fff;
}


/*-------------------------------------------------------------------------------
  12. Reviews
-------------------------------------------------------------------------------*/

.reviews {
    background: url(../images/bg/reviews.jpg) center top no-repeat;
    background-size: cover;
}

.reviews:after {
    background-color: rgba(114, 80, 135, 0.95);
}

.review-carousel {
    margin-top: 30px;
}

.review-author {
    margin-top: 30px;
}

.review-author strong {
    font-size: 17px;
}


/* 12.1 Owl carousel */

.owl-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.owl-prev {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #fff;
    left: 30px;
}

.owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #fff;
    right: 30px;
}

.owl-pagination .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #abe4fa;
    border-radius: 50%;
}

.owl-pagination .owl-page.active {
    background-color: #00AEEF;
}


/*-------------------------------------------------------------------------------
  13. Contacts
-------------------------------------------------------------------------------*/

.contacts {
    padding-bottom: 0;
}

.gmap {
    margin-top: 40px;
    height: 520px;
}


/*-------------------------------------------------------------------------------
  14. Footer
-------------------------------------------------------------------------------*/

.footer {
    padding: 50px 0;
    color: #fff;
}

.footer .social {
    margin-top: 0;
}

.copyright {
    margin: 20px 0;
}

.tituloF {
    font-size: 25px;
    font-weight: 800;
}

.parrafoF {
    display: block;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 15px;
}


/*-------------------------------------------------------------------------------
  15. Modals
-------------------------------------------------------------------------------*/

.modal {
    text-align: center;
    white-space: nowrap;
}

.modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.modal-dialog {
    width: 95%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    margin: 0;
}

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

.modal-header {
    background-color: #012f5c;
    border-bottom: 0;
    color: #fff;
    text-align: center;
}

.modal-header .close {
    position: relative;
    z-index: 1;
    top: -15px;
    font-size: 30px;
}

.modal-title {
    line-height: 1.1;
}

.menuDropActivar:hover .menuDrop {
    display: grid;
}

.menuDrop {
    background: white;
    position: absolute;
    display: none;
    width: 200px;
    color: black;
    padding: 10px 30px;
    border-radius: 15px;
}

.menuDrop:hover {
    display: grid;
}

.menuDrop a {
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 10px;
}


}

/*-------------------------------------------------------------------------------
  16. Responsive
-------------------------------------------------------------------------------*/
@media (min-width: 480px) {
    h1,
    .h1 {
        font-size: 50px;
    }
}
@media (min-width: 768px) {
    .navbar {
        padding-bottom: 10px;
    }
    
    .navbar.affix-top {
        padding: 30px 0;
        background: none;
        box-shadow: none;
    }
    
    .navbar.affix .navbar-nav {
        margin-top: 10px;
    }
    
    .navbar-nav>li {
        margin-left: 30px;
    }
    
    .navbar-nav>li:first-child {
        margin-left: 0;
    }
    
    .navbar-nav>li>a {
        padding: 0;
    }
    
    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:focus,
    .navbar-nav>.active>a {
        background-color: transparent;
        font-weight: 900;
    }
    
    .brand {
        font-size: 45px;
    }
    
    .masthead {
        padding: 250px 0 200px;
    }
    
    .modal-dialog {
        width: 700px;
    }
}
@media (min-width: 992px) {
    .footer .social {
        text-align: right;
    }
    
    .copyright {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .row-spec {
        margin: 0 -30px;
    }
    
    .col-spec {
        padding: 0 30px;
    }
}
.logoContenedor {
    width: 25%;
}
.titulo {
    font-weight: 600;
    font-size: 30px;
    color: #00AEEF;
}
.parrafo {
    font-size: 16px;
    margin-bottom: 10px;
}
.lista {
    padding: 0px;
    font-size: 16px;
    line-height: 30px;
}
.lista li {
    list-style: none;
}
.lista li span {
    font-weight: 800;
}
.lista li:before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url(../images/icono-13.png);
    background-size: cover;
    background-position: center;
    margin-right: 10px;
}
.contenedor {
    position: relative;
    display: inline-block;
    text-align: center;
}
.contenedor:hover .parrafoIma {
    display: initial;
}
.contenedor:hover .listaIma {
    display: block;
}
.texto-encima {
    position: absolute;
    bottom: 0px;
    background: #012f5c;
    width: 100%;
    text-align: left;
    padding: 10px;
}
.tituloIma {
    color: white;
    font-size: 20px;
}
.parrafoIma {
    color: white;
    font-size: 15px;
    display: none;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.listaIma {
    color: white;
    font-size: 15px;
    display: none;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
#distribuidores:hover .subtituloP {
    background: #00AEEF;
    color: white;
}
.centrado {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.subtituloP {
    text-align: center;
    font-size: 20px;
    color: #504F50;
    margin-top: 15px;
    border: 2px solid #00AEEF;
    padding: 15px;
}
.beneficio {
    height: 100px;
}
.contacto {
    text-align: center;
    font-size: 16px;
}
.contacto a {
    text-decoration: none;
}
.parrafoBeneficio {
    text-align: center;
    font-size: 20px;
}
.parrafoBeneficio span {
    font-weight: 700;
}
.parrafoNum {
    font-size: 20px;
    color: white;
    font-weight: 500;
}
.numero {
    font-size: 60px;
    font-weight: 800;
    color: #00AEEF;
}
.tituloP {
    text-align: left;
    font-size: 60px;
    color: #00AEEF;
    font-weight: 900;
    line-height: 60px;
}
.tituloP span {
    color: white;
    font-size: 46px;
    font-weight: 700;
}
.parrafoP {
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
}
.tituloR {
    text-align: left;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}
.tituloR span {
    font-size: 44px;
    font-weight: 700;
}
.parrafoR {
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
}
.parrafoR span {
    font-weight: 800;
}
.imagenP {
    width: 40%;
    display: block;
    margin: auto;
    /*filter: invert(59%) sepia(16%) saturate(1767%) hue-rotate(172deg) brightness(85%) contrast(83%);*/
    
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.imagenP:hover {
    padding: 10px;
    /* filter: invert(100%) sepia(44%) saturate(5281%) hue-rotate(327deg) brightness(95%) contrast(93%); */
    
    filter: invert(12%) sepia(51%) saturate(5130%) hue-rotate(231deg) brightness(93%) contrast(90%);
    border: 5px solid #3782BA;
    border-radius: 150px;
}
.tituloP2 {
    text-align: left;
    font-size: 20px;
    font-weight: 800;
    color: #504F50;
}
.parrafoP3 {
    text-align: left;
    font-size: 16px;
    color: #504F50;
}
.buton {
    text-decoration: none;
    background: #00AEEF;
    color: white;
    text-align: center;
    width: 180px;
    height: auto;
    font-size: 16px;
    line-height: 16px;
    padding: 8px 0px;
    border-radius: 50px;
    display: block;
    margin: auto;
    margin-left: 0px;
    border: 2px solid #00AEEF;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.buton:hover {
    background: #fff;
    color: #00AEEF;
    border: 2px solid #00AEEF;
}
.butonl {
    text-decoration: none;
    background: #00AEEF;
    color: white;
    text-align: center;
    width: 180px;
    height: auto;
    font-size: 13px;
    line-height: 15px;
    padding: 2px 0px;
    border-radius: 50px;
    display: block;
    margin: auto;
    margin-left: 0px;
    border: 2px solid #00AEEF;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    margin-right: 15px;
}
.butonl:hover {
    background: #fff;
    color: #00AEEF;
    border: 2px solid #00AEEF;
}
.butonR {
    text-decoration: none;
    background: #00AEEF;
    color: white;
    text-align: center;
    width: 180px;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 0px;
    border-radius: 50px;
    display: block;
    margin: auto;
    margin-left: 240px;
    margin-top: -38px;
    border: 2px solid #00AEEF;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.butonR:hover {
    background: #fff;
    color: #00AEEF;
    border: 2px solid #00AEEF;
}
.buton2 {
    text-decoration: none;
    background: #0066B3;
    color: white;
    text-align: center;
    width: 180px;
    height: auto;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0px;
    border-radius: 50px;
    display: block;
    margin: auto;
    margin-left: 0px;
    border: 2px solid #0066B3;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.buton2:hover {
    background: #fff;
    color: #0066B3;
    border: 2px solid #0066B3;
}
.butonT {
    margin-top: -10px;
    font-size: 11px;
}
.centrarVertical {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 632px;
}
.centrarVertical2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 345px;
}
.conten {
    height: 354px;
}
.tituloPro {
    font-size: 22px;
    font-weight: 600;
}
.parrafoPro {
    font-size: 15px;
    font-weight: 400;
}
.subtitulo {
    text-align: center;
    font-size: 16px;
    margin-top: 50px;
    line-height: 30px;
    font-weight: 800;
    color: #0066B3;
}
hr {
    margin-top: 0px;
    margin-bottom: 50px;
    background: #fdd800;
    height: 10px;
    width: 260px;
}
.imagenD {
    width: 30%;
    display: block;
    margin: auto;
}
.efecto {
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}
.efecto2 {
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}
.efecto2:hover .imagenD {
    -webkit-animation: rotation 5s infinite linear;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotateY(0deg);
    }
    
    to {
        -webkit-transform: rotateY(359deg);
    }
}
.distribuidores {
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.distribuidores>div {
    position: relative;
    bottom: 85px;
    color: #fff;
    background-color: rgb(55, 130, 186, 0.6);
    padding: 2px 10px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    /*opacity:0.5;*/
}
.distribuidores>div>h1 {
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.distribuidores>div>p {
    font-size: 17px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.distribuidores:hover div {
    bottom: 400px;
}
.distribuidores:hover div>h1 {
    font-weight: bold;
    font-size: 35px;
    text-align: center;
}
.distribuidores:hover div>p {
    font-size: 30px;
    text-align: center;
}
.imagenC {
    width: 30%;
}
.parrafoC {
    font-size: 16px;
    color: #504F50;
    margin: 0px;
}
.tituloC {
    text-align: left;
    font-size: 25px;
    font-weight: 800;
    font-style: italic;
    color: #504F50;
}

.tituloBanner {
    text-align: center;
    font-weight: 700;
    font-size: 70px;
    color: #fff;
}
.subtituloBanner {
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.tituloBanner span {
    font-weight: 900;
}
.tituloBanner2 {
    text-align: left;
    font-size: 20px;
    color: #fff;
}
.tituloBanner2 span {
    font-weight: 700;
}
.tituloBanner3 {
    text-align: left;
    font-size: 25px;
    color: #00AEEF;
    font-weight: 800;
}
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.top {
    text-align: right;
}
.top a {
    text-decoration: none;
    margin-right: 25px;
}
.tel:before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}
.menu {
    position: sticky;
    top: 100px;
}
.menu .titulo {
    font-size: 35px;
    color: black;
    font-weight: 700;
}
.menu .opciones {
    color: #0066B3;
    text-decoration: none;
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
}
.tituloColor1 {
    background: #012a78;
    text-align: center;
    color: white;
    font-size: 18px;
    border-radius: 15px 15px 0px 0px;
    border: none !important;
}
.tituloColor2 {
    background: #d7d7d7;
    text-align: center;
    color: #0066B3;
    font-size: 18px;
    border-radius: 15px 15px 0px 0px;
    border: none !important;
}
.color1 {
    background: #0066B3;
    text-align: center;
    color: white;
    border: none !important;
}
.color2 {
    background: #eaeaea;
    text-align: center;
    color: #0066B3;
    border: none !important;
}
.color3 {
    background: #012a78;
    text-align: center;
    color: white;
    border: none !important;
}
.color4 {
    background: #d7d7d7;
    text-align: center;
    color: #0066B3;
    border: none !important;
}
.color1U {
    background: #0066B3;
    text-align: center;
    color: white;
    border: none !important;
    border-radius: 0px 0px 15px 15px;
}
.color2U {
    background: #eaeaea;
    text-align: center;
    color: #0066B3;
    border: none !important;
    border-radius: 0px 0px 15px 15px;
}
.imagenT {
    width: 50px;
    display: block;
    margin: auto;
}
.subtituloX {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 50px;
}
.imagenL img {
    width: 70px;
    float: left;
    margin-right: 15px;
}
.parrafo1 {
    text-align: center;
    font-size: 18px;
}
.parrafo1 span {
    font-weight: 800;
}
.whatsapp:before {
    content: "\f232";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}
.card {
    background: linear-gradient(0deg, #FFFFFF 93%, #0066B3 93%);
    border-radius: 20px;
    text-align: center;
    padding: 30px 30px;
    /*-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);*/
    
    box-shadow: 0 0 10px 2px rgba(144, 149, 161, 0.2);
}
.card:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 15px 2px rgba(144, 149, 161, 0.3);
    transition: all .5s;
}
.card img {
    width: 70px;
    display: block;
    margin-top: 15px;
}
.card .titulo {
    color: black;
    font-size: 30px;
    margin: 0px;
    text-align: left;
    margin-top: 15px;
    font-weight: 900;
}
.card .cuerpo {
    color: black;
    font-size: 16px;
    text-align: justify;
    margin: 10px 0px;
    margin-bottom: 25px;
}
.card .parrafo {
    color: black;
    font-size: 8px;
    text-align: justify;
    margin: 10px 0px;
    margin-bottom: 10px;
}
.card .cuerpoN {
    font-weight: 800;
    text-align: justify;
}
.card2 {
    background: linear-gradient(0deg, #FFFFFF 93%, #00AEEF 93%);
    border-radius: 20px;
    text-align: center;
    padding: 30px 30px;
    /*-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);*/
    
    box-shadow: 0 0 10px 2px rgba(144, 149, 161, 0.2);
}
.card2:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 15px 2px rgba(144, 149, 161, 0.3);
    transition: all .5s;
}
.card2 img {
    width: 70px;
    display: block;
    margin-top: 15px;
}
.card2 .titulo {
    color: black;
    font-size: 30px;
    margin: 0px;
    text-align: left;
    margin-top: 15px;
    font-weight: 900;
}
.card2 .cuerpo {
    color: black;
    font-size: 16px;
    text-align: justify;
    margin: 10px 0px;
    margin-bottom: 25px;
}
.card3 {
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    padding: 30px 30px;
    box-shadow: 0 0 10px 2px rgba(144, 149, 161, 0.2);
}
.card3:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 15px 2px rgba(144, 149, 161, 0.3);
    transition: all .5s;
}
.card3 img {
    width: 70px;
    display: block;
    margin-top: 15px;
}
.card3 .titulo {
    color: #0066B3;
    font-size: 30px;
    margin: 0px;
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
    line-height: 34px;
}
.card3 .titulo2 {
    color: #0066B3;
    font-size: 20px;
    margin: 0px;
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
    line-height: 30px;
}
.card3 .titulo2 span {
    color: #00AEEF;
}
.card3 .cuerpo {
    color: black;
    font-size: 16px;
    text-align: justify;
    margin: 10px 0px;
    margin-bottom: 25px;
}
.card4 {
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 10px 2px rgba(144, 149, 161, 0.2);
}
.card4 .titulo {
    color: white;
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 20px 20px 0px 0px;
    margin: 0px;
    text-align: left;
    margin-top: 15px;
    font-weight: 900;
    background: #0066b3;
}
.largo {
    display: initial;
}
.corto {
    display: none;
}
.compania {
    width: 100%;
    padding: 10px;
}
.lenguaje {
    width: 16%;
    margin: 0px 15px;
}
.icono img {
    width: 25%;
    display: block;
    margin: auto;
}
.icono .titulo {
    font-size: 20px;
    text-align: center;
    color: white;
    font-weight: 800;
    margin: 15px 0px;
}
.icono .cuerpo {
    font-size: 15px;
    text-align: justify;
    color: white;
    margin: 15px 0px;
    text-align-last: center;
}
.icono:hover img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.icono2 {
    height: 230px;
}
.icono2 img {
    width: 25%;
    display: block;
    margin: auto;
}
.icono2 .titulo {
    font-size: 16px;
    text-align: center;
    color: black;
    font-weight: 400;
    margin: 15px 0px;
    padding: 0px 100px;
}
.precio:hover {
    font-size: 25px;
}
.fondo {
    background-image: url(../images/image-20.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ClientsSlider {
    animation: slider 70s linear infinite;
}
@keyframes slider {
    0% {
        transform: translate3d(0, 0, 0);
    }
    
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}
.medioFondo {
    background: linear-gradient(0deg, #0066B3 40%, #FFFFFF 40%);
}
.herramientas {
    margin-top: 140px;
}
.tituloH {
    font-weight: 600;
    font-size: 40px;
    color: #00AEEF;
    text-align: center;
}
.logofooter {
    width: 100%;
    margin-bottom: 25px;
}
.iconoh {
    border: 2px solid #0066B3;
    padding: 20px;
    margin-top: 120px;
    transition-property: background-color;
    transition-duration: 1s;
    transition-timing-function: ease;
}
.iconoh .tituloF {
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    color: #0066B3;
    text-align: center;
    margin-top: 20px;
}
.iconoh .tituloA {
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    color: #00AEEF;
    text-align: center;
    margin-top: 20px;
}
.iconoh .descripcion {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    height: 80px;
}
.iconoh img {
    width: 140px;
    display: block;
    margin: auto;
    background: white;
    margin-top: -90px;
}
.iconoh:hover img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.iconoh a {
    margin: auto;
    width: 120px;
}
.Modelo1 .modal-body {
    border-left: 10px solid #11388e;
    display: grid;
    grid-template-columns: 35% 65%;
}
.Modelo1 .modal-body .icono {
    position: absolute;
    top: -100px;
    left: -50px;
    width: 40%;
}
.Modelo1 .modal-body .logo {
    width: 30%;
    position: absolute;
    bottom: 10px;
}
.Modelo1 .modal-body .titulo {
    color: #000;
    font-size: 31px;
    padding: 0px;
    font-weight: 800;
}
.Modelo1 .modal-body ul {
    color: #000;
    font-size: 12px;
}
.Modelo1 .close {
    float: right;
    font-size: 31px;
    font-weight: bold;
    line-height: 1;
    color: #262626;
    text-shadow: 0 1px 0 #fff;
    margin-top: -5px;
    opacity: 1;
}
@media(max-width: 1024px) {
    .tituloBanner {
        font-size: 50px;
    }
    
    .tituloBanner2 {
        font-size: 19px;
    }
    
    .cssload-bell {
        left: 24%;
    }
    
    .compania {
        width: 15%;
    }
    
    .lenguaje {
        width: 15%;
    }
    
    .tituloR {
        font-size: 23px;
    }
    
    .tituloR span {
        font-size: 36px;
    }
}
@media(max-width: 780px) {
    .compania {
        width: 14%;
        margin: 0px 10px;
    }
    
    .medioFondo {
        background: linear-gradient(0deg, #0066B3 51.5%, #FFFFFF 51.5%);
    }
    
    .lenguaje {
        width: 14%;
        margin: 0px 10px;
    }
    
    .card {
        margin-bottom: 55px;
    }
    
    .cssload-bell {
        left: 17%;
    }
    
    .menu {
        position: inherit;
    }
}
.logo {
    width: 85%;
}
@media (max-width: 560px) {
    .top {
        display: none !important;
    }
    
    .menuDrop {
        position: inherit;
        display: grid;
        width: auto;
    }
    
    .cssload-bell {
        width: 414px;
        left: 0%;
    }
    
    .largo {
        display: none;
    }
    
    .corto {
        display: initial;
    }
    
    .tituloBanner {
        font-size: 30px;
        line-height: 40px;
        text-align: left;
    }
    
    .tituloBanner2 {
        font-size: 18px;
        text-align: justify;
    }
    
    .compania {
        width: 50%;
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }
    
    .compania {
        width: 50%;
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }
    
    .lenguaje {
        width: 50%;
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }
    
    .titulo {
        font-size: 20px;
    }
    
    .tituloP {
        font-size: 28px;
        line-height: 28px;
    }
    
    .logofooter {
        width: 75%;
    }
    
    .tituloR {
        font-size: 19px;
    }
    
    .tituloR span {
        font-size: 30px;
    }
    
    .tituloP span {
        font-size: 21px;
    }
    
    .parrafoR {
        font-size: 17px;
    }
    
    .medioFondo {
        background: linear-gradient(0deg, #0066B3 32%, #FFFFFF 32%);
    }
    
    .butonR {
        margin-left: 185px;
    }
    
    .parrafoN {
        padding-right: 0px;
    }
    
    .conten {
        height: auto;
    }
    
    .centrarVertical2 {
        height: auto;
        padding: 20px;
    }
    
    .distribuidores>div {
        bottom: 115px;
    }
    
    .imagenC {
        display: block;
        margin: auto;
    }
    
    .parrafoC {
        text-align: center;
    }
    
    .logoContenedor {
        width: 100%;
    }
    
    .logo {
        width: 75%;
    }
    
    .herramientas {
        margin-top: 30px;
    }
    
    .tituloH {
        font-size: 30px;
    }
    
    .imagenL img {
        width: 50px;
    }
    
    .imagenL p {
        margin-bottom: 30px;
    }
    
    .card .cuerpo {
        color: black;
        font-size: 14px;
    }
}
@media (max-width: 360px) {
    .butonl {
        width: 140px;
    }
    
    .butonR {
        margin-left: 152px;
        width: 140px;
    }
    
    .tituloBanner2 {
        font-size: 16px;
    }
    
    .medioFondo {
        background: linear-gradient(0deg, #0066B3 33%, #FFFFFF 33%);
    }
    
    .tituloR {
        font-size: 17px;
    }
    
    .tituloR span {
        font-size: 27px;
    }
    
    .parrafoR {
        font-size: 15px;
    }
}
.licencias {
    background: #e6f3fa;
    padding: 50px 10px;
}
.licencias:hover {
    background: #c0e2f2;
}
.licencias:hover img {
    filter: invert(79%) sepia(47%) saturate(922%) hue-rotate(359deg) brightness(101%) contrast(105%);
}