@charset "utf-8";


body {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #1A1A1A;
	margin: 0px;
	padding: 0px;
}
.container {
	width: 100%;
	display: flex;
}

/* Header **************************************************************************** */


.headerTable {
	display: flex;
	align-content: flex-end;
	/*box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	z-index: 2;
    position: relative;*/
	border-bottom: 1px solid lightgrey;
}
.headerTable div {
	margin-left: 20px;
	flex: 1;
	align-self: center;
}
.logo {
	margin-right: 250px;
	margin-left: 70px;
}
.menuCollapsable {
	display: none;
	cursor: pointer;
}
.navItem {
	text-align: center;
}
.navItemD {
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}
.displayMenu {
	width: 100%;
	display: none;
	text-align: right;
}
.anav:hover {
	color: #3097BB;
	font-size: 15px;
}
.anav {
	text-decoration: none;
	color: #1A1A1A;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
}
/* Header **************************************************************************** */

/* Home **************************************************************************** */

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}
.imgSlide {
  width:100%; 
  overflow: visible;
}

.captionText{
  position: absolute;
  font-size: 2.3vw;
  right: 40px;
  top: 10%;
  color: #FFFFFF;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 2px;
  max-width: 43%;
  text-align: right;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #FFFFFF;
  opacity: 0.5;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #FFFFFF;
  opacity: 1;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.waterMark{
	position: absolute;
	height: 100%;
	right: 0px;
	bottom: 0px;
}

.containerHome {
	margin: 2%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: space-between;
	align-items: stretch;
}

.homeItem{
	position: relative;
	min-width: 200px;
	flex: 1;
}

.productHome{
	max-width: 20%;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.homeItem a{
	text-decoration: none;
}

div.productHome:hover img.imgOverHome{
	display: block;
}

.homeArticle{
	display: flex;
	align-items: stretch;
	min-width: 500px;
}

.homeArticle img{
	width: 100%;
}

.articleItem{
	margin: auto;
	padding-bottom: 25px;
}

.articleItem img {
    max-width: 300px;
    max-height: 300px;
    margin: auto;
}

.articleItem2{
	max-width: 60%;
	padding-right: 35px;
	padding-left: 35px;
}

.imgtable{
	position: relative;
	width: 100%;
}

.imgOverHome{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.nombref {
	text-align: center;
	font-weight: 400;
	font-size: 23px;
	color: #0D6A97;
	padding-left: 10%;
	padding-right: 10%;
}

.descnuevo {
	text-align: center;
	font-weight: 300;
	font-size: 17px;
	color: #666666;
	letter-spacing: 0px;
	padding-left: 10%;
	padding-right: 10%;
}

.homeEncabezados{
	display: flex;
	flex: 1 100%;
	flex-direction: row;
	align-items: center;
}

.homeEncabezados img{
	margin-right: 40px;
}
.homeEncabezados p{
		font-size: 27px;
	}
.leermas {
	color: #3097BB;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	height: 15%;
}
.leermas:hover{
	color: #0D6A97;
}

.tituloart {
	font-weight: 400;
	font-size: 23px;
	color: #0D6A97;
	text-decoration:none;
}
.tituloart:hover{
	color: #3097BB;
}

.fechaart {
	font-weight: 300;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0px;
}

.descHome {
	font-weight: 300;
	font-size: 17px;
	color: #666666;
	letter-spacing: 0px;
	height: 30%;
}

/* Home **************************************************************************** */

/* Products **************************************************************************** */

.imgslider {
	width: 100%;
}
.imgslider img {
	width: 100%;
}
.title {
	font-size: 27px;
	letter-spacing: 3px;
	margin-left: 330px;
}
.pleca {
	margin-left: 330px;
	margin-right: 100px;
	width: auto;
	height: 1px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #C7C7C7;
}
.formularioform {
	background-color: #EDEDED;
	color: #888888;
	margin-left: 7%;
	margin-right: 7%;
	padding-left: 7%;
	padding-right: 7%;
	font-size: 14px;
	padding-top: 10%;
	padding-bottom: 10%;
	border-color: #EDEDED;
}
.formularioform select {
	font-size: 17px;
}
.formulario {
	width: 300px;
	min-width: 260px;
}
.formulario p {
	font-size: 14px;
	color: #333333;
}
.formulario a {
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0px;
	color: #666666;
}
.productDisplay {
}
.products {
	margin-left: 70px;
	display: flex;
	flex-wrap: wrap;
}
.item {
	position: relative;
	flex: 33%;
	max-width: 300px;
	min-width: 300px;
}
.item p {
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	max-width: 250px;
}
.item a {
	text-decoration: none;
}

div.item:hover img.imgOver{
	display: block;
}

.imgOver{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 250px;
}
.tableimg {
	position: relative;
	width: 250px;
}
.nombre {
	margin-top: 15px;
	font-size: 22px;
	color: #0D6A97;
	letter-spacing: 1px;
	font-weight: 400;
}
.forma {
	margin-top: -15px;
	letter-spacing: 0px;
	font-size: 17px;
	color: #4D4D4D;
	font-weight: 400;
}
.principioa {
	margin-top: -17px;
	margin-bottom: 40px;
	letter-spacing: 0px;
	font-size: 17px;
	font-weight: 300;
	color: #666666;
	line-height: 100%;
}
.paginationContainer {
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
	margin-left: 70px;
}
.paginationContainer a {
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	letter-spacing: 0px;
}
.mostrar {
	padding-right: 10px;
}
.pag1 {
	flex: 2;
}
.pag2 {
	flex: 1;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
}
.pag3 {
	flex: 1;
	display: flex;
	justify-content: center;
}
.pagination {
	font-size: 17px;
	border: 1px solid #0D6A97;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-left: 5px;
}
.pagination a {
	color: #0D6A97;
}
.paginationdark {
	font-size: 17px;
	border: 1px solid #C7C7C7;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-left: 5px;
}
.paginationdark a {
	color: #C7C7C7;
}
/* Products **************************************************************************** */

/* Detail **************************************************************************** */

.containerDetail {
	padding: 10%;
	padding-bottom: 3%;
	padding-top: 3%;
}
.tituloContainer{
	margin-top: 70px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}
.tituloItem{
	flex: 40%;
}
.searchBack{
	position: absolute;
	left: 5%;
	margin-top: 35px;
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	color: #80CAD1;
	letter-spacing: 0px;
}
.searchBack:hover {
	color: #0D6A97;
}
.tituloItem2{
	margin: auto;
	margin-right: 5%;
	text-align: right;
	display: none;
	flex: 40%;
}
.titleDetail {
	margin-left: 5%;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
	color: #1A1A1A;
}
.productsDetail {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}
.itemDetail {
	padding-right: 70px;
}
.imgDetail {
	width: 450px;
}
.marcaImgDiv{
	margin-bottom: 50px;
	}
.nombreDetail {
	color: #0D6A97;
	font-size: 27px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 100%
}
.registroDetail {
	font-size: 11px;
	font-weight: 400;
	color: #808080;
	letter-spacing: 0.5px;
	line-height: 15px;
	display: block;
	margin-top: 10px;
}

.formafDetailDiv{
	margin-top: 20px;
	letter-spacing: 0px;
}

.formafDetail {
	font-weight: 400;
	font-size: 21px;
	color: #4D4D4D;
	letter-spacing: 0px;
}

.formafDetailBottom {
	font-weight: 400;
	font-size: 18px;
	color: #4D4D4D;
	letter-spacing: 0px;
}

.descDetailDiv{
	margin-top: 20px;
}
.descDetail {
	font-weight: 300;
	font-size: 17px;
	color: #000000;
	letter-spacing: 0px;
	line-height: 22px;
}

.presentacionDetail a{
	font-weight: 400;
	font-size: 15px;
	color: #808080;
	letter-spacing: 0px;
	line-height: 100%
}
.tableDetailContainer {
	display: flex;
}
.tableDetailItem {
	margin: 20px;
	margin-left: 0px;
}
.tableDetailItem a {
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	color: #1A1A1A;
	letter-spacing: 2px;
}
.tableDetailItem a:hover {
	color: #80CAD1;
}
.horizontal{
	display: none;
}
.separator {
	background-color: #1A1A1A;
	width: 1px;
	height: 21px;
	margin-top: 25px;
	margin-right: 20px;
}
.formulaTable {
	font-weight: 300;
	font-size: 17px;
	color: #000000;
	letter-spacing: 0px;
}
/* Detail **************************************************************************** */

/* Contact **************************************************************************** */
.containerContact{
	padding: 5%;
}
.containerInfo{
	display: flex;
	flex-flow: row wrap;
}

.containerInfor > *{
	
}

.aside{
	flex: 1 33%;
}

.aside-2{
	margin: 0;
	text-align: center;
}

.mainContact{
	min-width: 250px;
	flex: 1 33%;
}

.contactanos {
	font-weight: 700;
	font-size: 27px;
	color: #1A1A1A;
}

.duda {
	font-weight: 300;
	font-size: 18px;
	color: #0D6A97;
	letter-spacing: 0px;
}

.address {
	font-weight: 300;
	font-size: 16px;
	color: #666666;
	letter-spacing: 0PX;
}

.phone {
	font-weight: 400;
	font-size: 16px;
	color: #0D6A97;
}

.phone img{
	margin-right: 15px;
}

.formp {
	font-weight: 300;
	font-size: 15px;
	color: #666666;
	margin-top: 8%;
}

.single{
	width: 100%; height:36px; margin-top: 0%;
}

.box{
	width: 100%; height:180px; margin-top: 0%
}

.inputsubmit {
	float: right;
	width: 95px;
	height: 36px;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 15px;
	border: none;
	background-color: #3097BB;
}

.fb-page {
	width: 100%;
}

.g-recaptcha {
	width: 250px;
	margin-top: 8%;
	margin-bottom: 8%;
}

.emailsent{
	font-weight: 400;
	font-size: 23px;
	color: #0D6A97;
}

.emailfailed{
	font-weight: 400;
	font-size: 17px;
	color: #FF0000;
}

/* Contact **************************************************************************** */

/* Footer **************************************************************************** */

.anavfooter {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 50%;
}
.footer {
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	text-align: center;
	background-color: #CCCCCC;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
}
.footerfb {
	margin-left: 10px;
}
.pnav {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.footertablediv {
	background-color: #80CAD1;
	padding-left: 140px;
	padding-right: 140px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footertablediv div {
	flex: 1;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.footertablediv div a:hover {
	color: #0D6A97;
}
.aviso {
	color: #0071B7;
	text-decoration: none;
}

/* Footer **************************************************************************** */

/* media queries  868 *****************************************************************  */

@media (max-width: 868px) { 
.container {
	flex-wrap: wrap;
}
/* Header **************************************************************************** */
.logo {
	margin-left: 0px;
	margin-right: 0px;
	flex: 3;
}
.navItem {
	display: none;
}
.navItemD {
	display: block;
}
.menuCollapsable {
	text-align: right;
	display: block;
	flex: 1;
}
/* Header **************************************************************************** */
/* Home **************************************************************************** */

.homeArticle{
	align-items: stretch;
	min-width: 250px;
	flex-direction: column;
}
	
	.articleItem2{
		min-width: 100%;
	}
	
	.homeEncabezados img{
	margin-right: 20px;
}
	
/* Home **************************************************************************** */
/* Detail *****************************************************************  */
.productsDetail {
	flex-wrap: wrap;
}
.itemDetail {
	padding-right: 0px;
}
.imgDetail {
	margin-bottom: 20px;
	width: 100%;
}
.tableDetailContainer {
	flex-wrap: wrap;
}
.tableDetailItem {
	width: 100%;
	margin: 5px;
	margin-left: 0px;
}
.separator {
	display: none;
}
/* Detail *****************************************************************  */
	
/* Products **************************************************************************** */
.title {
	margin-left: 20px;
}
.pleca {
	display: none;
}
.paginationContainer {
	margin-top: 15px;
	margin: auto;
	flex: 100%;
	flex-wrap: wrap;
	justify-content: center;
}
.pag1 {
	flex: 1;
	flex-wrap: nowrap;
}
.pag2 {
	flex: 1;
	flex-wrap: nowrap;
	justify-content: flex-end;
}
.pag3 {
	flex: 1;
}
.products {
	margin-left: 25px;
}
/* Products **************************************************************************** */
	
/* Footer **************************************************************************** */
.footertablediv {
	padding-left: 5px;
	padding-right: 5px;
	display: block;
}
.footertablediv div {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}
/* Footer **************************************************************************** */
}

/* media queries  868 *****************************************************************  */

/* media queries  330 *****************************************************************  */

@media (max-width: 330px) {
/* Header *****************************************************************  */
.logo {
	margin-left: 0px;
	margin-right: 0px;
	flex: 1;
}
/* Header *****************************************************************  */

/* Products *****************************************************************  */
.paginationContainer {
	max-width: 250px;
}
.paginationContainer a {
	white-space: nowrap;
}
.products {
	margin-left: 0px;
}
.item {
	flex: 1;
	max-width: 250px;
	min-width: 250px;
	margin: auto;
}
.item p {
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	max-width: 250px;
}
.tableimg {
	width: 250px;
}

/* Footer *****************************************************************  */
}

/* media queries  330 *****************************************************************  */

/* media queries  mobile *****************************************************************  */

@media screen and (max-device-width: 1080px) and (orientation: portrait) {
/* Header *****************************************************************  */
.logo {
	margin-left: 0px;
	margin-right: 0px;
	flex: 1;
}
.logo img {
	width: 500px;
}
.container {
	flex-wrap: wrap;
}
.anav {
	font-size: 28px;
}
.anav:hover {
	font-size: 28px;
}
.navItem {
	display: none;
}
.navItemD {
	display: block;
}
.navItemD img {
	width: 70px;
}
.menuCollapsable {
	text-align: right;
	display: block;
	flex: 1;
}
.menuCollapsable img {
	width: 200px;
}
/* Header *****************************************************************  */
	/* Home **************************************************************************** */
	
	.prev, .next {
		font-size: 30px;
	}
	.dot {
		width: 20px;
		height: 20px;
	}
	.homeItem{
		min-width: 80%;
		
		margin: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
.homeArticle{
	align-items: stretch;
	min-width: 80%;
	flex-direction: column;
}
	
	.articleItem2{
		min-width: 80%;
		margin: auto;
	}
	.articleItem img{
		max-height: 800px;
		max-width: 800px;
	}
	.nombref{
		font-size: 52px;
		margin-bottom: -10px;
		margin-top: 30px;
		padding: 0;
		line-height: 50%;
	}
	.descnuevo {
	font-size: 40px;
	}
		
	.homeEncabezados{
		
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.homeEncabezados p{
		font-size: 70px;
		line-height: 95%;
		margin-top: 60px;
		margin-bottom: 15px;
		padding-bottom: 0;
	}
	.homeEncabezados img{
	width: 120px;
}
	
	.tituloart{
		font-size: 45px;
	}
	.fechaart{
		font-size: 25px;
	}
	.descHome{
		font-size: 40px;
	}
	.leermas{
		font-size: 40px;
	}
	
/* Home **************************************************************************** */
	/* Detail *****************************************************************  */

.searchBack {
	font-size: 22px;
	}
.titleDetail {
	font-size: 50px;
}
.tituloItem2{
	display: block;
}
.tituloItem2 img{
		height: 70px;
	}
.productsDetail {
	flex-wrap: wrap;
}
.itemDetail {
	padding: 0px;
	margin: auto;
	width: 100%;
}
.itemDetail2 {
	padding: 0px;
	margin: auto;
	width: 100%;
}
.imgDetail {
	margin: 0px;
	padding: 0px;
	margin-bottom: 40px;
	width: 100%;
}
.marcaImgDiv img{
		display: none;
		height: 70px;
	}
.nombreDetail {
	font-size: 65px;
}
.registroDetail {
	font-size: 12px;
}
.formafDetail {
	font-size: 42px;
}
	
.formafDetailBottom {
	font-size: 35px;
}
.formafDetailDiv{
	margin-top: 40px;
}
.descDetail{
	font-size: 40px;
	line-height: 100%;
}
.descDetailDiv{
	margin-top: 40px;
}

.presentacionDetail{
	margin-top: 23px;
}
.presentacionDetail a{
	font-size: 30px;
}	
.tableDetailContainer {
	flex-wrap: wrap;
	margin-bottom: 40px;
	margin-top: 40px;
}
.tableDetailItem {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	
}
	
.tableDetailItem a{
		font-size: 37px;
	}	
.separator {
	display: none;
}
.horizontal{
	display: block;
	background-color: #c7c7c7;
	width: 100%;
	height: 1px;
	margin: auto;
	margin-bottom:20px;
}
.formulaTable {
	font-size: 40px;
}
/* Detail *****************************************************************  */
/* Products *****************************************************************  */
.title {
	margin-left: 70px;
	font-size: 70px;
}
.pleca {
	display: none;
}
.formulario {
	width: 1000px;
	margin: auto;
}
.formularioform select {
	font-size: 37px;
}
.formulario p {
	font-size: 37px;
	color: #333333;
}
.formulario a {
	font-weight: 300;
	font-size: 37px;
	letter-spacing: 0px;
	color: #666666;
}
.pag1 {
	flex: 1;
	flex-wrap: nowrap;
}
.pag2 {
	flex: 1;
	flex-wrap: nowrap;
	justify-content: flex-end;
}
.pag2 select {
	font-size: 40px;
	padding-left: 20px;
}
.pag3 {
	flex: 1;
}
.tableimg {
	width: 800px;
}
	
	.imgOver{
		width: 800px;
	}
.item {
	flex: 100%;
	max-width: 800px;
	min-width: 800px;
	margin: auto;
}
.item p {
	max-width: 800px;
}
.paginationContainer {
	margin: auto;
	flex: 100%;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 800px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.paginationContainer a {
	white-space: nowrap;
	font-size: 36px;
}
.pagination {
	font-size: 38px;
	border: 1px solid #0D6A97;
	width: 50px;
	height: 50px;
	text-align: center;
	margin-left: 5px;
}
.paginationdark {
	font-size: 38px;
	border: 1px solid #C7C7C7;
	width: 50px;
	height: 50px;
	text-align: center;
	margin-left: 10px;
}
.products {
	margin-left: 0px;
}
.nombre {
	margin-top: 15px;
	font-size: 52px;
}
.forma {
	margin-top: -40px;
	font-size: 37px;
}
.principioa {
	margin-top: -32px;
	margin-bottom: 120px;
	font-size: 37px;
	line-height: 100%;
}
/* Products *****************************************************************  */
/* Contact *****************************************************************  */
	
	.contactanos{
		font-size: 70px;
	}

.duda {
	font-size: 25px;	
}
.containerInfo{
	flex-flow: row wrap;
}

.aside{
	flex: 1 100%;
	order: 1;
}
	.aside-1{
		
	}

	.aside-2{
		
	}

.mainContact{
	margin-top: 40px;
	margin-bottom: 40px;
	flex: 1 100%;
	order: 3;
}
	
.address {
	font-size: 25px;
	margin-bottom: 60px;
}

.phone {
	font-size: 32px;
}
	
	.phone img{
		height: 30px;
	margin: auto;
		padding-right: 25px;
	}
.formp {
	font-size: 40px;
}
	
	.single{
		height: 60px;
		border: 2px solid #666666;
	}
	.box{
		height: 400px; border: 2px solid #666666;
	}
.inputsubmit {
	margin-top: 50px;
	width: 300px;
	height: 102px;
	font-size: 40px;
}
	
.fb-page {
	
}

.g-recaptcha {
	transform:scale(2);
	-webkit-transform:scale(2);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	
}

/* Contact *****************************************************************  */

/* Footer *****************************************************************  */
.footertablediv {
	padding-left: 5px;
	padding-right: 5px;
	display: block;
}
.footertablediv div {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
}
.pnav {
	font-size: 34px;
}
.pnav img {
	width: 50px;
}
.anavfooter{
	font-size: 28px;
	display: block;
}
.footer {
	padding-top: 30px;
	padding-bottom: 30px;
}
.avisogris {
	font-size: 24px;
}
.aviso {
	font-size: 24px;
	text-decoration: none;
}
/* Footer *****************************************************************  */
input[type=checkbox] {
	transform: scale(1.5);
	padding-bottom: 15px;
}

/* media queries  mobile *****************************************************************  */
