/* ----------------------------------------------------------------------------------------
* Author        : Themefair
* Template Name : Dreambiz | One Page Multipurpose Html Template
* File          : Dreambiz main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */


/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. nosotros area css

05. Fun facts area css

06. Service area css

07. Portfolio/work area css

08. callto-area css

09. Team Area Css

10. Testimonial area css

11. Pricing area css

12. Subsicribe area css

13. News area css

14. Clients area css

15. Contact area css

16. Google map area css

17. footer area css

18. Scroll-to-top area css


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


/* Google Fonts open sans */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');

/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%
}

body {
    color: #333;
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #333;
}

.subtitle {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

p {}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
   
    text-decoration: underline;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

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

input[type='submit'] {
    display: inline-block;
    background: #82b541;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn {
    display: inline-block;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-active {
    background: #82b541;
    border-color: #82b541;
}

.caption-area .btn {
    margin-right: 15px;
}

.btn:hover {
    border-color: #82b541;
    background: #82b541;
    color: #fff;
}

.btn-active:hover {
    color: #333
}

.section-big {
    padding: 95px 0px;
}

.section-small {
    padding: 50px 0px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mt-95 {
    margin-top: 95px;
}

.abt-b {
    margin-top: 20px
}

.section-title.white h2 {
    color: #fff;
}

.section-title h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 25px;
    line-height: 30px;
    margin-top: 0;
}

.section-title h2:before {
    content: '';
    position: absolute;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    background-color: #82b541;
}

.section-title h2 span {
    color: #82b541;
    margin-left: 10px;
}

.section-title p {
    margin-top: 25px;
    font-size: 16px
}

.btn-default {
    color: #82b541;
    border: 2px solid #82b541;
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
    color: #fff;
    background-color: #82b541;
    border-color: #82b541
}


/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../images/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img {
    max-width: 100%;
}


/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */

.top-bar {
    position: relative;
    margin-bottom: -50px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    color: #fff;
    font-weight: 600;
    background: #88A39A;
    overflow: hidden;
}

.top-bar .per-info {
    display: inline;
}

.top-contact-info {
    float: left;
    font-size: 14px;
}

.top-contact-info span {
    margin-right: 5px;
    font-size: 15px;
    border-radius: 2px
}

.top-contact-info a {
    color: #333;
    margin-right: 20px;
}

.top-social {
    float: right;
}

.top-social a i.fa {
    font-size: 16px;
    margin-right: 5px;
    color: #333;
    padding: 0px 5px;
}

.top-social a i.fa:hover {
    color: #7FBB42;
}

.menu-area.navbar-fixed-top {
    background: #fff;
    top: 50px;
    height: 95px;
}

.menu-area.navbar-fixed-top.sticky-menu {
    top: 0px;
    height: 75px;
}

.sticky-menu {
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.mainmenu {
    padding-top: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .mainmenu {
    padding-top: 0px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
    margin-top: 13px;
}

.sticky-menu .navbar {
    margin-top: 8px;
}

.navbar-brand {
    padding: 0;
    margin-top: 3px;
}

.navbar-brand img {
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}

.sticky-menu .navbar-brand img {
    display: block;
    max-width: 180px;
}

.navbar-brand:hover {
    color: #82b541;
}

.navbar-nav li {
    display: block;
    position: relative;
}

.navbar-nav li a {
    color: #6D6D5E;
    font-weight: 400;
    font-size: 15px;
}

.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus {
    background: none;
    color: #88A39A;
}

.mainmenu .navbar-nav li.active a {
    color: #88A39A;
}


/*Dropdown Css*/

.navbar-nav>li.dropdown:hover>a,
.navbar-nav>li.dropdown:hover>a:hover,
.navbar-nav>li.dropdown:hover>a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

@media (min-width: 768px) {
    li.dropdown:hover>.dropdown-menu {
        display: block;
    }
}

.navbar-nav .dropdown-menu li a {
    padding: 10px;
}

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

.navbar-toggle {
    margin-top: 13px
}


/* Mobile Nav css */

.navbar-toggle .icon-bar {
    background: #82b541;
}

.space {
    height: 145px;
}


/* ----------------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */


/* Home carseoul
--------------------------- */

#slider,
#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item,
#slider1,
#slider1 .carousel,
#slider1 .carousel .carousel-inner,
#slider1 .carousel .carousel-inner .item {
    height: 100%;
    min-height: 850px;
    max-height: 950px;
}

#slider .main-container,
#slider1 .main-container {
    padding: 0;
}

#slider .carousel-control.right,
#slider .carousel-control.left,
#slider1 .carousel-control.right,
#slider1 .carousel-control.left {
    background-image: none;
}

#slider .carousel .item,
#slider1 .carousel .item {
    min-height: 425px;
    height: 100%;
    width: 100%;
}

