/*
Theme Name: Gisselle Montenegro Granados
Theme URI: http://example.com/mi-tema
Author: guillermosg.dev
Author URI: https://guillermosg.dev
Description: Theme de Gisselle Montenegro Granados
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css2?family=Cabin&display=swap");

body {
  font-family: "Cabin", sans-serif;
  font-weight: normal;
  font-style: normal;
}

a {
  color: #007fa0;
  text-decoration: none;
}

.bg-white {
  background-color: #fff !important;
}

.navbar-gisselle {
  background-color: #007fa0 !important;
}

.logo {
  width: 8rem;
}

.navbar-nav-gisselle li a {
  color: #fff !important;
  font-weight: 600;
  position: relative;
}

.navbar-nav .nav-item a.active::before {
  opacity: 1;
  width: 50px;
}

.navbar-nav .nav-item a::before {
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -1px;
  height: 2px;
  background: #f3f0e7;
  content: "";
}

.social-list a {
  width: 32px;
  height: 32px;
  padding-top: 5px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}

.social-list a i {
  color: #007fa0;
}

.social-list a:hover,
.social-list a:focus {
  background-color: #004d63;
}

.social-list a:hover i,
.social-list a:focus i {
  color: #fff;
}

.home {
  padding-top: 8rem;
  padding-bottom: 2rem;
}

.home-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
}
.home-title {
  font-size: 3rem;
}

.btn-secondary {
  background-color: #007fa0;
  border-color: #007fa0;
  color: #fff;
  border-radius: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
}

.btn-secondary:hover {
  background-color: #004d63;
  border-color: #004d63;
}

.bg-light {
  background-color: rgba(0, 127, 160, 0.4) !important;
}

.text-bold {
  font-weight: 700;
}

.text-justify {
  text-align: justify;
}

.text-g-light {
  font-weight: 300;
}

.bg-g-primary {
  background-color: #007fa0 !important;
}

.container-knowme {
  box-shadow: 0px 13px 20px #8c8c8c12;
  border-radius: 7px;
  background-color: #fff;
}

.knowme-image {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.single-service {
  text-align: left;
  position: relative;
  padding: 130px 40px 45px 40px;
  box-shadow: 0px 5px 35px #0000000d;
  border-radius: 5px;
  background: #fff;
  z-index: 5;
  overflow: hidden;
  transition: all 0.4s ease;
  margin: 15px 0;
  min-height: 20rem;
  cursor: pointer;
}

.single-service .serial span {
  font-size: 25px;
  position: absolute;
  left: 40px;
  top: 40px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #007fa0;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
}

.single-service h3 {
  color: #333;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.single-service p {
  margin-top: 20px;
  line-height: 24px;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-service:hover {
  background: #007fa0;
  cursor: pointer;
}

.single-service:hover .serial span {
  border-color: transparent;
  background: #fff;
  color: #007fa0;
  border-radius: 50%;
}

.single-service:hover h3 {
  color: #fff;
}

.single-service:hover p {
  color: #fff;
}

.circles-wrap {
  position: absolute;
  bottom: -65%;
  right: -50%;
  z-index: -1;
}
.circles {
  height: 400px;
  width: 400px;
  background: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

span.circle.circle-4 {
  height: 400px;
  width: 400px;
  background: #fff;
  opacity: 0.2;
  z-index: 2;
}
span.circle.circle-3 {
  height: 300px;
  width: 300px;
  background: #fff;
  opacity: 0.2;
  z-index: 3;
}

span.circle.circle-2 {
  height: 200px;
  width: 200px;
  background: #fff;
  opacity: 0.2;
  z-index: 4;
}
span.circle.circle-1 {
  height: 100px;
  width: 100px;
  background: #fff;
  opacity: 0.2;
  z-index: 5;
  display: inline-block;
  z-index: 5;
}

span.circle {
  border-radius: 50%;
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single-service:hover span.circle,
.single-service.active span.circle {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer {
  background-color: #004d63;
  z-index: 2;
  position: relative;
}

.footer .footer-middle {
  padding-bottom: 60px;
  padding-top: 70px;
}

.footer .single-footer {
  margin-top: 30px;
}

.footer .single-footer h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 500;
  border-left: 3px solid #007fa0;
  padding-left: 10px;
}

.footer .f-link ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer .f-link ul li {
  margin-bottom: 15px;
  position: relative;
}

.footer .f-link ul li a {
  display: inline-block;
  color: #f3f1fdc9;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer .footer-social {
  margin-top: 35px;
}

footer .footer-social ul li {
  display: inline-block;
  margin-right: 6px;
}

.footer .footer-social ul li a {
  font-size: 17px;
  color: #333;
  height: 45px;
  width: 45px;
  text-align: center;
  display: block;
  line-height: 45px;
  background: transparent;
  border: none;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}

.footer .footer-social ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.footer .footer-social ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #007fa0;
  border-radius: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer .footer-bottom .inner {
  padding: 30px 0;
  border-top: 1px solid #ffffff4a;
  text-align: center;
}

.footer .footer-bottom .inner p {
  color: #fff;
  font-size: 15px;
  margin-top: 2rem;
}

.sticky {
  width: 100%;
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
}

.rounded-effect {
  position: relative;
  padding: 40px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.rounded-effect .circle-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  animation-name: rotate;
  animation-direction: revert;
  animation-duration: 23s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.rounded-effect .circle-icon.re {
  animation-direction: reverse;
  animation-duration: 38s;
}

.rounded-effect .circle-icon::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  transform: translateY(-50%);
  top: 50%;
  left: -12px;
}

.rounded-effect .rounded-effect-in {
  padding: 25px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}

.section-title h2,
.section-title h3 {
  position: relative;
}

.section-title h2:before,
.section-title h3:before {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -10px;
  height: 2px;
  width: 50px;
  background: #007fa0;
  content: "";
}

.title-01 {
  position: relative;
  padding-left: 15px;
  font-size: 1.2rem;
}

.title-01::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #007fa0;
}

.title-correo {
  font-family: Verdana, sans-serif !important;
  font-weight: 600;
  background: #007fa0;
  font-size: 1.5rem;
  color: #fff;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  cursor: pointer;
}

.title-correo:hover,
.title-correo:focus {
  background-color: #004d63;
  color: #fff;
}
