@charset "utf-8";
/* Normal CSS */
html {
  overflow-x: hidden;
}
body {
  font-size: 18px;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
*, *:focus {
  outline: none;
}
a {
  color: #000000;
  text-decoration: none;
  transition: all ease 0.4s;
}
a:hover, a:focus {
  color: #163250;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
p, .p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
}
 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
  object-fit: cover;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-bottom: 10px;
  margin: 0;
}
.container {
  max-width: 1420px;
  margin: 0 auto;
}
.fill-btn {
  padding: 20px;
  min-width: 200px;
  background-color: #96efff;
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
}

/* Section Title CSS */
.section-title {
  margin-bottom: 50px;
}
.section-title span {
  font-size: 20px;
  font-weight: 500;
  color: #38bcd4;
}
.section-title h2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 46px;
  color: #011417;
  padding-bottom: 0;
  margin-top: 10px;
}

/* Solvico Header CSS */
.solvico-header {
  padding: 30px 0;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
}
.solvico-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav li {
  padding: 0 20px;
}
nav li a {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
}
nav li a:before {
  position: absolute;
  bottom: -20px;
  right: 0;
  left: auto;
  content: "";
  width: 0;
  height: 3px;
  margin: auto;
  background-color: #6dd8ec;
  transition: all ease .6s;
}
nav li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
nav li a:hover, a:focus {
  color: #6dd8ec;
}

/* Solvico Banner */
.solvico-banner .swiper-slide {
  position: relative;
  background: url(../images/banner.jpg) no-repeat 50% 20% / cover;  
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 0;
  height: 869px;
}
.solvico-banner .swiper-slide::before, .solvico-banner .swiper-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(1, 20, 23, 0.5);
}
.solvico-banner .swiper-slide::after {
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
  height: 481px;
  width: 675px;  
  background: transparent;
  background-image: url(../images/banner-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;  
}
.swiper-slide .banner-content {
  text-align: left;
  max-width: 590px;
}
.swiper-slide .banner-content h2 {
  position: relative;
  padding-bottom: 20px;
  padding-left: 84px;
  font-size: 23px;
  font-weight: 600;
  line-height: 50px;
  color: #ffffff;
}
.swiper-slide .banner-content h2:before {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 0;
  content: "";
  height: 3px;
  width: 65px;
  background-color: #ffffff;
}
.swiper-slide .banner-content h3 {
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-transform: lowercase;
  color: #ffffff;
}
.swiper-slide .banner-content h3 span {
  font-weight: 700;
}
.swiper-slide .banner-content .fill-btn {
  margin-top: 45px;
}
.swiper-slide .banner-content .fill-btn:hover {
  background: #000;
  color: #96efff;
}
.solvico-banner .swiper-slide .container {
  position: relative;
  z-index: 1;
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 43px;
  z-index: 2;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
  cursor: pointer;
  height: 13px;
  width: 13px;
  background: transparent;
  border: 2px solid #38bcd4;
  z-index: 5;
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-clickable .swiper-pagination-bullet-active {
  background-color: #38bcd4;
  border-color: #38bcd4;
}

/* Zoom Meeting CSS */
.zoom-meeting {
  padding: 90px 0;
  background: url("../images/rounded-shape.png") no-repeat -150px -20px #fff;
}
.meeting-info {
  padding-left: 70px;
}
.meeting-info a {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}
.meeting-info a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background: #08203a;
  transition: all ease 0.4s;
}
.meeting-info a:hover {
  color: #38bcd4;
}
.meeting-info a:hover:before {
  width: 100%;
}
.meeting-info a img {
  margin-left: 7px;
}
.icon-info {
  display: flex;
  align-items: center;
  max-width: 590px;
  margin-bottom: 25px;
}
.icon-info p {
  padding-left: 40px;
  font-size: 18px;
  line-height: 28px;
  color: #5d5d5d;
}

/* Our Team CSS */
.our-team {
  padding: 80px 0 0;
  background: url("../images/our-team-bg.jpg") no-repeat 0 0;
  background-size: cover;
  height: 580px;
  position: relative;
}
.our-team .section-title {
  text-align: center;
  margin-bottom: 61px;
}
.our-team .section-title span, .our-team .section-title h2 {
  color: #fff;
}
.our-team .section-title h2 {
  font-size: 45px;
}
.team-list-item {
  box-shadow: 1px 2px 9px 1px rgba(0, 0, 0, 0.05);  
}
.team-list-item p {
  font-size: 16px;
  color: #011417;
  padding: 30px;
}
.team-list-item:hover, .team-list-item:hover .team-title:before {
  opacity: 1;
  background: #163250;
}
.team-list-item:hover p, .team-list-item:hover h3 {
  color: #fff;
}
.team-img {
  position: relative;
}
.team-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 23px;
}
.team-title:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: #38bcd4; /* Old browsers */
  background: -moz-linear-gradient(top,  #38bcd4 0%, #96efff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #38bcd4 0%,#96efff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #38bcd4 0%,#96efff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38bcd4', endColorstr='#96efff',GradientType=0 ); /* IE6-9 */
  opacity: 0.8;
}
.team-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85%;
  background: rgba(255, 255, 255, 0.08);
  height: 1px;
  content: "";
}
.team-title h3 {
  font-size: 22px;
  color: #011417;
  font-weight: bold;
  padding-bottom: 0;
}
.team-title span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}
.our-team .swiper-button-next, .swiper-button-prev {
  height: 65px;
  width: 65px;
  background: #38bcd4;
  border-radius: 100%;
  top: 70%;
  right: 150px;
  color: #011417;
}
.swiper-button-prev {
  right: auto;
  left: 150px;
}
.our-team .swiper-button-disabled {
  background: #8a9eb3;
}
.our-team .swiper-button-next::after, .swiper-button-prev::after {
  font-size: 35px;
  font-weight: bold;
}
/* About Us CSS */
.about-us {
  padding-top: 300px;
  background: #fff;
}
.about-us .section-title {
  margin-bottom: 35px;
}
.about-us p {
  font-size: 18px;
  color: #5d5d5d;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 40px;
  max-width: 565px;
}