#slider .carousel .item:before,
#slider1 .carousel .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
    -ms-transition-property: opacity;
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}


/* left and right control  */

a.welcome-control:hover i,
a.welcome-control:focus {
    color: #82b541;
}

.welcome-control {
    background-color: rgba(0, 0, 0, 0.50);
    color: #fff;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 38px;
    left: 0;
    text-align: center;
    top: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 20;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.welcome-control:hover {
    background: #fff;
}

.right.welcome-control {
    left: auto;
    right: 20px;
}

.left.welcome-control {
    left: 20px;
}


/* Slide caption text */

.rounded-pill {
    border-radius: 50rem !important;
}

.intro-text {
    text-align: left;
    max-width: 500px;
    float: right;
    padding-right: 80px;
}

.intro-text .title {
    text-align: left;
    display: table;
    margin: auto;
    padding-top: 0px;
    margin-bottom: 15px;
}

.intro-text .title h3 {
    color: #222;
    text-transform: none;
}

.intro-text h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    margin-bottom: 30px;
}

.intro-text span {
    color: #82b541;
}

.intro-text p {
    color: #fff;
}

.intro-text .btn {
    margin-right: 15px;
    border-color: #fff;
    color: #fff;
}

.intro-text .btn:hover {
    background-color: #82b541;
    border-color: #82b541;
}

a.btn.btn-trnsp.btn-big.current {
    background-color: #82b541;
    border-color: #82b541;
}

a.btn.btn-trnsp.btn-big.current:hover {
    background: #fff;
    border-color: #82b541;
    color:#82b541
}

.font-size-18 {
    font-size: 22px;
}

.font-size-25 {
    font-size: 28px;
    margin-top: 25px;
}

.font-size-35 {
    font-size: 38px;
    margin-top: 25px;
}

.border-tb-green {
    border-top: 2px solid #82b541;
    border-bottom: 2px solid #82b541;
    padding: 15px 0;
    margin: 25px 0;
}
.padding-top-30{
    padding-top: 40px;
}

.color-green {
    color: #82b541;
}

.btn-primary1{
    background-color: #88A39A;
}


.required-error{
    border-bottom: 3px solid red;
}

.required-file-error{
    border: 3px solid red !important;
}

/* Slide Background Image */

#slider {
    background: #5D5D5D;
}

#slider1 {
    background: #5D5D5D;
}

