/*@import url('../fonts?family=Manjari|Neuton');*/
@font-face {
	font-family:"PTSans";
	src: url(../fonts/PTSans-Regular.ttf);
}
@font-face {
	font-family:"Neuton";
	src: url(../fonts/Neuton-Regular.ttf);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
        height: 600px;
        margin: 0;
        padding: 0;
      }

body{
    background: url(../images/store_bg3.jpg) no-repeat center top;
	background-size: cover;
	height: 200vh;
	color: black;
    font-family: 'PTSans', sans-serif;
    /*display: flex;
    min-height: 100vh;*/
	margin: 10px;
}


.panelcolor
{
    background: #000000;
}

.titulo_formulario{
	color: white;
	text-shadow: 2px 2px 10px #666;
}
.titulo_grupos{
	font-family:"Neuton";
	color: white;
}
.sub_titulo_grupos{
	font-family:"Neuton";
	/*border: 5px solid rgba(0,0,0,0.2);*/
	padding: 10px;
	color: yellow;
}
.titulo_cuadro{
	font-family:"Neuton";
	color: green;
}
.subtitulo{
	font-family:"Neuton";
	width: 98%;
	align: center;
	padding: 10px;
	color: green;
	font-weight: bold;
	border: 5px solid rgba(0,0,0,0.2);
	border-radius: 5px;
}

.containerp{
    width: 100%;
	margin: 5px;
    
}

.container--flex{
	margin: 5px;
    display: flex; /* bastaria solo con este, pero agregamos opcionales mas abajo */
    flex-wrap: wrap; /* los elemenos que no entren se van hacia abajo */
    justify-content: space-between; /* alinear en el eje horizontal (eje principal) */
    align-items: center; /* alinear eje secundario - vertical en el centro */
	align-items: flex-start;
}
.column{
    width: 100%;
    
}
.columnp{
    width: 100%;
	align-items: center;
}

.column-30{
	width: 33%;
	align-items: center;	
}

.column-40{
	width: 39%;
	align-items: center;
	
}
.column-60{
	width: 59%;
	align-items: center;
	
}

.column-100{
	width: 100%;
	align-items: center;
}

.cuadro-info{
	
	margin-left: 20px;
	margin-bottom: 100px;
	align: center;
    width: 90%;
    background: #fff;
    padding: 30px;
    border: 1px solid rgba(255,255,255,255,.2);
	border-radius: 10px;
	opacity: 0.9;
	align-items: center;
}

.form-contact{
    width: 98%;
    background: #000000;
    padding: 10px 30px;
	position: center;
	box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px #666;
	border-radius: 10px;
	opacity: 0.9;
}

.caja{
    margin: auto;
    width: 98%;
    background: #F3F3F3;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
}

.caja-info{
	color: white;
    margin-top: 50px;
    width: 98%;
    background: #374e60;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
}

.registro_ok{
	margin: auto;
	padding: 20px;
	text-align: center;
	border: 1px solid rgba(26,65,95,0.8);
	background: rgba(26,65,95,0.7);
	width: 90%;
	border-radius: 10px;
	color: white;
}

.form-contact .LoginUsuariosError{
	color: white;
}
.form-contact label{
	color: white;
}

.form-contact .txt_captcha{
	width: 80px;
}

.login-box{
    width: auto;
    min-width: 350px;
	max-width: 400px;
    background: #000000;
    padding: 70px 30px;
	top: 50%;
	left: 50%;
	position: center;
	/*transform: translate(-50%, -50%);*/
	box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px #666;
	border-radius: 10px;
	opacity: 0.95;
}

.login-registro{
    width: auto;
	margin-top: 50px;
    min-width: 350px;
	max-width: 400px;
    background: #fffff2;
    padding: 40px 30px;
	position: center;
	box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px #666;
	border-radius: 10px;
	opacity: 0.95;
}

.login-box .LoginUsuariosError{
	color: white;
}

h2{
	text-align: center;
    margin-bottom: 20px;
}

.login-box .logo-login{
    width: 150px;
	background: white;
	margin-top: -140px;
	
	margin-left: calc(50% - 70px);
	/*position: right;
	top: -70px;
    text-align: center;*/
	border-radius: 10px;
	border: 5px solid rgba(0,0,0,0.9);
}

.login-registro .logo-login{
    width: 100px;
	background: white;
	margin-top: -140px;
	margin-left: calc(50% - 50px);
	position: right;
	top: -70px;
    text-align: center;
	border-radius: 10px;
	border: 5px solid rgba(0,0,0,0.9);
}

.logo-estandar{
    width: 150px;
	background: white;
	border-radius: 10px;
	border: 5px solid rgba(0,0,0,0.9);
}

.cuadro-opt{
	align: center;
	margin-top: 100px;
	/*margin-bottom: 100px;*/
    width: 100%;
	height: 90%;
	min-width: 400px;
    background: #234543;
    padding: 30px;
    border: 1px solid rgba(255,255,255,255,.2);
	border-radius: 10px;
	opacity: 0.8;
	align-items: center;
	text-align: center;
}

