
/* Body
------------------------------------- */
body {
		background: #2170dc;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    position: relative;
}

html,body {
    width: 100%;
    overflow-x: hidden;


  }

/* Typography
------------------------------------- */
h1,h2,h3,h4,h5,span {
  font-weight: bold;
}

.title {color: #FFFFFF}

h1 {padding-bottom: 10px;}

h2 {
  font-size: 38px;
  line-height: 52px;
}

h3 {
  font-size: 22px;
  letter-spacing: 0.2px;
  line-height: 33px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.6px;
  padding-top: 10px;
}

h5 {
  font-size: 14px;
  letter-spacing: 1.2px;
}

h6 {
  color: #2170dc;
  font-size: 10px;
  letter-spacing: 1.1px;
}

h7 {
  color: #2170dc;
  font-size: 12px;
  letter-spacing: 1.2px;
}

h8 {
  color: #171509;
  font-size: 12px;
  letter-spacing: 1.2px;
}

p {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.4px;
  line-height: 28px;

}

.headimage {font-size: 13px;
	align: center;}

.hoverText {
	font-size: 20px;
	font-style: normal;
	line-height: 100%;
	}

@media screen and (max-width: 1280px) {
	.hoverText {
		font-size: 11px;
	}
}

.hoverText li {
	margin-left: 1em;
}



.portfolio-overlay-des ul {
  margin-left: -1.5em;}

a {text-decoration: none !important;}

.font-weight-normal {font-weight: 400;}

.font-color-gray {color: #ffffff !important;}



/* All Section styles
------------------------------------- */
.section-title {
  padding-bottom: 62px;
  position: relative;
}

.section-btn {
  background: transparent;
  border: 3px solid #;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 12px 40px;
  margin-top: 44px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section-btn:hover {
  background: #ffffff;
  border-color: transparent;
  color: #2170dc;
}

.section-btn:focus {
  border-color: transparent;
  outline: none;
}

.btn-warning {
  border-color: transparent;
	background: #2170dc;
}

.icon {
  font-size: 32px;
  padding-right: 20px;
}

#service, #about, #team,
#portfolio, #blog, #faq, #testimonial, #contact {
   padding-top: 120px;
   padding-bottom: 120px;
}

#portfolio{
	background: #2170dc
}
#about, #faq, #contact {
  background: #f9f9f9;
}

#team, #contact {
  text-align: center;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;

}

@media only screen and (max-width: 1100px) {
.parallax-section {
background-attachment: scroll !important;
background-position: center center !important;
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.parallax-section {
background-attachment: scroll !important;
background-position: center center !important;
}
}


/* preloader styles
/* ========================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-pulse {
  width: 90px;
  height: 90px;
  background-color: #2170dc;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }



/* navigation styles
/* ========================================== */
.navbar-default {
    background: #2170dc;
    border: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
  }

.navbar-default .navbar-brand {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
}

.navbar-default li {
  margin: 15px 20px;
}

.navbar-default .navbar-nav li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 45px;
    padding: 0;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li a:hover {
    color: #ffffff !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    font-weight: bold;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}



/* home section styles
/* ========================================== */
#home
      {
  background: url('../images/Portada_resized1.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  text-align: center;
}

#home .btn {
  margin-right: 12px;
}

.topHeader {
	position: relative;
	bottom: 200px;

	text-align: center;
}

.responsiveSub {
	position: relative;
	bottom: 50px;
}
@media only screen and (max-width: 1420px) {
	.topHeader{
		bottom: 100px;
	}
}

@media only screen and (max-width: 980px) {
	.topHeader{
		bottom: 80px;
	}
}

@media only screen and (max-width: 1200px) {
	.nav li {
		padding-right: 8.5px !important;
	}
	.nav a{
    font-size: 8.5px !important;
  }
}




/* service section styles
/* ========================================== */
#service .media {
  padding-top: 12px;
  padding-bottom: 14px;
}

#service h3 {
  padding-bottom: 10px;
}

#service a {
  color: #63c6ae;
}

.heading {
	color: #FFFFFF
}

#service .portfolio-thumb {
    overflow: hidden;
    position: relative;
		display: inline-block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;

}

#service img {
  display: block;
  width: 100%;

}

#service .portfolio-overlay {
    background: #2170dc;
    color: #ffffff;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: justify;
    vertical-align: middle;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#service .portfolio-thumb:hover .portfolio-overlay {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media not all and (pointer: coarse) {
    .portfolio-thumb:hover {
    	background-color: white;
  }
}

#service .portfolio-thumb .portfolio-overlay-des {
		position: relative;
  	top: 50%;
  	left: 60%;
  	transform: translate( -50%, -50% );
  	text-align: justify;
}

.mobileClass{
	display: none;
}
.media{
	display: none;
}

@media (max-width: 980px) {
	.desktopClass {
		display: none;
	}
	.media{
		display: block;
	}

	.mobileClass{
		display: block;
	}

}



