body{
	font-family: 'Roboto', 'Open Sans', Helvetica, Arial, sans-serif;			
}

body div.content{
	font-size:18px;
}

body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6 {
	color: white;
}

a {
color: #3498db;
font-weight: 600;	
}

a:focus, 
a:hover, 
a:active {
	color: #3498db;
}
.color-green {
	color: #3498db;
}
a.read-more:hover { 
	color:#3498db; 
}
.linked:hover {
	color:#3498db;
}

p{
color: #ffffff !important;
font-family: 'Open Sans', sans-serif;	
font-weight: 300;	
letter-spacing: 0.5px;	
/*line-height: 25px;
letter-spacing: 1px;
font-size: 17px;*/
}

body.dark strong{
	color: white;
}

li{
	list-style: circle;
} 

li a {
color: #0a9ae2 !important;
}

li a strong{
color: #0a9ae2 !important;
    font-weight: 600;
}


/* Headers Default
------------------------------------*/
.header .navbar-nav > .active > a {
  color: #3498db;
}
.header .navbar-nav > .active > a {
  border-color: #3498db;
}
.header .dropdown-menu {
	border-top: solid 2px #3498db;
}
.header .navbar-nav > li:hover > a {
  color: #2980b9;
}
.header .nav > li > .search:hover {
  border-bottom-color: #2980b9;
  color: #2980b9;
}
.header .navbar-nav > li > a:hover,
.header .navbar-nav > .active > a {
  border-bottom-color: #3498db;
}
.header .navbar-toggle {
  border-color: #2980b9;
}
.header .navbar-toggle,
.header .navbar-toggle:hover,
.header .navbar-toggle:focus {
  background:  #3498db;
}
.header .navbar-toggle:hover {
  background:  #2980b9 !important;
}
.header .navbar-nav > .open > a,
.header .navbar-nav > .open > a:hover,
.header .navbar-nav > .open > a:focus {
  color: #3498db;
}



/* Design for max-width: 991px */
@media (max-width: 991px) {
	.header .navbar-nav > .active > a,
	.header .navbar-nav > .active > a:hover,
	.header .navbar-nav > .active > a:focus {
	  background:  #3498db;
	  color: #fff !important;
	}
	.header .navbar-nav > .active > a {
	  border-color: #eee;
	}
	.header .nav > li > .search:hover {
	  background:  #3498db;
	}
}


/* Headers v5
------------------------------------*/
.header-v5 .navbar-default .navbar-nav > li > a:hover,
.header-v5 .navbar-default .navbar-nav > .active > a {
  border-top: 2px solid #3498db;
}
.header-v5 .navbar-default .navbar-nav > .active > a {
  color: #3498db;
}
.header-v5 .navbar-default .navbar-nav > li:hover > a {
  color: #3498db;
}
.header-v5 .navbar-default .navbar-nav > .open > a,
.header-v5 .navbar-default .navbar-nav > .open > a:hover,
.header-v5 .navbar-default .navbar-nav > .open > a:focus {
  color: #3498db;
}
.header-v5 .dropdown-menu li > a:hover {
  background:  #3498db;
}
.header-v5 .dropdown-menu .active > a,
.header-v5 .dropdown-menu li > a:hover {
  background:  #3498db;
}
.header-v5 .dropdown-menu {
  border-color: #3498db;
}
.header-v5 .dropdown-menu li.dropdown-submenu:hover > a {
  background:  #3498db;
}
.header-v5 .dropdown-menu .style-list li > a:hover {
  background: none;
}
.header-v5 .style-list li a:hover {
  color: #3498db;
}


@media (min-width: 992px) {
	.header-v5 .dropdown-menu li a {
			font-size: 18px;
	}
}


.header-socials li a:hover {
  color: #3498db;
}

/* Sliders
------------------------------------*/
/* Main Parallax Sldier */
.da-slide h2 i {
	background-color: rgba(52, 152, 219, 0.8);
}

/* Sequence Parallax Sldier */
.sequence-inner {
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#deeffc));
  background: -webkit-linear-gradient(#fff, #deeffc);
  background: -moz-linear-gradient(#fff, #deeffc);
  background: -ms-linear-gradient(#fff, #deeffc);
  background: -o-linear-gradient(#fff, #deeffc);
  background: linear-gradient(#fff, #deeffc)
}
#sequence-theme h2 {
	background: rgba(52, 152, 219, 0.8);
}
#sequence-theme .info p {
	background: rgba(52, 152, 219, 0.8);
}

/* Buttons
------------------------------------*/
.btn-u {
	background: #3498db;
}
.btn-u:hover, 
.btn-u:focus, 
.btn-u:active, 
.btn-u.active, 
.open .dropdown-toggle.btn-u {
	background: #2980b9;
	color: #fff;
}

/* Buttons Color */
.btn-u-split.dropdown-toggle {
   border-left: solid 1px #2980b9;
}

/* Bordered Buttons */
.btn-u.btn-brd {
  border-color: #3498db;
}
.btn-u.btn-brd:hover {
  color: #2980b9;
  border-color: #2980b9;
}
.btn-u.btn-brd.btn-brd-hover:hover {
  background: #2980b9;   
}

/* Service
------------------------------------*/
.service .service-icon {
	color:#3498db;	
}

/* Service Blocks */
.service-alternative .service:hover { 
	background:#3498db;
} 

/* Thumbnail (Recent Work)
------------------------------------*/
.thumbnail-style h3 a:hover {
	color:#3498db;
}
.thumbnail-style a.btn-more {
	background:#3498db;
}
.thumbnail-style a.btn-more:hover {
	box-shadow:0 0 0 2px #2980b9;
}

/* Typography
------------------------------------*/
/* Heading */
.headline h2, 
.headline h3, 
.headline h4 {
	border-bottom:2px solid #3498db;
}

/* Blockquote */
blockquote:hover {
	border-left-color:#3498db; 
}
.hero {
	border-left-color: #3498db;
}
blockquote.hero.hero-default {
  background: #3498db;
}
blockquote.hero.hero-default:hover {
  background: #2980b9;
}

/* Carousel
------------------------------------*/
.carousel-arrow a.carousel-control:hover {
	color: #3498db;
}

/* Footer
------------------------------------*/
.footer a,
.copyright a,
.footer a:hover,
.copyright a:hover {
	color: #3498db;
}

/* Footer Blog */
.footer .dl-horizontal a:hover {
	color:#3498db !important;
}

/* Blog Posts
------------------------------------*/
.posts .dl-horizontal a:hover { 
	color:#3498db; 
}
.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a { 
	color: #3498db;
	border-color: #3498db !important;
}

/* Post Comment */
.post-comment h3, 
.blog-item .media h3,
.blog-item .media h4.media-heading span a {
	color: #3498db;
}

/* Tabs
------------------------------------*/
/* Tabs v1 */
.tab-v1 .nav-tabs { 
	border-bottom: solid 2px #3498db; 	
}
.tab-v1 .nav-tabs > .active > a, 
.tab-v1 .nav-tabs > .active > a:hover, 
.tab-v1 .nav-tabs > .active > a:focus { 
	background: #3498db; 
}
.tab-v1 .nav-tabs > li > a:hover { 
	background: #3498db; 
}

/* Tabs v2 */
.tab-v2 .nav-tabs li.active a {
	border-top: solid 2px #3498db;
}

/* Tabs v3 */
.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
	background: #3498db;
	border: solid 1px #2980b9;
}

/* Accardion
------------------------------------*/
.acc-home a.active,
.acc-home a.accordion-toggle:hover { 
	color:#3498db; 
}
.acc-home .collapse.in { 
	border-bottom:solid 1px #3498db; 
}

/* Testimonials
------------------------------------*/
.testimonials .testimonial-info {
	color: #3498db;
}
.testimonials .carousel-arrow i:hover {
	background: #3498db;
}

/* Info Blocks
------------------------------------*/
.info-blocks:hover i.icon-info-blocks {
	color: #3498db;
}

/* Breadcrumb
------------------------------------*/
.breadcrumb li.active,
.breadcrumb li a:hover {
	color:#3498db;
}

/* About Page
------------------------------------*/
.team .thumbnail-style:hover h3 a {
	color:#3498db !important;
}

/* Social Icons */
.team ul.team-socail li i:hover {
	background: #3498db;
}

/* Right Sidebar
------------------------------------*/
/* Right Sidebar */
.who li i,
.who li:hover i, 
.who li:hover a { 
	color:#3498db; 
}

/* Privacy Page
------------------------------------*/
.privacy a:hover {
	color:#3498db; 
}

/* Portfolio Page
------------------------------------*/
/* Portfolio v1 */
.view a.info:hover {
	background: #3498db;
}

/* Portfolio v2 */
.sorting-block .sorting-nav li.active {
	color: #3498db;
	border-bottom: solid 1px #3498db;
}
.sorting-block .sorting-grid li a:hover span.sorting-cover {
	background: #3498db;
}

/* Blog Page
------------------------------------*/
.blog h3 {
	color:#3498db;
}
.blog li a:hover {
	color:#3498db;
}

/* Blog Tags */
ul.blog-tags a:hover {
	background: #3498db;
}
.blog-post-tags ul.blog-tags a:hover {
  background:  #3498db;
}

/* Blog Photos */
.blog-photos li img:hover {
	box-shadow: 0 0 0 2px #3498db;
}

/* Blog Latest Tweets */
.blog-twitter .blog-twitter-inner:hover {
	border-color: #3498db;
	border-top-color: #3498db;	
}
.blog-twitter .blog-twitter-inner:hover:after {
	border-top-color: #3498db;	
}
.blog-twitter .blog-twitter-inner a {
	color: #3498db;
}

/* Blog Item Page
------------------------------------*/
.blog-item h4.media-heading span a {
	color:#3498db;
}

.subtitulo_blog{
margin-bottom: 50px;    
}

/* Coming Soon Page
------------------------------------*/
.coming-soon-border {
	border-top: solid 3px #3498db;
}

/* Search Page
------------------------------------*/
.booking-blocks p a {
	color: #3498db;
}

/* Icons Page
------------------------------------*/
.icon-page li:hover { 
	color:#3498db;
}

/* Glyphicons */
.glyphicons-demo a:hover {
	color: #3498db;
	text-decoration: none;
}

/* Social Icons
------------------------------------*/
.social-icons-v1 i:hover {
  color: #fff;
  background: #3498db;
}

/* Magazine Page
------------------------------------*/
/* Magazine News */
.magazine-news .by-author strong {
	color: #3498db;
}

.magazine-news a.read-more {
	color: #3498db;
}

/* Magazine Mini News */
.magazine-mini-news .post-author strong {
	color: #3498db;
}
.news-read-more i {
	background: #3498db;
}

/* Sidebar Features */
.magazine-page h3 a:hover {
	color: #3498db;
}

/* Page Features
------------------------------------*/
/* Tag Boxes v1 */
.tag-box-v1 {
	border-top: solid 2px #3498db;
}

/* Tag Boxes v2 */
.tag-box-v2 {
	border-left: solid 2px #3498db;
}

/* Tag Boxes v7 */
.tag-box-v7 {
	border-bottom: solid 2px #3498db;
}

/* Font Awesome Icon Page Style */
.fa-icons li:hover { 
  color: #3498db;
}
.fa-icons li:hover i {
  background: #3498db; 
}

/* GLYPHICONS Icons Page Style */
.bs-glyphicons li:hover {
  color: #3498db;
}

/* Navigation
------------------------------------*/
/* Pagination */
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
  background-color: #3498db;
  border-color: #3498db;
}
.pagination li a:hover {
  background: #2980b9;
  border-color: #2980b9;   
}

/* Pager */
.pager li > a:hover, 
.pager li > a:focus {
  background: #2980b9;
  border-color: #2980b9;   
}
.pager.pager-v2 li > a:hover, 
.pager.pager-v2 li > a:focus,
.pager.pager-v3 li > a:hover, 
.pager.pager-v3 li > a:focus {
  color: #fff;
  background: #3498db;
}

/* Registration and Login Page v2
------------------------------------*/
.reg-block {
	border-top: solid 2px #3498db;
}

/*Image Hover
------------------------------------*/
/* Image-hover */
#effect-2 figure .img-hover {
	background: #3498db;
}

