/* Fonts */

@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:400,700';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400i';

/* Header */

.logo {
    margin: 30px 0;
}

.dropdown {
    display: inline;
}

.navbar-collapse {
    padding: 0;
}

ul.menu-header {
    float: right;
    list-style-type: none;
    margin: 39px 0 40px;
    padding: 0;
}

ul.menu-header li {
    display: inline;
    padding-left: 25px;
}

ul.menu-header a {
   /* color: #494d55;*/
    color:#808080;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;

    transition: all .1s;
}


@media (min-width:1281px ){
ul.menu-header a:hover {
 	padding-top: 36px;
    border-top: 4px solid #1da0da;
    color: #1da0da;
}
}
ul.menu-header a:hover {
    /*padding-top: 36px;*/
    border-top: 4px solid #1da0da;
    color: #1da0da;
}
.active-l {
    border-top: 4px solid #1da0da;
    color: #1da0da !important;
    padding-top: 37px;
}

.fa.fa-angle-down {
    font-weight: 700;
    padding: 0 5px;
}

.custom.dropdown-menu {
    background: #f8f8f8;
    box-shadow: none;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 2px;
    border-top: 0;
    margin-top: 22px;
    padding: 0;
}

.custom.dropdown-menu>li {
    border-bottom: 1px solid #e7e7e7;
    display: inline-block;
    width: 100%;
    transition: all .3s;
    padding: 0;
}

.custom.dropdown-menu>li:hover {
    background: #1DA0DA;
    color: #fff;
}

.custom.dropdown-menu a {
    color: #7e7e7e;
    display: block;
    font-family: "open sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 12px 15px;
    text-transform: none;
    transition: all 0.3s ease 0s;
}

.custom.dropdown-menu a:hover {
    background: transparent;
    color: #fff;
    padding: 12px 15px;
    border: none;
}


/*DISEÑO WEB*/
.trabajos-web figure{width: 23.2% !important;max-height: 155px !important;min-height: 155px !important;}
.trabajos-web figure img{height: 155px !important;}
.trabajos-web figure.custom-icons {top: 120px !important;;}
.content-block .block-01{width:50%;float:left;}
.content-block .block-02{width:50%;float:left;}
.content-block .block-01 ul{margin:0px;padding:0px;}
.content-block .block-01 ul li{margin-bottom:20px;}

/* pRICING GENERAL*/


.pricing {
	text-align: center;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 6px 14px -8px rgba(143,140,143,1);
	color: #777;
	font-size: 14px;
	padding-left: 0;
	margin-bottom: 25px;
    font-family: 'Open Sans';
    margin-bottom: 0px !important;
}
.pricing img {
	display: block;
	margin: auto;
	width: 32px;
}
.pricing.p-azul li:first-child{
    background-color:#f4f4f4;
    box-shadow: 0px 6px 14px -8px rgba(143,140,143,1);

}

.pricing li:first-child,
.pricing li:last-child {
	padding: 20px 13px;
}
.pricing li {
	list-style: none;
	padding: 13px;
}
.pricing li + li {
	border-top: 1px solid #f0f0f0;
}
.pricing big {
	font-size: 24px;
}
.pricing h3 {
	margin-bottom: 0;
  font-size: 24px;
}
.pricing span {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
.pricing li:nth-last-child(2) {
	padding: 30px 13px;
}
.pricing button {
	width: auto;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	color: #fff;
	padding: 9px 24px;
	background: #aaa;
	opacity: 1;
	transition: opacity .2s ease;
  border: none;
  outline: none;
}
.pricing button:hover {
	opacity: .9;
}
.pricing button:active {
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}
/* pricing color */
.p-azul big,
.p-azul h3 {
	color: #1da0da;
}
.p-azul button {
	background: #1da0da;
}
.p-verde big,
.p-verde h3 {
	color: #86c655;
}
.p-verde button {
	background: #86c655;
}
.p-naranja big,
.p-naranja h3 {
	color: #e89e0f;
}
.p-naranja button {
	background: #e89e0f;
}
.p-blue big,
.p-blue h3 {
	color: #3f4bb8;
}
.p-blue button {
	background: #3f4bb8;
}

.pricing.p-verde li:first-child{
    background-color:#f1f1f1;
    box-shadow: 0px 6px 14px -8px rgba(143,140,143,1);
}

.pricing.p-naranja li:first-child{
    background-color:#f5f5f5;
    box-shadow: 0 2px 5px rgba(0,0,0,0,1);
}

/*general*/

/* pRICING DATOS */


.pricing-datos {
	text-align: center;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 6px 14px -8px rgba(143,140,143,1);
	color: #777;
	font-size: 14px;
	padding-left: 0;
	margin-bottom: 25px;
  font-family: 'Open Sans';
}
.pricing-datos img {
	display: block;
	margin: auto;
	width: 32px;
}
.pricing-datos.p-azul li:first-child{
    background-color:#f4f4f4;
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,1);

}

.pricing-datos li:first-child,
.pricing-datos li:last-child {
	padding: 20px 13px;
}
.pricing-datos li {
	list-style: none;
	padding: 13px;
}
.pricing-datos li + li {
	border-top: 1px solid #f0f0f0;
}
.pricing-datos big {
	font-size: 24px;
}
.pricing-datos h3 {
	margin-bottom: 0;
  font-size: 24px;
}
.pricing-datos span {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
.pricing-datos li:nth-last-child(2) {
	padding: 30px 13px;
}
.pricing-datos button {
	width: auto;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	color: #fff;
	padding: 9px 24px;
	background: #aaa;
	opacity: 1;
	transition: opacity .2s ease;
  border: none;
  outline: none;
}
.pricing-datos button:hover {
	opacity: .9;
}
.pricing-datos button:active {
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}
/* pricing color */
.p-azul big,
.p-azul h3 {
	color: #1da0da;
}
.p-azul button {
	background: #1da0da;
}
.p-verde big,
.p-verde h3 {
	color: #86c655;
}
.p-verde button {
	background: #86c655;
}
.p-naranja big,
.p-naranja h3 {
	color: #e89e0f;
}
.p-naranja button {
	background: #e89e0f;
}
.p-blue big,
.p-blue h3 {
	color: #3f4bb8;
}
.p-blue button {
	background: #3f4bb8;
}

.pricing-datos.p-verde li:first-child{
    background-color:#f1f1f1;
    box-shadow: 0 2px 5px rgba(0,0,0,0,1);

}

.pricing.p-naranja li:first-child{
    background-color:#f5f5f5;
     box-shadow: 0px 6px 14px -8px rgba(143,140,143,1);
}

/*pricing datos*/

/*fondos paginas*/

#homeindex {
     background-color: black;
     background-image: url(../img/overlay-1.png),url("../img/cable_01.jpg");
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: left top;
     width: 100% !important;
   }


#cabecera-voz-ip {
   background-color: white;
     background-image: url(../img/overlay-1.png),url("../img/vozip.jpg");
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: left top;
     
     width: 100% !important;
   }

#conectividad {
     background-color: white;
     background: url(../img/overlay-1.png),url("../img/conectividad.jpeg") no-repeat center;
     background-size:100% 100%;    
     width: 100% !important;
   }

#medios {
     background-color: white;
     background-image: url(../img/overlay-1.png),url("../img/medios.jpg");
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: left top;
     width: 100% !important;
   }


#soporte {
     background-color: white;
     background-image: url(../img/overlay-1.png),url("../img/help.jpg");
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: left top;
     width: 100% !important;
   }

#cabecera-cloud {
     background-color: white;
     background-image: url(../img/overlay-1.png),url("../img/cloud2.jpeg");
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: left top;
     width: 100% !important;
   }

#housing {
     background-color: white;
     background-image: url(../img/overlay-1.png),url("../img/housing.jpg");
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: left top;
     width: 100% !important;
   }


#diseno-web {

     background-color: white;
     background-image: url(../img/overlay-1.png),url("../img/disenoweb2.jpg");
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: left top;
     width: 100% !important;
   }
#diseno-apps {

     background-color: white;
     background-image: url(../img/overlay-1.png),url("../img/apps.jpg");
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: left top;
     width: 100% !important;
  }

#hosting {

     background-color: white;
     background-image: url(../img/overlay-1.png),url("../img/compartido.jpg");
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: left top;
     width: 100% !important;
   }

 #dedicado {
     background-color: white;
     background-image: url(../img/overlay-1.png),url("../img/foto_01.jpg");
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: left top;
     width: 100% !important;
   }

#dominios {

     background-color: white;
     background-image:url(../img/overlay-1.png),url("../img/dominios.jpg");
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: left top;
     width: 100% !important;
   }

.resp-paddings {
    padding-left: 20px;
    padding-right: 20px;
}


.fa.fa-group.h-menu,
.fa.fa-globe.h-menu,
.fa.fa-server.h-menu,
.fa.fa-cloud.h-menu,
.fa.fa-chain.h-menu,
.fa.fa-wordpress.h-menu,
.fa.fa-commenting.h-menu,
.fa.fa-newspaper-o.h-menu,
.fa.fa-image.h-menu,
.fa.fa-pie-chart.h-menu,
.fa.fa-dashboard.h-menu,
.fa.fa-wpforms.h-menu,
.fa.fa-support.h-menu,
.fa.fa-columns.h-menu,
.fa.fa-sticky-note-o.h-menu,
.fa.fa-file-image-o.h-menu,
.fa.fa-spinner.h-menu,
.fa.fa-user.h-menu,
.fa.fa-user-plus.h-menu,
.fa.fa-warning.h-menu,
.fa.fa-balance-scale.h-menu,
.fa.fa-gavel.h-menu,
.fa.fa-align-justify.h-menu,
.fa.fa-tablet.h-menu,
.fa.fa-pencil.h-menu,
.fa.fa-apple.h-menu {
    float: none;
    font-size: 14px;
    margin: 0;
    padding-right: 9px;
}

.clientarea {
    color: #1da0da !important;
    text-transform: none !important;
}

.glyphicon.glyphicon-user {
    padding-right: 4px;
    font-family: "Glyphicons Halflings";
}

.login-area-custom {
    padding: 0 10px;
}

.c-inp {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color:  #e7e7e7;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
    padding-bottom: 6px;
    text-align: center;
    border-bottom-color: #e7e7e7;
}

.c-check {
    position: relative;
    top: 2px;
}

.c-sub {
    -moz-border-bottom-colors: #1da0da;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #1da0da;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #1da0da;
    font-family: open sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 6px;
    text-align: center;
    width: 100%;
    border-bottom-color: #1da0da;
}

.c-cont {
    color: #7e7e7e;
    font-family: open sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}

.c-check {
    margin-right: 9px !important;
    margin-top: 10px !important;
}

.c-cont-c {
    margin-bottom: 20px;
    margin-top: 10px;
}

.c-cont>a,
.c-cont-c>a {
    display: inline !important;
    padding-left: 9px !important;
    color: #7e7e7e;
}

.c-cont>a:hover,
.c-cont-c>a:hover {
    color: #000 !important;
}

.fa.fa-user-plus.client {
    color: #7e7e7e;
    font-size: 13px;
}

.fa.fa-question {
    color: #7e7e7e;
    font-size: 13px;
    padding-right: 7px;
}

.item h1 {
    color: #1da0da;
    font-family: open sans, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 60px;
    margin: 0;
    text-align: center;
}

.item p {
    color: #494d55;
    font-family: open sans, tahoma;
    font-size: 16px;
    font-style: oblique;
    -webkit-font-style: oblique;
    -o-font-style: oblique;
    -moz-font-style: oblique;
    line-height: 30px;
    text-align: center;
}

.server-d {
    margin: 37px auto 25px;
    ;
    transition: all 0.3s ease 0s;
    width: auto !important;
    display: block;
}

.server-d:hover {
    opacity: .7;
}

.c-feature {
    color: #797979;
    display: inline;
    font-family: open sans, sans-serif, fontawesome;
    font-size: 13px;
    font-weight: 600;
    margin: 0 15px;
    transition: all .3s;
}

.c-feature:hover {
    color: #000;
    cursor: pointer;
}

.features {
    margin: 0 auto;
    text-align: center;
}

.fa.fa-check-circle {
    padding-right: 3px;
}

.price {
    background: #d3d3d3 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    display: inline;
    font-family: open sans, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 17px 40px;
    text-align: center;
    margin: 0 10px;
}

a.order {
    background: #1da0da none repeat scroll 0 0;
    border: 2px solid #1da0da;
    border-radius: 2px;
    color: #ffffff;
    display: inline;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 40px;
    text-align: center;
    margin: 0 10px;
    text-decoration: none;
    transition: all .3s;
}

a.order:hover {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #000;
    color: #000;
}

.item {
    margin: 6px 0;
}

.buttons-item {
    margin: 50px 0;
}

.bg-h {
    background-size: cover;
    margin-top: -323px;
    width: 100%;
}

.fa.fa-file-text.custom,
.fa.fa-headphones.custom,
.fa.fa-comments.custom {
    background: #1da0da none repeat scroll 0 0;
    border-radius: 18px;
    color: #ffffff;
    font-size: 30px;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    display: table;
    transition: all .3s;
}

.fa.fa-file-text.custom:hover,
.fa.fa-headphones.custom:hover,
.fa.fa-comments.custom:hover,
.fa.fa-question.custom:hover {
    background: #a0da1d none repeat scroll 0 0;
}

.fa.fa-question.custom {
    background: #1da0da none repeat scroll 0 0;
    border-radius: 18px;
    color: #ffffff;
    display: table;
    font-size: 30px;
    margin: 0 auto;
    padding: 20px 25px;
    text-align: center;
    transition: all .3s;
}

.resources a {
    color: #000000;
    display: block;
    font-family: roboto slab, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 63px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
}

.resources a:hover {
    color: #a0da1d;
}

.resources {
    margin: 30px auto;
}

.item-search {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    display: block;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 25px auto 47px;
    padding: 15px 50px;
    text-align: center;
    display: inline;
    border-radius: 8px;
}

.search-custom {
    text-align: center;
}

.contact-ev {
    margin-bottom: 42px;
}

