
@import url(menu.css);
@import url(banner.css);
@import url(blog.css);
@import url(info.css);

@font-face {
	 font-family : 'PlusJakartaSans';
	 src: url('../font/Plus_Jakarta_Sans/PlusJakartaSans-Regular.ttf') format('truetype');
	 font-weight: normal;
	 font-size: normal;
	 }
	 
@font-face {
	 font-family : 'PlusJakartaSans-ExtraBold';
	 src: url('../font/Plus_Jakarta_Sans/PlusJakartaSans-ExtraBold.ttf') format('truetype');
	 font-weight: normal;
	 font-size: normal;
	 }

/* SETEO UNIVERSAL */
/* COLOR PRIMARIO #EC1C63*/
/* COLOR ICONOS #F06169*/

*{
	/* color fondo del menu top centro */
	/* background: rgba(100,100,100,0.3); */
	border: 0px none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	
	/* Para dejar la imagen de fondo centrada, vertical y horizontalmente */
	background-position: center center;

	/* Para que la imagen de fondo no se repita */
	background-repeat: no-repeat;

	/* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */
	background-attachment: fixed;

	/* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */
	background-size: cover;

	/* Se muestra un color de fondo mientras se está cargando la imagen de fondo o si hay problemas para cargarla */
	background: rgba(237,237,237,1.0);
	
}

body {
	font-family: 'PlusJakartaSans';
	font-size: 16px;
	background: rgba(237,237,237,1.0);
}

a {
	color: #000;
	text-decoration: none;	
}

a p {
	align: bottom;
	font-weight: bold;
}

header {
	/* color fondo del menu top */
	background: rgba(255,255,255,1.0);
	color: #000;
	height: 100px;
	width: 100%;
	// border-bottom:solid 1px #eee;

	/* Fijar Menu */
	position: fixed;
	top:  0;
	left: 0;
	z-index: 100;
}

header .contenedor {
	display: table;
}

.contenedor {
	width:98%;
	margin: auto;
}

h1 {
	float: left;
	margin-top: 0px;
	
}

h1 a {
	color: #FFF;
	text-decoration: none;
	
}

h1 img {
	/* margin-top: 5px; */
	font-size: 50px;
	color: #FFF;
	text-decoration: none;	
}

h2 {
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
}

h3 {
	font-size: 30px;
	color: #FFF;
	text-decoration: none;
}

.fade {
	opacity: 1;
	filter:alpha(opacity=10);
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	margin-top: 2px;
	width: 275px;
	height: 70px;
}

.fade:hover {
	opacity: 0.7;
	filter:alpha(opacity=7);
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	margin-top: 2px;
	width: 375px;
	height: 105px;
}

span.red {
  background: red;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 2px;
  text-align: center;
  width: 1.6em;
  height: 1.6em;
}

section {
	width: 100%;
	margin-bottom: 25px;
}

#BaseForm {
	width: 80%;
}

#MyDiv {
	/* background: rgba(255,151,66,1.0); */
	/* background-image: url('/img/FondoBody.png'); */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size: 22px;
	color: #FFF;
	text-align: center;
	margin: auto;
	display: block;
	width: 95%;
	padding: 5px;
	margin-top: 7px;
}

#MyDiv h3 {
	font-size: 30px;
	margin: auto;
	display: block;
	width: 87%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadro {
	background: rgba(237,237,237,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size: 15px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: block;
	padding: 0px;
	width: 90%;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:5px;
}

#MyDivRecuadroBlack {
	background: rgba(0,0,0,1.0);
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	padding: 10px 20px;
	width: 60%;
	display: block;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:7px;
}

#MyDivRecuadroBlack h2 {
	font-size: 45px;
	color: #000;
	margin: auto;
	display: block;
	width: 87%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadroWhite {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: block;
	padding: 5px;
	width: 95%;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:5px;
}

#MyDivRecuadroWhite h2 {
	font-size: 45px;
	color: #000;
	margin: auto;
	display: block;
	width: 87%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadroWhite h3 {
	font-size: 30px;
	color: #000;
	margin: auto;
	display: block;
	width: 87%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadroInLineFichaIndex {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: auto;
	/* margin-top: 7px; */
	/* display: inline-block; */
	display: inline;
	/* padding: 25px; */
	width: 100%;
	/* height: 170px; */
	/* border: 0px; */
	/* border-color: #b0bec5; */
	/* border-style: solid; */
	/* border-radius:5px; */
	
	overflow: hidden;
}

#MyDivRecuadroInLineFichaIndex h3{
	color: #000;
}

#MyDivRecuadroInLineFichaDT {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: inline-block;
	padding: 5px;
	width: 47%;
	height: 350px;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:5px;
	
	overflow: hidden;
}

#MyDivRecuadroInLineFichaDT h3{
	color: #000;
}

