h1, h2, h3, h4, h5, h6, p, span, a, strong {
    font-family: 'Montserrat' !important;
}

body {
    position: relative;
    overflow-x: hidden !important;
}

p{
    font-size: 18px !important;
}

#background-video {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: rgb(0 0 0 / 21%);

    /*background-color: rgba(0, 0, 0, 0.5);*/ /* 0.5 = 50% opacidade */
    z-index: 1; /* acima do vídeo, abaixo do conteúdo */
}

.btn-banner {
    padding-top: 7%;
    padding-bottom: 30px;
    margin-top: 0%;
    text-align: center;
}

.banner {
    height: 45%;
    
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 3rem;
    font-family: monospace;
    text-align: center;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 15%;
  }
  
  .banner-2{
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 8%;
    padding-right: 8%;
  }
  
  .typed-cursor {
    color: white;
    animation: blink 0.7s infinite;
  }
  
  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
  }



/*-------------------Swiper-Slides---------------------------*/
.swiper-container.inicio {
    width: 100%;
    height: 70%;
}

.swiper-container.meio {
    width: 100%;
    height: 100%;
}

.swiper-slide, .inicio {
text-align: center;
font-size: 18px;
background: #fff;

display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

/*---Efeito de imagem background---*/
.inicio.swiper-slide:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(25, 25, 25, 0.1);
transition: 1.5s;
transition-delay: 0.5s;
z-index: 1;
}

.inicio.swiper-slide-active:after {
background: rgba(25, 25, 25, 0.6);
z-index: 3;
}
/* --------------------------------- */


/* --------Swiper-caption----------- */
.swiper-slide .swiper-caption {
position: relative;
z-index: 9;
}

.swiper-slide-caption {	
display: inline-block;
width: 100%;
vertical-align: middle;
white-space: normal;
padding: 0 15px;
z-index: 10;
}

/* --------------------------------- */
/*------------------------------------------------------------------*/


/*----------------------------swiper-footer-------------------------*/
/*
.swiper-container.footer {
width: 100%;
height: 150px;
margin: 20px auto;
}*/
.swiper-slide.footer {
text-align: center;
font-size: 18px;
background: #fff;
width: 60%;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide.footer:nth-child(2n) {
width: 40%;
}
.swiper-slide.footer:nth-child(3n) {
width: 20%;
}


/*------------------------------------------------------------------*/

.background-section1{
    background-color:#eff2f7;
}

.text-background-section1 span{
    color:gray;
}



/*Background-img*/
.text-background-img h1{
    text-align:center;
    color:white;
}
.text-background-img h2{
    text-align:center;
    color:white;
}
.text-background-img h3{
    text-align:center;
    color:white;
}
.text-background-img h4{
    text-align:center;
    color:white;
}
.text-background-img p{
    text-align:center;
    color:white;
}

.button-blue {
    background-color: #385e9c;
    color: white;
    font-size: 20px !important;
    border-radius: 1px;
    width: 150px;
    height: 45px;
    padding: 18px;
    transition: 0.5s;
}

.button-blue:hover{
    background-color: #113165 !important;
    color: white !important;

    transition: 0.5s;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


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


.button-color:hover {
	background-color: rgb(33,44,100);
    color: white;
}
.btn-secondary {
    margin-top: 10px;
    color: #fff;
    background-color: #58BA71;
    border-color: #F8F8F8;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #58BA71;
    border-color: #F8F8F8;
}


input.form-control {
    margin-top: 10px;
    font-size: 15px;
}

.reservala {
    width: 100%;
    margin-top: 0px;
    padding: 0px 0px;
}

.input-group{
    text-align: center;
    width: 80%;
}

.input-group-append {
    margin-left: 0px;
}

.primeiro-bloco {
    padding-top: 25px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 25px;
}


.video-container{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#myVideo {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
  }


.segundo-bloco {
    padding-top: 25px;
    width: 100%;
    text-align: center;
    height: 50%;
    border-bottom: 1px solid #e1e1e1;
}

.terceiro-bloco {
    padding-top: 25px;
    width: 100%;
    text-align: center;
    height: 20%;
    border-bottom: 1px solid #e1e1e1;
}

.quarto-bloco {
    padding-top: 25px;
    width: 100%;
    text-align: center;
    height: 20%;  
}


.primeiro-bloco > img {
    margin-top: 50px;
}
.primeiro-bloco > p {
    margin-top: 10px;
    font-size: 18px;
}
.segundo-bloco > p {
    margin-top: 10px;
    font-size: 18px;
}
.terceiro-bloco > p {
    margin-top: 10px;
    font-size: 18px;
}
.quarto-bloco > p {
    margin-top: 10px;
    font-size: 18px;
}

.titulo-uncover {
	position: relative;
    padding-bottom: 25px;
	text-transform: uppercase;
	font-weight: 600;

}

.titulo-uncover:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 1px;
	background-color: #3c5e9b;
}

.titulo-uncover:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	height: 3px;
	background-color: #3c5e9b;
}



