/*------------------------------------------------------------------
    Import Fonts
-------------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Sacramento&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');

/*------------------------------------------------------------------
    Import Files
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);

/*------------------------------------------------------------------
    Skeleton
-------------------------------------------------------------------*/

body {
    color: #666666;
    font-size: 18px !important;

    font-family: 'Patrick Hand', cursive !important;
    line-height: 1.80857;
    text-align: justify;
}


a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none ;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul, li, ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
button:focus{
	outline: none;
}

.form-control::-moz-placeholder {
    color: #2a2a2a;
    opacity: 1;
}

.center{
  justify-content: center;
  align-items: center;
  display: flex;
}
.section:nth-child(odd) {
  background: #e894844d;
  }

  .index .section:nth-child(even) {
    background: #e894844d;
    }

  .index .section:nth-child(odd) {
      background: #fff;
  }

  .extra-small {
    font-size: 0.75rem;
    color: #e89484;
}
/*------------------------------------------------------------------
    Loader 
-------------------------------------------------------------------*/
.section{
  padding: 70px 0px;
}
#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #e89484;
    z-index: 11000;
    position: fixed;
    display: block;
}

.pulse {
  height: 136px;
  width: 200px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pulse:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 2px;
  right: 2px;
  bottom: 0;
  top: 16px;
  margin: auto;
  height: 3px;

}


@-webkit-keyframes pulse {
  0% {
    clip: rect(0, 0, 100px, 0);
    opacity: 0.4;
  }
  4% {
    clip: rect(0, 66.66667px, 100px, 0);
    opacity: 0.6;
  }
  15% {
    clip: rect(0, 133.33333px, 100px, 0);
    opacity: 0.8;
  }
  20% {
    clip: rect(0, 300px, 100px, 0);
     opacity: 1;
  }

  80% {
    clip: rect(0, 300px, 100px, 0);
     opacity:0;
  }

  90% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 0;
  }

  100% {
    clip: rect(0, 300px, 100px, 0);
    opacity:0;
 }
}
@keyframes pulse {
  0% {
    clip: rect(0, 0, 100px, 0);
  }
  4% {
    clip: rect(0, 66.66667px, 100px, 0);
  }
  15% {
    clip: rect(0, 133.33333px, 100px, 0);
  }
  20% {
    clip: rect(0, 300px, 100px, 0);
     opacity:1;
  }

  80% {
    clip: rect(0, 300px, 100px, 0);
     opacity:0;
  }

  90% {
    opacity: 0;
  }

  100% {
    clip: rect(0, 300px, 100px, 0);
    opacity:0;
 }
  
}

.pulse {
	text-align : center;
}
.pulse i{
	color: #ffffff;
	font-size: 38px;
}

/*------------------------------------------------------------------
    Banner
-------------------------------------------------------------------*/
.video{
  width: 100%;
  height: 100%;
  background: #e8948426 ;
}
#banner{
  display: flex;
  text-align: center;
}
.contact-banner{
  text-align: center;
  width: 30%;
  background-color: #fff;
  background-image: url(../images/img-banner.jpg);
  font-size: 40px;
}

.contact-banner h1{
font-size: 60px;
}
/*------------------------------------------------------------------
    Header
-------------------------------------------------------------------*/
.navbar-brand{
  padding: 0px;
}


.top-header .navbar .navbar-collapse li ul li a{
  background: #f4f4f5;
  color: black;
  margin: 1px;
  border-radius: 8px;
}


.top-header .navbar{
	padding: 0px 0px;
  font-weight: 500;
  background-color: #e8948426;
}

.top-header .navbar .navbar-collapse ul li a{
	padding: 16px 14px;
	font-size: 18px;
  color: #1f1f1f;
}

.top-header .navbar .navbar-collapse ul li a.active{
	background: #e89484;
	color: #ffffff;
  margin: 1px;
  border-radius: 8px;
}

