/* Para Cel */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:320px) and (max-width:1024px){

html, body {
	height: 100vh;
    margin: 0;

	
	/*background-image: url("https://carontestudio.com/img/caronte-web-estudio-logo.png");*/
	/*background-image:url("./src/img/wallpaper/wall1.jpg);*/
	background-color: #f2f4f7;
	
	/*background-size: cover;*/
	/*background-size: 10rem;*/
	/*background-position: center center;*/
	/*background-repeat: no-repeat;*/
	/*background-repeat: repeat-y;*/
	/*background-attachment: fixed;*/
	/*filter: opacity(opacity: 50%);*/
	
}	

header {
	width: 100%;
	height: auto;
	
	position: fixed;
	top: 0px;

	box-sizing: border-box;
	/*padding-top: 0px;*/

	/*border: 1px solid red;*/
	background: none;
	
    z-index: 1;
	
}

/** Form login **/
main {
	width: 100%;
	height: 100%;

	top: 0px; 
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	/*border: 1px solid red;*/
    background: none;

}

section {
	width: 100%;
	height: 100%;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;

	box-sizing: border-box;
	/*padding-top: 5%;*/
	
	/*border: 1px solid red;*/
    background: none;
}


/** Contenedor **/
.contenedor-1 {
	width: 100%;
	height: auto;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 5px;*/
	
	/*border: 1px solid red;*/
    background: none;

}

.contenedor-1a {
	width: 100%;
	height: auto;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	padding-top: 50px;
	
	/*border: 1px solid red;*/
    background: none;

}

.contenedor-1a label {
	color: #009688;	
	text-align: left;
	font-size: 45px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration: none;
    /*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/
	
	/*border: 1px solid red;*/
    background: none;
	
}

.contenedor-1b {
	width: 100%;
	height: auto;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	padding-top: 50px;	
	padding-left: 25px;
	padding-right: 25px;
	
	/*border: 1px solid red;*/
    background: none;

}

.contenedor-1b label {
	width: 350px;
	height: auto;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	
	
	/*color: #26a69a;*/	
	color: #272c40;
	text-align: justify;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration: none;
    /*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/
	
	/*border: 1px solid red;*/
    background: none;
	
}

.contenedor-1c {
	width: 100%;
	height: auto;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	padding-top: 50px;
	
	/*border: 1px solid red;*/
    background: none;

}

.contenedor-1c img {
	width: 280px;
	height: auto;
	
	/*border: 1px solid red;*/
    background: none;
	
}

/** contenedor 2 **/
.contenedor-2 {
	width: 100%;
	height: auto;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	padding-top: 50px;
	
	/*border: 1px solid red;*/
    background: none;

}

.contenido-1 {
	width: 350px;
	height: auto;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start;
    align-items: center;
	
	box-sizing: border-box;
	padding-top: 30px;	
	padding-bottom: 30px;	
	    
	border: 1px solid #eee;
	border-radius: 10px;
	/*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);*/
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);	
	background-color: #fff;
	
}

.contenido-1a {
	width: 100%;
	height: auto;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;	
	padding-bottom: 15px;
	
	/*border: 1px solid red;*/
    background: none;
	
}

.contenido-1a input {
	width: 90%;
	height: 40px;
	
	box-sizing: border-box;		
	padding: 10px;

	color: #131b3e;
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration: none;
    /*text-transform: uppercase;*/
	/*text-shadow: #132639 2px 2px 2px;*/
	
	border: 1px solid #ddd;
	border-radius: 6px;
	/*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);*/
	/*background-color: #2e86c1;*/
	/*background-color: black;*/
	background-color: #fff;	

}

.contenido-1a input:focus {
	outline: none;
	
	border: 1px solid #2e86c1;
	/*background-color: #f2f2f2;*/		
	
}

.contenido-1b {
	width: 100%;
	height: 70px;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;	
	/*padding: 5px;*/
	
	/*border: 1px solid red;*/
    background: none;
	
}