.category-list_one {
    align-items:center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.category-item {
    border: 1px solid #e1e1e1;
    cursor: pointer;
    margin: 15px 2px;
    max-width: 150px;
    transition: 0.2s;
    width: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    perspective: 1000px;
    background-color: white;

    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    border: #d9d9d9 0.5px solid;
}
.category-item .category-info {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.category-item .category-info-img {
    border-bottom: 0.5px solid #e1e1e1;
    height: 140px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.category-item .category-info-description {
    padding: 24px;
}
.category-item .category-info-description .title {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.category-item:hover {
    transform: translateY(-2px);
    box-shadow: -2px 48px 56px -41px rgba(0, 0, 0, 0.37);
}


.text-background-white h1 {
    text-align: center;
    color: black;
}

.space-itens-top{
    margin-top:5%;
}

.space-itens-bottom{
    margin-bottom:5%;
    padding: 3%;
}

.img-servicos{
    text-align:center;
    border-radius: 7px;
    border: 2px solid transparent;
    padding: 0;
    padding-top: 10px;
    min-height: 390px; 
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/

    box-shadow: 2px 10px 50px rgba(158, 158, 158, 0.25);
}



.img-radius-custom{
    width:100px;
    height: 100px;
    padding: 25px;
    margin: 0 auto;
    border-radius: 50%;
    background-color:#58ba71;
    /*box-shadow:0 0 10px rgba(0, 0, 0, 0.1);*/
}


.img-radius-custom-2{
    width: 100px;
    height: 100px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.img-radius-custom img{
    max-width: 80px;
}

.img-radius-custom-2 img{
    max-width: 80px;
}

.text-card-services{
    padding : 15px;
}

.button-green{
    background-color: #58BA71;
    color: white;
    font-size: 20px;
    border-radius: 5rem;
    width: 200px;
    height: 60px;
    padding: 15px;
    transition: 0.5s;
}

.complete-card:hover{
    margin-top: 25px;
    margin-bottom: 0px;  
    border: solid;
    border-color: #53c3cc;
    .img-radius-custom{
        background-color: #53c3cb;
        
    } 
}

.complete-card p {
    font-size: 18px;
}

.text-title-servicos{
    margin-top: 7%;
    margin-bottom: 2%;
}

.complete-card {
    min-height: 410px;
    margin-top: 30px;
    transition: all 0.2s;
    background-color: white;
}

/*Background white*/
.text-background-white h1{
    text-align:center;
    color: black;
}
.text-background-white h2{
    color:black;
}
.text-background-white h3{
    color:black;
}
.text-background-white h4{
    text-align:center;
    color:black;
}
.text-background-white h5{
    text-align:center;
    color:black;
}
.text-background-white p{
    color: #7b7a7a;
}
.text-background-white li{
    color: #7b7a7a;
}



.button-green {
    background-color: #58BA71;
    color: white;
    font-size: 20px !important;
    border-radius: 5rem !important;
    width: 200px;
    height: 60px;
    padding: 15px !important;
    transition: 0.5s;
}

.button-green:hover{
    background-color:#53c3cb;
    color:white !important;
}

.background-full-img-service-text {
	color: #4d4d4d;
    background-color: #ffffffcf;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 5%;
    border-radius: 7px;
}

.background-full-img-service-text p {
    font-size: 17px !important;
}

.background-full-img-service-text {
    padding: 5%;
    margin-left: 10%;
    margin-right: 10%;
}

.container-without-css{
    padding-left: 0px !important;
    
    
    width: 100% !important
}





.full-img-service {
    background-image: url("/src/Index/interior-do-salao-de-cabeleireiro-latino.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-section3{
    background-color: white;
}

.background-section3-h1{
    color: #ffffff !important;
}


.text-background-section3 h1{
	color: #53c3cc;
}

.text-background-section3 h2{
	color:#53c3cc;
}

.text-background-section3 p{
	color: #969696;
}

.text-background-section3 span{
	color: #969696;
}

  
.pricing .card {
    border: none;

    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.5);
    background-color: white;
    border-radius: 7px;
}

.pricing-row{
    padding: 5%;
  }
  
  
  .pricing hr {
    margin: 1.5rem 0;
  }
  
  .pricing .card-title {
    margin: 0.5rem 0;
    letter-spacing: .1rem;
    font-weight: bold;
  }
  
  .pricing .card-price {
    font-size: 3rem;
    margin: 0;
  }
  
  .pricing .card-price .period {
    font-size: 0.8rem;
  }
  
  .pricing ul li {
    margin-bottom: 1rem;
  }
  
  .pricing .text-muted {
    opacity: 0.7;
  }

  .pricing .card:hover {
    margin-top: -1.25rem;
    margin-bottom: 1.25rem;
    /*box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);*/
    box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 15px;
    
  }

  .button-pricing {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}

.fa-check {
    color: green;
}

.full-img-companies {
    background-image: url("/src/Index/Foto estabelecimentos.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


  /*Background blue*/	
	.text-background-blue h1{
		text-align:center;
		color:white;
	}
	.text-background-blue h2{
		text-align:center;
		color:white;
	}
	.text-background-blue h3{
		text-align:center;
		color:white;
	}
	.text-background-blue h4{
		text-align:center;
		color:white;
	}
	.text-background-blue h5{
		text-align:center;
		color:white;
	}
	.text-background-blue p{
		text-align:center;
		color:white;
	}

.card-custom{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    /* border-radius: .25rem; */
    border-radius: 15px;
    margin: 15px;
}

.card-custom .card-header{
    border-bottom: 0;
}

.card-custom .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
    border-radius: 15px;
    border-bottom: 1px solid #dfdfdf;
}







.produto {
    background-color: #f9f9f9;
    padding: 80px 10%;
  }
  
  .produto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
  }
  
  /* Lado Esquerdo */
  .produto-funcionalidades {
    flex: 1;
    min-width: 300px;
  }
  
  .produto-funcionalidades h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #222;
  }
  
  .produto-funcionalidades ul {
    list-style: none;
    padding: 0;
  }
  
  .produto-funcionalidades li {
    font-size: 1.2rem;
    padding: 15px 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
  }
  
  .produto-funcionalidades li:hover {
    background-color: #e6f4ff;
    border-color: #2196f3;
    color: #2196f3;
    transform: translateX(5px);
  }
  
  /* Lado Direito */
  .produto-preview {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 300px;
  }
  
  .moldura-celular {
    position: relative;
    width: 260px;
    height: 520px;
    background: url('img/moldura-celular.png') no-repeat center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .moldura-celular img {
    position: absolute;
    width: 210px;
    height: 450px;
    border-radius: 25px;
    object-fit: cover;
    transition: opacity 0.4s ease;
  }

.div-video-product{
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 9% !important;
}
.video-product{
    height: 500px;
    /* width: 50%; */
    position: absolute;
}



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

    .banner {
        height: 40%;
        
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 2.5rem;
        font-family: monospace;
        text-align: center;
        padding-left: 8%;
        padding-right: 8%;
        padding-top: 20%;
      }


    .text-title-servicos{
		margin-top: 13%;
		margin-bottom: 2%;
    }

    .complete-card {
		min-height: 300px;
		margin-top: 30px;
		transition: all 0.2s;
	}


    div.primeiro-bloco > p {
        font-size: 18px;
    }

    div.segundo-bloco * p {
        font-size: 18px;
    }

    div.terceiro-bloco * p {
        font-size: 18px;
    }

    div.quarto-bloco * p {
        font-size: 16px;
    }
    h5 {
        font-size: 20px;
    }
    .titulo-uncover {
        font-size: 16px;
    }

    .section-services .header-section .title {
        font-size: 16px;
    }

    .div-video-product {
        padding-left: 0px !important;
        text-align: center;
    }
    .video-product{
        height: 100%;
        width: 50%;
        position: relative;
    }
    .space-itens-bottom{
        margin-bottom:0%;
        padding: 3%;
    }
}



    [data-toggle="collapse"]:after {
    display: inline-block;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      content: "\f054";
      transform: rotate(90deg) ;
      transition: all linear 0.25s;
      float: right;
      }   
    [data-toggle="collapse"].collapsed:after {
      transform: rotate(0deg) ;
    }







.hori-timeline .events {
    border-top: 3px solid #e9ecef;
}
.hori-timeline .events .event-list {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin-right: 0;
}
.hori-timeline .events .event-list:before {
    content: "";
    position: absolute;
    height: 36px;
    border-right: 2px dashed #dee2e6;
    top: 0;
}
.hori-timeline .events .event-list .event-date {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    width: 75px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 2px 4px;
}
@media (min-width: 1140px) {
    .hori-timeline .events .event-list {
        display: inline-block;
        width: 24%;
        padding-top: 45px;
    }
    .hori-timeline .events .event-list .event-date {
        top: -12px;
    }
}
.bg-soft-primary {
    background-color: rgba(64,144,203,.3)!important;
}
.bg-soft-success {
    background-color: rgba(71,189,154,.3)!important;
}
.bg-soft-danger {
    background-color: rgba(231,76,94,.3)!important;
}
.bg-soft-warning {
    background-color: rgba(249,213,112,.3)!important;
}
.card-2 {
    background-color: #eff2f7;
}

.title-qn {
    padding: 10px;
    margin-top: 0px;
}

.float{

    background-color: #58BA71;
    color: white;
    font-size: 20px !important;
    border-radius: 5rem !important;
    width: 220px;
    height: 60px;
    padding: 15px !important;
    transition: 0.5s;
    position:fixed;
    bottom:40px;
    right:10px;
    text-align:center;
    box-shadow: 0px 0px 7px #999;
    z-index: 100;
}
.float:hover{
    color: white !important;
    background-color: #53c3cb;
}

.float-2{
    color: #58BA71;
    background-color: white;
    font-size: 20px !important;
    border-radius: 5rem !important;
    width: 252px;
    height: 60px;
    padding: 15px !important;
    transition: 0.5s;
    position: fixed;
    bottom: 110px;
    right: 10px;
    text-align: center;
    box-shadow: 0px 0px 7px #999;
    z-index: 100;
}

.float-2:hover{
    color: white !important;
    background-color: #53c3cb;
}

.my-float{
    margin-top:22px;
}