@charset "UTF-8";
@import url(font-awesome.min.css);
@import "https://fonts.googleapis.com/css?family=Montserrat:700|Open+Sans:300,400|Pacifico";
img {
    width: 100%;
    height: auto;
}

p {
    color: white;
    font-family: "Montserrat";
}

label {
    color: white;
    margin-top: .3rem;
    font-family: "Montserrat";
}

body {
    background: #253d95;
}

.wnumber {
    color: #253d95;
    font-size: 1em;
    font-weight: bold;
    padding-right: 10px;
    font-family: "Montserrat";
}


/* Icon */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon>.label {
    display: none;
}


/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #ffffff;
    border-radius: 4px;
    border: 0;
    color: #253d95;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    height: 3.5em;
    line-height: 3.5em;
    padding: 0 3.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
    background-color: #253d95a3;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
    background-color: #253d95a3;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
    padding-left: 1.35em;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
    margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
    display: block;
    margin: 0 0 1em 0;
    width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
    font-size: 0.8em;
}

input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
button.big,
.button.big {
    font-size: 1.35em;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
button.alt,
.button.alt {
    background-color: #253d95;
    box-shadow: inset 0 0 0 1px #dee1e3;
    color: #ffffff !important;
    text-decoration: none;
    display: inline-block;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
button.alt:hover,
.button.alt:hover {
    background-color: #909dd0a3;
}

input[type="submit"].alt:active,
input[type="reset"].alt:active,
input[type="button"].alt:active,
button.alt:active,
.button.alt:active {
    background-color: #909dd0a3;
}

input[type="submit"].alt.icon:before,
input[type="reset"].alt.icon:before,
input[type="button"].alt.icon:before,
button.alt.icon:before,
.button.alt.icon:before {
    color: #bbb;
}

@media screen and (max-width: 480px) {
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button,
    .button {
        padding: 0;
    }
}


/* footer*/

#footer {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #ffffff;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10001;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.075);
    text-align: center;
}

.label-footer {
    color: #253d95;
    font-weight: 500;
}

.div-icon {}


/* Header */

#header {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    top: 0;
    align-items: center;
    background: #ffffff;
    cursor: default;
    height: 6em;
    left: 0;
    line-height: 6em;
    position: fixed;
    width: 100%;
    z-index: 10001;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.075);
    text-align: center;
    opacity: 0.85;
}

#header .logo {
    color: #f6755e;
    font-family: "Montserrat", cursive;
    font-size: 2.5em;
    letter-spacing: 2px;
    margin-top: -5px;
    text-decoration: none;
    display: inline-block;
}

#header nav {
    position: absolute;
    top: 0;
    height: inherit;
    line-height: inherit;
}

#header nav.left {
    left: 2em;
}

#header nav.right {
    right: 2em;
}

.button {
    padding: 0 2em;
    height: 3.25em;
    line-height: 3.25em;
}

#header nav a {
    text-decoration: none;
    display: inline-block;
}

#header nav a[href="#menu"] {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 2em;
    color: #dee1e3;
    z-index: 10005;
}

#header nav a[href="#menu"]:before {
    content: "";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

#header nav a[href="#menu"] span {
    display: none;
}

#header nav a[href="#menu"]:before {
    margin: 0 0.5em 0 0;
}

@media screen and (max-width: 980px) {
    body {}
    #header {
        height: 89px;
        line-height: 57px;
    }
    #header .logo {
        font-size: 1.25em;
        text-align: center;
    }
    #header nav a[href="#menu"] {
        font-size: 1.5em;
    }
    #header nav.left {
        left: 1em;
    }
    #header nav.right {}
}

@media screen and (max-width: 480px) {
    #header {
        min-width: 320px;
        position: absolute;
    }
}


/* Banner */

.banner-image-1 {
    padding: 30em 0 10em 0;
    background-size: cover;
    background-position: center top;
    background-image: url(../../images/1.png);
}

.banner-image-2 {
    padding: 2em 0 3em 0;
    background-size: cover;
    background-position-y: 25%;
    background-position-x: center;
    background-image: url(../../images/banner-2.png);
}

.banner-image-3 {
    padding: 2em 0 3em 0;
    background-size: cover;
    background-image: url(../../images/banner-3.png);
}

#banner {
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

.yellow-line {
    background-color: #f7bc1a;
    width: 200px;
    height: 4px;
    position: relative;
    margin: auto;
    border-radius: 5px;
}

.yellow-line-2 {
    background-color: #f7bc1a;
    width: 400px;
    height: 2px;
    position: relative;
    margin: auto;
    border-radius: 5px;
}

.titulo {
    /*font-size: 50px;*/
    font-weight: bold;
    line-height: 50px;
    color: white;
    position: relative;
    margin: auto;
}

.text-engranaje {
    font-size: 133%;
    font-weight: 500;
}

.wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
}

.wrapper-h {
    width: 80%;
}

.mision-vision-text {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 18px;
}

.box {
    position: relative;
    display: inline-block;
    /* Make the width of box same as image */
}

.box .img-above {
    position: absolute;
    z-index: 998;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 20%;
    cursor: pointer;
    /* Adjust this value to move the positioned div up and down */
    text-align: center;
    width: 45%;
    /* Set the width of the positioned div */
}

#area1 {
    display: block;
    top: 25%;
    height: 50%;
    opacity: 0;
    position: absolute;
    width: 50%;
    cursor: pointer;
}

#area2 {
    display: block;
    height: 50%;
    top: 25%;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: 50%;
}

#area3 {
    display: block;
    height: 25%;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: 100%;
}

#area4 {
    display: block;
    height: 25%;
    top: 75%;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: 100%;
}

#area2 {
    cursor: pointer;
    left: 50%;
}


/*form*/

.asteriks {
    color: red;
    padding-left: 4px;
}

.div-icon {
    width: 20%;
    height: auto;
    padding: 3px;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}