/*!
/*
RESPONSIVE BASIC STYLES OF HTML DOCUMENT
Screen Stylesheet
version:                      3.3.6
version update:   	          3.6.8
update date:      	          10/11/2016
author update:		          ASF PRO "Assista Facility Services"
modification and development: Antonio Genaro Scarano Perez
-----------------------------------------------------------------------------*/

/* Base structure */

html, body {
    width: 100%;
    height: 100% !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 35px;
    letter-spacing: 1px;
    font-weight: 600;
}

.block-hdnews h4, .h4 {
    margin: 0 0 15px;
    letter-spacing: 2px;
    font-weight: 600;
}

p {
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 16px;
        line-height: 1.6;
    }
}

a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.noresize {
    resize: none;
}

.no-pad {
    padding: 0;
}

.headerline {
    border-bottom: 1px solid #D3222A;
    padding-bottom: 15px;
    display: inline-block;
}

h3.logoAFS {
    background: url(../img/logoAFSWEBD.svg) no-repeat 50% 0%;
    background-size: 100%;
    border-radius: 7px;
    width: 90px;
    box-sizing: border-box;
    background-color: rgb(246, 247, 249);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    border: none;
    padding: 25px 50px 15px 25px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
    margin-top: -10px!important;
}

.overlayJobs {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.overlayAccess {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
    top: 0;
    left: 0;
}
.overlayAccess:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #151515;
    opacity: 0.8;
    z-index: 2;
}
.circle{ 
    background: #D3222A; 
    width: 222px; 
    height: 222px; 
    border-radius: 50%; 
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
     }
.circle p {     
    position: relative;
    width: 200px;
    color: white!important;
    text-align: center;
    top: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
}

section {
    position: relative;
    z-index: 999;
    padding: 106px 0;
}

.flexbox-parent {
    display: -webkit-flex;
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items:flex-start;
    align-content: center;
}

.elemento {
    width: 41%;
    margin-top: 5%;
}

.servicesItems {
    font-size: 16px;
    padding-left: 5px;
    padding-bottom: 25px;
    line-height: 35px;
}

.assista {
    color: #D02320;
}

#about ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.servicesItems:nth-of-type(1) ul li {
    list-style-type: none;
}

.servicesItems:nth-of-type(1) ul li:before {
    font-family: 'themify';
    content: "\e64c";
    position: absolute;
    color: #D02320;
    left: 20px;
    margin-top: 0px;
    font-size: 21px;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #151515;
    background-color: rgb(246, 247, 249);
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding-left: 20px;
}

@media(max-width:768px) {
    section {
        padding: 70px 0;
    }
}

.intro .list-inline-jobs {
        text-align: right;
    }

.label {
    border-radius: 0;
}
.label-danger {
    background-color: #c00;
}

.btn-red {
    height: 50px;
    line-height: 48px;
    border: 2px solid #D3222A;
    background: #D3222A;
    color: #fff!important;
    max-width: 320px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;
}
.btn-red:hover {
    background: #fff;
    border: 2px solid #D3222A;
    color: #D3222A!important;
   
}

.btn-red:hover,
.image-bg .btn:hover,
.image-bg, .btn:visited:hover, .btn:focus {
    background: #fff;
    color: #151515;
    border-color: #D3222A;
}
.form-style-fake{position:absolute;top:0px;}
.form-style-base{position:absolute;top:0px;z-index: 999;opacity: 0;}
.fake-styled-btn{
    background: #D3222A;
    padding: 10px;
    color: #fff;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgb(246, 247, 249);
    opacity: 1;
}
.input-place{
    position: absolute;top: 42px;right: 30px;font-size:25px;color:#D3222A!important}
#Curriculum, #base-input {
    margin-top: 29px;
    width: 94%;
    cursor:pointer;
}
.btn {
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-default {
    border: 2px solid #fff;
    outline: 0;
    color: #fff;
    background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
    border: 2px solid #eee;
    outline: 0;
    color: #000;
    background-color: #eee;
}
.btn-primary {
    border: 2px solid #D3222A;
    outline: 0;
    color: #fff;
    background-color: #D3222A;
}
.btn-primary:hover,
.btn-primary:focus {
    border: 2px solid #D3222A;
    outline: 0;
    color: #D3222A;
    background-color: #fff;
}

.split-padding0,
.split-padding,
.split-padding2,
.split-padding3,
.split-padding4,
.split-padding5,
.split-padding6 {
    padding: 60px 60px 60px;
}

@media(max-width:768px) {
    .split-padding0,
    .split-padding,
    .split-padding2,
    .split-padding3,
    .split-padding4,
    .split-padding5,
    .split-padding6 {
        padding: 50px 20px 50px;
    }
}

.split-padding-demo {
    padding: 50px;
}

.split-padding0,
.split-padding,
.split-padding2 {
    color: #fff;
}
.split-padding3,
.split-padding4 {
    color: #111;
}
.split-padding0 {
    background-color: #151515;
}
.split-padding {
    background-color: #111;
}
.split-padding2 {
    background-color: #000;
}

.split-padding3 {
    background-color: rgba(250, 250, 250, 0.8);
}
.split-padding4 {
    background-color: rgba(0, 0, 0, 0.05);
}

.split-padding6 {
    background-color: rgba(0, 0, 0, 0.5);
}

.split-padding6 a {
     
}

a .fa-circle {
    color: #777;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover .fa-circle {
    color: #151515;
}
nav .navbar-nav li a#google_translate_element span {
    margin-top: 0px;
}
li a#google_translate_element .goog-te-menu-value:hover{
  color: #D3222A !important;
}