/* Blog Large Page
------------------------------------*/
.blog h2 a:hover {
	color: #3498db;
}

/* Timeline v1 Page
------------------------------------*/
.timeline-v1 > li > .timeline-badge i:hover {
	color: #3498db;
}
.timeline-v1 .timeline-footer .likes:hover i {
	color: #3498db;
}

/* Timeline v2 Page
------------------------------------*/
/* The icons */
.timeline-v2 > li .cbp_tmicon {
	background: #3498db;
}

/* Progress Bar
------------------------------------*/
.progress-bar-u {
  background: #3498db;
}

/* Job Inner Page
------------------------------------*/
.job-description .save-job a:hover,
.block-description .save-job a:hover {
	color: #3498db;
}

.job-description .p-chart .overflow-h li i,
.job-description .p-chart .overflow-h li a,
.block-description .p-chart .overflow-h li i,
.block-description .p-chart .overflow-h li a {
	color: #3498db;
}

/* Colorful-ul */
.job-description .colorful-ul li a {
	color: #3498db;
}

/* Search Inner Page
------------------------------------*/
.s-results .related-search a:hover {

	color: #3498db;
}
.s-results .inner-results h3 a:hover {
	color: #3498db;
}
.s-results .up-ul li a:hover {
	color: #3498db;
}
.s-results .down-ul li a {
	color: #3498db;
}

/* Funny Boxes
------------------------------------*/
.funny-boxes p a {
  color: #3498db;
}
.funny-boxes .funny-boxes-img li i {
  color: #3498db;
}
.funny-boxes-colored p, .funny-boxes-colored h2 a, .funny-boxes-colored .funny-boxes-img li, .funny-boxes-colored .funny-boxes-img li i {
  color: #fff;
}

/* Sidebar Sub Navigation
------------------------------------*/
.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a {
  color: #3498db;
}

/* Blockquote
------------------------------------*/
blockquote.bq-green {
  border-color: #3498db;
}
blockquote:hover,
blockquote.text-right:hover {
  border-color: #3498db;
}
.quote-v1 p::before {
  color: #3498db;
}

/* Green Left Bordered Funny Box */
.funny-boxes-left-green {
  border-left: solid 2px #3498db;
}
.funny-boxes-left-green:hover {
  border-left-color: #3498db;
}

/* Testimonials Default
------------------------------------*/
/* Testimonials */
.testimonials .carousel-arrow i:hover {
  background: #3498db;
}

/* Testimonials Default */
.testimonials-bg-default .item p {
  background: #3498db;
}
.testimonials.testimonials-bg-default .item p:after,
.testimonials.testimonials-bg-default .item p:after {
  border-top-color: #3498db;
}
.testimonials-bg-default .carousel-arrow i {
  background: #3498db;
}
.testimonials.testimonials-bg-default .carousel-arrow i:hover {
  background: #2980b9;
}

/* Promo Page
------------------------------------*/
/* Promo Box */
.promo-box:hover strong, 
.promo-box:hover strong a {
	color: #3498db;
}

/* Typography
------------------------------------*/
.dropcap {
	color: #3498db;
}

.dropcap-bg {
	color: #fff;
	background: #3498db;
}

/* Breadcrumbs
------------------------------------*/ 
span.label-u,
span.badge-u {
  background: #3498db;
}

/* Icons
------------------------------------*/
/* Icon Link*/
.link-icon:hover i {
  color: #3498db;
  border: solid 1px #3498db;
}

.link-bg-icon:hover i {
  color: #3498db;
  background: #3498db !important;
  border-color: #3498db;
}

/* Icons Backgroun Color
------------------------------------*/ 
i.icon-color-u {
  color: #3498db;
  border: solid 1px #3498db;
}
i.icon-bg-u {
  background: #3498db;
}

/* Line Icon Page
------------------------------------*/
.line-icon-page .item:hover {
	color: #3498db;
}

/* Colored Content Boxes
------------------------------------*/
.service-block-u {
  background: #3498db;
}