.top-header .navbar .navbar-collapse ul li a:hover{
	background: #7dd5e6;
	color: #ffffff;
  margin: 1px;
  border-radius: 8px;
}

.top-header.fixed-menu{
	width: 100%;
	position: fixed;
	box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	background: #fff;
	z-index: 20;
}

/*.navbar-toggler{
	border: 1px solid #7dd5e6 ;
	border-radius: 0;
	margin: 16px 15px;
	padding: 10px 10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-toggler span{
	background:#7dd5e6 ;
	display: block;
	width: 25px;
	height: 2px;
	margin: 0 auto;
		margin-top: 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}*/
.navbar-toggler span + span{
	margin-top: 5px;
}

.navbar-toggler:hover{
	border: 1px solid #7dd5e6;
}

.navbar-toggler:hover span{
	background: #7dd5e6;
}

.logo img{
  height: 75px;
}

#navbar-wd li ul  {
  position: absolute;
  z-index: 1;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  /*background: #f4f4f5;*/
  overflow: hidden;
  transform-origin: 50% 0%;
}

#navbar-wd li:hover ul {
  margin-top: 10px;
  padding: 3px 3px;
  opacity: 1;
  visibility: visible;
  /*box-shadow: 1px 1px 7px rgba(0,0,0,.5);*/
}


/*------------------------------------------------------------------
    About Me
-------------------------------------------------------------------*/
.container-aboutMe{
  width: 85%;
  padding-left: 15px;
}



.about-box{
  align-items: start;
  padding: 80px 0px;
  display: flex;
  width: 75%;
}


.mision-box{
  align-items: start;
  padding: 40px 0px;
  display: flex;
  width: 100%;
}

#misionVision img{
  width: 100%;
  box-shadow: 0 0 10px #343a40;
  border-radius: 4px;
}

.title-box{
	text-align: center;
	margin-bottom: 30px;
}
.title-box h2{
	font-size: 52px;
	font-family: 'Sacramento', cursive;
	color: #222222;
}
.title-box h2 span{
	color: #e89484;
	text-decoration: underline;
}
.about-main-info h2{
	font-size: 40px;
	font-family: 'Marck Script', cursive;
}
.about-main-info h2 span{
	color: #e89484;
	text-decoration: underline;
}

a.link{
	text-decoration:underline;
	color: #e89484;
}

a.linkBlue{
	text-decoration:underline;
	color: #168fa7;
}
a.linkBlue:hover, a.linkBlue:focus{
	text-decoration:underline;
	color: #b1676e;
}


a.link:hover, a.link:focus{
	text-decoration:underline;
	color: #c490d9
}
.aboutMePhoto img{
  width: 94%;
  border-radius: 21px;
  box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 20px 0px;
}
.aboutMePhoto {
  margin-bottom: 15px;
}

.container.about-me-only {
  align-items: stretch;
  padding: 20px;
  width: 100%;
  justify-content: center;
  gap: 20px;
  display: flex;
}



/*------------------------------------------------------------------
    Benefits
-------------------------------------------------------------------*/



.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.main-timeline-box{
	position: relative;
	word-wrap: break-word;
}

.main-timeline-box .timeline-element {
    margin-bottom: 50px;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.main-timeline-box .reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.main-timeline-box .separline::before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #ffffff;
    left: calc(50% - 1px);
    height: calc(100% + 4rem);
}

.main-timeline-box .iconBackground {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    display: inline-block;
    background-color: #ffffff;
    top: 20px;
    margin-left: -10px;
}
.main-timeline-box .timeline-text-content {
    padding: 30px 35px;
    background:  #d6c2de;
    border-radius: 6px;
  
}
.main-timeline-box .reverse .timeline-text-content{
  margin-right: 30px;
  border-radius: 6px;
}
.main-timeline-box .reverse .time-line-date-content p {
    float: left;
	padding: 30px 35px;
	background: #f1f1f1;
}
.main-timeline-box .reverse .time-line-date-content {
	margin-right: 30px;
}