.contenido-1b button {
	width: 90%;
	height: 50px;
	
	box-sizing: border-box;	
	padding: 15px 20px;
	
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration: none;
    /*text-transform: uppercase;*/
	/*text-shadow: #132639 2px 2px 2px;*/		

	cursor: pointer;

	border: 1px solid #2e86c1;
	border-radius: 6px;
	/*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);*/	
	background-color: #2e86c1;
	
}

.contenido-1b button:hover {
	/*opacity: 0.7;*/
	background-color: #2e86c1;
	
}

.contenido-1b button:focus {
	opacity: 0.8;
	
	background-color: #2e86c1;
	
}

.contenido-2 {
	width: 100%;
	height: auto;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start;
    align-items: center;

	box-sizing: border-box;	
	/*padding-top: 10px;*/
	
	/*border: 1px solid red;*/
    background: none;
	
}	

.contenido-2 label {
	color: #26a69a;	
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	text-decoration: none;
    /*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/
	
	/*border: 1px solid red;*/
    background: none;
	
}	

.contenido-3 {
	width: 100%;
	height: auto;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start;
    align-items: center;	

	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
	
	/*border: 1px solid red;*/
	background: none;

}

.contenido-3 label {
	color: #333;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	text-decoration: none;
    /*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/

}

.contenido-3 span {
	color: #333;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	text-decoration: none;
    /*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/

}

}

/* Para Laptop */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1025px) and (max-width:1599px) {

html, body {
	height: 100vh;
    margin: 0;

	
	/*background-image: url("https://carontestudio.com/img/caronte-web-estudio-logo.png");*/
	/*background-image:url("./src/img/wallpaper/wall1.jpg);*/
	background-color: #f2f4f7;
	
	/*background-size: cover;*/
	/*background-size: 10rem;*/
	/*background-position: center center;*/
	/*background-repeat: no-repeat;*/
	/*background-repeat: repeat-y;*/
	/*background-attachment: fixed;*/
	/*filter: opacity(opacity: 50%);*/
	
}	

header {
	width: 100%;
	height: auto;
	
	position: fixed;
	top: 0px;

	box-sizing: border-box;
	/*padding-top: 0px;*/

	/*border: 1px solid red;*/
	background: none;
	
    z-index: 1;
	
}

/** Form login **/
main {
	width: 100%;
	height: 100%;

	top: 0px; 
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	/*border: 1px solid red;*/
    background: none;

}

section {
	width: 100%;
	height: 100%;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: start;
    align-items: center;

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
    background: none;
}


/** Contenedor **/
.contenedor-1 {
	width: 50%;
	height: 100%;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: end; /*start, center, end*/	

	box-sizing: border-box;
	padding-right: 5%;
	
	/*border: 1px solid red;*/
    background: none;

}

.contenedor-1a {
	width: 65%;
	height: auto;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: start; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	padding-bottom: 10px;
	
	/*border: 1px solid red;*/
    background: none;

}

.contenedor-1a label {
	color: #009688;	
	text-align: left;
	font-size: 40px;
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration: none;
    /*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/
	
	/*border: 1px solid red;*/
    background: none;
	
}

.contenedor-1b {
	width: 65%;
	height: auto;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: start; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
    background: none;

}

.contenedor-1b label {
	/*color: #26a69a;*/	
	color: #272c40;
	text-align: left;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration: none;
    /*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/
	
	/*border: 1px solid red;*/
    background: none;
	
}

.contenedor-1c {
	width: 65%;
	height: 170px;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
    background: none;

}

.contenedor-1c img {
	width: 380px;
	height: auto;

	/*border: 1px solid red;*/
    background: none;
	
}

/** contenedor 2 **/
.contenedor-2 {
	width: 50%;
	height: 100%;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: start; /*start, center, end*/	

	box-sizing: border-box;
	padding-left: 5%;
	
	/*border: 1px solid red;*/
    background: none;

}

.contenido-1 {
	width: 400px;
	height: auto;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start;
    align-items: center;
	
	box-sizing: border-box;
	padding-top: 30px;	
	padding-bottom: 30px;	
	    
	border: 1px solid #eee;
	border-radius: 10px;
	/*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);*/
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);	
	background-color: #fff;	
	
}

