<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: #fff;
  font-family: 'Dosis', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
  overflow-x: hidden;
  font-size: 16px;
}


*{
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Dosis', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 20px;
  color: #787878;
  font-weight: 300;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #009bc9;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}


p{
  font-size: 16px;
}


hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.row{
  margin-right:0px;
}

.cleaner{
  clear:both;
}

.menuActive{

background:#009bc9;
color:#fff!important;
}
.btn-primary {
  padding: 8px 20px;
  background: #009bc9;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #009bc9;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #00b8f1;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  position: relative;
}

.center h2:after{
  content: "";
  bottom: -15px;
  position: absolute;
  height: 2px;
  width: 40px;
  background: rgb(1, 184, 241);
  left: 50%;
  margin-left: -20px;
}

.media&gt;.pull-left{
  margin-right: 20px;
}

.media&gt;.pull-right{
  margin-left: 20px;
}

body &gt; section {
  padding: 40px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 15px;
  line-height: 24px;
  padding: 0 22%;
  font-weight: 400;
  color: #666;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/

#header{
  box-shadow: 0 2px 15px rgba(0,0,0,0.2);
  z-index: 99999;
  position: relative;
}

.secondNav{
  border-top: 2px solid #afafaf;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: -450px;
  background: #fff;
  padding-bottom:0;
  box-shadow: 0 0px 15px rgba(0,0,0,0.2);

  -webkit-transition: all 0.7s linear; 
  -moz-transition: all 0.7s linear; 
  -o-transition: all 0.7s linear; 
  transition: all 0.7s linear;
}

.secondNav .navbar&gt;.container .navbar-brand {
  margin-top: 0;
  width: 170px;
  line-height: 37px;
}

.secondNav .navbar-toggle{
  top: 6px;
  margin-right: 0;
}

.secondNav .navbar-nav&gt;li {
  padding-bottom: 0;
  list-style-type: none;
}

.secondNav .navbar-nav {
  margin-top: 0;
}

.secondNav .navbar-inverse .navbar-nav &gt; li &gt; a {
  padding: 15px 20px;
}

.navbar&gt;.container .navbar-brand{
  margin-left: 0;
  margin-top: -20px;
}

.navbar&gt;.container .navbar-brand img{
  width: 100%;
  height: auto;
  display: inline-block;
}

.top-bar {  
  border-top: 2px solid #afafaf;
  padding-top: 7px;
}

.top-bar ul{
  margin: 0;
  padding: 0;
}

.top-bar ul li{
  display: inline-block;
}

.top-bar ul li a{
  color: #d3d4d4;
  font-size: 14px;
  padding: 4px;
  display: inline-block;
}

.top-bar ul li a:hover{
  color: #a7a7a7;
}

.top-bar ul li a .insta {
	margin-top: -5px;
	opacity: 0.5;
	transition: 0.3s
}


.top-bar ul li a:hover .insta{
  opacity: 1;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.topLinks{
  text-align: right;
  padding-left: 20px;
}

.topLinks ul{
  text-align: right;
  display: inline-block;
}

.topLinks ul.lang{
  margin-left: 15px;
}

.topLinks ul.lang li a{
  font-size: 15px;
  padding: 0px 7px;
}

.topLinks ul.lang li.active a{
  background:#009BC9;
  color: #fff;
}

.topLinks .dropdown-menu{
  box-shadow: none;
  border-radius: 0;
  background:#00b8f1;
}

.topLinks .dropdown-menu li{
  display: block;
}

.topLinks .dropdown-menu a{
  text-align: left;
  display: block;
  color: #009bc9;
  padding: 10px 22px;
  background: none;
  font-size: 12px;
  border-bottom: solid 1px #18c5fb;
}

.topLinks .dropdown-menu a:hover{
  color: #fff;
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #009bc9;
  color: #fff;
}

.search i {
  color: #fff;
}


.sharedaddy{
  display: none;
}

.socialShare .sharedaddy{
  display: block;
  margin: 30px 0 20px 0;
  padding-top: 15px;
  border-top: solid 1px #ccc;
}

.sharedaddy li{
  border:none !important;
}

.sharedaddy li:after{
  display: none;
}

#mainContent .sharedaddy h3{
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 400;
}

.sharedaddy h3:before{
  display: none !important;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
}

 .navbar-nav{
  margin-top: 16px;
 }

.navbar-nav&gt;li{
  padding-bottom: 10px;
  list-style-type: none;

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.navbar-inverse .navbar-nav &gt; li:last-child a{
  padding-right: 0;
}

.navbar-inverse .navbar-nav &gt; li &gt; a {
  padding: 5px 20px;
  margin: 0;
  color: #000;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav &gt; li &gt; a.dropdown-toggle {
  background: url(../images/arrow.png) 95% center no-repeat;
  padding-right: 25px;
}

.navbar-inverse .navbar-nav &gt; li &gt; a:hover{
  color: #009bc9;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus,
.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
  background-color: #009bc9;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: #009bc9;  
  border-bottom: solid 3px #fff;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 15px;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  border-right: 8px solid transparent;
  border-bottom: 10px solid #009bc9;
  border-left: 8px solid transparent;
  content: "";
  top: -8px;
  position: absolute;
  left: 35px;
  margin-left: -10px;
}

.navbar-inverse .navbar-nav .dropdown-menu &gt; li{
  list-style-type: none;
  display: inline-block;
  width: 100%;
}

.navbar-inverse .navbar-nav .dropdown-menu &gt; li &gt; a {
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
}

.navbar-inverse .navbar-nav .dropdown-menu &gt; li:hover &gt; a,
.navbar-inverse .navbar-nav .dropdown-menu &gt; li:focus &gt; a,
.navbar-inverse .navbar-nav .dropdown-menu &gt; li.active &gt; a {
  background-color: #33b5e5;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu &gt; li:last-child &gt; a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu &gt; li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}

.barColors {
  background: url(../images/top-bg.png) top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 30px;
}


/*************************
*******Home Page******
**************************/
.tabs-home ul li{
  float: none;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.tabs-home .nav-tabs {
    text-align:center;
    border-bottom: 1px solid #b5b5b5;
}
.nav-tabs&gt;li.active&gt;a:after {display: none;}

.tabs-home .nav-tabs a {padding: 23px 40px 20px;background: transparent;bottom: -2px;border-bottom: 3px solid transparent;text-transform: uppercase;    font-weight: 700;
    letter-spacing: 1px;}
.tabs-home .nav-tabs a:hover, .nav-tabs&gt;li.active&gt;a{border-bottom: 3px solid #00b8f1 !important;bottom: -2px;background: transparent !important;}
.tabs-home .tab-content {height: auto;padding-top: 70px;}
.tab-content .readmore{
  margin-top: 30px;
  padding-top: 15px;
}
.readMoreNoticia a{
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
    color: #656565;
    line-height: 34px;
    padding: 8px 13px 8px 10px;
    border: 1px solid #656565;
}

.readMoreNoticia a:hover{background: #009bc9; border: 1px solid transparent;color: #fff;}
.marco-img {
    height: 200px;
    overflow: hidden;
    position: relative;
    border-right: 5px solid #009bc9;
}
.marco-img img{
    position: absolute;
    margin: auto;
    height: 100%;
    width: auto;
}

#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 30px;
  text-align: center;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h1 {
  color: #fff;
  font-size: 40px;
  width: 70%;
  margin: 0 auto;
  font-weight: 400;

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

#main-slider .carousel h2 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
}

#main-slider .carousel p {
  color: #fff;
  font-weight: 400;
  margin: auto;
  width: 38%;
  font-size: 16px;
  margin-top: 15px;
}

#main-slider .carousel .btn-slide {
  padding: 5px 20px;
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
  margin-top: 25px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
}

#main-slider .carousel .btn-slide:hover {
  background: #33b5e5;
  border: solid 1px #33b5e5;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 480px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  background-position-y: 0px !important;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  border: solid 2px #fff;
  color: #fff;
  display: inline-block;
  /*margin-top: -25px;*/
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  z-index: 5;
  opacity: 0.5;

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  opacity: 1;
}

#main-slider .prev {
  left: 30px;
}

#main-slider .next {
  right: 30px;
}

#main-slider .prev, #main-slider .next{
  border-radius: 0px !important;
}
#pods #newsBox .carousel-indicators{
  position: absolute;
  top: 0;
  right: 0;
  left: inherit; 
  width: inherit;
}

