/******************************
*	Community of clean
******************************/
::-webkit-scrollbar {
  /* Webkit */
  width: 0;
  height: 0;
}
.coc {
	font-size: 16px;
}
.coc section {
	margin: 15px 0;
	position: relative;
}
.vid__prin {
	width: 100%;
	background: #000000;
}
.mins {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.vid__cont {
	width: 100%;
	padding-top: 56%;
	position: relative;
	cursor: pointer;
}
.vid__cover {
	z-index: 10;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.vid__cont:hover .vid__cover {
	opacity: 0;
}
.vid__cont::before,
.vid__cont::after {
	content: '';
	position: absolute;
	z-index: 100;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.vid__cont::before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	opacity: .5;
}
.vid__cont:hover::before {
	opacity: .2;
}
.vid__cont::after {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url('../img/play2.svg') center no-repeat;
	background-size: contain;
	width: 35px;
	height: 35px;
}
.vid__cont:hover::after {
	opacity: .2;
}
.vid__cont figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.lb__vid {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background: rgba(0, 0, 0, .5);
}
.vid__player {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 800px;
	max-width: 90%;
}
.btn__clos {
	position: absolute;
	width: 25px;
	right: 0;
	margin-top: -35px;
	cursor: pointer;
}
.head__sec {
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}
.head__sec h3 {
	font-size: 26px;
	margin-bottom: 20px;
}
.head__sec h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
.coc .cbtn {
	margin-top: 50px;
}
.coc .cbtn a {
	display: inline-block;
	padding: 10px 15px;
	max-width: 180px;
	width: 100%;
	color: #0377C4;
	background: #ffffff;
}
.welcome .head__sec {
	padding: 60px 0 0;
}
.welcome .head__sec h3 {
	color: #0377C4;
}
.welcome .cbtn a {
	background: #83D9EA;
	color: #ffffff;
}
.paisaje {
    width: 100%;
    background: url(../img/coc/paisaje.jpg);
    background-position: center bottom;
    background-repeat: repeat-x;
}
.products {
	background: url(../img/coc/back.jpg) center no-repeat;
	background-size: cover;
	color: #ffffff;
	padding: 80px 0;
}
.fil__opt {
	margin-top: 60px;
}
.col__prod {
	width: 210px;
}
.opt__prod {
	width: 100%;
	padding-top: 100%;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	border: 1px solid #ffffff;
	background: rgba(66, 161, 177, .4);
}
.opt__prod:hover,
.opt__prod.active {
	background: #ffffff;
	-webkit-box-shadow: 0 5px 15px 5px rgba(48, 140, 157, .7);
	box-shadow: 0 5px 15px 5px rgba(48, 140, 157, .7);
}
.opt__prod > div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70%;
}
.opt__prod > div figure {
	margin: 0 auto;
	width: 60%;
}
.opt__prod > div svg {
	fill: #ffffff;
}
.opt__prod:hover > div svg,
.opt__prod.active > div svg {
	fill: #0377C4;
}
.opt__prod > div span {
	display: block;
	text-align: center;
	margin-top: 20px;
}
.opt__prod:hover > div span,
.opt__prod.active > div span {
	color: #0377C4;
}
.opt__prod,
.opt__prod > div svg,
.opt__prod > div span {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.prod__detail {
	position: relative;
	z-index: 1000000;
	pointer-events: none;
}
.bg__slide {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.slide__up {
	width: 100%;
	height: 90vh;
	position: fixed;
	background: #F2FDFF;
	top: 10vh;
	left: 0;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	z-index: 1000;
	opacity: 0;
	-webkit-transform: translateY(30%);
	-moz-transform: translateY(30%);
	-ms-transform: translateY(30%);
	-o-transform: translateY(30%);
	transform: translateY(30%);
	transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.slide__up::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 30%;
	top: 99%;
	background: #F2FDFF;
}
.contet__slide {
	-webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 60px 0;
    height: 100%;
}
.prod__detail.active {
	pointer-events: all;
}
.prod__detail.active .bg__slide {
	opacity: 1;
}
.prod__detail.active .slide__up {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.close__slide {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	width: 25px;
	z-index: 100;
}
.content__info {
	color: #707070;
	padding-bottom: 40px; 
}
.head__category {
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
	position: relative;
}
.head__category figure {
	margin: 0 auto 10px;
	width: 100px;
}
.head__category figure svg {
	fill: #0377C4;
}
.cont__subcate + .cont__subcate {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #e2e2e2;
}
.arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 30px;
	cursor: pointer;
}
.aPrev {
	left: 0;
	background: url(../img/coc/aprev.svg) center no-repeat;
	background-size: contain;
}
.aNext {
	right: 0;
	background: url(../img/coc/anext.svg) center no-repeat;
	background-size: contain;
}
.head__category span,
.cont__subcate h3 {
	color: #0377C4;
	font-size: 24px;
	text-align: center;
}
.cont__subcate h3 {
	margin-bottom: 30px;
}
.prod__scroll {
	text-align: center;
	-webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
}
.fil__scroll {
	display: inline-block;
}
.fil__scroll > div {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.fil__scroll > div > div {
	padding: 0 15px;
}
.col__scroll {
	width: 230px;
    text-align: left;
}
.col__scroll + .col__scroll {
	margin-left: 40px;
}
.img__prod {
	margin: 0 auto 10px;
	width: 70%;
}
.img__prod img {
	margin: 0 auto;
	display: block;
}
.all__prod {
	text-align: center;
	margin-bottom: 60px;
	color: #0377C4;
}
.tittle__prod {
	
}
.col__scroll .cbtn {
	text-align: center;
	margin-top: 20px;
}
.col__scroll .cbtn a {
	background: #6FCAD9;
	color: #ffffff;
	max-width: 200px;
}
.col__scroll .cbtn a span {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 15px;
	background: url(../img/coc/arNext.svg) center no-repeat;
	background-size: contain;
	margin-left: 5px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.col__scroll .cbtn a:hover span {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}
.prod__category {
	display: none;
}
.mision {
	background: url(../img/coc/back02.jpg) center no-repeat;
	background-size: cover;
	color: #ffffff;
}
.paisaje02 {
    width: 100%;
    background: url(../img/coc/paisaje02.png);
    background-position: center bottom;
    background-repeat: repeat-x;
}
.numb {
	position: absolute;
	width: 500px;
	max-width: 40%;
	top: 10%;
	animation-name: nube;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	opacity: .6;
}
@keyframes nube {
   from {
		left: -20%;
   }
   to { 
		left: 100%;
   }
}
.cont__filter {
	margin-bottom: 60px;
}
.filter__options {
	background: #ffffff;
}
.titl__sect {
	font-size: 20px;
	margin-bottom: 20px;
}
.fil__bloq label,
.btn__clear label {
	font-weight: normal;
	cursor: pointer;
}
.btn__clear input {
	display: none;
	color: #0377C4;
}
.btn__clear label {
	color: #0377C4;
}
.opt__select {
	padding: 3px 8px;
}
.title__opt {
	padding: 12px 8px;
	cursor: pointer;
	position: relative;
}
.title__opt.active {
	color: #0377C4
}
.title__opt.active .arr__ti {
	-webkit-transform: translateY(-50%) rotateX(180deg);
	-moz-transform: translateY(-50%) rotateX(180deg);
	-ms-transform: translateY(-50%) rotateX(180deg);
	-o-transform: translateY(-50%) rotateX(180deg);
	transform: translateY(-50%) rotateX(180deg);
}
.arr__ti {
	width: 10px;
	height: 10px;
	background: url('../img/coc/aDown.svg') center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 8px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.box__filter {
	display: none;
	background: #f9f9f9;
}
.head__catego {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 30px;
	text-align: center;
}
.item {
	margin-bottom: 50px;

	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.col__scroll + .col__scroll { margin-left: 0; }
.grid__content .col__scroll span { display: block; }
.grid__content .col__scroll span + span,
.grid__content .col__scroll h4 + span { margin-top: 10px; }

/******************************
*	Mobile
******************************/
/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
.item {
	width: 100%;
}
.info__prod {
	margin: 0 auto;
	max-width: 240px;
}
.title__opt {
	padding: 12px 0;
    font-size: 12px;
}
.fil__bloq + .fil__bloq {
	margin-left: 8px;
	padding-left: 8px;
}
.arr__ti {
    right: 3px;
}
}
@media (min-width : 480px) {
.grid__content {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px;
}
.item {
	padding: 0 15px;
}
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
.item {
	width: 50%;
}
}
/* Small Devices, Nav */
@media (max-width : 767px) {
.mins {
    padding: 8px 8px 8px 0px;
}
.vid__min {
	width: 50%;
	padding-left: 8px;
}
.vid__min:nth-child(1) {
	margin-bottom: 8px;
}
.paisaje {
    width: 100%;
    padding-bottom: 400px;
    background-size: 1300px;
    margin-top: -80px;
    animation-name: moveback;
	animation-duration: 100s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes moveback {
   from {
		background-position: 0px 0px;
   }
   to { 
		background-position: -1300px 0px;
   }
}
.col__prod {
	margin: 0 auto;
}
.col__prod + .col__prod {
	margin-top: 40px;
}
.mision .head__sec {
	margin: 60px 0 0;
}
.paisaje02 {
    width: 100%;
    padding-bottom: 400px;
    background-size: 1300px;
    margin-top: -40px;
    background-position: 100% 0px;
}
.numb {
	animation-duration: 30s;
}
.opt__fil {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.opt__fil > div {
	width: 33.33%;
}
.fil__bloq + .fil__bloq {
	border-left: 1px solid #ECECEC;
}
#options__fil {
	position: relative;
}
.btn__clear {
	position: absolute;
	top: -40px;
	right: 0;
}
.filter {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 0;
    z-index: 1000;
    margin-bottom: 30px;
    padding-top: 5px;
    background: #ffffff;
}
.box__filter {
	position: absolute;
	top: calc(100% - 5px);
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 5px 15px 0px rgb(0, 0, 0, .2);
    box-shadow: 0 5px 15px 0px rgb(0, 0, 0, .2);
}
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
.mins {
    padding: 10px 10px 10px 0px;
}
.vid__min {
	width: 25%;
	padding-left: 10px;
}
.paisaje {
    padding-bottom: 32%;
    background-size: cover;
    margin-top: -7%;
    pointer-events: none;
}
.fil__opt {
	margin-top: 60px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.col__prod + .col__prod {
	margin-left: 30px;
}
.mision .head__sec {
	margin-top: 120px;
}
.paisaje02 {
    padding-bottom: 30%;
    background-size: cover;
    pointer-events: none;
    margin-top: -3%;
}
.numb {
	animation-duration: 80s;
}
.cont__filter {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.filter {
	width: 250px;
	min-width: 250px;
}
.filter__product {
	width: calc(100% - 250px);
	padding-left: 30px;
}
.filter__options {
	top: 50px;
	position: sticky;
}
.fil__bloq + .fil__bloq {
	border-top: 1px solid #ECECEC;
}
.btn__clear {
	padding-left: 8px;
	margin-top: 30px;
}

}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
.item {
	width: 50%;
}
}
@media (min-width : 992px) {
.item {
	width: 33.33%;
}
}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}
