/* Panels (Portlets)
------------------------------------*/
.panel-u {
	border-color: #3498db;
}
.panel-u > .panel-heading {
   background: #3498db;
}

/* Owl Carousel
------------------------------------*/
.owl-btn:hover {
  background: #3498db;
}

/* Counter
------------------------------------*/
.counters span.counter-icon i {
	background: #3498db;
}
.counters span.counter-icon i:after {
	border-top: 7px solid #3498db;
}

/* SKy-Forms
------------------------------------*/
/* Buttons */
.sky-form .button {
	background: #3498db;
}

/* Rating */
.sky-form .rating input:checked ~ label {
	color: #3498db;
}

/* Message */
.sky-form .message {
	color: #3498db;
}
.sky-form .message i {
	border-color: #3498db;
}

/* Profile
------------------------------------*/
.profile .profile-post:hover span.profile-post-numb {
	color: #3498db;
}
.profile .date-formats {
	background: #3498db;
}
.profile .name-location span i,
.profile .name-location span a:hover {
	color: #3498db;
}
.share-list li i {
	color: #3498db;
}
.profile .comment-list-v2 li:hover i,
.profile .comment-list li:hover i {
	color: #3498db;
}
.profile .profile-post.color-one {
	border-color: #3498db;
}

/* Pricing Page
------------------------------------*/
/* Pricing Head */
.pricing:hover h4 {
	color:#3498db;
}
.pricing-head h3 {
	background:#3498db;
	text-shadow: 0 1px 0 #2980b9;	
}
.pricing-head h4 {
	color:#999;
	background:#fcfcfc;
	border-bottom:solid 1px #deeffc;
}
	
/* Pricing Content */
.pricing-content li {
	border-bottom:solid 1px #deeffc;
}
.pricing-content li i {
	color:#3498db;
}

/* Pricing Extra */
.sticker-left {
	background: #3498db;
}

/* Pricing Footer */
.pricing-footer a:hover,
.pricing-footer button:hover {
	background:#2980b9;
}

/* Pricing Active */
.price-active h4 {
	color:#3498db;
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
	color:#3498db;
}

/* Mega Pricing Tables 
------------------------------------*/
.pricing-mega-v1 .pricing-head h3,
.pricing-mega-v2 .pricing-head h3,
.pricing-mega-v3 .pricing-head h3 {
	text-shadow: 0 1px 0 #2980b9;
}

/* Pricing Table Mega v1 Version
------------------------------------*/
.pricing-mega-v1 .pricing:hover h4 i {
	color:#3498db;
}
.pricing-mega-v1 .pricing-content li i {
	color: #3498db; 
}

/* Pricing Table Colored Background Version
------------------------------------*/
.pricing-bg-colored .pricing:hover {	
	background: #3498db;
}
.pricing-bg-colored .pricing-head i {
	color:#3498db;
}
.pricing-bg-colored .pricing-footer .btn-u {
	border: 1px solid #fff;
}
.pricing-bg-colored .pricing-head p {
  border-bottom: 1px solid #deeffc;
}

/* Pricing Table Mega v2 
------------------------------------*/
.pricing-mega-v2 .block:hover .bg-color {
	background: #3498db;
}
.pricing-mega-v2 .block:hover h3,
.pricing-mega-v2 .block:hover h4, 
.pricing-mega-v2 .block:hover li, 
.pricing-mega-v2 .block:hover li i,
.pricing-mega-v2 .block:hover h4 i {
	background: #3498db;
}

/* Pricing Table Mega v3 
------------------------------------*/
.pricing-mega-v1 .btn-group .dropdown-menu,
.pricing-mega-v3 .btn-group .dropdown-menu {
	background: #3498db !important;
}

.pricing-mega-v1 .btn-group .dropdown-menu li a:hover,
.pricing-mega-v3 .btn-group .dropdown-menu li a:hover {
	background: #2980b9;
}

/* Grid Block v2 
------------------------------------*/
.grid-block-v2 li:hover .grid-block-v2-info {
  border-color: #3498db;
}

/* Testimonials v3 Title 
------------------------------------*/
.testimonials-v3 .testimonials-v3-title p {
  color: #3498db;
}

.testimonials-v3 .owl-buttons .owl-prev:hover,
.testimonials-v3 .owl-buttons .owl-next:hover {
  background:  #3498db;
}

/* Content Boxes v4 
------------------------------------*/
.content-boxes-v4 i {
  color: #3498db;
}

/* Thumbnails v1 
------------------------------------*/
.thumbnails-v1 .read-more {
  color: #3498db;
}

/* Thumbnails v6 
------------------------------------*/
.testimonials-v6 .testimonials-info:hover {
  border-color: #3498db;
}

/* Team v1 
------------------------------------*/
.team-v1 li:hover > p:before {
  background:  #3498db;
}

/* Team v4
------------------------------------*/
.team-v4 .team-social-v4 a:hover {
  color: #3498db;
}

/* Team v5 & v6 & v7
------------------------------------*/
.team-v5 small,
.team-v6 small,
.team-v7 .team-v7-position {
  color: #3498db;
}

/* Headliner Center
------------------------------------*/
.headline-center h2:after {
  background:  #3498db;
}

/* Headliner Left
------------------------------------*/
.headline-left .headline-brd:after {
  background:  #3498db;
}

/* Portfolio Box
------------------------------------*/
.portfolio-box .portfolio-box-in i {
  background:  #3498db;
}

/* Flat Background Block v1
------------------------------------*/
.flat-bg-block-v1 .checked-list i {
  color: #3498db;
}

/* Owl Carousel v5
------------------------------------*/
.owl-carousel-v5 .owl-controls .owl-page.active span,
.owl-carousel-v5 .owl-controls.clickable .owl-page:hover span {
  background:  #3498db;
}

/* Content Boxes v5
------------------------------------*/
.content-boxes-v5:hover i {
  background:  #3498db;
}

/* Block Grid v1
------------------------------------*/
.block-grid-v1:hover {
  border-color: #3498db;
}

/* Block Grid v2
------------------------------------*/
.block-grid-v2 li:hover .block-grid-v2-info {
  border-color: #3498db;
}

/* Content Boxes v6
------------------------------------*/
.content-boxes-v6:hover i:after {
  border-color: #3498db;
}
.content-boxes-v6:hover i {
  background:  #3498db;
}

/* Portfolio Box-v2
------------------------------------*/
.portfolio-box-v2 .portfolio-box-v2-in i {
  background:  rgba(52, 152, 219, 0.8);
}
.portfolio-box-v2 .portfolio-box-v2-in i:hover {
  background:  #3498db;
}

/* Service Block v1
------------------------------------*/
.service-block-v1 i {
  background:  #3498db;
}

/* Service Block v4
------------------------------------*/
.service-block-v4 .service-desc i {
  color: #3498db;
}

/* Service Block v7
------------------------------------*/
.service-block-v7 i {
  background: #3498db;
}

/* Service Block v8
------------------------------------*/
.service-block-v8 .service-block-desc h3::after {
  background: #3498db;
}

/* Testimonials bs
------------------------------------*/
.testimonials-bs .carousel-control-v2 i:hover {
  border-color: #3498db;
  color: #3498db;
}

/* Fusion Portfolio
------------------------------------*/
.fusion-portfolio #filters-container .cbp-filter-item-active {
  background:  #3498db;
  border-color: #3498db;
}

 .fusion-portfolio #filters-container .cbp-filter-item:hover {
  color: #3498db;
}

.blog_masonry_3col h3 a:hover {
  color: #3498db;
}

/* Cube Portfolio
------------------------------------*/
.cube-portfolio .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active, .cube-portfolio .cbp-l-filters-text .cbp-filter-item:hover {
  color: #3498db;
}
.cube-portfolio .link-captions li i:hover {
	color: #fff;
	background: #3498db;    
}
.cube-portfolio .cbp-caption-activeWrap.default-transparent-hover {
  background: rgba(52, 152, 219, .9) !important;
}

/* Recent Works
------------------------------------*/
.owl-work-v1 .item a:hover span {
  border-bottom-color: #3498db;
}