.contenido-1a {
	width: 100%;
	height: auto;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;	
	padding-bottom: 15px;
	
	/*border: 1px solid red;*/
    background: none;
	
}

.contenido-1a input {
	width: 90%;
	height: 50px;
	
	box-sizing: border-box;		
	padding: 10px;

	color: #131b3e;
	text-align: left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration: none;
    /*text-transform: uppercase;*/
	/*text-shadow: #132639 2px 2px 2px;*/
	
	border: 1px solid #ddd;
	border-radius: 6px;
	/*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);*/
	/*background-color: #2e86c1;*/
	/*background-color: black;*/
	background-color: #fff;	

}

.contenido-1a input:focus {
	outline: none;
	
	border: 1px solid #2e86c1;
	/*background-color: #f2f2f2;*/		
	
}

.contenido-1b {
	width: 100%;
	height: 70px;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;	
	/*padding: 5px;*/
	
	/*border: 1px solid red;*/
    background: none;
	
}

.contenido-1b button {
	width: 90%;
	height: 50px;
	
	box-sizing: border-box;	
	padding: 15px 20px;
	
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration: none;
    /*text-transform: uppercase;*/
	/*text-shadow: #132639 2px 2px 2px;*/		

	cursor: pointer;

	border: 1px solid #2e86c1;
	border-radius: 6px;
	/*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);*/	
	background-color: #2e86c1;
	
}

.contenido-1b button:hover {
	/*opacity: 0.7;*/
	background-color: #2e86c1;
	
}

.contenido-1b button:focus {
	opacity: 0.8;
	
	background-color: #2e86c1;
	
}

.contenido-2 {
	width: 400px;
	height: auto;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start;
    align-items: center;

	box-sizing: border-box;	
	padding-top: 30px;
	
	/*border: 1px solid red;*/
    background: none;
	
}	

.contenido-2 label {
	color: #26a69a;	
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	text-decoration: none;
    /*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/
	
	/*border: 1px solid red;*/
    background: none;
	
}	

.contenido-3 {
	width: 400px;
	height: auto;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start;
    align-items: center;	

	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
	
	/*border: 1px solid red;*/
	background: none;

}