a.contact {
    background: #1da0da none repeat scroll 0 0;
    border: 2px solid #1da0da;
    border-radius: 2px;
    color: #ffffff;
    display: table;
    font-family: roboto slab, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a.contact:hover {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #000;
    color: #000;
}

.owl-prev,
.owl-next {
    border: 2px solid #000000;
    border-radius: 16px;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    padding: 4px 12px;
    display: inline;
    color: #000;
    transition: all .3s;
}

.owl-prev:hover,
.owl-next:hover {
    border: 2px solid #000000;
    background: #000;
    color: #fff;
}

.clientarea-tab.fa.fa-user {
    display: inline !important;
    font-family: fontawesome, sans-serif;
}

/* Margins */

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

/* Carrusel Dominios */

.domain-area-carousel {
    text-align: center;
    margin: 40px 0;
}

.domain-input-carousel {
    background: #fff;
    border-radius: 4px;
    font-family: open sans, sans-serif;
    font-size: 13px;
    border: 1px solid #cacbcb;
    width: 40%;
    padding: 12px;
    font-weight: 400;
}

.domain-search-carousel {
    background: #1DA0DA;
    border: 1px solid #1DA0DA;
    color: #fff;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 12px;
    border-radius: 4px;
    transition: all .3s;
}

.domain-search-carousel:hover {
    background: transparent;
    color: #1DA0DA;
}

.domain-transfer-carousel {
    background: #2E3234;
    border: 1px solid #2E3234;
    font-size: 13px;
    color: #fff;
    padding: 12px;
    font-family: open sans, sans-serif;
    font-weight: 600;
    border-radius: 4px;
    transition: all .3s;
}

.domain-transfer-carousel:hover {
    background: transparent;
    color: #2E3234;
    border: 1px solid #2E3234;
}

.domain-area-carousel {
    text-align: center;
}

.ext-carousel {
    display: inline;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #A2A4A5;
    margin: 0 15px;
}

.price-domain-ca {
    color: #a0da1d;
    font-weight: 700;
    font-size: 18px;
}

.extensions {
    margin-top: 30px;
}


/* End Header */

/* Tabs */






/* Planes */



.vozip h2 {
    color:#1da0da;
     font-family: open sans, sans-serif;
     font-size: 28px !important;
     font-weight: 500;

}



.datos-section {
    margin: 30px 0;
}

.plans-hp {
    margin-top: 68px;
}

.title-section {

    font-size: 28px;
    text-align: center;
    font-family: open sans, sans-serif;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0;
}

.title-section.customize {
    padding-bottom: 18px;
    margin-top: 0;
}

.description-section {
    color: #1da0da;
    font-family: open sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-style: oblique;
}

.support-app .description-section{
    padding-bottom: 40px !important;
}

.description-section2 {
    color: #1da0da;
    font-family: open sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 50px !important;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-style: oblique;
}


.block-plan {
    background: #F2F2F2 none repeat scroll 0 0;
    border-radius: 2px;
    padding: 30px;
    width: 100%;
    transition: all .3s;
}

.block-plan:hover {
    background: #fff none repeat scroll 0 0;
}

.block-plan>img {
    border-bottom: 3px solid #9a9a9a;
    display: block;
    height: 60px;
    margin: 0 auto;
    padding-bottom: 15px;
    width: 60px;
}

.block-plan>span {
    color: #9a9a9a;
    font-size: 19px;
    font-weight: 600;
    line-height: 58px;
    display: block;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    margin-top: -4px;
}

.price-m {
    color: #1da0da;
    display: inline;
    font-family: open sans, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.ext-m {
    color: #9a9a9a;
    display: inline-block;
    font-family: open sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-left: 0px;
    text-align: left;
}

.price-plan-custom {
    margin: 10px 0 30px;
    text-align: center;
}

.block-plan>p {
    color: #7e7e7e;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.block-plan>p:hover {
    color: #000;
    cursor: pointer;
}

.block-plan>a {
    background: #1da0da none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    display: table;
    font-family: open sans, sans-serif;
    font-weight: 700;
    margin: 20px auto 0;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
}

.block-plan>a:hover {
    color: #fff;
    background: #000;
}


/* End Plans */


/* Features */

.features-hp {
    margin-top: 68px;
}

.fea-block {
    border: 1px solid #cacbcb;
    min-height: 205px;
    max-height: 205px;
    padding: 10px;
    width: 100%;
    transition: all .3s;
    overflow: hidden;
}

.fea-block:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    margin-top: -10px;
}

.fa.fa-support.hp-features,
.fa.fa-money.hp-features,
.fa.fa-gift.hp-features,
.fa.fa-mobile-phone.hp-features {
    color: #ececec;
    display: block;
    font-size: 50px;
    text-align: center;
    padding-bottom: 25px;
    transition: all .3s;
}

.fa.fa-support:hover,
.fa.fa-money:hover,
.fa.fa-gift:hover,
.fa.fa-mobile-phone:hover {
    color: #1da0da;
}

.fea-block>p {
    color: #8f8f8f;
    font-family: open sans, sans-serif;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

.fea-block h2 {
    color: #545759;
    font-family: Open Sans, sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    line-height: normal;
    padding-bottom: 10px;
    margin-top: 16px;
}


/* End Features */


/* Portfolio */

.custom-tabs {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.custom-tabs a {
    border: 1px solid #cacbcb;
    border-radius: 8px;
    color: #000000;
    display: block;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    min-width: 120px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

.custom-tabs>li.active>a::after,
.custom-tabs>li.active>a:hover::after,
.custom-tabs>li.active>a:focus::after {
    content: url("..img/icon.png");
    float: right;
    height: 15px;
    left: 17px;
    position: relative;
    top: 1px;
    width: 15px;
}

.custom-tabs>li.active>a,
.custom-tabs>li.active>a:hover,
.custom-tabs>li.active>a:focus {
    background: #1da0da none repeat scroll 0 0;
    border: 1px solid #1da0da;
    color: #ffffff;
    text-align: center;
}

.custom-tabs>li {
    margin-bottom: 20px;
}

.article-item.cus {
    margin: 0;
}

/*
.client-op-c.customize {
    margin-bottom: 90px;
}
*/

.item-portfolio {
    border: 1px solid #cacbcb;
    border-radius: 6px;
    min-height: 225px;
    max-height: 225px;
}

.item-port {
    margin-bottom: 30px;
    width: 100% !important;
}

.item-port-hvr {
    background: #1da0da none repeat scroll 0 0;
    border: medium none #1da0da;
    border-radius: 6px;
    display: none;
    height: 225px;
    left: 1.2px;
    margin-top: -245px;
    opacity: 0.9;
    position: relative;
}

.item-port-hvr>h2 {
    color: #ffffff;
    font-family: roboto slab, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    padding-top: 60px;
    text-align: center;
}

.b-b-hvr {
    background: #ffffff none repeat scroll 0 0;
    height: 4px;
    margin: 0 auto;
    width: 50px;
}

.fa.fa-link,
.fa.fa-wordpress.custom,
.fa.fa-joomla,
.fa.fa-shopping-basket,
.fa.fa-drupal {
    color: #ffffff;
    font-size: 20px;
    margin: 30px 10px;
    text-decoration: none;
}

.icons-hvr {
    text-align: center;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
    transition: transform 0.35s ease 0s;
}

figure.effect-goliath img {
    backface-visibility: hidden;
}

figure.effect-goliath h2 {
    bottom: 0;
    left: 0;
    padding: 30px;
    position: absolute;
}

figure.effect-goliath p {
    bottom: 0;
    position: absolute;
}

figure.effect-goliath p {
    font-size: 90%;
    opacity: 0;
    text-transform: none;
    transform: translate3d(0px, 50px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

figure.effect-goliath:hover img {
    transform: translate3d(0px, -80px, 0px);
}

figure.effect-goliath:hover h2 {
    transform: translate3d(0px, -100px, 0px);
}

figure.effect-goliath:hover p {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.grid figure {
    background: #f8f8f8 none repeat scroll 0 0;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    height: auto;
    margin: 0 0 3px 17.3px;
    max-height: 221px;
    min-height: 221px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100% !important;
}

.grid figure img {
    display: block;
    position: relative;
    width: 100%;
    height: 221px;
}

.grid figure figcaption {
    backface-visibility: hidden;
    color: #ffffff;
    font-size: 1.25em;
    padding: 2em;
    text-transform: uppercase;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.grid figure figcaption>a {
    font-size: 0;
    opacity: 0;
    text-indent: 200%;
    white-space: nowrap;
    z-index: 1000;
}

.grid figure h2 {
    font-weight: 300;
    word-spacing: -0.15em;
    text-shadow: 1px 2px 5px #000000;
}

.grid figure h2 span {
    font-weight: 800;
    line-height: normal;
}

.grid figure h2 {
    margin: 0;
}

.grid {
    clear: both;
    list-style: outside none none;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    text-align: center;
}

.effect-goliath a {
    text-decoration: none;
    transition: all .3s;
}

.effect-goliath i {
    color: #acacac !important;
    display: inline;
    font-size: 25px !important;
    margin: 0 10px !important;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
}

.effect-goliath i:hover {
    color: #000 !important;
}

.custom-icons {
    display: block;
    position: relative;
    text-align: center;
    top: 170px;
    width: 72%;
}

.goto.p {
    border: 1px solid #cacbcb;
    color: #7e7e7e;
    display: table;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 30px auto;
    padding: 8px 35px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    border-radius: 2px;
}

.goto.p:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.effect-goliath h2 {
    font-family: open sans, sans-serif;
}


/* Final Portfolio */

/* Anuncio Cloud */

#cloud-pane-inverse {
    background-color: #edf4f9;
    border-color: #3575d3;
    border-style: solid;
    border-width: 1px 0;
    min-height: 320px;
}

.clear::before, .clear::after {
    content: "";
    display: table;
    visibility: hidden;
}
.clear::after {
    clear: both;
}
.clear::before, .clear::after {
    content: "";
    display: table;
    visibility: hidden;
}

/* Fin Anuncio Cloud */

/* Jumbotron */

.jumbotron.bg-default {
    background-image: url("../img/cloud-hosting.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
   /*  Fin Jumbotron */

   /*  Separador */

   hr.uno   {
       border: 1;
       height: 2px;
       text-align: center;
       background-image: linear-gradient(left, #fff, #000, #fff);
   }



/* Nuestros Clientes */

.clients-op {
    margin: 28px 0 35px;
}

.title-cus {
    background: #1da0da none repeat scroll 0 0;
    height: 240px;
    margin-left: 121px;
    margin-top: -134px;
    width: 300px;
    z-index: 1;
}

.clients-op h2 {
    display: inline-block;
    font-family: roboto slab, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    z-index: 2;
}

.clients-op span {
    color: #ffffff;
    font-family: roboto slab, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 150px;
    margin: 0;
    text-align: center;
    z-index: 3;
    display: inline;
}

.title-cust-c {
    float: left;
}

.clients-rep {
    background: #f3f5f7 none repeat scroll 0 0;
    padding: 20px 20px 40px;
    width: 100%;
    z-index: 4;
}

.fa.fa-quote-left {
    color: #b1b1b1;
    font-size: 22px;
    font-style: oblique;
    position: relative;
    text-align: center;
    top: -29px;
    width: 100%;
}

.user-c {
    border: 2px solid #e7e7e7;
    border-radius: 360px;
    display: block;
    height: 95px;
    margin: 0 auto 30px;
    transition: all 0.3s ease 0s;
    width: 95px !important;
}

.user-c:hover {
    opacity: .7;
}

.clients-rep h3 {
    color: #000000;
    cursor: pointer;
    font-family: open sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.clients-rep h4 {
    color: #1da0da;
    font-family: open sans, sans-serif;
    font-size: 14px;
    font-style: oblique;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-align: center;
}

.clients-rep p {
    color: #7e7e7e;
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
    margin: 30px 0;
    padding: 0;
    text-align: center;
    font-family: open sans, sans-serif;
}


/* End Customers */


/* Housing block*/

.menu-housing ul li{display:inline;padding:0 2% 0 2%;}
.menu-housing{text-align: center;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;background:none !important;}

/* Faq */

.custom-head.panel-heading {
    background: #f3f5f7 none repeat scroll 0 0;
    border: medium none;
}

.panel-title>a {
    color: #7e7e7e;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.custom.panel.panel-default {
    border: medium none;
    box-shadow: none;
}

.custom.panel-body {
    border: 1px solid #e7e7e7;
    color: #7e7e7e;
    font-family: open sans, sans-serif;
    font-size: 12px;
    line-height: 27px;
}

.custom.fa.fa-plus-square {
    color: #b1b1b1;
    float: right;
    font-family: fontawesome;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: right;
}


/* End Faq */

.bg-gris {
    background-image: url("../img/fondo_gris.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}



/* Partners */

.partners {
    margin-top: 60px !important;

}

.partners-conectividad {
    margin-top: 18px;

}

.partners2 {
    margin-top: 20px;
}


.partnet-item {
   /* background: #CBCBCB;
    border: 1px solid #cacbcb; */
    border-radius: 1px;
    padding: 5px 0;
    transition: all .3s;
    margin-bottom: 10px;
}

.partnet-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}


/* End Partners */


/* Pie */

footer {

    background: #253340;
   /* background: #1da0da;   */
    /*margin-top: 68px;*/
    padding-top: 50px;
    padding-bottom: 50px;
}

.products {
    float: left;
    margin-left: 0;
}

.company {
    float: left;
}

.products>h1,
.company>h1 {
    color: #fff;
    font-family: roboto slab, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    padding-bottom: 10px;
}

.products>ul,
.company>ul {
    list-style: outside none none;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
}

.products li,
.company li {
    padding: 7px 0;
}

.products a,
.company a {
    color: #6d8dab;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.products a:hover,
.company a:hover {
    color: #fff;


}

.contact-b {
    color: #6d8dab;
}

.contact-b h1 {
    font-family: open sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
     color: #ffffff;
}

.fa.fa-home,
.fa.fa-phone,
.fa.fa-envelope,
.fa.fa-map-market,
.fa.fa-calendar {
    font-size: 18px;
    padding-right: 7px;
    font-weight: normal;
}

.method {
    margin: 15px 0;
}

.method>span {
    font-family: open sans, sans-serif, fontawesome;
    font-size: 13px;
    font-weight: 600;
    line-height: 27px;

}

.getin-t {
    float: left;
}

.followus {
    float: left;
}

.followus>ul {
    list-style: outside none none;
    margin-top: 20px;
    padding: 0;
}

.followus li {
    display: inline;
    margin-right: 5px;
}

.followus li a {
    color: #b8b8b8;
    padding: 8px;
    text-decoration: none;
    border-radius: 3px;
    transition: all .3s;
}

.followus li a:hover {
    color: #1da0da;
}

.payment {
    float: left;
    margin-top: 50px;
}

section.download {
    padding: 150px 0;
        padding-top: 50px;
        padding-right: 0px;
        padding-bottom: 50px;
        padding-left: 0px;
    position: relative;
}

.app-anuncio {
    background: #fdcc52;
        background-color: rgb(253, 204, 82);
        background-image: none;
        background-repeat: repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background: -webkit-linear-gradient(#fdcc52,#fdc539);
        background-color: transparent;
        background-image: linear-gradient(rgb(253, 204, 82), rgb(253, 197, 57));
        background-repeat: repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background: linear-gradient(#fdcc52,#fdc539);
        background-color: transparent;
        background-image: linear-gradient(rgb(253, 204, 82), rgb(253, 197, 57));
        background-repeat: repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
}

section.download h2 {

    font-size: 28px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 35px !important;
}

section.download .iconosdescargas .badge-link img {
    height: 40px;
}

section.download .iconosdescargas .badge-link {
    display: inline-block !important;
    margin-bottom: 0;
}

section.download .iconosdescargas .badge-link {
    display: block;
    margin-bottom: 25px;
}

section.download p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
     color: #fff;
}


.fa.fa-cc-visa,
.fa.fa-cc-paypal,
.fa.fa-cc-mastercard {
    font-size: 31px;
    margin: 20px 5px 20px 0;
    cursor: pointer;
}

.copyr {
    float: left;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 30px 0 0;
    color: #b8b8b8;
}

.impo-l {
    float: right;
    list-style: outside none none;
    margin: 30px 0 0;
    padding: 0;
    margin-right: 30px !important;
}

.impo-l>li {
    display: inline;
    padding-left: 15px;
}

.impo-l a {
    color: #b8b8b8;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.impo-l a:hover {
    color: #1da0da;
}

.effect-goliath h2 {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.validation {
    display: none;
}


/* Final Pie */

/* --------------------------------

datos tabs

-------------------------------- */
.cd-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #21272c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .cd-header {
    height: 70px;
    background-color: transparent;
  }
}

#cd-logo {
  float: left;
  margin: 13px 0 0 5%;
}
#cd-logo img {
  display: block;
}
@media only screen and (min-width: 768px) {
  #cd-logo {
    margin: 23px 0 0 5%;
  }
}

.cd-primary-nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
}
.cd-primary-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-primary-nav ul.is-visible {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-primary-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #21272c;
  border-top: 1px solid #333c44;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none;
  }
  .cd-primary-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .cd-primary-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-primary-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-primary-nav a {
    display: inline-block;
    height: auto;
    font-weight: 600;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
  }
}

/* --------------------------------

Slider

-------------------------------- */
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-hero-slider .btn-info {background-color:#1f9cd7;padding:5px;color:#ffffff;border-radius: 5px;}

.cd-hero-slider {
  position: relative;
  height: 360px;
  overflow: hidden;
  padding:0px;
}
.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
@media only screen and (min-width: 768px) {
  .cd-hero-slider {
    height: 500px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero-slider {
    height: 380px;
  }
}

/* --------------------------------

Single slide style

-------------------------------- */
.cd-hero-slider li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cd-hero-slider li:first-of-type {
  background-color: #2c343b;
  background-image: url(../img/overlay.png), url(../img/fondo.jpg) !important;
  background-position: center center;
  background-size: cover;
}
.cd-hero-slider li:nth-of-type(2) {
  background-color: #3d4952;
  background-image: url(../img/overlay-naranja.png), url("../img/fondo.jpg") !important;
}
.cd-hero-slider li:nth-of-type(3) {
  background-color: #586775;
  background-image: url(../img/overlay-morado.png), url("../img/fondo.jpg") !important;
}
.cd-hero-slider li:nth-of-type(4) {
  background-color: #2c343b;
  background-image: url(../img/overlay-verde.png), url("../img/fondo.jpg") !important;
}
.cd-hero-slider li:nth-of-type(5) {
  background-color: #2c343b;
  background-image: url(../img/overlay-amarillo.png), url("../img/fondo.jpg") !important;
}
.cd-hero-slider li:nth-of-type(6) {
  background-color: #2c343b;
  background-image: url(../img/overlay-negro.png), url("../img/fondo.jpg") !important;
}
.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 100px;
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-hero-slider .cd-img-container {
  /* hide image on mobile device */
  display: none;
}
.cd-hero-slider .cd-img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider .cd-bg-video-wrapper {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cd-hero-slider .cd-bg-video-wrapper video {
  /* you won't see this element in the html, but it will be injected using js */
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider h2, .cd-hero-slider p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  max-width: 400px;
}
.cd-hero-slider h2 {
  font-size: 2.4rem;
}
.cd-hero-slider p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.cd-hero-slider .cd-btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  background-color: rgba(212, 68, 87, 0.9);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-hero-slider .cd-btn.secondary {
  background-color: rgba(22, 26, 30, 0.8);
}
.cd-hero-slider .cd-btn:nth-of-type(2) {
  margin-left: 1em;
}
.no-touch .cd-hero-slider .cd-btn:hover {
  background-color: #d44457;
}
.no-touch .cd-hero-slider .cd-btn.secondary:hover {
  background-color: #161a1e;
}
@media only screen and (min-width: 768px) {
  .cd-hero-slider li:nth-of-type(2) {
    background-image: none;
  }
  .cd-hero-slider li:nth-of-type(3) {
    background-image: none;
  }
  .cd-hero-slider li:nth-of-type(4) {
    background-image: none;
  }
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 150px;
  }
  .cd-hero-slider .cd-bg-video-wrapper {
    display: block;
  }
  .cd-hero-slider .cd-half-width {
    width: 45%;
  }
  .cd-hero-slider .cd-half-width:first-of-type {
    left: 5%;
  }
  .cd-hero-slider .cd-half-width:nth-of-type(2) {
    right: 5%;
    left: auto;
  }
  .cd-hero-slider .cd-img-container {
    display: block;
  }
  .cd-hero-slider h2, .cd-hero-slider p {
    max-width: 520px;
  }
  .cd-hero-slider h2 {
    font-size: 2.4em;
    font-weight: 300;
  }
  .cd-hero-slider .cd-btn {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 190px;
  }
  .cd-hero-slider h2, .cd-hero-slider p {
    margin-bottom: 20px;
  }
  .cd-hero-slider h2 {
    font-size: 3.2em;
  }
  .cd-hero-slider p {
    font-size: 1.6rem;
  }
}

/* --------------------------------

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-half-width {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }
  .cd-hero-slider .move-left .cd-half-width {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .cd-hero-slider .selected .cd-half-width {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider .is-moving .cd-half-width {
    /* this is the slide moving outside the viewport
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
  .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
  .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
  }
  .cd-hero-slider .cd-full-width h2,
  .cd-hero-slider .cd-full-width p,
  .cd-hero-slider .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  .cd-hero-slider .move-left .cd-full-width h2,
  .cd-hero-slider .move-left .cd-full-width p,
  .cd-hero-slider .move-left .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .cd-hero-slider .selected .cd-full-width h2,
  .cd-hero-slider .selected .cd-full-width p,
  .cd-hero-slider .selected .cd-full-width .cd-btn {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider li.is-moving .cd-full-width h2,
  .cd-hero-slider li.is-moving .cd-full-width p,
  .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
    /* this is the slide moving outside the viewport
    wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected h2 {
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected p {
    -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
    -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
  }
  .cd-hero-slider li.selected .cd-btn {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
  }
}
/* --------------------------------

Slider navigation

-------------------------------- */
.cd-slider-nav {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
  text-align: center;
  height: 55px;
  background-color:#edf4f9;
}
.cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
  height: 100%;padding: 0px;
}
.cd-slider-nav nav {
  display: inline-block;
  position: relative;
}
.cd-slider-nav .cd-marker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 100%;
  color: #1da0da;
  background-color: #ffffff;
  box-shadow: inset 0 2px 0 currentColor;
  -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
  -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cd-slider-nav .cd-marker.item-2 {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-slider-nav .cd-marker.item-3 {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.cd-slider-nav .cd-marker.item-4 {
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -o-transform: translateX(300%);
  transform: translateX(300%);
}
.cd-slider-nav .cd-marker.item-5 {
  -webkit-transform: translateX(400%);
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -o-transform: translateX(400%);
  transform: translateX(400%);
}
.cd-slider-nav .cd-marker.item-6 {
  -webkit-transform: translateX(500%);
  -moz-transform: translateX(500%);
  -ms-transform: translateX(500%);
  -o-transform: translateX(500%);
  transform: translateX(500%);
}
.cd-slider-nav ul::after {
  clear: both;
  content: "";
  display: table;
}
.cd-slider-nav li {
  display: inline-block;
  width: 60px;
  float: left;
}
.cd-slider-nav li.selected a {
  color: #2c343b;
}
.no-touch .cd-slider-nav li.selected a:hover {
  background-color: transparent;
}
.cd-slider-nav a {
  display: block;
  position: relative;
  padding-top: 35px;
  font-size: 1rem;
  font-weight: 700;
  color: #a8b4be;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-slider-nav a::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/cd-icon-navigation.svg") no-repeat 0 0;
}
.no-touch .cd-slider-nav a:hover {
  background-color: rgba(0, 1, 1, 0.5);
}
.cd-slider-nav li:first-of-type a::before {
  background: url("../img/test.png") no-repeat 0;
}
.cd-slider-nav li.selected:first-of-type a::before {
  background: url("../img/test.png") no-repeat 0;
}
.cd-slider-nav li:nth-of-type(2) a::before {
  background: url("../img/test.png") no-repeat 0;
}
.cd-slider-nav li.selected:nth-of-type(2) a::before {
  background: url("../img/test.png") no-repeat 0;
}
.cd-slider-nav li:nth-of-type(3) a::before {
  background: url("../img/test.png") no-repeat 0;
}
.cd-slider-nav li.selected:nth-of-type(3) a::before {
  background: url("../img/test.png") no-repeat 0;
}
.cd-slider-nav li:nth-of-type(4) a::before {
  background: url("../img/test.png") no-repeat 0;
}
.cd-slider-nav li.selected:nth-of-type(4) a::before {
  background: url("../img/test.png") no-repeat 0;
}
.cd-slider-nav li:nth-of-type(5) a::before {
  background: url("../img/test.png") no-repeat 0;
}
.cd-slider-nav li.selected:nth-of-type(5) a::before {
  background: url("../img/test.png") no-repeat 0;
}
.cd-slider-nav li:nth-of-type(6) a::before {
   background: url("../img/test.png") no-repeat 0;
}
.cd-slider-nav li.selected:nth-of-type(6) a::before {
  background: url("../img/test.png") no-repeat 0;
}
@media only screen and (min-width: 768px) {
  .cd-slider-nav {
    height: 80px;
  }
  .cd-slider-nav .cd-marker,
  .cd-slider-nav li {
    width: 95px;
  }
  .cd-slider-nav a {
    padding-top: 48px;
    font-size: 1.1rem;
    text-transform: uppercase;
  }
  .cd-slider-nav a::before {
    top: 18px;
  }
}

/* --------------------------------

datos tabs

-------------------------------- */
.cd-main-content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  padding: 2em 0;
}
.cd-main-content p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #999999;
  margin: 2em 0;
}
@media only screen and (min-width: 1170px) {
  .cd-main-content {
    padding: 3em 0;
  }
  .cd-main-content p {
    font-size: 1.6rem;
  }
}

/* --------------------------------

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
  display: none;
}
.no-js .cd-hero-slider li.selected {
  display: block;
}

.no-js .cd-slider-nav {
  display: none;
}


 /* DISENO APPS */
 .diseno-apps-image {text-align:center;}
  .diseno-apps-image .icon-support{margin-top: 60px;margin-bottom: 20px;}
  .diseno-apps-image .icon-support .title-section {padding-top: 10px;}



/* Hosting compartido */

.logo-web .col-sm-2{padding:0px;/*margin:0px*/;
}

.logos-hosting-cloud img{
  width:60%;

}

.img-hosting{width:50%;}

.img-hosting2{width:35%;}

.breadcrumb {
    background-color: #ffffff;
    border: medium none;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0px !important;
    padding: 20px 15px 20px 0;
}

.fa.fa-home.bread {
    font-size: 16px;
}

.breadcrumb a {
    color: #ffffff;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.breadcrumb a::after {
    content: " / ";
}

.breadcrumb span {
    color: #ffffff;
    font-family: open sans, sans-serif, fontawesome;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.breadcrumb-transparent {
    background-color: transparent !important;
    font-family: open sans, sans-serif, fontawesome;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    width:100%;
}

.detailsindex {
    margin-top: 140px;
}

.img-about.custom {
    margin-top: 125px;
}

.img-about {
    float: right;
    margin-top: 70px;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.detailsindex h3 {
    color: #1da0da;
    font-family: Open Sans, sans-serif;
    font-size: 38px;
    font-weight: 100;
    margin: 0;

}

.detailsindex>h2 {
    color:#1da0da;
    font-family: open sans, sans-serif;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}


.detailsindex>p {
    color:  #1da0da;   
    font-family: open sans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.details2>p {
    color:  #1da0da;   
    font-family: open sans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}



.details {
    margin-top: 140px;
}

.img-about.custom {
    margin-top: 125px;
}

.img-about {
    float: right;
    margin-top: 70px;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.details h3 {
    color: #000000;
    font-family: Open Sans, sans-serif;
    font-size: 38px;
    font-weight: 100;
    margin: 0;
    padding-top: 59px;
}


.details>h2 {
    color: #000000;
    font-family: open sans, sans-serif;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.details2 h3 {
    color: #000000;
    font-family: Open Sans, sans-serif;
    font-size: 38px;
    font-weight: 100;
    margin: 0;
    padding-top: 10px;
}


.details2>h2 {
    color: #000000;
    font-family: open sans, sans-serif;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.line-b {
    background: #e0e0e0 none repeat scroll 0 0;
    height: 3px;
    margin: 30px 0;
    width: 60px;
}

.line-b-orange {
    background: #ffb233 none repeat scroll 0 0;
    height: 3px;
    margin: 30px 0;
    width: 60px;
}

.line-white {
    background: #ffffff none repeat scroll 0 0;
    height: 3px;
    margin: 30px 0;
    width: 60px;
}

.details>p {
    color: #000000;
    font-family: open sans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}


/* End About */


.title-azul {
    color: #1da0da !important;
    font-family: open sans, sans-serif;
}


.title-white {
    color: #FFFFFF !important;
    font-family: open sans, sans-serif;
}

.title-blue {
    color: #3575b9 !important;
    font-family: open sans, sans-serif;
}

.title-red {
    color: #ffffff !important;
    font-family: open sans, sans-serif;
}

.title-grey {
    color: #ffffff !important;
    font-family: open sans, sans-serif;
}

.title-black {
    color: #000000 !important;
    font-family: open sans, sans-serif;
}


/* Planes */

.fa.fa-user.custom,
.fa.fa-database.custom,
.fa.fa-rocket.custom {
    border-bottom: 3px solid #9a9a9a;
    color: #9a9a9a;
    display: block;
    font-size: 44px;
    margin: 0 auto;
    padding-bottom: 13px;
    text-align: center;
    width: 60px;
}

.features-plans>p {
    border-bottom: 1px solid #e7e7e7;
    color: #7e7e7e;
    font-family: open sans, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    padding-bottom: 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.features-plans>p:hover {
    color: #000;
    cursor: pointer;
}

.popular {
    background: #a0da1d none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 11px 0;
    text-align: center;
    text-transform: uppercase;
}


/* FORMULARIO */
.formulario{max-width:800px;margin:20px auto 20px auto; text-align: center; padding-left: 10px !important; padding-right: 10px !important;}
.formulario .half input{width: 100%;margin-bottom:20px;border:0; outline:0;
     padding: 1em;
     border-radius:8px;
     display: block;
     width: 100%;
     margin-top: 1em;
     background-color: #f6f6f6;
     }
 .formulario .half textarea{width: 100%;margin-bottom:20px;border:0; outline:0;
     padding: 1em;
     border-radius:8px;
     display: block;
     width: 100%;
     margin-top: 1em;
     background-color: #f6f6f6;
     }    
 .formulario .send{   color: white; clear: both;
 	border-radius:8px;
 	padding:10px;
    background: #1da0da;
    cursor: pointer;
    border:0; outline:0;
    max-width:100px;

.
 }
 .formulario label{font-weight: normal;width:100%;margin-bottom:20px;font-size:10px;}


/* Final Planes */


/* Features */

.feature-item {
    float: left;
    margin-bottom: 50px;
}

.text-f {
    float: left;
    width: 85%;
}

.text-f > h3 {
    color: #545759;
    font-family: open sans, sans-serif;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    transition: all .3s;
    cursor: pointer;
    text-align: right;
    padding-right: 20px;
}

.text-f > h3:hover {
    color: #1DA0DA;
}

.text-f > p {
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    text-align: right;
    padding-right: 20px;
}

.fa.fa-server.custom-f,
.fa.fa-envelope-o.custom-f,
.fa.fa-save.custom-f,
.fa.fa-database.custom-f,
.fa.fa-line-chart.custom-f,
.fa.fa-lock.custom-f,
.fa.fa-tachometer.custom-f,
.fa.fa-child.custom-f,
.fa.fa-thumbs-o-up.custom-f,
.fa.fa-television.custom-f,
.fa.fa-envelope.custom-f,
.fa.fa-commenting.custom-f {
    background: #f8f8f8 none repeat scroll 0 0;
    border-radius: 360px;
    color: #c6c7c7;
    float: left;
    font-size: 28px;
    margin-top: 6px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.fa.fa-lock.custom-f,
.fa.fa-child.custom-f {
    padding: 20px 24px;
}

.fa.fa-server.custom-f:hover,
.fa.fa-envelope-o.custom-f:hover,
.fa.fa-save.custom-f:hover,
.fa.fa-database.custom-f:hover,
.fa.fa-line-chart.custom-f:hover,
.fa.fa-lock.custom-f:hover,
.fa.fa-tachometer.custom-f:hover,
.fa.fa-child.custom-f:hover,
.fa.fa-television.custom-f:hover,
.fa.fa-envelope.custom-f:hover,
.fa.fa-thumbs-o-up.custom-f:hover,
.fa.fa-git.custom-f:hover,
.fa.fa-wordpress.custom-f:hover,
.fa.fa-commenting.custom-f:hover {
    background: #1DA0DA none repeat scroll 0 0;
    border-radius: 360px;
    color: #fff;
}


.fa.fa-server.custom-center,
.fa.fa-envelope-o.custom-center,
.fa.fa-wordpress.custom-center,
.fa.fa-save.custom-center,
.fa.fa-database.custom-center,
.fa.fa-line-chart.custom-center,
.fa.fa-lock.custom-center,
.fa.fa-tachometer.custom-center,
.fa.fa-child.custom-center,
.fa.fa-television.custom-center,
.fa.fa-envelope.custom-center,
.fa.fa-commenting.custom-center,
.fa.fa-paper-plane.custom-center,
.fa.fa-support.custom-center,
.fa.fa-cloud.custom-center,
.fa.fa-cubes.custom-center,
.fa-bar-chart.custom-center,
.fa-terminal.custom-center,
.fa-area-chart.custom-center,
.fa-code.custom-center,
.fa-users.custom-center,
.fa-sitemap.custom-center,
.fa-map-marker.custom-center,
.fa-home.custom-center,
.fa-check.custom-center,
.fa-gitlab.custom-center,
.fa-git.custom-center,
.fa-dashboard.custom-center,
.fa-thumbs-o-up.custom-center,
.fa-bolt.custom-center,
.fa-location-arrow.custom-center,
.fa-phone.custom-center {
    background: #f8f8f8 none repeat scroll 0 0;
    border-radius: 360px;
    color: #c6c7c7;
    text-align: center;
    font-size: 28px;
    margin-top: 6px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.fa.fa-lock.custom-center,
.fa.fa-child.custom-center {
    padding: 20px 24px;
}

.fa.fa-server.custom-center:hover,
.fa.fa-home.custom-center:hover,
.fa.fa-bolt.custom-center:hover, 
.fa.fa-thumbs-o-up.custom-center:hover,
.fa.fa-dashboard.custom-center:hover,
.fa.fa-location-arrow.custom-center:hover,
.fa.fa-check.custom-center:hover,
.fa.fa-gitlab.custom-center:hover,
.fa.fa-sitemap.custom-center:hover,
.fa.fa-code.custom-center:hover,
.fa.fa-envelope-o.custom-center:hover,
.fa.fa-save.custom-center:hover,
.fa.fa-users.custom-center:hover,
.fa.fa-map-marker.custom-center:hover,
.fa.fa-database.custom-center:hover,
.fa.fa-line-chart.custom-center:hover,
.fa.fa-lock.custom-center:hover,
.fa.fa-tachometer.custom-center:hover,
.fa.fa-child.custom-center:hover,
.fa.fa-television.custom-center:hover,
.fa.fa-envelope.custom-center:hover,
.fa.fa-commenting.custom-center:hover,
.fa.fa-bar-chart.custom-center:hover,
.fa.fa-paper-plane.custom-center:hover,
.fa.fa-support.custom-center:hover,
.fa.fa-cloud.custom-center:hover,
.fa.fa-cubes.custom-center:hover,
.fa.fa-terminal.custom-center:hover,
.fa.fa-area-chart.custom-center:hover,
.fa.fa-wordpress.custom-center:hover,
.fa.fa-git.custom-center:hover,
.fa.fa-phone.custom-center:hover {
    background: #1DA0DA none repeat scroll 0 0;
    border-radius: 360px;
    color: #fff;
}

.text-custom-center {
    text-align: center;
    width: 100%;
}

.text-custom-center > h3{
    color: #545759;
    font-family: open sans, sans-serif;
    font-size: 19px;
    font-weight: 600;

}

.text-custom-center > a h3 {
    color: #545759;
    font-family: open sans, sans-serif;
    font-size: 19px;
    font-weight: 600;
    transition: all .3s;
    cursor: pointer;
}

 .text-custom-center > a{
    text-decoration: none;
 }

.text-custom-center > a h3:hover {
    color: #1DA0DA;
}

.text-custom-center > p {
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    /*padding-right: 20px;*/
}



.fa.fa-lock.custom-r,
.fa.fa-envelope.custom-r,
.fa.fa-cloud-download.custom-r,
.fa.fa-laptop.custom-r,
.fa.fa-code.custom-r,
.fa.fa-support.custom-r,
.fa.fa-envelope.custom-f:hover,
.fa.fa-thumbs-o-up.custom-f:hover,
.fa.fa-map-o.custom-r {
    background: #f8f8f8 none repeat scroll 0 0;
    border-radius: 360px;
    color: #c6c7c7;
    float: left;
    font-size: 28px;
    margin-top: 6px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.fa.fa-lock.custom-r:hover,
.fa.fa-envelope.custom-r:hover,
.fa.fa-cloud-download.custom-r:hover,
.fa.fa-laptop.custom-r:hover,
.fa.fa-code.custom-r:hover,
.fa.fa-support.custom-r:hover,
.fa.fa-thumbs-o-up.custom-r:hover,
.fa.fa-external-link.custom-r:hover,
.fa.fa-map-o.custom-r:hover {
    background: #1da0da none repeat scroll 0 0;
    border-radius: 360px;
    color: #ffffff;
}

.fa.fa-lock.custom-r {
    padding: 20px 23px;
}

.text-r {
    float: right;
    width: 85%;
}

.text-r>h3 {
    color: #545759;
    font-family: open sans, sans-serif;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.text-r>h3:hover {
    color: #1da0da;
}

.text-r>p {
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    padding: 10px 0;
}

.app {
    margin-top: 21px;
}

.blue {
    background: #2da7dd none repeat scroll 0 0;
}

.app-img {
    display: block;
    margin: 0 auto;
}

.app h1 {
    color: #ffffff;
    font-family: open sans, sans-serif;
    font-size: 32px;
    line-height: 47px;
    margin-top: -170px;
    text-align: center;
}

.app-icons {
    text-align: center;
}

.fa.fa-wordpress.app,
.fa.fa-drupal.app,
.fa.fa-joomla.app,
.fa.fa-opencart.app,
.fa.fa-subway.app,
.fa.fa-ball-o.app {
    color: #ffffff;
    font-size: 48px;
    margin: 60px 20px 45px 20px;
}


/* End Features */


/* Faq */

.faq {
    background: #f3f5f7 none repeat scroll 0 0;
    padding-top: 40px;
    margin-top: 68px;
    margin-bottom: 68px;
}

.item-faq {
    margin-bottom: 40px;
}

.item-faq>h3 {
    font-family: open sans, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.item-faq>p {
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    padding: 10px 0;
    font-size: 14px;

}

.faq h2 {
    color: #b2b2b2;
}

.custom-par {
    border: 0 none !important;
    padding: 0 !important;
}

/* Tabs Pruebas */

 .step {
        text-align: center;
    }

  .step .col-md-2 {
            background-color: #fff;
            border: 0px solid #C0C0C0;
            border-right: none;
     }

  .step .col-md-2:last-child {
               border: 0px solid #C0C0C0;
     }

    .step .col-md-2:first-child {
                border-radius: 5px 0 0 5px;
    }

    .step .col-md-2:last-child {
                border-radius: 0 5px 5px 0;
    }

   .step .col-md-2:hover {
                color: #2da7dd;
                cursor: pointer;
    }

    .step .activestep {
            color: #2da7dd;
            height: 100px;
            margin-top: -7px;
            padding-top: 0px;
            border-left: 1px solid #2da7dd !important;
            border-right: 1px solid #2da7dd !important;
            border-top: 1px solid #2da7dd !important;
            border-bottom: 0px solid #2da7dd !important;
            vertical-align: central;
   }

.step .fa {
            padding-top: 15px;
            font-size: 40px;
 }

   .hiddenStepInfo {
        display: none;
    }

    .activeStepInfo {
        display: block !important;
    }

   .customheader {
        color: #428BCA;
        margin-top: 20px;
    }


 /* iconos web */

 .content-1-6 .client-row .col-md-3 {
    display: inline-block;
    min-height: 80px;
    line-height: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
 }


 .content-1-6 .client-row {
    text-align: center;
    line-height: 0;
}

.content-1-6 .client-row .row-wrapper {
    display: inline-block;
    width: 80%;
}

.content-1-6 .client-row .row-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* End Faq */


/*90Final Hosting Compartido */


/*  Hosting Dedicado */

.details.custom {
    margin-left: 0;
    margin-top: 6px;
}

.client-op-c {
    padding-bottom: 25px;
    background: #00d2ff;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #00d2ff, #3a7bd5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #00d2ff, #3a7bd5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.banda{
    padding-bottom: 25px;
    background-image: url("../img/serviciotecnico.jpg");
    background-attachment: fixed;
     background-size: 100% 100%;
     background-repeat: no-repeat;


    /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to left, #00d2ff, #3a7bd5);  */
    /* Chrome 10-25, Safari 5.1-6 */
   /*  background: linear-gradient(to left, #00d2ff, #3a7bd5);   */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.banda_index{
    padding-bottom: 25px;
    background-image: url("../img/serviciotecnico.jpg");
    background-attachment: fixed;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     height: 300px !important;


    /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to left, #00d2ff, #3a7bd5);  */
    /* Chrome 10-25, Safari 5.1-6 */
   /*  background: linear-gradient(to left, #00d2ff, #3a7bd5);   */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.user-c-c {
    border: 3px solid #ffffff;
    border-radius: 360px;
    height: 100px;
    margin: 30px auto;
    width: 100px !important;
}

.item-clients.custom>h3 {
    color: #ffffff;
    font-family: roboto slab, sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

.item-clients.custom h4 {
    color: #ffffff;
    font-family: open sans, sans-serif;
    font-size: 14px;
    text-align: center;
}

.item-clients.custom>p {
    border-bottom: medium none;
    color: #ffffff;
    font-family: open sans, sans-serif;
    font-size: 13px;
    line-height: 27px;
    padding: 30px 60px;
    text-align: center;
}

.details.s-c>h3 {
    padding-top: 100px !important;
}

.details.s-web>h3 {
    padding-top: 13px !important;
}


/* Final Hosting  Dedicado */


/* Dise�o Web */

.mapa-cloud {
    background:#f3f5f7 none repeat scroll 0 0;
    margin-top: 0px;
    /*padding-bottom: 70px;*/
}


.support-app {
    background: #ffffff none repeat scroll 0 0;
    margin-top: 0px;
    padding-bottom: 70px;
}

.support-app h1 {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    line-height: 37px;
    padding-top: 53px;
    text-align: center;
}

.app-we-support {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.item-support {
    display: inline-block;
    transition: all .3s;
}


.fa.fa-wordpress.support-app,
.fa.fa-windows.support-app,
.fa.fa-linux.support-app,
.fa.fa-joomla.support-app,
.fa.fa-opencart.support-app,
.fa.fa-bank.support-app,
.fa.fa-youtube-play.support-app,
.fa.fa-weixin.support-app,
.fa.fa-asterisk.support-app,
.fa.fa-drupal.support-app,
.fa.fa-database.support-app {
    color: #cbcbcb;
    font-size: 50px;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
    transition: all .3s
}

/*COLORES ICONOS*/
.fa.fa-linux.support-app{color: #000000 !important;}
.fa.fa-windows.support-app{color: #008edf !important;}
.fa.fa-joomla.support-app{color: #f7603d !important;}
.fa.fa-opencart.support-app{color: #3dcff3 !important;}
.fa.fa-asterisk.support-app{color: #ff8700 !important;}


.fa.fa-wordpress.support-app:hover,
.fa.fa-joomla.support-app:hover,
.fa.fa-asterisk.support-app:hover,
.fa.fa-linux.support-app:hover,
.fa.fa-windows.support-app:hover,
.fa.fa-opencart.support-app:hover,
.fa.fa-bank.support-app:hover,
.fa.fa-youtube-play.support-app:hover,
.fa.fa-weixin.support-app:hover,
.fa.fa-drupal.support-app:hover,
.fa.fa-database.support-app:hover {
    color: #1da0da;
}

.item-support>h2 {
    color: #cbcbcb;
    font-family: open sans, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.goto.p.custom {
    margin-bottom: 70px;
}


/* Final Dise�o Web */

.icon-support img{width:50px;}
.icon-support h2{margin-top:10px !important;}


/* Desarrollo Web */

.details.s-web-d>h3 {
    padding-top: 60px;
}


/* Housing */

.relacionado h3{color:#9e9e9e !important;font-weight:bold;float:left;margin-top:0px;padding-top:0px;margin-bottom:0px;}
.relacionado ul li {display: inline;padding:20px 3% 0 3%;}
.relacionado ul{float:left;width:80%;padding-top:7px;}
.relacionado{padding:10px !important; /*margin-bottom:-70px; margin-top: 68px !important;*/}

/* Soporte */

.details.s-web-sup>h3 {
    padding-top: 10px;
}

.faq.custom {
    background: #eff0f1 none repeat scroll 0 0;
}


/* Final Soporte */


/* Inicio Seo */

.block-sq {
    background: #ffffff none repeat scroll 0 0;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.block-sq>h3 {
    display: inline;
    font-family:  open sans, sans-serif;
    font-weight: 100;
    line-height: 31px;
    margin: 0;
}

.fa.fa-area-chart.seo,
.fa.fa-group.seo,
.fa.fa-paper-plane.seo {
    float: right;
    font-size: 30px;
    margin-top: -16px;
}

.block-sq>p {
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
    padding-top: 25px;
}


/* Final Seo */


/* Dominios */

.details.s-web-dom>h3 {
    padding-top: 140px;
}

.domain-book {
    margin-top: 90px;
}

.domain-book {
    margin-top: 70px;
}

.book-d {
    border: 1px solid #cacbcb;
    border-radius: 52px;
    font-family: open sans, sans-serif;
    font-size: 13px;
    padding: 15px 15px 15px 25px;
    width: 100%;
}

.search-b {
    background: #1da0da none repeat scroll 0 0;
    border: 1px solid #1da0da;
    border-radius: 25px;
    color: #ffffff;
    font-family: open sans, sans-serif;
    font-weight: 600;
    padding: 15px;
    width: 100%;
    transition: all .3s;
}

.search-b:hover {
    background: transparent;
    border: 1px solid #1da0da;
    color: #1da0da;
}

.transfer-b {
    background: #86c655 none repeat scroll 0 0;
    border: 1px solid #86c655;
    border-radius: 25px;
    color: #ffffff;
    font-family: open sans, sans-serif;
    font-weight: 600;
    padding: 15px;
    width: 100%;
    transition: all .3s;
}

.transfer-b:hover {
    background: transparent;
    border: 1px solid #86c655;
    color: #86c655;
}

.renew-b {
    background: #e89e0f none repeat scroll 0 0;
    border: 1px solid #e89e0f;
    border-radius: 25px;
    color: #ffffff;
    font-family: open sans, sans-serif;
    font-weight: 600;
    padding: 15px;
    width: 100%;
    transition: all .3s;
}

.renew-b:hover {
    background: transparent;
    border: 1px solid #e89e0f;
    color: #e89e0f;
}

.bg-custom.cus td {
    font-weight: 700;
    font-size: 14px !important;
}

.custom.table tr:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.custom.table td:hover {
    color: #000;
}

.bg-custom {
    background: #f8f8f8 none repeat scroll 0 0;
}

.custom.table td,
.custom.table a {
    border: 0 none;
    color: #7e7e7e;
    font-family: open sans, sans-serif;
    font-size: 13px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
}

.custom.table {
    margin-bottom: 20px;
}

.fa.fa-long-arrow-right {
    font-size: 16px;
}


/* Final Dominios */


/* Portfolio */

.portfolio-customize {
    margin-top: 0;
}

.portfolio-page h2 {
    font-family:  open sans, sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding-bottom: 10px;
    line-height: normal;
}

.portfolio-page p {
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-weight: 400;
    text-align: center;
    padding-bottom: 70px;
    margin-bottom: 0;
}

.nav.nav-tabs.custom-tabs-c {
    display: table;
    margin: 0 auto 40px;
    text-align: center;
}

.nav.nav-tabs.custom-tabs-c a {
    color: #000000;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.nav.nav-tabs.custom-tabs-c>li {
    margin-left: 10px;
    margin-right: 10px;
}

.port-img {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    height: auto;
    margin-bottom: 30px;
    max-height: 245px;
    min-height: 245px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.port-img:hover {
    opacity: .7;
}

.title-port {
    background: #000000 none repeat scroll 0 0;
    bottom: 45px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    color: #ffffff;
    float: right;
    font-family: open sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.6;
    padding: 4px 8px;
    position: absolute;
    right: 35px;
    text-align: right;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.title-port:hover {
    background: #1DA0DA none repeat scroll 0 0;
    color: #fff;
    opacity: 1;
}

.links-port {
    bottom: 20px;
    display: block;
    float: left;
    left: 35px;
    position: absolute;
}

.fa.fa-heart,
.fa.fa-link.cus {
    background: #000000 none repeat scroll 0 0;
    border-radius: 360px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    font-size: 15px;
    padding: 9px 7px 6px 8px;
    text-decoration: none;
    color: #ffffff;
    transition: all .3s;
    opacity: 0.6;
}

.fa.fa-heart:hover,
.fa.fa-link.cus:hover {
    background: #1DA0DA none repeat scroll 0 0;
    border-radius: 360px;
    color: #fff;
    opacity: 1;
}

.pager {
    margin: 40px 0 20px;
}

.pager.custom a {
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.pager.custom>li {
    margin: 0 5px;
}


/* Final Portfolio */


/* Blog */

.article-item {
    margin: 0 0 50px;
}

.article-item>img {
    height: 350px;
    width: 100%;
    transition: all .3s;
}

.article-item>img:hover {
    opacity: .8;
}

a.format {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    color: #000000;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 11px;
    position: absolute;
    right: 35px;
    text-decoration: none;
    top: 67px;
}

.article-item .title {
    color: #000000;
    display: table;
    font-family: roboto slab, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 15px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    padding-top: 30px;
}

.custom-pop.title {
    padding-top: 50px;
}

.article-item .title:hover {
    color: #1DA0DA;
}

.date-user {
    display: inline-block;
    font-family: open sans, sans-serif;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
}

a.format-cust {
    border: 1px solid #000000;
    border-radius: 25px;
    color: #000000;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin-left: 20px;
    padding: 2px 11px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a.format-cust:hover {
    background: #1DA0DA;
    border: 1px solid #1DA0DA;
    color: #fff;
}

.date-user a {
    font-family: open sans, sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #7e7e7e;
    padding-right: 5px;
    font-style: oblique;
}

.comment-c,
.wid-block {
    display: inline;
    font-family: open sans, sans-serif, fontawesome;
    font-size: 13px;
    font-weight: 600;
    margin-left: 20px;
}

.comment-c a,
.wid-block a {
    font-family: open sans, sans-serif, fontawesome;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

a.user-blog {
    color: #9e9e9e;
    font-style: oblique;
    text-decoration: none;
}

.fa.fa-comment-o,
.fa.fa-eye {
    padding-right: 5px;
}

.end-art {
    background: #f3f5f7 none repeat scroll 0 0;
    height: 4px;
    margin: 50px 0;
    width: 100%;
    float: left;
}

.searchy-tex {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding-right: 5px;
    width: 90%;
}

.search-but {
    background: rgba(0, 0, 0, 0) url("..img/search.png") no-repeat scroll 0 0;
    border: medium none;
    float: right;
    height: 14px;
    margin-top: 7px;
    width: 14px;
}

.widget {
    margin-bottom: 50px;
}

.search-wid {
    border-bottom: 3px solid #f3f5f7;
    padding-bottom: 14px;
}

.widget.border {
    border: 1px solid #cacbcb;
    padding: 20px;
}

.widget.border>h3 {
    font-family: roboto slab, sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
    text-align: left;
}

a.title-wid-post {
    color: #9e9e9e;
    display: block;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: all .3s;
}

.comment-c.cus>a {
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: all .3s;
}

a.title-wid-post:hover {
    color: #1DA0DA;
}

.comment-c.cus {
    margin-left: 6px;
}

.item-post-p {
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 25px;
}

.date-user.cus>a {
    font-size: 12px;
    font-weight: 400;
}

.widget-links {
    list-style: outside none none;
    padding: 0;
}

.widget-links>li {
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 15px;
}

.widget-links a {
    color: #7e7e7e;
    font-family: open sans, sans-serif;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    font-weight: 600;
    padding-top: 2px;
}

.widget-links a:hover {
    color: #1DA0DA;
}

.widget-follow {
    margin: 0;
    padding: 0;
}

.widget-follow>li {
    display: inline;
}

.fa.fa-facebook.widget,
.fa.fa-twitter.widget,
.fa.fa-instagram.widget,
.fa.fa-google-plus.widget,
.fa.fa-pinterest.widget,
.fa.fa-linkedin.widget {
    border: 1px solid #c3c3c3;
    border-radius: 360px;
    color: #c3c3c3;
    font-size: 14px;
    margin: 0;
    padding: 8px 9px;
    text-decoration: none;
    transition: all .3s;
}

.fa.fa-facebook.widget:hover,
.fa.fa-twitter.widget:hover,
.fa.fa-instagram.widget:hover,
.fa.fa-google-plus.widget:hover,
.fa.fa-pinterest.widget:hover,
.fa.fa-linkedin.widget:hover {
    border: 1px solid #1DA0DA;
    color: #fff;
    background: #1DA0DA;
}

.fa.fa-facebook.widget {
    padding: 8px 11px;
}

.fa.fa-google-plus.widget {
    padding: 8px 7px;
}

.widget-follow {
    margin-top: 20px;
    padding: 0;
}


/* Final Blog */


/* Single */

.article-item>p {
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
    padding-bottom: 5px;
}

.quote-custom {
    color: #7e7e7e;
    font-family: open sans, sans-serif;
    font-size: 14px;
    font-style: oblique;
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0 20px 30px;
}

.widget-collection {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    float: left;
    padding: 30px;
    width: 100%;
}

.author-blog>img {
    border-radius: 360px;
    display: block;
    height: 100px;
    margin: 0 auto;
    width: 100px;
}

.author-blog a {
    color: #000000;
    display: block;
    font-family: open sans, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
}

.follow-tw {
    padding-top: 5px;
    text-align: center;
}

.fa.fa-twitter.bog {
    color: #1da0da;
    font-size: 14px;
}

a.twit {
    color: #9e9e9e;
    display: inline;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.tags-blog {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.tags-blog>ul {
    list-style: outside none none;
    margin-top: 5px;
    padding: 0;
}

.tags-blog li {
    display: inline-block;
    margin-bottom: 25px;
    margin-right: 10px;
}

.tags-blog a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    color: #000000;
    font-family: open sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 10px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.tags-blog a:hover {
    background: #364157 none repeat scroll 0 0;
    border: 1px solid #364157;
    border-radius: 2px;
    color: #fff;
}

.fa.fa-facebook.blog {
    border-radius: 10px;
    color: #3b5998;
    font-size: 15px;
    padding: 0 18px 0 0;
    text-decoration: none;
}

.fa.fa-twitter.blog {
    border-radius: 10px;
    color: #1da0da;
    font-size: 15px;
    padding: 0 13px 0 0;
    text-decoration: none;
}

.fa.fa-instagram.blog {
    border-radius: 10px;
    color: #fccc63;
    font-size: 15px;
    padding: 0 13px 0 0;
    text-decoration: none;
}

.fa.fa-google-plus.blog {
    border-radius: 10px;
    color: #dd4b39;
    font-size: 15px;
    padding: 0 7px 0 0;
    text-decoration: none;
}

.share-blog>ul {
    list-style: outside none none;
    padding: 0;
}

.share-blog li {
    margin-bottom: 11px;
}

.share-blog a {
    color: #9e9e9e;
    font-family: open sans, sans-serif, fontawesome;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.comment-rep-cus {
    float: left;
}

.comment-rep {
    font-family: roboto slab, sans-serif, fontawesome;
    font-size: 19px;
    font-weight: 600;
    margin-top: 12px;
}

.fa.fa-comment-o.rep {
    font-size: 19px;
    font-weight: 700;
}

.fa.fa-commenting-o.rep {
    padding-right: 5px;
    font-size: 20px;
}

.comment-area {
    border: 1px solid #cacbcb;
    float: left;
    padding: 20px;
    margin-top: 30px;
    transition: all .3s;
}

.comment-area:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.comment-area>img {
    border-radius: 360px;
    display: inline;
    float: left;
}

.reply-area {
    display: inline;
    float: left;
    margin-left: 30px;
    width: 85%;
}

.reply-area>p {
    font-family: open sans, sans-serif;
    font-size: 13px;
    line-height: 26px;
    text-align: left;
    padding-bottom: 0;
}

a.date-rep {
    color: #9e9e9e;
    display: table;
    font-family: open sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 0 25px;
    text-decoration: none;
    font-style: oblique;
}

a.reply-rep {
    background: #1da0da none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    float: right;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 20px;
    text-decoration: none;
    transition: all .3s;
}

a.reply-rep:hover {
    background: #364157 none repeat scroll 0 0;
    color: #fff;
}

a.user-rep {
    color: #000000;
    font-family: open sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.comment-area.rep {
    background: #f8f8f8 none repeat scroll 0 0;
    float: right;
    width: 90%;
}

.reply-area.cus {
    width: 83%;
}

.inpt-add {
    -moz-border-bottom-colors: #e7e7e7;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #e7e7e7;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 3px;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin: 10px 13px 0 0;
    padding-bottom: 10px;
    width: 100%;
    border-bottom-color: #e7e7e7;
}

.inpt-add:focus {
    border-bottom: 3px solid #1da0da;
}

.add-reply {
    margin: 20px 0;
}

.sub-add {
    background: #1da0da none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #ffffff;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 15px 0 0 14px;
    padding: 10px 15px;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}

.sub-add:hover {
    background: #364157 none repeat scroll 0 0;
}

.article-rel {
    background: #f3f5f7 none repeat scroll 0 0;
    border-radius: 2px;
    padding: 15px 15px 21px 10px;
    min-height: 110px;
}

.article-rel>img {
    float: left;
    border-radius: 2px;
}

.text-post-c {
    display: table;
    margin-left: 95px;
}

.text-post-c>span {
    color: #9e9e9e;
    font-family: open sans, sans-serif, fontawesome;
    font-size: 13px;
}

.text-post-c>a {
    color: #000000;
    display: block;
    font-family: roboto slab, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    padding-top: 5px;
    text-decoration: none;
    transition: all .3s;
}

.text-post-c>a:hover {
    color: #1DA0DA;
}

.fa.fa-long-arrow-left.article,
.fa.fa-long-arrow-right.article {
    padding-right: 7px;
    font-size: 13px;
}

.item.cus-blog>img {
    border: 2px solid #e7e7e7;
    margin-bottom: 0;
    width: 100%;
}


/* End Single */


/* Acerca de */

.aboutus>p {
    line-height: 28px;
    text-align: left;
    padding-bottom: 0;
}

.aboutus h3,
#teamus>h3 {
    font-family:  open sans, sans-serif;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 10px;
}

.item-us {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    padding: 30px 0;
    margin-top: 30px;
}

.item-us>img {
    border: 1px solid #e7e7e7;
    border-radius: 360px;
    display: block;
    height: 100px;
    margin: 0 auto 30px;
    transition: all 0.3s ease 0s;
    width: 100px;
}

.item-us>img:hover {
    opacity: .7;
}

.item-us>a {
    color: #000000;
    display: table;
    font-family: roboto slab, sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.item-us h4 {
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-style: oblique;
    margin: 4px 0 0;
    text-align: center;
}

.item-us>ul {
    list-style: outside none none;
    margin: 20px auto 0;
    padding: 0;
    text-align: center;
}

.item-us li {
    display: inline;
}

.fa.fa-facebook.team,
.fa.fa-twitter.team,
.fa.fa-instagram.team,
.fa.fa-linkedin.team {
    color: #9e9e9e;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    padding: 6px 9px;
}

.fa.fa-facebook.team:hover,
.fa.fa-twitter.team:hover,
.fa.fa-instagram.team:hover,
.fa.fa-linkedin.team:hover {
    background: #e7e7e7 none repeat scroll 0 0;
    border-radius: 360px;
    color: #9e9e9e;
}

.map-custom {
    border: 0;
    width: 100%;
    /*margin-top: 90px;   */
    height: 400px;
    margin-bottom: 30px;
}


/* Final acerca de */


/* Error */
.error{
    border:1px solid red !important;
}

.error-area h3 {
    color: #1da0da;
    font-family: roboto slab, sans-serif;
    font-size: 150px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
}

.error-area h4 {
    color: #1da0da;
    font-family: roboto slab, sans-serif;
    font-size: 20px;
    text-align: center;
    margin-bottom: 100px;
}


/* final Error */


/* Login & Registro */

.userlogin {
    -moz-border-bottom-colors: #f5f3f7;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #f5f3f7;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-size: 13px;
    margin-top: 30px;
    padding: 0 5px 10px;
    width: 100%;
    border-bottom-color: #f5f3f7;
}

.userlogin:focus {
    border-bottom: 3px solid #1da0da;
}

.login-but {
    -moz-border-bottom-colors: #1da0da;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #1da0da;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 3px;
    color: #1da0da;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom-color: #1da0da;
}

.check-box-c {
    display: inline;
    margin-right: 30px;
}

.forget-cus {
    display: inline;
    margin-right: 30px;
}

.newclient-cus {
    display: inline;
}

.check-box-c>span {
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}

.check-box-c>span:hover {
    color: #000;
}

.check-box-c>input {
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.forget-cus>a {
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.forget-cus>a:hover {
    color: #000;
}

.newclient-cus>a {
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.newclient-cus>a:hover {
    color: #000;
}

.login-custom {
    border: 1px solid #cacbcb;
    margin: 0 0 50px;
    padding: 20px 25px;
}


/* Final Login & Register */


/* Ver mas */

.socialmedia {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 30px 0;
    text-align: left;
    margin-top: 20px;
}

.social-cus h3 {
    font-family: roboto slab, sans-serif;
    font-size: 20px;
}

.socialmedia h3 {
    color: #9e9e9e;
    display: inline-block;
    font-family: roboto slab, sans-serif;
    font-size: 16px;
    line-height: 34px;
    text-align: left;
}

.social-icons {
    bottom: 20px;
    display: inline-block;
    margin-left: 40px;
    position: relative;
}

.fa.fa-facebook.social-cus {
    border: 1px solid #9e9e9e;
    border-radius: 360px;
    color: #9e9e9e;
    padding: 8px 10px;
    text-decoration: none;
    margin: 0 3px;
    transition: all 0.3s ease 0s;
}

.fa.fa-twitter.social-cus,
.fa.fa-google-plus.social-cus,
.fa.fa-linkedin.social-cus,
.fa.fa-instagram.social-cus {
    border: 1px solid #9e9e9e;
    border-radius: 360px;
    color: #9e9e9e;
    padding: 8px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    margin: 0 3px;
}

.fa.fa-facebook.social-cus:hover,
.fa.fa-twitter.social-cus:hover,
.fa.fa-google-plus.social-cus:hover,
.fa.fa-linkedin.social-cus:hover,
.fa.fa-instagram.social-cus:hover {
    background: #1da0da none repeat scroll 0 0;
    border: 1px solid #1da0da;
    color: #ffffff;
}


#backgroundvideo {
    position: relative;
    top: 0%;
    left: 50%;

    width: 100%;
    height: 100%;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
     background-size: auto;
}


#video-section {
    position: relative;
    padding: 120px 0;
}

#video-section .container {
    position: relative;
    z-index: 3;
}

#video-section .video-section-content a .fa-play, .play-btn a .fa-play {
    position: relative;
    left: 4px;
}

#video-section .video-section-content a, .play-btn a {
    text-align: center;
    line-height: 78px;
    font-size: 28px;
    color: rgba(255,255,255, .93);
}



#video-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(5,5,5,0.5);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.mbYTP_wrapper {
    display: block;
    transform: translateZ(0)translate3d(0,0,0);
    transform-style: preserve-3d;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}

.fa-play::before {
    content: "\f04b";
}


.contact-ways {
    background: #00d2ff;
    text-align: center;
    padding: 60px 0;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #00d2ff, #3a7bd5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #00d2ff, #3a7bd5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.dir-con {
    display: inline;
}

.mail-con {
    display: inline;
}

.phone-con {
    display: inline;
}

.mail-con,
.dir-con,
.phone-con {
    color: #ffffff;
    font-family: open sans, sans-serif;
    font-size: 17px;
    font-weight: 500;
    margin: 0 10px;
}

.fa.fa-mobile.mail,
.fa.fa-map-marker.mail,
.fa.fa-envelope.mail {
    font-size: 22px;
    padding-right: 7px;
}

.map.contact {
    width: 100%;
    height: 600px;
    border: 0;
    /*margin-bottom: 20px;*/
}


/* Final Contactanos */


/* Comming Soon */

.comingsoon {
    display: block;
    float: none;
    margin: 0 0 200px;
}

.countdown-rtl {
    direction: rtl;
}

.countdown-show1 .countdown-section {
    width: 98%;
}

.countdown-show2 .countdown-section {
    width: 48%;
}

.countdown-show3 .countdown-section {
    width: 32.5%;
}

.countdown-show4 .countdown-section {
    width: 24.5%;
}

.countdown-show5 .countdown-section {
    width: 19.5%;
}

.countdown-show6 .countdown-section {
    width: 16.25%;
}

.countdown-show7 .countdown-section {
    width: 14%;
}

.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
}

.countdown-amount {
    font-size: 200%;
}

.countdown-period {
    display: block;
}

.countdown-descr {
    display: block;
    width: 100%;
}

.countdown-section {
    color: #4d4d4d;
    font-family: roboto slab, sans-serif;
    font-size: 25px;
    font-weight: 700;
}

.coming-custom {
    background-attachment: scroll, scroll, scroll;
    background-clip: border-box;
    background-color: #1da0da;
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.2) 75%), linear-gradient(45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.2) 75%), none;
    background-origin: padding-box;
    background-position: 0 0%, 0 0%, 0 0;
    background-repeat: repeat;
    background-size: 200em 200em;
    border: medium none;
    box-sizing: content-box;
    color: #ffffff;
    font: 0.5px Arial, Helvetica, sans-serif;
    height: auto;
    text-overflow: clip;
    width: auto;
    margin-top: 0;
}

.coming-custom h3 {
    font-family: roboto slab, sans-serif;
    font-size: 33px;
    font-weight: 100;
    padding-top: 60px;
    text-align: center;
}

.comingsoon.custom {
    margin: 60px 0 250px;
}

.comingsoon.custom .countdown-section {
    color: #fff;
    font-family: roboto slab, sans-serif;
    font-size: 25px;
    font-weight: 700;
}

.bor-bot {
    background: #e7e7e7 none repeat scroll 0 0;
    height: 4px;
    margin: 30px auto;
    width: 60px;
}

.text-coming {
    margin: 0 0 50px;
}

.text-coming h2 {
    font-family: roboto slab, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
    text-align: center;
    padding-top: 0;
}

.text-coming p {
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-size: 13px;
    line-height: 27px;
    text-align: center;
}

.cus-footer {
    margin-bottom: 30px;
    margin-top: 80px;
    text-align: center;
}

.cus-footer>span {
    color: #d1d1d1;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding-right: 10px;
}


/* End Comming Soon */


/* Terminos */

.terms-of-service {
}

.custom-tab-panel {
    margin-bottom: 20px !important;
}

.terms-of-service>p {
    background: #f8f8f8 none repeat scroll 0 0;
    border-left: 6px solid #1da0da;
    border-radius: 2px;
    color: #7e7e7e;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-style: oblique;
    line-height: 27px;
    margin: 40px 0;
    padding: 15px;
    text-align: center;
}

.terms-of-service>h1 {
    color: #000000;
    font-family: roboto slab, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
}

.custom>p {
    border-bottom: 1px solid #e7e7e7;
    color: #7e7e7e;
    font-family: open sans, sans-serif;
    font-size: 13px;
    line-height: 27px;
    padding-bottom: 10px;
}

/* Final Terms */

/* Metodos de Pago */

.payment-methods {
    margin: 63px 0 70px;
}

.method-debit {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    padding: 30px 20px;
    
}

.payment-methods h2 {
    padding-bottom: 20px;
    font-size: 30px;
    text-align: center;
    font-family: roboto slab, sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
    margin: 0;
}

.detbit-card {
    margin-bottom: 90px;
}

.detbit-card.custom {
    margin-bottom: 20px;
}

.detbit-card h2 {
    font-size: 20px;
    padding-bottom: 40px;
}

.payment-methods p {
    color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-weight: 400;
    text-align: center;
    padding-bottom: 70px;
    margin-bottom: 0;
}

.fa.fa-cc-paypal.pay,.fa.fa-cc-visa.pay,.fa.fa-cc-mastercard.pay {
    margin: 0;
    font-size: 60px;
    text-align: center;
    display: block;
    text-decoration: none;
    transition: all .3s;
}

.fa.fa-cc-paypal.pay:hover,.fa.fa-cc-visa.pay:hover,.fa.fa-cc-mastercard.pay:hover {
    color: #7e7e7e;
}

.fa.fa-cc-paypal.pay {
    color:  #2BA0ED;
}

.fa.fa-cc-visa.pay {
    color:  #0058B6;
}

.fa.fa-cc-mastercard.pay {
    color:  #FEAD33;
}

.method-debit h3 {
    text-align: center;
    font-family: roboto slab,sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #8e8e8e;
    margin: 20px 0 16px;
    cursor: pointer;
}

.hint-pay h3,.mail-pay span {
    font-family: open sans,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #afafaf;
    line-height: 27px;
    margin: 0;
}

.fa.fa-envelope.mail-p {
    font-family: fontawesome;
    font-size: 16px;
}

.mail-pay {
    text-align: center;
}

.bank-transfer {
    margin: 0 auto 30px;
    display: block;
    border: 1px solid #cacbcb;
    border-radius: 4px;
    width: 240px;
    padding: 10px 20px;
    transition: all .3s;
}

.bank-transfer:hover {
    border: 1px solid #1DA0DA;    
}

.method-debit.bank {
    margin-bottom: 40px;
}

a.alert-link.pay {
    text-decoration: none;
}

/* Final Metodos de Pago */

/* Tabs Custom */
.mb-1, .my-1 {
    margin-bottom: 1rem !important;
}
.tabs-wrapper {
    overflow-x: hidden;
}

.classic-tabs.tabs-orange {
    background-color: #ffa000;
}
.classic-tabs {
    overflow-x: hidden;
    display: flex;
    white-space:nowrap;
}

.classic-tabs li {
    flex: inherit;
}
.classic-tabs li:first-child {
    margin-left:56px;
}
.fa-ul, ul, ul li {
    list-style-type: none;
}
.classic-tabs.tabs-orange li a.active {
    border-color: #e53935;
}
.classic-tabs li a.active {
    color:#fff;
}
.classic-tabs li a {
    color:rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 13px;
    padding: 20px 24px;
    text-align: center;
}
.btn, .btn-flat, .classic-tabs li a, footer.page-footer .title {
    text-transform: uppercase;
}
.waves-effect {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.custom-file-control, .waves-effect {
    -moz-user-select:none;
}
.tab-content {
    padding:2rem 1rem 1rem;
    z-index: 1;
}
.card {
    border:0 none;
    background-color: #fff;
    display: block;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card, .card-title {
    margin-bottom:0.75rem;
}

.fade.in{
    
}

/* Pricing */
/* Styles for dialog window */
#small-dialog,#small-dialog1,#small-dialog2,#small-dialog3,#small-dialog4,#small-dialog5{
    background: white;
    padding:20px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    text-align:center;
    border: 9px solid#eee;
    border-radius: 1em;
    -o-border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
}
/*Pricing table and price blocks*/
.price-head h1 {
    text-align: center;
    margin-top: 2em;
    font-size: 3em;
    color: #fff;
}
.price-head h3 {
    color: #404042;
    font-size: 3em;
    text-decoration: none;
    font-weight: 700;
}
.pricing-grids {
    /*margin: 12% 0;*/
}
/*----*/
.pricing-grid1,.pricing-grid2,.pricing-grid3 {
    width: 31.5%;
    float: left;
    text-align: center;
    margin-right: 2%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    padding: 0;
    border: none;
    border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    -o-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.pricing-grid3{
    margin-right: 0;
}
/*
.pricing-grid1:hover,.pricing-grid2:hover,.pricing-grid3:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    z-index: 1;
    border: none;
}
*/
.pricing-grid1:nth-child(3){
    margin-right:0;
}
.price-value h2 a,.price-value.two h3 a,.price-value.three h4 a{
    font-size: 1.4em;
    color:#1da0da;
}
.price-value,.price-value.two,.price-value.three {
    /*background: #512884;*/
    background: #ffffff;
    padding: 2.8em 1.8em 2em;
    border-bottom:2px solid#ffd500;
    border-top-left-radius:0.7em;
    -webkit-border-top-left-radius:0.7em;
    -o-border-top-left-radius: 0.7em;
    -moz-border-top-left-radius:0.7em;
    border-top-right-radius:0.7em;
    -webkit-border-top-right-radius:0.7em;
    -o-border-top-right-radius:0.7em;
    -moz-border-top-left-radius: 0.7em;
    position: relative;
}
.price-value.two{
    /*background:#2b2b33;*/
    border-bottom:2px solid#1da0da;
}
.price-value.three {
    /*background: #04dbdd;*/
    border-bottom:2px solid#1da0da;
}
.price-value ul,.pricing-grid1 ul,.pricing-grid2 ul,.pricing-grid3 ul{
    padding: 0;
}
.price-value ul li,.pricing-grid1,.pricing-grid2 ul li,.pricing-grid3 ul li {
    list-style: none;
}
.price-value ul li{
    list-style: none;
}
.price-value  h5 span{
    color: #1da0da;
    font-size: 19px;
}
.price-value label{
    color: #d3d3d3;
    font-size: 17px;
}

.price-value h5 {
    padding: 11px 0;
}
.sale-box,.sale-box.two,.sale-box.three{
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 130px;
    width: 143px;
    text-align: center;
    z-index: 0;
    right:0;
    border-top-right-radius: 0.7em;
    -o-border-top-right-radius: 0.7em;
    -moz-border-top-right-radius: 0.7em;
    -webkit-border-top-right-radius: 0.7em;
}
.sale-box span.on_sale{
    font-size: 14px;
    color: #ffffff;
    background: #86c655;
    text-transform: uppercase;
    padding: 58px 0px 17px 40px;
    width: 281px;
    text-align: center;
    display: block;
    position: absolute;
    left: -47px;
    top: -41px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(40deg);
    box-shadow: 3px -4px 13px 3px rgba(0,0,0,0.75);
}

.pricing-grid1 ul li a,.pricing-grid2 ul li a,.pricing-grid3 ul li a{
    color: #C7C4C4;
    font-size: 15px;
    text-align: center;
    display: block;
    padding: 16px 0;
    text-decoration: none;
    font-weight: 400;
}
.pricing-grid1 ul li.whyt a,.pricing-grid2 ul li.whyt a,.pricing-grid3 ul li.whyt a{
    background:#f4f4f4;
}
.pricing-grid1:hover div.price-bg ul li a,.pricing-grid1:hover div.price-value h3 a{
    color:#1da0da;
}
.pricing-grid2:hover div.price-bg ul li a,.pricing-grid2:hover div.price-value h3 a{
    color:#1da0da;
}
.pricing-grid3:hover div.price-bg ul li a,.pricing-grid3:hover div.price-value h3 a{
    color:#1da0da;
}
.price-bg {
    background: #fff;
}
.price-bg ul {
    padding: 0;
}
.price-bg ul li{
    list-style: none;
}
.cart1,.cart2,.cart3{
    padding: 2.7em 0em 2.7em;
    display: block;
    border-bottom: 2px solid#1da0da;
}
.cart2{
    border-bottom: 2px solid#1da0da;
}
.cart3{
    border-bottom: 2px solid#1da0da;
}
.cart1 a,.cart2 a,.cart3 a{
    color: #FFF;
    font-size: 0.9em;
    font-weight: 800;
    padding: 0.8em 2em;
    text-decoration: none;
    background: #1da0da;
    text-transform:uppercase;
    -webkit-appearance:none;
    border-radius:1em;
    -webkit-border-radius:1em;
    -o-border-radius:1em;
    -moz-border-radius:1em;
    outline: none;
}

.cart1 a:hover,.cart2 a:hover,.cart3 a:hover{
    color: #2b2b33;
}
/*----*/
/*---start-pricing-tabels-----*/
.payment-online-form-left{
}
form li {
    list-style: none;
}
form ul {
    padding:0;
}
.payment-online-form-left h4{
    font-size: 1.8em;
    color: #222222;
    padding: 0.5em 0;
    text-align: left;
}
.payment-online-form-left span{
    vertical-align:sub;
    margin-right: 5px;
}
.payment-online-form-left form{
    padding:0 3%;
}
.payment-online-form-left input[type="text"]{
    padding: 1em 1em;
    color: #485460;
    width: 42%;
    margin: 0.5em 0;
    border: 1px solid;
    outline: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    float: left;
    font-size: 0.9em;
    border-color: #EEE;
    -webkit-appearance:none;
}
.payment-online-form-left input[type="text"]:hover{
    border-color:#fa6e6f;
}
.text-box-dark{
}
.text-box-light{
    background: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/calender.png) no-repeat 95% 50%;
    cursor:pointer;
    position: relative;
}
.payment-online-form-left ul li:first-child input[type="text"]{
    margin-right: 5%;
}
.payment-online-form-left  input[type="text"]:active, .payment-online-form-left input[type="text"]:hover {
    border-color:#fa6e6f ;
    color:#fa6e6f;
}
.shipping{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png) no-repeat -111px -26px;
}
.payment{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png) no-repeat -152px -30px;

}
.payment-date-section{
    background: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/calender.png) no-repeat #fff 50%;
}
.payment-sendbtns{
    float:right;
    margin: 2em 0 1.5em;
}
.payment-sendbtns input[type="reset"]{
    background:#fa6e6f;
    padding: 0.7em 1em;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 1.2em;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline:none;
}
.payment-sendbtns input[type="reset"]:hover{
    color:#FFF;
    background:#464C54;
}
.payment-sendbtns input[type="submit"]{
    background:#464C54;
    padding: 0.7em 1em;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.2em;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-appearance:none;
    outline:none;
}
.payment-sendbtns input[type="submit"]:hover{
    color:#fff;
    background:#fa6e6f;
}
.payment-sendbtns li{
    display:inline-block;
}
.payment-type li{
    display:inline-block;
}
.payment-online-form-right{
    background: #2B2937;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 4px solid #1A1822;
}
/*---start-checkbox----*/
input[type=checkbox].css-checkbox1,input[type=checkbox].css-checkbox2{
    display: none;
}
input[type=checkbox].css-checkbox1 + label.css-label1 {
    height:30px;
    width:30px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: super;
    cursor: pointer;
    background: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png) no-repeat -188px -25px;
}
input[type=checkbox].css-checkbox1:checked + label.css-label1 {
    background: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png) no-repeat -215px -25px;
}
input[type=checkbox].css-checkbox2 + label.css-label2 {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: -20px 0px;
    vertical-align: super;
    cursor: pointer;
    background:url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png) no-repeat -218px -24px;
}
input[type=checkbox].css-checkbox2:checked + label.css-label2 {
    background: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png) no-repeat -190px -24px;

}
.visa{
    display: inline-block;
    width: 32px;
    height: 32px;
    background:url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png) no-repeat -32px -28px;
}
.paypal{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png) no-repeat -71px -26px;

}
.payment-online-form-right{
    float: right;
    width: 30%;
    background: #2B2937;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 4px solid #1A1822;
    padding-bottom: 2em;
}
.payment-online-form-right a:hover{
    color:#1ABC9C;
}
.payment-online-form-right ul li{
    display:block;
    padding: 0.5em;
}
.payment-online-form-right ul li a{
    color:#9095AA;
}
.payment-online-form-right h4{
    color: #FFF;
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(144, 149, 170, 0.22);
    padding: 0.8em;
}
.payment-online-form-right ul {
    padding: 0px 1em;
}
.payment-online-form-right h5{
    color: #FFF;
    padding: 0.5em 0.8em 0.4em;
    font-size: 1em;
}
.payment-type {
    border-top: 1px solid rgba(144, 149, 170, 0.22);
    margin-top: 3%;
    text-align: left;
}
input[type=checkbox].css-checkbox3,input[type=checkbox].css-checkbox4,input[type=checkbox].css-checkbox5,input[type=checkbox].css-checkbox6{
    display: none;
}
input[type=checkbox].css-checkbox3 + label.css-label3 {
    height: 22px;
    width: 21px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 -38px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/filter-bg.png);
}
input[type=checkbox].css-checkbox3:checked + label.css-label3 {
    background-position: 0px 0px;
}
input[type=checkbox].css-checkbox4 + label.css-label4 {
    height: 22px;
    width: 21px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/filter-bg.png);
}
input[type=checkbox].css-checkbox4:checked + label.css-label4 {
    background-position: 0px -38px;
}
input[type=checkbox].css-checkbox5 + label.css-label5 {
    height: 22px;
    width: 21px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 -38px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/filter-bg.png);
}
input[type=checkbox].css-checkbox5:checked + label.css-label5 {
    background-position: 0px 0px;
}
input[type=checkbox].css-checkbox6 + label.css-label6 {
    height: 22px;
    width: 21px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/filter-bg.png);
}
input[type=checkbox].css-checkbox6:checked + label.css-label6 {
    background-position: 0px -38px;
}
/*-----*/
/**

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in #small-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
/**
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }
.mfp-content iframe{
    width:100%;
    min-height:500px;
}
.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }

.mfp-preloader a {
    color: #cccccc; }

.mfp-preloader a:hover {
    color: white; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    background:#EEEEEE;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1046; }
button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0px;
    top:0px;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    outline:none;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1; }

.mfp-close-btn-in .mfp-close {
    color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.image-top img{
    width:100%;
}
.image-top p{
    text-align: justify;
    padding:2% 0;
    font-size:15px;
}
.image-top h3 {
    font-size: 1.5em;
    font-weight: 500;
    margin: 16px 0px 0px 0px;
    color:#3F4244;
}

.footer {
    padding: 1em 0;
    text-align: center;
}
.footer p {
    font-size:0.9em;
    color:#fa6e6f;
    font-weight: 400;
    text-transform: uppercase;
}
.footer p a{
    color:#0fc7c9;
}
.footer p a:hover{
    color: #fa6e6f;
}

.vozip p{
    font-family: open sans, sans-serif;
    font-size: 18px !important;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}
/*--------------*/
@media(max-width:1366px){
    .pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
        font-size: 17px;
    }
}
@media(max-width:1024px){
    .pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
        font-size: 15px;
    }
    .price-value, .price-value.two, .price-value.three {
        padding: 2em 0 1em 0;
    }
    .price-value h2 a, .price-value.two h3 a, .price-value.three h4 a {
        font-size: 1.6em;
    }
    .price-head h1 {
        margin-top: 1em;
        font-size: 2.6em;
    }
    .pricing-grids {
        margin: 8% 0;
    }
}
@media(max-width:768px){
    .pricing-grid1 h3 a, .pricing-grid2 h3 a, .pricing-grid3 h3 a {
        padding: 0.4em 1em;
        font-size: 0.7em;
    }
    .pricing-grid1, .pricing-grid2, .pricing-grid3 {
        width: 55%;
        float: none;
        text-align: center;
        margin: 1em auto;
    }
    .price-head h1 {
        margin-top: 1em;
        font-size: 2.4em;
    }
    .cart1, .cart2, .cart3 {
        padding: 2em 0em 2em;
    }

}
@media(max-width:640px){
    .pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
        font-size: 15px;
    }
    .pricing-grid1, .pricing-grid2, .pricing-grid3 {
        width: 65%;
        float: none;
        text-align: center;
        margin: 1em auto;
    }
    .pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
        font-size: 15px;
        padding: 13px 0;
    }
    .payment-online-form-left input[type="text"] {
        padding: 1em 1em;
        width: 93%;
    }
    .payment-sendbtns {
        float: none;
        margin: 2em 0 1.5em;
    }

    /*#medios{
        background-image: url(../img/overlay-1.png),url("../img/medios.png") !important;
    }*/
}
@media(max-width:480px){
    .pricing-grid1, .pricing-grid2, .pricing-grid3 {
        width: 81%;
    }
    .price-head h1 {
        margin-top: 1em;
        font-size: 2.1em;
    }
    .payment-online-form-left input[type="text"] {
        padding: 1em 1em;
        width: 91%;
    }
    .pop_up {
        border: 7px solid#485460;
    }
}
@media(max-width: 360px){
    #homeindex{
        background-image: url(../img/overlay-1.png),url("../img/cable_01.png");
    }
}
@media(max-width:320px){
    .pricing-grid1, .pricing-grid2, .pricing-grid3 {
        width: 100%;
        margin-right: 0;
    }
    .price-value h2 a, .price-value.two h3 a, .price-value.three h4 a {
        font-size: 1.2em;
    }
    .price-value h5 span,.price-value lable {
        font-size: 16px;
    }
    .price-head h1 {
        margin-top: 1em;
        font-size: 1.5em;
    }
    .payment-online-form-left input[type="text"] {
        padding: 0.8em 0.8em;
        width: 86%;
        font-size: 13px;
        margin: 3px;
    }
    .pop_up {
        border: 4px solid#485460;
    }
    .payment-online-form-left h4 {
        font-size: 1.4em;
    }
    .payment {
        background: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png) no-repeat -152px -21px;
    }
    .footer p {
        font-size: 0.9em;
        line-height: 1.5em;
    }
    ul.payment-sendbtns li {
        margin-top: 1em;
    }

}


/* APPS */
#demo-device-android, #demo-device-ios, #demo-device-windows {
    background: rgba(0, 0, 0, 0) url("../img/devices-sprite.jpg") no-repeat scroll center top / 467px auto;
    height: 800px;
    margin: 0 auto;
    width: 467px;
}

#demo-device-android iframe, #demo-device-ios iframe, #demo-device-windows iframe {
    height: 568px;
    margin-top: 85px;
    width: 320px;
    margin-left: 75px;
}
#demo-device-android {
    background-position: center center;
}
#demo-device-windows {
    background-position: center bottom;
}
.platform-preview {
    text-align: center;
}

/* MEGA MENU*/

.mega-dropdown {
    position: static !important;
    width: 100%;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 285px;
    z-index: 10;
}

.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 283px;
    z-index: 8;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
    padding: 5px;
    border:none;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}



.imageAndtext {
    border: 1px solid #ddd;
}


.imageAndtext .imageWrapper::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.imageAndtext .imageWrapper {
    position: relative;
}

.imageAndtext .imageWrapper img {
    display: block;
    max-width: 100%;
}

.imageAndtext .imageWrapper .text {
    bottom: 20px;
    color: #fff !important;
    left: 0;
    padding: 0 20px;
    position: absolute;
}

.imageAndtext .imageWrapper .text .title {
    font-weight: 700 !important;
}

.equal-height-80 {
    height: 80px;
}

#servicios img, #sistemas img, #cms img{
    display: block;
    margin:0 auto;
}

.equal-height-300 {
    height: 300px;
}

.container-100-percent{
    width: 100%;
    height: 100%;
}

.details{
        margin-top: 140px !important;
        margin-bottom: 180px !important;
    }
    .details2{
        margin-top: 130px !important;
        margin-bottom: 190px !important;
    }

    .products{
        margin-left: 0px !important;
    }
    
    .left{
        text-align: left !important;
    }

    .intPago{
        padding-top: 22px;
        float: right;
    }

    .getin-t ul{
        margin-left: 0px !important;
    }

    .getin-t li{
        padding: 7px 0;
    }

    .products{
        float: none !important;
    }
    .company{
        float: none !important;
    }
    h1{
        font-size : 22px !important;
    }

    .infoContacto{
        line-height: 28px;
        margin-top: 8px !important;
        color: #6d8dab;
        font-family: open sans, sans-serif;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease 0s;
    }

    .intPago h1{
        font-family: open sans, sans-serif;
        font-size: 18px !important;
        font-weight: 700;
        margin: 0;
        padding-bottom: 10px;
        color: #ffffff;
        margin-bottom: 0px !important;
    }

    .tarjetas{
        margin-top: 10px !important;
    }

    .contenedorTarjetas{
        width: 100%;
        text-align: center;
    }

@media (max-width: 1024px){
    .contenedorTarjetas{
       margin: auto !important; 
    }
    .intPago{
        text-align: center !important;
    }

    .intPago h1{
    float: none !important;
   }

   .contenedorTarjetas{
        float: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .contact-b{
        width: auto !important;
    }
    .contenedorTarjetas{
        margin: auto !important; 
        width: 20% !important;
    }
    .topsm{
        margin-top: 20px !important;
    }
     .details{
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .details2{
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
   
}

.xs-center{
    float: left !important;
}

@media (max-width: 767px){
    .xs-no-padding{
        padding:0px !important;
    }

    h2{
        font-size: 25px !important;
    }

    .icon-support h2{
        font-size: 10px !important;
    }

    .vozip p{
        font-size: 14px !important;
    }

    .vozip h2{
        color: #1da0da;
        font-family: open sans, sans-serif;
        font-size: 1.2em !important;
        font-weight: 500;

    }

    h3{
        font-size: 1.2em !important
    }

    .impo-l{
         margin-right: 0 !important;
    }

    .xs-centrar{
        text-align: center ;
    }
    .send{
        float :none !important;
        margin: auto !important;

    }
    .xs-center{
    width: 304px;
    height: 78px;
    margin: 0 auto;
    float: none !important;
    }

    .formulario label{
        text-align: center;
    }
    
    .g-recaptcha{
        margin: auto !important;
    }

    .int{
        text-align: center !important;
        margin-left: auto !important;
        margin-bottom: 0px !important;
    }
    .contenedorTarjetas{
        width: 50%;
        margin: auto !important;
        float: none !important;
    }
    .relacionado{
        font-size: 10px!important;
    }
   
   .img-center{
        text-align: center !important;
   }

   .intPago h1{
    float: none !important;
   }
}

@media(max-width: 389px){
    .intPago{
        text-align: center !important;
        margin-bottom: 25px !important;
    }

    .conb{
        margin-bottom: 0px !important;
        padding: 0px !important;
    }

    #conectividad {
        background: url(../img/overlay-1.png),url("../img/conectividad2.jpeg") no-repeat center !important;
        background-size: 100% 100% !important;
        height: auto !important;
        font-weight: bold !important;
    }

    #medios{
        background: url(../img/overlay-1.png),url("../img/medios.png") no-repeat center !important;
        background-size: 100% 100% !important;
        height: auto !important;
        font-weight: bold !important;
    }

    .line-b{
        display: none !important;
    }


    .details{
        margin-top: 0px !important;
        margin-bottom: 25px !important;
    }

    .details h3{
        font-size: 20px;
    }

    .details h2{
        font-size: 30px;
    }

    .details p{
        font-size: 14px !important;
    }

    .details2 h3{
        font-size: 20px;
    }

    .details2 h2{
        font-size: 30px;
    }

    .details2 p{
        font-size: 14px !important;
    }

    .details2{
        margin-top: 0px !important;
        margin-bottom: 25px !important;
    }

    .details2 h3{
        font-size: 20px;
    }

    .details2 h2{
        font-size: 30px;
    }

    .details2 p{
        font-size: 14px !important;
    }

    .active-l{
        border-top:0px !important;
    }
    .btnContact{
        text-align: center !important;
    }
    .vozip h1{
        text-align: center !important;
    }
}


@media (max-width: 768px){
    .container{
        width: 100% !important;
    }
}


@media (max-width: 1279px){
    .fix{
    width: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 10000;
    max-height: 100% !important;
    }

    body{
        padding-top: 120px;
    }
    ul.menu-header a{
        display: block !important;
    }

    ul.menu-header a:hover {

        border-top: 0px !important;
    }
    .active-l{
        border-top: 0px !important;
        padding-top: 0px !important;
    }
    .contenedorLogo{
        width: 8.33333333% !important;
    }
    ul.menu-header li{
        display: block;
        margin: 20px 0;
        padding-left: 20px;
    }

    ul.menu-header {
        background: #f8f8f8 none repeat scroll 0 0;
        float: left;
        margin-top:-15px !important;
        width: 100%;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-toggle {
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: -35px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-header {
        float: none;
        margin-top: -100px !important;
        margin-bottom: 20px !important;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        margin-top: 35px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .icon-bar {
        background: #9e9e9e none repeat scroll 0 0;
    }
    .custom.dropdown-menu > li{
        border-bottom: 0px !important;
        border-top:1px solid #e7e7e7 !important;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

.align-left{
    text-align: left !important;
}

.align-right{
    text-align: right !important;
}

.handIcon{
    width: 37px !important;
}

.top-68{
    margin-top: 68px !important;
}

.php{
    height: 150px ! important;
    vertical-align:middle;
}

.top-48{
    margin-top: 48px !important;
}

.top-40{
    margin-top: 40px !important;
}

.top-20{
    margin-top: 20px !important;
}

.top-30{
    margin-top: 30px !important;
}

.noBottom{
    margin-bottom:-68px !important;
}

.center{
    text-align: center !important;
}

.bottom-25{
    margin-bottom: 25px;
}

.noTop{
    margin-top: 0px !important;
}

.height260{
    height: 260px !important
}

.show{
    display: inline !important;
}

.g-recaptcha{
    float: right !important;
}

.no-padding{
    padding: 0px !important;
}

.top-50{
    margin-top: 50px !important;
}

.bottom-68{
    margin-bottom: 68px !important;
}

.bottom-40{
    margin-bottom: 40px !important;
}

.bottom-48{
    margin-bottom: 48px !important;
}

.bottom-20{
    margin-bottom: 20px !important;
}

.bottom-10{
    margin-bottom: 20px !important;
}

.left-10{
    margin-left: 10px !important;
}

.right-70{
    margin-right: 70px !important;
}

.send{
    float: right;
}
 
.bottom-130{
    margin-bottom: 130px !important;
}

.margin-0{
    margin: 0px !important;
}

.top-78{
    margin-top: 78px !important;
}

.top-10{
    margin-top: 10px !important;
}

.partners2 > div{
    text-align: center !important;
}

.partners2 div{
    text-align: center !important;
}

.no-bottom{
    margin-bottom: 0px !important;
}

.height-300{
    height: 300px !important;
}

.text-center{
    text-align: center !important;
}

.item2 h3 {
    color: #545759;
    font-family: open sans, sans-serif;
    font-size: 19px;
    font-weight: 600;
    transition: all .3s;
}

.item2{
padding: 0px !important;
}

.no-margin{
    margin: 0px !important;
}

.left{
    float: left;
}

.fix {
     background: rgba(255, 255, 255, 0.9) !important;
}

.menu-header{
    background: rgba(255, 255, 255, 0) !important;
}

.navbar-toggle {
    margin-top: 85px !important;
}

.mostrar{
    display: inline !important;
}

.img2 {
    height: 38px !important;
}

.terminos {
    margin-top: 67px;
}

.terminos > h1 {
    color: #000000;
    font-family: roboto slab, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
}

.terminos > p {
background: #f8f8f8 none repeat scroll 0 0;
border-left: 6px solid #1da0da;
border-radius: 2px;
color: #7e7e7e;
font-family: open sans, sans-serif;
font-size: 13px;
font-style: oblique;
line-height: 27px;
margin: 40px 0;
padding: 15px;
text-align: center;
}

.content-block .block-01 {
    width: 50%;
    float: left;
}

.posiciones .position {
    clear: both;
    padding: 0px 0px 20px 0px;
    background-image: url(../img/linea.jpg);
    background-position: 12px;
    background-repeat: repeat-y;
}

.posiciones .number {
    background-color: #ffffff;
    background-size: contain;
    float: left;
    width: 10%;
    font-size: 1.2em;
    color: #7e7e7e;
    border: 1px solid #cccccc;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    padding-left: 7px;
    line-height: 23px;
}

.posiciones .text {
    float: left;
    width: 85%;
    margin-left: 5%;
}

.posiciones h3 {
    font-size: 1.2em;
    color: #504f4f;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.posiciones .position {
    clear: both;
    padding: 0px 0px 20px 0px;
    background-image: url(../img/linea.jpg);
    background-position: 12px;
    background-repeat: repeat-y;
}

.estilop{
  color: #9e9e9e;
    font-family: open sans, sans-serif;
    font-weight: 400;
    line-height: 27px;
    font-size: 14px;
  
}

.show-1440{
    display: inline !important; 
}

.hidden-1440{
    display: none !important;
}

@media(max-width: 1439px){
    .show-1440{
        display: none !important; 
    }

    .hidden-1440{
        display: inline !important;
    }
}

.max-250{
    max-height: 250px !important;
}

@media(max-width: 1020px) and (min-width: 768px){

    .sm-top-65{
        margin-top: 65px !important;
    }

    .item2 h3{
        font-size: 17px !important;
    }

}

.item2 a{
    font-family: open sans, sans-serif;
    font-size: 19px;
    font-weight: 600;

}

.p-14{
    padding-right: 14px !important;
    padding-left: 14px !important;
}

@media(max-height: 500px){
    .fix{
        overflow-y: scroll;
    }
}