#pods #newsBox .carousel-indicators li{
  background-color: #ccc;
}

#main-slider .carousel-indicators li {
  width: 50px;
  height: 3px;
  background-color: #fff;
  margin: 0 5px 0 0;
  position: relative;
  border: none;

  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#newsBox .carousel-indicators .active,
#main-slider .carousel-indicators .active{
  background-color: #00b8f1 !important;
  height: 6px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

.topTitle{
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  padding-left: 18px;
  margin-bottom: 20px;
  display: block;
  position: relative;  
}

.topTitle:after{
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  background: #009bc9;
  height: 13px;
}

.bgwhite{
  background:#fff;
}

#pods{
  background: #f2f2f2;
}

#pods .pod{
  min-height: 340px;
}

#pods .pod h2{
  margin-top: 0;
}

#pods .padBox{
  padding: 25px;
}

#pods #contactBox{
  color: #fff;
  background: url(../images/bg-footer-logo.jpg) right top no-repeat #009bc9;
  background-size: contain;
}

#pods #contactBox a{
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

#pods #contactBox a:hover{
  color: #00b8f1;
}



.button{
  padding: 8px 30px;
  background: #009bc9;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
}

.button i{
  margin-right: 10px;
}

.button:hover{
  background: #00b8f1;
  color: #fff;
}