#service .portfolio-thumb .portfolio-overlay .fa {
    background: #ffffff;
    border-radius: 100px;
    color: #2170dc;
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 12px;
    position: relative;
}


small {
	font-size: smaller;
}

.pResponsive {
	font-style: normal;
	font-size: 20.5px;
	line-height: 100%;
}

.pResponsive li {
	margin-left: 1em;

}


@media screen and (max-width: 1200px) {
    .pResponsive {
			font-size: 14px;
    }
}

.pResponsiveSmartC {
	font-style: normal;
	font-size: 15px;
	line-height: 100%;
}

@media screen and (max-width: 1200px) {
    .pResponsiveSmartC {
			font-size: 11px;
    }
}

/* team section styles
/* ========================================== */
#team .team-wrapper {
  overflow: hidden;
  margin: 0;
  position: relative;
}

#team .team-wrapper .team-wrapper-social {
  background: #f9f9f9;
  position: absolute;
  top: 80%;
  opacity: 0;
  width: 100%;
  height: 100%;
  -wekbit-transition: all 1000ms linear;
  -moz-transition: all 1000ms linear;
  transition: all 1000ms linear;
  text-align: center;
  vertical-align: middle;
  padding-top: 7%;
}

#team .team-wrapper:hover .team-wrapper-social {
  opacity: 1;
}

#team .team-description {
  padding-top: 12px;
}


/* Portfolio section styles
/* ========================================== */
#portfolio .portfolio-thumb {
    overflow: hidden;
    position: relative;
		display: inline-block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;

}

#portfolio img {
  display: block;
  width: 100%;

}

#portfolio .portfolio-overlay {
    background: #2170dc;
    color: #ffffff;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: justify;
    vertical-align: middle;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#portfolio .portfolio-thumb .portfolio-overlay-des {
		position: relative;
  	top: 50%;
  	left: 60%;
  	transform: translate( -50%, -50% );
  	text-align: justify;
}

@media not all and (pointer: coarse) {
    .portfolio-thumb:hover {
    	background-color: white;
  }
}

#portfolio .portfolio-thumb .portfolio-overlay .fa {
    background: #ffffff;
    border-radius: 100px;
    color: #2170dc;
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 12px;
    position: relative;
}

small {
	font-size: smaller;
}


/* blog section styles
/* ========================================== */
#blog .blog-wrapper {
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 60px;
  margin-bottom: 22px;
   -wekbit-transition: all 1000ms linear;
  -moz-transition: all 1000ms linear;
  transition: all 1000ms linear;
}

#blog h3 a {
  color: #ffffff;
}

#blog .blog-wrapper:hover {
  background: url('../images/blog-wrapper.jpg');
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}

#blog .blog-wrapper:hover h3 a {color: #2170dc;}

#blog .blog-date {color: #909090;}

#blog #blog-author {
  color: #ffffff;
  letter-spacing: 1px;
}

/* blog single page */
#blog .blog-about {padding-bottom: 4px;}
#blog .blog-about img {padding-bottom: 18px;}
#blog .blog-about h3 {
  margin-top: 0px;
  padding-bottom: 10px;
}

#blog .recent-post h3 {
  padding-bottom: 8px;
}

#blog .recent-post .media {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 18px;
  margin-bottom: 22px;
}
#blog .recent-post .media:last-child {
  border-bottom: none;
}

#blog .blog-categories {
  padding-top: 12px;
}
#blog .blog-categories h3 {
  padding-bottom: 12px;
}

#blog .blog-categories li {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 10px;
}

#blog .blog-categories li a {
  color: #808080;
  letter-spacing: 0.5px;
}

#blog h4 {
  font-size: 17px;
  line-height: 22px;
  padding-top: 0px;
}

#blog h4 a {
  color: #404040;
  transition: all 0.4s ease-in-out;
}
#blog h4 a:hover {
  color: #75d1e0;
}

#blog h5 {
  color: #727272;
}

#blog .blog-image {
  padding-bottom: 30px;
}

#blog .blog-content h3 {
  margin-top: 8px;
  padding-bottom: 12px;
}

#blog .blog-content span a {
  color: #909090;
  letter-spacing: 0.9px;
}

#blog .blog-content span {
  font-size: 14px;
  font-weight: 400;
  margin-right: 14px;
}

#blog .blog-content blockquote {
  border-left-color: #75d1e0;
  margin: 30px 0px;
}

#blog .blog-author {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 22px;
  padding-bottom: 28px;
  margin-top: 42px;
  margin-bottom: 42px;
}
#blog .blog-author h4 {
  padding-top: 12px;
  padding-bottom: 8px;
}

#blog .recent-post .media .media-object,
#blog .blog-author .media .media-object, #blog .blog-comment .media .media-object {
  margin-right: 14px;
}

