html, body{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background:#ffffff;
	margin: 0;
}
p,ul li,ol li{
	margin:0;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Questrial', sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
input[type="submit"],input[type="reset"],.selectals_footer_grid_leftl,.selectals_footer_grid_leftr h4,.selectal_footer_pos p a,.selectals_footer_grid_leftr a,.organizacion_header_right ul li a,.selectals_social li a,.selecta_consulta_grid1_pos,.selecta_consulta_grid1_pos img{
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}
/*-- header --*/
.organizacion_header_left{
	float:left;
}
.organizacion_header_left p{
	color:#999;
	line-height:1.8em;
}
.organizacion_header_right{
	float:right;
}
.header {
    padding:0.6em 3em;
    border-top: 2px solid #fa3d03;
}
.organizacion_header_right ul li{
	display:inline-block;
	color:#212121;
}
.organizacion_header_right ul li:last-child{
	margin-left:2em;
}
.organizacion_header_right ul li i{
	color:#212121;
	padding-right:1em;
}
.organizacion_header_right ul li a{
	color:#212121;
	text-decoration:none;
}
.organizacion_header_right ul li a:hover{
	color:#149588;
}
/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.selecta_navigation {
    border-top: 1px solid #999;
	position:relative;
}
.navbar-nav {
    float: none;
}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    float: none !important;
    margin-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#149588;
    background: none;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
.navbar-nav > li > a {
    margin:3em 3.1em;
    padding: 0;
	line-height: 1em;
    text-transform: uppercase;
}
.navbar-nav > li:nth-child(3) a {
    margin-right:23.1em !important;
}
.selecta_navigation_pos{
	position: absolute;
    top: 27%;
    left: 41%;
    z-index: 9999;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #fa3d03;
}
/* Effect 5: menú con palabras que giran */
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
}
.cl-effect-5 a span {
	color: #000;
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.5s;
}
.cl-effect-5 a span::before {
	color: #149588;
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.cl-effect-5 a:hover span, .cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Effect 5: llanta aparece abajo */
/*-- //nav --*/
.fa-tire-rugged{
    -webkit-animation: fa-spin 3s infinite linear;
    animation: fa-spin 3s infinite linear;
}

/*-- banner --*/
.banner{
	background:url(../img/banner.png) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:600px;
}
.selecta_navigation_pos h1 a i {
    font-size: .6em;
    color: #f83e03;
}
.banner p{
	font-size:2em;
	color:#fff;
	text-align:right;
	text-transform:capitalize;
	margin:10em 0 0;
}
.banner p i{
	font-family: arial black;
	display: block;
    font-size: 1.5em;
}
.banner p span{
	font-weight: bold;
    background:/*#149588 #052522*/ lightseagreen;
    display: inline-block;
    padding: 0 .5em;
}

/*-- options --*/
.options,/*.services,*/.consulta-bottom,.mail{
	padding:5em 0;
}
.selectal_head{
	font-size: 2.5em;
    font-weight: bold;
    color: #212121;
    text-transform: capitalize;
	position:relative;
	letter-spacing: 3px;
}
.selectal_head:before,.selectal_head:after{
	content: '';
    background: #eaeaea;
    height: 2px;
    width: 20%;
    position: absolute;
}
.selectal_head:before{
	top: -20%;
    left: -8%;
}
.selectal_head:after{
	bottom:0%;
	right:35%;
}
.selectals_head_para{
	color:#149588;
	text-transform:uppercase;
	letter-spacing:8px;
	font-size: 1rem !important;
	font-weight: 900;
}
.agileits_options_left{
	border-right:1px solid #212121;
}
.agileits_options_right p{
	color:#999;
	line-height:2em;
	margin-bottom:3em;
}
.agileits_options_right p i{
	display:block;
	margin:2em 0 0;
}
.agileits_options_right {
    padding-left: 7em;
}
.agileits_options_right ul li{
	display: block;
    margin-bottom: 0em;
    color: #212121;
    line-height: 1.5em;
    text-transform: capitalize;
    font-family: 'Questrial', sans-serif;
    font-size: 1.2em;
	font-weight:600;
	letter-spacing:2px;
}
.agileits_options_right ul li i{
	color:#149588;
	padding-right:1em;
	width: 2rem;
}
.agileits_options_right ul li:last-child,.agileinfo_options_bottom_right_wthree ul li:last-child{
	margin-bottom:0;
}
.options-bottom{
	background:url(../img/Medidasv.JPG) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:400px;
}

/*-- fondos --*/
.selectal_head1{
	color: #fff;
	text-align:center;
}
.selectals_head_para1{
	color: ##fff;
	text-align:center;
}
.selectal_head1:before,.selectal_head1:after{
	width:10% !important;
}
.selectal_head1:before {
    left: 35% !important;
}
.selectal_head1:after {
    right: 35% !important;
}
.selectTodoEquipo{
	color: #000;
}
.mensajeContacto{
	color: yellowgreen;
}

/*-- consulta --*/
.consulta{
	background: url(../img/Medidasv.JPG) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 500px;
    padding:4em 0;
}
.selectal_head1_organizacion{
	color:#fff;
}
.selecta_consulta_grid{
	text-align:center;
}
.selecta_consulta_grid h4{
	margin:1em 0 0;
	color:#fff;
	font-size:1em;
	letter-spacing:3px;
}
.selecta_consulta_grid p{
	text-transform:uppercase;
	color:#149588;
}
.selecta_consulta_grid1{
	position:relative;
}
.selecta_consulta_grid1_pos{
	position: absolute;
    top: 39%;
    left: 27%;
	display:none;
}
.selecta_consulta_grid:hover .selecta_consulta_grid1 img{
	opacity:.5;
}
.selecta_consulta_grid:hover .selecta_consulta_grid1_pos{
	display:block;
}

/*-- galeria --*/
.selectal_gallery_grid li{
	display: inline-block;
    float: left;
    width: 32.33%;
    padding: 1%;
}
.box {
    position: relative;
    overflow: hidden;
}
.box img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.box .overbox {
	background-color: hsla(0, 0%, 11%, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    padding:8em 2em 2em;
}
.box,.box .overbox {
	height: 230px;
}
.box:hover .overbox {
	opacity: 1;
}
.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.box .title {
  font-size:1.5em;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}
.box:hover .title, .box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.box .tagline {
	font-size: 13px;
    line-height:1.8em;
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
}
.box:hover .tagline, .box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

/*-- mail --*/
.selecta_mail_grids textarea{
	outline: none;
    padding: 10px;
    color: #212121;
    font-size: 14px;
    border: none;
    border-bottom:2px solid #f2f2f2;
    background: none;
    width: 97.3%;
    margin:0 0 3em 1.1em;
    min-height: 150px;
    resize: none;
	font-weight:600;
}
.selecta_mail_grids textarea::-webkit-input-placeholder {
	color: #212121 !important;
}
.selecta_mail_grids input[type="submit"]{
	outline: none;
    padding: 1px 0;
    color: #000/*#149588*/;
    letter-spacing: 4px;
    font-size: 1em;
    border: none;
    border-bottom: 2px solid #000/*#149588*/;
    text-transform: uppercase;
    background: none;
    width:15%;
    margin-left: 30em;
    font-weight: 600;
    transition: 0.4s;
    text-align: center;
}
.selecta_mail_grids input[type="submit"]:hover{
	color:#FFF;
	border-bottom: 2px solid #000;
}
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	max-width: 345px;
	width: calc(100% - 2em);
	vertical-align: top;
}
.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: /*#f0f0f0*/#DDD;
	color: #aaa;
	-webkit-appearance: none; /* sombra que se muestra en iOS */
}
.input__field:focus {
	outline: none;
}
.input__label {
	display: inline-block;
    padding: 0 1em;
    width: 40%;
    color: #212121;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

/* Jiro */
.input__field--jiro {
	padding:1em 0.5em;
	width: 100%;
	background: transparent;
	color: #212121;
    font-size: 14px;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.input__label--jiro {
	position: absolute;
	left: 0;
	padding: 0 0.85em;
	width: 100%;
	height: 100%;
	text-align: left;
	pointer-events: none;
	font-size: 14px;
}
.input__label-content--jiro {
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}
.input__label--jiro::before, .input__label--jiro::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.input__label--jiro::before {
	border-top:2px solid #f2f2f2;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.input__label--jiro::after {
	z-index: -1;
	background:#DDD;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.input__field--jiro:focus, .input--filled .input__field--jiro {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.visible{
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.input__field--jiro:focus + .input__label--jiro .input__label-content--jiro,
.input--filled .input__label-content--jiro {
	-webkit-transform: translate3d(0, -80%, 0);
	transform: translate3d(0, -80%, 0);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.input__field--jiro:focus + .input__label--jiro::before,
.input--filled .input__label--jiro::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.input__field--jiro:focus + .input__label--jiro::before,
.input--filled .input__label--jiro::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--jiro:focus + .input__label--jiro::after,
.input--filled .input__label--jiro::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mail {
	background-color: /*#F0F0F0*/lightseagreen;
}

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../img/tiregreennbgch.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*-- start-responsive-design --*/
@media (max-width:1440px){
	.banner {
		min-height: 530px;
	}
}
@media (max-width:1080px){
	.navbar-nav > li:nth-child(3) a {
		margin-right: 22.1em !important;
	}
	.navbar-nav > li > a {
		margin: 3em 2.1em;
	}
	.selecta_navigation_pos {
		left:40.5%;
	}
	.banner {
		min-height: 470px;
	}
	.banner p {
		margin: 8em 0 0;
	}
	.selectal_head:before, .selectal_head:after {
		width: 30%;
	}
	.selectal_head:after {
		right: 20%;
	}
	.agileits_options_right p i {
		margin: 1em 0 0;
	}
	.agileinfo_options_bottom_right h2 {
		font-size: 1.8em;
		margin:1.5em 0 1em;
	}
	.agileinfo_options_bottom_right {
		padding-left: 0;
	}
	.agileinfo_options_bottom_right_wthree {
		padding: 0;
	}
	.selectal_head {
		font-size: 2.3em;
	}
	.consulta {
		min-height: 430px;
	}
	.selecta_consulta_grid1_pos {
		top: 40%;
		left: 19%;
	}
	.box, .box .overbox {
		height: 189px;
	}
	.box .overbox {
		padding:6em 1em 2em;
	}
	.options, .consulta-bottom, .mail {
		padding: 4em 0;
	}
	.input {
		max-width: 278px;
	}
	.selecta_mail_grids input[type="submit"] {
		width: 20%;
		margin-left: 24em;
	}
	.selectal_footer {
		min-height: 560px;
	}
}
@media (max-width: 1024px){
	.selecta_navigation_pos {
		left:41%;
	}
	.banner {
		min-height: 410px;
	}
	.agileits_options_right {
		padding-left: 4em;
	}
}
@media (max-width: 991px){
	.selecta_navigation_pos h1 a {
		font-size: 1em;
	}
	.navbar-nav > li:nth-child(3) a {
		margin-right: 17.1em !important;
	}
	.navbar-nav > li > a {
		margin: 2.5em 1.1em;
	}
	.selecta_navigation_pos {
		top: 28%;
		left: 38.5%;
	}
	.banner p {
		font-size: 1.74em;
	}
	.selectal_head:before, .selectal_head:after {
		width: 15%;
	}
	.selectal_head:after {
		right: 65%;
	}
	.agileits_options_right {
		padding: 0;
		margin: 2em 0 0;
	}
	.agileits_options_right p {
		margin-bottom: 2em;
	}
	.agileinfo_options_bottom_right_wthree {
		float: left;
		width: 50%;
	}
	.agileinfo_options_bottom_left {
		margin-top: 2em;
	}
	/*.selecta_agileits_services_grid {
		float: left;
		width: 50%;
	}*/
	.selecta_consulta_grid {
		float: left;
		width: 50%;
	}
	.selecta_consulta_grid:nth-child(2) {
		margin-bottom: 2em;
	}
	.consulta {
		padding: 3em 0;
	}
	.selectal_head1:before, .selectal_head1:after {
		width: 20% !important;
	}
	.selectal_head1:before {
		left: 25% !important;
	}
	.selectal_head1:after {
		right: 25% !important;
	}
	.selecta_consulta_grid1_pos {
		top: 43%;
		left: 29%;
	}
	.box, .box .overbox {
		height: 145px;
	}
	.box .overbox {
		padding: 4em 1em 2em;
	}
	.agileits_organizacion_options_counter_left {
		float: left;
		width: 25%;
	}
	.agileits_organizacion_options_counter_left i {
		font-size: 1.4em;
		width: 85px;
		height: 85px;
	}
	.agileits_organizacion_options_counter_left p {
		font-size: 2.3em;
	}
	.agileits_organizacion_options_counter_left h3 {
		font-size: 1.1em;
	}
	/*.services-bottom {
		min-height: 275px;
	}*/
	.input {
		max-width: 205px;
	}
	.selecta_mail_grids textarea {
		width: 96%;
	}
	.selecta_mail_grids input[type="submit"] {
		width: 25%;
		margin-left: 17em;
		text-align: center;
	}
	.selectal_footer {
		padding: 4em 0 0;
	}
}
@media (max-width: 800px){
	.selecta_navigation_pos {
		left:38.5%;
	}
	.banner p {
		margin: 7em 0 0;
	}
	.banner {
		min-height: 350px;
	}
	.selectal_head:before {
		left: -5%;
	}
}
@media (max-width: 768px){
	.selecta_navigation_pos h1 a {
		font-size: .95em;
	}
	.selecta_navigation_pos {
		left: 39%;
	}
	.selectal_head {
		font-size: 2em;
	}
	.agileits_options_left {
		padding: 0 3em;
	}
	.agileits_options_right {
		padding-left: 3em;
	}
	.agileinfo_options_bottom_right h2 {
		font-size: 1.7em;
	}
}
@media (max-width: 767px){
	.navbar-default .navbar-toggle {
		border-color: #212121;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #212121;
	}
	.navbar-toggle {
		margin: 1em 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.selecta_navigation_pos {
		position: inherit;
		float: left;
		margin-top: .9em;
	}
	.navbar-nav {
		float: none;
		margin: 0;
		text-align: center;
		background: #dfdfdf;
	}
	.navbar-nav > li > a {
		margin: 2em 0;
	}
	.navbar-nav > li:nth-child(3) a {
		margin-right: auto !important;
	}
}
@media (max-width: 736px){
	.header {
		padding: 0.6em 1em;
	}
	.banner p {
		font-size: 1.67em;
	}
	.banner {
		min-height: 310px;
	}
	.box .overbox {
		padding: 3em 1em 2em;
	}
	.box, .box .overbox {
		height: 139px;
	}
	.input {
		max-width: 194px;
	}
}
@media (max-width: 667px){
	.organizacion_header_right ul li:last-child {
		margin-left: 1em;
	}
	.banner p {
		font-size: 1.5em;
	}
	.selectal_head {
		font-size: 1.8em;
	}
	.selectal_head:before, .selectal_head:after {
		width: 20%;
	}
	.selectal_head:before {
		left: -9%;
	}
	.selectal_head:after {
		right: 59%;
	}
	.box, .box .overbox {
		height: 125px;
	}
	.box .title {
		font-size: 1.3em;
	}
	.agileits_organizacion_options_counter_left p {
		font-size: 2.1em;
	}
	.agileits_organizacion_options_counter_left h3 {
		font-size: .95em;
	}
	.input {
		max-width: 187px;
		margin: .5em;
	}
	.selecta_mail_grids input[type="submit"] {
		font-size: 14px;
	}
}
@media (max-width: 640px){
	.banner p {
		font-size: 1.43em;
	}
	.options, /*.services,*/ .consulta-bottom, .mail {
		padding: 3em 0;
	}
	.agileinfo_options_bottom_right h2 {
		font-size: 1.5em;
	}
	.selecta_consulta_grid1_pos {
		left: 27%;
	}
	.selectal_gallery_grid li {
		width: 50%;
	}
	.box, .box .overbox {
		height: 190px;
	}
	.box .overbox {
		padding: 7em 1em 2em;
	}
	.agileits_organizacion_options_counter_left {
		padding: 0;
	}
	.input__field--jiro,.selecta_mail_grids textarea,.input__label--jiro {
		font-size: 13px;
	}
	.input {
		max-width: 178px;
	}
}
@media (max-width: 600px){
	.selecta_navigation_pos h1 a {
		font-size: .85em;
	}
	.banner p span {
		padding: 0 .3em;
	}
	.banner p {
		font-size: 1.38em;
	}
	.banner {
		min-height: 270px;
	}
	.selecta_consulta_grid1_pos {
		left: 24%;
	}
	.box, .box .overbox {
		height: 175px;
	}
	.input {
		max-width: 165px;
	}
	.selecta_mail_grids input[type="submit"] {
		margin-left: 15em;
	}
}
@media (max-width: 568px){
	.organizacion_header_right ul li,.organizacion_header_left p {
		font-size: 13px;
	}
	.selecta_navigation_pos h1 a {
		font-size: .8em;
	}
	.selecta_navigation_pos {
		margin-top: .85em;
	}
	.banner p {
		font-size: 1.3em;
	}
	.box, .box .overbox {
		height: 167px;
	}
	.box .overbox {
		padding: 5em 1em 2em;
	}
	.input {
		max-width: 100%;
		margin: 2em 0 0;
	}
	.input__label--jiro {
		padding: 0 0.5em;
	}
	.selecta_mail_grids {
		margin: 0 !important;
	}
	.selecta_mail_grids textarea {
		width: 93%;
		margin: 3em 0 3em 0.1em;
	}
	.selecta_mail_grids input[type="submit"] {
		margin-left: 14.5em;
	}
}
@media (max-width: 480px){
	.banner p {
		font-size: 1.08em;
	}
	.organizacion_header_left,.organizacion_header_right {
		float: none;
		text-align: center;
	}
	.banner {
		min-height: 230px;
	}
	.selectal_head {
		font-size: 1.6em;
	}
	.agileits_options_left {
		padding: 0 2em;
	}
	.agileits_options_right {
		padding-left: 2em;
	}
	.agileits_options_right ul li {
		font-size: 14px;
	}
	.options, /*.services,*/ .consulta-bottom, .mail {
		padding: 2em 0;
	}
	.agileinfo_options_bottom_right h2 {
		font-size: 1.3em;
	}
	.agileinfo_options_bottom_right_wthree {
		float: none;
		width: 100%;
	}
	.agileinfo_options_bottom_right_wthree:nth-child(3) {
		margin: 1em 0 0;
	}
	.selecta_consulta_grid1_pos {
		left: 15%;
	}
	.box, .box .overbox {
		height: 138px;
	}
	.box .overbox {
		padding: 4em 1em 2em;
	}
	.agileits_organizacion_options_counter_left {
		width: 50%;
	}
	.agileits_organizacion_options_counter_left:nth-child(2) {
		margin-bottom: 2em;
	}
	.input {
		width: calc(100% - 0em);
	}
	.selecta_mail_grids textarea {
		width: 100%;
		margin: 3em 0 3em 0em;
	}
	.selecta_mail_grids input[type="submit"] {
		width: 35%;
		margin-left: 10.5em;
	}
}
@media (max-width: 414px){
	.selecta_mail_grids input[type="submit"] {
		margin-left: 8.5em;
	}
	.selectal_head:before, .selectal_head:after {
		width: 30%;
	}
	.selectal_head:after {
		right: 37%;
	}
	.selectals_head_para {
		letter-spacing: 6px;
		font-size: 11px;
	}
	.agileits_options_right {
		padding-left: 0em;
		margin-top: 1em;
	}
	.selecta_consulta_grids, .organizacion_gallery_grids, .selecta_mail_grids {
		margin: 2em 0 0;
	}
	.selecta_consulta_grid1_pos {
		left: 7%;
		top: 38%;
	}
	.box, .box .overbox {
		height: 116px;
	}
	.box .overbox {
		padding: 1em 1em 2em;
	}
}
@media (max-width: 384px){
	.selecta_navigation_pos h1 a {
		font-size: .75em;
	}
	.navbar-toggle {
		margin: 0.8em 0;
	}
	.selecta_navigation_pos {
		margin-top: .6em;
	}
	.banner p {
		line-height: 1.8em;
		margin: 6em 0 0;
	}
	.agileinfo_options_bottom_left img {
		width: 70%;
	}
	.selectal_head1:before, .selectal_head1:after {
		width: 35% !important;
	}
	.selectal_head1:before {
		left: 11% !important;
	}
	.selectal_head1:after {
		right: 12% !important;
	}
	.selecta_consulta_grid {
		float: none;
		width: 75%;
		margin: 0 auto;
	}
	.selecta_consulta_grid1_pos {
		left: 21%;
	}
	.selecta_consulta_grid:nth-child(2) {
		margin: 2em auto;
	}
	.selecta_consulta_grid:nth-child(3) {
		margin-bottom: 2em;
	}
	.selectal_gallery_grid li {
		width: 90%;
		float: none;
		margin: 0 auto;
		display: block;
	}
	.box, .box .overbox {
		height: 197px;
	}
	.box .overbox {
		padding: 6em 2em 2em;
	}
	.selecta_mail_grids input[type="submit"] {
		margin-left: 8.5em;
	}
}
@media (max-width: 375px){
	.box, .box .overbox {
		height: 193px;
	}
}
@media (max-width: 320px){
	.selecta_navigation_pos h1 a {
		font-size: .7em;
	}
	.nav > li {
		font-size: 13px;
	}
	.navbar-nav > li > a {
		margin: 1.5em 0;
	}
	.agileits_options_left {
		padding: 0 1em;
	}
	p, ul li, ol li{
		font-size: 13px;
	}
	.agileinfo_options_bottom_right h2 {
		font-size: 1.2em;
	}
	.selectal_head1:before {
		left: 3% !important;
	}
	.selectal_head1:after {
		right: 4% !important;
	}
	.selecta_consulta_grid1_pos {
		left: 13%;
	}
	.selecta_consulta_grid h4 {
		font-size: .9em;
		letter-spacing: 2px;
	}
	.box, .box .overbox {
		height: 160px;
	}
	.box .overbox {
		padding: 5em 2em 2em;
	}
	.selecta_mail_grids input[type="submit"] {
		width: 50%;
	}
	.selecta_mail_grids input[type="submit"] {
		margin-left: 5.5em;
	}
	.selectal_head {
		font-size: 1.4em;
	}
	.agileits_organizacion_options_counter_left i {
		font-size: 1em;
		width: 65px;
		height: 65px;
	}
	.agileits_organizacion_options_counter_left p {
		font-size: 1.8em;
	}
	footer {
		font-size: 8px;
	}
}

footer {
	color: #DDD;
	background-color: #373E3C;
	text-align: center;
	padding: 5px 10px;
}