.button2{
  display: table;
  clear: both;
  color: #00b8f1;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 20px;
}

#middle {
  background: #f2f2f2;
}

.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default&gt;.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default&gt;.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title&gt;a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title&gt;a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #009bc9;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #009bc9;
  color: #fff;
}

.nav-tabs&gt;li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs&gt;li&gt;a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked&gt;li+li{
  margin-top: 0;
}

.nav-tabs&gt;li&gt;a:hover{
      color: #000;
    background: #eaeaea;
}

.nav-tabs&gt;li.active&gt;a, 
.nav-tabs&gt;li.active&gt;a:hover, 
.nav-tabs&gt;li.active&gt;a:focus {
  border: 0;
  color:#000;
  background: #eaeaea;
  position: relative;
}

.nav-tabs&gt;li.active&gt;a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}
.tab-content h3{
  color: #000000;
  padding-bottom: 5px;
  margin-top: 10px;
}
.tab-content img{
  border-radius: 4px;
}

#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

/*************************
********* About Us Page CSS ******
**************************/

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2, 
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

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

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;

}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.sinlge-skill p {
  line-height: 1;
}

.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}


.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}

.team h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.team h5 {
  font-weight: 300;
}

.single-profile-top, 
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}

.single-profile-top, 
.single-profile-bottom  {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.media_image {
  margin-bottom: 10px;
}

.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}


ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}


/***********************
****Service page css****
***********************/

.services {
  padding: 0;
}

.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px;
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

.clients-area {
  padding: 60px;
}

.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px;
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}


.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}

.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #009bc9;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}


/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

/*********************
****blog page css*****
**********************/

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}

.widget h3 {
  color: #009bc9;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#009bc9;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #009bc9;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #009bc9;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li &gt; div {
  margin-left: 70px;
}

ul.faq li &gt; div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}


.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.post-tags {

}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta &gt; span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #009bc9;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta &gt; span {
  color: #ccc;
}

.blog .blog-item .entry-meta &gt; span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination &gt; li &gt; a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination &gt; li &gt; a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination &gt; li.active &gt; a, 
ul.pagination &gt; li:hover &gt; a {
  background-color: #009bc9 !important;
  border-color: #009bc9 !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#009bc9;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}


/**********************
**blog single page css*
**********************/

.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 30px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
}

#comments_title{
   color:#4e4e4e;
   font-weight:700px;
   font-size:20px;
   margin-top:60px;
   margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3, 
.post_reply_content h3{
  margin-top: 0;
}

.post_reply_comments h1 a:hover{
  color:#009bc9;
}

