/*

==================================================
CSS SITEMAP >>>>

  01. GENERAL CSS
  02. HEADER CSS
  03. SOCIAL ICONS CSS
  04. WELCOME BLOCK CSS
  05. ABOUT BLOCK CSS
  06. SERVICES BLOCK CSS
  07. WORK BLOCK CSS
  08. CONTACT BLOCK CSS
  09. TESTIMONOALS BLOCK CSS
  10. SKILLS BLOCK CSS


==================================================*/

/*==============================================
01. GENERAL CSS
================================================*/

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body {
  font: 16px/1.6 'Raleway', Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align:center;
  background: #222;
}
img {
  border: 0;
  max-width: 100%;
}
html {
  -ms-overflow-style: scrollbar;
}
.alltrans,
.social-icons li a,
.owl-nav > button,
.owl-nav > button:after,
.counter-box,
.about-img:after,
.gallery-img img,
.form-control,
.owl-dot,
.subscribe-row,
.close-btn,
.close-btn:before,
.close-btn:after,
.tag-btn,
.btn {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fff;
  outline: none;
  text-decoration: underline;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  a:active {
    background-color: transparent;
  }
}
p {
  margin: 0 0 20px;
}
h1{
  margin-bottom: 40px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 600;
  text-transform:uppercase;
}
h1,
h2 {
  font-size: 32px;
}
h3 {
  font-size: 30px;
  font-weight: 600;
}
h4 {
  font-size: 22px;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
h6 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
#main {
  padding: 0;
  background: #fff;
}
.no-margin {
  margin: 0 !important;
}
figure {
  margin:0;
}
.opacity-no {
  opacity: 1 !important;
}

video {
  position: fixed;
  top:1px;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
#video:after {
  content: '';
  opacity: 0.8;
  background: #ded7f8; /* Old browsers */
  background: -moz-linear-gradient(top, #e8e4f5 0%, #e2dbfc 50%, #cec2f7 70%, #f3b7ee 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e8e4f5 0%, #e2dbfc 50%, #cec2f7 70%, #f3b7ee 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e8e4f5 0%, #e2dbfc 50%, #cec2f7 70%, #f3b7ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e4f5', endColorstr='#f3b7ee',GradientType=0 ); /* IE6-9 */
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom: 0;
}
.wrapper-background-dark:after {
  background: #222;
  opacity:0.95;
}
.section-inner {
  padding:20px 30px 0;
}
.fp-scrollable {
  height:calc(100vh - 200px) !important;
}
#fp-nav ul li a span {
 display: none;
}

.btn {
  background: #fff;
  color: #222;
  text-align:center;
  line-height:52px;
  padding:0 35px;
  border-radius: 0px;
  text-transform:uppercase;
  font-weight:600;
  border:2px solid transparent;
  border-radius: 10px;
}
.btn:hover, .btn:focus {
  color:#fff;
  border-color:#fff;
  background:none;
}
.btn:focus {
  box-shadow:none;
  outline:none;
}
.btn.btn-xs {
  line-height:34px;
  font-size:12px;
  padding:0 20px;
  font-weight: 500;
}
.btn.btn-outline {
  background:none;
  border-color:#fff;
  color:#fff;
  border-width:1px;
}
.btn.btn-outline:hover, .btn.btn-outline:focus {
  background:#fff;
  color:#222;
}
.btn.btn-dark {
  color: #222;
  border-color: #222;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  color: #fff;
}
.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.owl-carousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 auto;
}
.preloader {
  background: -moz-linear-gradient(top, #e8e4f5 0%, #e2dbfc 50%, #cec2f7 70%, #f3b7ee 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e8e4f5 0%, #e2dbfc 50%, #cec2f7 70%, #f3b7ee 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e8e4f5 0%, #e2dbfc 50%, #cec2f7 70%, #f3b7ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a3ec', endColorstr='#39ced6',GradientType=0 ); /* IE6-9 */
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  text-align: center;
}
.preloader-bounce {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.preloader-bounce > span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0.3em;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: bounce 0.6s infinite alternate;
  animation: bounce 0.6s infinite alternate;
  background: #fff;
}
.preloader-bounce > span:nth-child(2){
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: #fff;
}
.preloader-bounce > span:nth-child(3){
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background: #fff;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

#fullpage {
  z-index: 99;
}


/*==============================================
02. HEADER CSS
================================================*/
#header {
  padding:20px 0;
  position: fixed;
  left:0;
  right:0;
  top:0;
  z-index:999;
}
.container-fluid {
  padding:0 20px;
}

