/*COLOR
 AZUL OSCURO: #174961;
 */

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

html,
body {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

/* Typography
------------------------------------- */

title {
  font-family: "Helvetica", "Verdana", "Monaco", sans-serif;
}

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

h1 {
  padding-bottom: 10px;
  font-size: 100px;
  font-weight: bold;
}

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;
}

.aviso {
  font-weight: normal;
  align-content: center;
  font-size: 15px;
  line-height: 1.7;
  align-content: center;
  align-items: center;
  color: white;
}

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

a {
  text-decoration: none !important;
}

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

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

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

.section-btn {
  /*background: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  */
  background: #2C7BAA;
  border: 3px solid #0E3544;
  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: #174961;
  font-weight: bold;
}

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

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

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

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

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

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

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !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: 40px;
  height: 40px;
  background-color: #174961;
  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: #ffffff;
  border: none;
  box-shadow: 0px 4px 8px 0px rgba(50, 50, 50, 0.04);
  margin: 0 !important;
}

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

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

.navbar-default .navbar-nav li a {
  color: #606060;
  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: #174961 !important;
}

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

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #39a0cc;
  background-color: transparent;
}

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

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

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

.dropdown-menu {
  background: white;
  text-align: center !important;
  font-size: 15px;
  border: none;
  padding: 5px;
  width: 100%;
}
.dropdown-menu a {
  padding: 10px;
  font-weight: bold;
  content: center;
}

/* home section styles
/* ========================================== */
#home {
  background: url("../images/home-bg.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;
}

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

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

#service a {
  color: #39a0cc;
}

/* 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;
}

.logoasalraquienes {
  display: block;
  margin: 0 auto;
  width: 30%;
  padding-bottom: 50px;
}

/* Portfolio section styles
/* ========================================== */
#portfolio .portfolio-thumb {
  overflow: hidden;
  margin-bottom: 22px;
  position: relative;
}

#portfolio img {
  display: block;
  width: 100%;
  max-width: 100%;
}

#portfolio .portfolio-thumb .portfolio-overlay {
  background: #39a0cc;
  color: #ffffff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  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: absolute;
  top: 32%;
  left: 18%;
  text-align: center;
}

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

/* blog section styles
/* ========================================== */
#blog .blog-wrapper {
  border: 1px solid #f0f0f0;
  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: #606060;
}

#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: #63c6ae;
}

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

#blog #blog-author {
  color: #606060;
  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: 80px;
  height: 80px;
}

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

/* 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: #174961;
  border-color: transparent;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 18px;
}

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

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

.blog-footer {
  background: #f9f9f9;
}

/* 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: #ffffff;
  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: #67c3e2;
  transform: rotate(360deg);
}

/* 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;
  }
}

.nav-item {
  list-style: none;
}

/*.nav-link {
} */

#historia {
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative;
  align-self: center;
  align-content: center;
  font-weight: bolder;
  color: aliceblue;
  font-size: 2em;
}

.historia {
  margin-bottom: 30px;
  margin-top: 60px;
}

#historia h1 {
  display: inline;
  text-align: center;
  font-size: 60px;
}

.body2 {
  background-color: #2c7baa;
}

.aviso {
  font-size: 0.6em;
  line-height: 1.5;
  padding-top: 15px;
  text-align: justify;
}

.aviso br {
  line-height: 5px;
}

.logofriend {
  max-width: 300px;
  padding: 30px;
  height: 200px;
}

.deleteable {
  position: unset !important; 
  height: auto !important;
  width: 100% !important;
  left: auto !important;
  top: auto !important;
}
/* mis herramientas */

.espaciado {
  margin-top: 25px;
}
