





@media (min-width: 1200px) { 
    .menuCorto{
        display: none;
    }

}
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .menuCorto{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) { 
    .menuCorto{
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .menuCorto{
        display: none;
        position: fixed;
        top: 5px;
        bottom: 0px;
        left: 0px;
        right: 10%;
        background-color: white;
        z-index: 20000;
        border-radius: 0px 10px 0px 10px;
        -moz-border-radius: 0px 10px 0px 10px;
        -webkit-border-radius: 0px 10px 0px 10px;
        border: 0px solid #000000;
        -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    }

    .cerrarICON{

        display: inline-block;
        margin-left: 3px;
        font-size: 15px;
        font-family: 'Anton', sans-serif;
        padding: 3px;
        color: #000033;
        margin-right: 15px;
    }

    .cerrarICON:hover{

        padding: 3px;
        display: inline-block;
        margin-left: 3px;
        cursor: pointer;

        background-color: white;
        color: #000033;
        transition: all 0.3s ease; 
        border-radius: 0px 10px 0px 10px;
        -moz-border-radius: 0px 10px 0px 10px;
        -webkit-border-radius: 0px 10px 0px 10px;
        border: 0px solid #000000;
    }

    .menucortoContainer{
        padding-top: 55px;
        font-size: 14px;
        color: white;
        float: right;

    }


    .menuresponseitem{
        font-size: 25px;
        margin-left: 5px;
        margin-bottom: 25px;
        border-left-width: 2px;
        border-left-color: #000033;
        border-left-style:groove; 
        padding-bottom: 10px;
        padding-left: 5px;
        font-family: 'Anton', sans-serif;
        -webkit-box-shadow: 10px 10px 18px -13px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 18px -13px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 18px -13px rgba(0,0,0,0.75);

    }
}
@media (max-width: 575.98px) { 

    .menuCorto{
        display: none;
        position: fixed;
        top: 5px;
        bottom: 0px;
        left: 0px;
        right: 10%;
        background-color: white;
        z-index: 20000;
        border-radius: 0px 10px 0px 10px;
        -moz-border-radius: 0px 10px 0px 10px;
        -webkit-border-radius: 0px 10px 0px 10px;
        border: 0px solid #000000;
        -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    }

    .cerrarICON{

        display: inline-block;
        margin-left: 3px;
        font-size: 15px;
        font-family: 'Anton', sans-serif;
        padding: 3px;
        color: #000033;
        margin-right: 15px;
    }

    .cerrarICON:hover{

        padding: 3px;
        display: inline-block;
        margin-left: 3px;
        cursor: pointer;

        background-color: white;
        color: #000033;
        transition: all 0.3s ease; 
        border-radius: 0px 10px 0px 10px;
        -moz-border-radius: 0px 10px 0px 10px;
        -webkit-border-radius: 0px 10px 0px 10px;
        border: 0px solid #000000;
    }

    .menucortoContainer{
        padding-top: 55px;
        font-size: 14px;
        color: white;
        float: right;

    }


    .menuresponseitem{
        font-size: 18px;
        margin-left: 5px;
        margin-bottom: 25px;
        border-left-width: 2px;
        border-left-color: #000033;
        border-left-style:groove; 
        padding-bottom: 10px;
        padding-left: 5px;
        font-family: 'Anton', sans-serif;
        -webkit-box-shadow: 10px 10px 18px -13px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 18px -13px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 18px -13px rgba(0,0,0,0.75);

    }

}


