/*
Theme Name: Bent
Author: Allie
Version: 1.0
URL: http://designscrazed.org/
*/

/* Table of Content
==================================================
  1. COMMON STYLES
  2. SECTION HOME 
  3. SECTION ABOUT
  4. SECTION VIDEO
  5. SECTION TESTIMONIAL
  6. SECTION FEATURES 
  7. SECTION CALL TO ACTION
  8. SECTION APPS SCREEN 
  9. SECTION FUN FACTS 
  10. SECTION DOWNLOAD 
  11. SECTION CONTACT 
  12. SECTION SUBSCRIBE
  13. SECTION FOOTER +
  #f7a625

*/
* {
    margin: 0;
    padding: 0;
}

/*@font-face {
  font-family: "Harabara Mais Demo";
  src: url("../fonts/Harabara-Mais-Demo.otf");
}

body {
    font-family: 'Harabara Mais Demo';
    overflow-y: scroll;
    overflow-x: hidden;
    cursor: url('../img/SMARTBASE3.png'), auto;
}
p {
    font-family: 'Harabara Mais Demo';
    font-size: 14px;
}*/

@font-face {
    font-family: "Futura Medium Condensed BT";
    src: url("../fonts/Futura-Medium-Condensed-BT.ttf");
}

body {
    font-family: 'Futura Medium Condensed BT';
    overflow-y: scroll;
    overflow-x: hidden;
    /*cursor: url('../img/SMARTBASE3.png'), auto;*/
}

p {
    font-family: 'Futura Medium Condensed BT';
    font-size: 18px;
}

/*---------------------------------------
   COMMON STYLES             
-----------------------------------------*/

.section_title {
    padding-top: 90px;
    padding-bottom: 50px;
}

.section_title h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #333;
    font-size: 30px;
    font-weight: 400;
}

.section_title h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 1px;
    background-color: #f7a625;
    left: 50%;
    margin-left: -30px;
}

.section_title_project {
    padding-top: 0px;
    padding-bottom: 80px;
}

.section_title_project h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #333;
    font-size: 30px;
    font-weight: 400;
}

.section_title_project h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 250px;
    height: 1px;
    background-color: #f7a625;
    left: 40%;
    /*margin-left: -25px;*/
}

.section_title_coustomers {
    padding-top: 0px;
    padding-bottom: 80px;
}

.section_title_coustomers h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #333;
    font-size: 30px;
    font-weight: 400;
}

.section_title_coustomers h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 195px;
    height: 1px;
    background-color: #f7a625;
    left: 43%;
    margin-left: -30px;
}

