@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;600&display=swap');

body {
	margin: 0;
	font-family: 'Quicksand', sans-serif;
	width: 100% !important;
	background-color: #FAFAFA !important;
}

a {
	text-decoration: none;
	/*display: unset !important;*/
	font-weight: 300 !important;
}

a:hover {
	text-decoration: none !important;
}

a:visited {
    /*color: unset !important;*/
    color: unset;
}

a, a:active, a:link {
    /*color: unset !important;*/
    text-decoration: none !important;
    color: #333;
}

img {
	border: 0;
}

p {
	margin: 0;
}

input:focus {
	outline: none;
	background-color: #FFF;
}

textarea:focus {
	outline: none;
}

select:focus {
	outline: none;
}

section {
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a[href^=tel] { color: inherit; text-decoration: none; }

::-webkit-input-placeholder { color: #666 !important; } /* WebKit */
:-moz-placeholder { color: #666 !important; } /* Firefox 18- */
::-moz-placeholder { color: #666 !important; } /* Firefox 19+ */
:-ms-input-placeholder { color: #666 !important; } /* IE 10+ */

.row {
  width: 100% !important;
}

.brDisplay {
  display: none;
  margin-top: 3px;
}

hr {
  height: 1px;
  background-color: #CCC;
  border:0;
}

header {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  z-index: 2000;
}

footer {
  width: 100%;
  background-color: #156084;
}

footer.page-footer {
  padding-top: 10px;
  background-color: #4C829C;
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #167491;
}

.contentVideoHome {
  width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;

}

.contentVideoHome iframe {
  width: 100%;
  height: 450px
}

.btnProd {
  background-color: rgba(0,0,0,0.8);
  padding: 10px 5px 10px 5px;
  color: #FFF;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
}

.btnProd:hover {
  background-color: #333;
  cursor: pointer;
}

.btnProd i {
  color: #FFF !important;
  font-size: 18px !important;
}

.btnProd a {
  color: #333;
}

.greyBlue-text {
    color: rgba(255, 255, 255, 0.8) !important;
}

.flexStart {
  justify-content: flex-start !important;
  align-content: flex-start !important;
}

.logo {
	margin: 10px 0px 10px 0px;
}

.logo a {
  float: left;
}

.logoImg {
  width: auto;
}

.logoImgGral {
  width: 150px;
}

.logoResponsiveImg {
  display: none;
}

ul {
  padding-inline-start: 0px;
  margin-block-start: 0em !important;
  margin-block-end: 0em !important;
}

h1 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  color: #4C829C;
  display: none;
}

.top {
  padding-top: 0px;
}

.topHeader {
  width: 100%;
  height: 40px;
  padding: 0 2% 0 2%;
  background-color: #455a64;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
  /*margin-bottom: 10px;*/
}

.topHeader p {
  font-size: 14px;
  color: #FFF;
  margin-right: 40px;
}

.topHeader p i {
  font-size: 16px;
  margin-right: 5px;
  color: #FFF;
}

.topHeader i {
  font-size: 20px;
  color: #FFF;
  margin: 0px 8px 0px 8px;
}

.flexCenterSlide {
  width: 100%;
  /*margin-top: 10%;*/
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
}

.contentIconSlide {
  width: 120px;
  height: auto;
  margin: 25px;
}

.txtIconSlide {
  width: 100%;
  height: 50px;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
}

.txtIconSlide p {
  width: 120px;
  font-size: 18px;
  font-weight: 900;
  color: #FFF;
  text-shadow: 0px 0px 5px #000;
}

.iconSlide {
  width: 100%;
  height: 120px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 100px;

  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
}

.iconSlide i {
  font-size: 64px;
  color: rgba(255,255,255,0.8);
}

.contentTitle {
	width: 100%;
	height: 100px;
	background-color: #558b2f;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
}

.contentSubTitle {
  width: 100%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
}

.contentSubTitle h2 {
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 20px 0px 20px 0px;
}

.contentSubTitle i {
  font-size: 22px;
}

.contentSubTitle h3 {
  width: 100%;
  margin: 0;
  font-size: 28px;
  text-align: left;
  color: #333;
  font-weight: 400;
}

.titleh3Equipo {
  width: 100%;
  margin: 0px 0px 20px 0px !important;;
  font-size: 2.2em !important;
  text-align: center !important;
  color: #26469B;
  font-weight: 400;
}

.bgWhite {
  background-color: #FFF;
  margin: 0px 0px 0px 0px;
  padding: 25px 0px 100px 0px;
}

.bgWhiteGral {
  background-color: #424242;
  margin: 0px 0px 0px 0px;
  padding: 90px 0px 35px 0px;
}

.bgWhiteHomeGral {
  background-color: #424242;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 35px 0px;
}

.bgGrey {
  background-color: #e0e0e0;
  padding: 25px 0px 100px 0px;
}

.bgGreyVideos {
  background-color: #333;
  padding: 25px 0px 30px 0px;
}

.titleVideo p {
  margin-top: 15px;
  font-size: 16px !important;
  font-weight: 300 !important;
}

.h2TitleVideos {
  color: #FFF !important;
}

.bgGreyGral {
  background-color: #e0e0e0;
  padding: 0px 0px 20px 0px;
}

.contentSubTitle p {
  text-align: justify;
  color: #333;
  margin-bottom: 20px;
  margin-top: 0px;
}

#NavDetail {
  width: 100%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
}

.contentTitle h1 {
	font-family: 'Quicksand', sans-serif;
	font-size: 34px;
	color: #FFF !important;
	font-weight: 800;
  display: block;
}

.container {
	width: 90%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
  margin-top: 50px;

	flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
}

.contentSite {
  width: 95%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
  padding-top: 20px;

  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-self: center;
  align-content: flex-start;
  align-items: center;
}

.contentTopProdSite {
  width: 90%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
  margin-top: 140px;
}

.contentProdSite {
  width: 90%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
}

.marginSection {
  margin-top: 35px;
}

.flexCenter {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.flex {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.flexMenu {
  width: 100%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
  padding-top: 160px;
  margin-bottom: 0px;

  background-color: #FAFAFA;
}

.flexProdMenu {
  width: 100%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
  margin-bottom: 0px;

  background-color: #eeeeee;
}

.contentFilter {
	width: 20%;
	min-height: 100px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: flex-start;
  	align-content: center;
  	align-items: center;
}

.contentDetailProducts {
  width: 100%;
  padding: 0 1% 1% 1%;
  min-height: 500px;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  align-self: flex-start;
  align-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.contentProducts {
	width: 80%;
	min-height: 500px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: flex-start;
  	align-content: flex-start;
  	align-items: center;
}

.ui-accordion .ui-accordion-content {
  padding: 5px !important;
}

.ui-accordion .ui-accordion-content span {
  vertical-align: middle !important;
  font-size: 20px !important;
}

.contentCarrito {
  width: 100%;
  padding: 1%;
  min-height: 500px;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  align-self: flex-start;
  align-content: flex-start;
  align-items: center;
}

.accordion-section {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.contentSearch {
	width: 100%;
	margin: 20px 0px 15px 0px;
}

.contentSearch input {
	width: 95%;
	border: 1px solid #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 1.5%;
	font-family: 'Quicksand', sans-serif;
	color: #333;
	font-size: 14px;
 /*
  background-size: 25px;
  background-image: url("../images/lupita.svg");
  background-repeat: no-repeat;
  background-position-y: 12px;
  background-position-x: 98%;*/
  border-color: #EEEEEE;
}

.accordion-section-titleStore i {
	float: right;
}

.productsFound {
	width: 100%;
  margin:20px 0px 20px 0px;
}

.productsFound p {
	width: 90%;
	margin-left: 3%;
	text-align: left;
	font-family: 'Quicksand', sans-serif;
	color: #333;
	font-size: 14px;
	margin-bottom: 5px;
  margin-top: 5px;
}

.contentBoxProducts {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.contentBoxConocenos {
  width: 100%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
    justify-content: space-around;
    text-align: left;
    align-self: center;
    align-content: center;
    align-items: center;
}

.contentBoxConocenos p {
  width: 100%;
  text-align: left !important;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 20px;
}

.boxProducts {
	width: 250px;
	height: 350px;
	padding: 15px;
	margin: 15px;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

.imgProducts {
	width: 100%;
	height: 210px;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.imgProducts img {
	max-width: 180px;
}

.titleProducts {
	width: 100%;
	height: 35px;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.titleProducts p {
	width: 100%;
	text-align: left;
	font-family: 'Quicksand', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 800;

}

.priceProducts {
	width: 100%;
	height: 35px;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.priceProducts p {
	width: 100%;
	text-align: left;
	font-family: 'Quicksand', sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 800;

}

.btnProducts {
	width: 100%;
	height: 50px;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
}

.btnAddCart {
	width: 100%;
	height: 40px;
	text-align: center;
	background-color: #3167EB;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	transition: all 0.3s;
}

.btnAddCart p {
	font-family: 'Quicksand', sans-serif;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
}

.btnAddCart i {
	font-size: 20px;
	vertical-align: middle;
}

.btnAddCart:hover {
	cursor: pointer;
	background-color: #1142B3;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    z-index: 300;
    vertical-align: middle;
   /* border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
}

.tooltip a {
	color: #FFF;
	transition: all 0.3s;
}

.tooltip a:visited {
	color: #FFF;
}

.tooltip a:hover {
	color: #CCC;
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 120px;
    font-size: 14px;
    background-color: rgba(0,0,0,0.3);
    color: #FFF;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(0,0,0,0.3) transparent;
}

.tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#cantOrder {
    font-family: 'Quicksand', sans-serif;
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    margin-top: 14px !important;
    margin-left: 20px !important;
    color: #ECEFF1 !important;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #FF1744;
    border:0;
    padding: 0px !important;
}

/* BOTONERA */
ul, ol {
  list-style:none;
}

.nav > li {
  float:left;
}

.nav li {
  margin-left: 5px;
  background-color: #eceff1;
}

.nav li a {
  
  color:#333 !important;
  text-decoration:none;
  display:block;
  font-weight: 600 !important;
  font-size: 14px;
  padding: 15px 10px 15px 10px;
  transition: 0.3s;
}

.nav li a:hover {
  color: #000;
}

.nav li:hover {
  color:#607d8b !important;
}

.nav li ul {
  display:none;
  position:absolute;
  min-width:140px;
}

.nav li ul > li {
  margin-left: 0px !important;
}

.nav li > ul {
  background-color: #000;
  padding: 0px;
}

.nav li > ul li a {
  color: #666;
  border-bottom: 2px solid #FFF;
  font-size: 12px;
  text-align: left;
  padding: 15px;
}

.nav li:hover > ul {
  display:block;
}

.nav li ul li {
  position:relative;
}

.nav li ul li ul {
  right:-245px;
  top:0px;
  width: 250px !important;
  overflow: hidden;
  font-size: 14px !important;
}

/*
.nav {
  width: 100%;
  background-color:#080808;
  display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.nav > li {
  float:left;
}

.nav li a {
  background-color:#080808;
  color:#fff;
  text-decoration:none;
  display:block;
  font-size: 18px;
  text-align: left;
  padding: 3px;
}

.nav li a:hover {
  background-color:#00A0C6;
}

.nav li ul {
  display:none;
  position:absolute;
  max-width:300px;
  z-index: 9999;
}

.nav li:hover > ul {
  display:block;
}

.nav li ul li {
  position:relative;
  text-align: left;
  
}

.nav li ul li ul {
  right:-140px;
  top:0px;
}

*/
ul {
  padding-inline-start: 0px;
}

.titleGral {
  width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    margin-top: 40px;
}

.titleGral h2 {
    font-family: 'Quicksand', sans-serif;
    color: #29235C;
    text-align: left;
    font-size: 54px;
    font-weight: 400;
    margin-bottom: 0px;
}

.titleGral p {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    padding-left: 0px;
    color: #29235C;
}

.contentLoginForm {
    width: 100%;
    height: auto;
    background-color: #C06;
    margin-top: 20px;
    margin-bottom: 80px;
    padding: 1.5%;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.col2 {
    width: 49%;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: flex-start;
    align-content: center;
    align-items: center;
}

.titleForm {
    width: 100%;
    height: auto;
    margin-left: 10px;
}

.titleForm p {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    font-weight: 300;
    color: #FFF;
    font-size: 26px;
}

.contentInputForm {
    width: 100%;
    margin-top: 50px;
}

.contentInputForm form {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.labelForm {
    width: 110px;
    height: 40px;
}

.labelForm p {
    color: #FFF;
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin-top: 12px;
}

.inputForm {
    width: 320px;
    text-align: left;
}

.inputCheckForm {
    width: 35px;
    text-align: left;
}

.inputForm input {
    width: 100%;
    height: 38px;
    text-align: left;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding: 6px;
}

.btnForm {
    width: 90px;
    height: 40px;
    text-align: center;
    border: 0;
    background-color: #0d47a1;
    margin-left: 122px;
    margin-top: 12px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    transition: all 0.3s;
}

.btnForm p {
    font-size: 14px;
    color: #FFF;
    font-family: 'Quicksand', sans-serif;
}

.btnFormReg {
    width: 290px;
    height: 40px;
    text-align: center;
    background-color: #0d47a1;
    margin-top: 27px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    transition: all 0.3s;
}

.btnFormReg p {
	color: #FFF;
	font-family: 'Quicksand', sans-serif;
}

.lineVertForm {
    width: 1px;
    height: 200px;
    background-color: #FAFAFA;
}

.rowForm {
	width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.contentRegForm {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    height: auto;
    margin-top: 50px;
    margin-bottom: 60px;
}

.labelRegForm {
    width: 140px;
    height: 40px;
}

.labelRegForm p {
    color: #333;
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin-top: 12px;
}

.inputRegForm {
    width: 320px;
    text-align: left;
}

.inputRegForm input {
	font-size: 13px;
    margin: 5px 0;
    width: 100%;
    height: 38px;
    font-family: 'Quicksand', sans-serif;
    text-align: left;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding: 6px;
}

.inputRegForm textarea {
  font-size: 13px;
  margin: 5px 0;
  width: 100%;
  height: 100px;
  font-family: 'Quicksand', sans-serif;
  text-align: left;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  padding: 6px;
}

.flexStart {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.btnRegForm {
    width: auto;
    height: 40px;
    text-align: center;
    background-color: #333;
    margin-left: 140px;
    margin-top: 12px;
    padding: 10px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    border: 0;
    transition: all 0.3s;
}

.btnRegForm:hover {
  background-color: #000;
}

.btnRegForm p {
    font-size: 14px;
    color: #FFF;
}

.msgerror {
  width: auto;
  height: auto;
  position: fixed;
  left: 10px;
  bottom: 20px;
  background-color: rgba(255, 23, 68, 0.9);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  padding: auto;
  color: #FFF;
  padding: 20px;
  font-size: 26px;
  display: none;
  z-index: 9000;
  font-family: 'Quicksand', sans-serif;
  font-weight: 800;
}

.msg {
  min-width: auto;
  height: auto;
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: rgba(0,0,0,0.6);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  line-height: 20px;
  text-align: center;
  padding: 10px;
  color:#FFF;
  font-size: 16px;
  display: none;
  z-index: 20000;
  display: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

#cargando {
  width: auto;
  height: auto;
  position: fixed;
  left: 10px;
  bottom: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  padding: auto;
  color: #FFF;
  padding: 20px;
  font-size: 26px;
  display: none;
  z-index: 9000;
  font-family: 'Quicksand', sans-serif;
  font-weight: 800;
}

#cargando p {
  float: left;
}

#cargando i {
  left: inherit;
}

#cargando img {
  vertical-align: middle;
}

/* LIST */
.contentList {
  width: 100%;
  height: auto;
  float: left;
}

.contenedor {
    display: table;
    width: 100%;
    text-align: center;
    border-top: 1px solid #EEEEEE;
    margin: 0 auto;
}
.filaPar {
    display: table-row;
}

.filaImpar {
    display: table-row;
    background-color: #EEEEEE;
}

#headerList {
  background-color: #A1196B;
  color: #FFF;
  height: 45px;
}

.columna {
    display: table-cell;
    vertical-align: middle;
    padding: 3px;
    border-bottom: 1px solid #EEEEEE;
}

.columna input {
  width: 40px;
  padding: 5px;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  margin-left: 10px;
}

.contentTotales {
  width: 100%;
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
}

.obsCarrito {
  width: 100%;
  height: auto;
  float: left;
}

.obsCarrito textarea {
  width: 80%;
  height: 80px;
  float: left;
  margin-left: 10%;
  border: 1px solid #CCC;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color: #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 15px;
}

.btnVolver {
  width: auto;
  height: auto;
  float: left;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
  background-color: #78909C;
  cursor: pointer;
  text-align: center;
  margin-left: 5%;
  transition: all 0.3s;
}

.contentBtnCarrito {
  width: 100%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: center;
}

.btnAceptarPedido {
  width: auto;
  height: auto;
  margin:20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background-color: #2C215D;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.btnAceptarPedido:hover {
  background-color: #FF5D02;
}

.btnAceptarPedido i {
  font-size: 24px;
}

.btnGuardarPedido i {
  font-size: 24px;
}

.btnGuardarPedido {
  width: auto;
  height: auto;
  margin:20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  color: #FAFAFA;
  background-color: #1976D2;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.btnGuardarPedido:hover {
  background-color: #0D47A1;
}

.btnCancelarPedido i {
  font-size: 24px;
}

.btnCancelarPedido {
  width: auto;
  height: auto;
  margin:20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  color: #FAFAFA;
  background-color: #F50057;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.btnCancelarPedido:hover {
  background-color: #D50000;
}

.btnActualizarJuguete {
  width: 60%;
  height: auto;
  margin-left: 20%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 17px;
  font-weight: 300;
  color: #FFF;
  background-color: #28235D;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}

.btnActualizarJuguete:hover {
  background-color: #2B65FF;
}

.btnBorrarJuguete {
  width: 80%;
  height: auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 17px;
  font-weight: 300;
  color: #FFF;
  background-color: #E53935;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}

.btnBorrarJuguete:hover {
  background-color: #B51C17;
}

.nameHeader {
  float: left;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 400;
  margin-top: 5px;
  color: #333;
}

.checkSesion {
  width: 25px !important;
  height: 25px !important;
}

.label {
  width: 100%;
  text-align: left;
}

.label p {
  padding: 3px;
  text-align: left;
  margin: 0;
  vertical-align: middle;
  background-color: #f5f5f5;
  font-size: 16px !important;
}

.label span {
  vertical-align: middle;
  font-size: 16px !important;
  color: #d50000;
  margin-right: 5px;
  transition: all 0.3s;
}

.label span:hover {
  color: #b71c1c;
  cursor: pointer;
}

#msgRegister {
  min-width: 200px;
  height: 100px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #3483FA;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  line-height: 20px;
  text-align: center;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color:#FFF;
  font-size: 16px;
  display: none;
  z-index: 20000;
  
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

#msgRegister i {
  color: #FFF;
}

.btnBack {
  float: left;
  padding: 5px;
  margin-top: 10px;
  background-color: #CCC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.3s;
}

.btnBack p {
  color: #FFF;
  font-size: 14px !important;
  vertical-align: middle;
  margin: 0;
}

.btnBack span {
  font-size: 28px !important;
  color: #fff;
  vertical-align: middle;
}

.btnBack:hover {
  background-color: #333;
}

.externalmessage {
  position: absolute;
  top: 50%; /* Buscamos el centro horizontal (relativo) del navegador */
  left: 50%; /* Buscamos el centro vertmountTotalical (relativo) del navegador */
  width: 400px; /* Definimos el ancho del objeto a centrar */
  height: 230px; /* Definimos el alto del objeto a centrar */
  margin-top: -80px; /* Restamos la mitad de la altura del objeto con un margin-top */
  margin-left: -200px; /* Restamos la mitad de la anchura del objeto con un margin-left */
  box-shadow: 0px 0px 30px #666;
  background-color: #FFF;
  padding: 25px;
  z-index: 99999;
  display: none;
}

.externalmessage b {
  width: 100%;
  text-align: center;
  color: #558b2f !important;
  font-weight: 900;
  font-size: 20px;
}

.externalmessage span {
  font-size: 16px;
  color: #000;
  font-weight: 900;
}

.externalmessage p {
  width: 100%;
  text-align: center;
  color: #333;
}

.btnCerrar {
  background-color: #8bc34a;
  padding: 10px;
  width: 100px;
  float: right;
  margin-top: 20px;
  transition: all 0.3s;
}

.btnCerrar p {
  font-size: 16px;
  color:#FFF;
}

.btnCerrar:hover {
  cursor: pointer;
  background-color: #33691e;
}

.message {
  width: auto;
  min-height: 50px;
  box-shadow: 0px 0px 40px #CCC;
  -webkit-box-shadow: 0px 0px 40px #CCC;
  -moz-box-shadow: 0px 0px 40px #CCC;
  -o-box-shadow: 0px 0px 40px #CCC;
  position: fixed;
  bottom: 110px;
  color: #FFF;
  left: 10px;
  text-align: center;
  padding: 20px;
  display: none;
  /*background-color: rgba(255,255,255,0.8);*/
  z-index: 2000;
  margin: 0;
}

#txtMessage {
  font-size: 20px;
  color: #FAFAFA;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

#txtMessage i {
  font-size: 24px;
}

.txtEnvios {
  width: 100%;
  float: right;
  margin-top: 15px;
  text-align: left;
}

.txtEnvios p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  font-weight: 300;
}

.txtEnvios i {
  font-size: 14px;
  color:#666;
}

.txtEnvios b {
  color: #A1196B;
  font-weight: 800;
}

.fixed {position:fixed; top:0; left:0; z-index:300; width:100%; padding: 5px 0px 5px 0px; background-color: rgba(0,0,0,0.5); align-items: center !important;}
.displayNone {display: none;}
.logoChico {
  width: 200px;
}
.logoRespChico {
  display:block;
}


.btnWhatsapp {
  width: 50px;
  height: 50px;
  position: fixed;
  background-color: #41c300;
  font-size: 34px !important;
  font-weight: 400 !important;
  color: #FAFAFA !important;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  padding: 4px 0px 10px 10px;
  bottom: 10px;
  right: 10px;
  transition: all 0.3s;
  z-index: 9000;
}

.btnWhatsapp:hover {
  background-color: #008b00;
  cursor: pointer;
  color: #FAFAFA !important;
}

.btnCuenta {
  background-color: #FF5D01;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  margin-top: 15px;
  vertical-align: middle;
  transition: all 0.3s;
}

.btnCuenta p {
  color: #FFF;
  padding: 10px;
  font-size: 14px;
  font-weight: 800;
  vertical-align: middle;
}

.btnCuenta i {
  vertical-align: middle;
  font-size: 18px;
}

.btnCuenta:hover {
  background-color: #2C215D;
  cursor: pointer;
}

.btnSelProd {
  background-color: #2C215D;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  margin-top: 15px;
  vertical-align: middle;
  transition: all 0.3s;
}

.btnSelProd p {
  color: #FFF;
  font-weight: 800;
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
}

.btnSelProd i {
  vertical-align: middle;
  font-size: 18px;
}

.btnSelProd:hover {
  background-color: #FF5D01;
  cursor: pointer;
}

.logoMP {
  width: 120px;
}

#carritos {
  font-size: 16px;
  color: #2C215D;
  font-weight: 800;
}

#carritos span {
  font-size: 16px;
  font-weight: 800;
  color: #000;
  margin-bottom: 15px;
}

.subTitleCuenta {
  font-size: 14px !important;
}

.ui-widget {
  width: 100% !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 0px solid #003eff !important;
  background: #CC0066 !important;
  font-family: 'Montserrat', sans-serif !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0px solid #003eff !important;
  background: #3A4554 !important;
  font-family: 'Montserrat', sans-serif !important;
  color: #FFF !important;
}

.flexEdadCenter {
  width: 90%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 5%;
}

.boxEdad {
  width: 15%;
  height: 300px;
  margin: 1%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
  position:relative;
  color: white;
  background-color: #FFF;
  z-index:1;

  transition: all 0.3s;
}

.boxEdad p {
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  font-weight: 600;
  position: absolute;
  margin-top: 250px;
}

.boxEdad:hover {
  box-shadow: 0px 0px 30px #CCC;
  -webkit-box-shadow: 0px 0px 30px #CCC;
  -moz-box-shadow: 0px 0px 30px #CCC;
  -o-box-shadow: 0px 0px 30px #CCC;
  cursor: pointer;
}

.boxEdad:hover::after {
  /*background:rgba(0,0,0,0.8);*/
}

.boxEdadSmall {
  width: 150px;
  height: 150px;
  margin: 10px;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -o-border-radius: 80px;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
  position:relative;
  color: white;
  background-color: #FFF;
  z-index:1;

  transition: all 0.3s;
}

.boxEdadSmall:hover {
  box-shadow: 0px 0px 20px #000;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  -o-box-shadow: 0px 0px 20px #000;
  cursor: pointer;
}

.boxEdadSmall:hover::after {
  /*background:rgba(0,0,0,0.8);*/
}

.txtBgRedGral {
  margin-top: 190px;
  color: #FFF;
  font-size: 14px;
  font-weight: 800;
}

.bgEdadGral1 {
  background-image: url("../images/gavetascat.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdadGral2 {
  background-image: url("../images/bandejas.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdadGral3 {
  background-image: url("../images/cajafuertesconllave.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdadGral4 {
  background-image: url("../images/cajasenchufe.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdadGral5 {
  background-image: url("../images/gavetas.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgCat6 {
  background-image: url("../images/guardallaves.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgCat7 {
  background-image: url("../images/cajasfuertesdigitales.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad1 {
  background-image: url("../images/gavetascat.jpg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.boxEdad::after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:210px;
  /*background:rgba(0,0,0,0.4);*/
  z-index:-1;
  transition: all 0.3s;
}

.bgEdad2 {
  background-image: url("../images/bandejas.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad3 {
  background-image: url("../images/caja.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad4 {
  background-image: url("../images/cajaenchufe.png");
  background-size: auto 80%;
  background-position: center 15px;
  background-repeat: no-repeat;
}

.bgEdad5 {
  background-image: url("../images/gavetas.jpg");
  background-size: auto 80%;
  background-position: center 15px;
  background-repeat: no-repeat;
}

.bgEdad6 {
  background-image: url("../images/btn12.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad7 {
  background-image: url("../images/btn7.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad8 {
  background-image: url("../images/btn8.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad9 {
  background-image: url("../images/btn13.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad10 {
  background-image: url("../images/btn11.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad11 {
  background-image: url("../images/btn3.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad12 {
  background-image: url("../images/btn6.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad13 {
  background-image: url("../images/btn15.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad14 {
  background-image: url("../images/btn14.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad15 {
  background-image: url("../images/intensivos/accidentologia.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad16 {
  background-image: url("../images/intensivos/balistica.jpeg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad17 {
  background-image: url("../images/intensivos/Edicacion especial.jpeg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad18 {
  background-image: url("../images/intensivos/esi.jpeg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad19 {
  background-image: url("../images/intensivos/facturaciondeprestacionesedicas.jpeg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad20 {
  background-image: url("../images/intensivos/investigaciondedelitosinformaticos.jpeg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad21 {
  background-image: url("../images/intensivos/liquidaciondesueldos.jpeg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad22 {
  background-image: url("../images/intensivos/medicinalegal.jpeg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad23 {
  background-image: url("../images/intensivos/papiloscopia.jpeg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad24 {
  background-image: url("../images/intensivos/primerosauxilios.jpeg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}


.bgEdad25 {
  background-image: url("../images/intensivos/psicologiacriminal.jpeg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad26 {
  background-image: url("../images/intensivos/recursoshumanos.jpeg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bgEdad27 {
  background-image: url("../images/intensivos/toxicologiaforense.jpeg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.btnVerMasEdad {
  width: auto;
  height: auto;
  margin-top: 35px;
  padding: 10px;
  background-color: rgba(58, 69, 84, 0.8);
  border-radius: 5px;
  transition: all 0.3s;
}

.btnVerMasEdad:hover {
  background-color: #000;
  cursor: pointer;
}

.btnVerMasEdad:hover p {
  color: #FFF !important;
}

.btnVerMasEdad p {
  width: 100%;
  font-size: 16px !important;
  font-weight: 900 !important;
  color: #FFF !important;
}

.centerFlex {
  width: 100%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.leftColTrayectoria {
  width: 50%;
  padding: 0;
  margin-bottom: 10px;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    align-self: center;
    align-content: center;
    align-items: center;
}

.leftColTrayectoria p {
  width: 100%;
  text-align: left;
  font-family: 'Quicksand', sans-serif;
  color: #2CAC8B;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}

.leftColTrayectoria span p {
  text-align: left;
  font-family: 'Quicksand', sans-serif;
  color: #666 !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}

.alignCenter {
  width: 100%;
  align-self: center !important;
  margin-bottom: 0 !important;
  margin: 0 !important;
}

.pTrayectoria {
  color: #222C52 !important;
}

.col2 {
  width: 47%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: flex-start;
    align-content: center;
    align-items: center;
    margin-top: 15px;
}

.col2 form {
  width: 100%;
  margin-top: 16px;
}

.col2 input {
  width: 100%;
  height: 48px;
  border: 0;
  background-color: #FFF;
  font-size: 16px;
  font-weight: 300;
  padding: 3px;
  margin-bottom: 10px;
  border: 1px solid #f2f2f2;
  background-color: #FFF;
  font-family: 'Quicksand', sans-serif;
  color: #333;
  margin-bottom: 5px;
}

.col2 textarea {
  width: 100%;
  height: 190px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #f2f2f2;
  font-family: 'Quicksand', sans-serif;
  color: #333;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #FFF;
}

.col2 button {
  width: auto;
  height: auto;
  padding: 15px;
  border: 0;
  color: #FFF;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;

  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
    justify-content: flex-start;
    align-self:  flex-start;
    align-content:  flex-start;
    align-items:  flex-start;

    margin-top: 15px;

  background: #3A4554;
  transition: all 1s;
}

.col2 button:hover {
  background: #A79474;
  cursor: pointer;
}

.col2 select {
  display: block;
}

.col2 label {
    font-size: 14px !important;
    color: #333;
    text-align: left;
    width: 100%;
    float: left;
    margin-top: 5px;
}

.titleSedes {
  width: 100%;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  text-align: left;
  font-size: 18px;
  color: #001C42;
  margin-bottom: 15px;
  padding-left: 3%;
}

.contentGallery {
  padding-top: 0px;
}

#nosotros {
  width: 100%;
  height: 0px;
  margin-top: -250px;
}

#contacto {
  width: 100%;
  height: 0px;
  margin-top: -250px;
}

#cursos {
    width: 100%;
    height: 0px;
    margin-top: -250px;
}

.btnWhatsappCurso {
  padding: 5px;
  background-color: #41C300;
  color: #FFF !important;
  font-size: 22px !important;
  float: left;
  margin-top: 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s;
}

.btnWhatsappCurso i {
  color: #FFF;
}

.btnWhatsappCurso:hover {
  background-color: #1B5E20;
}

.courses-detail {
  padding: 25px 25px 15px 25px;
}

.boxSoluciones {
  height :auto !important;
  min-height: 350px !important;
  align-items: flex-start !important;
  padding: 15px;
  text-align: justify;
}

.dateDesc {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.owl-carousel .item {
  height: auto;
  /*
  background-image: url("../imgdata/hombre.jpg"); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 345px;

  display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-self: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    background-color: #FFF;
}

.owl-carousel .item iframe {
  width: 100%;
  height: 350px;
}

.owl-next {
  background: #333 !important;
  font-size: 20px !important;
}

.owl-prev {
  background: #666 !important;
  font-size: 20px !important;
}

.txtInfo {
  width: 100%;
  /*min-height: 160px;*/
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;

  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
  flex-wrap: wrap;
  justify-content: space-around;
  align-self: flex-end;
  align-content: stretch;
  align-items: flex-end;
  margin-top: 350px;
}

.owl-carousel .item b {
  font-weight: 900;
  font-size: 16px;
}

/*
.itemSearch div {
  width: 100%;
  min-height: 100px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}*/

.itemSearch b {
  font-weight: 900;
  font-size: 16px;
}

.contentVideo {
  width: 100%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
  flex-wrap: wrap;
  justify-content: space-around;
  align-self: center;
  align-content: center;
  align-items: center;
}

.boxVideo {
  width: 49%;
  margin: 0.5%;
  padding: 1%;
  background-color: rgba(0, 0, 0, 0.8);
}

.titleVideo {
  width: 100%;
}

.titleVideo p {
  font-size: 22px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 10px;
}

.itemSearch {
  width: 300px;
  height: 530px;
  /*
  background-image: url("../imgdata/hombre.jpg"); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 345px;

  display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-self: flex-start;
    align-content: stretch;
    align-items: flex-end;
    background-color: #FFF;
    margin: 5px;
}

.col2 iframe {
  width: 90%;
  height: 400px;
}

.itemSearch iframe {
  width: 100%;
  height: 350px;
}

.btnDonar {
  padding: 5px 10px 5px 10px;
  background-color: #666;
  color: #FFF !important;
  margin-top: 10px;
  width: 80%;
  float: left;
  margin-left: 10%;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.btnDonar:hover {
  background-color: #333;
}

.acercade {
  width:80%;
  text-align: left;
  line-height: 25px;
}

.descLenght {
  width: 100%;
  font-size: 12px;
}

.contentogos {
  width: 100%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: center;
  align-content: center;
  align-items: center;
}

.contentogos img {
  max-width: 150px;
  max-height: 100px;
  margin: 20px;
}

.contentSearchHome {
	width: 100%;
	margin: 20px 0px 50px 0px;
}

.contentSearchHome input {
	width: 80%;
	border: 1px solid #FFF;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-o-border-radius: 35px;
	padding: 0.5%;
	color: #000;
	font-size: 20px;
  background-color: rgba(255, 255, 255, 0.9);
 /*
  background-size: 25px;
  background-image: url("../images/lupita.svg");
  background-repeat: no-repeat;
  background-position-y: 12px;
  background-position-x: 98%;*/
  border-color: #EEEEEE;
}

.contentSearchGral {
	width: 100%;
	margin: 10px 0px 30px 0px;
}

.contentSearchGral input {
	width: 50%;
	border: 1px solid #FFF;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	padding: 0.7%;
	font-family: 'Lexend', sans-serif;
	color: #000;
	font-size: 14px;
  background-color: rgba(255, 255, 255, 0.9);
 /*
  background-size: 25px;
  background-image: url("../images/lupita.svg");
  background-repeat: no-repeat;
  background-position-y: 12px;
  background-position-x: 98%;*/
  border-color: #EEEEEE;
}

.contentBtnService {
  margin-top: 10px;
  justify-content: center;
}

.btnService {
  width: 35px;
  height: 35px;
  background-color: #EDC129;
  border-radius: 50%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  align-content: center;
  align-items: center;
  margin: 0px 10px 0px 10px;
}

.btnService i {
  font-size: 20px;
  color: #FFF;
}

.titleBuscame {
  width: 100%;
  text-align: center;
  font-size: 18px !important;
  font-weight: 900;
  color: #234A98;
  float: left;
}

.contentInfo {
  width: 100%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: center;
  align-content: center;
  align-items: center;
  font-size: 14px;
}

.contentInfo span {
  width: 100%;
}

.contentDonar {
  width: 100%;
  text-align: center;
}

/* EQUIPO */
.contentEquipo {
  width: 100%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  align-content: center;
  align-items: center;
  margin-top: 25px;
}

.boxEquipo {
  width: 300px;
  height: 365px;
  background-color: #FFF;
  border-radius:  15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -o-border-radius: 15px 15px 15px 15px;
  box-shadow: 10px 10px 30px #DDD;
  margin: 0px 30px 0px 30px;
}

.imgEquipo {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgEquipoCesar {
  background-image: url("../images/cesar2.jpg");
}

.bgEquipoMaxi {
  background-image: url("../images/maxi2.jpg");
}

.titleEquipo {
  width: 100%;
  margin-top: 0px;
  padding: 10px;
}

.nameEquipo {
  width: 100%;
  color: #000;
  font-size: 20px;
  text-align: left;
}

.posEquipo {
  width: 100%;
  color: #666;
  font-size: 16px;
  text-align: left;
}

/* COLABORADORES */
.contentColaboradores {
  width: 100%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  align-content: center;
  align-items: center;
  margin-top: 25px;
}

.boxColaboradores {
  width: 230px;
  height: 270px;
  padding: 30px;
  background-color: #FFF;
  border-radius:  15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -o-border-radius: 15px 15px 15px 15px;
  box-shadow: 10px 10px 30px #DDD;
  margin: 0px 30px 0px 30px;
}

.imgColaborador {
  width: 100%;
  height: 170px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgColaboradorBuja {
  background-image: url("../images/buja.jpg");
}

.bgColaboradorDaniel {
  background-image: url("../images/daniel.jpg");
}

.bgColaboradorGladis {
  background-image: url("../images/cardozo.jpg");
}

.bgColaboradorFabian {
  background-image: url("../images/fabia.jpg");
}

.bgColaboradorStolbizer {
  background-image: url("../images/ltl0eOkU_400x400.jpg");
}

.titleColaboradores {
  width: 100%;
  margin-top: 0px;
  padding: 10px;
}

.nameColaboradores {
  width: 100%;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.posColaboradores {
  width: 100%;
  color: #999;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}

.logoInclusionVideo {
  margin-bottom: 25px;
}

.contentLogos {
  width: 100%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  align-content: center;
  align-items: center;
}

.imgEmpresa {
  float: right;
  width: 400px;
  margin: 0px 0px 0px 25px;
}

.pEmpresa {
  font-size: 18px;
  font-weight: 400;
  text-align: left !important;
}

.owl-stage {
  width: 100%;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  display: -moz-flex;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: flex;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;

  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  align-content: center;
  align-items: center;
}

.owl-item {
  width: auto !important;
  height: 200px !important;
}

.owl-dots {
  display: none;
}