.logo-img{
  /* width: auto; */
  height: 30px;
  padding-left: 5px;  
}

#text-logo {
  text-decoration: none;
  font-size: 32px;
  font-weight: 700;
 
}

.text-brand{
  font-family: "Playfair", serif;
  text-transform: lowercase !important;
  font-size: 32px;
  display: inline-block;
  padding-left: 5px;
  text-decoration: none;
  background: linear-gradient(rgb(255, 0, 157),rgb(173, 55, 241)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;  
}

.text-brand:hover{
  background: linear-gradient(rgb(173, 55, 241), rgb(255, 0, 157)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important; 
  /* text-shadow:rgba(236, 56, 167, 0.6) 2px 2px 20px ;   */
  cursor: pointer; 
}

.p-nav {
  font-size: 16px;
  color: #1e1e1e;
  margin: 0;
  margin-left: 5px; /* Mantiene un pequeño margen */
  text-align: left; /* Asegura que el texto esté alineado a la izquierda */
  width: fit-content; /* Ajusta el ancho solo al contenido */
  display: block; /* Evita que el texto se alinee con otros elementos */
  padding-left: 5px; /* Ajusta un poco el espaciado si es necesario */
}


@media(max-width: 800px){
  .text-brand{
    color: #1e1e1e;
  }
}

.logo-img{
  /* width: auto; */
  height: 30px;
  
}

.navbar {
  padding: 0;
  margin-right: 2%;
}
.navbar-toggle {
  display:none;
}
.navbar-nav {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.navbar-nav li {
  margin-left: 30px;
}
.navbar-nav li a {
  color:#1e1e1e;
  font-size: 15px;
  text-decoration:none;
  display:block;
  font-weight: 500;
  opacity: 0.9;
}
.navbar-nav li a:after {
  content:'';
  display:block;
  height: 2px;
  background:#f02795;
  box-shadow: 2px 2px 4px rgb(112, 15, 240);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform:scale(0);
  transform:scale(0);
  margin-top: 4px;
}
.navbar-nav li a:hover:after, .navbar-nav li.active a:after{
  -webkit-transform:scale(1);
  transform:scale(1);
}
.navbar-nav li a:hover {
  opacity: 1;
}
.navbar-nav li.active a {
  opacity: 1;
}
.collapse:not(.show) {
  display:block;
}

/*==============================================
03. SOCIAL ICONS CSS
================================================*/
#social-icons {
  padding:0 !important;
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right:0 !important;
  z-index: 9900 !important;
}

.social-icons {
  margin:0;
  padding:0;
  list-style:none;
}
.social-icons li {
  display: block;
  margin: 1px 0px;
}
.social-icons li a {
  width:80px;
  height:80px;
  display:inline-block;
  line-height:80px;
  text-align:center;
  background: rgba(255, 255, 255, 0.3);
  color: rgb(112, 15, 240);
  font-size:18px;
}
.social-icons li a:hover {
  color:#1e1e1e;
  /* background-color: #fff; */
  background:#f02795;
  box-shadow: 2px 2px 4px rgb(112, 15, 240);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.icons-social{
  width:50px !important;
  height:50px !important;
}
/*==============================================
04. WELCOME BLOCK CSS
================================================*/
.welcome-box {
  font-size:20px;
  line-height:1.7;
}

.welcome-first {
  margin-top: 100px !important;
  font-size: 32px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  color:rgb(0, 0, 0);
  line-height: 1.2;
  letter-spacing: 0.02em;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid white; /* Simula el cursor */
  animation: typing 10s steps(70, end) forwards, blink 0.7s infinite;
  max-width: 0; /* Evita que el cursor se desplace más allá del texto */
  }

/* Animación de escritura */
@keyframes typing {
  from {
    max-width: 0;
  }
  to {
    max-width: 100%;
  }
}

/* Parpadeo del cursor */
@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.h3-home{
  margin: 5px 0 5px 0 !important;
  color:rgb(0, 0, 0); 
}


.highlighted-title{
  background: linear-gradient(rgb(173, 55, 241, 0.9), rgb(255, 0, 157, 0.9));
  -webkit-background-clip: text;
  background-clip: text !important;
  color: transparent; 
  text-shadow:rgba(255, 255, 255, 0.4) 1px 1px 8px;
}

.highlighted-title:hover{
  background: linear-gradient(rgb(255, 0, 157, 0.9), rgb(173, 55, 241, 0.9));
  -webkit-background-clip: text;
  background-clip: text !important;
  color: transparent; 
  text-shadow:rgba(255, 255, 255, 0.4) 1px 1px 8px;
  cursor: pointer;
}

.p-home{
  margin-top: 15px !important;
  margin-bottom: 60px !important;
  font-weight: 500;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: rgba(138, 43, 226, 0.8) 4px 4px 25px 1px;
  padding: 15px;
}

/* .p-home:hover, .p-home:focus {
  color:rgb(255, 255, 255);
  border: 2px dotted fuchsia;
  box-shadow: rgba(138, 43, 226, 0.8) 4px 4px 25px 1px;  
  background:none;
}
.p-home:focus {
  box-shadow:none;
  outline:none;
} */

.welcome-box p {
  max-width: 75%;
  width:100%;
  margin:0 auto 30px;
  color: rgb(173, 55, 241, 0.8);
  text-shadow:rgba(255, 255, 255, 0.4) 1px 1px 8px;
}

.welcome-title {
  font-weight: 700;
  font-size: 100px;
  /* margin-bottom: 10px; */
  letter-spacing:0.02em;
}

h1 {
  background: linear-gradient(rgb(255, 0, 157, 0.6),rgb(173, 55, 241, 0.6));
  -webkit-background-clip: text;
  background-clip: text !important;
  color: transparent;    
}

h1:hover {
  background: linear-gradient(rgb(173, 55, 241, 0.6), rgb(255, 0, 157, 0.6));
  -webkit-background-clip: text;
  background-clip: text !important;
  color: transparent; 
  /* text-shadow:rgba(236, 56, 167, 0.6) 2px 2px 20px ;   */
  cursor: pointer; 
}

.welcome-title span {
  font-size:36px;
  display:block;
  font-weight:300;
  line-height:1.2;
}
.welcome-box .btn {
  margin-top: 10px;
}

.btn-proba{
  margin: 0px 0 120px 0;
}

.mas{
  color: blueviolet !important;
}

.mas:hover{
  color: rgb(255, 255, 255) !important;
}

.btn-proba {
  background: #fff;
  color: blueviolet;
  text-align:center;
  line-height:52px;
  padding:0 35px;
  border-radius: 0px;
  text-transform:uppercase;
  font-weight:600;
  border:2px solid transparent;
  border-radius: 10px;
}
.btn-proba:hover, .btn-proba:focus {
  color:rgb(255, 255, 255);
  /* border-color:fuchsia; */
  border: 2px dotted fuchsia;
  box-shadow: rgba(138, 43, 226, 0.8) 4px 4px 25px 1px;  
  background:none;
}
.btn-proba:focus {
  box-shadow:none;
  outline:none;
}

.next-section {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.next-section span {
  margin-top: 15px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.next-section i:hover {
  opacity: 1;
}

.scroll-btn{
  color:rgb(255, 0, 255);
}

/*==============================================
05. ABOUT ME
================================================*/

.about-title{
  margin-top: 5px;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
}

.h4-about{
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.text-about{
  background-color: rgb(255, 255, 255);
  color: rgb(173, 55, 241, 0.8);
  border-radius: 10px;
  box-shadow: rgba(138, 43, 226, 0.8) 4px 4px 25px 1px;
  padding: 5px;
  margin-bottom: 20px;
}

.p-resaltado-about{
  color: rgb(0, 0, 0);
}

.rounded{
  color:rgb(112, 15, 240) !important;
}

.about-img {
  margin-top: 100px; /* Elimina el margen para alinear con el título */
  display: flex;
  align-items: center; /* Centra verticalmente la imagen */
}

.about-img img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,.3);
  box-shadow: 0 0 40px rgba(0,0,0,.3);
  max-width: 100%; /* Asegura que la imagen no se desborde */
}

.about-contentbox {
  margin-top: 100px; /* Elimina el margen superior para alinear con la imagen */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centra verticalmente el contenido */
}
.about-contentbox span {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
}
.about-contentbox h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}
.facts-list {
  margin-top: 30px;
}
.facts-list .item {
  overflow: hidden;
  text-align:center;
  border-radius: 10px;
  width: 100%;
  height: 80%;
  display: inline-block;
  text-transform:capitalize;
  font-size:14px;
  padding: 15px 0px;
  background: rgba(0,0,0,0.25);
  box-shadow: 2px 1px 6px rgb(112, 15, 240);
}
.counter-box span {
  font-size: 26px;
  font-weight: 700;
}
.counter-icon {
  font-size: 15px;
  margin-bottom: 10px;
  opacity: 0.75;
}
.facts-list .item:hover {
  
  background:#f02795;
  box-shadow: 2px 2px 4px rgb(112, 15, 240);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.facts-list .owl-dots {
  margin-bottom: 30px;
}

.services-title{
  font-size: 12px !important;
  
}
.count-number, .counted {
  display:block;
  font-size:10px;
  font-weight:700;
  line-height:1;
  margin-bottom:10px;
}

.services-item{
  font-size: small;
  padding: 2px !important;
  
}

.box-about{
  height: 20px !important;
}


/*==============================================
06. APLICACION BLOCK CSS
================================================*/
.title-block {
  margin-bottom: 40px;
}
.title-block span {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
}

.aplicacion-title{
  margin-top: 5px;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
}

.aplicacion-subtitle{
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.services-list .item {
  background: rgba(0,0,0,0.25);
  box-shadow: 2px 1px 6px rgb(112, 15, 240);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services-list .item:hover {  
  background:rgb(240, 39, 149);
  box-shadow: 2px 2px 4px rgb(112, 15, 240);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.services-section {
  padding: 30px 0;
}

.service-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.item-aplicacion{
  margin-bottom: 30px;
}
.service-icon {
  display:block;
  margin: 0 auto 0;
  font-size: 64px;
}
.service-box {
  font-size:15px;
  padding:40px 20px;
  height:100%;
}

.service-box h3 {
  font-size:22px;
  font-weight:700;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding: 10px;
}
.service-box p:last-child {
  margin:0;
}
.owl-carousel .owl-dots .owl-dot {
  border-radius: 3px;
}
.owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 5px;
}

.owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;  
    background: rgba(255, 255, 255, .2)
}

.owl-carousel .owl-dots .owl-dot:focus {
    outline: none
}

.owl-carousel .owl-dots .owl-dot.active {
    background: rgb(112, 15, 240);
}


@media (max-width: 767px) {
  .services-list .item {
    width: 100% !important;
    padding: 10px;
    box-sizing: border-box;
  }

  .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
  }

  .services-section {
    overflow: hidden;
  }
}

/*==============================================
07. WORK BLOCK CSS
================================================*/
.gallery-section {
  text-align: center;
}
.portfolio-item img {
  max-width: 100%; 
  overflow: hidden;
  position: relative;
  z-index: 9;  
  border-radius: 10px;
  filter: brightness(1.1) contrast(1.1);
}
.portfolio-item .thumb-inner {
  position: absolute;
  z-index: 99;
  bottom: 0;
  text-align: left;
  padding: 20px;
  background-color: rgba(240, 39, 149, 0.25);
  width: 100%;
  height: 60px;  
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio-item .thumb-inner h4 {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 0px;
  color: rgb(245, 245, 245);
}
.portfolio-item .thumb-inner p {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin-bottom: 0px;
  color: rgb(245, 245, 245);
}
.portfolio-item:hover .thumb-inner p {
  position: relative;
  opacity: 1;
  visibility: visible;
  color: #4a4a4a;
}
.portfolio-item:hover .thumb-inner {
  border-radius: 10px;
  height: 100%;
  background-color: rgba(238, 154, 200, 0.9)
}
.portfolio-item:hover .thumb-inner h4 {
   margin-top: 30%;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.gallery-text{
  color: rgb(245, 245, 245) !important;
}

/*==============================================
08. CONTACT BLOCK CSS
================================================*/
::-webkit-input-placeholder {
  color:#fff !important;
  opacity:1;
}
::-moz-placeholder {
  color:#fff !important;
  opacity:1;
}
:-ms-input-placeholder {
  color:#fff !important;
  opacity:1;
}
:-moz-placeholder {
  color:#fff !important;
  opacity:1;
}
.input-field {
  margin-bottom:15px;
}

.contact-list .item {
  background: rgba(0,0,0,0.25);
  box-shadow: 2px 1px 6px rgb(112, 15, 240);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-list .item:hover {  
  background:#f02795;
  box-shadow: 2px 2px 4px rgb(112, 15, 240);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;

}

/* Contact-box: cuadrado y centrado */
.contact-box {
  width: 300px;
  height: 300px;
  padding: 30px 20px;
  
  border-radius: 15px;
  
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 15px; /* Espaciado lateral entre los dos */
 
  align-items: center;     /* Centrado horizontal */
}

.contact-h3,
.contact-p,
.service-icon {
  text-align: center;
  margin: 0 auto;
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* espacio entre las tarjetas */
  justify-content: center;
}

.contact-list .item {
  flex: 1 1 45%; /* ocupa mínimo 45%, se adapta */
  max-width: 300px;
}

@media (max-width: 500px) {
  .contact-list .item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


/* Ajustes extra para alineación y separación */
.contact-h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 15px 0 10px;
  padding: 0;
}

.contact-p {
  margin: 0;
  padding: 0 10px;
}

/* Apaga el carrusel SOLO en la sección de contacto */
.contact-list.owl-carousel {
  display: flex !important;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap;
}

/* Elimina comportamiento de Owl Carousel */
.contact-list.owl-carousel .owl-stage-outer,
.contact-list.owl-carousel .owl-stage,
.contact-list.owl-carousel .owl-item {
  transform: none !important;
  width: auto !important;
  display: flex !important;
}

/* Opcional: evitar scroll horizontal */
/* .contact-list.owl-carousel {
  overflow: visible !important;
} */



.contact-a a{
  text-decoration: none !important;
}

.contact-box h3 {
  font-size:22px;
  font-weight:700;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding: 10px;
}
.contact-box p:last-child {
  margin:0;
} 


.contact-section{
  margin-bottom: 0px !important;
}








.form-control {
  height: 50px;
  color:#fff;
  border: none;
  background:rgba(250,250,250,0.05);
  border: 1px solid rgba(250,250,250,0.5);
  border-radius: 10px;
  padding:4px 22px;
  font-size:14px;
  margin-bottom: 30px;
}
.form-control:focus {
  box-shadow:none;
  outline:none;
  background:rgba(0,0,0,0.05);
  border: 1px solid rgba(250,250,250,1);
  color:#fff;
}
.index .form-control.form-control-dark {
  background: rgba(250,250,250, 0.75);
  color: #fff;
}
.index .form-control.form-control-dark:focus {
  background: rgba(54, 40, 158, 0.85);
  color: #fff;
}
.index .form-control.form-control-dark::-webkit-input-placeholder {
  color: #fff !important;
}
.index .form-control.form-control-dark::-moz-placeholder {
  color:#fff !important;
}
.index .form-control.form-control-dark:-ms-input-placeholder {
  color:#fff !important;
}
.index .form-control.form-control-dark:-moz-placeholder {
  color:#fff !important;
}
.form-control.form-control-dark:focus {
  background: rgba(0, 0, 0, 0.2);
}
.form-control.form-control-dark {
  background: rgba(0, 0, 0, 0.1);
  color: #222;
  border: none;
}
.form-control.form-control-dark::-webkit-input-placeholder {
  color:#222 !important;
  opacity:0.7;
}
.form-control.form-control-dark::-moz-placeholder {
  color:#222 !important;
  opacity:0.7;
}
.form-control.form-control-dark:-ms-input-placeholder {
  color:#222 !important;
  opacity:0.7;
}
.form-control.form-control-dark:-moz-placeholder {
  color:#222 !important;
  opacity:0.7;
}
textarea.form-control {
  height:123px;
  padding-top:15px;
}
.contact-section .btn {
  width:100%;
}
.contact-box {
  text-align:left;
}
.contact-box h4 {
  font-size:24px;
}
.contact-box h4:after {
  content:'';
  display:block;
  width:50px;
  height:2px;
  background:#fff;
  margin:12px 0;
}
.contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  background: rgba(250,250,250,0.25);
  border-radius: 10px;
  padding: 30px;
  font-weight: 700;
}
.contact-row i {
  width:55px;
  font-size: 30px;
  display:block;
}
.contact-row i.fa-envelope {
  font-size: 25px;
}

/*==============================================
09. TESTIMONOALS BLOCK CSS
================================================*/
.testimonials-section .item {
  background-color: rgba(250,250,250,0.25);
  padding: 40px;
  border-radius: 10px;
}
.testimonials-section .item img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.testimonials-section .item h4 {
  margin-top: 40px;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
}
.testimonials-section .item p {
  font-size: 17px;
  font-style: italic;
}

/*==============================================
10. SKILLS BLOCK CSS
================================================*/
.skills-row {
  margin-top: 80px;
}
.skill-item {
  border-bottom: 1px solid rgba(250,250,250,0.1);
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.last-skill {
  border-bottom: none;
}
.skills-row span {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  color: #1e1e1e;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  top: -21px;
  position: absolute;
  z-index: 999;
}
.skills-row h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: right;
  margin-bottom: -10px;
}
.skill-bar {
  width: 70%;
  height: 6px;
  border-radius: 3px;
  background-color: rgba(250,250,250,0.25);
  position: relative;
}
.filled-bar {
  position: absolute;
  z-index: 99;
  width: 64%;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
}
.filled-bar-2 {
  position: absolute;
  z-index: 99;
  width: 82%;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
}