.contenido-3 label {
	color: #333;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	text-decoration: none;
    /*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/

}

.contenido-3 span {
	color: #333;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	text-decoration: none;
    /*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/

}

}

/* Para PC */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1600px) {
	
html, body {
	height: 100vh;
    margin: 0;

	
	/*background-image: url("https://carontestudio.com/img/caronte-web-estudio-logo.png");*/
	/*background-image:url("./src/img/wallpaper/wall1.jpg);*/
	background-color: #f2f4f7;
	
	/*background-size: cover;*/
	/*background-size: 10rem;*/
	/*background-position: center center;*/
	/*background-repeat: no-repeat;*/
	/*background-repeat: repeat-y;*/
	/*background-attachment: fixed;*/
	/*filter: opacity(opacity: 50%);*/
	
}	

header {
	width: 100%;
	height: auto;
	
	position: fixed;
	top: 0px;

	box-sizing: border-box;
	/*padding-top: 0px;*/

	/*border: 1px solid red;*/
	background: none;
	
    z-index: 1;
	
}

/** Form login **/
main {
	width: 100%;
	height: 100%;

	top: 0px; 
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	/*border: 1px solid red;*/
    background: none;

}

section {
	width: 100%;
	height: 100%;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: start;
    align-items: center;

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
    background: none;
}


/** Contenedor **/
.contenedor-1 {
	width: 50%;
	height: 100%;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: end; /*start, center, end*/	

	box-sizing: border-box;
	padding-right: 5%;
	
	/*border: 1px solid red;*/
    background: none;

}

.contenedor-1a {
	width: 65%;
	height: auto;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: start; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	padding-bottom: 10px;
	
	/*border: 1px solid red;*/
    background: none;

}

.contenedor-1a label {
	color: #009688;	
	text-align: left;
	font-size: 45px;
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration: none;
    /*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/
	
	/*border: 1px solid red;*/
    background: none;
	
}

.contenedor-1b {
	width: 65%;
	height: auto;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: start; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
    background: none;

}

.contenedor-1b label {
	/*color: #26a69a;*/	
	color: #272c40;
	text-align: left;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration: none;
    /*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/
	
	/*border: 1px solid red;*/
    background: none;
	
}

.contenedor-1c {
	width: 65%;
	height: 170px;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
    background: none;

}

.contenedor-1c img {
	width: 400px;
	height: auto;

	/*border: 1px solid red;*/
    background: none;
	
}

/** contenedor 2 **/
.contenedor-2 {
	width: 50%;
	height: 100%;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: start; /*start, center, end*/	

	box-sizing: border-box;
	padding-left: 5%;
	
	/*border: 1px solid red;*/
    background: none;

}

.contenido-1 {
	width: 400px;
	height: auto;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start;
    align-items: center;
	
	box-sizing: border-box;
	padding-top: 30px;	
	padding-bottom: 30px;	
	    
	border: 1px solid #eee;
	border-radius: 10px;
	/*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);*/
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);	
	background-color: #fff;	
	
}

.contenido-1a {
	width: 100%;
	height: auto;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;	
	padding-bottom: 15px;
	
	/*border: 1px solid red;*/
    background: none;
	
}

.contenido-1a input {
	width: 90%;
	height: 50px;
	
	box-sizing: border-box;		
	padding: 10px;

	color: #131b3e;
	text-align: left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration: none;
    /*text-transform: uppercase;*/
	/*text-shadow: #132639 2px 2px 2px;*/
	
	border: 1px solid #ddd;
	border-radius: 6px;
	/*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);*/
	/*background-color: #2e86c1;*/
	/*background-color: black;*/
	background-color: #fff;	

}

.contenido-1a input:focus {
	outline: none;
	
	border: 1px solid #2e86c1;
	/*background-color: #f2f2f2;*/		
	
}

.contenido-1b {
	width: 100%;
	height: 70px;
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;	
	/*padding: 5px;*/
	
	/*border: 1px solid red;*/
    background: none;
	
}

.contenido-1b button {
	width: 90%;
	height: 50px;
	
	box-sizing: border-box;	
	padding: 15px 20px;
	
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration: none;
    /*text-transform: uppercase;*/
	/*text-shadow: #132639 2px 2px 2px;*/		

	cursor: pointer;

	border: 1px solid #2e86c1;
	border-radius: 6px;
	/*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);*/	
	background-color: #2e86c1;
	
}

.contenido-1b button:hover {
	/*opacity: 0.7;*/
	background-color: #2e86c1;
	
}

.contenido-1b button:focus {
	opacity: 0.8;
	
	background-color: #2e86c1;
	
}

.contenido-2 {
	width: 400px;
	height: auto;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start;
    align-items: center;

	box-sizing: border-box;	
	padding-top: 30px;
	
	/*border: 1px solid red;*/
    background: none;
	
}	

.contenido-2 label {
	color: #26a69a;	
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	text-decoration: none;
    /*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/
	
	/*border: 1px solid red;*/
    background: none;
	
}	

.contenido-3 {
	width: 400px;
	height: auto;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start;
    align-items: center;	

	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
	
	/*border: 1px solid red;*/
	background: none;

}

.contenido-3 label {
	color: #333;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	text-decoration: none;
    /*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/

}

.contenido-3 span {
	color: #333;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	text-decoration: none;
    /*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/

}

}