.post_reply_comments h4{
  color:#c4c4c5;
  font-weight:400;
}

.post_reply_comments p {
  padding-bottom: 30px;
}

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #009bc9;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}

.post_reply_comments a:before {
  border-color: #009bc9 transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{
 
}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}



/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #009bc9;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #009bc9;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  color: #fff;  
}


#footer .widget .level{
  padding-left: 34px;
  position: relative;
  margin-bottom: 5px;
}

#footer .widget .level i{
  color: #989898;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul &gt; li {
  display: block;
}

#footer a {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}



#footer a.email {
  font-size: 16px;
}

#footer a.phone {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

#footer a:hover {
  color: #888888;
}

#footer .logoFoot figure{
    margin-top: 25px;
    padding-bottom: 15px;
}

#footer .phonesFoot{
  margin-top: 20px;
}

#footer .phonesFoot i{
  font-size: 52px;
  color: rgb(152, 152, 152);
  float: left;
}

#footer .phonesFoot span{
  font-size: 21px;
  float: left;
  line-height: 24px;
  margin-left: 10px;
  color: #000;
}

.footWrapp{
  padding: 20px 30px 30px;

  background: url(../images/bg-footer2.jpg) bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#footer .copy{
  background: #fff;
  padding-top: 15px;
  font-size: 12px;
  color: #333;
}

#footer .copy .col-sm-10{
  margin-bottom: 15px;
}

#footer .copy .col-sm-10 p{
  font-size: 12px;
  line-height: 14px;
}

#footer .copy .qkstudio{
  text-align: right;
}

#footer .copy .qkstudio a{
  display: inline-block;
  opacity: 0.5;

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

#footer .copy .qkstudio span{
  margin-top: 6px;
  display: inline-block;
  float: left;
  font-size: 11px;
  padding-left: 15px;
}

#footer .copy .qkstudio a:hover{
  opacity: 1;
}

.nopadding{
  padding: 0 !important;
}


#middleSection .title{
  padding-bottom: 10px;
  border-bottom: solid 1px #DADADA;
  margin-bottom: 20px;
}

#middleSection .title h2{
  font-size: 24px;
  font-weight: 300;
  color: #2d2d2d;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}

#middleSection .title a.verTodas{
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  background: transparent;
  color: #656565;
  line-height: 34px;
  padding: 2px 10px 0px 10px;
  border: 1px solid #656565;
}
#middleSection .title a.verTodas:hover{background: #009bc9; border: 1px solid transparent; color: #fff;}


#middleSection #nuestrosServicios article figure{
  background: #000;
  overflow: hidden;
}

#middleSection #nuestrosServicios article figure img{
  min-width: 100%;

  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#middleSection #nuestrosServicios article figure:hover img{
  opacity: 0.8;

  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}


#middleSection #nuestrosServicios article h3{
  background: #33b5e5;
  margin: 0;
  display: inline-block;
  color: #fff;
  padding: 6px 12px;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  margin-top: 1px;
  line-height: 16px;
}

#middleSection #nuestrosServicios article h3:after{
  content: '';
  position: absolute;  
  width: 15px;
  height: 100%;
  right: -15px;
  top: 0;
  background: #6dd8ff;
}

#middleSection #nuestrosServicios article p{
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  padding: 10px 0 0;
}

#middleSection #nuestrosServicios article .readMore{
  display: inline-block;
  border-bottom: solid 1px #DADADA;
  width: 100%;
  margin-bottom: 20px;
}

#middleSection #nuestrosServicios article .readMore a{
  float: right;
  padding: 4px 5px;  
  font-size: 13px;
  color: #333;
  position: relative;
  z-index: 9;

  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#middleSection #nuestrosServicios article .readMore a:after{
  content: '';
  position: absolute;  
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -1px;
  background: #33b5e5;
  z-index: -1;

  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

#middleSection #nuestrosServicios article .readMore a:hover:after{
  height: 30px;
}

#middleSection #nuestrosServicios article .readMore a:hover{
  color: #fff;
}


#middleSection #quienesSomos{
  margin-bottom: 14px;
}

