/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/






.boxForm__description .title{
	color: #1B2948;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.boxForm{
	padding-bottom: 30px;
}

.boxForm input{
	padding-left: 25px !important;
}

.boxForm form .boxForm__styleInput{
	border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    background: transparent;
    border-bottom: 1px solid #394050;
    padding-right: 40px;
    padding: 12px;
    padding-left: 20px;
    width: 100%;
    color: #1B2948;
}

.boxForm form .boxForm__styleInput::placeholder {
  color: #1B2948;
}

.boxForm form .btnsubmit{
	font-family: 'Montserrat';
    font-weight: 700;
    color: #ffffff;
    margin: 15px 15px 15px 0;
    height: 50px;
    line-height: 30px;
    padding: 10px 40px;
    font-size: 20px;
    border: 1px solid #394050;
    width: 100%;
    background-color: #E4112F;
}

.boxPoliticas{
	display: flex;
	flex-direction: row;
	margin-top: 30px;
}

.boxForm .boxPoliticas__link{
	margin-left: 10px;
}

.boxForm .alertMessage{
	display: none;
    text-align: center;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 20px;
}

.boxPoliticas input{
	margin-top: 5px;
}

.boxPoliticas .box_CheckPoliticas{
	display: block;
    margin-left: 10px;
    position: relative;
}




@media only screen and (max-width: 767px){
	#table-nav{
		width: 100%;
	}
		#table-nav .gem-table{
			position: relative;
			display: flex;
			width: 100%;
		}
			#table-nav .gem-table table{
				width: 100%;
				height: auto;
			}
				#table-nav .gem-table table tbody{
					width: 100%;
				    position: relative;
				    display: inline-flex;
				    height: auto!important;
				    padding: 0;
				    margin: 0;
				}
					#table-nav .gem-table table tbody tr{
						position: relative;
						display: grid;
						width: 100%;
						margin: 0 auto;
					}
					#table-nav .gem-table table tbody tr td{
						width: 100%!important;
					    text-align: center!important;
					    border-color: #ffffff!important;
					    position: relative!important;
					    display: block!important;
					    height: auto!important;
					}
}



