@media screen and ( max-width: 2560px ) and (min-width: 1025px) {
    /*Frase Centro*/
    #frasecentro {
        text-align: center;
        padding-top: 1%;
        padding-bottom: 1%;
    }
    /*imagenes*/

    .column div {
        position: relative;
        float: left;
        width: 350px;
        height: 250px;
        margin: 0 0 0 25px;
        padding: 0;
    }



        .column div p {
            width: 350px;
            color: #444;
            font-size: 18px;
            text-decoration: none;
            text-align: center;
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            margin-top: 5%;
            opacity: 0;
        }


    figure {
        width: 350px;
        height: 250px;
        margin: 0;
        padding: 0;
        background: #fff;
        overflow: hidden;
    }

        figure:hover + p {
            opacity: 1;
            margin-top: 3%;
        }




    /* Opacity #2 */
    .hover12 figure {
        background: #1abc9c;
    }

        .hover12 figure img {
            height: 100%;
            opacity: 1;
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

        .hover12 figure:hover img {
            opacity: .5;
        }
    /*dudas*/
    #textodudas {
        margin-top: 15%;
    }

        #textodudas h1 {
            width: 100%;
            text-align: center;
        }

        #textodudas p {
            display: flex;
            justify-content: center;
            width: 62% !important;
            margin: 0 auto;
            font-size: 1.2em;
        }

    /*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;
    }
}

@media screen and ( max-width: 1024px ) and (min-width:425px) {
    #frasecentro {
        text-align: center;
        padding-top: 1%;
        padding-bottom: 1%;
    }


    .column div {
        position: relative;
        float: none;
        width: 550px;
        height: 350px;
        margin: 6% auto;
        padding: 0;
    }




        .column div p {
            width: 550px;
            color: #444;
            font-size: 18px;
            text-decoration: none;
            text-align: center;
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            margin-top: 5%;
            opacity: 0;
        }


    figure {
        width: 550px;
        height: 350px;
        margin: 0;
        padding: 0;
        background: #fff;
        overflow: hidden;
    }

        figure:hover + p {
            opacity: 1;
            margin-top: 3%;
        }




    /* Opacity #2 */
    .hover12 figure {
        background: #1abc9c;
    }

        .hover12 figure img {
            height: 100%;
            width: 100%;
            opacity: 1;
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

        .hover12 figure:hover img {
            opacity: .5;
        }
    /*dudas*/
    #textodudas {
        margin-top: 15%;
    }

        #textodudas h1 {
            width: 100%;
            text-align: center;
        }

        #textodudas p {
            display: flex;
            justify-content: center;
            width: 62% !important;
            margin: 0 auto;
            font-size: 1.2em;
        }
    /*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;
    }
}

@media screen and ( max-width: 425px ) {
    #frasecentro {
        text-align: center;
        padding-top: 1%;
        padding-bottom: 1%;
    }


    .column div {
        position: relative;
        float: none;
        width: 300px;
        height: 200px;
        margin: 15% auto;
        padding: 0;
    }




        .column div p {
            width: 300px;
            color: #444;
            font-size: 18px;
            text-decoration: none;
            text-align: center;
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            margin-top: 5%;
            opacity: 0;
        }


    figure {
        width: 280px;
        height: 200px;
        margin: 0;
        padding: 0;
        background: #fff;
        overflow: hidden;
    }

        figure:hover + p {
            opacity: 1;
            margin-top: 3%;
        }




    /* Opacity #2 */
    .hover12 figure {
        background: #1abc9c;
    }

        .hover12 figure img {
            height: 100%;
            width: 100%;
            opacity: 1;
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

        .hover12 figure:hover img {
            opacity: .5;
        }
    /*dudas*/
    #textodudas {
        margin-top: 15%;
        margin-bottom: 15%;
    }

        #textodudas h1 {
            width: 100%;
            text-align: center;
        }

        #textodudas p {
            display: flex;
            justify-content: center;
            width: 100% !important;
            margin: 0 auto;
            font-size: 1.2em;
        }

    .cycloneslider-caption {
        display: none;
    }
    /*Footer*/
    aside#black-studio-tinymce-3 h4 {
    text-align: center;
}
    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%;
    }

}
