/*----- CUSTOMER STYLES-----*/
body {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #4A4A4A;
}
p, ul li, ol li, .pt-cv-content {
	text-align: justify;
}
.wrapper {
    padding: 0px;
}
a:link, a:visited {
	color: #0076BE;
	text-decoration: none;
}
a:hover, a:active {
	color: #30A6EE;
}
.btn-primary {
	background: #0076BE;
	border: 1px solid #1086CE;
}
.btn-primary:hover {
	background: #2096DE;
	border: 1px solid #30A6EE;
}
.btn-success, .pt-cv-wrapper .btn-success {
	background: #8CC63F;
	border: 1px solid #7CB62F;
}
.btn-success:hover, .pt-cv-wrapper .btn-success:hover {
	background: #9CD64F;
	border: 1px solid #7CB62F;
}
ul, ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.navbar-brand {
    padding: 0px;
    margin: 0px;
}
.navbar-light, .bg-faded {
	background: none !important;
}
a.custom-logo-link {
	display: inline-block;
	width: 259px;
	height: 83px;
}
.custom-logo-link img {
    width: 260px;
    height: auto;
    max-width: initial;
}
.cabecera {
	border-bottom: 1px solid #F1F1F1;
}
.topbar {
	background: #0076BE;
	color: #FFF;
	font-size: 13px;
	padding: 0px;
}
.topbar fa {
	font-size: 16px;
	vertical-align: -1px;
}
.topbar a:link, .topbar a:visited {
	color: #CCE3F2;
}
.topbar a:hover, .topbar a:active {
	color: #FFF;
}
.topbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.topbar ul li {
	float: left;
	margin-left: 15px;
	border-left: 1px solid #3391CB;
	padding: 5px 0px 5px 0px;
}
.topbar ul li a {
	padding: 10px 10px;
}
.topbar ul li:last-of-type {
	border-right: 1px solid #3391CB;
}
.topleft {
	padding: 5px 0px 0px 0px;
}
.topleft a {
	margin-right: 10px;
}
.menu-buscar-container {
	display: inline-block;
}
.ubuntu {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}
.robotoSlab {
	font-family: 'Roboto Slab', Times, Georgia, serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #0076BE;
}
h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	position: relative;
	font-size: 36px;
	padding-top: 30px;
}
h1:before {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 3px;
	left: 0;
	top: 0px;
	background: #0076BE;
}
h2 {
	position: relative;
	font-size: 30px;
	padding-top: 30px;
}
h2:before {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 3px;
	left: 0;
	top: 0px;
	background: #0076BE;
}
h3 {
	position: relative;
	font-size: 24px;
	padding-bottom: 20px;
}
h3:after {
	position: absolute;
	display: block;
	content: "";
	width: 50px;
	height: 3px;
	left: 0;
	bottom: 0px;
	background: #0076BE;
}
#intranet h3, #webmail h3 {
	padding-top: 15px;
	color: #FFF;
}
#intranet h3:after, #webmail h3:after {
	background: #FFF;
}
#intranet label, #webmail label {
	margin-bottom: 0px;
}
#intranet .form-group, #webmail .form-group {
	margin-bottom: 5px;
}
#intranet .btn-primary, #webmail .btn-primary {
	background: #4a4a4a;
	border: 1px solid #666;
}
#intranet .btn-primary:hover, #webmail .btn-primary:hover {
	background: #6A6A6A;
	border: 1px solid #999;
}
.boxIntranet {
	padding: 15px;
	background: url(../img/fondoIntranet.jpg) #8CC63F bottom right;
}
.boxWebmail {
	padding: 15px;
	color: #FFF;
	background: url(../img/fondoWebmail.jpg) #0076BE bottom right;
}
.blog h2 {
	padding-top: 40px;
}
.blog h2:before {
	height: 0px;
	background: none;
}
.ult_info_table h3 {
	padding-bottom: 0px !important;
	font-size: 22px !important;
}
.ult_info_table h3:after {
	background: none;
	height: 0px;
}
.ult_price_body {
 	margin-bottom: 0px !important;
 }
