/********** Template CSS **********/
:root {
    --primary: #f48126;
    --secondary: #FFF0E6;
    --light: #F8F8F9;
    --dark: #883f97;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

a, a i, a img{-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;}


/*** Button ***/
.btn {
    transition: .5s;
	border-radius:6px!important;
	padding:12px;
	text-transform:uppercase;
	font-weight:700;
	font-size:15px;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    color: var(--primary);
    background: transparent;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
	border-radius:50%!important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 46px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);

	padding-top:4px;
}

.logo-svg{	
	display:inline-block;
	width:260px;
	height:78px;
	background:url(../img/simbioxia-bco.svg) center center no-repeat;
}
.logo-svg-2{	
	display:inline-block;
	width:200px;
	height:138px;
	background:url(../img/simbioxia-2.svg) center center no-repeat;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 20px;
	font-size:15px;
    padding: 25px 0;
    color: #FFFFFF;
    font-weight: 400;
    outline: none;
	-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}



@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
	
	.redes-menu{display:none;}
	
}

.bg-dark{background-color:#fff!important;}
.bg-dark .logo-svg{	
	display:inline-block;
	width:230px;
	height:69px;
	background:url(../img/simbioxia.svg) center center no-repeat;
}
.bg-dark .navbar-nav .nav-link {
    margin-right: 30px;
	font-size:15px;
    padding: 25px 0;
    color: #893f98;
    font-weight: 700;
    outline: none;
}
.bg-dark .navbar-nav .nav-link span{
	display:none;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
}
.carousel-inner{background-color:#883f97;}
.carousel-item {
	transition: opacity 1.2s;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	.logo-svg{	
		display:inline-block;
		width:200px;
		height:60px;
		background:url(../img/simbioxia-bco.svg) center center no-repeat;
	}
	.bg-dark .logo-svg{	
		display:inline-block;
		width:200px;
		height:60px;
		background:url(../img/simbioxia.svg) center center no-repeat;
	}
	
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background-repeat:no-repeat;
	background-position:center center;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Causes ***/
.causes-item .progress {
    height: 5px;
    border-radius: 0;
    overflow: visible;
}

.causes-item .progress .progress-bar {
    position: relative;
    overflow: visible;
    width: 0px;
    border-radius: 0;
    transition: 5s;
}

.causes-item .progress .progress-bar span {
    position: absolute;
    top: -7px;
    right: 0;
    width: 40px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: var(--primary);
    color: #FFFFFF;
}

.causes-item .causes-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.causes-item:hover .causes-overlay {
    height: 100%;
    opacity: 1;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
}


/*** Donate ***/
/*.donate {
    background: rgba(0, 0, 0, .6);
}*/

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked+label {
    color: var(--primary);
    border-color: var(--primary);
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255,255,255,0.5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255,255,255,0.5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.5);
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.footer p{font-size:18px;}

.redes{}
.redes a i{font-size:22px;color:#f48126;}
.redes a:hover i{color:#fff;}
h1{font-weight:400!important;font-size:34px!important;}
.separador{display:inline-block;padding:8px 0 8px 20px;margin-right:10px;border-right:1px solid #5F5F5F;}
.listados-pie{list-style:none;}
.listados-pie li{margin:6px 0;}
.listados-pie li a{color:#fff;font-size:18px;padding:1px 8px;display:block;}
.listados-pie li a:hover{color:#f48126;}
.redes-pie{}
.redes-pie a i{color:#fff;font-size:22px;}
.redes-pie a:hover i{color:#f48126}
.slogan{font-size:14px;padding-top:26px;font-weight:700;color:#A6A6A6;}

.asunto-form label{display:block;margin:8px 0;}
.postventa{margin:30px 0;}
.postventa h4{font-weight:400;font-size:25px;}
.postventa h4 i{margin-right:10px;}
.modulo-caracteristicas{background-color:rgba(255,255,255,1.00);border-radius:6px;margin:20px 0;padding:20px 20px 4px 20px;}
.lista{margin:20px 0 20px 10px;padding:0;overflow:hidden;list-style:none;}
.lista li{margin:10px 0;padding-bottom:4px;border-bottom:1px solid #F1F0F0;width:50%;float:left;}
.placas, .placas-lil, .placas-nar{padding:0 8px;}
.placas div, .placas-lil div, .placas-nar div{background-color:#893f98;color:#fff;text-align:center;padding:12px;font-size:14px;margin:1px;text-transform:uppercase;border-radius:5px;font-weight:700;}
.placas-lil div, .placas-nar div{margin-bottom:10px;}
.placas-lil div{background: rgba(137,63,152,1);}
.placas-nar div{background: rgba(245,131,40,1);}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: var(--dark);
    }
    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }

	.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}
	.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,1)}
	.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:rgba(255,255,255,0.55)}
	.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}
	.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .nav-link.active{color:#fff}
	.navbar-dark .navbar-toggler{color:rgba(255,255,255,0.55);border:2px solid rgba(255,255,255,1);margin-top:-10px;}
	.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28244,129,38,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
	.navbar-dark .navbar-text{color:rgba(255,255,255,0.55)}
	.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}
	.redes-menu{
		margin:40px 0 0 -10px!important;		
	}
	.redes-menu a i{font-size:22px;color:#fff;}
	.redes-menu a:hover i{color:#fff;}
	.redes-menu .separador{padding:8px 0 8px 0;margin-right:14px;border-right:none;}
	.slogan{font-size:14px;padding-top:26px;color:#fff;display:block;font-weight:400;}
	.slider-tit{font-size:18px!important;margin-left:10%;margin-right:10%;}
	.slider-cop{font-size:15px!important;margin-left:12%;margin-right:12%;}
	.copyright span{display:none;}
	.listados-pie{padding:0!important;}
	.lista li{width:100%;float:none;}
}


/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/
/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding:15px;
	border-bottom:1px solid #1a1a1a;
	background:#893f98;
	transition:all linear 0.15s;
	/* Type */
	font-size:1.200em;
	color:#fff;
	display:block;
	text-align:center;
	border-radius:6px;
	font-weight:700;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background:#f58328;
	/* Type */
	text-decoration:none;
	color:#fff;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;
	display:none;
	overflow:hidden;
}

.contenedor-iconos{overflow:hidden;text-align:center;}
.contenedor-iconos div{margin:15px auto;padding:20px;text-align:center;}
.contenedor-iconos div h1{color:#fff;font-weight:700;text-transform:uppercase;font-size:14px;}

a.links-naranja{color:#fff!important;}
a.links-naranja:hover{color:#f48126!important;}
.esconde-resp{display:block;}
.wsp{position:fixed;bottom:90px;right:26px;z-index:10000;}
.over{-moz-transition: all 0.5s ease-in-out 0s;-webkit-transition: all 0.5s ease-in-out 0s;-o-transition: all 0.5s ease-in-out 0s;transition: all 0.5s ease-in-out 0s;}
.over:hover{filter: grayscale(100%);opacity:0.6}
@media (max-width: 469px) {
.esconde-resp{display:none;}
}

.msg-contacto{margin:0;padding-top:40px; padding-bottom:80px;font-size:18px;}