@media screen and ( max-width: 2560px ) and (min-width: 1025px) {
    /*Horario topbar*/
    #horarioApertura {
        margin: 0px 0px 0px 0px !important;
        text-align: right;
    }
    /*Centrado redes sociales header*/
    .virtue_social_widget.clearfix {
        width: 100%;
        margin-top: 8%;
        display: flex;
        flex-direction: inherit;
        justify-content: flex-end;
        align-items: baseline;
    }

    /*colocacion menu webview*/
    #nav-second ul.sf-menu {
        display: flex;
        justify-content: flex-end;
    }

        #nav-second ul.sf-menu > li {
            width: 13%;
        }

    nav#nav-second a span {
        padding-bottom: 6%;
        border-bottom: solid 4px transparent;
    }

        nav#nav-second a span:hover {
            padding-bottom: 1%;
            border-bottom: solid 4px #7b9cd8;
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

        nav#nav-second a span:current {
            background-color: green;
            padding-bottom: 1%;
            border-bottom: solid 4px #7b9cd8;
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }
    /*Footer*/
    footer#containerfooter a {
        color: white;
    }

    footer#containerfooter {
        color: white;
    }

        footer#containerfooter h3 {
            color: white;
        }

    .widget-1.widget-first.footer-widget .virtue_social_widget.clearfix {
        justify-content: flex-start !important;
    }

    /*Efecto Imagenes*/

    /* Hover Transition */
    #generalDescription {
        font-size: 1.2em;
    }

    .wrapper {
        overflow: hidden;
        display: inline-block;
        position: relative;
        width: 555px;
        box-shadow: 4px 4px 4px 0px rgba(185, 185, 158,1);
    }

        .wrapper:hover .overlay {
            right: 200px;
        }

        .wrapper:hover .description {
            /* IE 8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            /* IE 5.5-7 */
            filter: alpha(opacity=100);
            /* Netscape */
            -moz-opacity: 1;
            /* Safari 1.x */
            -khtml-opacity: 1;
            /* Modern browsers */
            opacity: 1;
            transition: 1s ease-in;
            -webkit-transition: 1s ease-in;
        }

        .wrapper .overlay {
            display: block;
            position: absolute;
            height: 100%;
            width: 700px;
            top: 0;
            right: -127%;
            transition: .4s ease-out;
            -webkit-transition: .4s ease-out;
        }

            .wrapper .overlay .rectangle,
            .wrapper .overlay .arrow-left {
                position: absolute;
                top: 0;
            }

            .wrapper .overlay .rectangle {
                display: block;
                margin-left: 327px;
                width: 100%;
                height: 100%;
                background-color: rgba(255,255,255,.8);
            }

            .wrapper .overlay .arrow-left {
                position: relative;
                left: -30px;
                width: 0;
                height: 0;
                top: 0;
                bottom: 0;
                border-bottom: 357px solid transparent;
                border-right: 357px solid rgba(255,255,255,.8);
            }

        .wrapper .description {
            text-align: left;
            position: absolute;
            padding: 30px 50px;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            color: black;
            font-size: 1.2em;
            /* IE 8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            /* IE 5.5-7 */
            filter: alpha(opacity=0);
            /* Netscape */
            -moz-opacity: 0;
            /* Safari 1.x */
            -khtml-opacity: 0;
            /* Modern browsers */
            opacity: 0;
            transition: .2s ease-out;
            -webkit-transition: .2s ease-out;
        }

            .wrapper .description h3 {
                text-align: center;
                font-size: 20px;
                margin-bottom: 25px;
                font-weight: bold;
            }

    .description p {
        margin-top: 10%;
    }

    .wrapper .link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        margin: 0;
    }

    .wrapper img {
        vertical-align: bottom;
    }
}

