/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
Author: Jesús Bejarano
*/

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

img {
	max-width: 100%;
	width: 100%;
}

.ph {
    display: flex;
    flex-flow: row nowrap;
	box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, 'Ububtu', Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: inherit;
    width: 100%;
    min-height: 100%;
    color: #313131; 
    position: relative;
	transition: all 450ms ease-in-out !important; 
}
.ph *, .ph *::before, .ph *::after {
    box-sizing: inherit;
    font-family: inherit;
    outline: inherit;
    color: inherit;
}
.ph *:not(textarea):not(input), .ph *::before, .ph *::after {
    -webkit-touch-callout: inherit;
    -webkit-user-select: inherit;
    -ms-touch-action: inherit;
    touch-action: inherit;
    -ms-user-select: inherit;
    -moz-user-select: inherit;
    user-select: inherit;
}

.ph {
	background-image: url("../../../upload/wallpaper/uno.jpg");
	background-position: center center;
	background-size: cover;

}
.ph-sidebar {
    flex: 0 0 25%;
    max-width: 25%;
    background: rgba(66, 11, 28, 0.78);
    height: 100vh; 
	display: flex;
	justify-content: center;
	flex-flow: column nowrap; 
}

.ph-toolbar {
	width: 100%;
	flex: 0 0 4rem;
	max-height: 4rem;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-content: center;
	padding: 0.5rem 1rem;
	text-align: right;
}

.ph-flag {
	height: 1.5rem;
	width: 1.5rem;
	display: inline-block;
	margin: 0;
	vertical-align: top;
	margin-right: 0.25rem;
}

.ph-header {
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	flex-flow: column nowrap;
	text-align: center;
}

.ph-form {
	flex: 1 1 0;
	max-height: calc(85% - 2rem);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
	padding: 0 15%;
}

.ph-footer {
	flex: 1 1 0;
	max-height: calc(15% - 2rem);
	justify-content: center;
	flex-flow: column nowrap;
	align-items: center;
	width: 100%;
	display: flex;
	background-color: rgba(255, 255, 255, 0.50);
	color: white;
	font-size: 1.5rem;
	padding: 1.125rem;
}

.ph-footer > * + * {
	margin-top: 0.625rem;
}

.ph-form > * + *{
	margin-top: 1rem; 
}
.ph-form-control{ 
	width: 100%;
	display: flex;
	justify-content: center;
}

.ph-copyright {
	font-size: 0.825rem;
	text-align: center;
}
.ph-input[type="checkbox"],
.ph-input[type="radio"] 
{
    margin: 0;
    width: 0 !important;
    height: 0 !important;
    display: inline-block;
    max-height: 1rem;
    outline: none;
    border: none;
	position: relative;

}
.ph-input[type="radio"]::before,
.ph-input[type="checkbox"]::before {
    content: "";
    display: block;
    cursor: inherit;
    width: 1rem;
    height: 1rem;
    vertical-align: top;
    background: rgba(255, 255, 255, 0.50);
    border: none;
    border-radius: 1px;
    z-index: 2;
	padding: 0.1rem;
    line-height: 1;
    font-size: 0.825rem;
    text-align: center;
    color: white;
}
.ph-input[type="checkbox"]:checked::before  {
    content: "\2714";

}
.ph-input[type="radio"]:checked::before, 
.ph-input[type="checkbox"]:checked::before {
    background: rgba(255, 255, 255, 0.50);
	
}
.ph-input[type="radio"]::before  {
    content: attr(data-text) !important;
	text-transform: uppercase;

}

.ph-form .ph-input[type="checkbox"] {
	align-self: flex-start;
}

.ph-btn ,
.ph-input {
	border: none;
	outline: none;
	border-radius: 1px;
}

.ph-input { 
	min-height: 2rem; 
}

