.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{
	bottom: 0px !important;
}

.swiper-pagination-bullet-active
{
	background: #FFB715 !important;
}

.swiper-horizontal
{
	padding-bottom: 40px !important;
}

/*SLIDER MAIN*/
.sect_slider_main{
	height: 100vh;
}
.sect_slider_main .carousel,.sect_slider_main .carousel-inner,.sect_slider_main .carousel-item{
    height: 100%;
}
.sect_slider_main .carousel-item .item{
	position: relative;
	height: 100%;
}
.sect_slider_main .carousel-item .item video{
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.sect_slider_main .carousel-inner .item::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 1;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 2;
}
/*CAPTION SLIDER*/
.slide_caption{
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* right: 0; */
    display: flex;
    display: -moz-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.slide_caption >div{
    width: 100%;
    overflow: hidden;
}
.slide_caption h2{
    color: #fff;
    font-weight: 700;
    margin: 20px 0;
    font-size: 40px;
    text-align: center;
}
.slide_caption .btn_service{
    display: block;
    padding: 10px;
    background: #FFB715;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    transition: all ease 500ms;
}
.slide_caption .btn_service:hover{
    background: #fff;
    color: #FFB715;
    transition: all ease 500ms;
}
/*SECTION CARACTERISTICAS*/
.sect_caracteristicas{
	margin-top: -79px;
    position: relative;
    z-index: 1;
}


.slide1  img 
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flex_caracteristicas{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	flex-flow: row wrap;
	padding: 20px;
	background: #fff;
}
.flex_caracteristicas>.item{
	width: 33.3%;
	padding: 20px;
	position: relative;
}
.flex_caracteristicas>.item:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	transition: all ease 500ms;
}
.flex_caracteristicas>.item:hover:before{
    background: #FFB715;
    transition: all ease 500ms;
}
.flex_caracteristicas>.item:nth-child(1){
	background-image: url(../../../../public/img/nosotros/efectividad.png);
	background-size: cover;
	background-position: center center; 
}
.flex_caracteristicas>.item:nth-child(2){
	background-image: url(../../../../public/img/nosotros/presentaciones.jpg);
	background-size: cover;
}
.flex_caracteristicas>.item:nth-child(3){
	background-image: url(../../../../public/img/nosotros/calidad.jpg);
	background-size: cover;
}
.flex_caracteristicas>.item:nth-child(4){
	background-image: url(../../../../public/img/nosotros/calidad.jpg);
	background-size: cover;
}
.flex_caracteristicas>.item>div{
	position: relative;
	padding-left: 60px;
}
.flex_caracteristicas>.item>div span{
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	color: #fff;
	font-size: 50px;
} 
.flex_caracteristicas>.item>div h4{
	color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.flex_caracteristicas>.item>div h6{
	color: #fff;
	font-weight: 600;
	font-family: 'PT Sans', sans-serif;
}
.flex_caracteristicas>.item:hover h4,
.flex_caracteristicas>.item:hover>div h6{
	color: #FFB715;
	transition: all ease 500ms;
}
@media(max-width: 991px){
	.flex_caracteristicas>.item {
	    width: 100%;
	}
}
/*SECTION TITLE HOME*/
.sect_title_home{
	padding: 50px 0;
}
.h2_home{
	text-align: center;
	color: #1f1f1f;
	font-weight: 800;
}
.h2_home span{
	color: #FFB715;
}
.h5_home{
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
}
/*SECTION SERVICIOS*/
.sect_servicios{
	padding: 50px 0;
	padding-top: 0;
}

.alt 
{
	height: 470px;
}

.box_service{
	box-shadow: 0px 0px 5px #ccc;
    background: #f3f3f3;
    height: 100%;
    box-shadow: 0px 0px 5px #ccc;
}
.box_service .box_body{
	margin-top: -30px;
}
.box_head{
	height: 50%;
}

.box_head img 
{
	height: 100%;
	object-fit: cover;
}

.box_service .box_body>span{
	display: block;
    width: 120px;
    height: 120px;
    line-height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    background: #fff;
    border-top: 4px solid #FFB715;
    padding: 10px;
    position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}
.box_service .box_body h5{
	text-align: center;
    color: #1f1f1f;
    margin-top: 20px;
    font-size: 15px;
}
.box_service .box_foot .btn_vermore{
	cursor: pointer;
	display: block;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    background: #FFB715;
    text-decoration: none;
    color: #fff;
    margin-top: 25px;
    transition: all ease 500ms;
}
.box_service .box_foot .btn_vermore:hover{
	background: #FFB715;
	transition: all ease 500ms;
}

/*SECTION NOSOTROS*/
.sect_nosotros{
	padding-bottom: 50px;
	background-image: url(../../../../public/img/fondo/sect_nosotros.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.sect_nosotros .title_home{
	padding: 50px 0;
	position: relative;
	text-align: center;
}
.h2_us{
    text-align: center;
    color: #fff;
    font-weight: 800;
    position: relative;
    display: inline-block;
}
.build_title{
	position: absolute;
	animation: move 4s linear 200ms  infinite alternate;
	
}

.build_title img
{
	animation: rotate 100ms linear 1 4200ms;
}

@keyframes move {
	from	
	{
		transform: translateX(0);
	}
	to 
	{
		transform: translateX(100px);
	}
}

@keyframes rotate {

	from 
	{
		transform: rotateY(0deg);
	}

	to 
	{
		transform: rotateY(-180deg);
	}
	
}




.h2_us span{
	color: #FFB715;
}
.h5_us {
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    color: #fff;
}
.artile_nosotros{
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	text-align: justify;
	font-size: 17px;
}
.img_nosotros{
	position: relative;
}
.img_nosotros:before{
	content: "";
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: 70px;
    height: 70px;
    background-image: url(../../../../public/img/logo/logo-ico.png);
    background-size: 100% 100%;
}
@media(max-width: 991px){
	.artile_nosotros{
		margin-top: 30px;
	}
	.h2_us {
	    font-size: 20px;
	}
	.build_title {	
	    top: -30px;
	    right: -95px;
	    width: 148px;
	}
}
@media(max-width: 450px){
	.sect_nosotros .title_home {
	    padding-right: 65px;
	    padding-left: 65px;
	}
	.build_title {
	    right: -76px;
    	width: 130px;
	}
}
/*SECTION GALERIA*/
.sect_galeria{
	padding: 50px 0;
	padding-top: 0;
}
.sect_galeria .item a{
	display: block;
	position: relative;
}
.sect_galeria .item a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: all ease 500ms;
}
.sect_galeria .item a:hover:before{
	opacity: .5;
	transition: all ease 500ms;
}
.caption_galeria{
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    transform: scale(0);
    transition: all ease 500ms;
}
.sect_galeria .item a:hover .caption_galeria{
	transform: scale(1);
	transition: all ease 500ms;
}

.clientes-main
{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 50px;
}

.title-cli{
	padding: 6px 0;
}

.title-cli h3 
{
	text-align: center;
	color: #101010;
}

.img-cli
{
	height: 180px;
}

.img-cli img 
{
	height: 100%;
	object-fit: contain;
}

.desc-cli 
{
	padding: 7px 0;
}

.desc-cli p 
{
	font-size: 20px;
	color: #1f1f1f;
	text-align: center;
}

.text 
{
	padding: 15px 0;
	color: #000;
	font-family: sans-serif
}

.text p 
{
	text-align: justify;
}

.modal-title 
{
	text-align: center;
	color: #FFB715;
}

@media(max-width: 768px)
{
	.build_title
	{
		top: inherit;
		bottom: -40px;
		left: -95px;
		margin: auto;
	}
}

@media(max-width: 360px)
{
	.logo_main img 
	{
		width: 80%;
	}

	.navbar-toggler
	{
		padding: 0 !important;
		padding-top: 6px !important;
	}
}