.display-font{
	font-family: 'Marck Script', cursive;
	font-size: 18px;
	color: #222222;
}
.main-timeline-box .timeline-text-content{
	margin-left: 30px;
}
.main-timeline-box .time-line-date-content p {
    float: right;
	padding: 30px 35px;
	background: #f1f1f1;
}
.main-timeline-box .time-line-date-content {
	margin-right: 30px;
}

.main-timeline-box .time-line-date-content .mbr-timeline-date{
  background: #e89484;
  border-radius: 6px;
	color: #ffffff;
}
.main-timeline-box .reverse .time-line-date-content .mbr-timeline-date{
  background: #e89484;
  border-radius: 6px;
  color: #ffffff;
  margin-left: 30px;
}

/*------------------------------------------------------------------
    Comunity
-------------------------------------------------------------------*/



.comunity-box ul li{
	position: relative;
	width: 33%;
	margin: 0;
	padding: 0;
	float: left;
	border: none;
	overflow: hidden;
}
.comunity-box ul li a{
	position: relative;
	display: inline-block;
}
.comunity-box ul li a::before{
	content: "";
	position: absolute;
	background: rgb(133 234 254 / 47%);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.comunity-box ul li a .overlay{
	background: #dd666c;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	width: 38px;
	height: 38px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.comunity-box ul li a:hover::before{
	top: 0;
	opacity: 1;
}
.comunity-box ul li a:hover .overlay{
	opacity: 1;
}

/*------------------------------------------------------------------
    People Say
-------------------------------------------------------------------*/



.peopleSay-box .info img{
	width: 29px;
}

.peopleSay-box .info{
	padding-bottom: 55px;
}

.peopleSay-box-only{
	padding: 30px 70px 30px;
}



#peopleSay .img-fluid{
  border: 6px dotted #E89484;
}

.img-fluid{
  border-radius: 20px;
  padding: 9px;
}

		/* Estilo personalizado */

	
		.right-div {
      border-radius: 10px;

      padding-top: 100px;
      flex: 7; /* 70% del ancho */
      padding: 20px;
      box-sizing: border-box;
      background-image: url(../images/fondoRosa.png);
		}
	
		.left-div {
      border-radius: 10px;
      padding-top: 100px; 
      flex: 3; 
      box-sizing: border-box;
      background: #e8948426;
		}
	
		.overlay-img {
			box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
		  width: 86%;
      margin: 7%;
		}

    .about-me-last{
      border-radius: 10px;
      background-image: url(../images/fondoRosa.png);
      margin: 20px;
      padding: var(--bs-gutter-x, .75rem);
    }
/*------------------------------------------------------------------
    Contact
-------------------------------------------------------------------*/



.contact-block .form-group .form-control{
	background: #76becc7d;
	height: 45px;
	font-size: 16px;
	border: 0;
	color: #323232;
	padding: 6px 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

select:invalid,
select option[value=""] {
  color: #6C7591 !important;
}

.contact-block .form-group textarea.form-control{
	height: 150px;
	padding-top: 15px;
}

.submit-button .btn-common{
	background-color: #76becc;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 0 15px;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.btn.disabled, .btn:disabled {
  opacity: 1;
}
.submit-button .btn-common:hover{
	background-color: #e89484;
}

.custom-select{
	height: 45px;
	font-size: 16px;
}
select.form-control:not([size]):not([multiple]){
	height: calc(45px + 2px);
}

.help-block ul li{
	color: red;
}

/*------------------------------------------------------------------
    Atention Area
-------------------------------------------------------------------*/

#atentionArea .title-box{
    padding-top: 30px;
}

#atentionArea .container{
  padding: 3px;
  padding-bottom: 60px;
  flex-flow: row wrap;/**Me une las dos anteriores*/
  /**Horizontal**/
  justify-content: center;/**Alinear los items props: flex-start, flex-end, space-around */
  /**Vertical**/
  align-items: flex-end;/**/
 
}