/* Footer Default
------------------------------------*/
.footer-default .footer .dl-horizontal a:hover {
  color: #3498db !important;
}
.footer-default .footer a {
    color: #3498db;
}
.footer-default .footer a:hover {
  color: #2980b9;
}
.footer-default .copyright a {
  color: #3498db;
}
.footer-default .copyright a:hover {
  color: #2980b9;
}

/* Footer v4
------------------------------------*/
.footer-v4 .copyright a {
  color: #3498db;
}

/* Title v1
------------------------------------*/
.title-v1 h1:after, .title-v1 h2:after {
  background-color: #3498db;
}

/* Copyright Section
------------------------------------*/
.copyright-section i.back-to-top:hover {
  color: #3498db;
}

/* Top Control
------------------------------------*/
#topcontrol:hover {
  background-color: #3498db;
}

/* News Info
------------------------------------*/
.news-v1 .news-v1-info li a:hover {
  color: #3498db;
}
.news-v1 h3 a:hover {
    color: #3498db;
}
.news-v2 .news-v2-desc h3 a:hover {
    color: #3498db !important;
}
.news-v3 .post-shares li span {
  background: #3498db;
}
.news-v3 .posted-info li a:hover {
  color: #3498db !important;
}
.news-v3 h2 a:hover {
  color: #3498db !important;
}

/* Blog Trending
------------------------------------*/
.blog-trending small a:hover {
  color: #3498db;
}

.blog-trending li,.blog-latest-posts li{
list-style: none;
margin-bottom: 12px;
}

.contacto_blog{
padding: 0px 5px;
margin-top: -5px;
	margin-bottom: 25px;
}

.contacto_blog .campo label{
font-size: 	15px;
}

.contacto_blog .campo input,.contacto_blog .campo textarea{
background-color: #e9e9e9 !important;
margin-bottom: 5px;
color: black;	
}

.contacto_blog .campo input::placeholder,.contacto_blog .campo textarea::placeholder{
color: #979797;
font-style: italic;
}

.contacto_blog .checkbox label{
font-size: 12px;
}

.contacto_blog .legal_text{
font-size: 9px;
text-align: justify;
font-weight: bold;
color: white !important;
}

.contacto_blog .legal_text strong{
color: #929292 !important;
}


/* Blog Masonry
------------------------------------*/
.blog_masonry_3col ul.grid-boxes-news li a:hover {
	color: #3498db;
}

/* List v1
------------------------------------*/
.lists-v1 i {
  background: #3498db;
}

/* List v2
------------------------------------*/
.lists-v2 i {
  color: #3498db;
}

/* Process v1
------------------------------------*/
.process-v1 .process-in > li i {
  background: #3498db;
}

/* Featured Blog
------------------------------------*/
.featured-blog h2::after {
  background: #3498db;
}
.featured-blog .featured-img i:hover {
  color: #fff;
  background: #3498db;
}

.rgba-default {
  background-color: rgba(39, 215, 231, 1);
}

/* Blog Latest Posts
------------------------------------*/
.blog-latest-posts h3 a:hover {
	color: #3498db !important;
}

/* Blog Trending
------------------------------------*/
.blog-trending h3 a:hover {
	color: #3498db !important;
}


body.dark .category .section-block {
background-color:#05304C;
}

.navbar-toggle .icon-bar {
    width: 26px;
    height: 4px;
}


.header-v5 .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}

.header-v5 .navbar-brand {
    padding: 10px 10px 10px 15px;
}


.header-v5 .navbar-default .navbar-nav > li > a{
	color:#fff;
}


@media (max-width: 991px) {
.header-v5 .navbar-header {
    margin-right: 0px;
}

img#logo-header{
	height:55px;
	padding-top:8px;
}


.header-v5 .navbar-default .navbar-nav > li > a {
    font-size: 18px;
		color:#fff;
}

.header-v5 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 16px;
		color:#fff;
}

.header-v5 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.header-v5 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color:#ddd;

}

.header-v5 .navbar-nav .open .dropdown-menu > li > a, 
.header-v5 .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 15px 15px 15px 25px;

}




/* home */

 .row.grid-block-v2{
	 padding:0px;
 }

}


/* footer */

.footer-v1 .footer .map-img {
background: url(../img/marroba.png) 5px 60px no-repeat;	
}

footer .copyright p{
font-size: 12px;
font-weight: 600;
color: #cbcbcb !important;
}

footer .copyright p .separador_legal{
color: #6d6d6d;
}

footer li{
list-style: none;
}

.galhome ul{
	list-style:none;
}

.galhome h3.tit{
  margin-top: -40px;
  margin-bottom: 40px;
}

.shop-subscribe{
    padding-top: 20px;
    background: #222 url(../img/patterns/5.png)
}


.search-block {
    padding: 280px 0;
    background: url(../img/bg/homepage-01.jpg) 50% 0 repeat fixed;

}

.parallax-counter-v2 {
    padding: 10px 0 50px;
}

.parallax-counter-v2 .content-md {
    padding-top: 20px;
    padding-bottom: 20px;
}

.parallax-counter-v2 .counters h4 {
    font-size: 16px;
}


body.dark .parallax-counter-v2 {
    background: #222 url(../img/bg/bg_code.jpg) repeat fixed;
}

.layout_1 .container.content,
.layout_3 .container.content,
.layout_6 .container.content,
.layout_2 .container.content {
	
	font-size:18px;
	
}


body.dark i.icon-custom {
	padding-left:4px;
}


/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}





.blog-trending h3,
.blog-latest-posts li,
ul.list-inline.tags-v2 {
    margin-left: 10px;
}





.header-fixed .header-v5.header-fixed-shrink{
	
	background:#252525;
}








body.layout_2 .breadcrumbs-v1 {
	    background: url(../img/breadcrumbs/img4.jpg) center no-repeat;
}



body.layout_3 .breadcrumbs-v3 {
	padding:30px 0px;
}


body.dark .wrapper h2 p {
	color:#ccc;
}


body.dark .tag-box.tag-box-v5{
	margin:0;
  background: #202020 url(../img/patterns/8.png);
}


.tag-box-v5 span{
	color:#ccc;
}



/**** Infinite Scroll ****/

#infscr-loading {
	position: fixed;
	text-align: center;
	bottom: 30px;
	left: 42%;
	z-index: 100;
	background: white;
	background: hsla( 0, 0%, 100%, 0.9 );
	padding: 20px;
	color: #222;
	font-size: 15px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