#slider .slide1 {
    background-image: url(../images/slider/slide-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider1 .slide1 {
    background-image: url(../images/slider/slide-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide3 {
    background-image: url(../images/slider/01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/* ----------------------------------------------------------------------------------------
*                               04. nosotros area css
* ---------------------------------------------------------------------------------------*/

.nosotros-area {
    background: #fff;
    padding-top: 65px;
    overflow-x: hidden;
}

.nosotros-services .service-box .fa {
    font-size: 35px;
}

.nosotros-img img {
    width: 100%;
}

.nosotros-text h3 {
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.nosotros-text span {
    color: #82b541;
}

.nosotros-text .btn {
    margin-top: 20px;
    border: none;
    background: #82b541;
    margin-bottom: 30px;
}

.skill-area h3.title {
    margin-bottom: 35px;
    margin-top: 0px;
    text-align: center;
}


/* ----------------------------------------------------------------------------------------
*                                   05. Counter area css
* --------------------------------------------------------------------------------------- */

.fun-facts-area {
    background-image: url(../images/bg-green.jpg);
    background-size: cover;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.fun1-facts-area {
    background-image: url(../images/bg-dirigido.jpg);
    background-size: cover;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.eventos-area {
    background-image: url(../images/bg-eventos.jpg);
    background-size: cover;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.img-eventos{
    position: relative;
    z-index: 5;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.text-shadow-1{
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.23);
}

.bg-eventos-2{
    position: relative;
    margin-top: -100px;
    padding: 135px 0 50px;
}

.padding-top-15{
    padding-top: 15px;
}

.border-right-afiliate{
    border-right: 2px solid #7F637E;
}

.fun-facts-area.section-big {
    padding-top: 65px;
    padding-bottom: 190px;
}

.fun-fact {
    margin-top: 30px;
}

.fun-fact i.fa {
    color: #fff;
    font-size: 30px;
    position: relative;
    width: 55px;
    height: 55px;
    background: #82b541;
    padding: 12px 0px;
    border-radius: 50px;
}

.fun-fact h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff
}

.fun-fact p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
    border: 2px solid #fff;
    padding: 20px
}


/* ----------------------------------------------------------------------------------------
*                                   06. Service area css
* --------------------------------------------------------------------------------------- */

.service-area {
    margin-top: -100px;
    position: relative;
    padding-bottom: 96px;
}

.service-box {
    margin-top: 30px;
    background: transparent;
    padding: 15px 30px;
    text-align: center;
    color: #888;
}

@media (min-width: 1200px) {
    .home-services .service-box {
        /*max-width: 300px;*/
    }
}

.service-box i.fa {
    color: #82b541;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 60px;
}

.service-box h2{
    margin-top: 0;
    position: relative;
    margin-bottom: 15px;
    color: #fff;
}

.service-box h3 {
    margin-top: 15px;
    position: relative;
    margin-bottom: 15px;
    color: #fff;
}

.service-box:hover i.fa {
    color: #82b541;
}

.no-padding > [class*='col-'] {
    padding-right:0;
    padding-left:0;
 }

 .bg-white{
     background: white !important; 
 }

.padding-10{
    padding: 10px !important;
}

.padding-25{
    padding: 25px !important;
}

/* ----------------------------------------------------------------------------------------
*                                   07. Video area css
* --------------------------------------------------------------------------------------- */

.video-area {
    background-image: url(../images/bg-2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    padding: 80px 0px;
}

.video-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.50);
}

.video-content {
    position: relative;
}

.video-content h2 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.video-content i.fa {
    color: #fff;
    background: transparent;
    border-radius: 100px;
    font-size: 50px;
    padding: 30px 0px 30px 15px;
    border: 2px solid #fff;
    width: 110px;
    height: 110px;
}

.video-content i.fa:hover {
    color: #82b541;
}

.img-overlay {
    bottom: -80px;
    right: 0;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-responsive video {
    width: 100%;
    height: auto;
}


/* ----------------------------------------------------------------------------------------
*                               08. Portfolio/work area css
* --------------------------------------------------------------------------------------- */

.portfolio .mix {
    display: none;
}

.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 40px;
}

.filters li {
    display: inline-block;
    margin: 0px 5px;
    margin-bottom: 10px;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}

.filters li.active {
    background: #82b541;
    color: #fff;
}

.work-items .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin: 0 -15px;
}

.work-items .item img {
    width: 100%;
    transition: 0.8s ease-out;
}

.work-items .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.work-items .item:hover .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.work-items .item:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.work-items .overlay i.fa {
    font-size: 30px;
    color: #fff;
    padding: 10px;
    border: 2px solid #fff;
}

.work-items .overlay h3 {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.work-items .overlay .icon {
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    transform: translate(-50%, -50%);
}


/* ----------------------------------------------------------------------------------------
*                                09. callto-area
* --------------------------------------------------------------------------------------- */

.callto-area {
    background: #82b541;
    color: #fff;
}

.callto-area h2 {
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
}

.btn.callto {
    color: #fff;
    border: none;
    padding: 10px 20px;
    border: 1px solid #fff;
    font-size: 18px;
}

.btn.callto:hover {
    color: #333;
    background: #fff;
}


/* ----------------------------------------------------------------------------------------
*                                10. Team area css
* --------------------------------------------------------------------------------------- */

.team-member {
    text-align: center;
    transition: 0.3s ease-out;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 0 15px;
    margin-top: 30px;
}

.team-member .member-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.member-hover .hover-overlay {
    position: absolute;
    bottom: 0px;
    color: #fff;
    left: 0;
    height: 0;
    opacity: 0;
    background: #82b541;
    width: 100%;
    padding: 6px 0px;
    transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    z-index: -1;
}

.team-member:hover .hover-overlay {
    opacity: 1;
    height: 100%;
}

.member-hover h3 {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}

.member-hover p {
    color: #333;
}

.member-social {
    margin-top: 15px;
    padding-bottom: 15px;
}

.member-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.member-hover .member-social ul li .fa {
    color: #fff;
    background: #333;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 0px;
    width: 30px;
    border-radius: 100px;
    height: 30px;
}

.member-hover .member-social .fa:hover {
    color: #fff;
    background: #82b541;
    border-color: #82b541;
}

.team-slide .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.team-slide .owl-prev {
    float: left;
    margin-left: 15px;
}

.team-slide .owl-next {
    float: right;
    margin-right: 15px;
}

.team-slide .owl-buttons i.fa {
    font-size: 25px;
    color: #fff;
    background-color: #7F7F7F;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transform: translate(0, -50%);
}

.team-slide .owl-buttons i.fa:hover {
    background-color: #82b541;
}


/* ----------------------------------------------------------------------------------------
*                                11. Testimonial area css
* --------------------------------------------------------------------------------------- */

.testimonial-area {
    background-image: url(../images/bg/testimonial-bg.jpg);
    background-size: cover;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.60);
}

.testimonial-area .section-title h2,
.testimonial-area .section-title p,
.s-testimonial-text p {
    color: #fff;
}

.single-testimonial {
    padding: 0px 30px;
    max-width: 800px;
    margin: auto;
}

.featured_tes img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.single-testimonial i.fa {
    margin-bottom: 20px;
    display: inline-block;
    color: #2196F3;
}

.single-testimonial p {
    line-height: 25px;
    font-size: 15px;
    margin: 0;
    color: #fff;
}

.single-testimonial h4 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #ffffff;
}

.single-testimonial h4 span {
    font-size: 15px;
    color: #82b541;
}

.single-testimonial .desg {
    font-size: 14px;
    line-height: 16px;
}

.testimonial-list.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    filter: Alpha(Opacity=50);
    border: 1px solid #7FBB42;
    border-radius: 50px;
    float: left;
}

.testimonial-list .owl-controls.clickable {
    margin-top: 30px;
}

.testimonial-list .owl-pagination {
    width: 60px;
    margin: 0 auto;
}

.testimonial-list .owl-page.active span {
    background: #7FBB42;
}

.testimonial-list .owl-theme .owl-controls .owl-buttons div {
    font-size: 25px;
    background: none;
    padding: 5px;
}


/* ----------------------------------------------------------------------------------------
*                                   12. Pricing area css
* --------------------------------------------------------------------------------------- */

.price-item {
    padding: 20px 20px 27px 20px;
    margin: 0;
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
    margin-top: 30px;
}

.featured {
    box-shadow: 0px 0px 8px 3px #ECECEC;
    border: 1px solid #fff;
}

.price-item .info {
    background: #333333;
    padding-top: 25px;
    padding-bottom: 19px;
}

.price-item .active-bg {
    background-color: #82b541
}

.price-item .info p {
    color: #fff;
}

.price-item ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0px;
}

.price-item p.level {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.price-item p.desc {
    font-size: 14px;
    margin-bottom: 0px;
}

.price-item p.price span {
    display: inherit;
    margin-top: -15px;
}

.price-item.featured p.price {}

.price-item p.price .dollar {
    font-size: 30px;
    position: relative;
    top: -30px;
}

.price-item p.price .number {
    font-size: 72px;
    font-weight: 600;
}

.price-item .features {
    margin: 15px 0;
}

.price-item .features li {
    padding: 10px 0;
    color: #888888;
}

.price-item a.btn {
    background: #333333;
    color: #fff;
    border: none;
}

.price-item a.btn:hover {
    background: #82b541;
    color: #fff;
}

.price-item.featured a.btn {
    background: #82b541;
    color: #fff;
}

.price-item.featured a.btn:hover {
    color: #fff;
}


/* ----------------------------------------------------------------------------------------
*                                13. Subscribe area css
* --------------------------------------------------------------------------------------- */

.subscribe-area {
    background-image: url(../images/bg/subscriber-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    padding: 120px 0px;
    text-align: center;
    padding: 90px 0px;
}

.subscribe-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.60);
}

.subscribe-box h1 {
    margin-bottom: 60px;
    font-size: 32px;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase
}

.subscribe-box p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}

ul.newsletter-social {
    margin-top: 20px;
}

.newsletter-form {
    margin: auto;
    position: relative;
    max-width: 710px;
}

.newsletter-form input {
    height: 50px;
    padding: 5px 10px;
    background: transparent;
    color: #fff;
    border-radius: 0px;
}

.newsletter-form input[type="email"]::-webkit-input-placeholder {
    color: #fff !important;
}

.newsletter-form .mc-submit {
    height: 46px;
    font-weight: 600;
    color: #fff;
    background: #82b541;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    text-align: center;
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 0px 25px;
}

.newsletter-form .mc-submit:hover {
    color: #333;
}

.subscribe-area .error {
    text-align: left;
}

.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-alerts div {}

.mailchimp-submitting {}

.mailchimp-success {
    color: green;
}

.mailchimp-error {
    color: red;
}

.form-control:focus {
    border-color: #fff !important;
    box-shadow: none;
}


/* ----------------------------------------------------------------------------------------
*                                   14. News area css
* --------------------------------------------------------------------------------------- */

.news-area {}

.single-news {
    margin-top: 30px;
    border: 1px solid #E1E1E1;
    padding: 20px 20px 0;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.single-news:hover {
    box-shadow: 0px 0px 4px 4px #ECECEC;
    border: 1px solid #fff;
}

.news-image img {
    width: 100%;
}

.news-image {
    position: relative;
}

.news-date {
    position: absolute;
    background: #333333;
    padding: 9px 15px;
    left: 0;
    bottom: 10px;
}

.news-date p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.news-content .subtitle {
    text-transform: inherit;
    line-height: 28px;
}

.news-content .subtitle i.fa {
    color: #82b541;
}

.news-content .btn {
    margin-top: 10px;
}

.news-content .btn:hover {}

.news-meta {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
    color: #82b541;
    text-transform: uppercase;
}

.news-meta span {
    float: left;
    margin-right: 15px;
}

.news-meta span i.fa {
    margin-right: 4px;
}


/* news Modal css */

.news-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
}

.news-modal .modal-content h2 {
    margin-bottom: 25px;
    line-height: 35px;
}

.news-modal .modal-content img {
    width: 100%;
    height: auto;
}

.news-modal .modal-content .item-details {
    margin: 30px 0
}

.news-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.news-modal .close-modal:hover {
    opacity: .3
}

.news-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #2C3E50;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}

.news-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #2C3E50;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}

.news-modal .modal-backdrop {
    opacity: 0;
    display: none
}


/* ----------------------------------------------------------------------------------------
*                                   15. Client area css
* --------------------------------------------------------------------------------------- */

.owl-client .item img {
    padding: 0 15px;
    width: auto;
    max-width: 100%;
}


/* ----------------------------------------------------------------------------------------
*                                   16. Contact area css
* --------------------------------------------------------------------------------------- */

.contact-area {
    background: #BEBEBE;
}

.contact-form {
    margin-right: 30px;
    margin-top: 30px;
}

.contact-form .form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 0px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #888;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
}