#middleSection #quienesSomos p{
  font-size: 13px;
  line-height: 17px;
  margin: 9px 0;
}

#middleSection #quienesSomos .infoAbout{
  background: #33b5e5;
  padding: 18px;
}

#middleSection #quienesSomos .infoAbout p{
  color: #fff;
  font-size: 18px;
  margin: 0;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}



#middleSection #noticias{
  background: #f9f9f9;
  padding: 18px;
  margin-top: 30px;
  display: inline-block;
}

#middleSection #noticias

#middleSection #noticias article{
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #DADADA;
}

#middleSection #noticias :last-child{
  margin-bottom: 0;
}

#middleSection #noticias h2{
  line-height: 20px;
  margin: 14px 0;
}

#middleSection #noticias h2 a{
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  line-height: 25px;
}

#middleSection #noticias h2 a:hover{
  color: #33b5e5;
}

#middleSection #noticias p{
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

#middleSection #noticias figure{
  position: relative;  
}

#middleSection #noticias figure img{
  min-width: 100%; 
}
#middleSection.bloque-noticias{
	background: #f9f9f9;
    padding-top: 0px;
    margin-top: 70px;
    padding-bottom: 60px;
}

figure{
  position: relative;  
}

.fecha{
  position: absolute;
  bottom: 0;
  left: 0;
  background: #6f6f6f;
  padding: 1px 8px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  z-index: 9999;
}


/*INTERIORES*/


#headerSection{
  max-width: 100%;
  margin: auto;
}

#headerSection .leftSide{
  background: #104a8b;
  position: relative;
  min-height: 352px;
}

#headerSection .leftSide .col-md-9{
  padding: 0 40px 0 0;
}

#headerSection .leftSide h1{
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  color: #fff;
  padding-bottom: 10px;  
}

#headerSection .leftSide h2{
  color: #fff;
  font-weight: 400;
  padding-left: 10px;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 60px;
  position: relative;
}

#headerSection .leftSide h2:after {
  content: '';
  position: absolute;
  height: 15px;
  width: 2px;
  background: rgb(51, 181, 229);
  left: 0;
  top: 0;
}

#headerSection .leftSide p{
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}

#headerSection .rightSide{
  max-height: 352px;
  overflow: hidden;
  background-color: #104A8B;
}

#headerSection .rightSide.archiveImg{
  height: 352px;
}

#headerSection .rightSide.archiveImg img{
  max-width: 80%;
  min-width: inherit;
}

#headerSection .rightSide img{
  width: auto;
  min-width: 100%;
  min-height: 100%;
}

#headerSection .shortHead .rightSide{
  background: #104a8b;
}

#headerSection .shortHead .leftSide{
  min-height: inherit;
}

#headerSection .shortHead .leftSide h1{
  margin-top: 50px;
}

#sidebar .widget{
  background: #F2F2F2;
  padding: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;

  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

#sidebar .widget:hover{
  background: #d2d2d2;
  
}

#sidebar .widget h2{
  font-weight: 300;
  margin-top: 10px;
  font-size: 24px;
  color: #000000;
}

#sidebar .widget a{
  margin-top: 20px;
  display: block;
}

#pathway{
  background: #505050;
  padding: 6px 0;
  display: inline-block;
  width: 100%;
  line-height: 15px;
}

#pathway ul{
  margin: 0;
  padding: 0 0 0 15px;
}

#pathway span{
  display: inline-block;
  color: rgb(51, 181, 229);
  font-size: 13px;
}

#pathway a{
  color: #fff;
  border-right: solid 1px rgb(51, 181, 229);
  padding-right: 10px;
  margin-right: 10px;
  font-size: 15px;
}

#pathway .itemsPath{
  margin-left: 15px;
}

aside ul{
  margin: 20px 0 20px 0;
  padding: 0;
}

aside ul li.current_page_item a{
  background: rgb(51, 181, 229);
  color: #fff;  
}

aside ul li{
  list-style: none;
  margin-bottom: 5px;
}

aside ul li a{
  font-size: 16px;
  line-height: 18px;
  padding: 7px 8px;
  background: rgb(242, 242, 242);
  display: block;
  color: #000000;
}
aside ul li a:hover{
      color: #888888;
}
aside ul li a.mail{
  padding: 0;
  background: transparent;
}