/* Agndar Demo CSS */
.agndar-demo {
  padding: 100px 0;
  background: url("../images/agndar-bg.jpg") no-repeat 0 0;
  background-size: cover;
  position: relative;
  text-align: center;
}
.agndar-demo:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: #38bcd4; /* Old browsers */
  background: -moz-linear-gradient(top,  #38bcd4 0%, #96efff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #38bcd4 0%,#96efff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #38bcd4 0%,#96efff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38bcd4', endColorstr='#96efff',GradientType=0 ); /* IE6-9 */
  opacity: 0.75;
}
.agndar-demo .container {
  position: relative;
  z-index: 2;
}
.agndar-demo h2 {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 30px;
  max-width: 800px;
  margin: 0 auto;
}
.agndar-demo .fill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #38bcd4;
  min-width: 233px;
  background: url("../images/arrow.png") no-repeat 180px 21px #08203a;
  padding: 15px 50px 15px 20px;
}
.agndar-demo .fill-btn:hover {
  background: url("../images/arrow.png") no-repeat 180px -65px #38bcd4;
  color: #08203a;
}

/* Quote Block CSS */
.quote-block {
  padding: 0;
  background: #f7f7f7;
}
.quote-block .img-box {
  position: relative;
}
.quote-block .img-box img {
  width: 100%;
}
.quote-block .icon-info {
  margin-bottom: 40px;
}
blockquote {
  font-size: 22px;
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-align: center;
  color: #08203a;
  padding: 45px 56px;
  background-color: rgba(92, 193, 213, .8);
  position: absolute;
  bottom: 55px;
  right: 60px;
  height: 242px;
  width: 412px;
  margin-bottom: 0;
}
blockquote i {
  font-style: normal;
}
blockquote span {
  color: #fff;
}
blockquote::before {
  position: absolute;
  top: 45px;
  left: 30px;
  width: 25px;
  height: 25px;
  background: url("../images/quote-left.png");
  background-repeat: no-repeat;
  content: "";
}
blockquote::after {
  position: absolute;
  bottom: 60px;
  right: 80px;
  width: 25px;
  height: 25px;
  background: url("../images/quote-right.png");
  content: "";
  background-repeat: no-repeat;
}