/* Portfolio */
/* filter */
.filter {
	text-align: center;
	margin-bottom: 45px;
}
.filter li {
	display: inline-block;
}
.filter li a {
	display: block;
	color: #c0c0c0;
	font-size: 18px;
	font-weight: 400;
	padding: 0 13px;
}
.filter li .selected, .filter li a:hover {
	color: #555;
}
.filter li .amount {
	display: inline-block;
	color: #555;
	margin-left: 7px;
	padding: 2px 7px 4px 7px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.filter li .selected .amount, .filter li a:hover .amount {
	color: white;
	background: #2880b2;
}



.grid-item {
	width: 50%;
	min-height:200px;
}

.portafolio-titulo{
		font-size:16px;
 }



.topbar-v3 {
	    font-size: 18px;
}


.topbar-v3 ul.left-topbar > li > a {
	font-size: 18px;
}



@media (min-width: 768px) { 


	.topbar-v3 {
	    font-size: 13px;
	}
	
	.topbar-v3 ul.left-topbar > li > a {
		font-size: 12px;
	}



	.grid-item {
		min-height:350px;
	}


	.portafolio-titulo{
			font-size:16px;
	 }
	 
}



@media (min-width: 769px) { 
	
	 
	.grid-item {
		min-height:250px;
		width: 25%;
	}
}


@media (min-width: 1170px) { 
	.grid-item {
	}
}



@media (min-width: 1700px) { 
	.grid-item {
		min-height:440px;
	}
}


.item-content{
	padding:2%;
}

.portafolio-foot{
	text-align:center;
	padding:10px 0px 30px 0px;
}


body.dark .form-control {
    background: #333;
}



div.modal{
	z-index:2000;
}




/** ===========================================================================================================

CAMBIOS DE ZAFRA

==============================================================================================================**/

body.dark {
    color: #ffffff!important;
    background-color: #2c2c2c!important;
}


.header-v5 .dropdown-menu {
  border-color: white;
}

.header-v5 .navbar-default .navbar-toggle .icon-bar {
    background: #009ae2;
}


.topbar-v3 .right-topbar li, .topbar-v3 .right-topbar li a {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.topbar-v3 .right-topbar li a:hover{
    color: #009ae2 !important;
    text-decoration: none !important;
    /* font-weight: 500!important; */
}


.topbar-v3 .search:hover {
    color: #009ae2;
}


@media (min-width: 992px){

.header-v5 .dropdown-menu li a {
    color: #009ae2;
   font-family: 'Montserrat', sans-serif;
   font-size: 15px;
       font-weight: 400;
}
}

.header-v5 .dropdown-menu li a:hover{
    color: white !important;
	 background-color:  #009ae2 !important;
}





.topbar-v3 ul.left-topbar > li > a:hover{
color: #009ae2;
    text-decoration: none !important;
    font-weight: 700;
}


@media (min-width: 992px){
.header-v5 .dropdown-menu li a {
    padding: 8px 15px;
    border-bottom: solid 1px white;
}
}

.texto_slide1{
max-width: 400px !important;
}

.boton_slide1:hover{
background-color: white!important;
color: rgb(0, 154, 226);
border: solid 1px rgb(0, 154, 226) !important;
}


@media (max-width: 1200px) {
	.titulo_slide1,.texto_slide1,.boton_slide1{
		left: 100px !important;
	}
}


@media (max-width:1000px) {
	.titulo_slide1,.texto_slide1,.boton_slide1{
		left: 95px !important;
	}
}

@media (max-width: 944px) {
	.titulo_slide1,.texto_slide1,.boton_slide1{
		left: 90px !important;
	}
}

@media (max-width: 870px) {
	.texto_slide1{
		max-width: 300px !important;
	}
}

@media (max-width:800px) {
	.titulo_slide1,.texto_slide1,.boton_slide1{
		left: 50px !important;
	}

.texto_slide1{
	font-size: 21px !important;
		top: 231!important;
	line-height: 30px!important;
	}

	.boton_slide1{
		font-size: 15.4531px !important;
		top: 369.914px !important;
	}

}

@media (max-width:745px) {

	.texto_slide1{
		max-width: 300px !important;
		top: 195px!important;
}

	.titulo_slide1{
		top: 86.813px !important;
	}

	.boton_slide1{
		font-size: 16.4531px !important;
		top: 309.914px !important;
	}

}

@media (max-width:745px) {
	.texto_slide1{
		max-width: 287px !important;
	}
}


@media (max-width:650px) {
	.texto_slide1{
		max-width: 270px !important;
	}
}

@media (max-width:600px) {
	.titulo_slide1,.texto_slide1,.boton_slide1{
		left: 30px !important;
	}

	.texto_slide1{
		top:174px!important;
	}

	.boton_slide1{
		top: 284.914px !important;
	}

}

@media (max-width:550px) {
	.titulo_slide1{
		 top:48.813px !important;
	}

	.texto_slide1{
		top:132px!important;
	}

	.boton_slide1{
		top: 236.914px !important;
	}

}


@media (max-width:520px) {

	.texto_slide1{
		top:132px!important;
		max-width: 259px !important;
		font-size: 19px !important;
	}

}

@media (max-width:500px) {

.texto_slide1{
    top: 120px!important;
    max-width: 196px !important;
    font-size: 15px !important;
    line-height: 23px !important;
}

	.boton_slide1{
		top: 219px !important;
		font-size: 12px!important;
		padding: 7px 9px!important;
	}

}


@media (max-width:440px) {

.texto_slide1{
    top: 118px!important;
    max-width: 211px !important;
    font-size: 16px !important;
    line-height: 20px!important;
}

.boton_slide1{
       top: 200px !important;

	}

}


@media (max-width:400px) {

.titulo_slide1 {
    top: 34.813px !important;
}

	.texto_slide1{
	top: 89px!important;
	max-width: 170px !important;
	font-size: 13px !important;
	line-height: 21px!important;
	}

	.boton_slide1{
	top: 186px!important;
	}

}


@media (max-width:370px) {

}


@media (max-width:320px) {
	.texto_slide1{
	top:87px!important;
	}
}



.titulo_seccion{
    text-align: center;
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    letter-spacing: 1px;
    font-size: 30px;
	background: url(/assets/img/home/linea_blue.jpg) no-repeat center bottom;
	padding-bottom: 11px;
    margin-bottom: 42px;
    margin-top: 55px;
}



.contenedor_servicios{
text-align: center;
    padding-top: 34px;
    /**border: 0.5px solid #f5f5f5;**/
	
}

.imagen_servicios{
display: inline-table;  
text-align: center;
max-width: 81px;
margin-bottom: 17px;
}


.titulo_servicios{
text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #009ae2 !important;
    font-weight: 700!important;
    font-size: 11px;
    letter-spacing: 0.5px;
	margin-bottom: 7px;
	line-height: 19px;

}

.descripcion_servicios{
    color: #d9d9d9!important;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
 min-height: 110px;
    line-height: 17px;
    letter-spacing: 0.5px;
}


.contenedor_lobohelp{
background-color: #fbfbfb;
border: 0.5px solid #f2f2f2;
    padding-top: 28px;
    padding-bottom: 37px;
	text-align: center;
	max-width: 850px;

}

.imagen_lobohelp{
text-align: center;
    max-width: 70px;
    margin-bottom: -4px;
	    display: inline-table;
}


.titulo_lobohelp{
    text-align: center;
    color: #424a60 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800!important;
    letter-spacing: 1px;
    font-size: 22px;
    background: url(/assets/img/home/linea_blue.jpg) no-repeat center bottom;
    padding-bottom: 11px;
    margin-bottom: 43px;
}

.texto_lobohelp{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #666666;
    font-weight: 400;
    margin-top: -22px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
	margin-bottom: 20px;
}

.texto_llamada{
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 500!important;
    font-size: 15px !important;
    letter-spacing: 1px;
}


@media (max-width:992px) {
.texto_llamada{
margin-bottom: 20px !important;
text-align: center;
}
	
.titulo_seccion{
font-size: 19px;
padding-bottom: 5px;
margin-top: 19px;
margin-bottom: 24px;
}
	

	
}
 

.boton_lobohelp, .boton_lobohelp:visited,.boton_lobohelp:active{
    font-family: 'Montserrat', sans-serif;
    color: white;
    background-color: #009ae2;
    padding: 6px 27px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 53px;
}

.boton_lobohelp:hover{
color: #009ae2;
border: #009ae2 solid 2px;
background-color: #fbfbfb;
text-decoration: none;
}


.negro_destacado{
font-weight: 700!important;
color:#2c2c2c;
}

.boton_blanco{
font-family: 'Raleway', sans-serif;
    background-color: white;
    color: #009ae2 !important;
    font-weight: 700;
    padding: 9px 29px;
    font-size: 14px;
	    border: 1px solid white;
		letter-spacing: 1px;
}

.boton_blanco:hover{
    text-decoration: none;
    background-color: #009ae2;
    border: 1px solid white;
	color: white !important;
}


 
 .navbar-brand{
 padding: 17px 10px 10px 15px!important;
 }
 
 
 
 .header-v5 .navbar-default .navbar-nav > li > a {
    color: #009ae2;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
	font-weight: 600;
}

 .header-v5 .navbar-default .navbar-nav > li > a:hover{
    color: #009ae2;
	border-top: 2px solid #009ae2;
}

.header-v5 .mega-menu .nav{
	float: right;
}



.topbar-v3 ul.left-topbar > li > a{
color: white !important;	
}

.topbar-v3 ul.left-topbar > li > a:hover{
color: #009ae2 !important;	
}


.titulo_proyecto{
text-align: center;
margin-top: 15px;
}

.titulo_proyecto > a{
    text-align: center;
    font-family: montserrat;
    color: #009ae2 !important;
    font-weight: 700 !important;
    font-size: 15px;
    letter-spacing: 1px;
}

.boton_body{
font-family: 'Montserrat', sans-serif;
    color: white;
    background-color:#009ae2;
    padding: 8px 29px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
	border: #009ae2 solid 1px;
}

.boton_body:hover{
    color: white;
    background-color: #2c2c2c;
	border: white solid 1px;
	text-decoration: none;
}

.titulo_seccion_small{
    text-align: center;
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    letter-spacing: 1px;
    font-size: 22px;
	background: url(/assets/img/home/linea_blue.jpg) no-repeat center bottom;
	padding-bottom: 11px;
	margin-bottom: 43px;
}

.hr_white{
border-color: #6b6b6b !important;
}

.hr_blue{
border-color: #009ae2 !important;
}

.ssl-sub{
background-color: #3498db;
color: white !important;
font-size: 18px !important;
margin-top: -5px;
font-family: "Open Sans", Arial, sans-serif;
font-weight: 200;
text-shadow: 0 1px 0 #2980b9;
}

.call-action-v1-in h1{
    font-size: 20px;
    line-height: 32px;
}

.btn-u.btn-u-blue {
    background: #3498db;
    padding: 9px 22px;
    border-radius: 7px;
    padding-bottom: 7px;
    letter-spacing: 1px;
}

.btn-u.btn-u-blue:hover{
    background: #ffffff;
    color: #3494b4;
}

/* BLOG */
.news-v3 p {
    color: #ffffff !important;
    line-height: 25px;
    font-weight: 300;
    /* font-family: arial; */
    letter-spacing: 1px;
    font-size: 17px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}

.news-v3 p strong{
color: white;
}

.news-v3 a strong{
color: #3498db;
}

.news-v3 a{
 color: #3498db;
font-weight: bold;
white-space: normal;
}



.news-v3 a:hover{
color: #3498db;
text-decoration: none;
border-bottom: solid 2px #515151;
	
	
}

.news-v3 h2 {
color: #00bfff !important;
font-weight: bold !important;
line-height: 34px;
font-size: 27px;
letter-spacing: 1px;
}


.news-v3 h3 strong,.news-v3 h3{
    font-weight: 400!important;
    color: #1bbfff !important;
}


.news-v3 h3:first-letter{
/*border-bottom: solid 1px #1bbfff;*/
}

.news-v3 h4{
color: #b3b3b3 !important;
font-weight: bold!important;
}

.news-v3 h4:first-letter{
border-bottom: solid 1px #929292;
}

ul.posted-info{
font-size: 15px;	
margin-bottom: 27px;
}

.btn-u.btn-u-blue{
	color: white;
}

.news-v3 ul{
	margin-bottom: 30px;
}

body.dark blockquote, body.dark blockquote.hero {
    border-left: #00BFFF 4px solid;
    margin: 50px 0px;
    padding: 20px 20px;
    box-shadow: 3px 4px 5px #00000078;
    background-color: white
}

body.dark blockquote p, body.dark blockquote.hero p,
body.dark blockquote p strong, body.dark blockquote.hero p strong{
    line-height: 23px;
    font-size: 17px;
    font-weight: 600;
    color: #656565 !important;
    padding: 1px 5px;
    letter-spacing: 0px;
    font-style: italic;
}

.news-v3 li{
color: gainsboro !important;
list-style: circle;
font-size: 17px;
color: #ffffff !important;
line-height: 25px;
font-weight: 300;
/* font-family: arial; */
letter-spacing: 1px;
font-size: 15px;
/* margin-bottom: 30px; */
font-family: 'Open Sans', sans-serif;
}

.news-v3 li strong{
color: white;	
}

.boton_blanco_slide{
    color: #ea5f5f !important;
    background-color: #ffffff !important;
    font-size: 20px !important;
    font-weight: bold;
    font-family: montserrat;
    border: solid #ffffff 2px !important;
    letter-spacing: 0.5px !important;
}

.boton_blanco_slide:hover{
   border-color: #3498db !important;
    background-color: #3498db !important;
    color: white !important;
}

.mosaico_equipo .col-sm-4{
	
}

.flip-card {
	margin-bottom: 15px;
}

.flip-card .front, .flip-card .back{
	border-radius: 0px;
	height: 431px;
}

.flip-card .front .inner {
    height: 100%;
    /* -webkit-justify-content: center; */
    /* -webkit-flex-flow: column nowrap; */
	padding: 7px;
    /* width: 100%; */
    display: flex;
    /* justify-content: flex-start; */
    align-items: flex-end;
}
.flip-card .front .inner >div{
width: 100%;
    text-align: center;
    padding: 3px 21px;
}



.flip-card .front h3{
    font-weight: bold;
    text-shadow: 2px 2px 2px #0000007a;
    color: white;
    margin-bottom: 4px;
    font-size: 26px;
}	

.flip-card .front .fbox-desc{
    padding: 8px 5px;
    /*background-color: #0000007d;*/
}	

.flip-card .front .subtitulo{
color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-shadow: 2px 2px 2px #000000d6;
}

.flip-card  .descripcion{
text-align: center;
    padding: 24px;
    color: white;
    letter-spacing: 2px;
    font-size: 15px;
	    font-weight: 500;
}

.flip-card .front:after, .flip-card .back:after{
	border-radius: 0px;
}

.nombre_equipo{
    font-weight: bold !important;
    text-shadow: 2px 2px 2px #0000007a;
    color: #d0d0d0 !important;
    margin-bottom: 1px;
    font-size: 20px;
    text-align: center;
	margin-bottom: 3px;
}

.descripcion_equipo{
    color: #929191 !important;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 45px;
	letter-spacing: 0.5px;
}


/* NUEVO SLIDE*/
.slide_home_new,.slide_home_new >div{
	padding: 0px;
}


.slide_home_new{
height: 650px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
box-shadow: 0px 0px 13px black;
background-image: url(/assets/img/bg/slide_def.jpg);
}



.slide_home_new .cd-intro{
    height: 100%;
    display: flex;
    -webkit-justify-content: center;
    -webkit-flex-flow: column nowrap;
    padding: 0px;
    margin: 0px auto;
    max-width: none;
}	

.slide_home_new .cd-words-wrapper{
	/*width: auto!important;*/
}

.slide_home_new .cd-headline{
background: url(/assets/img/bg/line.jpg) no-repeat center bottom;
padding-bottom: 9px;
z-index: 3;
}

.slide_home_new .cd-intro span{
    font-size: 41px;
    color: #ffffff;
    font-family: montserrat;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}

.slide_home_new .cd-intro .fijo{
color: #ffffff;
    text-shadow: 2px 2px 5px #00000070;
    font-weight: 300;
}

.slide_home_new b{
    padding-top: 9px;
    font-family: montserrat;
    /* font-weight: 400; */
    color: white;
    text-shadow: 2px 2px 2px #00000061;

}

.slide_standard_new{
	height: 500px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	box-shadow: 0px 0px 13px black;
}

.slide_home_new .cd-intro h2{
    letter-spacing: 5px;
    font-family: montserrat;
    color: white;
    font-size: 19px;
    font-weight: 300;
    text-shadow: 2px 2px 2px #00000052;
    margin-bottom: -9px;
	z-index: 9;
}


.slide_home_new .diagonal{
    position: absolute;
    overflow: hidden;
	height: 500px;
}

.slide_home_new .diagonal img{
    height: 642px;
    width: 36.1%;
    border: solid 6px #2a2b2b;
    object-fit: cover;
    margin-right: -5px;
    margin-top: -71px;
    transform: rotate(-10deg);
    white-space: nowrap;
}

.slide_home_new .diagonal img:first-child{
   /* width: 30%;*/
    margin-left: -47px;
}

.slide_home_new .diagonal img:last-child{
    /*width: 30%;*/
    margin-left: -14px;
    /* margin-right: -24px; */
    position: absolute;
    margin-top: -70px;
}



.contenido_nosotros  .collage{
	margin-bottom: 50px;
}

.contenido_nosotros  >div{
	padding: 0px;
}

.contenido_nosotros img{
    width: 100%;
    height: 445px;
    border: solid 4px #252525;
    object-fit: cover;
}

.contenido_nosotros  .texto{
	padding: 7px 52px 7px 10px;
}

.contenido_nosotros .texto p{
    color: white!important;
    /* font-family: montserrat; */
    font-size: 18px;
    /* font-weight: 600; */
    line-height: 29px;
    text-align: justify;
}

.contenido_nosotros .texto p strong{
/*color: #0099dd*/
}




.slide_responsive{
	display: none;
}

.slide_responsive > div{
padding: 0px;	
}

.slide_responsive img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    /* position: absolute; */
}

.slide_responsive img{
    width: 100%;
    height: 250px;
    object-fit: cover;
	border: solid 1px #2a2b2b;
    position: absolute; 
}

.slide_responsive > div:nth-child(3) img,.slide_responsive > div:nth-child(4) img{
margin-top: 249px;
}

/*
.slide_peque{
	display: none;
}
*/

.llamar_topbar{
	display: none;
}

.header-v5 .navbar-default .navbar-toggle {
    color: #333;
    border: none;
    font-size: 19px;
    margin-top: 10px;
    margin-left: 16px;
    margin-right: -5px;
    float: left;
}

.navbar-default{
	padding-bottom: 10px;
}

@media (max-width:1800px) {
	.contenido_nosotros .texto{
	padding: 0px 29px 0px 0px;
	}
}

@media (max-width:1600px) {
	.contenido_nosotros .texto{
	margin-bottom: 30px;
	}
	
}


/*
@media (max-width:1400px) {
	.contenido_nosotros .texto p:last-child{
	display: none;
	}
}*/


@media (max-width:1200px) {
	
	.slide_home_new{
	background-color: #2a2b2b;
		height: 500px;
	}
	
	.slide_home_new .diagonal{
	display: none;	
	}

	.slide_home_new .cd-intro span{
	font-size: 25px;
		
	}
	.slide_home_new b{
	padding-top: 13px;
	}
	
	.slide_responsive{
	display: block;
}

}

@media (min-width:1170px) and (max-width:1200px){
	
		.slide_home_new .cd-intro span{
		margin-top: 17px;
		}
}

/*
@media (max-width:1169px) {
	.slide_peque{	
	display: block;
	}
}
*/

@media (max-width:991px) {
	
	.slide_standard_new {
	height: 400px;
	}

	.contenido_nosotros img {
	height: 350px;
	}

	.contenido_nosotros .textos{
	margin-top: 36px;
	}
	
		.contenido_nosotros .texto p:last-child{
	display: initial;
	}

	
	.flip-card .front, .flip-card .back {
    height: 500px;
	}
	
	.mosaico_equipo .col-sm-4{
	width: 50%;	
	float: left;
	}
	
	.contenido_nosotros .texto {
    padding: 10px;
	}
	
	.contenido_nosotros .texto {
    margin-bottom: 8px;
	}
	

	
}



@media (max-width:768px) {
	
	
	.llamar_topbar{
    display: block;
    float: right;
    font-size: 26px;
    padding-top: 12px;
    padding-right: 9px;
	}
	
	.topbar-v3{
		display: none;
	}
	
	.contenido_nosotros img {
	height: auto;
	}

	.slide_standard_new {
	height: 300px;
	}

	.slide_home_new .cd-intro h2{
	display: none;
	}
	.slide_home_new b{
	padding-top: 1px;
	}

	.slide_responsive img{
		border: 0px;
	}
	

	.slide_home_new .cd-headline{
	margin-top: 100px;
	}
	
	.slide_home_new .cd-intro {
    padding: 37px;
	}
	
	.slide_home_new .cd-headline {
    background: none;
	}
	
	.slide_home_new .cd-intro .fijo{
		display: none;
	}
	
	.slide_home_new .cd-intro b{
	text-align: center;	
	    margin-top: 61px;
	}
	
	.slide_home_new .cd-intro span{
		font-size: 36px;
	}
	
	.flip-card .front, .flip-card .back {
    height: 500px;
	}
		
}

@media (max-width:650px) {
	.mosaico_equipo .col-sm-4{
	width: initial;	
	float: none;
	}
	
	.flip-card .front, .flip-card .back {
    height: 600px;
	}

}


@media (max-width:530px) {
	
	.slide_standard_new {
	height: 185px;
	}

	.contenido_nosotros img {
	height: 345px;
	}	
	
	.slide_home_new {
    height:250px;
	}
	
	.slide_responsive img {
    height: 200px;
	}
		
	.slide_responsive > div:nth-child(3) img, .slide_responsive > div:nth-child(4) img {
    margin-top: 199px;
	}
	

	.slide_home_new .cd-headline {
		margin-top: auto;
	}

}


.modulo_home_texto_imagen{
padding: 65px 25px;
}

.modulo_home_texto_imagen .texto,.modulo_home_texto_imagen .imagen{
padding: 8px 54px;
}

.modulo_home_texto_imagen .texto h2{
font-weight: bold;
font-size: 22px;
color: white;
margin-bottom: 17px;
}

.modulo_home_texto_imagen .texto p{
text-align: justify;
font-size: 14px;
color: #d3d3d3 !important;
font-weight: 500;
}

.modulo_home_texto_imagen .texto p strong{
    color: #3498db;
}

.ajusts_padding{
padding-bottom: 0px;
}

.content-boxes-v3 a{
	color: white !important;
}

.content-boxes-v3 p{
    color: #d0d0d0 !important;
    font-size: 15px;
    line-height: 21px;
}


.formulario_lobocom_new > div{
background-color: #1d1d1d;
padding: 22px 33px;
}

.formulario_lobocom_new input{
margin-bottom: 10px;	
}

.formulario_lobocom_new .col-md-12{
padding: 0px 8px;	
}

.formulario_lobocom_new h2{
/* color: #11b6fb; */
font-weight: 500 !important;
font-size: 21px;
margin-bottom: 1px;
letter-spacing: 1px;
}	

.formulario_lobocom_new h3{
margin-bottom: 15px !important;
font-weight: bold !important;
margin-top: 0px;
font-size: 17px;
color: #11b6fb !important;	
}

.formulario_lobocom_new .legal{
	padding: 0px 23px;
}

.formulario_lobocom_new button{
background-color: #0a9ad6;
border: #0a9ad6;
font-size: 13px;
font-weight: bold;
padding: 8px 13px;
display: block;
width: 100%;
margin-bottom: 20px;	
}

.formulario_lobocom_new button:hover{
background-color: grey;
border: grey;	
}

.altura_def{
height: 70px;
}

@media (max-width:991px) {
.altura_def{
height: 25px;
}	
}

/* ----------------------------------------------------------------------------------------------------------------
PORTFOLIO
-------------------------------------------------------------------------------------------------------------------- */

#landing_portfolio{
padding: 0px;
}