#newsWrap #firstPost figure{
  height: 300px;
}

#newsWrap #firstPost figure img{
  height: 100%;
  width: auto;
}

#newsWrap #firstPost h2{
  margin-top: 15px;
}

#newsWrap article{
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: inline-block;
  border-bottom: solid 1px #DFDFDF;
  width: 100%;
}

#newsWrap article h2{
  margin-top: 0;
}

#newsWrap article p{
  font-size: 14px;
}

#newsWrap article figure{
  background: #104a8b;
  overflow: hidden;
}

#newsWrap article img{
  min-width: 100%;

  backface-visibility:hidden;
  -webkit-backface-visibility:hidden; /* Chrome and Safari */
  -moz-backface-visibility:visible; /* Firefox */
  -ms-backface-visibility:hidden; /* Internet Explorer */

  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#newsWrap article figure:hover img{
  opacity: 0.8;
}

#mainContent h2{
  margin: 0 0 20px 0;
  font-size: 23px;
  font-weight: 300;
  line-height: 27px;
}

#mainContent h3{
  font-weight: 600;
  color: #333;
  font-size: 17px;
}

#mainContent ul,
#mainContent ol{
  padding: 0;
}

#mainContent ul li,
#mainContent ol li{
  font-size: 16px;
  padding: 10px 0;
  list-style-type: none;
  border-bottom: solid 1px #d9d9d9;
  position: relative;  
}

#mainContent ul li:after, #mainContent ol li:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 60px;
  background: rgb(51, 181, 229);
}

#mainContent .wp-caption{
  
}

#mainContent .wp-caption img{
  height: auto;
  max-width: 100%;
  margin: 0;
}

#mainContent img{
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

#mainContent .wp-caption .wp-caption-text{
  font-size: 13px;
  color: rgb(51, 181, 229);
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px #33B5E5;
  margin-bottom: 25px;
  line-height: 16px;
}

#mainContent .gallery{
  margin-bottom: 30px;
}

#mainContent .gallery .wp-caption-text{
  display: none;
}

#mainContent .gallery .gallery-item {
  padding: 0;
  margin-top: 0;
  width: 33%;
  background: #000;
}

#mainContent .gallery .gallery-item img{
  border:solid 2px #fff;
  min-width: 100%;
  
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

#mainContent .gallery .gallery-item:hover img{
  opacity: 0.8;
}

#pagination{
  text-align: center;
  margin: 15px 0;
}

#pagination div.pagination a,#pagination div.pagination span.pages,#pagination div.pagination span.dots {
  padding: 10px 15px 10px 15px;
  margin: 2px;
  border: 1px solid #DADADA;
  text-decoration: none;
  font-size: 15px;
  color: #333;
}

#pagination div.pagination span.current {
  padding: 10px 15px 10px 15px;
  margin: 2px;
  border: 1px solid #009BC9;
  font-size: 15px;
  font-weight: bold;
  background-color: #009BC9;
  color: #FFF;
}

.wpcf7 input,
.wpcf7 textarea{
  display: block;
  width: 100%;
  margin-top: 10px;
  border: solid 1px #ccc;
  font-weight: normal;
  font-size: 13px;
  text-indent: 10px;
}

.wpcf7 textarea{
  padding: 16px;
  text-indent: 0;
}

.wpcf7 input[type="submit"]{
  display: inline-block;
  width: auto;
  border: none;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  background: rgb(16, 74, 139);

  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.wpcf7 input[type="submit"]:hover{
  background: #33B5E5;
}

.wpcf7 span.wpcf7-not-valid-tip{
  font-weight: normal;
  color: rgb(249, 118, 118);
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  font-size: 13px;
  border: none;
  background: rgb(249, 118, 118);
  color: #fff;
  text-align: center;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  font-size: 14px;
  border: none;
  background: rgb(90, 182, 109);
  color: #fff;
  text-align: center;
}


/*SHARE*/

#mainContent .ksharelinks{
  margin: 30px 0;
}