/* Testimoniol CSS */
.testimoniol {
  padding: 80px 84px;
}
.clients-opinion {
  background-color: #fff;
  box-shadow: 1px 2px 9px 1px rgba(0, 0, 0, 0.05);
  padding: 60px 45px;
}
.clients-opinion h3 {
  font-size: 22px;
  font-weight: 700;
  color: #011417;
  padding-bottom: 10px;
}
.clients-opinion > img {
  padding-bottom: 35px;
}
.clients-opinion p {
  font-size: 18px;
  color: #5d5d5d;
  font-weight: 500;
}
.client-info {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.client-info h4 {
  font-size: 18px;
  color: #011417;
  font-weight: 700;
  padding-bottom: 6px;
}
.client-info h5 {
  font-size: 16px;
  font-weight: 700;
  color: #5d5d5d;
  padding-bottom: 0;
}
.client-info img {
  padding-right: 20px;
}
.testimonial-slider .swiper-pagination {
  justify-content: start;
  padding-top: 40px;
  position: static;
}

/* Footer CSS */
footer {
  background: url(../images/footer.png) no-repeat 50% 50% /cover;
  position: relative;
  padding: 63px 0 63px 0;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 54px;
}
footer p {
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  padding: 0 73px 0 0;
  margin-bottom: 0;
  position: relative;
  max-width: 590px;
}
.right-footer {
  display: flex;
  align-items: center;
}
.right-footer p:before {
  content: "";
  height: 65px;
  width: 2px;
  position: absolute;
  left: -65px;
  background: #1a3f67;
}
footer .fill-btn:hover {
  background: #000;
  color: #96efff;
}
.copyright {
  font-size: 16px;
  color: #979696;
  background: #061a30;
  padding: 32px 0;
  position: static;
  width: 100%;
}
.copyright p {
  font-size: 16px;
  padding-right: 0;
  margin-bottom: 0;
}
.copyright span {
  margin: 0 8px;
}
.copyright .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright ul {
  display: inline-flex;
  position: relative;
}
.copyright li + li:before{
  margin: 0 10px;
  color: #fff;
  content: "|";
}
.copyright a {
  color: #38bcd4;
}



@media screen and (max-width:1699px) {
  .swiper-button-prev {
    left: 30px;
  }
  .our-team .swiper-button-next {
    right: 30px;
  }
}

@media screen and (max-width:1599px) {
  .our-team .swiper-button-next, .swiper-button-prev {
    height: 45px;
    width: 45px;
  }
  .our-team .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px;
  }
  .swiper-button-prev {
    left: 20px;
  }
  .our-team .swiper-button-next {
    right: 20px;
  }
}

@media screen and (max-width:1499px) {
  .container {
    max-width: 1240px;
  }
  .our-team {
    height: 530px;
  }
  .clients-opinion {
    padding: 40px 25px;
  }
}