.section_title p {
    text-align: center;
    margin-top: 45px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*---------------------------------------
   SECTION HOME              
-----------------------------------------*/
/*menu*/

.header h2 {
    height: 0px;
    margin: 0px;
}

.navbar {
    margin-top: -100px
}

.navbar-brand {
    padding: 9px 15px;
}

@media(min-width:768px) {
    .navbar-default {
        background-color: transparent;
    }

    .navbar-default .navbar-nav>li>a {
        color: #B5B5B5;
        /*font-family: 'Raleway', sans-serif;*/
    }

    .navbar-default .navbar-nav>li>a:hover {
        color: #f7a625;
    }

    .navbar-default .navbar-nav>li>a:focus {
        color: #B5B5B5;
    }

    .navbar-default {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        z-index: 110;
    }

    .navbar-brand img {
        padding-top: 25px;
        height: 45px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }

    .navbar-default .navbar-nav>li>a {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }

    .navbar-nav>li>a {
        padding-top: 45px;
    }

    .social-responsive {
        margin-left: -220px
    }

    /*.img-responsive{
        display:none
    }*/
    .text-responsive {
        height: 281px !important;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {}

    .navbar-default {
        /*  background-color: #fff !important; */
    }

    .social-responsive {
        margin-left: 30px
    }

    .text-responsive {
        height: 480px;
    }

}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
    color: #f7a625;
}

.header {
    background: url(../img/Fondos/fondo1-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.header .section_overlay {
    /*background-color: rgba(33, 33, 33, .75);*/
}

.logo {
    padding-bottom: 50px;
}

.home_text {
    text-align: left;
}

.home-iphone {
    text-align: right;
}

.home-iphone img {
    width: 100%;
}


@media (max-width: 768px) {
    .home-iphone {
        display: none;
    }

    .home_text {
        text-align: center;
    }

}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #f7a625;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #B5B5B5;
}

.home_text h1 {
    color: #fff;
    /*    text-transform: uppercase;*/
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    /*padding-top: 30px*/
}

.home_text p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-top: 0px;
    font-weight: 300;
}

.download-btn {
    margin-top: 90px;
    margin-bottom: 50px
}

.home-btn,
.home-btn:focus,
.home-btn:active,
.home-btn:visited {
    background: transparent;
    border-color: #f7a625;
    color: #f7a625;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.home-btn:hover {
    background-color: #f7a625;
    color: #fff;
}

.tuor,
.tuor:focus,
tuor:active,
tuor:visited {
    color: #A9ADB0;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    background: transparent;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.tuor:hover {
    color: #fff;
}

.tuor i {
    font-size: 20px;
    padding-left: 5px;
    color: #f7a625;
}



/*---------------------------------------
   SECTION ABOUT              
-----------------------------------------*/



.about {
    background: #F1F1F1;
}

.inner_about_area {
    padding-top: 50px;
}

.inner_about_title {
    padding-bottom: 50px;
}

.inner_about_title h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    position: relative;
}

.inner_about_title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    background: #f7a625;
    height: 1px;
}

.inner_about_title p {
    font-size: 19px;
    line-height: 24px;
    margin-top: 40px;
}

.inner_about_desc {}

.single_about_area {
    position: relative;
    padding-bottom: 4px;
    padding-left: 80px;
}

.single_about_area div {
    position: absolute;
    top: 0px;
    left: 0px;
}

.single_about_area div i {
    font-size: 55px;
    color: #BABABA;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.single_about_area h3 {
    color: #343434;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}

.single_about_area p {
    color: #727272;
    font-size: 15px;
}

.single_about_area:hover div i {
    color: #f7a625;
}

.about_phone img {}

@media (min-width: 991px) and (max-width: 1200px) {
    .about_phone img {
        margin-top: 184px;
        width: 80%;
        margin-right: 20%
    }
}


/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Speciality
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#speciality {
    background: #eee;
    text-align: center;
    color: #333;
}

#speciality h2 {
    color: #333;
}

#speciality h3 {
    text-transform: uppercase;
}

.special-icon {
    color: #888;
    border: 1px solid #888;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding-top: 15px;
    display: inline-block;
    margin: 15px 0px;
}

#speciality .container .row .col-sm-4:nth-child(2) {
    border-right: 1px solid #888;
    border-left: 1px solid #888;

}

.virticle-line {
    height: 40px;
    width: 1px;
    background: #888;
    margin: 15px auto 5px;
}

.circle {
    height: 15px;
    width: 15px;
    border: 1px solid #888;
    border-radius: 100%;
    margin: 0px auto 50px;
}

/*---------------------------------------
   SECTION VIDEO              
-----------------------------------------*/

.video_area {
    background: #e4e4e4;
    padding-bottom: 140px;
    padding-top: 120px;
}

.video_title {
    padding-bottom: 30px;
}

.video_title h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    position: relative;
    margin-top: 0px;
}

.video_title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    background: #f7a625;
    height: 1px;
}

.video_title p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 40px;
    color: #333;
    font-weight: 300;
}

.btn-video,
.btn-video:active,
.btn-video:focus,
.btn-video:visited {
    background: transparent;
    border: 1px solid #929292;
    color: #686868;
    border-radius: 3px;
    padding: 12px 35px;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.btn-video:hover {
    background: #f7a625;
    color: #fff;
    border: 1px solid #f7a625;
}

.video {}

.video iframe {
    width: 100%;
    border: 1px solid #999999;
    padding: 5px;
}

/*---------------------------------------
   SECTION TESTIMONIAL              
-----------------------------------------*/

#owl-demo .item {
    margin-left: 70px;
    margin-right: 90px;
    margin-bottom: 50px;
}