#slide_portfolio{
background-repeat: no-repeat;
background-position: center;
background-size: cover;	
} 	

#slide_portfolio .nombre_proyecto{
background-color: #f2f2f2;
padding: 20px 25px;
}

#slide_portfolio .imagen_principal img{
width: 100%;	
}

#slide_portfolio .nombre_proyecto h1{
margin: 0px;
color: #252525;
text-transform: uppercase;
font-weight: bold;
text-align: center;
letter-spacing: 2px;
margin-bottom: -5px;
font-size: 27px;	
}

#slide_portfolio .nombre_proyecto h2{
margin: 0px;
text-align: center;
font-size: 14px;
color: #9c9c9c;
letter-spacing: 0.7px;
font-weight: 500;
}

#slide_portfolio .nombre_proyecto h2  i{
font-size: 8px;
top: 7px;
display: inline-block;
}
 
#slide_portfolio .nombre_proyecto h2 a:hover {
color:#009ae2
}
	
#landing_portfolio .logo_categoria{
height: 315px;
border: solid #5f5f5f 2px;
padding: 0px;	
margin-top: 85px;
margin-bottom: 40px;
}

#landing_portfolio .col-md-6{
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;
height: 100%;
padding: 0px;	
}	

#landing_portfolio .logo_categoria .logo > div{
text-align: center;	
}

