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

    Template Name: Apnew
    Template URI: http:/devitems.com
    Description: This is html5 template
    Author: Dev Items
    Author URI: http://devitems.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)
    2. Header Area
    3. Banner Area
    4. About Area
    5. Service Area
    6. Features Area
    7. Download Area
    8. Pricing Area
    9. Testimonial Area
    10. Screenshot Area
    11. Footer Area
        11.1 Contact Form
        11.2 Newsletter
        11.3 Footer
    12. Homepage Blue
    13. Homepage Yellow
    14. Homepage Four
    15. Homepage Five, Homepage Six, Homepage Seven
    16. Homepage Eight
    17. Box Layout
    18. Scroll Up

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

/*----------------------------------------*/
/*  1. Theme default CSS
/*----------------------------------------*/
* { margin:0; padding:0; }
html, body {height: 100%;}
.floatleft {float:left !important;}
.floatright {float:right !important;}
.floatnone {float:none !important;}
.alignleft {text-align:left !important;}
.alignright {text-align:right !important;}
.aligncenter {text-align:center !important;}
.no-display { display:none; }
.no-margin { margin:0; }
.no-padding { padding:0; }
a:focus, button:focus {outline:0px solid}
input:focus, textarea:focus, .form-control:focus {outline: 0; box-shadow: none; border-color: #fff}
img {
    max-width:100%;
    height:auto;
    border:0;
    vertical-align:top;
}
.fix {overflow:hidden}
p {}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-family: 'Raleway', sans-serif;
}
a {-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:active, a:hover, a:focus {
  outline: 0 none;
    text-decoration: none
}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.clear{clear:both}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
::-webkit-input-placeholder {opacity: 1 !important;filter:alpha(opacity=100)}
:-moz-placeholder {opacity: 1 !important;filter:alpha(opacity=100)}
::-moz-placeholder {opacity: 1 !important;filter:alpha(opacity=100)}
:-ms-input-placeholder {opacity: 1 !important;filter:alpha(opacity=100)}
body {
    color: #2d3e50;
    font-family: 'latoregular';
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.container {
    width: 1200px
}
@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bold-webfont.woff2') format('woff2'),
         url('fonts/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato-bold-webfont.ttf') format('truetype'),
         url('fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-light-webfont.eot');
    src: url('fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-light-webfont.woff2') format('woff2'),
         url('fonts/lato-light-webfont.woff') format('woff'),
         url('fonts/lato-light-webfont.ttf') format('truetype'),
         url('fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latomedium';
    src: url('fonts/lato-medium-webfont.eot');
    src: url('fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-medium-webfont.woff2') format('woff2'),
         url('fonts/lato-medium-webfont.woff') format('woff'),
         url('fonts/lato-medium-webfont.ttf') format('truetype'),
         url('fonts/lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato-regular-webfont.ttf') format('truetype'),
         url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latosemibold';
    src: url('fonts/lato-semibold-webfont.eot');
    src: url('fonts/lato-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-semibold-webfont.woff2') format('woff2'),
         url('fonts/lato-semibold-webfont.woff') format('woff'),
         url('fonts/lato-semibold-webfont.ttf') format('truetype'),
         url('fonts/lato-semibold-webfont.svg#latosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.button-white {background: #fff !important}
.button-olive {background: #7a9757 !important; color: #fff !important}
.button-blue {background: #05C2F9 !important; color: #fff !important}
.button-yellow {background: #FDC007 !important; color: #fff !important}
.olive-border {
    border: 1px solid #7a9757 !important;
    line-height: 51px !important;
}
.blue-border {
    border: 1px solid #05C2F9 !important;
    line-height: 51px !important;
}
.yellow-border {
    border: 1px solid #FDC007 !important;
    line-height: 51px !important;
}
.text-white {color: #fff !important}
.section-title, .pricing-area.pricing-four .section-title { z-index: 999; position: relative}
.section-title h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 33px;
    text-transform: uppercase;
    z-index: 99;
    position: relative;
    color:#53AABF !important;
}
.section-title h1 span, .about-text h2 span {color: #7a9757}
.section-title.title-blue h1 span, .about-blue .about-text h2 span {color: #05c2f9}
.section-title.title-yellow h1 span, .about-yellow .about-text h2 span {color: #FDC007}
.section-title img {margin-bottom: 24px}
.section-title p {margin-bottom: 0}
/*----------------------
	2. Header Area
------------------------*/
.logo a {display: inline-block}
#main-menu {
    left: 0;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 999999;
}
#main-menu.stick {
    background: #FFF none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    padding: 25px 0;
    position: fixed;
    top: -25px;
}
.main-menu {display: inline-block; margin: 8px 0;text-align: right;}
.main-menu nav ul li {display: inline-block}
.main-menu nav ul li a {
    color: #8F837B;
    display: block;
    font-family: "latolight",sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 26px;
    margin-right: 34px;
    padding: 0 1px;
    position: relative;
}
.main-menu nav ul li a:before {
    background: #5EB423 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    right: 50%;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: left, right;
            transition-property: left, right;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    z-index: -1;
}
.main-menu nav ul li a:hover:before, .main-menu nav ul li.active a:before {
    left: 0;
    right: 0;
}
.main-menu nav ul li:last-child a {margin-right: 0}
.main-menu nav ul li.active a, .main-menu nav ul li a:hover {color: #5EB423;}
header .menu-btn {
    float: right;
    font-size: 11px;
    line-height: 27px;
    margin-top: 8px;
    padding: 0 16px;
}


.navtop{
    margin-bottom: 20px;
}
/*--------------------------------------------*/
/*  3. Banner Area
/*--------------------------------------------*/
.banner-area {
    background-color: #2d3e50;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 890px;
    position: relative;
    z-index: 1;
}
.banner-text {display: table}
.banner-area .container, .banner-area .row, .banner-area .col-md-8, .banner-area .banner-text, .banner-area .banner-table-cell {
    height: 100%;
}
.banner-area .col-lg-7.col-md-8 {padding-right: 0;}
.banner-product-image {
    margin-top: 40%;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.banner-table-cell {
    display: table-cell;
    vertical-align: middle;
    z-index: 9;
    position: relative;
}
.banner-text h1 {
    color: #ffffff;
    font-size: 67px;
    font-weight: 800;
    line-height: 72px;
    margin-bottom: 23px;
    text-transform: uppercase;
}
.banner-text h1 span {color: #7a9757}
.banner-text p {color: #ffffff; margin-bottom: 33px}
.button-default {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #2d3e50;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 53px;
    padding: 0 31px;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s
}
.button-default:hover {
    background-color: #ffffff !important;
    color: #2d3e50 !important;
}
.banner-buttons .button-default {margin-right: 26px}
.banner-buttons a.button-default:hover {
    background-color: #7a9757 !important;
    color: #ffffff !important;
}
.banner-apps {
    margin-left: 72px;
    margin-top: -224px;
    position: relative;
}
.banner-apps .single-app:nth-child(1) {
    left: 0;
    position: absolute;
    top: 122px;
}
.banner-apps .single-app:nth-child(2) {
    left: 183px;
    position: absolute;
    top: 76px;
}
.single-app:nth-child(3) {
    left: 366px;
    position: absolute;
    top: 33px;
}
.single-app {
    background: #7a9757 none repeat scroll 0 0;
    border: 3px solid #ffffff;
    border-radius: 100%;
    display: inline-table;
    height: 100px;
    text-align: center;
    width: 100px;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    z-index: 99
}
.single-app-table-cell {display: table-cell; vertical-align: middle}
.single-app h4, .single-app h3 {
    color: #ffffff;
    font-family: "latobold";
    font-size: 11px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.single-app h3 {font-size: 14px}
.single-app i {
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 2px;
}
/*--------------------------------------------*/
/*  4. About Area
/*--------------------------------------------*/
.about-area {padding-top: 114px}
.about-area .col-lg-5 {padding-left: 0}
.about-image {margin-right: 45px}
.about-text h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 19px;
}
.about-text {
    margin-right: 54px;
    margin-top: 70px;
}
.about-text > p {margin-bottom: 25px}
.about-buttons {margin-top: 48px}
.about-buttons button.button-default {margin-right: 26px}
.about-buttons button.button-default {
    border: 1px solid #7a9757;
    line-height: 51px;
}
.about-buttons a.button-default:hover {background-color:#7a9757 !important; color: #fff !important}
/*--------------------------------------------*/
/*  5. Service Area
/*--------------------------------------------*/
.service-area {
    padding-bottom: 50px;
    padding-top: 60px;
    position: relative;
}

.service-area:after {
    background: #f0f0f0 none repeat scroll 0 0;
    content: "";
    height: 518px;
    left: 0;
    position: absolute;
    top: 10%;
    -webkit-transform: skewY(165deg);
    -ms-transform: skewY(165deg);
    transform: skewY(165deg);
    width: 100%;
    z-index: -1;
}
.single-item-icon {
    background-color: #7a9757;
    border-radius: 36px 36px 0;
    display: inline-table;
    height: 100px;
    margin-bottom: 24px;
    text-align: center;
    width: 100px;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s
}
.single-item-icon i {
    color: #ffffff;
    display: table-cell;
    font-size: 50px;
    vertical-align: middle;
}
.single-item h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
}
.service-area .col-md-4:nth-child(2) {margin-top: -100px}
.service-area .col-md-4:nth-child(3) {margin-top: -200px}
.single-item:hover .single-item-icon {background-color: #2d3e50}
/*--------------------------------------------*/
/*  6. Features Area
/*--------------------------------------------*/
.features-area {
    background: url("img/banner/preview.png") ;
    margin-top: -112px;
    padding-top: 35px;
	background-size:63% auto;
	background-position:-11% 67%;
	background-repeat:no-repeat;
}
.features-area .single-item-text p {margin-bottom: 0}
.features-area .single-item {
    margin-bottom: 96px;
    position: relative;
    z-index: 99;
}
.features-area .single-item-icon {float: left; margin-right: 38px}
.features-area .single-item-text {
    display: block;
    overflow: hidden;
    width: 408px;
}
.features-area .single-item-text h4 {line-height: 21px; margin-bottom: 11px}
.features-area .single-item:first-child, .features-area .single-item:last-child {
    margin-left: -50px
}
.features-area .single-item:nth-child(2), .features-area .single-item:nth-child(4) {
    margin-left: 84px
}
.features-area .single-item:nth-child(3) {margin-left: 121px}
/*--------------------------------------------*/
/*  7. Download Area
/*--------------------------------------------*/
.download-area, .domain-name-area {
    background: url("img/banner/3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -137px;
    padding-bottom: 348px;
    padding-top: 298px;
    position: relative;
    z-index: 2;
}
.download-area:before, .footer-area:before, .banner-area:before, .domain-name-area:before {
    background-image: url("img/banner/shape.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    content: "";
    height: 323px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.download-area:after, .domain-name-area:after {
    background-image: url("img/banner/shape.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    height: 323px;
    right: 0;
    position: absolute;
    bottom: -1px;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.download-bg, .footer-bg {
    background: rgba(45, 62, 80, 0.85) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.download-area .section-title {margin-bottom: 56px}
.download-button-wrapper {
    text-align: center;
    z-index: 99;
    position: relative;
}
.download-btn span {
    color: #ffffff;
    display: block;
    font-family: "latomedium";
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}
.download-btn span.large-text {
    display: block !important;
    font-family: "latobold";
    font-size: 26px;
    position: relative;
    top: -4px;
}
.download-btn {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 2px;
    height: 78px;
    margin: 0 21px;
    padding: 0 29px 0 87px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    display: inline-block
}
.download-btn:hover {
    background-color: #7A9757;
    border-color: #7A9757
}
.download-btn i {
    color: #ffffff;
    float: left;
    font-size: 50px;
    left: 22px;
    position: absolute;
    width: 53px;
}
/*--------------------------------------------*/
/*  8. Pricing Area
/*--------------------------------------------*/
.pricing-area {
    margin-top: -44px;
    padding-top: 35px;
}
.pricing-area .section-title {margin-bottom: 112px}
.single-price-package {
    box-shadow: 0 0 20px 1px rgba(35, 31, 32, 0.2);
    text-align: center;
}
.price-title {
    background: #2D3E50 none repeat scroll 0 0;
    padding: 35px 0 34px;
}
.pricing-area .col-md-4:first-child .single-price-package  {
    margin-left: 60px;
    margin-right: 12px;
}
.pricing-area .col-md-4:last-child .single-price-package  {
    margin-right: 60px;
    margin-left: 12px;
}
.price-title > h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.price {
    display: block;
    overflow: hidden;
}
.pricing-area .price > h4, .pricing-area .price > p {
    color: #ecebeb;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.price-title h4 span.text-large {
    color: #ffffff;
    font-size: 60px;
    line-height: 61px;
}
.price .text-top {
    padding-right: 4px;
    position: relative;
    top: -20px;
}
.pricing-area .price > p {
    bottom: -9px;
    position: relative;
}
.price-list {
    padding-bottom: 30px;
    padding-top: 50px;
}
.price-list li {
    color: #2d3e50;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}
.price-btn .button {
    background: #2d3e50 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 13px;
    color: #ffffff;
    font-family: "Raleway",sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 39px;
    margin-top: 52px;
    padding: 0 39px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s
}
.price-btn .button:hover {background-color: #7a9757;}
.list-large .price-title > h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 2px;
}
.pricing-area .list-large .price > h4, .pricing-area .list-large .price > p {font-size: 20px}
.list-large .price-title h4 span.text-large {
    font-size: 70px;
    line-height: 71px;
}
.list-large .price .text-top {
    padding-right: 0;
    top: -23px;
}
.list-large .price-title {padding: 37px 0 40px}
.pricing-area .single-price-package.list-large {
    box-shadow: 0 0 20px 1px rgba(35, 31, 32, 0.4);
    margin: -34px 16px 0;
}
.list-large .price-list li {line-height: 39px}
/*--------------------------------------------*/
/*  9. Testimonial Area
/*--------------------------------------------*/
.testimonial-area {padding-top: 127px}
.testimonial-image-slider {margin-top: 5px}
.slick-list {margin: 0 5px}
.sin-testiImage {
    display: inline-block;
    margin-bottom: 11px;
    outline: medium none;
}
.sin-testiImage img {
    border: 1px solid #7a9757;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block !important;
    height: 97px;
    margin-bottom: 30px;
    margin-top: 36px;
    outline: 0 none;
    width: 97px;
}
.sin-testiImage.slick-current img {
    height: 170px;
    margin-top: 0;
    opacity: 1;
    filter:alpha(opacity=100);
    width: 170px;
    border: 3px solid #7a9757;
}
.testimonial-text-slider h2 {
    display: block;
    font-size: 25px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 1px;
    text-transform: uppercase;
}
.testimonial-text-slider {
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 7px;
    margin: auto;
    padding: 30px 55px 4px;
    position: relative;
    width: 71%;
    z-index: 9;
}
.testimonial-text-slider:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f0f0f0;
    -webkit-border-image: none;
         -o-border-image: none;
            border-image: none;
    border-style: solid;
    border-width: 22px 13px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    top: -44px;
    width: 0;
}
.sin-testiText{outline: none}
.sin-testiText p {margin-bottom: 32px}
.client-rating {margin-bottom: 5px}
.client-rating i {
    color: #7d7d7d;
    font-size: 18px;
}
.client-rating i.color {color: #f1c30d}
.slick-prev, .slick-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 25px;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 34.6%;
    width: 16px;
}
.slick-prev {left: -31px}
.slick-next {right: -31px}
.slick-prev:before, .slick-next:before {
    height: 25px;
    width: 16px;
    left: 0;
    top: 0;
    position: absolute;
    color: #2d3e50;
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 50px !important;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s
}
.slick-prev:hover:before, .slick-next:hover:before {color: #7a9757}
.slick-next:before {
    right: 0;
    content: "";
}
/*--------------------------------------------*/
/*  10. Screenshot Area
/*--------------------------------------------*/
.screenshots-area {padding-top: 117px}
.sin-screenshot {z-index: 9}
.sin-screenshot a {display: block; position: relative}
.sin-screenshot a:before {
    background: #24141e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    filter:alpha(opacity=60);
    position: absolute;
    right: 0;
    top: 0;
}
.sin-screenshot a:hover:before {opacity: 0.2;filter:alpha(opacity=20)}
#screenshot-carousel {z-index: 9;}
/*--------------------------------------------*/
/*  11. Footer Area
/*--------------------------------------------*/
.footer-area {
    background-image: url("img/banner/4.jpg");
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    margin-top: -42px;
    padding-bottom: 118px;
    padding-top: 262px;
    position: relative;
    z-index: 1;
}
/*--------------------------------------------*/
/*  11.1 Contact Form
/*--------------------------------------------*/
.footer-area h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
}
form#contact-form {
    margin-right: 21px;
    margin-top: 46px;
}
.form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 8px;
    box-shadow: none;
    color: #cccccc;
    height: 42px;
    margin-bottom: 3px;
    padding: 8px 17px;
}
textarea.form-control {
    height: 99px;
    resize: none;
}
.submit-form .button {
    background-color: #487E9D;
    border-radius: 30px;
    color: #ffffff;
    font-family: "latomedium";
    height: 44px;
    margin-top: 21px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    border: 0;
    padding:5px 50px;
    margin:auto;
}
.submit-form .button:hover, .footer-blue .submit-form .button:hover, .footer-yellow .submit-form .button:hover {
    background-color: #487E9D;
    color: #FFF;
}
.contact-icon {
    background-color: #7a9757;
    border-radius: 21px 21px 0;
    color: #ffffff;
    display: inline-table;
    float: left;
    height: 54px;
    margin-right: 24px;
    text-align: center;
    width: 54px;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s
}
.single-contact-info:hover .contact-icon {background-color: #fff; color: #2D3E50}
.contact-icon i {
    display: table-cell;
    font-size: 30px;
    vertical-align: middle;
}
.contact-text > span {
    color: #eeeeee;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.single-contact-info {
    margin-bottom: 26px;
    overflow: hidden;
}
.contact-text {display: inline-block}
.conatct-info {margin-top: 52px}
/*--------------------------------------------*/
/*  11.2 Newsletter
/*--------------------------------------------*/
.newsletter > h3 {margin-bottom: 23px}
.newsletter {margin-top: 105px}
.newsletter-content > input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 9px;
    color: #a3a3a3;
    font-family: "latosemibold";
    font-size: 14px;
    height: 49px;
    padding: 0 19px;
    width: 100%;
}
.newsletter-content {
    margin-top: 38px;
    position: relative;
}
.newsletter-content .button {
    border: 0 none;
    border-radius: 9px;
    color: #2d3e50;
    font-family: "latosemibold";
    font-size: 16px;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    width: 29.5%;
}
.newsletter-content .button:hover {
    background-color: #7a9757;
    color: #ffffff;
}
/*--------------------------------------------*/
/*  11.3 Footer
/*--------------------------------------------*/
.footer-links a {
    border: 2px solid #8F837B;
    border-radius: 100%;
    color: #8F837B;
    display: inline-table;
    font-size: 20px;
    height: 36px;
    margin: 0 6.5px;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    width: 36px;
}
.footer-links a i {
    display: table-cell;
    vertical-align: middle;
}
.footer-links a:hover {
    background-color: #FFF;
    border-color: #8F837B;
}
.footer-links {margin-top: 40px}
.footer-text span {color: #cccccc}
.footer-text {margin-top: 23px}
.footer-text span a {color: #cccccc}
.footer-text span a:hover {
    border-bottom: 1px solid #7a9757;
    color: #7a9757;
}
/*--------------------------------------------*/
/*  12. Homepage Blue
/*--------------------------------------------*/
.header-blue .main-menu nav ul li a:before {background: #05C2F9}
.banner-blue .banner-text h1 span, .testimonial-blue .slick-prev:hover:before, .testimonial-blue .slick-next:hover:before {
    color: #05c2f9
}
.banner-blue .banner-buttons a.button-default:hover {background-color: #05c2f9!important}
.banner-blue .single-app, .service-blue .single-item-icon, .features-blue .single-item-icon, .footer-blue .contact-icon, .footer-blue .submit-form .button, .footer-blue .newsletter-content .button:hover {
    background-color: #05c2f9
}
.about-blue .about-buttons button.button-default {border: 1px solid #05C2F9;}
.about-blue .about-buttons a.button-default:hover {
    background-color: #05C2F9 !important;
    color: #ffffff !important;
}
.features-area.features-blue {
    background: url("img/banner-blue/preview.png");
    background-repeat: no-repeat;
    background-position: -11% 67%;
    background-size: 63% auto;
}
.download-blue .download-btn:hover, .pricing-blue .price-btn .button:hover, .footer-blue .footer-links a:hover {
    background-color: #05c2f9;
    border-color: #05c2f9;
}
.testimonial-blue .sin-testiImage.slick-current img, .testimonial-blue .sin-testiImage img {
    border-color: #05c2f9;
}
.footer-blue .footer-text span a:hover {
    border-bottom: 1px solid #05c2f9;
    color: #05c2f9;
}
/*--------------------------------------------*/
/*  13. Homepage Yellow
/*--------------------------------------------*/
.header-yellow .main-menu nav ul li a:before {background: #FDC007}
.banner-yellow .banner-text h1 span, .testimonial-yellow .slick-prev:hover:before, .testimonial-yellow .slick-next:hover:before {
    color: #FDC007
}
.banner-yellow .banner-buttons a.button-default:hover {background: #FDC007 none repeat scroll 0 0 !important}
.banner-yellow .single-app, .service-yellow .single-item-icon, .features-yellow .single-item-icon, .footer-yellow .contact-icon, .footer-yellow .submit-form .button, .footer-yellow .newsletter-content .button:hover {
    background-color: #FDC007
}
.about-yellow .about-buttons button.button-default {border: 1px solid #FDC007;}
.about-yellow .about-buttons a.button-default:hover {
    background-color: #FDC007 !important;
    color: #ffffff !important;
}
.features-area.features-yellow {
    background: url("img/banner-yellow/preview.png");
    background-repeat: no-repeat;
    background-position: -11% 67%;
    background-size: 63% auto;
}
.download-yellow .download-btn:hover, .pricing-yellow .price-btn .button:hover, .footer-yellow .footer-links a:hover {
    background-color: #FDC007;
    border-color: #FDC007;
}
.testimonial-yellow .sin-testiImage.slick-current img, .testimonial-yellow .sin-testiImage img {
    border-color: #FDC007;
}
.footer-yellow .footer-text span a:hover {
    border-bottom: 1px solid #FDC007;
    color: #FDC007;
}
/*--------------------------------------------*/
/*  14. Homepage Four
/*--------------------------------------------*/
.header-four .main-menu {float: right;}
.banner-image .banner-buttons .button-default {
    margin-right: 0;
    margin-right: 26px;
}
.banner-area.banner-image {
    background-image: url("img/banner/5.jpg");
    height: 970px;
    overflow: hidden;
    position: relative;
}
.banner-area.banner-image:after {
    background-color: #E5E5E5;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner-area.banner-image .banner-table-cell {
    z-index: 9;
    position: relative;
    text-align: right
}
.banner-image .banner-table-cell, .banner-image .banner-text {
    display: block;
    height: auto;
    width: 100%;
}
.banner-image .banner-apps {display: none;}
.banner-area:before {
    bottom: 0px;
    right: 0;
    top: auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.banner-image .banner-text {padding-top: 22.3%;}
.about-area.about-four {
    margin-top: -90px;
    padding-bottom: 80px;
    padding-top: 50px;
    position: relative;
    z-index: 99;
}
.service-info-container > span {
    display: block;
    font-family: "latosemibold";
    line-height: 27px;
    padding-left: 18px;
    position: relative;
}
.service-info-container > span:after {
    color: #7a9757;
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 1px;
}
.about-four .about-text {margin-top: 33px;}
.about-four .about-text > p {margin-bottom: 21px;}
.about-four .about-buttons {margin-top: 43px;}
.feature-four .feature-image {
    margin-top: 27px;
}
.feature-four {
    background-color: rgba(0, 0, 0, 0);
    margin-top: -160px;
    padding-top: 35px;
}
.feature-four .single-item-icon {
    border-radius: 36px 36px 36px 0;
    float: right;
    margin-bottom: 0;
    margin-left: 34px
}
.feature-four .single-item-text {
    display: block;
    padding: 0 28px;
    text-align: right;
}
.feature-four .single-item h4 {
    font-size: 26px;
    margin-bottom: 4px;
}
.feature-four .single-item-text > p {margin-bottom: 0;}
.feature-four .single-item {
    margin-bottom: 63px;
    overflow: hidden;
    position: relative;
    z-index: 99
}
.download-area, .domain-name-area {
    padding-top: 328px;
    padding-bottom: 340px
}
.domain-name-area h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
    text-transform: uppercase;
    z-index: 9;
}
.header-main #search-domain-name {
    overflow: hidden;
}
.domain-name-area:after{bottom: -1px}
.domain-wrapper {margin: 0 21px;}
.search-box {
    background-color: #ffffff;
    border-radius: 7px;
    position: relative;
    width: 100%;
    z-index: 100;
}
.search-cat {
    background: url("img/icon/arrow.png") no-repeat scroll 80% 23px;
    cursor: pointer;
    height: 100%;
}
.search-cat p .cate-selected {
    line-height: 45px;
}
.search-categories .fa {
    margin-left: 10px;
}
#text-search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #2d3e50;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 500;
    height: 51px;
    outline: medium none;
    padding: 0 290px 0 27px;
    width: 100%;
}
#text-search:focus {
    outline: medium none;
}
.search-categories {
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 0 8px 8px 0;
    height: 100%;
    position: absolute;
    right: 194px;
    top: 0;
    width: 100px;
    z-index: 9;
}
#btn-search-category {
    background: #7a9757 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 8px 8px 0;
    color: #ffffff;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    margin: 0;
    outline: medium none;
    padding-left: 7px;
    position: absolute;
    right: -1px;
    text-transform: uppercase;
    top: 0;
    width: 202px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s
}
#btn-search-category:hover {background: #2d3e50;}
.category-items {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) none no-repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #2d3e50;
    cursor: pointer;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 500;
    height: 100%;
    left: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0 25px 0 15px;
    position: absolute;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: height;
            transition-property: height;
    width: 100px;
    z-index: 9999;
}
.pricing-four .price-title > h3 {font-size: 20px;}
.pricing-area.pricing-four .price > p {
    bottom: -1px;
    font-size: 16px;
}
.pricing-four .price-title {padding: 31px 0;}
.pricing-four .price .text-top {
    font-size: 16px;
    top: -19px;
}
.pricing-four .price-list li {
    font-size: 17px;
    line-height: 30px;
}
.pricing-four .price-btn .button {
    margin-top: 47px;
    padding: 0 34px;
}
.pricing-four .price-btn .button-olive:hover {background: #2d3e50 none repeat scroll 0 0 !important;}
.pricing-olive .price-title {background: #7a9757;}
.footer-solid-color {background: #2d3e50;}
.testimonial-area.testimonial-four {padding-bottom: 50px;}
/*-------------------------------------------------*/
/*  15. Homepage Five, Homepage Six, Homepage Seven
/*-------------------------------------------------*/
.banner-area.banner-horizontal::before {
    background-color: #ffffff;
    background-image: inherit;
    height: 142px;
}
.banner-horizontal .banner-apps .single-app {top: 30px;}
.service-area.horizontal .col-md-4:nth-child(2), .service-area.horizontal .col-md-4:nth-child(3) {margin-top: 0;}
.about-area.horizontal {padding: 85px 0;}
.service-area.hidden-xs.horizontal {
    background-color: #f0f0f0;
    padding-bottom: 70px;
    padding-top: 85px;
}
.features-area.hidden-xs.horizontal {
    margin-top: 0;
    padding-bottom: 60px;
    padding-top: 82px;
}
.download-area.horizontal::before, .download-area.horizontal::after, .footer-area.horizontal::before, .banner-area.horizontal::before, .domain-name-area.horizontal::before, .service-area.horizontal::after {
    display: none;
}
.download-area.horizontal {
    margin-top: 0;
    padding-bottom: 85px;
    padding-top: 80px;
}
.features-area.horizontal .single-item:last-child {margin-bottom: 0;}
.pricing-area.horizontal {
    margin-top: 0;
    padding-top: 81px;
}
.testimonial-area.horizontal {padding-top: 82px;}
.screenshots-area.horizontal {padding-top: 82px;}
.footer-area.horizontal {
    margin-top: 80px;
    padding-bottom: 82px;
    padding-top: 82px;
}
/*-------------------------------------*/
/*  16. Homepage Eight
/*-------------------------------------*/
.banner-area.banner-image.horizontal {height: 671px;}
.about-area.about-four.horizontal {
    margin-top: 0;
    padding-bottom: 68px;
    padding-top: 82px;
}
.feature-four.horizontal {
    margin-top: 0;
    padding-bottom: 80px;
    padding-top: 82px;
}
.domain-name-area.horizontal, .box .domain-name-area.horizontal {
    margin-top: 0;
    padding-bottom: 100px;
    padding-top: 93px;
}
.feature-four.horizontal .col-lg-6:first-child .single-item:last-child {margin-bottom: 0;}
.domain-name-area.horizontal::after {display: none;}
.testimonial-area.testimonial-four.horizontal {padding-bottom: 85px;}
.footer-solid-color.horizontal { margin-top: 0;}
/*--------------------------------------------*/
/*  17. Box Layout
/*--------------------------------------------*/
.container-wrapper {
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
    margin: auto;
    width: 1200px;
}
.box-layout {padding: 0 15px;}
.box-layout .banner-apps {margin-top: -246px;}
.box-layout .banner-text h1 {font-size: 66px;}
.service-box-layout, .about-four.about-box-layout, .box .pricing-area.pricing-four, .box .domain-name-area, .box .footer-area {
    padding-left: 15px;
    padding-right: 15px;
}
.banner-horizontal.box-layout .banner-apps {margin-top: -226px;}
.box .footer-area:before {height: 295px}
/*--------------------------------------------*/
/*  18. Scroll Up
/*--------------------------------------------*/
#scrollUp {
    background: #487E9D none repeat scroll 0 0;
    bottom: 35px;
    color: #ffffff;
    left: 50px;
    cursor: pointer;
    height: 40px;
    line-height: 38px;
    position: fixed;
    text-align: center;
    -webkit-transition: all 4ms linear 0s;
            transition: all 4ms linear 0s;
    width: 40px;
    z-index: 9999;
    font-size: 27px;
    border-radius: 50%;
    border: 1px solid #487E9D
}
#scrollUp:hover {background-color: #fff; color: #487E9D}


.swiper-container{
    height: 671px;
}

.swiper-slide{
    background-image: url(img/banner/tilde.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.bn1-img{
    position:absolute;
    bottom:0;
}
.bn2-img{
    position:absolute;
    bottom:0;
    right: 0;
    width: 40%;
}

.bn-ul li{
    margin-bottom: 8px;
}

.bn-video-wrapper{
    margin-top: 200px;
    background-color: #FFF;
    border-radius: 20px;
    padding: 15px;
}
.bn-down{
    z-index: 999;
    position: absolute;
    bottom: -10px;
    display: none;
    width: 100%;
    text-align: center;
}

.h-100{
    height: 100%;
}
.bt-text-wrapper{
    position: absolute;
    top: 210px;
}
.bt-text-wrapper h1{
    font-size: 40px;
    color:#5EB423;
}
.bt-text-wrapper h1 span{
    color:#487E9D;
}
.bt-text-wrapper p{
    color: #8F837B;
    font-size: 20px;
}

.button-celeste small,
.button-verde small{
    font-size: 16px;
}
.button-celeste .pull-right,
.button-verde .pull-right{
    margin-top: -5px;
}
.img-check{
    margin-right: 10px;
}

.button-celeste,
.button-celeste:hover,
.button-celeste:active,
.button-celeste:focus{
    border: 4px solid #4899DD;
    border-radius: 10px;
    color:#4899DD !important;
    background-color: transparent !important;
    padding: 20px;
    line-height: 22px;
    text-align: left;
    font-size: 26px;
    text-transform: none;
    font-weight: 400;
    margin-top:20px;
}
.button-verde,
.button-verde:hover,
.button-verde:active,
.button-verde:focus{
    line-height: 22px;
    text-align: left;
    font-size: 26px;
    border: 4px solid #5EB423;
    padding: 20px;
    color:#5EB423 !important;
    border-radius: 10px;
    background-color: transparent !important;
    text-transform: none;
    font-weight: 400;
    margin-top:20px;
}

.faq-btn{
    color: #5eb423;
    border: 2px solid #5eb423;
    color:#5eb423 !important;
    border-radius: 6px;
    font-size: 12px !important;
    padding: 2px 15px !important;
}

.top-btn{
    font-size: 12px !important;
}

.login-btn{
    color:#FFF !important;
    background-color: #53AABF;
    border-radius: 20px;
    font-size: 12px !important;
    padding: 4px 30px !important;
}

.register-btn{
    color:#FFF !important;
    background-color: #5eb423;
    border-radius: 20px;
    font-size: 12px !important;
    padding: 4px 30px !important;
}

.main-menu nav ul li a.register-btn:hover:before,
.main-menu nav ul li.active a.register-btn:before,
.main-menu nav ul li a.login-btn:hover:before,
.main-menu nav ul li.active a.login-btn:before,
.main-menu nav ul li a.faq-btn:hover:before,
.main-menu nav ul li.active a.faq-btn:before{
    right: 50%;
    left: 50%;
}

.about-area h2{
    color:#8F837B;
}
.about-area ul{
    color:#8F837B;
    list-style-image: url(img/icon/check.png);
    padding-left: 30px;
}

#caracteristicas{
    background-color: #487E9D !important;
    background-image: url(img/ccheck.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 900px;
}
#caracteristicas .container{
    position: relative;
}
.section-caracteristicas h1{
    color:#FFF !important;
    line-height: 40px;
    margin-top: 30px;
}
.caracteristicas-wrapper{
    position: absolute;
    top: 100px;
    width: 100%;
    color:#FFF;
}
.caracteristicas-wrapper p{
    margin-bottom: 20px;
    line-height: 20px;
}
.caracteristicas-wrapper h4{
    font-size: 24px;
    margin-top:   10px;
}
.c-mid h4{
    margin-top:   30px;
}


.download-bg, .footer-bg{
    color:#8F837B !important;
    background-color: #F7F6F6 !important;
}

h1.text-grey,
.text-grey{
    color:#8F837B !important;
}

.title-contacto{
    margin-bottom: 20px;
}

form#contact-form{
    margin-top: 22px;
}

form#contact-form .form-control{
    border:2px solid #D6D6D6;
    border-radius: 20px;
}

.copy-img{
    margin-top: -30px;
}

.footer-data i{
    color: #5eb423;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 30px;
}
.footer-data a,
.footer-data {
    color:#8F837B;
    font-size: 14px;
}
.footer-data {
    -webkit-box-shadow: 0px 0px 7px 1px rgba(210,210,210,1);
    -moz-box-shadow: 0px 0px 7px 1px rgba(210,210,210,1);
    box-shadow: 0px 0px 7px 1px rgba(210,210,210,1);
    padding: 30px;
    border-radius: 10px;
    margin-top: -55px;
    margin-bottom: 40px;
    background-color: #FFF;
    z-index: 10;
}

.pt-10{
    padding-top:10px;
}

.br-1{
    border-right: 1px solid #000;
}

footer small{
    color:#8F837B;
}

#como_funciona h3{
    font-size: 30px;
    font-weight: bold;
}
#como_funciona h1{
    color:#53AABF !important;
}
#como_funciona{
    background-color:#E5E5E5 !important;
}

#precios h1{
    color:#FFF !important;
}
#precios{
    background-color:#5EB423 !important;
}

.dashed-r{
border-right: 2px dashed #FFF;
}
.dashed-l{
border-left: 2px dashed #FFF;
}

.verde{
    color: #5EB423 !important;
}

.azul{
    color: #53AABF;
}

.admin-swiper-container{
    overflow: hidden;
}
.admin-swiper-pagination.swiper-pagination-bullets{
    bottom: 10px !important;
}

.como_funciona-pagination{
    text-align: center !important;
    padding-left: 0 !important;
}

#como_funciona .swiper-slide{
    background: none;
}
#como_funciona .swiper-slide .cf-container{
    background-color: #FFF;
    margin: 60px;
    border-radius: 30px;
    background-image: url('img/cf-admin-bg.png');
    background-position: center 40%;
    background-size: 80%;
    background-repeat: no-repeat;
    position: relative;
}
.cf-icon{
    margin-top: -46px;
}

.cf-navbar{
    position: absolute;
    top: 92px;
    text-align: left;
    left: 130px;
    font-weight: bold;
}
.cf-box{
    position: absolute;
    top: 185px;
    text-align: center;
    width: 100%;
    /*left: 120px;*/
}
.cf-bottom{
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}
.cf-bottom p{
    width: 70%;
    margin: auto;
    font-size: 14px;
    line-height: 16px;
    color:#8F837B;
}

#precios{
    background-image: url(img/vcheck.png);
    background-position: center;
    /*background-size: contain;*/
    background-repeat: no-repeat;
    min-height: 700px;
}
.precios-row{
}

.medios-p-xs{
    display: none;
}
.box-head h3{
    font-size: 30px;
    font-weight: bold;
}
.box-head.box-1{
    background-color: #E5E5E5;
    text-align: center;
    padding: 15px 0;
    margin-right: 10px;
}
.box-head.box-1 h3{
    color:#265600;
}

.box-head.box-2{
    background-color: #487E9D;
    color:#FFF;
    text-align: center;
    padding: 15px 0;
    margin-right: 10px;
}
.box-head.box-3{
    background-color: #2C5725;
    color:#FFF;
    text-align: center;
    padding: 15px 0;
    margin-right: 10px;
}
.box-content.box-1{
    background-color: #FFF;
    text-align: center;
    padding: 25px 0 0px 0;
    margin-right: 10px;
}
.box-content.box-3{
    background-color: #2C5725;
    text-align: center;
    color:#FFF;
    padding: 20px 0 55px 0;
    font-size: 20px;
    margin-right: 10px;
}
.box-content.box-3 span{
    color:#5EB423;
}
h3.mensual{
    font-size: 40px;
    color:#8F837B;
}
h3.mensual small{
    font-size: 16px;
}
h3.anual{
    font-size: 40px;
    color:#5C4E49;
}
h3.anual small{
    font-size: 16px;
}
.box-content{
    background-image: url(./img/box-bg.png);
    background-repeat:no-repeat;
    background-position: top right;
}
.box-content p{
    font-size: 12px;
    color:#8F837B;
}
.box-foot.box-1 button{
    background-color:#5EB423;
    color:#FFF;
    border-radius: 20px;
    padding:5px 30px;
}
.box-foot.box-1 button strong{
    color: #265600;
    font-weight: bold;
}
.box-foot.box-3 button{
    font-weight: normal;
    font-size: 22px;
    background-color:#5EB423;
    color:#FFF;
    border-radius: 20px;
    padding:5px 30px;
}
.box-foot{
    margin-bottom: 50px;
    background-color: #265600;
    text-align: center;
    margin-right: 10px;
    padding: 20px 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#medios_de_pago{
    background-color: #FFF;
    padding: 50px 0 20px 0;
}
#medios_de_pago h3{
    font-weight: normal;
    font-size: 20px;
}
.title-medios{
    margin-bottom: 20px !important;
}

#contacto{
    padding-top: 60px;
}

.footer-text a:hover{
    color:#333;
}
.navbar-grey{
    background-color: #E5E5E5;
    height: 190px;
}
.contacto-bg-grey{
    background-color:#E5E5E5 !important;
}

/** FAQ **/
#preguntas_frecuentes{
    background-color: #F7F6F6;
    padding-top: 60px;
}
#accordion .panel-default{
    border:0;
    border-radius: 10px;
    background-color: transparent;
}
#accordion .panel-heading.active a,
#accordion .panel-heading:hover a{
    color:#FFF;
}
#accordion .panel-heading.active,
#accordion .panel-heading:hover{
    background-color: #53AABF
}
#accordion .panel-heading{
    background-color: #E5E5E5;
    color:#8F837B;
    padding: 15px;
    border:0;
    border-radius: 10px;
}
#accordion .panel-body{
    border:0;
    margin-top: 10px;
    border-radius: 10px;
}
.ayuda-box{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding:30px 60px;
    background-color: #53AABF
}
.ayuda-box h3{
    color:#346B77;
    font-size: 35px;
}

.ayuda-icon{
    margin-top: -130px;
    z-index: 99;
}

.btn-soporte img{
    margin-right: 30px;
}
.btn-soporte{
    margin-top: 50px;
    border-radius: 40px;
    border:2px solid #FFF;
    padding: 10px 30px;
    background-color: #5EB423;
    color:#265600;
    font-size: 28px;
    margin-bottom: 30px;
}

.btn-soporte-tel img{
    margin-right: 30px;
}
.btn-soporte-tel:hover,
.btn-soporte-tel{
    margin-bottom: 30px;
    border-radius: 40px;
    border:2px solid #FFF;
    padding: 10px 30px;
    background-color: transparent;
    color:#FFF;
    font-size: 28px;
}

.soporte-location{
    margin-top: 30px;
    color:#FFF;
}
.soporte-location img{
    margin-right: 30px;
}

.btn-trial:hover,
.btn-trial{
    border-radius: 30px;
    color:#FFF;
    margin-top: 50px;
    padding: 10px 100px;
    font-size: 18px;
    background-color:#5EB423;
}
.btn-trial span{
    font-weight: bold;
    color:#265600;
}

.soporte-box{
    font-size: 14px;
}
.soporte-box{
    color:#8F837B;
    background-color: #E5E5E5;
    border-radius: 20px;
    padding:30px 60px;
}
.soporte-box h3{
    font-size: 30px;
}
.soporte-box h3 img{
    margin-right: 10px;
}

.soporte-form h3{
    font-size: 30px;
    margin-bottom: 40px;
}
.soporte-form{
    background-color: #E5E5E5;
    border-radius: 20px;
    padding: 30px;
}
.soporte-form input,.soporte-form textarea{
    border-radius: 20px;
    background-color: #FFF;
}
.soporte-form .btn{
    color:#FFF;
    background-color: #5EB423;
    border-radius: 20px;
    padding:5px 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.btn-soporte-email img{
    margin-top: 10px;
}
.btn-soporte-email{
    margin-top: 50px;
    border-radius: 40px;
    border:2px solid #60B22E;
    padding: 10px 30px 15px 30px;
    background-color: transparent;
    color:#60B22E;
    font-size: 28px;
    margin-bottom: 30px;
}
.soporte-warning img{
    margin-top: -20px;
}
.soporte-warning{
    border:2px solid #8F837B;
    border-radius: 10px;
    padding:5px 30px 15px 30px;
}

.panel-instructivo .panel-heading a:before{
    background-image: url('img/icon/video-play.png');
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    content:"";
}

.panel-instructivo .panel-heading.active a:before{
    background-image: url('img/icon/video-active.png');
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    content:"";
}

.instructivo-box .ayuda-icon{
    width:125px;
    margin-top: -70px;
}
.instructivo-box{
    margin-top: 60px;
    border-radius: 20px;
    padding:30px 40px 10px 40px;
    background-color: #53AABF
}
.video-box{
    background-color: #E5E5E5;
    padding: 15px 30px;
    border-radius: 20px;
}
.video-box h3{
    margin: 10px 0 20px 0;
    color:#346B77;
}

#login{
    background-color: #53AABF;
    color:#FFF;
    background-image: url(img/bcheck.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 700px;
    padding-top: 60px;
}

.section-title h1.blanco{
    color:#FFF !important;
}

#login h1.text-grey, #login .text-grey{
    color:#FFF !important;
}

.login-box{
    background-color: #E5E5E5;
    text-align: center;
    margin-top: 50px;
    padding:0 30px 30px 30px;
    border-radius: 20px;
    color:#8F837B;
}
.login-box a{
    color:#8F837B;
    font-size: 14px;
}
.login-box h3{
    color:#53AABF;
    margin: 20px 0 10px 0;
}
.login-box p{
    margin-bottom: 30px;
}
.login-box.login-user h3{
    color:#5EB423;
}

.login-box .form-control{
    border-radius: 30px;
    background-color: #FFF;
    border:2px solid #D6D6D6;
    margin-bottom: 20px;
}

.login-box .btn-login{
    border-radius: 30px;
    background-color: #53AABF;
    color:#FFF;
    border:0;
    padding: 8px 70px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.login-box.login-user .btn-login{
    background-color: #5EB423;
}


#registro{
    background-color: #5EB423;
    color:#FFF;
    background-image: url(img/vcheck.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 700px;
    padding-top: 60px;
}
#registro h1.text-grey, #registro .text-grey{
    color:#FFF !important;
}

#registro .form-control{
    border-radius: 30px;
    background-color: #FFF;
    border:2px solid #D6D6D6;
    margin-bottom: 20px;
}
#registro .soporte-box{
    border-radius: 30px;
    padding: 30px 30px 30px 30px;
}

.btn-registro{
    border-radius: 30px;
    background-color: #53AABF;
    color:#FFF;
    border:0;
    padding: 8px 70px;
}

.r1 h3,
.r2 h3,
.r3 h3{
    font-size:32px;
    padding-top: 10px;
    padding-left: 10px;
}
.r1 h3{
    color:#41708B;
}
.r2::after {
  content: "";
  width: 150px;
  height: 8px;
  background-color: #265600;
  margin-left: 230px;
}

.r3::after {
  content: "";
  width: 350px;
  height: 8px;
  background-color: #41708B;
  margin-left: 80px;
}

.r3 h3{
    color:#265600;
}
.r3 h3 span{
    color:#FFF;
}

.rc-box{
    background-color: #53AABF;
    margin-top: 50px;
    padding:40px 60px;
    border-radius: 30px;
}
.rc-box h3{
    color:#346B77;
}

.rc-box .btn-soporte-tel img{
    margin-right: 10px;
}

.funcionalidades{
    margin-top:210px;
}
.func-item{
    margin-bottom: 20px;
    border-left:3px solid #477895;
    padding-left: 20px;
}
.func-item p{
    text-transform: uppercase;
    margin-bottom: 0;
}
.func-item h3{
    font-weight: bold;
    font-size: 2.8rem;
    margin-top: 0;
}
.func-1{
    color:#477895;
}
.func-2{
    color:#5C4E49;
    border-color:#5C4E49;

}
.func-3{
    color:#5EB423;
    border-color:#5EB423;
}
.func-3 h3{
    color:#265600;
}

.mercadoslide h2{
    font-weight: bold;
    color:#5EB423;
    font-size: 32px;
    padding-top: 20px;
}
.mercadoslide h2.azul{
    color: #477895;
}

.bn-mp-img{
    position: absolute;
    bottom: 0;
}
.bn-mp-medios{
    bottom: 60px;
}

.mp-li{
    position: relative;
    padding-left: 50px;
    margin-bottom: 50px;
}
.mp-li p{
    color:#5C4E49;
    font-size: 20px;
    line-height: 28px;
}
.bn-mp-check{
    position: absolute;
    left: -40px;
}

.bn-mp-calendar{
    position: absolute;
    right: -150px;
    top:0;
}
.bn-mp-mp{
    position: absolute;
    right: -100px;
    top:0;
}

.bn-ul-pantalla{
    margin-top: 20px;
    color: #8F837B;
    font-size: 20px;
}


.darturnos-check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.darturnos-check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius:50%;
  border: 2px solid #8F837B;
}

/* On mouse-over, add a grey background color */
.darturnos-check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.darturnos-check-container input:checked ~ .checkmark {
  background-color: #FFF;
  border: 2px solid #5EB423;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.darturnos-check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.darturnos-check-container .checkmark:after {
    left: 11px;
    top: -8px;
    width: 10px;
    height: 25px;
    border: solid #5EB423;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-content h4{
    position: relative;
    background-color:#265600;
    color:#FFF;
    padding:15px 0;
    font-size: 22px;
    margin-bottom: 0;
}
.box-content h4 img{
    position: absolute;
    left: 20px;
    top: 10px;
}

.modulo-wrapper{
    background-color: #E2F4DE;
    padding: 20px;
    border-bottom: 3px solid #FFF;
}
.modulo-wrapper label{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    color:#8F837B;
    text-align: left;
}

.precio-modulo{
    float: right;
    margin-top: -20px;
    border:1px solid #5EB423;
    color:#5EB423;
    margin-left: 10px;
    padding: 1px 4px;
    font-size: 14px;
    border-radius: 20px;
}

.precio-anio{
    border:1px solid #487E9D;
    color:#487E9D;
}
.precio-modulo span{
    font-weight: bold;
}

.total-row{
    font-size: 30px;
    font-weight: bold;
    /*background-color: #E5E5E5;*/
    color:#5C4E49;
    padding: 25px 20px;
}
.total-number{
    color:#8F837B;
}
.total-number span{
    font-size: 35px;
    color:#5C4E49;
}
.total-wrapper{
    border-bottom: 3px dashed #FFF;
}

.total-row .small{
    margin-top: 10px;
    font-weight: normal;
    font-size: 16px;
}
.box-footer{
    background-color: #E5E5E5
}

.contratar-wrapper{
    padding: 25px 20px;
}

.contratar-wrapper label{
    margin-bottom: 0;
    font-size: 16px;
    margin-bottom: 10px;
    color:#5C4E49;
    text-align: left;
}

.btn-contratar-box1:hover,
.btn-contratar-box1{
    background-color: #5EB423;
    color:#FFF;
    border-radius: 22px;
    margin-top: 8px;
    width:100%;
    font-size: 22px;

}

.box-central h4{
    background-color: #487E9D;
}
.box-central .btn-contratar-box1{
    background-color: #487E9D;
}
.box-foot.box-1.box-2{
    background-color: #1C3E51;
}
.box-foot.box-1.box-2 button{
    background-color: #487E9D;
}
.box-foot.box-1.box-2 button strong{
    color: #1C3E51;
}
.box-central .modulo-wrapper{
    background-color: #CCEAF0;
}

.box-cant{
    margin-top: 2px;
    margin-right: -15px;
    background-color: #5EB423;
    font-size: 22px;
    border-radius: 30px;
    border:0;
    text-align: center;
    color:#FFF;
    padding: 3px 15px 5px 20px;
}

.cant-label{
    font-size: 14px;
    color:#8F837B;
}
.turneros-cant{
    color:#265600;
    font-weight: bold;
    font-size: 32px;
    margin-left: -10px;
}
.box-3-precios{
    margin-bottom: 15px;
    line-height: .7;
}
.box-3-precios span{
    font-size: 30px;
}
.box-content-3{
    padding-top: 0px !important;
}