.contact-form .form-group {
    border: 1px solid #bbb;
    margin-bottom: 20px;
}

.contact-form #message {
    padding-top: 10px;
    height: 105px;
}

.contact-form .success {
    margin-bottom: 10px;
    color: #82b541;
}

.contact-form #submitButton:hover {
    color: #333;
}

.contact-form .contact-form.success {
    background: transparent;
    color: #82b541;
    font-weight: 600;
    padding: 20px;
    text-align: center;
}

.contact-form .error {
    border: 1px solid #ff0000 !important;
    padding: 20px;
}

.contact-info {
    background: #AFC3BD;
    height: 100%;
}

.contact-info h3 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.contact-info h3::after {
    height: 2px;
    content: '';
    width: 70px;
    background-color: #82b541;
    left: 0px;
    bottom: 0px;
    position: absolute;
}
.error,
.error:focus {
    border: 3px solid red !important;
}

.contact-info p {
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 18px;
}

.contact-info p span{
    font-style: italic;
    font-weight: 400;
}

.contact-info h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 30px;
}

.contact-list {
    margin-top: 30px;
}

.contact-list ul {
    list-style: none;
}

.contact-list ul li {
    line-height: 32px
}

.contact-list ul li span {
    margin-left: 20px;
}

.contact-info i.fa {
    color: #82b541;
    font-size: 18px;
}