#landing_portfolio .logo_categoria .texto{
border-left: solid #5f5f5f 2px;
}	

#landing_portfolio .logo_categoria .texto >div{
width: fit-content;
margin: 0 auto;
}

#landing_portfolio .logo_categoria .texto ul{
margin: 0px;
padding: 0px;	
}

#landing_portfolio .logo_categoria .texto li{
color: white;
font-size: 19px;
list-style: none;
font-weight: bold;
line-height: 39px;
letter-spacing: 0.7px;
}

#landing_portfolio .logo_categoria .texto li strong{
color: #019ae6;	
}

#landing_portfolio .logo_categoria .texto li a{
color: white !important;	
}

#landing_portfolio .logo_categoria .logo img{
margin: 0 auto;
}

#landing_portfolio .descripcion{
border: solid #5f5f5f 2px;
padding: 70px 85px;
text-align: justify;
}

#landing_portfolio .descripcion p{
font-size: 17px;
color: #e6e6e6 !important;
line-height: 31px;
margin-bottom: 0px;
font-weight: 400;
}

#landing_portfolio .llamada_accion{
background-color: #019be5;
margin-top: 80px;
margin-bottom: 80px;
padding: 45px;
text-align: center;
}

#landing_portfolio .llamada_accion h3{
font-size: 25px;
margin: 0px;
color: #025077;
font-weight: bolder;
line-height: 34px;
}