@media screen and (max-width:1299px) {
  .testimoniol {
    padding: 80px 34px;
  }
  .meeting-info {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-title h2 br {
    display: none;
  }
  .section-title h2 {
    font-size: 33px;
    line-height: 36px;
  }
  .our-team {
    height: 520px;
  }
}

@media screen and (max-width:1199px) {
  .container {
    max-width: 940px;
  }
  nav li a {
    font-size: 17px;
  }
  .swiper-slide .banner-content h3 {
    font-size: 50px;
    line-height: 50px;
  }
  .fill-btn {
    padding: 15px;
  }
  .team-list-item p {
    padding: 20px;
  }
  .our-team {
    height: 440px;
  }
  .team-title h3 {
    font-size: 20px;
  }
  .clients-opinion p {
    font-size: 16px;
  }
  footer p {
    font-size: 22px;
  }
  footer .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .right-footer p::before {
    display: none;
  }
  .right-footer {
    margin-top: 40px;
  }
}

@media screen and (max-width:991px) {
  .container {
    max-width: 90% !important;
  }
  .logo img {
    max-width: 130px;
  }
  nav li {
    padding: 0 10px;
  }
  nav li a {
    font-size: 15px;
  }
  .zoom-meeting img {
    width: 100%;
  }
  .zoom-meeting .icon-info img, .zoom-meeting .meeting-info a img {
    width: auto;
  }
  .agndar-demo {
    padding: 50px 0;
  }
  .agndar-demo h2 {
    font-size: 33px;
  }
  .meeting-info {
    padding: 50px 30px;
  }
  .testimoniol img {
    width: 100%;
  }
  .testimoniol .clients-opinion img {
    width: auto;
  }
  .testimoniol .section-title {
    margin-top: 50px;
  }
  footer p {
    padding: 0 10px 0 0;
  }
  .zoom-meeting {
    padding: 50px 0 0;
  }
  .our-team {
    padding: 50px 0 0;
  }
  .quote-block {
    padding-top: 0;
  }
  .testimoniol {
    padding: 50px 0 20px;
  }
  .copyright p, .copyright {
    font-size: 15px;
  }
  .testimoniol .section-title {
    margin-bottom: 30px;
  }
  .our-team {
    height: 397px;
  }
  .about-us {
    padding-top: 350px;
  }
  .team-img img {
    width: 100%;
  }
  .solvico-banner .swiper-slide::after {
    display: none;
  }
  .zoom-meeting {
    background: #fff;
  }
}

@media screen and (max-width:800px) {
  .our-team {
    height: 419px;
  }
  .about-us {
    padding-top: 300px;
  }
}

@media screen and (max-width:767px) {
  .toggle {
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 1;
    width: 45px;
    height: 45px;
    background: #96efff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
  }
  .toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 50%;
    position: relative;
    transition: all ease 0.4s;
  }
  .toggle span:before, .toggle span:after {
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 50%;
    content: "";
    transition: all ease 0.4s;
  }
  .show .toggle span {
    background: #96efff;
  }
  .show .toggle span:before, .show .toggle span:after {
    transform: rotate(45deg);
    top: 0;
  }
  .show .toggle span:after {
    transform: rotate(-45deg);
  }
  .show nav {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    background: #96efff;
    padding: 30px;
    width: 100%;
  }
  nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  nav li {
    width: 100%;
  }
  nav ul li a {
    display: block;
    color: #000;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  nav ul li a:hover {
    background: rgba(255, 255, 255, 0.3);
    padding: 0 20px;
    color: #000;
  }
  nav ul li a:before {
    display: none;
  }
  .toggle span:after {
    top: 8px;
  }
  br {
    display: none;
  }
  .container {
    max-width: 95% !important;
  }
  .our-team {
    height: 449px;
  }
  nav {
    display: none;
  }
  .meeting-info {
    padding: 30px 0 50px;
  }
  .icon-info p {
    padding-left: 20px;
    font-size: 16px;
    line-height: 25px;
  }
  .section-title h2 {
    font-size: 28px;
    line-height: 26px;
  }
  .our-team .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  .about-us {
    padding-top: 250px;
  }
  .about-us .section-title, .section-title {
    margin-bottom: 15px;
  }
  .about-us p {
    margin-bottom: 20px;
  }
  .quote-block .meeting-info {
    padding: 50px 30px;
  }
  .client-info, .right-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  footer .container, .right-footer {
    align-items: center;
    text-align: center;
  }
  .client-info h4 {
    padding-top: 10px;
  }
  footer p {
    padding: 0 0 30px;
  }
  .copyright .container {
    flex-direction: column;
  }
  .copyright span {
    margin: 8px 0;
  }
  blockquote {
    padding: 30px;
    height: auto;
  }
  blockquote:before {
    top: 20px;
    left: 10px;
  }
  blockquote:after {
    bottom: 20px;
    right: 10px;
  }
  p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .zoom-meeting .meeting-info .section-title {
    margin-bottom: 30px;
  }
  .solvico-banner .swiper-slide {
    height: 500px;
  }
  .swiper-slide .banner-content h3 {
    font-size: 33px;
    line-height: 40px;
  }
  .swiper-slide .banner-content .fill-btn {
    margin-top: 20px;
  }
  .swiper-slide .banner-content h2 {
    padding-bottom: 0;
  }
  .swiper-pagination {
    padding-bottom: 15px;
  }
  .our-team .section-title h2 {
    font-size: 28px;
  }
}

@media screen and (max-width:479px) {
  .our-team {
    height: auto;
    padding-bottom: 50px;
  }
  .about-us {
    padding-top: 50px;
  }
  .swiper-slide .banner-content h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .team-list-item p {
    background: #fff;
  }
  .team-list-item:hover p {
    background: #163250;
  }
}

@media screen and (max-width:399px) {
  .icon-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .icon-info p {
    padding: 20px 0 0;
  }
  blockquote {
    width: 90%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .swiper-slide .banner-content h2 {
    padding-left: 60px;
    font-size: 18px;
  }
  .swiper-slide .banner-content h2:before {
    width: 45px;
  }
}

.about_text1 { max-width: 680px; }
.modal-body { padding: 35px; }
.modal-body .section-title { margin-bottom: 20px !important; }
.modal-body .section-title span { font-size: 16px; }
.modal-texto { font-size: 16px; line-height: 28px; max-height: 400px; overflow: auto; }
.modal-body .volver { display: inline-block; margin-top: 20px; }