.contact-info a {
    color: inherit;
}


/* ----------------------------------------------------------------------------------------
*                                   17. Google Map area css
* --------------------------------------------------------------------------------------- */

#contactgoogleMap {
    width: 100%;
    height: 400px;
}


/* ----------------------------------------------------------------------------------------
*                                   18. Footer area css
* --------------------------------------------------------------------------------------- */

.footer-area {
    background: #30302F ;
    background-size: contain;
    padding: 60px 0;
    color: #fff;
    font-size: 18px;
}

.copyright-area {
    background: #30302F;
    padding: 15px 0px;
}

.img-float-left {
    float: left;
    margin-right: 15px;
}

.footer-social a {
    color: #fff;
    margin: 0 5px;
}

.footer-social a i {
    color: #fff;
    font-size: 13px;
    border: 1px solid #fff;
    height: 30px;
    width: 30px;
    padding: 7px 0px;
    margin: 2px 0px;
    border-radius: 4px;
    text-align: center;
}

.footer-social a i:hover {
    color: #82b541;
    background: #fff;
}

.copyright-text p {
    margin: 0;
    font-size: 13px;
    color: #fff;
    margin: 7px 0px;
}


/* ----------------------------------------------------------------------------------------
*                                   19. Scroll-to-top area css
* --------------------------------------------------------------------------------------- */

