@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* ----------variables---------- */

:root {
  /* --color-primary: linear-gradient(to right, #ed4264, #ffedbc); */
  /* --color-primary: #3763EB; */
  --color-primary: #fc4f59;
  /* --color-secondary: #081828; */
  /* --color-secondary: #C70039; */
  --color-secondary: #e7474f;
  --color-text-primary: #6e657e;
}

/* ----------general---------- */

body {
  font-family: "Spartan", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: var(--color-text-primary);
  overflow-x: hidden;
  font-size: 14px;
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

/* ----------nav---------- */

nav .navbar {
  padding: 18px 0;
}

nav .navbar .active {
  font-weight: 600;
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler-icon {
  border: none;
  outline: none;
  box-shadow: none;
}

nav .navbar a img {
  margin-right: 10px;
}

nav .navbar ul li a {
  font-size: 13px;
  font-weight: 500;
  color: #333 !important;
  text-transform: capitalize;
  padding-top: 18px;
  text-align: center;
}

nav .navbar ul li a:hover {
  color: var(--color-primary) !important;
}

nav .button .btn {
  border: 1px solid #F4EEFB;
  color: var(--color-primary) !important;
  padding: 12px 25px;
  background: rgba(255, 255, 255, 0.13);
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  margin-left: 10px;
}

nav .button .btn:hover {
  color: #fff !important;
  background-color: var(--color-primary);
  border-color: transparent;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

nav input[type=search] {
  border: 1px solid #F4EEFB;
  color: #333 !important;
  padding: 12px 25px;
  background: rgba(255, 255, 255, 0.13);
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  margin-left: 10px;
  outline: none;
  box-shadow: none;
}

nav input[type=search]:hover {
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

nav input[type=search]::placeholder {
  font-size: 14px;
  font-weight: 500;
}

nav label {
  font-size: 13px;
}

nav .dots {
  color: #333;
  font-size: 20px;
  transform: rotate(90deg);
  margin-left: 10px;
}

/* ----------header----------*/

.header-primary {
  background-color: #1b45db91;
  height: calc(100vh - 83px);
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.header-primary h1 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 50px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  padding-bottom: 14px;
  text-align: center;
  text-shadow: 0px 0px 11px #000000;
}

.header-primary h2 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 18px;
  text-shadow: 0px 0px 11px #000000;
}

.header-primary .btn {
  color: #fff;
  padding: 12px 25px;
  display: inline-block;
  background: var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  width: 80%;
  border: none;
}

.header-primary .btn:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: transparent;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.header-secondary {
  position: relative;
  /*padding: 100px 0;*/
  padding: 80px 0;
  text-align: center;
  background: var(--color-primary);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #FF9A8B;
  background-image: linear-gradient(90deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%); */
  

}

.header-secondary .breadcrumbs-content {
  position: relative;
}

.header-secondary .breadcrumbs-content span {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}

.header-secondary .breadcrumbs-content h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  position: relative;
  padding-bottom: 22px;
  /* line-height: 50px; */
  margin-bottom: 30px;
}

.header-secondary .breadcrumbs-content h1:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 80px;
  background: #fff;
  margin-left: -40px;
}

.header-secondary .breadcrumbs-content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}

.header-secondary .breadcrumbs-content .breadcrumb-nav {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}

.header-secondary .breadcrumb-nav {
  text-align: center;
  margin-bottom: 30px;
}

.header-secondary .breadcrumb-nav li {
  display: inline-block;
}

.header-secondary .breadcrumb-nav li, header .breadcrumb-nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.header-secondary .breadcrumb-nav li a {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  text-decoration: none;
}

.header-secondary .breadcrumb-nav li a:hover {
  /* color: var(--color-primary); */
  font-weight: 700;
}

.header-secondary .breadcrumb-nav li a:after {
  content: '';
  height: 80%;
  width: 2px;
  background-color: #fff;
  position: absolute;
  top: 2px;
  right: 0;
}

.header-secondary .button {
  color: #fff;
  padding: 12px 25px;
  display: inline-block;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  margin-bottom: 30px;
  position: relative;
}

.header-secondary .button:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: transparent;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.header-alternative {
  background-color: #ebeff7;
  height: 350px;
  /* height: calc(100vh - 83px); */
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  /* background-image: url("../img/background-header.jpg"); */
  /* background-position: right;
  background-repeat: no-repeat;
  background-size: cover; */
  /* color: #fff; */
}