#mainContent .socialShare ul li{
  padding: 0;
  border:none;
  margin: 2px !important;
}

#mainContent .socialShare ul li:after{
  display: none;
}

/*WEB 2018*/

.slider .carousel-caption{
    top: 53%;
    transform: translateY(-50%);
}
.slider .carousel-caption .caption1, .slider .carousel-caption .caption2{ width: 100%; background-color: rgba( 0, 70, 173, 0.75); padding: 15px; }
.slider .carousel-caption .caption1{ margin-bottom: 10px; }
.slider .carousel-caption .caption2{ clear: both; overflow: hidden; color: #fff; padding: 10px 25px;}
.slider .carousel-caption .caption2 a{ color: inherit; }
.slider .carousel-caption .caption2 .content-caption{
    width: 85%;
    float: left;
    color: inherit;
    text-transform: uppercase;
    text-align: left;

}
.slider .carousel-caption .caption2 .content-icon{
    width: 15%;
    float: right;
    color: inherit;
}

.volanta{ font-weight: bold; text-transform: uppercase; text-align: left; }

.slider .carousel-caption .caption2 .content-icon i{ color: inherit; line-height: 90px; }
.fa {font-size: 18px;}
.slider .carousel-caption h1{font-size:50px;}
.slider .carousel-caption h3{font-size:24px;}
.slider .carousel-indicators{width:100%; margin-left:0px; left:auto; background-color: #f3f3f3; bottom: 0; margin:0px; position:relative; background-size:cover;}
.slider .carousel-indicators .active{width:auto; height:auto; background:transparent;}
.slider .carousel-inner&gt;.item{min-height:350px; max-height: 680px;}


.btn-default{border-radius:100px; font-family: 'Roboto Condensed', sans-serif; font-weight:bold; text-transform:uppercase;}
.btn-default.blanco{background:#fff; color:#473c33; border:0px; font-size:14px; padding: 10px 20px; border:1px solid #fff;}
.btn-default.blanco:hover, .btn-default.transp:hover{background:#a9a9a9 !important; color:#333 !important; border:1px solid #a9a9a9 ;}
.btn-default.transp{background:transparent; color:#fff; border:1px solid #fff; font-size:14px; padding: 10px 20px;}
.btn-default.azul_{background:#1b236d;color:#fff; padding:5px 20px;border:1px solid #1b236d;}


.cuadro_intro_hover .blur:first-child{ border-left: 3px solid #CECCCD; border-right: none; }
.cuadro_intro_hover .blur{background-color: #fff; border-right: 3px solid #CECCCD;}
.cuadro_intro_hover{
      padding: 0px;
      position: relative;
      min-height: 52px;
      cursor:pointer;

  }
.cuadro_intro_hover:hover .caption{
    opacity: 1;
  }
.cuadro_intro_hover .caption{
    position: absolute;
    top:0;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    width: 100%;
    height: 100%;

  }
.cuadro_intro_hover .blur{
    height: 100px;
    z-index: 5;
    position: absolute;
    width: 100%;
  }
.cuadro_intro_hover .caption-text{
    border-top: 6px solid #CECCCD;
    border-bottom: 1px solid #CECCCD;
    z-index: 10;
    color: #565656;
    position: absolute;
    text-align: center;
    width: 100%;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(#ccc, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(#cccccc, transparent), -moz-linear-gradient(#cccccc, transparent);
    background-image: -o-linear-gradient(#cccccc, transparent), -o-linear-gradient(#cccccc, transparent);
    background-image: linear-gradient(#ccc, rgba(0, 0, 0, 0)), linear-gradient(#ccc, rgba(0, 0, 0, 0));
    -moz-background-size: 1px 100%;
    background-size: 1px 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    background-color: #fff; 
    padding: 25px 0;
    -webkit-transition: 300ms all ease-in-out;
    -moz-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    -ms-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}
.cuadro_intro_hover:first-child .caption-text{   }

.cuadro_intro_hover .caption-text p{margin:0;text-transform:uppercase;font-size:15px;font-family: 'Roboto Condensed', sans-serif; font-weight:bold;}
.cuadro_intro_hover .caption-text:hover{
    background-color: #00388b;
    color: #fff;
    border-color: #00388b;
     background-image:none;
}

/* ================== LAYOUT ================== */

.calltoaction.hierarchy_1{ background-color: #0045AC; border-color: #0045AC; color: #fff; padding-top: 5px; padding-bottom: 5px; text-transform: uppercase;font-weight: 600;}
.calltoaction.hierarchy_1:hover{ background-color: #fff; color: #0045AC; }
.calltoaction.hierarchy_2{ background-color: #EB8700; border-color: #EB8700; color: #fff; padding-top: 5px; padding-bottom: 5px; text-transform: uppercase;font-weight: 600;}
.calltoaction.hierarchy_2:hover{ background-color: #fff; color: #EB8700; }
.calltoaction.hierarchy_3{ background-color: #fff; border-color: #fff; color: #0045AC; padding-top: 5px; padding-bottom: 5px; text-transform: uppercase;font-weight: 600;}
.calltoaction.hierarchy_3:hover{ background-color: transparent; color: #fff; }
.calltoaction.hierarchy_4{ background-color: #fff; border-color: #fff; color: #0045ac; padding-top: 5px; padding-bottom: 5px; text-transform: uppercase;font-weight: 600;}
.calltoaction.hierarchy_4:hover{ background-color: transparent; color: #fff; }
.calltoaction.hierarchy_5{ background-color: #e84c3d; border-color: #e84c3d; color: #fff; padding-top: 5px; padding-bottom: 5px; text-transform: uppercase;font-weight: 600;}
.calltoaction.hierarchy_5:hover{ background-color: #fff; color: #e84c3d; border-color: #e84c3d;}
.calltoaction.calltoinverse{ border-color: #0045AC; color: #0045AC; letter-spacing: 2px; text-transform: uppercase; font-weight: bold; }
.calltoaction.calltoinverse:hover{ border-color: transparent; color: #0045AC; }
section.section_nosotros{ background-color: #F3F3F3; }
div.titulo_nosotros h2{ font-size: 300%; }
div.content_nosotros{ background-color: #fff; border-radius: 2px; box-shadow: -5px 5px 35px #EBEBEB; padding: 10px 30px;}
div.content_nosotros h5{ margin-bottom: 20px; }
div.content_nosotros h5{ font-size: 140%; color: #505050; }
div.content_nosotros p{ font-size: 110%; color: #8F8F90; }
section.ultimas_noticias{background: #0045ac;}

/* nuestros servicios */
section.nuestros_servicios .calltoaction{ margin: 0; }

.circle-list ul {list-style: none}
.circle-list li::before {content: "â€¢"; color: #33b5e5; padding-right:10px;}
#mainContent ul.circle-list li{    border-bottom: transparent !important;
    position: inherit !important;}

.img-mobile {display: none;}

@media (max-width: 768px){
  #main-slider .carousel h1 {
      font-size: 32px;
  }
}
@media (max-width: 425px){
  #main-slider .carousel h1 {
      font-size: 19px;
  }
}


/* 2024 */
/*boton suscripcion*/
.btn-suscrip {
	box-sizing: border-box;
    padding: 4px;
    background-color: #009BC9;
    width: 150px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    position: fixed;
    bottom: 10px;
    right: 16px;
}

.btn-suscrip a {
    text-decoration:none;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 500;
}
.btn-suscrip:hover {
	cursor: pointer;
	background-color: #33b5e5;
}

#sgpb-popup-dialog-main-div {
    box-sizing: content-box;
    min-width: 120px;
    max-height: 845px;
    max-width: 1787px;
    border-style: solid;
    border-color: rgb(224 224 224) !important;
    border-radius: 0%;
    border-width: 2px !important;
    padding: 30px;
    width: 580px;
    background-repeat: no-repeat;
    height: 440px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(200 200 200) 4px 5px 15px 0px !important;
    overflow: hidden;
}

@media(max-width:991px) {
.no-sidebar	aside.col-md-2.sticky {
		display: none;
	}
}

.jaw_symbol {
        font-size: 12px;
    color: #505050;
}

aside ul li a {
   
    color: #505050;
}




</pre></body></html>