@import url('https://fonts.googleapis.com/css?family=Oswald|Raleway:400,600,700,900');

body,html{
    font-size: 16px;
}

/*----------------------------------------
	header
----------------------------------------*/
.header-one {
}

.bg-header{
    background-color: #ffffff;
    border-bottom: 2px solid #233b91;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #e30413 !important;
}



.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #e30413;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #233b91;
}

.dropdown-toggle::after {
    color: #ffffff;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #ffc10e;
    text-decoration: none;
    background-color: rgba(58, 32, 6, 0.8);
}

.dropdown-item {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu {
    position: absolute;
    top: 139%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    text-align: left;
    list-style: none;
    background-color: rgba(49, 19, 2, 0.9);
    background-clip: padding-box;
    border-radius: 0;
}

.navbar-light .navbar-toggler {
    color: #ffffff;
    border-color: #ffffff;
}

.linea-separadora{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #0094da;
    display: block;
    padding: 0.5rem;
}

/*----------------------------------------
	SLIDER
----------------------------------------*/
#slider img {
    width: 100%;
}

/*----------------------------------------
	QUIENES SOMOS
----------------------------------------*/
#quienes-somos {
    background: url("../images/bg-qs.jpg") no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}

#quienes-somos h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #ffffff;
    font-size: 2.5rem;
    padding: 0;
    margin: 0;
}

#quienes-somos h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 1.56rem;
    text-transform: uppercase;
}

#quienes-somos h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #ffffff;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 0;
}

#quienes-somos p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 0.8rem;
    text-align: justify;
}

/*----------------------------------------
	SERVICIOS
----------------------------------------*/

#proceso {
    background-color: #FFFFFF;
    padding-top: 4%;
    padding-bottom: 4%;
}

#proceso h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #233b91;
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase;
}

#proceso h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 1rem;
    color: #233b91;
    text-transform: uppercase;
    margin-top: 20px;
}

#proceso h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #e30413;
    text-transform: uppercase;
    margin-top: 20px;
}

#proceso ul {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #818181;
    font-size: 0.8rem;
    text-align: justify;
    padding: 0;
    margin-left: 15px;
}

#proceso .caja-proceso {
    background-color: #e8e8e8;
    margin-top: 4%;
    padding-top: 4%;
    padding-bottom: 4%;
}

#proceso .caja-proceso img{
    padding-bottom: 30px;
}

/*----------------------------------------
	ALCANCE
----------------------------------------*/

#alcance {
    padding-top: 4%;
    padding-bottom: 4%;
}

#alcance ul {
    list-style-image: url('../images/palomita.jpg');
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #e30413;
    font-size: 0.8rem;
    text-align: justify;
    padding: 0;
    margin-left: 15px;
}

/*----------------------------------------
	PRODUCTO
----------------------------------------*/

#producto {
    background-color: #e30413;
    padding-top: 4%;
    padding-bottom: 4%;
}

#producto h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #ffffff;
    font-size: 2.5rem;
    text-transform: uppercase;
}

#producto p {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 0.8rem;
    text-align: justify;
    padding-bottom: 20px;
}

/*----------------------------------------
	Footer
----------------------------------------*/
#footer {
    background: url("../images/bg-footer.jpg") no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}

#footer h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #233b91;
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase;
}

#footer ul {
    list-style-type:none;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding: 0;
    margin: 0;
}

#footer ul li{
    display:list-item;
    padding:5px 10px;
    margin:0 3px;
}
#footer ul li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: #828282;
}
#footer ul li a i {
    color:#828282;
    font-size:1rem;
}

#footer form {
    margin-top: 20px;
}

#footer .form-control:focus {
    color: #acacac;
    border-color: #acacac;
    outline: 0;
    box-shadow: 0 0 0 0;
}

#footer .form-control {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #acacac;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #acacac;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 }


#footer div #recaptchaFooter {
    margin: 0 auto;
    width: 304px;
    border: 1px solid #acacac;
}

#footer #recaptchaFooter {
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

#footer .btn-send{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #ffffff;
    background-color: #acacac;
    width: 100%;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
}

.wait {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    z-index: 999999;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #ff0000 !important;
}

#gracias {
    background-color: #30b0b1;
    padding-top: 4%;
    padding-bottom: 4%;
}

#gracias h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}

#gracias p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    margin-top: 1rem;
}

#gracias .btn-enlaces-thank-you {
    background: transparent;
    border-radius: 4px;
    color: #ffffff;
    line-height: 40px;
    padding: 0 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    margin-top: 20px;
    text-align: center;
    cursor: pointer; }
