@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,500&display=swap');
.bs-slider{
    overflow: hidden !important;
    height: 700px;
    position: relative;
    background: #fff;
	width: 100%;


	
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    
    height: 700px;
	width: 100%;

	
	
}


.bs-slider > .carousel-inner > .item > img{
	
object-fit: cover;
	
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
	height: 700px !important;

	
}


@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-35px);
  }
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
  /*-----------------------------------
	-webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
	
	-------------------------------*/
	overflow: hidden;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active  {
    opacity: 1;
    z-index: 2;
	 
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
	

	
}









/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 50%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background:rgba(0,0,0,0.0);
    -webkit-border-radius: 100px;
    border-radius: 100px;
	border: 2px solid #FFF;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #FFF;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: 0px;
    /* bottom: 10%; */
    /* top: 0px; */
    width: 100%;
    height: 50px;
    font-size: 0;
    overflow-x: auto;
    text-align: left;
    margin-left: 0px;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 23px;
    /* border: 1px solid #000; */
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(255, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 25px;
    top: 30%;
    right: 0;
    margin: auto;
    z-index: 99999;
    position: absolute;
    text-align: left;
    padding: 10px 15px;
	
    
}

.slide-text > h1 {
    
    padding: 5px;
    color: rgba(224,224,224,1.00) !important;
    font-size: 75px;
    font-style:normal;
	font-weight: 100;
    line-height: 24px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    display:block;
	font-family:'Alfa Slab One', cursive;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
	
}


.slide-text > h3 {
	
  font-family:'Roboto', sans-serif;
    padding: 10px;
    color: #fff !important;
    font-size: 40px;
    font-weight: 400;
	line-height: 55px;
    margin-top: 130px;
	
    letter-spacing: 0px;
    display:block;
	width: 700px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
	
}
.slide-text > h2 {

    font-family: 'Alfa Slab One', cursive;
    padding: 10px;
    color: red !important;
    font-size: 50px;
    font-weight: 10;
    line-height: 55px;
    letter-spacing: 1px;
    display: block;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    width: 400px;

	
}
.slide-text > p {
  
    color: #000;
	padding: 10px;
    font-size: 25px;
    line-height: 24px;
    font-weight:700;
    margin-top: 0px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
	display:block;
	float: left;
    font-family:'Roboto';
	text-shadow: 2px 2px 2px rgba(0,0,0,0.0);
	
	
	
	
	
	

}


.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

/*************************
.titulo_banner {
	
	
	color: #d50000;
    font-family: 'Lobster', cursive;
    text-shadow: 2px 2px 2px #000;
    font-size: 70px;
	
}

***********************************/

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 15px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .bs-slider{
    overflow: hidden;
    max-height: 230px;
    position: relative;
    background: transparent !important;
	margin-top:50px;
	
}
	
	.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
	height:220px !important;
}
	
	.slide-text {
        padding: 5px 5px;
		width: 100%;
		text-align: left !important;
		margin-top: -20px;
    }
	
    .slide-text h3 {
        font-size: 13px !important;
        line-height: 15px;
        margin-bottom: 5px;
    }
    .slide-text h1 {
        font-size: 30px !important;
        line-height: 30px;
        margin-bottom: 5px;
    }
	
	.slide-text h2 {
        font-size: 22px !important;
        line-height: 22px;
        margin-bottom: 5px;
		width: 200px;
    }
    .slide-text > p {
        font-size: 9px;
        line-height: 11px;
        margin-bottom: 0px;
		text-align: center !important;
		padding: 5px;
		margin-top: -15px;
    }
    .control-round .carousel-control{
      
    }
	
	
	.control-round .carousel-control {
    top: 45%;
    opacity: 0;
    width: 25px;
    height: 25px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    line-height: 23px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background:rgba(0,0,0,0.0);
    -webkit-border-radius: 100px;
    border-radius: 100px;
	border: 1px solid #FFF;
}

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px !important;
		margin-left: -20px !important;
		
    }
	
	.slide-text > h3 {
   font-family:'Playfair Display', serif;
    padding: 5px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 100;
    text-align: left;
    letter-spacing: 1px;
    display:block;
	 width: 100px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	
}
	
   .slide-text h1 {
        font-size: 30px !important;
        line-height: 0px;
        margin-left: 0px !important;
	   text-align: left;
	   font-weight: 600;
    }
    .slide-text > p {
        font-size:11px;
        line-height: 14px;
         margin-top: -10px !important;
		text-align: left !important;
		width: 150px !important;
		padding: 5px !important;
		
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