#atentionArea .container div{
  padding: 10px;
  text-align: center;
  background-color: #f5dcd775;
  border: 0px;
}
div#atentionArea .accordion-button:focus{
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}

form#contactFormFirst .modal-title {
  width: 100%;
}

div#atentionArea .accordion-button:not(.collapsed) {
  background-color: #76becc8c;
  color: black;
}


div#atentionArea .accordion-button{
font-size: 18px;
  background-color: #76becc7d;
}
#atentionArea .container img{
  width: 200px;
}

/*#atentionArea .container .event-wrap {
  margin: 60px 30px  30px 30px;
  width: 855px;
  justify-content: space-around;
  flex-direction: column;
  background: rgb(173 83 112 / 78%);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 12px 29px 81px 0px rgba(0,0,0,0.75);
  
}*/


 /*------------------------------------------------------------------
    WhatsApp
-------------------------------------------------------------------*/
.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom: 43px;
  right:40px;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}
 /*------------------------------------------------------------------
    Explore
-------------------------------------------------------------------*/
.pinkAccordion .accordion-button:focus{
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}


.pinkAccordion .accordion-button:not(.collapsed) {
  background-color: #e89484ed;
  color: black;
}

.pinkAccordion .accordion-button{
  font-size: 18px;
  background-color: #e8948473;
}


.pinkAccordion .accordion-item {
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, .125) ;
}

#explore{
  padding-top: 30px;
  padding-bottom: 144px;
}


 /*------------------------------------------------------------------
    Footer
-------------------------------------------------------------------*/

.footer-box{
	background: #292f35;
  padding: 10px 0;
  display: flex;
  font-size: 17px;
  justify-content: space-around;
}

.footer-box .footer-company-name{
	text-align: center;
	margin: 0px;
	color: #ffffff;
}

.footer-box .footer-company-name a{
	color: #dd666c;
}

.footer-box .footer-company-name a:hover{
	color: #63c7bd;
}

.footer-title{
 
  color: #e89484;
 }

 .footer-box img:hover{
  transform:scale(1.2);
  -ms-transform:scale(1.2); 
  -moz-transform:scale(1.2); 
  -webkit-transform:scale(1.2);  
  -o-transform:scale(1.2); 
 }

 .footer-box{
	background: #292f35;
  padding: 10px 0;
  display: flex;
  font-size: 17px;
  justify-content: space-around;
}

.followMe{
  padding: 0px 13px;
  color: #e89484;
 }

 .mobile-display{
  display: none;
 }

 .payments{
  border-radius: 17px;
  padding: 22px 10px;
 }

 .payments img{
  width: 50px;
  height: 35px;
  background-color: aliceblue;
  padding: 2px;
  margin: 1px;

 }

 .privacityCard{
  padding-top: 22px;
 }
 /*------------------------------------------------------------------
    Testimony
-------------------------------------------------------------------*/

 


/* Contenedor para centrar */
.ContainerCenter{
  display: flex;
  align-items: center;
  flex-direction: column;
}




/* Slider */
.container-carrousel {
  max-width: 1200px;
  width: 100%;
}
.slider-wrapper {
  position: relative;
}
.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 0px;
  width: 0px;
  z-index: 5;
  color: #0dcaf0;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}
/*.slider-wrapper .slide-button:hover {
  background: #404040;
}*/
.slider-wrapper .slide-button#prev-slide {
  left: -44px;
}
.slider-wrapper .slide-button#next-slide {
  right: -44px;
}
.slider-wrapper .image-list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 18px;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}
.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}
.slider-wrapper .image-list .image-item {
  width: 325px;
  height: 400px;
  object-fit: cover;
}
.slider-wrapper .image-list .container-carrusel-item {
  width: 309px;
  height: 395px;
  object-fit: cover;
  border: 1px solid #76beccd9;
  border-radius: 5px;
  overflow: auto;

}