nav .navbar-nav li a#google_translate_element .goog-te-menu-value span:nth-child(3) {
    display: table-cell;
}
/* NavBar */

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid #D3222A;
    text-transform: uppercase;
    color: rgba(255,255,255,.8);
    background-color: #151515;
}
.navbar-custom .navbar-brand {
    font-size: 26px;
    letter-spacing: -1px;
    text-transform: none;
}
.navbar-custom.top-nav-collapse .navbar-brand {
    font-size: 18px;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.navbar-custom .nav li a {
    -webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
}
.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}
.navbar-custom .nav li.active {
    outline: 0;
}
.navbar-custom .nav li.active a {
    color: #D3222A;
    font-weight: 600!important;
}
.navbar-custom .nav li.active a:hover {
    color: #fff;
    font-weight: 600!important;
}
nav .navbar-nav li span {
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}
@media(min-width:768px) {
    .navbar-custom {
        padding: 30px;
        border-bottom: 0;
        letter-spacing: 2px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 10px 30px;
        width: 100%;
        transition: all 0.4s ease 0s;
        text-shadow: 1px 1px #000;
        background-color: #151515;
        background: #151515;
        border-bottom: 1px solid #D3222A;
    }
}
.top-nav-collapse .container {
    width: auto;
}
.navbar-toggle {
    padding: 3px 5px 0;
    margin-bottom: 0;
}
label {
    letter-spacing: 2px;
}
/* Intro */

form .alert-success {
    color: #3c763d;
    /* background-color: #dff0d8; */
    border-color: none;
    background: rgb(250, 255, 189);
}

form .alert-success {
    border: none;
    color: #3c763d;
    padding: 12px;
    font-weight: 600;
    margin-top: 25px;
}

form .alert-success:before {
            content: "\e013";
            font-family: "Glyphicons Halflings";
            line-height: 1;
            margin: 5px;
            font-size: 18px;
        }

.intro {
    display: table;
    width: 100%;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
    height: 100%;
    background: #000 url(../img/Oficinas.jpg)  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}



.intro2 {
    background: #000 url(../img/6.jpg)  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.intro2 #clock {
    padding:50px 0;
}

.intro2 #clock span {
    border-bottom: 1px solid #fff!important;
}


.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.5);
    padding: 100px 0;
}
.intro .intro-body .brand-heading {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 5px;
}
.color {
    color: #D3222A;
}
.intro .intro-body .intro-text {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
@media(min-width:768px) {
    .intro {
        padding: 0;
    }
    .intro .intro-body .brand-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .intro .list-inline {
        text-align: right;
        margin-top: 15px;
    }
}

@media(max-width:768px) {
    .intro2 #clock {
        padding:0;
    }
    .intro .intro-body {
        padding: 30px 0;
    }
}

/* VIDEO BACKGROUND */
.video-controls {
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 1;
    opacity: .2;
    display: none;
}
.video-controls-visible {
    display: inline;
}
.video-controls .fa {
    color: #fff;
    padding: 5px;
    width: 25px;
}

/* Action */

#action {
    background-color: #000;
    padding-top: 0;
    padding-bottom: 0;
}

/* About */

#about,
#about2,
#about3,
#investors,
#franchise {
    padding-top: 0;
    padding-bottom: 0;
    color: #333;
}
#about {
    width: 100%;
    background: url(../img/construction-architecture-1.jpg)  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#franchise {
    width: 100%;
    background: url(../img/franchise.jpg)  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#investors {
    width: 100%;
    background: url(../img/investors.jpg)  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

@media(max-width:768px) {
    #about,
    #about2,
    #about3,
    #investors,
    #franchise {
        text-align: center;
    }
}

/* Countdown */

#clock div {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin:0 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 60px;
}
#clock span {
    display: block;
    font-size: 72px;
    font-weight: 300;
    padding: 30px 0;
    border-bottom: 1px solid #333;
}

@media (max-width: 768px) {
    #clock div {
        font-size: 14px;
        margin:0 15px;
    }
    #clock span {
        font-size: 42px;
        padding: 15px 0;
    }
}

@media (max-width: 468px) {
    #clock div {
        font-size: 11px;
        margin:0 7px;
    }
    #clock span {
        font-size: 32px;
        padding: 5px 0;
    }
}

/* Progress Bar */

#progress {
    background-color: #151515;
    color: #fff;
}
.progress {
    margin-bottom: 40px;
    background-color: #333;
}

/* Sponsors */

#sponsor {
    background: #151515;
}

.sponsor img {
    max-width: 132px;
    height: 50px;
    margin: 50px auto;
    display: block;
}

/* Team */

#team h2 {
    margin-bottom: 55px;
}