#landing_portfolio .llamada_accion a{
color: white;
cursor: pointer;	
}

#landing_portfolio .galeria{
margin-bottom: 40px;	
} 

#landing_portfolio .galeria a img{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

#landing_portfolio .galeria a:hover img{
opacity: 0.7;	
}

#landing_portfolio .galeria .col-md-4{
margin-bottom: 35px;
}	

.miniatura_portfolio{
	padding: 0px;
}

.miniatura_portfolio >a{
width: 100%;
display: block;
}

.miniatura_portfolio .contenido{
opacity: 0;
background-color: #000000db;
position: absolute;
width: 100%;
height: 100%;
padding: 8%;
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;
text-align: center;
webkit-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;	
}



.miniatura_portfolio .contenido h3{
color: white;
margin: 0px;
margin-bottom: 7px;
font-size: 23px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
}


.miniatura_portfolio .contenido h4 p{
color: white;
font-size: 13px;
letter-spacing: 1px;	
font-weight: 600;	
margin-bottom: 0px;
}

.miniatura_portfolio >a:hover .contenido{
opacity: 1;	
}


.miniatura_portfolio  img{
width: 100%;	
}

.titulo_portfolio{
background-color: #252525;
    padding: 40px 25px;
    text-align: center;
    box-shadow: 2px 2px 2px black;
    border-top: solid #6b6b6b 2px;
}

.titulo_portfolio h1{
margin: 0px;
color: #0c9ae2 !important;
text-transform: uppercase;
font-weight: bold;
text-align: center;
letter-spacing: 2px;
margin-bottom: -5px;
font-size: 27px;
font-weight: bold !important;
}

.titulo_portfolio h2{
color: #ffffff !important;
font-size: 18px;
margin-bottom: 2px;
margin-top: 7px;
letter-spacing: 1px;
text-transform: uppercase;
}

.titulo_portfolio p{
margin: 0 auto;
max-width: 1000px;
margin-top: 21px;
margin-bottom: 12px;
}


.news-v3  .pricing-head h3{
color: white !important;
font-weight: 200 !important;  
}

.news-v3  .pricing{
border: 1px solid #494949 !important;  
}

.news-v3  .pricing-footer h4{
color: #ccc !important;
font-weight: 200 !important;  
}

.news-v3  .pricing-footer h4::first-letter{
border-bottom: solid 0px transparent;    
}

.news-v3 .pricing {
background-color: #222222;
}

@media (max-width:1200px) {
	
	#landing_portfolio .logo_categoria {
	margin-top: 43px;
	}

}
	
	@media (max-width:991px) {
	
	#landing_portfolio .logo_categoria {
	height: auto;
	padding: 50px 25px;
	}
		
	#landing_portfolio .logo_categoria .texto {
    border-left: solid #5f5f5f 2px;
    border-left: 0px;
	}

	#landing_portfolio .logo{
	margin-bottom: 30px;
	}
		
	#landing_portfolio .col-md-6 {
    display: block;
	}
		
	#landing_portfolio .container{
	width: auto;
    margin-left: 20px;
    margin-right: 20px;
	}		
		
	#landing_portfolio .logo_categoria {
    border: none;
	}
		
}

@media (max-width:768px) {
	
	.titulo_portfolio h2{
	line-height: 21px;
    margin-bottom: 2px;
    margin-top: 18px;
    font-weight: 500 !important;
	}

	
	#landing_portfolio .descripcion {
    padding: 46px 40px;
	}
	
	#landing_portfolio .logo_categoria {
    height: auto;
    padding: 25px 25px;
	}
	
	#landing_portfolio .logo_categoria .texto li {
    color: white;
    font-size: 17px;
    line-height: 31px;
	}
	
	#landing_portfolio .logo {
    margin-bottom: 40px;
	}
	
	#slide_portfolio .nombre_proyecto h1 {
    letter-spacing: 1px;
    font-size: 24px;
	}
	
	#landing_portfolio .llamada_accion {
    margin-top: 50px;
	margin-bottom: 65px;
    padding: 32px;
	}
	
}

@media (max-width:520px) {
	
	#landing_portfolio .descripcion {
    padding: 35px 25px;
	}
	
	#landing_portfolio .descripcion p {
    font-size: 15px;
	line-height: 28px;
	}
	
	#slide_portfolio .nombre_proyecto {
    padding: 15px 25px;
	}
	
	#slide_portfolio .nombre_proyecto h2 {
    font-size: 13px;
	}
	
}

/* ======================================================================================================================================
POPUP AVISO HOME
======================================================================================================================================*/


#popup_aviso{
background-color: hsl(0deg 0% 0% / 82%);
z-index: 99999;
position: fixed;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
opacity: 0;    
pointer-events: none;    
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;    
}

#popup_aviso >div{
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;
height: 100%;
}

#popup_aviso #cerrar_popup{
width: 100%;
    text-align: right;
    margin-top: -27px;
}

#popup_aviso #cerrar_popup a{
display: inline-block;
right: -11px;
top: -2px;
position: relative;
cursor: pointer;
font-weight: bold;
}

#popup_aviso #cerrar_popup a img{
width: 25px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

#popup_aviso #cerrar_popup a:hover img{
opacity: 0.5;    
}
    
#popup_aviso.abierto{
opacity: 1;    
pointer-events: all; 
}

#popup_aviso .caja{
max-width: 500px;
padding: 34px 20px;
margin: 0 auto;
background-color: #00000029;
box-shadow: 2px 2px 7px #00000057;
text-align: center;
border: solid #565656 1px;
box-shadow: none;
border-color: #303030;
background: #202020;
}

#popup_aviso .caja h3{
color: rgb(236, 182, 76);
font-size: 27px;
font-family: 'Merriweather', serif;
letter-spacing: 2px;
margin-bottom: 5px;
}

#popup_aviso .caja p{
font-size: 16px;
color: #c0c0c0 !important;
}

#popup_aviso .caja p a{
background-color: #3498db;
color: white;
padding: 7px 16px;
border-radius: 22px;
font-size: 14px;
cursor: pointer;
}

#popup_aviso .caja p a:hover{
opacity: 0.5;    
text-decoration: none !important;    
}


#popup_aviso .caja .foto{
max-width: 400px;
margin-bottom: 15px;
}
  
@media (max-width: 575.98px){
    
    #popup_aviso form,
    #popup_aviso .caja{
    width: 90%;
    padding: 29px 24px;
    }
    
    #popup_aviso >div {
    display: block;
    }
    
    #popup_aviso #cerrar_popup a {
    right: -11px;
    top: 5px;
    }
    
    #popup_aviso form input, .contacto form textarea {
    padding-bottom: 2px;
    padding-top: 0px;
    margin-top: 13px;
    font-size: 14px;
    }
    
    #popup_aviso .checkbox label {
    line-height: 4px;
    }
    
}