#blog .blog-comment h3, #blog .blog-comment-form h3 {
  padding-bottom: 18px;
}

#blog .blog-comment .media .media {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  margin-top: 32px;
}

#blog .blog-comment-form {
  border-top: 1px solid #f0f0f0;
  padding-top: 32px;
  margin-top: 72px;
}

#blog .blog-comment-form .col-md-6,
#blog .blog-comment-form .col-md-12, #blog .blog-comment-form .col-md-3 {
  padding-left: 0px;
}

#blog .blog-comment-form .form-control {
  background: transparent;
  border: 2px solid #eeeeee;
  color: #808080;
  box-shadow: none;
  margin-top: 18px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

#blog .blog-comment-form .form-control:focus {
  border-color: #808080;
}

#blog .blog-comment-form input {
  height: 45px;
}

#blog .blog-comment-form input[type="submit"] {
  background: #eeeeee;
  color: #202020;
}


/* faq section styles
/* ========================================== */
#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default>.panel-heading {
  background: transparent;
  color: #505050;
}

#faq .panel-heading {
  border: none;
  padding-top: 4px;
  padding-bottom: 14px;
}

#faq .panel-title > a {
  font-size: 21px;
  display: block;
  width: 100%;
  padding: 10px 15px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 12px;
  padding-left: 32px;
  padding-bottom: 22px;
}


/* testimonial section styles
/* ========================================== */
#testimonial .col-md-6 {
  display: block;
  width: 100%;
  padding-bottom: 42px;
}

#testimonial h4 {letter-spacing: 1px;}

#testimonial .media .media-object {
  padding-right: 22px;
}

#testimonial .media .media-object img {
  width: 100%;
  height: 100%;
}

#testimonial .media .media-body {
  padding-top: 12px;
}

#testimonial .img-responsive{
	max-width: 100%;
	height: auto;
	margin-top: 20%;
	margin-bottom: 20%;
}

.img-mobile{
	max-width: 100%;
	height: auto;

}


#testimonial .img-principal{
	width: auto;
	height: 50%;
}

.img-responsive{
	max-width: 100%;
	height: auto;
	margin-top: 20%;
	margin-bottom: 20%;
}

.img-header{
	max-width: 70%;
	height: auto;

}

.showNoImage{
	display: none;
}

@media screen and (max-width: 480px) {
    .img-header {
         height: 20%;
				 width: 20%;

    }
}

.heading-header{

	font-size: 20px;
	color: #FFFFFF;


}
/* contact section styles
/* ========================================== */
#contact .form-control {
  background: transparent;
  border: 2px solid #eeeeee;
  color: #808080;
  box-shadow: none;
  margin-top: 18px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-color: #808080;
}

#contact input {
  height: 45px;
}

#contact textarea {
  height: 170px;
}

#contact input[type="submit"] {
  background: #2170dc;
  border-color: transparent;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 18px;
}

#contact input[type="submit"]:hover {
  background: #ffffff;
  color: #2170dc;
}


/* footer section styles
/* ========================================== */
footer {
  padding-top: 62px;
  padding-bottom: 62px;
  text-align: center;
  position: relative;
}

.blog-footer {background: #2170dc;}


/* social icon */
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
}
.social-icon li a {
  background: #202020;
  border-radius: 100px;
  color: #000000;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  padding: 0px;
  margin-right: 8px;
  margin-left: 8px;
}
.social-icon li a:hover {
  background: #000000;
  transform: rotate(360deg);
}

.linkCol {
	color: #000000;
}




/* about
/* ========================================== */

.paragraph {
	text-align: justify;
	font-size: 20px;
	color: #000000;
	line-height: 100%;
}

.imageSm {
	margin: 10;
}

/* Responsive Mobile styles
/* ========================================== */
@media only screen and (max-width: 980px) {
  #home { height: 58vh;}

  #about .embed-responsive {margin-top: 62px;}

  #team .col-md-4:last-child {margin-top: 62px;}

}
@media (max-width: 768px) {
  #home {
    height: 56vh;
  }

  #home h2 {
    font-size: 34px;
  }

  .navbar-default {text-align: center;}
  .navbar-default .navbar-brand {
    line-height: 15px;
  }

  #team .col-md-4 {margin-bottom: 62px;}

  #team .col-md-4:last-child {margin-top: 0px;}
}

@media (max-width: 760px) {
  #home {
    height: 80vh;
  }

  footer .social-icon li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 4px;
    margin-left: 4px;
  }

  #service, #about, #team,
  #portfolio, #contact {
   padding-top: 80px;
   padding-bottom: 80px;
}

}

@media (max-width: 400px) {
  #home {
    height: 100vh;
  }
  .section-btn {
    padding: 10px 24px;
  }
   #blog .blog-about {margin-top: 62px;}
}

@media (max-width: 320px) {
  .section-btn {
    padding: 8px 18px;
    margin-top: 20px;
  }
}