@media screen and ( max-width: 1024px ) and (min-width:425px) {
    /*Centrado redes sociales header*/
    .virtue_social_widget.clearfix {
        width: 100%;
        margin-top: 0%;
        margin-bottom: 2%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    /*colocacion menu webview*/
    #nav-second ul.sf-menu {
        display: none;
        justify-content: flex-end;
    }

        #nav-second ul.sf-menu > li {
            width: 13%;
        }
    /*Footer*/
    footer#containerfooter a {
        color: white;
    }

    footer#containerfooter {
        color: white;
    }

        footer#containerfooter h3 {
            color: white;
        }

   .widget-1.widget-first.footer-widget .virtue_social_widget.clearfix {
        justify-content: flex-start !important;
    }

    /*Efecto Imagenes*/

    /* Hover Transition */

    .wrapper {
        overflow: hidden;
        display: inline-block;
        position: relative;
        box-shadow: 4px 4px 4px 0px rgba(185, 185, 158,1);
    }

        .wrapper:hover .overlay {
            right: 200px;
        }

        .wrapper:hover .description {
            /* IE 8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            /* IE 5.5-7 */
            filter: alpha(opacity=100);
            /* Netscape */
            -moz-opacity: 1;
            /* Safari 1.x */
            -khtml-opacity: 1;
            /* Modern browsers */
            opacity: 1;
            transition: 1s ease-in;
            -webkit-transition: 1s ease-in;
        }

        .wrapper .overlay {
            display: block;
            position: absolute;
            height: 100%;
            width: 700px;
            top: 0;
            right: -127%;
            transition: .4s ease-out;
            -webkit-transition: .4s ease-out;
        }

            .wrapper .overlay .rectangle,
            .wrapper .overlay .arrow-left {
                position: absolute;
                top: 0;
            }

            .wrapper .overlay .rectangle {
                display: block;
                margin-left: 327px;
                width: 100%;
                height: 100%;
                background-color: rgba(255,255,255,.8);
            }

            .wrapper .overlay .arrow-left {
                position: relative;
                left: -30px;
                width: 0;
                height: 0;
                top: 0;
                bottom: 0;
                border-bottom: 357px solid transparent;
                border-right: 357px solid rgba(255,255,255,.8);
            }

        .wrapper .description {
            text-align: left;
            position: absolute;
            padding: 30px 50px;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            color: black;
            font-size: 1.2em;
            /* IE 8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            /* IE 5.5-7 */
            filter: alpha(opacity=0);
            /* Netscape */
            -moz-opacity: 0;
            /* Safari 1.x */
            -khtml-opacity: 0;
            /* Modern browsers */
            opacity: 0;
            transition: .2s ease-out;
            -webkit-transition: .2s ease-out;
        }

            .wrapper .description h3 {
                text-align: center;
                font-size: 20px;
                margin-bottom: 25px;
                font-weight: bold;
            }

    .description p {
        margin-top: 10%;
    }

    .wrapper .link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        margin: 0;
    }

    .wrapper img {
        vertical-align: bottom;
    }
}

@media screen and ( max-width: 425px ) {
    /*Centrado redes sociales header*/
    .virtue_social_widget.clearfix {
        width: 100%;
        margin-top: 0%;
        margin-bottom: 2%;
        display: flex;
        flex-direction: inherit;
        justify-content: flex-end;
        align-items: baseline;
    }
    /*colocacion menu webview*/
    #nav-second ul.sf-menu {
        display: none;
        justify-content: flex-end;
    }

        #nav-second ul.sf-menu > li {
            width: 13%;
        }
    /*Footer*/
    footer#containerfooter a {
        color: white;
    }

    footer#containerfooter {
        color: white;
    }

        footer#containerfooter h3 {
            color: white;
            text-align: center;
        }

        footer#containerfooter p {
            text-align: center;
        }
  .widget-1.widget-first.footer-widget .virtue_social_widget.clearfix {
        justify-content: center !important;
    }


    #containerfooter .menu {
        list-style: none;
        margin: 0 auto;
        width: 40%;
    }
    aside#black-studio-tinymce-3 h4 {
    text-align: center;
}


    /*Efecto Imagenes*/

    /* Hover Transition */

    .wrapper {
        overflow: hidden;
        display: inline-block;
        position: relative;
        box-shadow: 4px 4px 4px 0px rgba(185, 185, 158,1);
    }

        .wrapper:hover .overlay {
            right: 200px;
        }

        .wrapper:hover .description {
            /* IE 8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            /* IE 5.5-7 */
            filter: alpha(opacity=100);
            /* Netscape */
            -moz-opacity: 1;
            /* Safari 1.x */
            -khtml-opacity: 1;
            /* Modern browsers */
            opacity: 1;
            transition: 1s ease-in;
            -webkit-transition: 1s ease-in;
        }

        .wrapper .overlay {
            display: block;
            position: absolute;
            height: 100%;
            width: 700px;
            top: 0;
            right: -127%;
            transition: .4s ease-out;
            -webkit-transition: .4s ease-out;
        }

            .wrapper .overlay .rectangle,
            .wrapper .overlay .arrow-left {
                position: absolute;
                top: 0;
            }

            .wrapper .overlay .rectangle {
                display: block;
                margin-left: 545px;
                width: 100%;
                height: 100%;
                background-color: rgba(255,255,255,.8);
            }

            .wrapper .overlay .arrow-left {
                position: relative;
                left: 188px;
                width: 0;
                height: 0;
                top: 0;
                bottom: 0;
                border-bottom: 357px solid transparent;
                border-right: 357px solid rgba(255,255,255,.8);
            }

        .wrapper .description {
            text-align: left;
            position: absolute;
            padding: 30px 50px;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            color: black;
            font-size: 1.2em;
            /* IE 8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            /* IE 5.5-7 */
            filter: alpha(opacity=0);
            /* Netscape */
            -moz-opacity: 0;
            /* Safari 1.x */
            -khtml-opacity: 0;
            /* Modern browsers */
            opacity: 0;
            transition: .2s ease-out;
            -webkit-transition: .2s ease-out;
        }

            .wrapper .description h3 {
                text-align: center;
                font-size: 20px;
                margin-bottom: 25px;
                font-weight: bold;
            }

    .description p {
        margin-top: 10%;
        font-size:.8em;
    }

    .wrapper .link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        margin: 0;
    }

    .wrapper img {
        vertical-align: bottom;
    }
}
