• DELETE FROM KEYWORDS WHERE ID_DOMAINE=6476327
  • DoneDoneDone

    URL:www.pan.org.mx

    Date: Thu, 16 Jan 2025 02:10:47 GMT
    Content-Length: 0
    Location: https://www.pan.org.mx/
    
    
    Location => https://www.pan.org.mx/
    Status => 301

    (vide) Tentative en https

    https://www.pan.org.mx/

    <link rel="stylesheet" href="https://www.pan.org.mx/css/contacto.css">
    <meta name="csrf-token" content="vLijie1aau4E4HbfMjrt0CSxxKrmuvWisR0e6vaM">
    
    <!DOCTYPE html>
    <html lang="es">
    
    <head>
        <meta charset="UTF-8">
        <script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"
            integrity="sha512-q583ppKrCRc7N5O0n2nzUiJ+suUv7Et1JGels4bXOaMFQcamPk9HjdUknZuuFjBNs7tsMuadge5k9RzdmO+1GQ=="
            crossorigin="anonymous" referrerpolicy="no-referrer"></script>
        <!-- Global site tag (gtag.js) - Google Analytics -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=UA-149969427-1"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
    
            function gtag() {
                dataLayer.push(arguments);
            }
            gtag('js', new Date());
    
            gtag('config', 'UA-149969427-1');
        </script>
    
        <meta charset="utf-8">
        <meta name="viewport"
            content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    
        <!-- CSRF Token -->
        <meta name="csrf-token" content="vLijie1aau4E4HbfMjrt0CSxxKrmuvWisR0e6vaM">
        <link rel="shortcut icon" href="https://www.pan.org.mx/imagenes/icono.png">
        
            <link rel="canonical" href="https://www.pan.org.mx" />
        <title>PAN | Partido Acción Nacional</title>
    
        
        <meta property="og:url" content="https://www.pan.org.mx" />
        <meta property="og:title" content="Acción por México" />
        <meta property="og:description"
            content="Av. Coyoacán No. 1546, Col. Del Valle, Alcaldía Benito Juárez, CDMX - Teléfono: 55 5200 4000" />
        <meta property="og:image" content="https://www.pan.org.mx/images/no-img.jpg" />
        <meta property="og:image:alt" content="Acción por México" />
    
        
        <!-- Scripts -->
        <!--Revisar-->
        <link href="https://www.pan.org.mx/css/animate.css" rel="stylesheet">
        <script src="https://www.pan.org.mx/js/jquery.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>
        <script src="https://www.pan.org.mx/js/index.js"></script>
        <!-- CSS only -->
    
        <script src="https://www.pan.org.mx/js/app.js?v=1991399464" defer></script>
        <script src="https://www.pan.org.mx/js/manifest"></script>
        <!--Revisar-->
        <script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>
        <script src="//mozilla.github.io/pdf.js/build/pdf.js"></script>
        <script defer
            src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCMzcj8ytiAxsI89zcRnGyhLlvUb1bvkXE&callback=initMap"></script>
        
    
        
        <script>
            var slideIndex = 1;
            showDivs(slideIndex);
            var indexsm = 0;
            var childa = null;
    
            function plusDivs(n) {
                showDivs(slideIndex += n);
            }
    
            function showDivs(n) {
                var i;
                var x = document.getElementsByClassName("mySlides");
                if (n > x.length) {
                    slideIndex = 1
                }
                if (n < 1) {
                    slideIndex = x.length
                };
                for (i = 0; i < x.length; i++) {
                    x[i].style.display = "none";
                }
                if (typeof x[slideIndex - 1] != 'undefined') {
                    x[slideIndex - 1].style.display = "block";
                }
            }
            $(document).ready(() => {
    
                $.fn.isInViewport = function() {
                    var elementTop = $(this).offset().top;
                    var elementBottom = elementTop + $(this).outerHeight();
    
                    var viewportTop = $(window).scrollTop();
                    var viewportBottom = viewportTop + $(window).height();
    
                    return elementBottom > viewportTop && elementTop < viewportBottom;
                };
    
                function is_visible(el) {
                    if ($(el).length) {
                        return $(el).isInViewport();
                    }
                    return false;
                }
    
                $("#navicon").click((e) => {
    
                    $("#navicon").css("display", "none");
                    $("#naviconsm").css("display", "block");
    
    
                    $("#navmovil").addClass("navmovil_show");
    
                    $("#menu_movil").removeClass("hidde");
                    $("#menu_movil").addClass("show");
    
                })
    
                /*$(".banner_img").animate({
                    width: "100%"
                },1500);*/
    
                $(".banner_mov").animate({
                    opacity: 1
                }, {
                    step: function(now, fx) {
    
                        $(this).css({
                            "transform": "translate(0px, " + (50 - (50 * now)) + "px)"
                        });
                    },
                    duration: 1000,
                    easing: 'linear',
                    queue: true
                }, 'linear');
    
                if (is_visible("#tmb_bannermsj")) {
                    console.log("si banner VISIBLE");
                    $(".tmp_mov1").animate({
                        opacity: 1
                    }, {
                        step: function(now, fx) {
    
                            $(this).css({
                                "transform": "translate(0," + ((200 * now) - 200) + "px)"
                            });
                        },
                        duration: 1000,
                        easing: 'linear',
                        queue: true
                    }, 'linear');
    
    
                    $("#tmb_imgbanner").animate({
                        opacity: 1
                    }, {
                        step: function(now, fx) {
    
                            $(this).css({
                                "transform": "translate(" + ((100 * now) - 100) + "%,0)"
                            });
                        },
                        duration: 1000,
                        easing: 'linear',
                        queue: true
                    }, 'linear');
                }
    
    
    
                if (is_visible(".banner_img")) {
                    console.log("si bannerp VISIBLE");
                    $(".banner_img").animate({
                        opacity: 1
                    }, {
                        step: function(now, fx) {
    
                            $(this).css({
                                "transform": "translate(" + ((100 * now) - 100) + "%,0)"
                            });
                        },
                        duration: 1000,
                        easing: 'linear',
                        queue: true
                    }, 'linear');
    
    
                    $("#tmb_imgbanner").animate({
                        opacity: 1
                    }, {
                        step: function(now, fx) {
    
                            $(this).css({
                                "transform": "translate(" + ((100 * now) - 100) + "%,0)"
                            });
                        },
                        duration: 1000,
                        easing: 'linear',
                        queue: true
                    }, 'linear');
                }
    
    
    
    
                function check() {
    
                    if (is_visible(".banner_img")) {
                        console.log("si bannerp VISIBLE");
                        $(".banner_img").animate({
                            opacity: 1
                        }, {
                            step: function(now, fx) {
    
                                $(this).css({
                                    "transform": "translate(" + ((100 * now) - 100) + "%,0)"
                                });
                            },
                            duration: 1000,
                            easing: 'linear',
                            queue: true
                        }, 'linear');
    
    
                        $("#tmb_imgbanner").animate({
                            opacity: 1
                        }, {
                            step: function(now, fx) {
    
                                $(this).css({
                                    "transform": "translate(" + ((100 * now) - 100) + "%,0)"
                                });
                            },
                            duration: 1000,
                            easing: 'linear',
                            queue: true
                        }, 'linear');
                    }
    
                    /*BANNER TEMPLATE*/
                    if (is_visible("#tmb_bannermsj")) {
                        $(".tmp_mov1").animate({
                            opacity: 1
                        }, {
                            step: function(now, fx) {
    
                                $(this).css({
                                    "transform": "translate(0," + ((200 * now) - 200) + "px)"
                                });
                            },
                            duration: 1000,
                            easing: 'linear',
                            queue: true
                        }, 'linear');
    
    
                        $("#tmb_imgbanner").animate({
                            opacity: 1
                        }, {
                            step: function(now, fx) {
    
                                $(this).css({
                                    "transform": "translate(" + ((100 * now) - 100) + "%,0)"
                                });
                            },
                            duration: 1000,
                            easing: 'linear',
                            queue: true
                        }, 'linear');
                    }
    
    
                    /*BANNER TEMPLATE*/
                    if (is_visible("#tmb_bannermsj")) {
                        $(".tmp_mov1").animate({
                            opacity: 1
                        }, {
                            step: function(now, fx) {
    
                                $(this).css({
                                    "transform": "translate(0," + ((200 * now) - 200) + "px)"
                                });
                            },
                            duration: 1000,
                            easing: 'linear',
                            queue: true
                        }, 'linear');
    
    
                        $("#tmb_imgbanner").animate({
                            opacity: 1
                        }, {
                            step: function(now, fx) {
    
                                $(this).css({
                                    "transform": "translate(" + ((100 * now) - 100) + "%,0)"
                                });
                            },
                            duration: 1000,
                            easing: 'linear',
                            queue: true
                        }, 'linear');
                    }
    
    
                    if (is_visible('#presidente_izq')) {
    
                        $('#presidente_izq').animate({
                            opacity: 1
                        }, {
                            step: function(now, fx) {
    
                                $(this).css({
                                    "transform": "translate( " + -(100 - (100 * now)) + "%,0)"
                                });
                            },
                            duration: 1000,
                            easing: 'linear',
                            queue: true
                        }, 'linear');
                    }
    
                    if (is_visible('#secretarias')) {
    
                        $('#sec_der').animate({
                            opacity: 1
                        }, {
                            step: function(now, fx) {
    
                                $(this).css({
                                    "transform": "translate(0, " + (100 - (100 * now)) + "%)"
                                });
                            },
                            duration: 1000,
                            easing: 'linear',
                            queue: true
                        }, 'linear');
    
    
                        $('#sec_titulo').animate({
                            opacity: 1
                        }, {
                            step: function(now, fx) {
                                $(this).css({
                                    "transform": "translate(0, " + ((100 * now) - 100) + "px)"
                                });
                            },
                            duration: 2000,
                            easing: 'linear',
                            queue: true
                        }, 'linear');
                    }
    
                    if (is_visible('#propuestas')) {
    
    
                        $('#prop_der').animate({
                            opacity: 1
                        }, {
                            step: function(now, fx) {
                                $(this).css({
                                    "transform": "translate(" + (100 - (100 * now)) + "%,0)"
                                });
    
                            },
                            duration: 1000,
                            easing: 'linear',
                            queue: true
                        }, 'linear');
                        $('#prop_sec').animate({
                            opacity: 1
                        }, {
                            step: function(now, fx) {
                                $(this).css({
                                    "transform": "translate(0," + (100 - (100 * now)) + "%)"
                                });
    
                            },
                            duration: 1000,
                            easing: 'linear',
                            queue: true
                        }, 'linear');
                    }
                }
    
                check();
                $(window).scroll(() => {
                    check();
                });
    
                $("br").remove(".sinespacios");
    
    
    
            });
    
            function cierramovil() {
    
                $("#navicon").css("display", "");
                $("#naviconsm").css("display", "none");
    
                $("#menu_movil").removeClass("show");
                $("#menu_movil").addClass("hidde");
    
    
                $("#navmovil").addClass("navmovil_hidde");
                setTimeout(() => {
    
                    $("#navmovil").css("diaplay", "none");
                    $("#navmovil").removeClass("navmovil_show");
                    $("#navmovil").removeClass("navmovil_hidde");
                }, 900);
                volver(null, indexsm);
    
            }
    
            function submenu(id, child = null) {
    
    
    
                $("#menu_movil").removeClass("show");
                $("#menu_movil").addClass("hidde");
    
                if (child != null) {
                    $("#movil-" + child).removeClass("movil_hidde");
                    $("#movil-" + child).addClass("movil_sm_show");
                    indexsm = child;
    
                    $("#movil-" + id).removeClass("movil_sm_show");
    
                    setTimeout(() => {
    
    
                    }, 900);
    
                    childa = child;
                } else {
    
                    $("#movil-" + id).removeClass("movil_hidde");
                    $("#movil-" + id).addClass("movil_sm_show");
                    indexsm = id;
                }
    
    
    
            }
    
            function volver(padre, child) {
    
    
    
                if (child != null) {
                    $("#movil-" + child).addClass("movil_hidde");
                    $("#movil-" + child).css("margin-right", "0%");
                    setTimeout(() => {
                        $("#movil-" + child).removeClass("movil_sm_show");
                    }, 900);
                } else {}
                if (padre != null) {
                    submenu(padre, null);
                } else {
                    setTimeout(() => {
                        $("#movil-" + child).removeClass("movil_sm_show");
    
    
                        $("#menu_movil").removeClass("hidde");
                        $("#menu_movil").addClass("show");
                    }, 900);
    
                }
    
                indexsm = 0;
    
            }
    
            function scroll() {
                $("html, body").animate({
                    scrollTop: 700
                }, 1000);
            }
        </script>
    
    
        <!-- Fonts -->
        <link rel="dns-prefetch" href="//fonts.gstatic.com">
        <link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet" type="text/css">
    
        <!-- Styles -->
            <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
        <link href="https://www.pan.org.mx/css/reset.css" rel="stylesheet">
        <link href="https://www.pan.org.mx/css/app.css?v=1042108428" rel="stylesheet">
        <link href="https://www.pan.org.mx/css/index.css?v=826285336" rel="stylesheet">
    
        <style>
            .close {
                float: right;
                font-size: 2.35rem;
                font-weight: 700;
                line-height: 1;
                color: #000;
                text-shadow: 0 1px 0 #fff;
                opacity: 1.5;
                position: absolute;
                right: 17px !important;
            }
    
    
    
            .floatWhats {
                position: relative;
                bottom: 7px;
                right: 0px;
            }
    
            .floatWhats:hover {
                color: #ffffff;
            }
    
            .comunicacion {
                position: fixed;
                width: 110px;
                height: 60px;
                bottom: 20px;
                right: 1%;
                z-index: 99999;
            }
        </style>
    </head>
    
    

    PAN | Partido Acción Nacional

    Recherche META Description de la page

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='',redirection='https://www.pan.org.mx/',Status='200',err='',[TITRE]=N'PAN | Partido Acción Nacional',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=6476327
  • 0

    PAN | Partido Acción Nacional

  • 0. PAN (3)
  • --------->0
  • 1. | (1)
  • --------->0
  • 2. Partido (7)
  • --------->0
  • 3. Acción (6)
  • --------->0
  • 4. Nacional (8)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'PAN',6476327),(N'|',6476327),(N'Partido',6476327),(N'Acción',6476327),(N'Nacional',6476327)