#MyDivRecuadroSmart {
	/* background: rgba(255,255,255,1.0); */
	/* -webkit-border-radius:15px; */
	/* -moz-border-radius:15px; */
	background: rgba(237,237,237,1.0);
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: auto;
	/* margin-top: 7px; */
	padding: 10px 10px 10px 10px;
	width: 100%;
	display: block;
}

#MyDivRecuadroSmart h2{
	color: #000;
}

#MyDivRecuadroSmartTYC{
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	font-size: 10px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	padding: 10px 20px;
	width: 95%;
	display: block;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:15px;
}

#MyDivRecuadroSmartTYC h2{
	color: #000;
}

#MyDivRecuadroInLineSmart {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size: 12px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: inline-block;
	padding: 5px;
	width: 50%;
	border: 1px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:5px;
}

#MyDivLoginInLineSmart {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	font-size: 12px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: inline-block;
	padding: 5px;
	width: 400px;
	border: 1px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:15px;
}

#MyLabel {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-size: 14px;
	/* margin: auto; */
	margin-left: 10px;
	display: block;
	/* display: inline; */
	width: 87%;
	/* padding: 5px; */
	/* border: 1px; */
	/* border-color: #eee; */
	/* border-style: solid; */
	text-align: left;
}

#MyLabelSmart {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-size: 10px;
	margin: auto;
	display: inline-block;
	/* display: inline; */
	/* display: flex; */
	justify-content: center;
	width: 10%;
	/* padding: 5px; */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
input[type=number] { -moz-appearance:textfield; }


#MyInput {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-size: 25px;
	margin: auto;
	display: block;
	width: 99%;
	height: 35px;
	/* padding: 5px; */
	border: 1px;
	border-color: #ddd;
	border-style: solid;
}

#MyInputSmart, #MyLabelViewSmart, #MyListTJ {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-size: 20px;
	margin: auto;
	display: block;
	width: 95%;
	padding: 5px;
	border: 5px;
	border-color: #EDEDED;
	border-style: solid;
}

input {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-size: 16px;
	width: 95%;
	padding: 5px;
	border: 1px;
	border-color: #000;
	border-style: solid;

  /* the negative of the input width */
}

input[required]+label {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-size: 16px;
	width: 95%;
	padding: 5px;
	border: 1px;
	border-color: #000;
	border-style: solid;
	text-align: left;
  color: #999;
  position: relative;
  top: -30px;
  /* the negative of the input width */
}

input[required]+label:after {
  content: '(*)';
  color: red;
}

/* show the placeholder when input has no content (no content = invalid) */
input[required]:invalid+label {
  display: inline-block;
}

/* hide the placeholder when input has some text typed in */
input[required]:valid+label {
  display: none;
}

#MyListMM {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-size: 25px;
	margin: auto;
	/* display: block; */
	width: 85%;
	border-radius: 5px;
	border: 0px;
	/* margin: 7px; */
	/* padding: 10px; */
	text-decoration: none;
	cursor: pointer;
}

select {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-size: 16px;
	width: 95%;
	padding: 5px;
	border: 1px;
	border-color: #000;
	border-style: solid;

  /* the negative of the input width */
}

select[required]+label {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-size: 16px;
	width: 95%;
	padding: 5px;
	border: 1px;
	border-color: #000;
	border-style: solid;
	text-align: left;
  color: #999;
  position: relative;
  top: -30px;
  /* the negative of the input width */
}

select[required]+label:after {
  content: '(*)';
  color: red;
}

/* show the placeholder when input has no content (no content = invalid) */
select[required]:invalid+label {
  display: inline-block;
}

/* hide the placeholder when input has some text typed in */
select[required]:valid+label {
  display: none;
}

#MyCheckSmart {
	background: rgba(55,255,255,1.0);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-size: 10px;
	margin: auto;
	display: block;
	width: 95%;
	padding: 15px;
	border: 0px;
	cursor: pointer;
}

#MyInputPrint {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-size: 25px;
	margin: auto;
	display: block;
	width: 87%;
	padding: 5px;
	border: 1px;
	border-color: #aaa;
	border-style: solid;
	cursor: pointer;
}

#MyInputTJ {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size: 20px;
	margin: auto;
	display: block;
	width: 87%;
	padding: 5px;
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

input:required:invalid {
  border: 1px solid red;
}

input:invalid {
  border: 1px solid red;
}

input:valid {
  border: 1px solid green;
}

#MyTxtArea {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-size: 25px; */
	margin: auto;
	display: block;
	width: 99%;
	padding: 0px 0px;
	border: 1px;
	border-color: #ccc;
	border-style: solid;
}

#BotonBlueLigh {
	background: rgba(66,165,245,1.0);
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin: auto;
	/* display: block; */
	width: 85%;
	border-radius: 5px;
	margin: 7px;
	border: 0px;
	padding: 10px;
	text-decoration: none;
	cursor: pointer;
}

#BotonGreenLigh {
	background: rgba(67,160,71,1.0);
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin: auto;
	/* display: block; */
	width: 85%;
	border-radius: 5px;
	margin: 7px;
	border: 0px;
	padding: 10px;
	text-decoration: none;
	cursor: pointer;
}