.cuadro-opt .icono-cuadro{
    width: 150px;
	background: white;
	margin-top: -100px;
	margin-left: calc(50% - 160px);
	border-radius: 50%;
	border: 5px solid rgba(0,0,0,0.9);
}

.cuadro-opt a{
	font-family: 'PTSans', sans-serif;
	display: block;
	width: 100%;
	float: center;
	line-height: 20px;
	color: rgba(0,0,0,0.8);
	padding: 10px;
	background-color: rgba(255,255,0,.8);
	border: 2px solid rgb(0,255,0);
	border-radius: 5px;
}

.cuadro-opt a:hover{
    font-family: 'PTSans', sans-serif;
	line-height: 20px;
	color: rgba(0,0,0,1);
	background-color: rgba(255,255,0,1);
}

.cuadro-info p,ul li{
	color: black;
	text-align: justify;
}

.cuadro-opt p,li{
	color: white;
	text-align: justify;
}

.inputregistro{
	display: block;
    padding: 10px;
    width: 100%;
    margin: 10px 0;
    font-size: 11px;
	color: black;
	border-color: #fffff0;
    border-radius: 5px;
}

input{
    display: block;
    padding: 10px;
    width: 100%;
    margin: 10px 0;
    font-size: 12px;
	color: black;
    border-radius: 5px;
}

input[type="submit"]{
    background: linear-gradient(#419a1c, #285f11);
    border: 0;
    color: black;
    opacity: 0.8;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 0;
}

input[type="submit"]:hover{
    opacity: 1;
}

input[type="submit"]:active{
    transform: scale(0.98)
}

#map {
	width: 100%;
	height: 80%;
}

#coords {
	width: 500px;
}

a{
    font-family: 'PTSans', sans-serif;
	line-height: 20px;
	color: rgba(255,255,255,0.5);
}

a:hover{
    font-family: 'PTSans', sans-serif;
	line-height: 20px;
	color: rgba(255,255,255,1);
}

.footer-bottom {
  /*position: fixed;*/
  background-color: rgba(0,0,0,0.6);
  left: 0;
  bottom: 0;
  width: 99%;
  color: white;
  text-align: center;
  /*box-shadow: 2px 2px 10px #666;*/
}
/*##########################################################################*/
.contact-information{
    padding: 10px;
    padding-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #103C42;
}

.contact-information .column__title{
    font-family: 'Neuton', cursive;
    font-weight: 100;
}

.contact-information [class*="icon-"]{
    font-size: 1.3em;
    margin-right: 7px;
    position: relative;
    top: 5px;
    
}
.contact-information .social-icon{
    justify-content: flex-start;
    margin-bottom: 10px;
}

.contact-information .social-icon [class*="icon-"]{
    background: black;
    color: white;
    margin-left: 0;
    margin-right: 15px;
}

.group__title{
    font-family: 'Neuton', cursive;
    text-align: center;
    font-weight: 100;
    font-size: 1.5em;
    margin: 30px;
}

.column__title{
    font-size: 1.3em;
}

.column__txt{
	text-align: justify;
}

.social-icon{
    display: flex;
    justify-content: space-between;
}

.social-icon [class*="icon-"]{
    color: black;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
}

.column--50{
        width: 49%;
    }
.social-icon__link{
    text-decoration: none;
}
/*##########################################################################*/
@media screen and (min-width:300px){
	.login-box{
		margin-top: 100px;
		width: 99%;
		min-width: 200px;;
	}
	.column--50{
		width: 98%;
	}
	.column-40{
		width: 98%;
	}
	.column-60{
		width: 98%;
	}
	.column-30{
		width: 98%;
	}
	
}
@media screen and (min-width:700px){
	.login-box{
		margin-top: 0;
	}
	.column-40{
		width: 40%;
		margin: auto;
		float: none;
	}
	.column-60{
		width: 60%;
	}
	.column--50{
		width: 98%;
	}
	.column-30{
		width: 98%;
	}
	.containerp .container--flex{
		align-items: flex-start;
	}
	.contac .container--flex{
        align-items: flex-start;
    }
    
    .contact_information{
        border-right: 1px solid #103C42;
        border-bottom: none;
    }
}
@media screen and (min-width:800px){
	.column-30{
		width: 50%;
	}
	.column--50{
		width: 50%;
	}
}
@media screen and (min-width:1250px){
	.login-box{
		margin-top: 0;
	}
	.column-40{
		width: 40%;
		margin: auto;
		float: none;
	}
	.column-60{
		width: 60%;
	}
	.column--50{
		width: 50%;
	}
	.column-30{
		width: 33%;
	}
	.contac .container--flex{
        align-items: flex-start;
    }
    
    .contact_information{
        border-right: 1px solid #103C42;
        border-bottom: none;
    }
}