.container-carrusel-item .title{
    height: 50px;
  border-bottom:1px solid #76beccd9 ;
  color: #76beccd9;
  font-weight: bold;
  padding-top: 11px;
}
.text-align-center {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 6px;
}

.container-carrousel .slider-scrollbar {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.slider-scrollbar .scrollbar-track {
  background: #ccc;
  width: 100%;
  height: 2px;
  display: none;
  align-items: center;
  border-radius: 4px;
  position: relative;
}
.slider-scrollbar:hover .scrollbar-track {
  height: 4px;
}
.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  cursor: grab;
  border-radius: inherit;
}
.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}
.slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}

.contact-me{
  width: 23%;
  position: absolute;
  padding: 15px;
  background-color: #e89484ed;
  display: flex;
  right: 35px;
  margin-top: -136px;
  border-radius: 7px;
  box-shadow: 2px 0px 36px 5px rgb(0 0 0 / 29%);
}

/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
  .about-box{
    display: inline;
  }

  .contact-me {
    position: inherit;
    margin: 50px 0px;
    width: 100%;
  }

  .container-aboutMe{
    width: 100%;
    padding-left: 15px;
  }

  .container-aboutMe-single{
    width: 100%;
    padding-left: 15px;
  }

  .slider-wrapper .slide-button {
    display: none !important;
  }
  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
  }
  .slider-wrapper .image-list .image-item {
    width: 280px;
    height: 380px;
  }
  .slider-scrollbar .scrollbar-thumb {
    width: 20%;
  }

  footer.footer-box{
    display: flow-root;
  }

  .container.about-me-only{
    display: inline-block;
  }

  .peopleSay-box-only {
    padding: 0px 0px 40px;
}
.left-div{
  width: 100%;
  display:none;
}

#aboutMe .title-box{
  padding-top: 35px;
}
  .testmonial-card.therapy img{

    width: 80% !important;
  }
}


.testmonial-card.therapy img{

  width: 40%;
}

.prices.payments img {
  width: 60px;
  height: 45px;
}

.container-carrousel:-webkit-scrollbar:vertical {
  width:10px;
}


.container-carrousel::-webkit-scrollbar {
  -webkit-appearance: none;
}


.container-carrousel::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
  display: none;
} 

.contencontainer-carrouseledor::-webkit-scrollbar:horizontal {
  height: 10px;
}

.container-carrousel::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}
.text-important{
  color: #e89484;
  font-weight: bold;
  font-size: larger;
}

