@charset "UTF-8";

.cb {
    clear: both;
}

body {
    min-width: 320px;
    font-family: 'Montserrat', sans-serif;
    background: #f2f2f2;
}

* {
    padding: 0px;
    margin: 0px;
}

.fa-times::before {
    color: red;
}

.menu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+40,f7f7f7+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 40%, rgba(247, 247, 247, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 40%, rgba(247, 247, 247, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 40%, rgba(247, 247, 247, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    /* IE6-9 */
    height: auto;
    width: 100%;
    position: fixed;
    z-index: 1000;
    box-shadow: 0 0 4px #aaa;
}

.wrapper {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

h2 {
    font-size: 30px;
    font-weight: 700px;
    padding: 20px 0px;
}

#header {
    width: 100%;
    height: auto;
    position: relative;
}

#header img {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    width: 170px;
    height: auto;
}

ul,
ol {
    list-style: none;
    padding: 0px 0px 0px 0px;
}

.container {
    margin: 100px auto 20px;
}

.banner-top {
    display: block;
    margin: 65px 0 0;
    padding: 0;
    width: 100%;
}

.banner-top img {
    width: 100%;
    display: block;
}

.title-category {
    display: block;
    width: 100%;
    margin: 20px 0px 5px;
}

.text-box {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.text-box p {
    font-size: 17px;
    text-align: left;
}

.forms .text-box p {
    font-size: 17px;
    text-align: center;
}

label {
    display: block;
    font-size: 16px;
    padding: 8px 0px;
}

input {
    display: block;
    font-size: 17px;
    padding: 8px 0px;
    margin: 3px 0px 15px 0px;
    width: 98%;
    border-radius: 1px;
    border: 1px solid #aaa;
}

.btn_primary {
    float: right;
    min-width: 114px;
    margin: 18px 0px 6px 0px;
    text-decoration: none;
    border: 2px solid #003087;
    border-radius: 100px;
    text-align: center;
    padding: 6px 8px;
    font-size: 18px;
    font-weight: 700;
    color: #003087;
    background: #fff;
}

.btn_primary:hover {
    display: block;
    color: #fff;
    background: #003087;
}

.mod-carrusel {
    float: left;
    margin: 10px 0px 3px;
    padding: 0;
    position: relative;
    width: 100%;
    height: auto;
}

ul.items-apps {
    display: flex;
}

ul.items-apps li {
    background: #fff;
    margin: 7px;
    min-width: 155px;
    border-radius: 12px;

}

ul.items-apps li a {
    text-decoration: none;
}

ul.items-apps li p {
    color: #000;
    font-size: 13px;
    margin: 10px 10px 4px 10px;
    height: 60px;
    line-height: normal;
}

ul.items-apps li .btn_primary {
    width: 90px;
    font-size: 15px;
    margin: 10px;
}

ul.items-apps li img {
    width: 100%;
}

h1 {
    text-decoration: none;
    font-size: 24px;
    color: #000;
    margin: 10px 0px 0px 0px;
    text-align: center;
}

h2 {
    text-align: center;
}

h3 {
    font-size: 18px;
    color: #003087;
    margin: 10px 0px 20px 0px;
    text-align: center;
}

hr {
    border: 1px #000 solid;
}

.home_header {
    color: #003087;
    font-size: 30px;
    margin: 16px 20px;
    position: absolute;
    right: 0;
    top: 3px;
}

.back_header {
    font-size: 23px;
    margin: 16px 20px;
    color: #003087;
    position: absolute;
    top: 7px;
    text-decoration: none;
    text-transform: uppercase;
}

.video {
    float: left;
    margin: 17px 0px 10px;
    padding: 0;
    position: relative;
    width: 100%;
    height: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;

}

.video:hover {
    box-shadow: 1px 3px 8px #eee;
}

.vid_back {
    min-height: 140px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}

.seccion {
    width: 90%;
    height: auto;
    margin: 20px auto 0;
    display: block;
    max-width: 768px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    box-shadow: 1px 1px 16px #ccc;
}

ul.selector li {
    text-align: center;
}

ul.selector li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    background: #eee;
    border-radius: 100px;
    padding: 15px 0px;
    display: block;
    margin: 10px 0px;
}

ul.selector li a:hover {
    color: #fff;
    background: #003087;
}

footer {
    display: block;
    margin: 0;
    text-align: center;
    background: #fff;
    padding: 15px;
}

footer h5 {
    font-size: 15px;
    margin: 10px 0px;

}

.logo_footer {
    margin: 6px 0px;
    width: 150px;
}

.privacy {
    font-size: 14px;
    display: block;
    margin: 20px 0px;
}

.privacy li {
    display: inline;
}

.privacy li a {
    color: #4760ca;
}

.copyright {
    margin: 30px 0px 10px 0px;
    font-size: 11px;
    color: #505050;
}

.img-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.banner_top {
    max-width: 728px;
    margin: 10px auto;
    padding: 0px 0px 0px 0px;
    border-radius: 10px;
    overflow: hidden;
}

/* CONTAINERS

-------------------------------------------------*/

#viewport {
    overflow-x: hidden;
}

#container {
    width: 100%;
    height: 100%;
    position: relative;
}

/* UTILITIES
-------------------------------------------------*/

#title {
    margin: 0;
    padding: 1em;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
    font-family: 'Raleway', Arial;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {

    .vid_back {
        height: auto;
        overflow-x: hidden;
        overflow-y: hidden;
        width: 100%;
    }

    .banner_top {
        border-radius: 4px;
    }

    .banner_bottom {
        border-radius: 10px;
        margin: 0 auto;
        max-width: 415px;
        overflow: hidden;
        padding: 0 0 23px;
        width: 90%;
    }
}

@media only screen and (max-width: 415px) {

    .vid_back {
        height: auto;
        width: 100%;
    }

    .banner_top {
        border-radius: 4px;
    }

    .banner_bottom {
        border-radius: 10px;
        margin: 0 auto;
        max-width: 415px;
        overflow: hidden;
        padding: 0 0 23px;
        width: 90%;
    }

    .container {
        overflow: hidden;
        clear: both;
    }

}

@media only screen and (min-width: 320px) and (max-width: 480px) {

    .banner_top {
        border-radius: 4px;
    }

    .banner_bottom {
        border-radius: 10px;
        margin: 0 auto;
        max-width: 415px;
        overflow: hidden;
        padding: 0 0 23px;
        width: 90%;
    }

}

@media only screen and (max-width: 320px) {

    .banner_top {
        border-radius: 4px;
    }

    .banner_bottom {
        border-radius: 10px;
        margin: 0 auto;
        max-width: 415px;
        overflow: hidden;
        padding: 0 0 23px;
        width: 90%;
    }

}


@media only screen and (max-width: 900px) {

    .container {
        height: auto;
    }

}