/* Contact */

#contact {
    width: 100%;
    color: #fff;
    background: url(../img/banner.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#aboutUS {
    width: 100%;
    color: #fff;
    background: url(../img/about.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*margin-top: -20px;*/
}

#news {
    width: 100%;
    color: #fff;
    background: url(../img/news.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*margin-top: -20px;*/
}

#contactAbout {
    width: 100%;
    color: #fff;
    background: url(../img/contact-bg-about.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*margin-top: -20px;*/
}

#contactNews {
    width: 100%;
    color: #fff;
    background: url(../img/contact-bg-news.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*margin-top: -20px;*/
}

#contactAccess {
    width: 100%;
    color: #fff;
    background: url(../img/contact-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*margin-top: -20px;*/
}

#contactInvestors {
    width: 100%;
    color: #fff;
    background: url(../img/contact-investors.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*margin-top: -20px;*/
}
.rc-anchor-compact .rc-anchor-content {
    height: 50px!important;
}
.g-recaptcha-outer{
    text-align: center;
    border-radius: 0px;
    background: rgb(246, 247, 249);
    border-style: solid;
    border-color: #37474f;
    border-width: 1px;
    border-bottom-width: 1px;
    height: 50px;
    overflow: hidden;
    color: #151515!important;
}
.g-recaptcha-inner{
    width: 154px;
    height: 82px;
    overflow: hidden;
    margin: 0 auto;
    color: #151515!important;
}
.g-recaptcha{
    position:relative;
    left: -2px;
    top: -13px;
    color: #151515!important;
}

@media(max-width:1200px) {
    #contact, #mission, #about, #investors, #investors, #contactInvestors, #franchise, #contactAccess, #contactNews, .intro {
        background-attachment: scroll;
    }
}

@media (max-width: 1600px) {
}

@media (max-width: 1500px) {
}

@media (max-width: 1440px) {
    #Curriculum, #base-input {
       margin-top: 29px;
       width: 91.5%;
       cursor: pointer;
    }
}

@media (max-width: 1420px) {
}

@media (max-width: 1320px) {
}

@media (max-width: 1280px) {
    #Curriculum, #base-input {
       cursor: pointer;
    }
    #Curriculum, #base-input {
       margin-top: 29px;
       width: 90%;
       cursor: pointer;
    }
}

@media (max-width: 1252px) {
    #Curriculum, #base-input {
       cursor: pointer;
    }
}

@media (max-width: 1152px) {
    #Curriculum, #base-input {
       cursor: pointer;
       width: 94.5%!important;
    }
}

@media (max-width: 1199px) {
}

@media (max-width: 1024px) {
    h1.jobs {
       font-size: 62px;
       line-height: 60px;
       font-weight: 100;
    }
    #Curriculum, #base-input {
       cursor: pointer;
    }
}

@media (max-width: 991px) {
    #Curriculum, #base-input {
       cursor: pointer;
    }
}

@media (max-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
       margin-left: -20px;
       margin-top: -10px!important;
    }
    #Curriculum, #base-input {
       cursor: pointer;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 720px) {
}

@media (max-width: 620px) {
    .foundry_modal input[type="button"], button[type="button"] {
       height: 40px !important;
       line-height: 38px !important;
       width: 15% !important;
       border-radius: 15 !important;
       margin-top: 5px !important;
    }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
       margin-left: 0px!important;
       margin-top: -10px!important;
    }
    .flexbox-parent {
       display: block!important;
       align-content: center;
       margin-left: auto;
       margin-right: auto;
    }

    .elemento {
       width: 100%!important;
       margin-top: 5%;
    }
}

@media (max-width: 600px) {
    #Curriculum, #base-input {
      width: 94.5%;
      cursor: pointer;
    }
}

@media (max-width: 460px) {
    #Curriculum, #base-input {
       cursor: pointer;
    }
}

@media (max-width: 420px) {
    h1.jobs {
       font-size: 62px;
       line-height: 60px;
       font-weight: 100;
    }
    #Curriculum, #base-input {
       cursor: pointer;
       width: 92.5%!important;
    }
    
}

@media (max-width: 390px) {
    #Curriculum, #base-input {
       width: 91.5%!important;
    }
}

@media (max-width: 380px) {
    #Curriculum, #base-input {
       cursor: pointer;
    }
}

@media (max-width: 360px) {
    #Curriculum, #base-input {
       cursor: pointer;
       width: 91%!important;
    }
}

@media (max-width: 320px) {
    #Curriculum, #base-input {
       cursor: pointer;
       width: 90%!important;
    } 
}


/*************************************
 * generic styling for ALS elements
 ************************************/

.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
/*************************************
 * specific styling for #demo3
 ************************************/

#demo3 {
	margin: 40px auto;
}

#demo3 .als-item {
	margin: 0px 5px;
	padding: 4px 0px;
	min-height: 120px;
	min-width: 100px;
	text-align: center;
}

#demo3 .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

#demo3 .als-prev, #demo3 .als-next {
	top: 40px;
}

#demo3 .als-prev {
	left: 200px;
}

#demo3 .als-next {
	right: 200px;
}