#scroll-to-top {
    background-color: #333;
    display: none;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    position: fixed;
    bottom: 15px;
    right: 25px;
    z-index: 999;
}

#scroll-to-top:hover {
    background: #82b541;
    color: #fff;
}

.text-italic {
    font-style: italic;
    margin-top: 15px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.padre-flex{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-gracias{
    color: #97D149;
    font-size: 50px;
    font-weight: 600;
}
 

.subtitle-gracias,
.title-gracias span{
    display: block;
    font-size: 30px;
    color: #606060;  
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.img-overlay {
    bottom: -80px;
    margin: auto;
}

.row-20 {
    margin-bottom: -20px
}

.row-20>* {
    margin-bottom: 20px
}

.row-30 {
    margin-bottom: -30px
}

.row-30>* {
    margin-bottom: 30px
}

.offset-top-15 {
    margin-top: 15px;
}

.newsbutton {
    color: #fff;
    border: 1px solid #7FBB42;
    background: #7FBB42;
}

.newsbutton:hover {
    color: #7FBB42;
    background: #fff;
}

footer a {
    color: white;
}

footer a i {
    color: #7FBB42;
}

.modal {
    padding: 0!important;
    text-align: center;
}

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

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    background: #BEBEBE;
}

.modal-content-1 {
    width: 450px;
    background: #eee;
}

.modal-content-1 h4 {
    margin: 0;
    font-size: 18px;
}

.color-black {
    color: #333;
    font-size: 14px;
}


.color-blue{
    color: #88A39A;
}
.box-green {
    border: 2px solid #7FBB42;
    color: #7FBB42;
    width: 350px;
    padding: 25px;
    text-align: center;
    float: right;
}

.position-relative-imagen {
    position: absolute;
    top: 27px;
    left: -70px;
}

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

.row-eq-height-cosejo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.clearfix {
    clear: both;
    width: 100%;
    height: 35px;
}

.consejo-title {
    background: #D8D9DB;
    padding: 15px 25px 25px;
    position: relative;
}

.consejo-title h2 {
    margin: 0;
    font-weight: 600;
}

.consejo-title h2 span {
    font-weight: 400;
}

.consejo-title h2::before {
    content: "";
    display: inline-block;
    background: url("../images/img-left.jpg") no-repeat top right;
    width: 30px;
    height: 39px;
    top: 10px;
    position: relative;
    left: -9px;
}

.consejo-title h2::after {
    content: "";
    display: inline-block;
    background: url("../images/img-right.jpg") no-repeat top right;
    width: 30px;
    height: 39px;
    top: 10px;
    position: relative;
    right: -9px;
}

.texto-vertical-2 {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    padding: 15px 5px;
    position: absolute;
    height: 100%;
    min-height: 120px;
}

.height-150 {
    height: 120px;
}

.valing {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.box-consejo {
    box-shadow: 1px 1px 8px #d8d8d8;
    width: 100%;
    margin-bottom: 32px
}

.overflow-hidden {
    overflow: hidden;
}

.bg-green {
    background: #AFC3BD;
}

.bg-green-1 {
    background: #A0CF6A;
}

.w-100{
    width: 100%;
}

.bg-gray-1 {
    background: #9FA0A4
}

.bg-gray-2 {
    background: #EFEFEF
}

.img-thumbnail {
    padding: 20px;
}
.padding-left-0 {
    padding-left: 0;
}

.block-update-card {
    height: auto;
    border: 1px #FFFFFF solid;
    width: 380px;
    float: left;
    margin-left: 10px;
    margin-top: 5px !important;
    padding: 0;
    background-color: #FFFFFF;
    margin-bottom: 5px
}

.block-update-card .h-status {
    width: 100%;
    height: 7px;
    background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
}

.block-update-card .v-status {
    width: 5px;
    height: 80px;
    float: left;
    margin-right: 5px;
    background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
}

.block-update-card .update-card-MDimentions {
    width: 80px;
    height: 80px;
}

.block-update-card .update-card-body {
    margin-top: 10px;
    margin-left: 5px;
    padding-top: 10px;
}

.block-update-card .update-card-body h4 {
    color: #737373;
    font-weight: bold;
}

.block-update-card .update-card-body p {
    color: #737373;
    font-size: 12px;
}

.block-update-card .card-action-pellet {
    padding: 5px;
}

.block-update-card .card-action-pellet div {
    margin-right: 10px;
    font-size: 15px;
    cursor: pointer;
    color: #dddddd;
}

.block-update-card .card-action-pellet div:hover {
    color: #999999;
}

.block-update-card .card-bottom-status {
    color: #a9a9aa;
    font-weight: bold;
    font-size: 14px;
    border-top: #e0e0e0 1px solid;
    padding-top: 5px;
    margin: 0px;
}

.block-update-card .card-bottom-status:hover {
    background-color: #dd4b39;
    color: #FFFFFF;
    cursor: pointer;
}

.clear-25 {
    clear: both;
    width: 100%;
    height: 25px;
}

.color-white{
    color: white;
}

.section-bottom-0{
    padding-bottom: 0;
}

.columns-2{
    columns: 2;
    font-size: 16px;
    list-style: none;
    padding-left: 5px;
    padding-top: 20px;
}

.navbar-brand{
    display: none;
}

.consejo-h1{
    display: block;
    font-size: 25px;
    color: #151515;
    padding-top: 10px;
}

.h2-1-afiliate{
    display: block;
    text-transform: uppercase;
    font-weight: 400;

}

.font-bold{
    font-weight: bold;
}

.btn-green{
    color: white;
    padding: 15px;
    margin: 25px 0;
    font-size: 18px;
    font-weight: bold;
}

.bg-consejo{
    background: url(../images/bg-consejo.jpg) no-repeat 100% 100%;
}

.img-container {
    position: relative;
    text-align: center;
    color: white;
}

.img-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

#Progressbar {
    width: 100%;
    background-color: #ddd;
    margin: 15px 0;
}

#Bar {
    width: 1%;
    height: 22px;
    background-image: url(../images/pbar-ani.gif) !important;
    text-align: center;
    line-height: 30px;
    color: white;
}

.actions{
    margin-top: 15px;
}

.ml-15{
    margin-left: 25px;
}

.bg-green1{
    background: #97D149;
    padding: 15px;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    margin-bottom: 15px;
}

.padding-tb-30{
    padding: 30px 15px;
}

.ul-registro{
    margin-top: 35px;
}

.ul-registro li{
    font-size: 18px;
    font-weight: 600;
}

.line-hr{
    height: 1px;
    width: 100%;
    background: #878787;
    margin: 35px 0;
}

.color-gray-1{
    color: #606060;
}

.confirmacion-h2{
    font-size: 30px;
    font-weight: 400;
}

.confirmacion-p{
    font-size: 35px;
    font-weight: 600;
}

.bg-gray-3{
    background: #EFEFEF;
    padding: 20px;
}

.bg-gray-3 .form-control{
    border: 3px #878787 solid;
}
.frame-registro{
    border: 3px #878787 solid;
    padding: 15px;
}

.radio {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    margin: 15px;
    display: inline-block;
  }
  .radio .label {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #c8ccd4;
    border-radius: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  .radio .label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #97D149;
    transform: scale(0);
    transition: all 0.2s ease;
    opacity: 0.08;
    pointer-events: none;
  }
  .radio:hover .label:after {
    transform: scale(3.6);
  }
  input[type="radio"]:checked + .label {
    border-color: #97D149;
  }
  input[type="radio"]:checked + .label:after {
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
  }
  .cntr {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 100%;
    text-align: center;
  }
  .hidden {
    display: none;
  }

.float-right{
    float: right;
}

.form-control:focus {
    border-color: #97D149 !important;
    box-shadow: none;
  }

.bg-networking{
    background-image: url(../images/bg-networking-1.png), url(../images/bg-networking-2.png);
    background-position: top 580px left 0, top 0 right 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 220px,  280px;
}

#personal_information,
#company_information{
	display:none;
}

