/*Define o espaçamento do titulo do courosel*/

/*-------------------Swiper-Slides---------------------------*/

	.inicio {
        	width: 100%;
        	height: 70%;
	}
	
	.inicio {
		text-align: center;
		font-size: 18px;
		background: #fff;

		
		-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;
	}

	.space-itens{
		padding-top: 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 size*/

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

.full-img-banner {
    background-image: url("../src/Index/Banner\ pet.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.full-img-service {
    background-image: url("../src/Index/Banner\ pet\ 2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-full-img-service-text {
	color: white;
    background-color: #383029b3;
	margin-top: 2%;
	margin-bottom: 2%;
    padding: 2%;
    border-radius: 8%;
}

.banner-image-text{
	color: white;
	padding: 2%;
}

.layer {
    background-color: rgb(56 48 41 / 70%);;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*=================== Itens Sections =====================*/
	

    #section-inicio{

        background-image: linear-gradient(to top, #53c3cb, #2eabc6, #1992bd, #2778af, #3c5e9b);
		background-image: -webkit-linear-gradient(top, #53c3cb, #2eabc6, #1992bd, #2778af, #3c5e9b); /* For Safari 5.1 to 6.0 */
		background-image: -o-linear-gradient(top, #53c3cb, #2eabc6, #1992bd, #2778af, #3c5e9b); /* For Opera 11.1 to 12.0 */
		background-image: -moz-linear-gradient(top, #53c3cb, #2eabc6, #1992bd, #2778af, #3c5e9b); /* For Firefox 3.6 to 15 */
		background-image: linear-gradient(to top, #53c3cb, #2eabc6, #1992bd, #2778af, #3c5e9b); /* Standard syntax */
		/*height:10%;*/
    }

	/* Remover depois */
	.img-rectangular-custom{
		width:100%;
		background-color:white;
		box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
	}

	.img-radius-custom{
		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-swiper-footer{
		width: 80%;
		background-color:white;
	}

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

    		
	}

	

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


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

	.service-title-h3{
		text-align: left !important;
	}

	.service-text-p{
		font-size: 25px !important;
	}

	.img-parceiros{
		text-align:center;
	}

	#section-quem-somos{
		padding: 0px 0;	
	}
		
	#section-clientes{
        	padding: 0px 0;
		/*height: 60%;*/
	}

	#row-carousel-clientes{
		margin-top: 5%;
		height: 60%;	
	}

	.panel-group .panel {
		margin-bottom: 20px;
		border-radius: 0px;
		background-color: #ffffff;
		-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
		border: 0px solid transparent;
	}

	.panel-default > .panel-heading {
		color: #333333;
		background-color: white;
		border-color: #dddddd;
	}

	.img-produtos{
		
		text-align: center;
	}

	.img-rectangular-custom-produtos{
		width: 100%;
	}

	.img-produtos-accordion{
		width:200px;
	}
	    


/*=================== Itens Sections =====================*/

	.text-footer-servicos{
		margin-top: 1%;
		margin-bottom:6%;
	}

	#triangulo-baixo{
		margin-left: -30px;
		border: 1em solid;
		border-width: 30px 30px 30px 30px;
		border-style: solid;
		height: 1px;
		width: 1px;
		border-color: #EFEFEF transparent transparent transparent;
	}

	#triangulo-cima{
		margin-left: -30px;
		border: 1em solid;
		border-width: 30px 30px 30px 30px;
		border-style: solid;
		height: 1px;
		width: 1px;
		border-color: transparent transparent #EFEFEF transparent;
	}

	#container-triangulo{
		margin-left:50%;
	}


	footer .main-footer {
		padding: 10px 0;
		background: #383029;
		width: 100%;
		position: relative;
		bottom: 0;
		left: 0;
		color: #ffffff;
	}

	.widget.no-box {
		padding: 0;
		background-color: transparent;
		margin-bottom: 40px;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
	}

	.widget-title {
		margin-bottom: 20px;
	}

	.widget.subscribe p {
		margin-bottom: 18px;
	}

	.widget-title span {
		background: #839FAD none repeat scroll 0 0;
		display: block;
		height: 1px;
		margin-top: 25px;
		position: relative;
		width: 20%;
	}

	.widget-title span::after {
		background: inherit;
		content: "";
		height: inherit;
		position: absolute;
		top: -4px;
		width: 50%;
	}

	*, ::after, ::before {
		box-sizing: border-box;
	}

	ul li {
		list-style: none;
	}

	ul.social-footer2 {
		margin: 0;
		padding: 0;
		width: auto;
	}

	ul.social-footer2 li {
		display: inline-block;
		padding: 0;
	}
	
	.footer-copyright {
		background: rgb(58 58 58);
		padding: 5px 0;
		width: 100%;
		position: relative;
		bottom: 0;
		left: 0;
	}

	.footer-copyright p {
		color: white;
		margin: 2px 0 0;
		font-size: 12px;
	}

	.thumbnail-widget {
		padding-left: 0;
	}

	.fa-ul{
		padding-top: 10px;
    	padding-bottom: 10px;
	}






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







	div.pricing {
		background-image: linear-gradient(to bottom #53c3cb, #2eabc6, #1992bd, #2778af, #3c5e9b);
		background-image: -webkit-linear-gradient(bottom, #53c3cb, #2eabc6, #1992bd, #2778af, #3c5e9b); /* For Safari 5.1 to 6.0 */
		background-image: -o-linear-gradient(bottom, #53c3cb, #2eabc6, #1992bd, #2778af, #3c5e9b); /* For Opera 11.1 to 12.0 */
		background-image: -moz-linear-gradient(bottom, #53c3cb, #2eabc6, #1992bd, #2778af, #3c5e9b); /* For Firefox 3.6 to 15 */
		background-image: linear-gradient(to bottom, #53c3cb, #2eabc6, #1992bd, #2778af, #3c5e9b); /* Standard syntax */
		/*height:10%;*/	
	}
	  
	  .pricing .card {
		border: none;
		
		transition: all 0.2s;
		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
		background-color: white;
		border-radius: 20px;
	  }

	  .fa-check {
		color: green;
	  }

	  .fa-times {
		color: red;
	  }

	  .card-body {
		margin-left: 10px;
		margin-right: 10px;
		padding-bottom: 2px;
		padding-top: 2px;
	  }


	  .pricing-row{
		padding: 10%;
	  }
	  
	  
	  .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;
	  }
	  
	  
	  
	  /* Hover Effects on Card */
	  
	  @media (min-width: 992px) {
		.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;
		  
		}
	  }
	  







@media (max-width: 600px) { 

	.inicio {
		width: 100%;
		height: 85%;
	}

	.space-itens {
		padding-top: 10%;
	}

	.pricing .card {
		margin-top: 22px;
	}

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

	iframe {
		border-radius: 20px;
		border: none; width: 88%; 
		height: 210px
	}
    
    .text-title-servicos {
		margin-top: 20%;
		margin-bottom: 2%;
    }

	.thumbnail-widget {
		font-size: 14px;
	}

    .swiper-container.footer {
        width: 100%;
        margin: 20px auto;
    }

	.widget li a {
		color: white;
		text-decoration: none;
		
		font-size: 14px;
	}
} 

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

	.pricing .card {
		margin-top: 22px;
	}

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

	iframe {
		border-radius: 20px;
		border: none; width: 88%; 
		height: 250px
	}

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

    .swiper-container.footer {
        width: 100%;
        height: 180px;
        margin: 20px auto;
    }

	.thumbnail-widget {
		font-size: 14px;
	}

	.widget li a {
		color: white;
		text-decoration: none;
		
		font-size: 18px;
	}

} 

@media (min-width: 901px){ 

	@media (max-height: 800px){
		h1 {
			font-size: 40px;
		}

		
		.space-itens {
			padding-top: 3%;
		}
		
	}

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

	iframe {
		border-radius: 20px;
		border: none; width: 88%; 
		height: 360px
	}

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

    .swiper-container.footer {
        width: 100%;
        height: 200px;
        margin: 20px auto;
    }

	.widget li a {
		color: white;
		text-decoration: none;
		
		font-size: 18px;
	}

	.midle-price {
		margin-top: -20px
	}

	.float{

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

	.float-2{

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

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

	.centered-element {
		margin-top: 5%;
	}

} 