#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo .item2 {
    /*    margin-left: 70px;
    margin-right: 90px;
    margin-bottom: 50px;*/
}

#owl-demo .item2 img {
    display: block;
    width: 100%;
    height: auto;
}

.testimonial {
    background: url(../img/Soluciones-de-Industria-fondos/AgroCognitive.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}


.testimonial .section_overlay {
    background: rgba(0, 0, 0, .6);
    /*padding-top: 80px;*/
    padding-bottom: 80px;
    height: auto;
}

.agrocognitive {
    background: url(../img/Soluciones-de-Industria-fondos/AgroCognitive.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}


.agrocognitive .section_overlay {
    background: rgba(0, 0, 0, .6);
    /*padding-top: 80px;*/
    padding-bottom: 80px;
    height: auto;
}

.bot {
    background: url(../img/Soluciones-de-Industria-fondos/3C-Connect-fondo.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}

.bot .section_overlay {
    background: rgba(0, 0, 0, .6);
    /*padding-top: 80px;*/
    padding-bottom: 80px;
    height: auto;
}

.analysticar {
    background: url(../img/Soluciones-de-Industria-fondos/analysticar-fondo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}


.analysticar .section_overlay {
    background: rgba(0, 0, 0, .6);
    /*padding-top: 80px;*/
    padding-bottom: 80px;
    height: auto;
}

.pibot {
    background: url(../img/Soluciones-de-Industria-fondos/pibot-fondo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}


.pibot .section_overlay {
    background: rgba(0, 0, 0, .6);
    /*padding-top: 80px;*/
    padding-bottom: 80px;
    height: auto;
}

.crediAnalytic {
    background: url(../img/Soluciones-de-Industria-fondos/pibot-fondo.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}


.crediAnalytic .section_overlay {
    background: rgba(0, 0, 0, .6);
    /*padding-top: 80px;*/
    padding-bottom: 80px;
    height: auto;
}

.fondo1 {
    background: url(../img/Fondos/fondo1-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}


.fondo1 .section_overlay {
    background: rgba(0, 0, 0, .8);
    /*padding-top: 80px;*/
    padding-bottom: 80px;
    height: auto;
}

.fondo2 {
    background: url(../img/Fondos/fondo2-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}


.fondo2 .section_overlay {
    background: rgba(0, 0, 0, .8);
    /*padding-top: 80px;*/
    padding-bottom: 80px;
    height: auto;
}

.fondo3 {
    background: url(../img/Fondos/fondo3-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}


.fondo3 .section_overlay {
    background: rgba(0, 0, 0, .8);
    /*padding-top: 80px;*/
    padding-bottom: 80px;
    height: auto;
}

.fondo4 {
    background: url(../img/Fondos/fondo4-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}


.fondo4 .section_overlay {
    background: rgba(0, 0, 0, .8);
    /*padding-top: 80px;*/
    padding-bottom: 80px;
    height: auto;
}

.fondo5 {
    background: url(../img/Fondos/fondo5-5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}

.logo-prueba {
    background: url(../img/logo2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
}

.fondo5 .section_overlay {
    background: rgba(0, 0, 0, .8);
    /*padding-top: 80px;*/
    padding-bottom: 80px;
    height: auto;
}

/*.carousel-indicators {
    bottom: -8px;
}*/
div.carousel-inner .item img {
    max-width: 350px;
    cursor: pointer;
    /*    border: 2px solid #f7a625;
    border-radius: 50%;
    padding: 3px;*/
}

.testimonial_caption {
    padding-bottom: 70px;

}

.testimonial_caption p {
    color: #D8D8D8;
    font-size: 20px;
    max-width: 800px;
    text-align: center;
    line-height: 27px;
    padding-top: 50px;
}

.testimonial_caption h2 {
    color: #f7a625;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    margin-top: 25px;
}

.testimonial_caption h4 {
    color: #f7a625
}

.testimonial_caption h4 span {
    color: #D8D8D8;
    font-style: italic;
    font-weight: 300;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #f7a625;
    margin: 1PX
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border: 0px solid #f7a625;
    background: #f7a625;
}

/*---------------------------------------
   SECTION FEATURES              
-----------------------------------------*/

/*.features {
    background-color: #f1f1f1
}*/
.feature_inner {
    padding-top: 30px;
    padding-bottom: 70px;
}

.feature_iphone {}

.feature_iphone img {
    width: 100%;
}

.right_single_feature {
    position: relative;
    padding-left: 90px;
    margin-bottom: 65px;
    margin-top: 35px;
}

.right_single_feature div {
    position: absolute;
    font-size: 40px;
    color: #f7a625;
    left: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    top: -8px;
}

.right_single_feature h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333333;
}

.right_single_feature h3 span {
    color: #f7a625;
}

.right_single_feature p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

/*left feature*/

.left_single_feature {
    position: relative;
    padding-right: 90px;
    margin-bottom: 65px;
    text-align: right;
    margin-top: 35px;
}

.left_single_feature div {
    position: absolute;
    font-size: 40px;
    color: #f7a625;
    right: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    top: -8px;
}

.left_single_feature h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333333;
}

.left_single_feature h3 span {
    color: #f7a625;
}

.left_single_feature p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.right_no_padding {
    padding-left: 15px;
}

.left_no_padding {
    padding-right: 15px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .right_single_feature {
        margin-left: -60px;
    }

    .left_single_feature {
        margin-right: -60px;
    }

    .feature_iphone {
        margin-top: 35px;
    }

    .right_single_feature h3,
    .left_single_feature h3 {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .text-responsive {
        height: 281px !important;
    }
}


/*---------------------------------------
   SECTION CALL TO ACTION              
-----------------------------------------*/

.call_to_action {
    background-color: #1a1a1a;
    /*padding-top: 100px;*/
    padding-bottom: 100px;
}

.call_to_action p {
    color: #dfdfdf;
    font-size: 18px;
    font-weight: 300;
}

.call_to_action a {}

.btn-action,
.btn-action:active,
.btn-action:focus,
.btn-action:visited {
    background: #f7a625;
    border: 1px solid #f7a625;
    color: #fff;
    border-radius: 3px;
    padding: 15px 35px;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.btn-action:hover {
    background: #FF6B80;
    border-color: #FF6B80;
}

/*---------------------------------------
   SECTION APPS SCREEN             
-----------------------------------------*/

.apps_screen {
    background: url(../img/clientes-2.jpg) no-repeat center;
    background-size: cover;
    /*   background-repeat: no-repeat;*/
    /*    padding-bottom:100px;
    padding-top:100px;*/
}

.apps_screen .section_overlay {
    /*padding-top: 120px;*/
    padding-bottom: 120px;
    background: rgba(0, 0, 0, .4);
}

.apps_foter {
    background: linear-gradient(rgba(260, 260, 260, 0.8), rgba(260, 260, 260, 0.8)), url(../img/aliados.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

.apps_partners {
    background: url(../img/fondo-socios.png);
    background-size: cover;
    background-repeat: no-repeat;
    /*padding-top:50px;*/
    /*    padding-bottom:50px;*/
}

.apps_partners .section_overlay {
    padding-top: 80px;
    padding-bottom: 200px;
    background: rgba(0, 0, 0, .8);
}

.apps_team {
    background-image: linear-gradient(rgba(260, 260, 260, 0.8), rgba(260, 260, 260, 0.8)), url(../img/unidades-de-negocio.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    /*padding-top:100px;*/
}

.apps_speciality {
    background-image: linear-gradient(rgba(260, 260, 260, 0.8), rgba(260, 260, 260, 0.8)), url(../img/soluciones2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 600px;*/
    /*padding-top:100px;*/
}

.apps_speciality_S {
    background-image: url(../img/fondo_terminos.png);
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 600px;*/
    /*padding-top:100px;*/
}






.screen_slider {
    padding-top: 50px;
    margin-left: 35px;
}

.screen_slider2 {
    /*  padding-top: 50px;
    margin-left: 35px;*/
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #f7a625;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    background: #f7a625;
}

/*---------------------------------------
   SECTION FUN FACTS              
-----------------------------------------*/

.fun_facts {
    background: linear-gradient(rgba(260, 260, 260, 0.8), rgba(260, 260, 260, 0.8)), url(../img/clientes.jpg);
    background-size: cover;
    padding-bottom: 200px;
    /*    padding-top:50px;*/
}

/*.fun_facts .section_overlay {
    padding-top: 120px;
    padding-bottom: 120px;
    background: rgba(0, 0, 0, .4);
}*/
.single_fun_facts {
    font-family: 'Source Sans Pro', sans-serif;
}

.single_fun_facts i {
    color: #f7a625;
    font-size: 60px;
    ;
}

.single_fun_facts h2 {
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 1px;
    font-family: 'Source Sans Pro', sans-serif;
}

.single_fun_facts h2 span {
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}

.single_fun_facts p {
    color: black;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}

/*---------------------------------------
   SECTION DOWNLOAD              
-----------------------------------------*/

.download {
    background: #f1f1f1;
}

.download_screen {
    padding-top: 45px;
}

.download_screen img {
    width: 100%
}

.available_store {
    background: #1a1a1a;
    margin-top: -8px;
    position: relative;
}

.available_title {
    padding-top: 75px;
}

.available_title h2 {
    color: #fff;
    font-size: 30px;
}

.available_title p {
    color: #B5B5B5;
}

.single_store {
    text-align: center;
    border-left: 1px solid #0F1217;
    min-height: 230px;
    padding-bottom: 15px;
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.single_store i {
    color: #f7a625;
    text-align: center;
    opacity: 1;
    font-size: 40px;
    padding-top: 90px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.store_inner {
    position: absolute;
    bottom: 93px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.store_inner h2 {
    text-align: center;
    font-weight: 300;
    color: #d7dadb;
    font-size: 16px;
}

.single_store:hover {
    background: #121212;
}

.single_store:hover i {
    opacity: 0;
}

.single_store:hover div.store_inner {
    opacity: 1;
}

.no_padding {
    padding-left: 0px;
    padding-right: 0px;
}

.last {
    border-right: 1px solid #0F1217;
}

/*---------------------------------------
   SECTION CONTACT              
-----------------------------------------*/

.contact {
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-title {
    color: white;
}

.contact_form {
    padding-top: 30px;
}

.contact_form .form-control {
    display: block;
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    border: 1px solid #aeaeae;
    background-image: none;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: .8;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;

}

.contact_form .form-control:focus {
    border: 1px solid #f7a625;
    border-color: #f7a625;
    outline: 0px none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(102, 175, 233, 0.6);
}

.contact_form {}

.form-control:-webkit-input-placeholder {
    color: red;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */

    color: red;
}

.form-control:-moz-placeholder {
    /* Firefox 19+ */

    color: red;
}

.form-control:-ms-input-placeholder {
    color: red;
}

.submit-btn,
.submit-btn:active,
.submit-btn:focus,
.submit-btn:visited {
    background-color: transparent;
    border: 1px solid #f7a625;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #f7a625;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}

.submit-btn:hover {
    background-color: #f7a625;
    color: #fff;
    border-color: #f7a625;
}

ul.social-icons {
    padding: 0;
}

ul.social-icons li {
    display: inline-block;
    margin: 5px;
    font-size: 25px;
}

ul.social-icons i {
    color: white;
    border-radius: 100%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 9px;
    margin-top: 20px;
}

ul.social-icons li a {
    display: block;
    text-decoration: none;
}

.footer-logo h1 {
    color: white;
}

.social-icons ul li a i {
    color: white;
    border-color: white;
}

.instagram a:hover i {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.twitter a:hover i {
    color: #fff;
    background-color: #2A80BA;
}

.linkedin a:hover i {
    color: #fff;
    background-color: #007bb6;
}

.googleplus a:hover i {
    color: #fff;
    background-color: #dd4b39;
}

.github a:hover i {
    color: #fff;
    background-color: #444;
}

.youtube a:hover i {
    color: #fff;
    padding-left: 6px;
    background-color: #ff0000;
}

.social_icons ul li a:hover {
    background: #f7a625;
    border: 1px solid #f7a625;
    color: #fff
}

.error {
    color: #f7a625;
    display: block;
    padding-bottom: 15px;
    font-size: 18px
}

.error i {
    padding-right: 10px;
    font-size: 18px
}

.Sucess {
    color: #4DB849;
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
    text-align: center;
}

.Sucess i {
    padding-right: 10px;
    font-size: 18px;
    color: #4DB849
}

.contact_form .form-control {
    color: #3d3d3d;
}

#message {
    height: 117px;
    resize: none;
}

/*---------------------------------------
   SECTION SUBSCRIBE              
-----------------------------------------*/

.subscribe {
    background-image: url(../img/subscribe.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.subscribe .section_overlay {
    padding-bottom: 70px;
    background: transparent
}

.subscribe .section_title h2 {
    color: #eaeaea;
}

.subscribe .section_title p {
    color: #a4a4a4;
}

.subscribe_form {
    text-align: center;
    padding-top: 30px;
}

.subscribe_form .form-group {}

.subscribe_form .form-control {
    background: transparent;
    border: 1px solid #575b63;
    border-radius: 0px;
    height: 45px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    color: #aeaeae;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.subscribe_form .form-control:focus {
    background: transparent;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: none;
}

.subs-btn,
.subs-btn:active,
.subs-btn:focus,
.subs-btn:visited {
    width: 200px;
    background: transparent;
    border: 1px solid #f7a625;
    border-radius: 4px;
    height: 45px;
    margin-left: 0px;
    margin-bottom: 1px;
    color: #f7a625;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}

.subs-btn:hover {
    background-color: #f7a625;
    color: #fff;
    border-color: #f7a625;
}

@media (min-width: 300px) {
    .subscribe_form .form-control {
        width: 100%
    }
}


.subscription-success {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.subscription-error {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

/*---------------------------------------
   SECTION FOOTER              
-----------------------------------------*/

.copyright {
    border-bottom: 3px solid #f7a625;
}

.copyright h2 {
    height: 0px;
    margin: 0px;
}

.copy_right_text {
    width: 60%;
}

.copy_right_text p {
    color: #8C8B8A;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

.copy_right_text p a {
    text-decoration: none;
    color: #f7a625;
}

.copy_right_text p span {
    font-weight: 300;
}

.scroll_top {
    text-align: right;
}

.scroll_top a {
    background: #f7a625;
    padding: 25px;
}

.scroll_top a i {
    color: #fff;
    font-size: 25px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: red;
    background-image: none;
    color: rgb(0, 0, 0);
}

.spn_hol {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 50000;
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.spinner {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -35px;
    height: 24px;
    width: 70px;
    text-align: center;
    display: block;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.cliente {
    max-width: 200px;
}

.logros {
    max-width: 100px;
}

.socios {
    max-width: 150px;
}

/* FEATURES
----------------------*/
.card {
    transition: all 1s ease;
    /*transform: perspective(600px);*/
    transform-origin: 100% 50%;
    transform-style: preserve-3d;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    /*    opacity:0.7;*/
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

/*.flip{
transform-origin: 100% 50%;
transform-style: preserve-3d;
transition: all 0.9s linear;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: transparent;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}

.flip:hover{
-moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
transform:rotateY(-180deg) translateX(100%);
}*/



/*.card .flip-1,
.card .flip-2{
position: relative;
backface-visibility: hidden;
}
.card .flip-2{
transform: rotateY(-180deg);
}*/

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.carta-box {
    position: relative;
    perspective: 1000px;
}

.carta-box:hover .carta {
    transform: rotateY(180deg);
}

.card:hover .carta {
    transform: rotateY(180deg);
}

.carta {
    transform-style: preserve-3d;
    transition: all 0.5s linear;
}

.cara {
    position: relative;
    backface-visibility: hidden;
    /*padding-bottom:12px;*/
}

.cara.detras {
    transform: rotateY(180deg);
    padding: 0px 10px 10px 10px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-text {
    font-size: 14px;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.gradient-fill:before {
    color: #f7a625;
    background: -moz-linear-gradient(top, #f7a625 0%, #b02025 100%);
    background: -webkit-linear-gradient(top, #f7a625 0%, #b02025 100%);
    background: linear-gradient(to bottom, #f7a625 0%, #b02025 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.9s ease;
    border-bottom: 4px inset #f7a625;
}

.flip-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.flip.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.9s ease;
    border-bottom: 4px inset #f7a625;
}

/*.flip.features:hover {
    transform:rotateY(-180deg) translateX(100%);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}*/


@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }

    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

/*.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #f7a625;
    background: -moz-linear-gradient(bottom, #f7a625 0%, #b02025 100%);
    background: -webkit-linear-gradient(bottom, #f7a625 0%, #b02025 100%);
    background: linear-gradient(to bottom, #f7a625 0%, #b02025 100%);
    top: 0;
    bottom: 0;
    left: 0;
}*/

.card-text {
    font-size: 14px;
}


.card.features:hover {
    transform: rotateY(-180deg) translateX(100%);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


.fa-spin-fast {
    -webkit-animation: fa-spin-fast 0.2s infinite linear;
    animation: fa-spin-fast 0.2s infinite linear;
}

@-webkit-keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* --------- FIVE --------- */

.transition {
    transition: .3s cubic-bezier(.3, 0, 0, 1.3)
}

.transition h3 {
    margin-top: 10px;
}

.five .transition {
    transition: .5s cubic-bezier(.3, 0, 0, 1.3)
}

.five {
    list-style: none;
    padding: 0;
    margin: 0px 0px;
}

@media (max-width: 768px) {
    .five {
        list-style: none;
        padding: 0;
        margin: 0px 60px;
    }
}

.five>li {
    background: #FFFFFF;
    border: 1px solid rgba(150, 150, 150, 0.29);
    -moz-box-shadow: 0px 0px 10px 0px rgba(103, 85, 85, 0.39);
    box-shadow: 0px 0px 18px 0px rgba(103, 85, 85, 0.39);
    width: 207px;
    height: 280px;
    display: inline-block;
    margin: 15px 12px;
    text-align: center;
}

.five>li img {
    margin-top: -40px;
}

.five>li:hover img {
    margin-top: 30px;
}

.five>li img.more-about {
    left: 103px;
    padding: 1px;
    position: absolute;
    width: 45px;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    bottom: 50px;
}

.five>li a.more-about {
    left: 80px;
    padding: 1px;
    position: absolute;
    width: 45px;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    bottom: 40px;
}

.five>li:hover {
    -moz-box-shadow: 0px 0px 5px 0px rgba(103, 85, 85, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(103, 85, 85, 0.25);
}

.five>li:hover span {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    top: -280px;
    background: #f7a625;
}

.five>li:hover span p {
    color: white;
    font-size: 14px;
}

.five>li span .text-wrapper {
    opacity: 0;
}

.five>li:hover span .text-wrapper {
    bottom: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 220px;
    opacity: 1;
}

.five>li:hover .social {
    margin-top: 250px;
}

.five>li:hover .wrapper>img {
    display: none;
}

.five>li:hover .wrapper>a {
    display: none;
}

.five>li:hover h3 {
    color: #f7a625;
    margin-top: -90px;
}

.five>li .wrapper {
    overflow: hidden;
    position: absolute;
    width: 207px;
    height: 300px;
}

.five>li span {
    display: block;
    height: 470px;
    left: -150px;
    position: absolute;
    top: -460px;
    width: 500px;
    background: #f7a625;
}

.five .mamber-img {
    width: 100px;
}

.five>li h3 em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    margin-top: 5px color: #f7a625;
}

.five .social {
    list-style: none;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 5px;
}

.five .social li {
    opacity: 0;
    display: inline-block;
    padding: 5px;
    margin-top: -55px;
}

.five>li:hover .social li {
    opacity: 0.5;
}

.five .social li a {
    cursor: pointer;
    display: block;
}

.five .social li a:hover {
    opacity: 0.5;
}

.five .social li img {
    width: 24px;
}

.five>li:hover .social li a {
    -webkit-animation: social-show 0.5s 1;
    -moz-animation: social-show 0.5s 1;
    -o-animation: social-show 0.5s 1;
    animation: social-show 0.5s 1;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.five .social li img {
    width: 24px;
}

@-webkit-keyframes social-show {
    from {
        margin-top: 140px;
    }

    to {
        margin-top: 0px;
    }
}

@-moz-keyframes social-show {
    from {
        margin-top: 140px;
    }

    to {
        margin-top: 0px;
    }
}

@-o-keyframes social-show {
    from {
        margin-top: 140px;
    }

    to {
        margin-top: 0px;
    }
}

@keyframes social-show {
    from {
        margin-top: 140px;
    }

    to {
        margin-top: 0px;
    }
}

.foto {
    border-radius: 50%;
    height: 145px;
}

.foto2 {
    width: 220px;
    height: 190px;
}

/* --------- Cohete --------- */
.frame {
    position: absolute;
    left: calc(50% - 187px);
    top: calc(90% - 133px);
    width: 375px;
    height: 667px;
    background-image: -webkit-radial-gradient(50% 50% circle, #028dc4 0%, #08222e 100%);
    background-image: radial-gradient(circle at 50% 50%, #028dc4 0%, #08222e 100%);
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 2px 3.464px 55.3px 14.7px rgba(0, 0, 0, 0.26);
}

.loader {
    position: absolute;
    width: 105px;
    /*left: calc(50% - 52px);
  top: calc(50% - 52px);*/
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}

.loader-ring {
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/61488/loader-stars.jpg") no-repeat center center;
    background-size: 95px 95px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    border: 10px solid #d81f44;
}

.rocket-wrapper {
    position: absolute;
    left: 34px;
    top: -30px;
    height: 200px;
}

.rocket {
    width: 37px;
    height: auto;
}

.trail-wrapper {
    position: absolute;
    top: 78px;
    left: 13px;
    width: 12px;
    height: 44px;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    z-index: -1;
}

.trail {
    width: 12px;
    height: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: jet 0.02s ease alternate infinite;
    animation: jet 0.02s ease alternate infinite;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.clouds-wrapper {
    position: absolute;
    top: 13px;
    left: 10px;
    width: 88px;
    height: 85px;
}

.clouds {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 92px;
}

.cloud {
    -webkit-animation: kaboom 0.4s ease alternate infinite;
    animation: kaboom 0.4s ease alternate infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0.9;
}

.cloud:nth-child(odd) {
    -webkit-animation: kaboom 0.3s ease alternate infinite;
    animation: kaboom 0.3s ease alternate infinite;
}

.cloud:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.cloud:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.cloud:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.cloud:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.cloud:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.cloud:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.cloud:nth-child(7) {
    -webkit-animation-delay: 0.41s;
    animation-delay: 0.41s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes kaboom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes kaboom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes jet {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes jet {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

enlace {
    outline: none !important;
    text-decoration: none !important;
    padding: 2px 1px 0 !important;
}

enlace:link {
    color: #265301 !important;
}

enlace:visited {
    color: #437A16 !important;
}

enlace:focus {
    border-bottom: 1px solid !important;
    background: #BAE498 !important;
}

enlace:hover {
    border-bottom: 1px solid !important;
    background: #CDFEAA !important;
}

enlace:active {
    background: #265301 !important;
    color: #CDFEAA !important;
}