.ph-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) { 
	background-color:  rgba(255, 255, 255, 0.50);
	padding: 0.5rem 1rem;
	width: 100%; 
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95rem;
	transition: all .3s ease-in-out; 
}
.ph-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus  {
	background-color: rgba(66, 11, 28, 0.78);
	color: white;

}
h1, h2, h3, h4 ,h5, h6, strong {
	margin: 0;
	vertical-align: top;
	display: block;
}
.ph-btn {
	width: auto;
	min-height: 2.5rem;
	color: white;
	background-color:rgba(255, 255, 255, 0.50);
	background-size: 1rem, 100%;
	font-size: 0.935rem;
	text-align: left;
	padding: 0.5rem 1rem;
	font-weight: 600;
	display: block;
	position:relative;
	color: rgba(255, 255, 255, 0.9);
	background-clip: border-box;
	margin-left: -2.5rem;
}
.ph-btn:hover::after { 
	background-color: rgba(243, 156, 18,1.0);
}
.ph-btn::after  {
	content: "";
	display: block;
	width: 2.5rem;
	height: 2.5rem; 
	position: absolute;
	background-color: rgba(255, 255, 255, 0.80);
	color: rgba(255, 255, 255, 0.7);
	background-image:  url(../img/SVG/circle-right.svg);
	background-position: center;
	background-size: 1rem;
	background-repeat: no-repeat;
	left: 100%;
	top: 0;
	transition: all .3s ease-in-out; 

}
.ph-form .ph-btn{
	margin-top: 2rem;
}

.ph-select{
    background-color: rgba(255, 255, 255, 0.50);
    color: white;
}

select option{
    background-color: rgb(162, 145, 139)!important;
}

.ph-form .ph-label.ph-label-wrapper  {
	position: relative;
	padding-left: 1.5rem;
	color: white; 
	font-size: 0.935rem;
}
.ph-form .ph-label.ph-label-wrapper > *{ 
	position: absolute;
	left: 0;
	
}
.ph-logo {
	width: 100%;
	height: auto;
}

*{
    font-family: Roboto !important;
}

textarea::placeholder,
input::placeholder {
	color: currentColor; 
	box-sizing: border-box;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, 'Ububtu', Arial, sans-serif;
	font-size: 0.935rem;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
	color: currentColor; 
	box-sizing: border-box;
	font-size: 0.935rem;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, 'Ububtu', Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
    /* Firefox 19+ */
	color: currentColor; 
	box-sizing: border-box;
	font-size: 0.935rem;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, 'Ububtu', Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    /* IE 10+ */
	color: currentColor; 
	box-sizing: border-box;
	font-size: 0.935rem;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, 'Ububtu', Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.ph-form > .ph-group {
	margin-top: 2rem; 
	padding: 0 1rem;
}
.ph-group { 
	width: 100%;
	position: relative;
}
.ph-group:not(.ph-inlined) {
	display: flex;
	justify-content: space-between ;
	align-items: center;
    text-align: center;
	flex-flow: column nowrap;
} 
.ph-register { 
}
.ph label {
	color: white;
	font-size: 0.935rem;
}

.ph-form-control-gender { 
	display: flex;
	flex-flow: row nowrap;
	align-items: center;

}
.ph-form-control-gender .ph-group {
	position: relative;
}
.ph-form-control-gender .ph-group > input[type="radio"]::before{
	transform: translate(50%, 75%);
}
.ph-form-control-gender .ph-group > input[type="radio"] + input[type="radio"]::before{
	margin-left: 0.625rem;
}
.ph-group:not(.ph-inlined) > * {
	flex: 0 0 100%;
}
.ph-group:not(.ph-inlined)  > * + * {
	margin-top: 0.625rem;
}
.ph-group.ph-inlined  {
}
.ph-group.ph-inlined > * {
	display: inline-block;
	flex: none;
	width: auto;
}
.ph-group.ph-inlined  > * + * {
	margin-left: 0.625rem;
}

.ph a {
	color: white;
	text-decoration: none; 
}
.ph a:not(.ph-btn):hover {
	text-decoration: underline;
} 
.ph-justify-start {
	justify-content: flex-start; 
} 

@media (max-width: 33.9em) { 
	html { font-size: 80%;  }
}

@media (min-width: 34em) and (max-width: 47.9em) {
	html { font-size: 90%; }
} 
@media (min-width: 48em){ 
	html { font-size: 100%;  }
} 

/* Extra small devices (portrait phones, less than 34em)*/
@media (max-width: 33.9em) { 
}

/* Small devices (landscape phones, less than 48em)*/

@media only screen and (max-width: 47.9em) , only screen and (orientation: portrait) {
	.ph-sidebar {
		flex: 0 0 100%;
		max-width: 100%;
		height: 100vh;
		display: flex;
		justify-content: center;
		flex-flow: column nowrap;
	}	

}


/* Medium devices (tablets, less than 62em)*/
@media (max-width: 61.9em) { 
}
@media (max-width: 74.9em) { 
} 
@media (min-width: 34em) { 
}

@media (min-width: 48em) {  
}

@media (min-width: 62em) { 
}

@media (min-width: 75em) { 
}



.ph-icon {

}

