
    body,
    html {
        font-family: Helvetica, sans-serif;
    }

    .base {
        position: relative;
        float: left;

    }

    .w100 {
        width: 100%;
    }

    #sombra {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: rgba(78, 80, 84, 0.8);
        display: none;
    }

    .m20 {
        margin: 20px 0px;
    }

    .m50 {
        margin: 50px 0px;
    }


    .p20 {
        padding: 20px 0px;
    }


    .p50 {
        padding: 50px 0px;
    }

    .mt50 {
        margin-top: 50px !important;
    }



    .link_menu {
        color: #333;
        padding-bottom: 5px;
        border-bottom: 3px solid #fff;
        font-size: 16px;
        margin: 10px 50px;
        transition: all 0.3s ease;
        position: relative; float: left;
    }

    .link_menu:hover {
        border-bottom: 3px solid #D57939;
        color: #333;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .menu {
        position: relative;
        width: 100%;
        float: lefT;
    }

    .logo {
        width: 250px;
    }


    .logo_header {
        width: 150px;
        margin: 20px 0px;
        float:left;
    }

    .pull-right {
        float: right !important;
    }

    .icono-movil,
    .logo_movil {
        display: none;
    }

    .calendario-movil {
        display: none;
    }

    .calendario-web {
        max-width: 1500px;
        width: 100%;
        float: none;
    }

    .texto-azul {
        font-size: 20px;
        color: #333;
    }

    .btn-azul,
    .btn-azul:hover {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 50px;
        background: #332b74;
        border-radius: 5px;
        text-decoration: none;
    }

    .cont-btn {
        margin-bottom: 30px;
    }

    .banner-web {
        align-items: flex-end;
        z-index: 1;
        background: url( '../img/banner_web.jpg' );
        background-repeat: no-repeat;
        background-size: auto 80%;
        background-position: lefT top;
        height: 300px;
    }

    .texto-btn,.texto-btn:hover{
        font-size: 1em;
        padding: 10px 0px;
        width: 48%;
        max-width: 48%;
        floaT: lefT;
        margin: 1%;
        text-align: center;
    }

    @media (max-width:1200px) {

        .cont-btn {
            margin-bottom: 23px;
        }
        
    }
    @media (max-width:1000px) {

        .texto-btn,.texto-btn:hover {
            font-size: 1.2em !important;
            float: lefT;
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
        }
        .banner-web {
            margin-bottom: 100px;
        }

        .order-xs {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -moz-flex;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
        }

        .cont-btn {
            margin-bottom: 50px;
            margin-top: 50px;
            order: 2;
            max-width: 100%;
        }

        .order-1-xs {
            order: 1;
            max-width: 100%;
        }


        .calendario-movil {
            display: block;
        }

        .calendario-web {
            display: none;
            ;
        }

        .menu {
            position: fixed;
            top: 0px;
            left: 0px;
            height: 100%;
            z-index: 999;
            width: 60%;
            background: #fff;
            padding: 0px 30px 50px 30px;
            margin-left: -60%;

            text-align: center;

        }

        .menu.activo {
            margin-left: 0px;
            transition: all 0.5s ease-in;
        }

        #logo_movil {
            float: none;
            display: inline-block;
            margin: 30px 0px;
        }


        header,
        .menu {
            display: block !important;
        }

        .link_menu {
            position: relative;
            width: 100%;
            text-align: left;
            font-size: 18px;
            /* margin-bottom: 15px; */
            margin: 10px 0px;
            float: left;

        }

        .logo {
            width: 100%;
            margin: 50px 0px 0px;
        }

        #header {
            display: none;
        }

        .logo_movil {
            display: block;
        }

        .icono-movil {
            z-index: 1050;
    /* top: 10px; */
    /* right: 10px; */
    position: fixed;
    display: flex;
    width: 60px;
    /* height: 60px; */
    border-radius: 360px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    float: right;
    margin: 20px 10px;
    color: #332b74;
    background: #f2f2f2;
    flex-direction: column;
    padding: 10px 15px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #332b74;
    right: 0px;
        
        }

    }

    @media (min-width:558px) and (max-width:1000px) {
        .w100-tableta {
            max-width: 100% !important;
            margin-top: 20px;
        }

    }

    @media (min-width:768px) {
        .flex {
            display: flex;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -moz-flex;
            display: -webkit-flex;


        }

        .v {
            align-items: center;
        }

        .h {
            justify-content: center;
        }
    }

    @media (max-width:768px) {

        .mt0-xs {
            margin-top: 0px !important;
        }

        .pt0-xs {
            padding-top: 0px !important;
        }

        .mt50-xs {
            margin-top: 50px !important;
        }



        .mt20-xs {
            margin-top: 20px !important;
        }


        .ml25-xs {
            margin-left: 25px;
            max-width: 90%;
        }

        .mt25-xs {
            margin-top: 25px;
        }

        .imagen {
            margin-top: 50px;
            margin-bottom: 50px;
        }



    }



    /*icono Menu**/
    @media (max-width: 640px) {}



    .noScroll {
        overflow: hidden;
        height: 100%;
        position: fixed;
    }

    #loading {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: #fff;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1050;

    }


    .titulo-naranja {
        color: #D57939;
        font-size: 16px;
    }
    
    .titulo-azul {
        color: #0F7090;
        font-size: 16px;
    }
    
    .titulo-negro {
        color: #000;
        font-size: 12px;
    }
    
    .texto-footer {
        color: #707070;
        font-size: 10px;
      
    }

    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
    }

    input[type=number] { -moz-appearance:textfield; }