@charset "utf-8";

/* CSS Document */
/*******************************************************************************************************************/
/* Small screens */
@media only screen {}

/* Define mobile styles */
@media only screen and (max-width: 768px) {
    .contenedor {
        padding: 0px 10px;
    }

    .menup {
        position: absolute;
        background-color: #12a2ef;
        top: 100px;
        right: 0px;
        width: 100%;
        display: none;
        z-index: 100;
    }

    .menup ul {
        margin-left: -40px;
    }

    .menup ul li {
        display: block;
        text-align: center;
    }

    .menup ul li a {
        color: #fff;
        padding: 10px;
        margin-bottom: 6px;
        display: block;
    }

    .logot {
        width: 100% !important;
    }

    .bars {
        display: block;
        font-size: 2em;
        color: #12a2ef;
        position: absolute;
        top: 30px;
        right: 20px;
        z-index: 100;
    }

    .equis {
        display: none;
        font-size: 2em;
        color: #12a2ef;
        position: absolute;
        top: 30px;
        right: 20px;
        z-index: 100;
    }

    .btncet {
        display: none;
    }

    .infoslide h1 {
        font-size: 2.2em;
    }

    .infoslide p {
        font-size: 1.1em;
    }

    .infofoot {
        text-align: center !important;
    }

    .cajaventajas {
        margin-bottom: 20px;
    }

    /*******************************************************************************************************************/
}

/*******************************************************************************************************************/
/* Medium screens */
@media only screen and (min-width: 769px) {}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .contenedor {
        padding: 0px 20px;
    }

    .bars {
        display: none;
    }

    .equis {
        display: none;
    }

    .infoslide h1 {
        font-size: 3.5em;
    }

    .infoslide p {
        font-size: 1.3em;
    }

    /*******************************************************************************************************************/
}

/*******************************************************************************************************************/
/* Medium screens */
@media only screen and (min-width: 993px) {}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .contenedor {
        padding: 0px 20px;
    }

    .bars {
        display: none;
    }

    .equis {
        display: none;
    }

    .infoslide h1 {
        font-size: 3.8em;
    }

    .infoslide p {
        font-size: 1.3em;
    }

    /*******************************************************************************************************************/
}

/*******************************************************************************************************************/
/* Extra Large screens */
@media only screen and (min-width: 1201px) {}

@media only screen and (min-width: 1201px) {
    .contenedor {
        padding: 0px 20px;
    }

    .bars {
        display: none;
    }

    .equis {
        display: none;
    }

    .infoslide h1 {
        font-size: 4em;
    }

    .infoslide p {
        font-size: 1.3em;
    }

    /******************************************************************************************************************/
}

/*******************************************************************************************************************/