.form-horizontal .form-group {
  margin: 0 0 15px;
}


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.d-none{
    display: none;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}


.panel-primary > .panel-heading {
    color: #fff;
    background-color: #82b541;
    border-color: #82b541;
  }

  .panel-primary {
    border-color: #82b541;
  }

.m-auto{
    margin: 0 auto;
}

.d-block{
    display: block;
}

.clear-md-25{
    clear: both;
    width: 100%;
    height: 35px;
}

.gallery-img {
    max-width: 100%;
    object-fit: contain;
    height: 400px !important;
}

.gallery-img1 {
    max-width: 100%;
    object-fit: contain;
    height: 250px !important;
}

label span {
  display: block;
  font-weight: 400;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: left;
    }
  }

@media(max-width: 1200px) {
    .w-1200 {
        width: 100% !important;
    }
    .position-relative-imagen {
        display: none;
    }
    .box-green {
        margin-top: 35px;
    }
    .navbar-nav > li > a{
        padding: 20px 10px;
    }
}

@media(max-width: 1100px) {
    .img-overlay {
        max-height: 550px;
    }
}

@media (max-width: 992px) { 
    .navbar-nav > li > a{
        padding: 20px 5px;
        font-size: 12px;
    }

    .mt-md-15{
        margin-top: 25px;
    }
    .clear-md-25{
        clear: both;
        width: 100%;
        height: 0;
    }
}

@media(max-width: 950px) {
    .img-overlay {
        max-height: 450px;
    }
}

@media(max-width: 767px) {
    .video-visible-md {
        display: none;
    }
    
    .section-bottom-0{
        padding-bottom: 50px;
    }
    .border-right-afiliate{
        border-right: 2px solid transparent;
    }
    .columns-2{
        columns: 1;
    }
    .navbar-brand{
        display: block;
    }
    .title-gracias{
        font-size: 35px;
    }
    .bg-networking{
      
        background-position: top 380px left 0, top 0 right 0;
        background-repeat: no-repeat, no-repeat;
        background-size: 100px,  150px;
    }

    
}
ul li{
	list-style:none;
}

.ul-bullet li {
  margin: 0.5em;
  margin-left: 1.2em;
}

.ul-bullet li:before {
  content: '\f14a' !important;
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #82b541;
  font-size:18px;
  top:-2px;
  position:relative;
}

#adobe-dc-view{
	width: 100%;
	height: 800px;
}