.container-carrousel::-webkit-scrollbar-track {
  border-radius: 10px;  
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}


  /******LOADING************/

  #text-loading {
    width: 200px;
    font-size: 18px;
    text-align: center;
    transition: opacity 1.5s ease-in-out; /* Duración de la transición de 1.5 segundos */
  }
  .container-loader{
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fbebe8;
    z-index: 11000;
    display:none;
    place-content: center;
    position: fixed;

  }

  .square {
    width: 250px; /* Tamaño de los cuadrados */
    height: 250px; /* Tamaño de los cuadrados */
    display: flex;
    justify-content: center; /* Centra el contenido horizontalmente */
    align-items: center; /* Centra el contenido verticalmente */
    background-color: #f0f0f0; /* Color de fondo de los cuadrados */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra: horizontal offset, vertical offset, blur radius, color */
    /* Otras propiedades estéticas */
    border: 1px solid #ddd; /* Borde sutil */
  }

  /*.loader{
    height: 90px;
    display: flex;
    transform: rotate(180deg);
  }

  .loader span{
    width: 36px;
    margin: 0 2px;
    border-radius: 4px;
    animation: loading 2s infinite;
  }*/

  @keyframes ldio-e2jsa7zjkrr {
    0% {
      top: 96px;
      left: 96px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 16px;
      left: 16px;
      width: 160px;
      height: 160px;
      opacity: 0;
    }
  }.ldio-e2jsa7zjkrr div {
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: ldio-e2jsa7zjkrr 3.125s cubic-bezier(0,0.2,0.8,1) infinite;
  }.ldio-e2jsa7zjkrr div:nth-child(1) {
    border-color: #f2bed1;
    animation-delay: 0s;
  }
  .ldio-e2jsa7zjkrr div:nth-child(2) {
    border-color: #87434d;
    animation-delay: -1.5625s;
  }
  .loadingio-spinner-ripple-9v6th9rqk24 {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: #fbebe8;
  }
  .ldio-e2jsa7zjkrr {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
  }
  .ldio-e2jsa7zjkrr div { box-sizing: content-box; }
  /* generated by https://loading.io/ */




  /***********INSPIRATION PHRASE*****************/

  #inspiration-phrase{
    background-position: 66% 68%;
    background-image: url(../images/fondoRosa.png);
  }
  .testmonial-card {
    position: relative;
    text-align: center;
  }

  .testmonial-card .second{
    font-size: 25px;
    color: #668a91;
  }

  .testmonial-card .first{
    font-size: 30px;
    color: #b37e74;
  }  



  footer.footer-box {
    color: #e5dad8;
}

  .testmonial-card .testmonial-subtitle {
    padding-top: 26px;
    font-size: 16px;
    letter-spacing: 1px;
    opacity: 0.8;
  }
  
  .testmonial-card .testmonial-body {
    background: #e89484;
    position: relative;
    padding: 1rem;
    border: 2px solid #49505729;
    border-top-color: #49505729;
    border-radius: 0.2rem;
    margin-top: 30px;
  }
  
  .testmonial-card .testmonial-body:after {
    content: '';
    position: absolute;
    top: 94px;
    left: 50%;
    width: 24px;
    height: 24px;
    border-color: #49505729;
    border-radius: 0.2rem 0 0 0;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    background: #e89484;
  }
  .testimonySecond {
    display: flex;
    padding: 0px 15%;
  }
.testimonySecond img{
  width: 20%;
  height: 30%;

}

  /******SERVICES ************/

  .card-body {
    border: 1px solid pink;
}


.services-box .info{
	padding-bottom: 55px;
}

  #services .card .has-icon img {
      left: 25px;
      background: #fff;
      position: absolute;
      top: -28px;
      border: 7px solid white;
      overflow: hidden !important;
      font-size: 35px;
  }

  
  #enterprise .card .has-icon img {
    left: 25px;
    background: #f3eae8;
    position: absolute;
    top: -28px;
    border: 7px solid #f3eae8;
    overflow: hidden !important;
    font-size: 35px;
}
#enterprise .card{
  background: #f3eae8;

}



  /*.digital-guides{
      padding: 20px;
      height: 650px;
  }*/

  .comunity-box.digital-guides ul li {
    width: 50% ;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #navbar-toggler-mobile span {
    background: #7dd5e6;
    display: block;
    width: 25px;
    height: 2px;
    margin: 0 auto;
    margin-top: 0px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

#navbar-toggler-mobile {
  border: 1px solid #7dd5e6;
  border-radius: 0;
  margin: 16px 15px;
  padding: 10px 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  }
  #navbar-toggler-mobile:focus {

  box-shadow: 0 0 0 0;
  }


  #navbar-toggler-mobile span + span {
    margin-top: 5px;
}


.ratio.ratio-16x9 {
  background-color: #ffffff00 !important;
  border-radius: 21px;
}

#howItWroks-box .info img{
  width: 29px;
}

#howItWroks-box .imagen img{
  width: 250px;
}
#howItWroks-box {
  background-image: url(../images/fondoRosa.png);

}
.container-inicio {
  width: 100% ;
  padding-left: 27px;
  padding-right: 27px;
}

.card-header.card-prices-header.card-prices-header{
  background-color: #e894848c;
  border: 2px solid #e894848c;
}

.prices-box hr{
  color:#e894848c;
}
.prices-box h5{
  color:#e89484;
}

h4.card-title.text-center.card-prices-title{
  color: #495057;
}