.ult_pricing_table .ult_pricing_heading h5 {
	margin-bottom: 0px !important;
} 
.custom-logo-link img {
	width: 415px;
}
ul#menu-buscar {
	margin: 0px;
	padding: 0px;
}
ul#menu-buscar li, ul#menu-buscar li a {
	border: none;
	margin: 0px;
	padding: 0px;
}
ul#menu-buscar li {
	padding-left: 5px;
	padding-right: 0px;
}
.tb-search {
    background: none !important;
}
.icon-search:before {
    content: '\f002';
}
.icon-cancel:before {
		content: '\f00d';
		 margin-right: .2em;
}
.icon-search:before, .icon-cancel:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cajaSellos {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.navbarNavDropdown {
	padding-top: 20px;
}
.mainMenu {
	margin-top: -20px;
	text-align: justify;
}
.mainMenu ul li a {
	text-transform: uppercase;
	color: #4A4A4A;
	font-size: 15px;
	padding-top: 20px;
	border-top: 3px solid #FFF;
}
.mainMenu ul li a:hover {
	color: #0076BE;
}
.mainMenu ul li.current-menu-item a, .mainMenu ul li.current-menu-ancestor a, .dropdown-menu .active a  {
	color:#8CC63F;
	border-top: 3px solid #8CC63F;
}
.dropdown-menu {
	min-width: 15rem;
	width: auto;
}
.dropdown-menu .menu-item a.nav-link:hover {
    background-color: #F5F5F5;
    color:#8CC63F;
}
.mainMenu ul.dropdown-menu li a, .mainMenu ul li.current-menu-ancestor .dropdown-menu li a  {
	text-transform: none;
	color: #4A4A4A;
	border: none;
}
.dropdown-menu .current-menu-item a {
	color:#8CC63F !important;
	border: none;
}
.filaServicios ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: square;
}
.filaServicios ul li a:link, .filaServicios ul li a:visited {
	color:#4A4A4A;
}
.filaServicios ul li a:hover, .filaServicios ul li a:active {
	color: #30A6EE;
}
.stats-block .stats-number, .counter_suffix {
	font-family: 'Roboto Slab', serif !important;
	font-size: 64px;
	font-weight: 400 !important;
	color: #FFF;
}
.stats-text {
	font-family: 'Roboto Slab', serif !important;
	font-size: 24px;
	font-weight: 400;
	color: #FFF;
}
#tituloPagina h2 {
	color: #FFF;
}
#tituloPagina h2:before {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 3px;
	left: 0;
	top: 0px;
	background: #FFF;
}
#referencias h2 {
	color: #FFF;
}
#referencias h2:before {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 3px;
	left: auto;
	right: 0;
	top: 0px;
	background: #FFF;
}
#planifica h2 {
	color: #FFF;
	font-size: 26px;
}
#planifica h2:before {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 3px;
	left: 0;
	top: 0px;
	background: #FFF;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
	color: #FFF;
	background: #8CC63F;
}
.cc_container .cc_btn:hover {
	color: #000;
} 
.gform_body h2:before {
	background: #FFF;
	height: 0px;
}
.icon_list_item .icon_description h3 {
	padding-bottom: 5px;
	color: #8CC63F;
}
.icon_list_item .icon_description h3:after {
	margin-bottom: 10px !important;
	background: none !important;
}
.icon_list_item .icon_description .icon_description_text p {
	font-size: 15px !important;
}
#logos2 .isotope-item {
	padding-right: 20px;
}
.preFooter {
	background: url(../img/fondoFooter.jpg) #1E2834 repeat-x top;
	color: #FFF;
	padding: 60px 0px 80px 0px;
}
.footer-widget {
	clear: both;
}
.footer-widget ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-widget .menu-item {
	display: block;
	float: none;
	color: #8E9399;
}
.footer-widget .menu-item a:link, .footer-widget .menu-item a:visited {
	color: #8E9399;
	padding-left: 5px;
	font-size: 15px;
}
.footer-widget .menu-item a:hover {
	color: #FFF;
}
.footer-widget .menu-item:before {
	font-family: 'FontAwesome';
	content:'\f101 ';
	font-size: 10px;
	vertical-align: middle;
}
.footer-widget h3 {
	color: #FFF;
	text-transform: none;
	position: relative;
	font-weight: 300;
	font-size: 20px;
	padding-bottom: 20px;
}
.footer-widget h3:after {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 3px;
	left: 0;
	bottom: 0px;
	background: #FFF;
}
.widget_cnss_widget {
	padding-top: 30px;
}
#wrapper-footer {
	background: #FFF;
	color: #9B9B9B;
	font-size: 13px;
}
#wrapper-footer footer ul, #wrapper-footer footer ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}
#wrapper-footer footer ul li {
	margin-left: 10px;
	float: left;
}
#wrapper-footer footer ul li a {
	color: #9B9B9B;
}
#wrapper-footer footer ul li a:hover {
	color: #444444;
}
#wrapper-footer footer ul li a:after {
	font-family: "FontAwesome";
	content: " \f101";
}
.footcol2, .footcol3 {
	padding-top: 30px;
}
#paralaxNoticias {
	padding: 60px 0px;
	background: url(http://tuyu.es/wp-content/uploads/2017/04/topNetwork.jpg) no-repeat top;
	background-size: cover;
}
#paralaxNoticias h2 {
	color: #FFF;
}
#paralaxNoticias h2:before {
	background: #FFF;
}
#right-sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#right-sidebar ul li {
	margin: 5px 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #F1F1F1;
}
#right-sidebar ul li:last-of-type {
	border-bottom: none;
}
#right-sidebar .widget_search label {
	display: none;
}
#right-sidebar .widget {
	margin: 15px 0px 30px 0px;
}
.blog article {
	margin-bottom: 45px;
}
.small {
	font-size: 11px;
	text-align: justify;
	text-justify: inter-word;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #0076BE;
    border-color: #0076BE;
}
.page-link:focus, .page-link:hover {
    color: #30A6EE;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd;
}
#primary.blog {
	padding-bottom: 30px;
}
#cta h2:before {
    position: absolute;
    display: none;
    content: "";
    height: 0px;
    left: 0;
    top: 0px;
    background: none;
}
#cta h3:after {
    position: absolute;
    display: none;
    content: "";
    height: 0px;
    left: 0;
    bottom: 0px;
    background: none;
}
/*------ SLIDER ------------*/
.tp-caption.titulo1 {
	padding: 15px !important;
}
.tp-caption.titulo2 {
	padding: 10px !important;
}
.tp-caption.titulo3 {
	padding: 10px !important;
}
.tp-caption.bullet {
	padding: 10px !important;
}
/* ------ POLYGON PARALLAX SECTIONS ----- */
#rev_slider_5_1_wrapper, #tituloPagina {
	shape-outside: polygon(0 0, 100% 0, 100% 100%, 0 89%);	
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 89%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 89%);
}
#cta {
	shape-outside: polygon(0 0, 100% 22%, 100% 100%, 0 100%);	
	-webkit-clip-path: polygon(0 0, 100% 22%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 22%, 100% 100%, 0 100%);
	margin-bottom:0px;
}
#contadores {
	shape-outside: polygon(0 0, 100% 0%, 100% 100%, 0 88%);	
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 88%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 88%);
	margin-top:0px;
}
#referencias, #especialistas {
	-webkit-clip-path: polygon(0 17%, 100% 0, 100% 100%, 0 83%);
	clip-path: polygon(0 17%, 100% 0, 100% 100%, 0 83%);
}
#planifica {
	-webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 83%);
	clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 83%);
}
#paralaxNoticias {
	shape-outside: polygon(0 0, 100% 0, 100% 100%, 0 80%);	
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}
#widget_sp_image-3 {
	float:left;
}
#widget_sp_image-4 {
	float:right;
	clear:none !important;
}
#cnss_widget-2 {
	
}
.popmake-visitas label {
	margin-bottom:5px !important;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    vertical-align: text-top !important;
    cursor: pointer;
}
#gform_10 label {
	/*display:none;*/
}
/*------ LANDING PAGES --------*/
.lineaTop {
    background:#0076BE;
    height:10px;
}
.landing input.gform_button {
    color: #fff;
    border-color: #2A2A2A;
    background-color: #2A2A2A;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
}
.landing input.gform_button:hover {
    color: #f7f7f7;
    border-color: #1b1b1b;
    background-color: #1b1b1b;
}
.landingFooter {
    background:#333333 !important;
    color:#FFF !important;
    padding:10px 0px;
}
.landingFooter a {
    color:#FFF;
}
#gform_7 label {
    display:none;
}
#gform_7 ul.gfield_checkbox label {
    display:inline;
}
.landing h1:before {
    background:none;
}
.landing h3.blanco {
    color:#FFF;
}
.landing h3:before {
    position: absolute;
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    left: 50%;
    top: -40px;
    background: #0076BE;
}
.landing h3.blanco:before {
    position: absolute;
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    left: 50%;
    top: -30px;
    background: #FFF;
}
.landing h3:after {
    position: absolute;
    display: block;
    content: "";
    width:0px;
    height: px;
    left: 0;
    bottom: 0px;
    background: none;
}
/* alternative style to hide sentence from view */
     
     .hatom-extra {display: none;}
