@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;500;700&display=swap');

body {
	margin: 0;
	font-family: 'Comfortaa', cursive;
	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;
}

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: space-around;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
  /*background-color: #FAFAFA;*/
  position: fixed;
  z-index: 2000;
}

footer {
  width: 100%;
  background-color: #FF0000;
  margin-top: 45px;
}

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

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

.btnProd {
  background-color: rgba(0,0,0,1);
  padding: 10px;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s;
}

.btnProd:hover {
  background-color: #FF0000;
  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 {
	float: left;
}

.logo a {
  float: left;
}

.logoImg {
  width: 450px;
  margin-top: 4px;
}

.logoResponsiveImg {
  display: none;
}

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

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

.top {
  padding-top: 145px;
}

.topHeader {
  width: 100%;
  height: auto;
  padding: 15px 0 15px 0;
  background-color: #FFF;
  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;
}

.topHeader p {
  font-size: 14px;
  color: #FF0000;
}

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

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

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

.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: flex-start;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
}

.contentSubTitle h2 {
  width: 100%;
  font-size: 30px;
  font-weight: 400;
  color: #3A4554;
  text-align: left;
  padding: 10px 0px 5px 0px;
}

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

#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: center;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;

  background-color: #000;
}

.contentTitle h1 {
	font-family: 'Comfortaa', cursive;
	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: 190px;

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

.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;
}

.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;
}

.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: 'Comfortaa', cursive;
	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: 'Comfortaa', cursive;
	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: 'Comfortaa', cursive;
	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: 'Comfortaa', cursive;
	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: 'Comfortaa', cursive;
	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: 'Comfortaa', cursive;
    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;
}

nav li {
    list-style-type: none;
    vertical-align: middle;
    margin: 0px 2px 0px 2px;
}

nav .tooltip i {
	font-size: 24px;
	color: #FFF;
	transition: all 0.3s;
}

nav .tooltip i:hover {
	color: #666;
	cursor: pointer;
}

.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: 'Comfortaa', cursive;
    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: 'Comfortaa', cursive;
}

.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: 'Comfortaa', cursive;
}

.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: 'Comfortaa', cursive;
    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: 'Comfortaa', cursive;
  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: #3A4554;
    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: #6C0000;
}

.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: 'Comfortaa', cursive;
  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: 'Comfortaa', cursive;
  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: 'Comfortaa', cursive;
  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: 'Comfortaa', cursive;
  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%; background-color: rgba(255,255,255,0.9);border-bottom: 1px solid #CCC;}
.displayNone {display: none;}
.logoChico {
  /*width: 100px;*/
}
.logoRespChico {
  width: 100px !important;
}


.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: 8px 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: 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;
}

.boxEdad {
  width: 13%;
  height: 300px;
  margin: 0.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;
  z-index:1;

  transition: all 0.3s;
}

.boxEdad:hover {
  background-size: auto 105%;
  cursor: pointer;
}

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

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

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

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

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

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

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

.bgEdad6 {
  background-image: url("../images/btn6.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;
}

.boxEdad p {
  width: 100%;
  font-size: 20px;
  color: #FFF;
  text-shadow: 0px 0px 20px #000;
  font-weight: 900;
}

.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: 'Comfortaa', cursive;
  color: #2CAC8B;
  font-size: 16px;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 20px;
}

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

.alignCenter {
  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-right: 3%;
}

.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: 'Comfortaa', cursive;
  color: #333;
  margin-bottom: 5px;
}

.col2 textarea {
  width: 100%;
  height: 190px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #f2f2f2;
  font-family: 'Comfortaa', cursive;
  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: 'Comfortaa', cursive;
  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: 'Comfortaa', cursive;
  font-weight: 300;
  text-align: left;
  font-size: 18px;
  color: #001C42;
  margin-bottom: 15px;
  padding-left: 3%;
}

.contentGallery {
  padding-top: 50px;
}

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

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

.slideResponsive {
  display: none !important;
}