@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800");

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Open Sans', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #afafaf;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Open Sans', sans-serif;
}

::selection {
  background: #f397ca;
  color: #fff;
}

::-moz-selection {
  background: #f397ca;
  color: #fff;
}

.main-button a {
  font-size: 14px;
  color: #fff;
  background-color: #f397ca;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  /* text-transform: capitalize; */
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.main-button a:hover {
  background-color: #f397ca;
  color: #fff;
  opacity: 0.8;
}

.second-button a {
  font-size: 14px;
  color: #fff;
  background-color: #c03afe;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  /* text-transform: capitalize; */
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.second-button a:hover {
  background-color: #c03afe;
  color: #fff;
  opacity: 0.8;
}

.section {
  padding-top: 30px;
  margin-top: 90px;
}


.section-heading {
  margin-bottom: 30px;
}

.section-heading .line-dec {
  width: 60px;
  height: 2px;
  margin-bottom: 20px;
  background-color: rgb(243, 151, 202);
  background: linear-gradient(90deg, rgba(243, 151, 202, 1) 0%, rgba(198, 61, 255, 1) 100%);
}

.section-heading h2 {
  color: #2a2a2a;
  font-size: 30px;
  /* text-transform: capitalize; */
  text-decoration: none;
  margin-bottom: 30px;
  line-height: 44px;
}

.section-heading h2 em {
  /* color: #f397ca; */
  color: rgb(243, 151, 202, 1);
  font-style: normal;
}

.section-heading h2 span {
  color: #c03afe;
}


.empresa {
  margin-left: 23px;
  height: 60px;
  margin-top: 20px;
}


.empresa-img-active {
  border-radius: 50%;
  width: 80px;
  /* margin-top: 37px; */
  min-width: 80px;
  margin-right: 15px;
}

.empresa-img {
  border-radius: 50%;
  width: 80px;
  /* margin-top: 34px; */
  min-width: 80px;
  margin-right: 15px;
}


.title-show-container {
  display: inline-flex;
}

.info-empresa {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-top: 8px;
}

.empresa-shw {
  margin-top: 20px;
}

@media (max-width: 480px) {
  .empresa-shw {
    margin-left: 35px;
  }
}


@media (min-width: 770px) {
  .empresa-shw {
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .empresa-shw {
    margin-left: -32px;
  }
}

@media (max-width: 992px) {
  .title-show-container {
    border-bottom: 0px solid #eee;
  }

  .info-empresa {
    border-bottom: 0px solid #eee;
  }


}


@media (max-width: 767px) {


  .empresa-img-active {
    margin-right: 0px;
  }

  .title-show-container {
    border-bottom: 0px solid #eee;
  }
}


/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/



.header-area {
  position: absolute;
  background: rgb(243, 151, 202, 1);
  /* background: linear-gradient(90deg, rgb(243, 151, 202, 1) 0%, rgba(198, 61, 255, 1) 100%); */
  /* background: linear-gradient(90deg, rgba(243, 151, 202, 1) 0%, rgba(198, 61, 255, 1) 100%); */
  height: 110px;
  top: 57px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  display: flex;
}

.logo {
  margin-top: 20px;
}

.header-area .main-nav .logo {
  flex-basis: 10%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  flex-basis: 80%;
  height: 110px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.nav {
  justify-content: right;
}

.header-area .main-nav .nav li:first-child {
  padding-left: 60px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 30px;
  padding-right: 30px;
}

.header-area .main-nav .nav li:nth-child(4) {
  padding-right: 45px !important;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  /* color: #d3d3d3; */
  color: white;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 110px;
  line-height: 110px;
  border: transparent;
  letter-spacing: 1px;
}

.main-nav .nav li a {
  height: 80px;
  line-height: 80px;
}

.header-area .main-nav .border-button {
  flex-basis: 20%;
  margin-top: 13px;
  text-align: right;
}

.header-area .main-nav .nav li a.active {
  color: #fff;
  font-weight: 900;

}

@media (min-width: 767px) {
  .header-area .main-nav .nav li.has-sub {
    top: 1px !important;
  }
}

@media (min-width: 767px) {
  .header-area.background-header .main-nav .nav li.has-sub {
    top: 5px !important;
  }
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 4px;
  top: 45px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 160px;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff !important;
  box-shadow: 0 2px 28px 0 #f397caad;
  overflow: hidden;
  top: 110px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f397ca;
  color: #fff;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a {
  border-bottom: none;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #f397ca !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 40px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}

.background-header {
  /* background-color: white */
  background-color: rgb(243, 151, 202, 1);
  height: 92px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.background-header .main-nav .logo {
  margin-top: 10px;
}

.background-header .main-nav .nav li a {
  height: 80px;
  line-height: 80px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
  padding-left: 25px !important;
}


.background-header .main-nav .nav li:hover a {
  opacity: 0.8;
}

.background-header .main-nav .nav li a.active {
  color: #fff;
}


.background-header .main-nav .nav li.has-sub:after {
  top: 32px;
}


.background-header .main-nav .nav li.has-sub ul.sub-menu {
  top: 80px;
}

.background-header .main-nav .menu-trigger {
  top: 30px;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}


.background-header .main-nav .logo {
  top: 0px;
}

.background-header .main-nav .border-button {
  top: 0px !important;
}

/* 
---------------------------------------------
Projects Style
--------------------------------------------- 
*/

/* boton VER TODOS */
/* .all-jobs {
  width: 662px;
  height: 60px;
  line-height: 42px;
  font-size: 22px;
  color: #fff;
  background-color: #f397ca;
  border-radius: 22%;
  opacity: 0.5;
  transition: all 0.3s;
  position: relative;
  bottom: 0px;
  right: 0px;
  margin: 394px 23px 20px 0px;
} */

.all-jobs {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  padding-top: 8px;
  display: flex;
  flex-direction: row;
  width: 329px;
  height: 60px;
  line-height: 42px;
  font-size: 22px;
  color: #fff;
  background-color: #f397ca;
  border-radius: 25px;
  transition: all 0.3s;
}

.all-jobs:hover {
  opacity: 0.8;
}

/* Projects Style */


.projects .section-heading {
  margin-bottom: 80px;
}

.projects .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.projects .item {
  margin-top: 6px;
  margin-bottom: 6px;
  box-shadow: rgb(213, 213, 213) 0px 0px 6px 0px;
  opacity: 1;
  border-radius: 23px;
  overflow: hidden;
  border: 1px solid rgb(252, 190, 235);
  position: relative;
  cursor: pointer;
}

.projects .up-content {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-right: 15px;
}


.projects .up-content .statusF {
  display: flex;
  justify-content: flex-end;
}

.projects .up-content .status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centra el texto dentro del botón */
  align-items: center;
  /* Centra el texto verticalmente dentro del botón */
  min-height: 0px;
  height: 26px;
  width: 88px;
  overflow: hidden;
  color: #fff;
  line-height: 26px;
  font-size: 14px;
  background-color: #f397ca;
  border-radius: 25px;
  opacity: 0.5;
  margin: 4px 0px 7px -15px;
}

.projects .up-content .status-paused {
  background-color: #e6d755;
  color: #504800;
}

.projects .up-content .status-active {
  background-color: #58e655;
  color: #055000;
}

.projects .title {
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  flex-grow: 1;
  height: max-content;
  margin: 0px 0px 8px;
  z-index: 1;
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: rgb(37, 37, 37);
  line-height: 1;
  padding: 0px 8px 0px 8px;
  border-radius: 0px;
  opacity: 1;
}


.projects .time-left {
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  z-index: 1;
  overflow: visible;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  color: rgb(57, 152, 41);
  line-height: 1;
  border-radius: 0px;
  opacity: 1;
  font-weight: bold;
  margin: 0px 4px 10px 23px;
}

.projects .down-content .content {
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% + 0px);
  margin: 0px;
  z-index: 23;
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  opacity: 1;
}

.projects .item .down-content {
  background-color: #fff;
  border: 1px solid #f3d7ff;
  border-radius: 0px 0px 23px 23px;
  padding: 10px 10px 12px 13px;
  position: relative;
  font-size: 14px;
}

.projects .from-puesto {
  all: unset !important;
  align-self: flex-start;
  min-width: 246px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% + 0px);
  margin: 0px;
  z-index: 10;
  white-space: pre-wrap;
  overflow: visible;
  color: rgb(37, 37, 37);
  line-height: 1.2;
  border-radius: 0px;
  opacity: 1;
}

.projects .item .down-content a {
  width: 46px;
  height: 46px;
  display: inline-block;
  line-height: 46px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 50%;
  color: #f397ca;
  transform: translateY(-23px);
}

.projects .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.projects .owl-nav .owl-prev,
.projects .owl-nav .owl-next {
  pointer-events: all;
}

.projects .owl-nav .owl-prev span,
.projects .owl-nav .owl-next span {
  width: 46px;
  height: 46px;
  line-height: 42px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: #f397ca;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}

.projects .owl-nav .owl-next span {
  margin-left: 15px;
}

.projects .owl-nav .owl-prev span:hover,
.projects .owl-nav .owl-next span:hover {
  opacity: 1;
}


/* NOTEBOOKS 5 CARDS */

.four-items-style .item .up-content {
  height: 173px;
  max-height: 173px;
}

.projects .four-items-style .item .up-content .time-left {
  margin-left: 23px;
}

.projects .four-items-style .item .down-content {
  padding-top: 21px;
  height: 232px;
}

.four-items-style .item {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.four-items-style .owl-stage {
  display: flex;
  justify-content: center;
}

.four-items-style .owl-item {
  width: auto !important;
}

.four-items-style .up-content .title {
  padding: 0px 19px 0px 23px;
}

.projects .four-items-style .down-content {
  padding: 10px 10px 12px 23px;
}


/* TABLES 3 CARDS */
.three-items-style .item .up-content {
  height: 160px;
}

@media (max-width: 770px) {
  .three-items-style .item .up-content {
    height: 190px;
  }

  .projects .three-items-style .item .down-content {
    height: 216px;
  }
}

.projects .three-items-style .item .up-content .time-left {
  margin-left: 23px;
}

.projects .three-items-style .item .down-content {
  padding-top: 21px;
  height: 255px;
}

.three-items-style .item {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.three-items-style .owl-stage {
  display: flex;
  justify-content: center;
}

.three-items-style .owl-item {
  width: auto !important;
}

.three-items-style .up-content .title {
  padding: 0px 19px 0px 23px;
}

.projects .three-items-style .down-content {
  padding: 10px 10px 12px 23px;
}


/* MOBILE SINGLE CARDS  */

.projects .skill-list {
  list-style: disc;
  margin-left: 52px;
}

.projects .skill-ul {
  margin-bottom: 0px;
}

.single-item-style .item .up-content {
  height: 120px;
}

.projects .single-item-style .item .up-content .time-left {
  margin-left: 23px;
}

.projects .single-item-style .item .down-content {
  padding-top: 21px;
  height: 250px;
}

.single-item-style .item {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.single-item-style .owl-stage {
  display: flex;
  justify-content: center;
}

.single-item-style .owl-item {
  width: auto !important;
}

.single-item-style .up-content .title {
  padding: 0px 19px 0px 23px;
}

.projects .single-item-style .down-content {
  padding: 10px 10px 12px 23px;
}



.background-header .scroll-to-section {
  padding-top: 5px;
}

.scroll-to-section {
  padding-top: 1px;
}

.agencia {
  margin-top: 93px;
}


.background-header .logo-nombre {
  margin-top: 15px;
  flex-basis: 30%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.logo-nombre {
  margin-top: 26px;
  flex-basis: 30%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.projects-container {
  border-radius: 23px;
  padding: 34px 60px 34px 60px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}



@media (max-width: 576px) {

  .background-header .logo-img {
    display: block;
    max-width: 256px;
    height: 39px;
    margin-top: 11px;
  }

  .logo-nombre {
    position: absolute;
    display: block;
    flex-basis: 48%;
    margin-left: 90px;
  }

}



@media (max-width: 480px) {



  .logo-img {

    display: block;
    max-width: 256px;
    height: 39px;
    margin-top: 11px;
  }
}


/* 
---------------------------------------------
Busquedas Style
--------------------------------------------- 
*/

.gallery .item {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(213, 213, 213) 0px 0px 14px 0px;
  opacity: 1;
  transition: box-shadow 200ms ease 0s;
  cursor: pointer;
}

.gallery .item:hover {
  transform: translateY(-3px);
  transition: all 0.3s ease;
}

.gallery .item .up-content {
  height: 160px;
}

.gallery .item .up-content .time-left {
  margin-left: 23px;
}

.gallery .item .down-content {
  padding-top: 21px;
  height: 202px;
}

.gallery .skill-list {
  list-style: disc;
  margin-left: 52px;
}

.gallery .skill-ul {
  margin-bottom: 0px;
}

.gallery .section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.gallery .section-heading h2 {
  margin-bottom: 18px;
}

.gallery .line-dec {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.gallery .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.gallery .item {
  border-radius: 23px;
  overflow: hidden;
  border: 1px solid rgb(252, 190, 235);
  position: relative;
  /* Added */
}

.gallery .up-content {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-right: 15px;
}

.gallery .up-content .statusF {
  display: flex;
  justify-content: flex-end;
}

.gallery .up-content .status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centra el texto dentro del botón */
  align-items: center;
  /* Centra el texto verticalmente dentro del botón */
  min-height: 0px;
  height: 26px;
  width: 88px;
  overflow: hidden;
  color: #fff;
  line-height: 26px;
  font-size: 14px;
  background-color: #f397ca;
  border-radius: 25px;
  opacity: 0.5;
  margin: 4px 0px 7px -15px;
}

.gallery .up-content .status-paused {
  background-color: #e6d755;
  color: #504800;
}

.gallery .up-content .status-active {
  background-color: #58e655;
  color: #055000;
}

.gallery .title {
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  flex-grow: 1;
  height: max-content;
  margin: 0px 0px 8px;
  z-index: 1;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: rgb(37, 37, 37);
  line-height: 1;
  padding: 0px 8px 0px 8px;
  border-radius: 0px;
  opacity: 1;
}

.gallery .time-left {
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin: 0px 4px 10px 23px;
  z-index: 1;
  white-space: pre-wrap;
  overflow: visible;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  color: rgb(57, 152, 41);
  line-height: 1;
  border-radius: 0px;
  opacity: 1;
  font-weight: bold;
}

.gallery .down-content .content {
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% + 0px);
  margin: 0px;
  z-index: 23;
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  opacity: 1;
}

.gallery .item .down-content {
  background-color: #fff;
  border: 1px solid #f3d7ff;
  border-radius: 0px 0px 23px 23px;
  padding: 10px 10px 12px 13px;
  position: relative;
  font-size: 14px;
}

.gallery .from-puesto {
  all: unset !important;
  align-self: flex-start;
  min-width: 246px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% + 0px);
  margin: 0px;
  z-index: 10;
  white-space: pre-wrap;
  overflow: visible;
  color: rgb(37, 37, 37);
  line-height: 1.2;
  border-radius: 0px;
  opacity: 1;
}

.gallery .item .down-content a {
  width: 46px;
  height: 46px;
  display: inline-block;
  line-height: 46px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 50%;
  color: #f397ca;
  transform: translateY(-23px);
}

.gallery .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.gallery .owl-nav .owl-prev,
.gallery .owl-nav .owl-next {
  pointer-events: all;
}

.gallery .owl-nav .owl-prev span,
.gallery .owl-nav .owl-next span {
  width: 46px;
  height: 46px;
  line-height: 42px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: #f397ca;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
  margin-left: -29px;
  margin-right: -29px;
}

.gallery .owl-nav .owl-next span {
  margin-left: 15px;
}

.gallery .owl-nav .owl-prev span:hover,
.gallery .owl-nav .owl-next span:hover {
  opacity: 1;
}

/* .owl-stage {
  display: flex;
  justify-content: center;
}

.owl-item {
  width: auto !important;
} */

.up-content .title {
  padding: 0px 19px 0px 23px;
  font-size: 22px;
}

.gallery .down-content {
  padding: 10px 10px 12px 23px;
}

.gallery .jobs {
  margin-left: 0px;
  margin-right: 0px;
}




@media (max-width: 2400px) {

  .all-jobs {
    width: 898px;
  }

}

@media (max-width: 1400px) {

  .all-jobs {
    width: 898px;
  }

}

@media (max-width: 1200px) {
  /* Aquí podrías aplicar `col-xl-*` */

  .all-jobs {
    width: 823px;
  }

}

@media (max-width: 992px) {

  /* `col-lg-3` s */
  .all-jobs {
    width: 576px;
  }

}

@media (max-width: 767px) {

  /* `col-md-4`  */
  .all-jobs {
    width: 429px;
  }
}

@media (max-width: 576px) {

  /* `col-sm-6` */
  .all-jobs {
    width: 445px;
  }
}

@media (max-width: 480px) {

  .all-jobs {
    width: 301px;
  }

  .projects .jobs {
    margin-left: 0px;
    margin-right: 0px;
  }

  /* `col-4` */
  .gallery .item {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    display: flex;
    flex-direction: column;
  }

  .gallery .time-left {
    margin: 0px 4px 10px 23px;
  }

  .gallery .item .down-content {
    padding: 10px 10px 12px 23px;
  }

}

/* 
---------------------------------------------
EMPLEO Style
--------------------------------------------- 
*/



@media (max-width: 767px) {
  .btn-custom-up {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

.btn-custom-up {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  padding: 8px 32px;
  /* px-8 py-2 equivalent */
  background-color: #4be955;
  /* bg-pink-400 */
  border: 1px solid transparent;
  /* border border-transparent */
  border-radius: 0.375rem;
  /* rounded-md */
  font-weight: 600;
  /* font-semibold */
  font-size: 0.75rem;
  /* text-xs */
  color: #ffffff;
  /* text-white */
  text-transform: uppercase;
  /* uppercase */
  letter-spacing: 0.1em;
  /* tracking-widest */
  transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out;
  /* transition ease-in-out duration-150 */
  margin-top: 26px;
}

.btn-custom-up:hover {
  background-color: #94f496;
  /* hover:bg-pink-300 */
}

.btn-custom-up:active {
  background-color: #5fc146;
  /* active:bg-pink-600 */
}

.btn-custom-up:focus {
  outline: none;
  /* focus:outline-none */
  box-shadow: 0 0 0 0.2rem rgba(122, 234, 137, 0.5), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  /* focus:ring-2 focus:ring-pink-400 focus:ring-offset-2 */
}


.empleo .status {
  min-height: 0px;
  height: 30px;
  width: 114px;
  overflow: hidden;
  color: #fff;
  line-height: 26px;
  font-size: 14px;
  background-color: #f397ca;
  border-radius: 25px;
  opacity: 0.5;
  margin: 4px 0px 7px 0px;
}

.empleo .time-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0px;
  width: max-content;
  height: max-content;
  overflow: visible;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: rgb(57, 152, 41);
  line-height: 1;
  border-radius: 0px;
  opacity: 1;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
}


.empleo .status-paused {
  background-color: #e6d755;
  color: #504800;
}

.empleo .status-active {
  background-color: #58e655;
  color: #055000;
}


.empleo .main-content .puesto-name {
  font-size: 25px;
  margin-top: 25px;
  /* border-bottom: 1px solid #eee; */
}

.empleo .main-content .description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

.empleo .main-content .description p {
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1.5;
  color: black;
  font-size: 16px;
  margin-top: 25px;
  padding-left: 0px !important;
}

.empleo .main-content .general-info {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  font-size: 16px;
  margin-top: 25px;
  padding-bottom: 8px;
  white-space: pre-wrap;
  /* word-wrap: break-word; */
  /* overflow-wrap: break-word; */
}

.empleo .main-content .general-info p {
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1.5;
  color: black;
  font-size: 16px;
  margin-top: 25px;
  padding-left: 0px !important;
}

.empleo .main-content .benefits-content {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  font-size: 16px;
  margin-top: 10px;
  white-space: pre-wrap;
}

.empleo .main-content .benefits-content p {
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1.5;
  color: black;
  font-size: 16px;
  margin-top: 25px;
  padding-left: 0px !important;
}



.empleo .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}


.empleo .info-table .last {
  border-bottom: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 17px;
  margin-top: 13px;
}

@media (max-width: 992px) {
  .empleo .info-table .last {
    border-bottom: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 35px;
    margin-top: 0px;
  }
}

.empleo .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.empleo .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.empleo .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

@media (max-width: 992px) {
  .postulation-area {
    max-width: 723px !important;
    padding: 60px;
    border-radius: 0px 0px 23px 23px;
    border: 1px solid #f3d7ff;
  }

}

@media (min-width: 992px) {
  .postulation-area {
    max-width: 723px !important;
    padding: 60px;
    border-radius: 0px 0px 23px 23px;
    border: 1px solid #f3d7ff;
  }
}

@media (min-width: 1200px) {
  .postulation-area {
    max-width: 840px !important;
  }
}

.postulation-area {
  display: flex;
  margin: 28px 0px 0px 0px !important;
}

.postulation-area .form-control {
  width: 100%;
}

.postulation-area input {
  width: 100%;
  height: 46px;
  border-radius: 23px;
  background-color: #f9ebff;
  border: none;
  outline: none;
  padding: 0px 15px;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 600;
  margin-bottom: 15px;
}

.postulation-area .file {
  margin-bottom: 2rem !important;
}

.postulation-area .file input {
  background-color: unset;
}

.postulation-area .import {
  margin-left: -77px;
}



@media (max-width: 767px) {
  .postulation-area .import {
    margin-left: -37px;
  }
}

@media (max-width: 576px) {
  .postulation-area .import {
    margin-left: 0px;
  }
}

.postulation-area textarea {
  width: 100%;
  height: 46px;
  border-radius: 23px;
  background-color: #f9ebff;
  border: none;
  outline: none;
  padding: 0px 15px;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 600;
  margin-bottom: 15px;
}

.empleo .info-table {
  margin-top: 22px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 30px 35px 0px 35px;
  max-width: 167px;
}


.header-area .nav {
  display: none;
  /* Oculto por defecto */
}


.benefits,
.location_allow {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

.skills {
  margin-top: 10px;
  font-size: 18px;
}


@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

@media (max-width: 992px) {
  .empleo .info-table {
    max-width: initial;
  }

  .header-area .main-nav .nav li:nth-child(4) {
    padding-right: 0px !important;
  }
}


@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}


@media (max-width: 767px) {

  /*  !! ADD */

  .p-skill {
    padding-top: 8px;
  }

  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }

  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }

  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f397ca !important;
    opacity: 1;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area {
    /* background-color: #f7f7f7; */
    background: rgb(243, 151, 202, 1);
    padding: 0px 15px;
    height: 105px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .logo {
    margin-left: 0px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }

  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    /* background: #f7f7f7 !important; */
    background: #FFD2EB !important;
    color: #191a20 !important;
  }

  .header-area .main-nav .nav li a:hover {
    /* background: #eee !important; */
    background: #FFBEE3 !important;
    color: #f397ca !important;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }

  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }

}

.pre-header {
  background-color: #fff;
  padding: 15px 0px;
}

.pre-header ul li {
  display: inline-block;
}

.pre-header .left-info ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.pre-header .left-info ul li {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #dfb6ff;
}

.pre-header .left-info ul li a {
  font-size: 14px;
}

.pre-header .left-info ul li a i {
  font-size: 18px;
  margin-right: 10px;
}

.pre-header ul li a {
  color: #a586bc;
  transition: all .4s;
}

.pre-header ul li a:hover {
  color: #c03afe;
}

.pre-header .right-info {
  text-align: right;
}

.pre-header .right-info ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.pre-header .right-info ul li {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #dfb6ff;
}

.pre-header .right-info ul li a {
  font-size: 14px;
}

.pre-header .right-info ul li a i {
  font-size: 18px;
  margin-right: 10px;
}

.pre-header .aligne {
  padding-right: 50px;
}

@media (max-width: 992px) {

  .pre-header .aligne {
    padding-right: 0px;
  }

  .pre-header .right-info ul li {
    padding-right: 10px;
    margin-right: 10px;
  }

  .pre-header .right-info ul li a {
    font-size: 13px;
  }
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  position: relative;
  padding: 0px 0px 133px 0px;
}


/* '''''''''''''''''''''''''''''''''''''''''''''''''''' */
/* '''''''''''''''''''''''''''''''''''''''''''''''''''' */
/* '''''''''''''''''''''''''''''''''''''''''''''''''''' */


.main-banner .caption {
  position: relative;
  padding: 0px 0px 185px 0px;
  margin: 0px;
}


.main {
  overflow: hidden;
}

@media (max-width: 992px) {
  .main {
    overflow: hidden;
  }
}

.main-banner::before {
  content: "";
  background-image: url(../images/banner-left.png);
  background-size: cover;
  top: -1px;
  left: 0;
  position: absolute;
  width: 194px;
  height: 655px;
  z-index: -1;
}

.main-banner:after {
  content: "";
  background-image: url(../images/banner-right.png);
  background-size: cover;
  top: -1px;
  right: 0px;
  position: absolute;
  width: 865px;
  height: 751px;
  z-index: -1;
}


@media (min-width: 575px) and (max-width: 992px) {
  .main-banner:after {
    content: "";
    background-image: url(../images/banner-right.png);
    background-size: cover;
    top: -1px;
    right: 0px;
    position: absolute;
    width: 535px;
    height: 751px;
    z-index: -1;
  }
}


.main-banner h6 {
  font-size: 20px;
  color: #f397ca;
  text-transform: uppercase;
  font-weight: 700;
}

.main-banner .line-dec {
  margin: 30px 0px 20px 0px;
  width: 210px;
  height: 2px;
  background-color: #decdfa;
}

.main-banner h4 {
  font-size: 52px;
  color: #2a2a2a;
  font-weight: 700;
  line-height: 70px;
}

.main-banner h4 em {
  font-style: normal;
  color: #f397ca;
}

.main-banner h4 span {
  color: #c03afe;
}

.main-banner p {
  padding-right: 25%;
  margin-bottom: 30px;
}

.main-banner .main-button {
  display: inline-block;
}

.main-banner span {
  display: inline-block;
  margin: 0px 10px 0px 10px;
  color: #7a7a7a;
}

.main-banner .second-button {
  display: inline-block;
}

/* 
---------------------------------------------
Infos Style
--------------------------------------------- 
*/


/* ++++++ */

.infos {
  background-image:
    linear-gradient(rgba(212, 32, 245, 0.7), rgba(212, 32, 245, 0.7)),
    url(../images/infos.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
  margin-top: 43px;
  background-blend-mode: lighten;
}

.infos .main-content {
  overflow: hidden;
  background-color: #fff;
  border-radius: 23px;
}

@media (max-width: 2400px) {

  .infos .main-content .left-image {
    background-image:
      linear-gradient(rgba(243, 151, 202, 0.7), rgba(243, 151, 202, 0.7)),
      url(../images/left-infos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    background-blend-mode: hue;
  }

  .infos .main-content .left-image img {
    display: none;
  }
}

.infos .main-content .section-heading {
  padding: 60px 60px 30px 60px;
}

.infos .main-content .skills {
  padding: 0px 50px 0px 60px;
}

/* .infos .main-content .skills {
  padding: 0px 60px;
} */

.skill {
  padding-bottom: 10px;
}

.p-skill {
  font-size: 14px;
  line-height: 25px;
  color: #afafaf;
}

.infos .main-content .skill-slide {
  position: relative;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 40px;
}

.infos .main-content .skill-slide h6 {
  position: absolute;
  /* color: #f397ca; */
  color: #c03afe;
  font-size: 15px;
  left: 0;
  top: -25px;
}


/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact-us {
  position: relative;
}

.contact-us::before {
  content: url(../images/contact-left.jpg);
  top: -60px;
  left: 0;
  position: absolute;
  width: 103px;
  height: 464px;
  z-index: -1;
}

/* .contact-us::after {
  content: url(../images/contact-left.jpg);
  bottom: -90px;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  width: 103px;
  height: 464px;
  z-index: -1;
} */

.contact-us .contact-us-content {
  border-radius: 23px;
  padding: 60px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.contact-us .contact-us-content #contact-form {
  padding: 60px;
  border-radius: 23px 23px 0px 0px;
  border: 1px solid #f3d7ff;
}

#contact-form .section-heading {
  text-align: center;
}

#contact-form input {
  width: 100%;
  height: 46px;
  border-radius: 23px;
  background-color: #f9ebff;
  border: none;
  outline: none;
  padding: 0px 15px;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact-form input::placeholder {
  color: #2a2a2a;
}

#contact-form textarea {
  width: 100%;
  height: 120px;
  border-radius: 23px;
  background-color: #f9ebff;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact-form textarea::placeholder {
  color: #2a2a2a;
}

#contact-form button {
  border: none;
  height: 46px;
  background-color: #f397ca;
  width: 100%;
  border-radius: 23px;
  color: #fff;
  transition: all .4s;
}

#contact-form button:hover {
  opacity: 0.8;
}

.contact-us-content .more-info {
  text-align: center;
  background: rgb(243, 151, 202);
  /* background: linear-gradient(90deg, rgba(243, 151, 202, 1) 0%, rgba(198, 61, 255, 1) 100%); */
  border-radius: 0px 0px 23px 23px;
  padding: 20px 30px 15px 30px;
}

.contact-us-content .more-info .info-item {
  text-align: center;
  margin-bottom: 30px;
}

.contact-us-content .more-info i {
  font-size: 32px;
  color: #fff;
  /* margin-bottom: 15px; */
}

.contact-us-content .more-info h4 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.contact-us .chanels {
  margin-top: 0px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}

.contact-us .chanels-2 {
  margin-top: 0px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 25px;
}





@media (min-width: 768px) {
  .contact-us .chanels {
    margin-top: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
  }
}


@media (min-width: 770px) {
  .contact-us .chanels {
    margin-top: 0px;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 400;
  }

  .contact-us .chanels-2 {
    margin-top: 0px;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 400;
  }
}

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

footer p {
  text-align: center;
  padding: 30px 0px;
  color: #2a2a2a;
  font-weight: 500;
}

footer p a {
  color: #2a2a2a;
  transition: all .3s;
}

footer p a:hover {
  color: #f397ca;
}


/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}



@media (max-width: 1400px) {
  .main-banner .caption {
    background-color: rgba(250, 250, 250, 0.95);
    padding: 60px;
    border-radius: 23px;
  }
}


@media (max-width: 992px) {
  .pre-header .left-info ul li {
    padding-right: 10px;
    margin-right: 10px;
  }

  .pre-header .left-info ul li a {
    font-size: 13px;
  }

  .main-banner .caption {
    padding: 30px !important;
    text-align: center;
  }

  .main-banner p {
    padding-right: 0%;
  }

  .main-banner .line-dec {
    margin: 30px auto 20px auto;
  }

  .infos .main-content .left-image {
    background-image:
      linear-gradient(rgba(243, 151, 202, 0.7), rgba(243, 151, 202, 0.7)),
      url(../images/left-infos.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: hue;
    height: 700px;
  }


  .infos .main-content .left-image img {
    display: inline-block;

  }

  .contact-us .contact-us-content,
  .contact-us .contact-us-content #contact-form {
    padding: 30px;
  }

  .contact-us #map {
    margin-bottom: 30px;
  }

  .contact-us-content .more-info .info-item {
    margin-bottom: 45px;
  }

  .page-heading img {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {

  .pre-header {
    display: none;
  }

  .header-area {
    top: 0px;
  }

  .header-area .main-nav .nav li:nth-child(4) {
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li {
    /* background: #f7f7f7; */
    background: #FFD2EB;
  }


  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }

  .main-banner h4 {
    font-size: 36px;
    line-height: 44px;
  }

  .main-banner span {
    display: block !important;
    margin: 0px 0px 18px 3px;
  }

  .main-banner .main-button a,
  .main-banner .second-button a {
    padding: 12px 20px;
  }

  /* .main-banner {
    padding: 185px 0px;
  } */
}

@media (max-width: 576px) {
  .main-banner .caption {
    position: relative;
    padding: 0px 0px 185px 0px;
    margin: 0px;
  }

}

@media (max-width: 480px) {

  .main-banner h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .main-banner .main-button a,
  .main-banner .second-button a {
    padding: 10px 15px;
    font-size: 14px;
  }

  .main-banner {
    padding: 0px 0px 0px 0px;
  }


}

@media (min-width: 1201px) {

  .agencia {
    margin-top: 112px;
  }

  .projects-container {
    margin-top: 181px !important;
    max-width: 1120px !important;
  }

  .projects-container .section {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }

  .background-header .logo-img {
    max-width: 254px;
    height: 43px;
    margin-top: 7px;
  }


  .logo-img {
    max-width: 224px;
    height: 43px;
    margin-top: 7px;
  }
}

@media (max-width: 1200px) {

  .projects-container {
    margin-top: 0px !important;
    max-width: 948px !important;
  }

  .projects-container .section {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }

  .background-header .logo-img {
    max-width: 254px;
    height: 43px;
    margin-top: 7px;
  }

  .logo-img {
    max-width: 254px;
    height: 43px;
    margin-top: 7px;
  }

}

@media (max-width: 1130px) {

  .projects-container {
    margin-top: 0px !important;
  }

  .projects-container .section {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }

}

@media (max-width: 992px) {
  .agencia {
    margin-top: 73px;
  }

  .projects-container {
    margin-top: 265px !important;
    max-width: 709px !important;
  }

  .projects-container .section {
    margin-top: 0px !important;
  }

  .logo-nombre {
    display: none;
  }


}

@media (max-width: 767px) {

  .agencia {
    margin-top: 100px;
  }

  .projects-container {
    margin-top: 200px !important;
    max-width: 526px !important;
  }

  .projects-container .section {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }


  .background-header .logo-nombre {
    display: block;
    flex-basis: 48%;
    margin-left: 90px;
  }

  .logo-nombre {
    position: absolute;
    display: block;
    flex-basis: 48%;
    margin-left: 90px;
  }

  .background-header .logo-img {
    max-width: 256px;
    height: 43px;
  }


  .logo-img {
    max-width: 224px;
    height: 39px;
    margin-top: 11px;
  }


}

.gallery .navbar {
  border: 0;
  border-radius: 8px;
  background: linear-gradient(to right, #ff5858, #f857a6);
  margin-bottom: 20px;
}

.gallery .navbar .nav-link,
.navbar .navbar-brand {
  max-height: 50px;
  width: auto;
  background: transparent !important;
  font-size: 18px;
  transition: 0.2s ease-in-out;
}

.gallery .navbar .nav-link:hover,
.navbar .navbar-brand:hover {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
}

.gallery .navbar .link {
  width: 0;
  font-family: "Roboto", sans-serif;
  transition: 0.2s ease-in-out;
  visibility: visible;
  font-size: 14px;
  display: contents;
}

.gallery .navbar span {
  color: white;
}

.gallery .navbar .navbar-collapse {
  display: flex !important;
  justify-content: space-between;
}

.gallery .navbar .btn[type=submit] span {
  transition: 0.3s ease-in-out;
}

.gallery .navbar .btn[type=submit]:hover span {
  transform: scale(1.3) rotate(90deg);
}

.gallery .navbar form {
  padding: 0;
}

.gallery .navbar form .form-control {
  border: 0;
  border-radius: 0;
  color: black;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.7);
  transition: 0.2s ease-in-out;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.gallery .navbar form .form-control:hover {
  background: white;
}

.gallery .navbar .dropdown-toggle::after {
  margin-left: 3px;
  font-size: 18px;
  transition: 0.4s ease;
}

.gallery .navbar .dropdown-menu {
  min-width: 0px !important;
  width: 100%;
  background: #ff5858;
  text-align: center;
  border-radius: 0;
}

.gallery .navbar .dropdown-item {
  color: white;
  font-size: 14px;
  line-height: 30px;
}

.gallery .navbar .dropdown-item:hover {
  color: white;
  letter-spacing: 1px;
  background: transparent;
}

@media (max-width: 999px) {
  .gallery .navbar .link {
    padding-left: 10px;
    visibility: visible;
    width: 100%;
    font-size: 14px;
  }

  .gallery .navbar .navbar-brand .link {
    visibility: hidden;
  }


  .gallery .nav-item {
    padding-left: 19px;
  }

  .gallery .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .gallery .dropdown .dropdown-menu {
    text-align: left !important;
  }

  .gallery .btn[type=submit] {
    width: 50%;
    float: left;
  }

  .gallery .navbar-form {
    border: 0;
  }

  .gallery .form-group {
    padding: 0;
    margin: 0;
  }

  .gallery .form-group input {
    width: 50%;
    float: left;
  }

  .gallery .navbar-collapse {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .gallery .navbar-nav {
    flex-direction: row;
    flex-wrap: nowrap;
  }

}

/* Icon */
.more-info .icon {
  text-decoration: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: none;
  position: relative;
}

.more-info .icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.more-info .icon>.label {
  display: none;
}

.more-info .icon:before {
  line-height: solid;
}

.more-info .icon.solid:before {
  font-weight: 900;
}


.more-info .icon.major {
  border: solid 1px;
  display: inline-block;
  border-radius: 100%;
  padding: 0.65em;
  margin: 0 0 2em 0;
  cursor: default;
}

.more-info .icon.major:before {
  display: inline-block;
  font-size: 6.25rem;
  width: 2.25em;
  height: 2.25em;
  line-height: 2.2em;
  border-radius: 100%;
  border: solid 1px;
  text-align: center;
}

.more-info .icon.alt {
  display: inline-block;
  border: solid 1px;
  border-radius: 100%;
  padding: 8px;
}

.more-info .icon.alt:before {
  display: block;
  font-size: 1.25em;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
}

.more-info .icon.style1 {
  color: #efa8b0;
}

.more-info .icon.style2 {
  color: #c79cc8;
}

.more-info .icon.style3 {
  color: #a89cc8;
}

.more-info .icon.style4 {
  color: #9bb2e1;
}

.more-info .icon.style5 {
  color: #8cc9f0;
}

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

  .more-info .icon.major:before {
    font-size: 5.5rem;
  }

}

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

  .more-info .icon.major:before {
    font-size: 4.75rem;
  }

}

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

  .more-info .icon.major {
    margin: 0 0 1.5em 0;
    padding: 0.35em;
  }

  .more-info .icon.major:before {
    font-size: 3.5rem;
  }

}

.more-info .icon.major {
  border-color: rgba(255, 255, 255, 0.35);
}

.more-info .icon.major:before {
  border-color: rgba(255, 255, 255, 0.35);
}

.more-info .icon.alt {
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

.more-info .icon.alt:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.more-info .icon.alt:active {
  background-color: rgba(255, 255, 255, 0.2);
}

/* List */

.more-info ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}

.more-info ol li {
  padding-left: 0.25em;
}

.more-info ul {
  list-style: disc;
  margin: 0 0 0 0;
  padding-left: 1em;
}

.more-info ul li {
  padding-left: 0.5em;
}

.more-info ul.alt {
  list-style: none;
  padding-left: 0;
}

.more-info ul.alt li {
  border-top: solid 1px;
  padding: 0.5em 0;
}

.more-info ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}


/* Icons */

.more-info ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

.more-info ul.icons li {
  display: inline-block;
  /* padding: 0 0.65em 0 0; */
}

.more-info ul.icons li:last-child {
  padding-right: 0 !important;
}

.more-info .icons .what {
  padding: 9px 10px 8px 10px;
}


@media (max-width: 992px) {
  .more-info ul.icons li {
    padding: 19px 0.65em 0 0;
  }
}


.dropdown-menu {
  display: none;
  position: absolute;
  top: 72% !important;
  left: 8% !important;
  background-color: #f397ca !important;
  min-width: 160px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  list-style: none;
  padding: 0px !important;
}

.dropdown-menu li a {
  text-decoration: none;
  color: black;
  display: block;
}

.dropdown-menu li:hover {
  background-color: #ffb9f3;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.drop-item {
  text-align: center;
  padding: 17px !important;
}

.drop-link {
  height: 26px !important;
  line-height: 20px !important;
}

.dropdown-toggle {
  cursor: pointer;
}