@import url(https://fonts.googleapis.com/css?family=Varela+Round);

@keyframes background {
 	0%{background-color: rgba(255, 23, 68, 1);}
 	50%{background-color: rgba(0,126,187,1);}
	100%{background-color: rgba(85, 139, 47, 1);}
	}

@-webkit-keyframes background {
	
 	0%{background-color: rgba(255, 23, 68, 1);}
 	50%{background-color: rgba(0,126,187,1);}
	100%{background-color: rgba(85, 139, 47, 1);}
	}

@-moz-keyframes background {
	
 	0%{background-color: rgba(255, 23, 68, 1);}
 	50%{background-color: rgba(0,126,187,1);}
	100%{background-color: rgba(85, 139, 47, 1);}
	}

body {
	margin:0;
	font-family: 'Varela Round', sans-serif;
	background-color: #F2F2F2;
}

header {
	width: 100%;
	height: auto;
	float: left;
	position: fixed;
	top: 0;
	border-bottom: 2px solid #CCC;
	background-color: rgba(255,255,255,0.92);
	z-index: 1000;
}

a {
	text-decoration: none;
}

input:focus {
	outline: none;
}

select:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.contentHeader {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1000;
}

.titleHome {
	width: 100%;
	text-align: left;
	font-family: 'Varela Round', sans-serif;
  font-size: 22px;
  color: #FF1744;
  margin: 10px 0px 0px 20px;
  font-weight: normal;
}

.titleHome a {
  color: #FF1744 !important;
}

nav {
	margin: 0;
}

.botonera nav ul {
	float: right;
	margin: 0;
}

.botonera nav li {
	width: auto;
	height: 21px;
	float: left;
	color: #FFF;
	font-size: 15px;
	list-style-type: none;
	text-align: center;
	margin: 2px;
	padding: 8px 6px 8px 6px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	cursor: pointer;
	background-color: #2983D7;
	transition:all 0.5s;
}

.botonera nav li:hover {
	list-style-type: none;
	background-color: #1B578D;
}

.horario {
	width: 55%;
	text-align: right;
	float: right;
	margin: 0px 10px 5px 0px;
	color: #333;
}

h3 {
	font-family: 'Varela Round', sans-serif;
	font-size: 34px;
	color: #FF1744;
	text-align: center;
	font-weight: normal;
}

footer {
	width: 100%;
	height: 150px;
	float: left;
	background-color: #FAFAFA;
	margin-top: 25px;
}

.logoMenu {
	width: 80%;
	float: left;
	display: none;
	text-align: center;
}

.floatMarginTop {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.marginTop {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 120px;
}

.Subtitles {
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Varela Round', sans-serif;
	font-size: 24px;
	color: #2983D7;
	text-align: left;
	text-align: center;
	margin-bottom: 25px;
}

.titles {
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Varela Round', sans-serif;
	font-size: 24px;
	color: #2983D7;
	text-align: left;
	text-align: center;
}

.titles a {
	color: #2983D7;
	text-decoration: none;
	transition: all 0.3s;
}

.titles a:hover {
	color: #000;
	text-decoration: underline;
}

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

.centerFace {
	width: auto;
	height: auto;
}

.centerFace iframe {
	min-width: 540px;
}

.infoHome {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 26px;
	color: #FFF;
	background-color: #2983D7;
	-webkit-animation:background 30s infinite;
	-moz-animation:background 30s infinite;
	animation:background 30s infinite;
	transition: all 0.3s;
}

.infoHome:hover {
	font-size: 28px;
	cursor: pointer;
}

.infoHome p {
  font-size: 16px !important;
  color: #FFF !important;
}

.btnSecond {
	width: auto;
	height: auto;
	float: left;
	color: #FFF;
	font-size: 16px;
	list-style-type: none;
	text-align: center;
	margin: 5px;
	padding: 10px;
	cursor: pointer;
	transition:all 0.5s;
}

.btnSecond:hover {
	list-style-type: none;
}

.btnSocial {
	color: #2983D7 !important;
	background-color: inherit;
	font-size: 30px !important;
	float: left;
	background-color: inherit !important;
}

.btnSocial:hover {
	background-color: inherit;
	color: #1B578D;
}

.firstBtn {
	margin-top: 10px;
	padding: 0 !important;
}

.secondBtn {
	margin-top: 0px;
}

.tercBtn {
	margin-top: 0px;
}

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

.floatFilter {
	width: 100%;
	height: auto;
	float: left;
	background-color: #ECEFF1;
}

.centerArtHome {
	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;

}

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

.centerQuienesSomos article {
	margin:0;
	font-size: 20px;
	color: #333;
	text-align: justify;
	padding: 20px;
}

.float {
	width: 100%;
	height: auto;
	/*float: left;*/
	text-align: center;

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

.logo {
	width: 30%;
	height: auto;
	float: left;
	text-align: center;
}

.botonera {
	width: 70%;
	height: auto;
	float: left;
}

.contentTitle {
	width: 100%;
	float: left;
	margin-top: 10px;
	text-align: center;
}

.btnGral {
	width: auto;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #8BAC06;
	list-style-type: none;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 10px;
	margin: 15px;
	cursor: pointer;
	border: 1px solid #799605;
	box-shadow: 0px 4px 0px #5F7504;
	transition:all 0.4s;
}

.btnGral:hover {
	box-shadow: 0px 0px 0px #5F7504;
	background-color: #5F7504;
}

.btnBlueGral {
	width: 160px;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #027DBA;
	list-style-type: none;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 10px;
	margin: 15px;
	cursor: pointer;
	border: 1px solid #027DBA;
	box-shadow: 0px 4px 0px #014F74;
	transition:all 0.4s;
}

.btnBlueGral:hover {
	box-shadow: 0px 0px 0px #014F74;
	background-color: #014F74;
}

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

.titleLeft span {
	font-size: 18px;
	color: #333;
	width: 100%;
    float: left;
    font-size: 22px;
}

.contentBtnRight {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;

}

.centerNotasNoticias {
	width: 90%;
	margin-left: 5%;
	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;
}

.centerBtnHome {
	width: 90%;
	margin-left: 5%;
	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;
  	padding-bottom: 0px;
}

.contentNotasNoticias {
	width: 30%;
	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;
}


.contentComoComprar {
	width: 100%;
	height: auto;
	padding-top: 2%;
	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;
}

.lineVertical {
	width: 1px;
	height: 810px;
	float: left;
	background-color: #d9d9d9;
}

.lineHorizontal {
	width: 100%;
	height: 1px;
	float: left;
	background-image: -webkit-linear-gradient(left, #F2F2F2,#d9d9d9,#F2F2F2);
	background-image: -moz-linear-gradient(left, #F2F2F2,#d9d9d9,#F2F2F2);
	background-image: -o-linear-gradient(left, #F2F2F2,#d9d9d9,#F2F2F2);
	background-image: linear-gradient(left, #F2F2F2,#d9d9d9,#F2F2F2);
	margin-bottom: 20px;
	margin-top: 20px;
}

.titleAsesoramiento {
	width: 100%;
	height: auto;
	float: left;
	font-size: 26px;
	color: #A00D0D;
	text-align: center;
}

.txtAsesoramiento {
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}

.contentAsesoramiento {
	width: 90%;
	height: auto;
	float: left;
	text-indent: center;
	padding: 1%;
	background-color: #E6E6E6;
	border: 5px solid #FFF;
  margin-bottom: 15px;
  text-align: center;
}

.contentDireccion {
	width: 100%;
	min-height: 30px;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #333;
	padding-top: 10px;
}

/* COMO COMPRAR */

.contentIconos {
	width: 50%;
	height: auto;
	float: left;
}

.icono {
	width: 44px;
	height: 47px;
	float: left;
	text-align: center;
	padding-top: 3px;
	margin-top: 10px;
	margin-left: 6px;
	margin-right: 6px;
}

.iconoDetalle {
	width: 99%;
	height: 40px;
	padding-top: 10px; 
	color: #333;
	font-size: 13px;
	margin-top: 10px;
}

.iconoDetalleTresLineas {
	width: 99%;
	height: 48px;
	padding-top: 2px; 
	color: #333;
	font-size: 13px;
	margin-top: 10px;
}

.floatContactComprar {
	width: 95%;
	height: auto;
	float: left;
	margin-right: 5%;
}

.floatContactComprar ul {
	height: 180px;
}

.floatContactComprar li {
	margin-top: 15px;
}

.imgPrincipiantes {
	float: right;
	margin: 15px 0px 15px 35px;
}

.floatPreguntas {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 10px;
	line-height: 40px;
}

.floatPreguntas a {
	color: #FFF;
	text-decoration: none;
	transition: all 0.4s;
	background-color: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 5px;
}

.floatPreguntas a:hover {
	color: #FFF;
	background-color: #666;
}

/* PRINCIPIANTES */
.floatContactComprar {
	width: 96%;
	height: auto;
	float: left;
	padding: 2%;
	text-align: justify;
}

/* footer */
.footerIzq {
	width: 250px;
	height: 120px;
	float: left;
}

.footerCenter {
	width: 500px;
	height: 120px;
	float: left;
	text-align: center;
}

.footerTitleLink {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 10px;
	font-weight: 300;
}

.footerTitleLink p {
	text-align: center;
	color: #333;
	font-size: 14px;	
}

.footerLinks {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}

.footerLinks p {
	color: #333;
	margin-top: 20px;
	font-weight: 300;
}

.footerDer {
	width: 250px;
	height: 120px;
	float: left;
}

.bottomFooter {
	width: 100%;
	height: 30px;
	float: left;
	text-align: center;
	color: #333;
	font-size: 12px;
	font-weight: 300;
}

.dataFiscal {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
	text-align: center;
}

.itsistemas {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 45px;
}

.float {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.float p {
	font-size: 30px;
	color: #333;
	font-weight: 300;
}
.columnLeftPedidos {
	width: 50%;
	min-height: 500px;
	float: left;
}

.columnRightPedidos {
	width: 50%;
	min-height: 500px;
	float: left;
}

.titleLeftPedidos {
	width: 100%;
	height: auto;
	text-align: left;
}

.titleLeftPedidos p {
	margin-top: 35px;
	margin-bottom: 20px;
	margin-left: 35px;
	text-align: left;
	font-size: 24px;
	color: #C51162;
}

.titleRightPedidos {
	width: 100%;
	height: auto;
	text-align: left;
}

.titleRightPedidos p {
	margin-left: 25px;
	text-align: left;
	font-size: 28px;
	color: #C51162;
	font-family: 'Museo Sans Cyrl 300', sans-serif;
}

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

.txtRightPedidos p {
	width: 90%;
	font-size: 15px;
	text-align: justify;
	padding: 0% 0% 5% 10%;
	float: right;
	margin: 0;
}

.txtRightPedidos i {
	font-weight: 300;
	color: #333;
	font-size: 12px;
}

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

.txtRightContacto {
	text-align: right;
}

.txtRightContacto p {
	width: 90% !important;
	font-size: 18px !important;
	line-height: 25px;
	text-align: left;
	padding: 0% 0% 5% 10%;
	float: left;
	margin: 0;
	font-family: 'Museo Sans Cyrl 300', sans-serif;
	color: #333;
}

.txtRightContacto i {
	font-weight: 300;
	color: #FF0000 !important;
	font-size: 12px;
}
/* ============== */
.logoMarklin {
	width: 250px;
	margin-top: 25px;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.btnWhatsappGrey {
	width: auto;
	height: auto;
	position: fixed;
	background-color: #CCC;
	font-size: 44px !important;
	font-weight: 400 !important;
	color: #FAFAFA !important;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	padding: 10px 17px 7px 17px;
	bottom: 10px;
	right: 10px;
}

.btnWhatsapp {
	width: auto;
	height: auto;
	position: fixed;
	background-color: #41c300;
	font-size: 44px !important;
	font-weight: 400 !important;
	color: #FAFAFA !important;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	padding: 10px 17px 7px 17px;
	bottom: 10px;
	right: 10px;
	transition: all 0.3s;
}

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

.colBtnSelect {
	width: 30%;
}

.colContentSelect {
	width: 70%;
}

.colBtnSelect h3 {
	font-size: 24px !important;
	text-align: left;
	padding-left: 25px;
}

.colBtnSelect a {
	float: left;
	width: 90%;
	margin-left: 25px;
	margin-bottom: 15px;
	text-align: left;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #027DBA;
	list-style-type: none;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 10px;
	margin: 15px;
	cursor: pointer;
	border: 1px solid #014F74;
	box-shadow: 0px 4px 0px #014F74;
	transition:all 0.4s;
}

.colBtnSelect a:hover {
	box-shadow: 0px 0px 0px #014F74;
	background-color: #014F74;
}

#optionSel {
	padding: 5%;
}

.imgDetailBig {
	background-color: #FFF;
}

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

.floatGaleria .contentPageObras {
	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;
}

.msgerror {
  width: 230px;
  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: 'Montserrat', sans-serif;
  font-weight: 800;
}

.msg {
  min-width: 200px;
  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: 'Montserrat', sans-serif;
  font-weight: 800;
}

#cargando p {
  float: left;
}

#cargando i {
  left: inherit;
}

#cargando img {
  vertical-align: middle;
}

.topHeader {
  width: 100%;
  height: 40px;
  background-color: #1D5B94;
  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;
}

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

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

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

#NavDetail {
  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: flex-end;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
  margin-right: 3%;
}

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

#NavDetail nav li {
    list-style-type: none;
    vertical-align: middle;
}

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

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

/* 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: #F55A18;
    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 #F55A18 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: 'Montserrat', 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;
}
/* CARRITO */
#carritos {
  width: 80%;
  font-size: 14px;
  color: #2C215D;
  font-weight: 800;
}

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

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

/* 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: #FF5D02;
  color: #FFF;
  height: 45px;
}

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

.columna p {
	max-width: 100px;
	font-size: 12px;
    background-color: #8bc34a;
    color: #FFF;
    padding: 2px;
    float: right;
}

.columna input {
  width: 40px;
  padding: 5px;
  font-family: 'Montserrat', 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: 'Montserrat', 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: #689F38;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.btnAceptarPedido:hover {
  background-color: #558B2F;
}

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

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

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

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

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

.txtEnvios b {
  color: #156084;
  font-weight: 800;
  line-height: 30px;
}

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

.txtEnvios label span {
  color: #DF910D !important;
}

.logoMP {
  width: 120px;
}

#sumaTotal {
	color: #000 !important;
}

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

/* CUENTA */
.contentLoginForm {
    width: 100%;
    height: auto;
    background-color: #29235C;
    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: #FF5D01;
    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: 'Montserrat', sans-serif;
}

.btnFormReg {
    width: 290px;
    height: 40px;
    text-align: center;
    background-color: #FF5D01;
    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: 'Montserrat', sans-serif;
}

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

.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: 'Montserrat', sans-serif;
    text-align: left;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding: 6px;
}.contentLoginForm {
    width: 100%;
    height: auto;
    background-color: #29235C;
    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: #FF5D01;
    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: 'Montserrat', sans-serif;
}

.btnFormReg {
    width: 290px;
    height: 40px;
    text-align: center;
    background-color: #FF5D01;
    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: 'Montserrat', sans-serif;
}

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

.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: 'Montserrat', sans-serif;
    text-align: left;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding: 6px;
}

.btnRegForm {
    width: auto;
    height: 40px;
    text-align: center;
    background-color: #FF5D01;
    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 p {
    font-size: 14px;
    color: #FFF;
}
.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;
}

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

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

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

.contentUser input {
    width: 95%;
    height: 30px;
    border: 2px solid #CCC !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666;
    padding-left: 10px;
    margin-top: 10px;
    background-color: #FAFAFA;
}

.btnLink {
	width: 100%;
}

.btnVerMapa {
  color: #FFF;
  font-size: 10px;
  font-weight: 300;
  padding: 2px 5px 2px 5px;
  background-color: #666;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  vertical-align: middle;
  transition: all 0.3s;
}

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