#BotonGreenLigh a:hover {
	cursor: pointer;
}

#BotonGreenLigh :hover {
	cursor: pointer;
}

#BotonGray {
	background: rgba(130,130,130,1.0);
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin: auto;
	display: block;
	width: 85%;
	border-radius: 5px;
	border: 0px;
	padding: 7px;
	text-decoration: none;
	cursor: pointer;
}

#BotonGray a:hover {
	cursor: pointer;
}

#BotonGray :hover {
	cursor: pointer;
}

#BotonBlue {
	background: rgba(0,145,234,1.0);
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin: auto;
	display: block;
	width: 85%;
	border-radius: 5px;
	border: 0px;
	padding: 7px;
	text-decoration: none;
	cursor: pointer;
}

#BotonBlue a:hover {
	cursor: pointer;
}

#BotonBlue :hover {
	cursor: pointer;
}

#BotonRed {
	background: rgba(255,0,87,1.0);
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin: auto;
	display: block;
	width: 85%;
	border-radius: 5px;
	border: 0px;
	padding: 7px;
	text-decoration: none;
	cursor: pointer;
}

#BotonRed a:hover {
	cursor: pointer;
}

#BotonRed :hover {
	cursor: pointer;
}

#BotonPink {
	background: rgba(245,0,87,1.0);
	font-family : 'PlusJakartaSans-ExtraBold';
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin: auto;
	display: block;
	width: 85%;
	border-radius: 5px;
	border: 0px none;
	padding: 7px;
	text-decoration: none;
	cursor: pointer
}

#BotonPink a:hover {
	cursor: pointer;
}

#BotonPink :hover {
	cursor: pointer;
}

#BotonYellow {
	background: rgba(255,211,1,1.0);
	font-size: 20px;
	color: #000;
	text-align: center;
	margin: auto;
	display: block;
	width: 85%;
	border-radius: 5px;
	border: 0px;
	padding: 7px;
	text-decoration: none;
	cursor: pointer;
}

#BotonYellow a:hover {
	cursor: pointer;
}

#BotonYellow :hover {
	cursor: pointer;
}

#BotonGreen {
	background: rgba(67,160,71,1.0);
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin: auto;
	display: block;
	width: 85%;
	border-radius: 5px;
	border: 0px;
	padding: 7px;
	text-decoration: none;
	cursor: pointer;
}

#BotonGreen a:hover {
	cursor: pointer;
}

#BotonGreen :hover {
	cursor: pointer;
}

#bienvenidos {
	text-align: center;
	padding: 10px;
}

input[type=checkbox]
{
  /* Doble-tamaño Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari y Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

footer {
	background: rgba(237,237,237,1.0);
	display: flex;
	flex_wrap: wrap;
	justify-content: center;
	padding-bottom: 25px;
}

.copy {
	font-size: 15px;
	color: #000;
}

.copy h1 {
	color: #000;
}

.sociales {
	background: rgba(237,237,237,1.0); */
	width: 100%;
	justify-content: center;
	text.align: center;
	font-size: 28px;
}

.sociales a {
	color: #000;
	text-decoration: none;
}

@media (min-width:280px) {
	.slider img {
		width: 90%;
	}
}

@media (max-width:680px) {
	.fade {
	
	}
}

@media (min-width:1024px) {
	.contenedor {
		width: 1000px;
	}
}

/* BackToTop button css */
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#EC1C63;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#FFFFFF
}
#scroll:hover {
    background-color:#EC1C63;
    opacity:1;filter:"alpha(opacity100)";
    -ms-filter:"alpha(opacity100)";
}

.slider {
	width: 96%;
	height: 200;
	margin: auto;
	overflow: hidden;
	font-size: 30px;
	color: #FFF;
    margin-top:12px;
    margin-bottom:12px;
}

.slider ul {
	display: flex;
	padding: 0;
	width: 400%;
	height: 200;
	animation: cambio 30s infinite alternate linear;
	align: center;
}

.slider li {
	width: 96%;
	height: 200;
	list-style: none;
	text-align: center;
    margin-top:12px;
    margin-bottom:12px;
}

.slider img {
	width: 96%;
	height: 500px;
    margin-top:12px;
    margin-bottom:12px;
}

@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}

@media (max-width:280px) {
	.slider img {
		width: 100%;
	  	/* height: 250px; */
	}
	html {
	  	width: 100%;
	  	height: 300%;
	}
}

@media (max-width:680px) {
	.fade {
	
	}
	
	.slider img {
		width: 100%;
	  	/* height: 250px; */
	}
	
	#MyDivRecuadroInLineFichaIndex {
		height: 350px;
	}
	
	#MyDivRecuadroInLineFichaDT {
		height: 600px;
	}
	
}

@media (min-width:1024px) {
	.contenedor {
		width: 1000px;
	}
	#MyDivRecuadroCarnet {
		background-size: 350px 200px;
	}
}