.header-alternative h1 {
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 50px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  padding-bottom: 14px;
  /* text-align: center; */
  /* text-shadow: 0px 0px 11px #000000; */
}

.header-alternative h2 {
  /* text-align: center; */
  font-size: 25px;
  padding-bottom: 18px;
  /* text-shadow: 0px 0px 11px #000000; */
}

.header-alternative p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 18px;
}

.bg-1 {
  background-image: url("../img/background-header.jpg");
}


/* ----------section---------- */

section {
  padding: 80px 0;
  /* padding: 0px 0; */
}

section:nth-child(2n) {
  background: #f8f9fa;
}

/* ----------title---------- */

.title {
  text-align: center;
  /* margin-bottom: 80px; */
  padding: 0 280px;
}

.title-left {
  /* text-align: left; */
  text-align: justify;
  padding: 0;
  margin-bottom: 0;
}

.title-right {
  text-align: right;
  /* text-align: justify; */
  padding: 0;
  margin-bottom: 0;
}

.title span {
  text-transform: uppercase;
  color: var(--color-primary);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}

.title h2 {
  font-size: 33px;
  margin-bottom: 18px;
  line-height: 50px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  padding-bottom: 14px;
}

.title h2:before {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: var(--color-primary);
  content: "";
}

.title-left h2:before {
  left: 0;
  margin-left: 0;
}

.title-right h2:before {
  left: 95%;
  /*Corregir*/
}

.title p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 18px;
}

.title .button {
  color: #fff;
  padding: 12px 25px;
  display: inline-block;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  margin-bottom: 18px;
  border: 0;
}

.title .button:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: transparent;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.title .btn-group {
  background: var(--color-primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  margin-bottom: 18px;
}

.title .btn-group:hover {
  /* border-color: transparent;
  outline:0px; */
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.title .btn-group a {
  color: #fff;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 500;
  border-color: transparent;
  outline: 0px;
}

.title select {
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  margin-bottom: 18px;
}

.title select:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.title .input-group {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  margin-bottom: 18px;
}

.title .input-group:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.title .input-group input {
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
}

.title .input-group input::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.title .input-group .btn {
  background: var(--color-primary);
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
  color: #fff;
}

.title select:active, .title select:focus, .title input:active, .title input:focus, .title a:active, .title a:focus {
  outline: none;
  box-shadow: none;
}

/* ----------gallery---------- */

.gallery {
  position: relative;
}

.gallery a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.gallery a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s;
}

.gallery img {
  width: calc(100% + 50px);
  max-width: calc(100% + 50px);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
  /* width: 100%;
  height: 280px;
  object-fit: cover; */
}

.gallery .icon-gallery {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  z-index: 3;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.gallery .icon-gallery i {
  font-size: 20px;
  color: #fff;
}

.gallery .icon-gallery svg {
  color: #fff;
  height: 35px;
  width: auto;
}

/* .gallery:hover img {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s;
} */

.gallery .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding: 5px 15px;
}

.gallery .tag::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: var(--color-primary);
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gallery .tag span {
  z-index: 4;
  position: relative;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 600;
}

.gallery:hover .tag::before {
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 6px 9px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 6px 9px -1px rgba(0, 0, 0, 0.25);
}

.gallery:hover .tag span {
  color: #fff;
}

.gallery .author {
  display: inline-block;
  padding: 6px 15px 6px 7px;
  border-radius: 30px;
  border: 1px solid #fff;
  /* background: var(--color-primary); */
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery .author img {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  transform: translate3d(0, 0, 0);
  /*corregir identificando 2da imagen*/
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gallery .author span {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gallery:hover .author {
  background: var(--color-primary);
  border: none;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.gallery:hover .animation1, .card:hover .animation1 {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery:hover .animation2, .card:hover .animation2 {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

.gallery:hover .animation3, .card:hover .animation3 {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s;
}

.gallery:hover .icon-gallery {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.gallery:hover a::before {
  opacity: 0.3;
  transition: opacity 0.5s;
}

/* .card .card-icon {
  display: flex;
  justify-content: flex-end;
}

.card .card-icon div {
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  border-radius: 30px 30px 30px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card .card-icon i {
  color: #fff;
  font-size: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card:hover .card-icon div{
  background: #fff;
}

.card:hover .card-icon i{
  color: var(--color-primary);
} */

.card img {
  height: 220px;
  object-fit: cover;
}

.card h5 {
  font-size: 16px;
  margin: 20px 0;
  line-height: 24px;
}

.card p {
  font-size: 13px;
  margin-bottom: 18px;
}

.card ul {
  margin-bottom: 18px;
}

.card ul li {
  display: block;
  margin-bottom: 10px;
}

.card ul li a {
  text-decoration: none;
  color: var(--color-text-primary);
}

.animation1 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.animation1:hover {
  background: var(--color-primary);
  color: #fff;
}

.animation1:hover i {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* .card ul li:last-child {
  margin-bottom: 0;
} */

.card ul li i, .card h5 i {
  display: inline-block;
  margin-right: 5px;
  color: var(--color-primary);
}

.card .btn {
  /* color: var(--color-primary);
  padding: 12px 25px;
  display: inline-block;
  /* background: var(--color-primary); */
  /* border-color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  margin-top: 20px; */

  border: 1px solid #F4EEFB !important;
  color: var(--color-primary) !important;
  padding: 12px 25px;
  background: rgba(255, 255, 255, 0.13);
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  margin-left: 10px;
}

.card .btn:hover {
  /* color: #fff;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background: var(--color-primary); */

  color: #fff !important;
  background-color: var(--color-primary);
  border-color: transparent;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.card .btn-outline {
  background: transparent;
  border: 1px solid #F4EEFB;
  color: var(--color-primary);
}

.card .btn-outline:hover {
  border: none;
  background: var(--color-primary);
  color: #fff;
}

.parallax {
  background-image: url('../img/background-image.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.parallax::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #303030;
  opacity: .8;
}


.background-image {
  background-image: url("../img/background-image.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-bg-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 320px;
}

.icon-bg-image a {
  border: 3px solid #fff;
  border-radius: 50%;
  display: block;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease-out 0s;
}

.icon-bg-image a:hover {
  background: var(--color-primary);
  border: none;
}


/* ----------Calendario---------- */

.calendario .calendario-mes h3 {
  background: var(--color-primary);
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
}

.calendario .calendario-mes ol {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  list-style: none;
  padding: 0;
  text-align: center;
  font-size: 12px;
}

.calendario .calendario-mes ol li {
  padding: 10px 0;
}

/* ---------Footer---------- */

footer {
  background-color: var(--color-secondary);
  padding: 80px 0;
  /* background: #e53935;  /* fallback for old browsers
background: -webkit-linear-gradient(to right, #e35d5b, #e53935);  /* Chrome 10-25, Safari 5.1-6 
background: linear-gradient(to right, #e35d5b, #e53935); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

footer .logo {
  margin-bottom: 26px;
  width: 150px;
}

footer p {
  color: #f3f1fdc9;
  font-size: 13px;
  line-height: 28px;
}

footer h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 500;
  border-left: 3px solid #f78c8cc9;
  padding-left: 10px;
  padding-top: 3px;
}

footer ul li {
  list-style: none;
  margin-bottom: 15px;
}

footer ul li a {
  display: inline-block;
  color: #f3f1fdc9;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

footer ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer ul li a:hover::before {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
}

footer ul li a:hover {
  color: #fff;
  /* letter-spacing: 1px; */
}

footer .redesSociales {
  display: flex;
  margin-left: 20px;
}

footer .redesSociales 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 .redesSociales a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--color-primary);
  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 .redesSociales a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.footer-bottom {
  background-color: var(--color-secondary);
  padding: 30px 0;
  border-top: 1px solid #ffffff4a;
  text-align: center;
}

.footer-bottom p {
  color: #fff;
  font-size: 13px;
}

.footer-bottom img {
  margin-top: 15px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff !important;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .2s ease-out 0s;
  border-radius: 50%;
  text-decoration: none;
  /* opacity: 0; */
  transform: scale(0);
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

@media screen and (max-width: 991px) {

  /* ----------title---------- */
  .title {
    padding: 0 100px;
  }

  .title-left, .title-right {
    text-align: center;
    /* margin-bottom: 80px; */
  }

  .title-left h2:before, .title-right h2:before {
    left: 50%;
    margin-left: -25px;
  }

  .icon-bg-image {
    height: 150px;
  }

  /* ----------scroll---------- */
  .scroll-top {
    display: none;
  }

}

@media screen and (max-width: 767px) {

  /* ----------title---------- */
  .title {
    padding: 0 50px;
  }

}

@media screen and (max-width: 575px) {

  /* ----------title---------- */
  .title {
    padding: 0 0;
  }

}